|
|
Posted 11/03/2005 12:24:59 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 14/03/2005 13:30:00
Posts: 2,
Visits: 1
|
|
I installed InstantKB and I am getting this error after I try to open the page:  |  | An unexpected error occurred within the application. If your the administrator of this site please contact InstantASP Ltd and provide your "ExceptionLog.config" file to assist with determining the cause of this problem. You can click here to go back to the knowledge base home page.
Error Message: Cannot open database requested in login 'instantkb13'. Login fails. Login failed for user 'NT AUTHORITY\NETWORK SERVICE' |
Can anyone help me with this? Thank you,
K
|
|
|
|
Posted 11/03/2005 12:33:44 |
|
|
Support Supremo
      
Group: Customers
Last Login: 13/11/2008 12:44:07
Posts: 568,
Visits: 2,507
|
|
Dear ariesk, May be it's a connection string problem. Please check in your InstantKB.config file the InstantKB_ConnectionString node. Please see below an example:
<ConfigValues> <Name>InstantKB_ConnectionString</Name> <Value>server=localhost;trusted_connection=true;database=instantkb13</Value> </ConfigValues> You can also put in the connection string: the dbo user and password: <ConfigValues> <Name>InstantKB_ConnectionString</Name> <Value>server=localhost;uid=Username;pwd=Password;database=instantkb13</Value> </ConfigValues>
|
|
|
|
Posted 15/03/2005 14:00:04 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 14/03/2005 13:30:00
Posts: 2,
Visits: 1
|
|
Thanks for the reply. I got it fixed. It didn't have the Network Service in the Logins. Once I added it and gave the necessary permissions, it worked. K
K
|
|
|
|
Posted 15/03/2005 14:03:33 |
|
|
Support Supremo
      
Group: Customers
Last Login: 13/11/2008 12:44:07
Posts: 568,
Visits: 2,507
|
|
Dear ariesk, Thank you for your feedback! I'm glad to hear that it has worked out.
|
|
|
|