cancel
Showing results for 
Search instead for 
Did you mean: 

CRLogger not logging

0 Kudos

I have installed the Crystal Reports runtime engine for .NET Framework (ver. 13.0.13.1597)

We have a .NET application that utilizes the runtime engine.

I found that there is trace logging for the Crystal Reports which I would like to utilize for debugging purposes, crlogger.dll.

I have gone through the simple configurations as mentioned in the following link:

https://apps.support.sap.com/sap/support/knowledge/public/en/1603398

But it does not seem to log the files.

I can confirm the runtime engine is functioning as reports are generating. However, no log files are being created by crlogger.dll.

Can someone assist me in the configuration for enabling crlogger.dll?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Make sure you are creating the environment variables under an Admin account.

You may want to upgrade to SP 24 also:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Create these environment variables under the System Environment:

LOGGING_DIR = c:\logging

LOGGING_ENABLED_ASSERT = 1

LOGGING_ENABLED_RUNTIME = 100

Create the logging folder on C drive.

Start up your project and run a report.

Don