Developed a PowerBuilder 12.6 application SQL Server 2012 as a BackEnd.
When it was developed the application there was a local SQL EXPRESS 2008
Now application is installed in a Windows Server 2012 machine.
The application database was restored in a SQL SERVER 2012 database in a different server machine.
installed the application with all PB runtime files and installed SQLNCLI11. Application is using Windows Authentication. When I run the application in 2012 server logged in as me the application runs fine.
But any one else logs into the application server getting a message login failed for <server name>/<windows usr id>.
There are several 1000's of people expected to login to the application server.
How to implement SSO single sign on?
that is N number can log in to the sever using their windows user id, the application using windows authentication should connect to database server with one user. Cannot create 1000's of user in Database. suggestion please.
thanks
SL