Sunday, February 19, 2012

Connection

Hi guys,

I'm a little stumped by this one. I was wondering whether anybody has any ideas:

I have an application that uses the following connection string to connect to a SQL server database:

<add key="connectionString" value="workstation id=WKSXXX;packet size=4096;user id=mydatabase;data source=servername;persist security info=True;initial catalog=databasename;password=password" />

The same string has been used for three different databases for the application which has been deployed on three different NT Servers. The application has been put on a fourth NT server, and I've modified this key and double checked it to correspond to the new SQL server. No go.

The application on the new servers connects to the other 3 SQL servers, but not this one. I've checked the connection with OBDC and it succeeds so the database is okay. I've checked the login credentials and they are correct.


Does anybody have any suggestions as to what's going on? Thanks guys!Smile

what error it generates?

thanks

|||

This is the error, however this happens whenever there is a problem connecting to the database. Doesn't tell me much.

Configuration Error

Description:An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message:Given arguments NavigationGraph='Task1', CurrentView='viewenquiries', and NavigateValue='fail', could not find next View name. Check the config file to be sure that given the current parameters a next View can be derived correctly; be sure there is a navigateTo node corresponding to this combination of parameters.

Source Error:

[No relevant source lines]

|||

That error message is coming from the User Interface Process (UIP) block, which I assume you're using in the application. It's not a database connection problem as such, although that could be the cause of it.

I'm guessing that there is something messed up in the config file for the UIP. Start looking there.

Don

No comments:

Post a Comment