When setting up TestLog Web access, I get to the screen that shows you the testlog db to view, but when I click on it I get the below error
Unable to open session.
The database path does not exist or cannot be accessed (\\server\share...\...\testlogdatabase.tdb).
In the config file I have the below for teh db
#The paths to the databases, absolute paths
ATABASES_START:
\\server\share...\....\testlogdatabase.tdb
ATABASES_END:
I am running with an Application Pool using the Network service for the web site so I suspect that when navigating to the web and clicking on the db, it is trying to connect to the UNC but that the Identity of the pool does not have permissions.
Has anyone set this up (under IIS 6 accessing an UNC path)? If so, how did you setup your Application Pool?
Unable to open session.
The database path does not exist or cannot be accessed (\\server\share...\...\testlogdatabase.tdb).
In the config file I have the below for teh db
#The paths to the databases, absolute paths
ATABASES_START:
\\server\share...\....\testlogdatabase.tdb
ATABASES_END:
I am running with an Application Pool using the Network service for the web site so I suspect that when navigating to the web and clicking on the db, it is trying to connect to the UNC but that the Identity of the pool does not have permissions.
Has anyone set this up (under IIS 6 accessing an UNC path)? If so, how did you setup your Application Pool?
Comment