cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Login to Repository using BODS designer Client

0 Kudos

Hi ,

We are getting the below error message when trying to login into BODS Repository using BODS Designer from client system. The same is working fine on the server. On the server , using BODS Designer and same repository , we are able to login.

Can someone help me on this.

Accepted Solutions (0)

Answers (2)

Answers (2)

akhileshkiran
Contributor
0 Kudos

Hi

Looks like sybase is running with limited session mode. increase the limit of connecting session and Please note that it may vary on the type of license you are using for Sybase SQL Anywhere. Close the Unused session and try to check the ODBC Connectivity again.

Regards,

Akhilesh Kiran.

former_member198401
Active Contributor
0 Kudos

This should be a license issue with Sybase IQ

Execute the below Query and check the license limit

SELECT PROPERTY('ServerEdition') as ServerEdition, PROPERTY('IsNetworkServer') as IsNetworkServer, PROPERTY('LicenseType') as LicenseType, PROPERTY('LicenseCount') as LicenseCount, PROPERTY('MaxConnections') as MaxConnections FROM dummy

Refer Below link

http://sqlanywhere-forum.sap.com/questions/8684/database-server-connection-limit-exceeded

Regards

Arun Sasi