Had this pop up when I was trying to create a sever according to the Inductive University, anyone have any ideas?
Cannot create PoolableConnectionFactory (Login failed for user 'admin'. ClientConnectionId:c64ce8ea-fca2-4a24-b69e-05bf6875f138)
Had this pop up when I was trying to create a sever according to the Inductive University, anyone have any ideas?
Cannot create PoolableConnectionFactory (Login failed for user 'admin'. ClientConnectionId:c64ce8ea-fca2-4a24-b69e-05bf6875f138)
I mean... Is the password correct?
Login failed is pretty unambiguous.
Keep in mind that with SQL Server, you have to create a "login" and then associate that login to a database via a "user".
I was able to login on the SQL Server Management Studio a couple of times, but the Igntion never had a Valid status.
Another thing to check is in SQL Server Configuration Manager, make sure that TCP/IP protocol is enabled. I think that some installations of SQL Express may not default to enabling TCP/IP.
thank you for letting me know, yes, I have it set to enable already.
Not sure if OP ever got this working, but I'll share another simple reason that I've missed on multiple installs which results in this same error. By default, server authentication only supports Windows Authentication, which does not allow credentials created within SQL Server/SSMS.
In SQL Server Management Studio:
You'll need to restart the DB in order for this change to take effect.
Assuming you have a valid credential identical between Ignition and MS SQL Server and your other settings are correct, you'll likely have a valid database connection in Ignition. Hope this helps OP or anyone else in the future who also cannot yet use @pturmel's advice to avoid all this and just use PostgreSQL instead....
Some more info - useful if you need to connect via a Windows Login instead of a SQL Login