Product: E-Notebook Enterprise
How to enable logging in E-Notebook 11.0.3 from the configuration files?
New Page 1
1) Machine: Client
Edit XML to turn the logging on/off: ‘ENClientConfig.xml’, by default you
will find this in the following location:
C:\Documents and Settings\All Users\Application
Data\CambridgeSoft\E-Notebook\11.0\
<services>
<helpFile>E-Notebook Guide.chm</helpFile>
<service>
<LoggingFlags>1</LoggingFlags>
<WSDL>http://<server_name>/ENService/ENService.asmx?wsdl</WSDL>
<authentication>Server</authentication>
<configPath>OracleConfig.xml</configPath>
<dbguid>XXXX</dbguid>
<name>OracleConfig</name>
<type>Client/Server</type>
</service>
<title>Welcome to E-Notebook - Login</title>
</services>
Log file location: C:\Documents and Settings\<login user>\Local
Settings\Temp
Log file name: ‘ENFrameworkWEB.log’ and ‘ENErrors.log’
2) Machine: Middle tier server
Edit XML to turn the logging on/off: ‘OracleConfig.xml’, by default you
will find this in the following location:
C:\Program Files\CambridgeSoft\E-Notebook 11.0\
<enserver>
<DBMSType>Oracle</DBMSType>
<authenticator>ENOracle\CambridgeSoft.ENOracle.OracleAuthenticator</authenticator>
<connectionString>Persist Security Info=False;Data Source=XXXX</connectionString>
<isLogging>8</isLogging>
<ping>true</ping>
<schemaName>EN1103</schemaName>
<schemaPass>XXXX</schemaPass>
</enserver>
NOTE: After above modification, you need to do an IISRESET and then
repeat your problem.
Log file location: C:\WINDOWS\Temp\ENLogs\
Log file name: ‘ENLogins.log’ and ‘ENSession000000000026.log’
(000000000026 stands for a session number)
It’s very convenient for trouble shooting while server tier log files specify
session numbers .As long as you make sure the login user’s assigned session, you
can easily locate the db log for this user on server machine.
3) Machine: Client
Using logging flag ‘9’ in "C:\Documents and Settings\All Users\Application
Data\CambridgeSoft\E-Notebook\11.0\ENClientConfig.xml" can turn on both
client and server trace.
Notes:
Don't forget to switch logging off after finishing your work.
Comments
0 comments
Article is closed for comments.