[Migrated from the Syclo Resource Center]
sdewaele 04/19/2011 10:35,
I need 2 types of system connections.1 java connection to connect with SAP backend system and 1 SQL connection to connect to a SQL server.For both connections I need to authenticate.For the java connection the username and password will be the same as username and password to log into syclo client.So no problem with that.For the SQL connection I will need to authenticate via a global user.For example username 'syclo' and password 'syclo'.In the agentry.ini file I mentioned next settings[SQL-4];name=SQL Back End;allowUserToChangePassword=true;dbConnectionPasswordEncoded=false;dbConnectionName=Interflex;dbConnectionUserID=syclo
;dbConnectionPassword=syclo;dbConnectionType=ODBC;disconnectFromDB=false;disconnectTime=1:00;enableAuthentication=true;enablePreviousUserAuthentication=true;queryInitFile=SqlBE.ini;queryConstantFiles=SqlServer_sd.ini;reconnectTime=2:00;sharedConnections=0;timeZoneName=;prefetchRows=1000;useUserDBAuthConnection=trueWhen trying to log in to the syclo client I receive next error.Requesting Public Key from ServerPublic Key Received from ServerLogging sdwaele into SGNTSTR97Server error - please contact your administrator (13)Login request failed.What should I do to fix this problem?
Jason Latko 04/19/2011 10:45
Hi,Why are all lines in your SQL-4 section commented out with a semi-colon?
That error 13 is a backend error.
Turn on logging for the server and replicate the error.
Look in the logs and you should be able to get more specific information to post here.
This is probably a SQL backend error, so check that log first.Jason Latko - Senior Product Developer at Syclo
sdewaele 04/21/2011 04:18
I found the problem.The ODBC connection referenced to the master DB instead of our specific one.