Location of Log file

Hi,
Could anyone help me to find the  location of log file in crystal reports serverXI. I need the information of crystal reports execution time,parameters used etc. Anything related to crystal reports is fine with me.
Thanks in advance.
-Vijay Kanth
91- 9036431531

Here are instructions to enable the trace and where it can be found.
1199303 - How to trace Crystal Report Print Engine errors in BusinessObjects Enterprise XI and Crystal Enterprise    
Version   1     Validity: 11/27/2007 - active   
Language   English 
Edit Show change log Show Internal Memos 
Content:    Summary   |   Header Data   |   Product   |   Other Properties
Symptom
How do I trace Crystal Report Print Engine errors in BusinessObjects Enterprise XI and Crystal Enterprise?
Cause
Various error messages appear and poor behavior occurs when viewing Crystal Reports on demand or scheduling reports within Enterprise XI and Crystal Enterprise. Advanced logging techniques can reveal the causes of these issues.
Resolution
To help troubleshoot issues, add -crpetrace 7 and -trace to the command line parameters for the Crystal Reports Job Server or the Crystal Reports Page Server.
The Crystal Reports Job Server handles scheduled reports, and the Crystal Reports Page Server processes on-demand reports.
Here are the steps:
Click Start > Programs > BusinessObjects11 > BusinessObjects Enterprise > Central Configuration Manager.
Right-click the server requiring the advanced logging. Click Stop.
Right-click the server. Click Properties.
Go to the end of the Command field.
Press the spacebar once. Type "-crpetrace 7" and "-trace".
Click OK.
Right click the server. Click Start.
Advanced logging is now enabled.
The default logging folder path is: <installation directory>:\Program Files\Business Objects\BusinessObjects Enterprise 11\Logging\.
The CRPE log files will be named similar to the following:
pageserver_20071108_193611_5008_crpe_bkgrnd.log
pageserver_20071108_193611_5008_crpe_Diagnostics.log
pageserver_20071108_193611_5008_crpe_functions.log
====================
NOTE:
These parameters provide extensive logging. Every call to the Crystal Report Print Engine will be logged. If a support case is still required, it will be helpful to attach the results of this trace to facilitate the diagnosis and expedite a solution.
====================
Keywords
crpe crpetrace pageserver jobserver enterprise , 463766
Header Data
Released on  11/27/2007 06:55:21 by Commodore Tom Concannon (I817183) 
Release Status  Released to Customer 
Component  BOJ-BIP 
Responsible  Commodore Tom Concannon ( I817183 ) 
Processor  Commodore Tom Concannon ( I817183 ) 
Category  How To 
Product
Product Product Version
Crystal Enterprise CRYSTAL ENTERPRISE 10
CRYSTAL ENTERPRISE 9
Crystal Reports Server CRYSTAL REPORTS SERVER XI
CRYSTAL REPORTS SERVER XI R2
Crystal Reports Server, OEM edition CR SERVER EMBED XI R2
SAP BusinessObjects Enterprise BOBJ ENTERPRISE XI
BOBJ ENTERPRISE XI R2
Other Properties
Business Objects Article ID  463766
Business Objects ProductFamilyMajorVersion  BusinessObjects Enterprise XI
Crystal Enterprise 10
Crystal Enterprise 9
Crystal Reports Server XI
Business Objects ProductName  BusinessObjects Enterprise
Crystal Enterprise
Crystal Reports Server
Business Objects ProductMajorVersion  BusinessObjects Enterprise XI
Crystal Enterprise 10
Crystal Enterprise 9
Business Objects BuildVersion  10.0.0.0
10.2.0.0
11.0.0.0
11.0.0.x
11.0.1.x
11.0.2.x
11.1.0.0
11.2.0.0
11.3.0.0
11.5.0.0
Business Objects SupportQueue  Architecture
Business Objects ProductLanguage  English

Similar Messages

  • Change location of log file from pkg, due to logrotate problem?

    Hello I am now the maintainer of the bacula packages in aur. http://aur.archlinux.org/packages.php?ID=4510
    The package ships with a log rotate file which points to /usr/var/bacula/working/log as the log file. However, log rotate gives
    error: bacula:14 olddir /var/log/archive and log file /usr/var/bacula/working/log are on different devices
    error: found error in file bacula, skipping
    invalid password file entry
    delete line ''? No
    invalid password file entry
    delete line ''? No
    pwck: no changes
    The solution to this is to change the log path to /var/log/bacula. My question is if I should leave the log path as is and have the user change it, or should I patch both the config file and syslog file to contain /var/log/bacula?
    Thanks,
    ~pyther
    Last edited by pyther (2009-01-27 22:41:06)

    It was talking about a trace will be placed under your background dump destination. As you would have using
    alter database backup controlfile to trace;Check your background dump destination where your alert log is.

  • WSUS catalogue size, location and log file

    Hi All,
    Quick question, where is the catalogue stored in the WSUS server? I am trying to find the size of the latest update synchronization that the client use and the size in total of the catalogue, is this possible? As our clients caused an issue pulling a 35MB
    catalogue file from the server, does this seem the correct size for a SCCM/WSUS delta update?
    I had a look at WSUS related logs (change and software distribution)but couldn't find the right info, it was a long day so any help appreciated on this as I could simply have missed it in those log files, or a point in the right direction would be great,
    thanks for your help
    many thanks

    Hi,
    Have you install SCCM with WSUS? If yes, to get better help, please post your question on the SCCM forum.
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/home
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Tmp file locations and Log file locations

     

    I have been having a real headache too trying to get WebLogic to put all its
    log files and temporary files in directories that I specify. It seems that
    WebLogic has a mind of its own as files get created all over the place.
    Trying to configure these really basic settings has proved extremely
    awkward. Why is it such a nightmare to do?
    "Scott Jones" <[email protected]> wrote in message
    news:3af0179d$[email protected]..
    OK, I changed the relative path for the log files.
    1. I am still getting app-startip.log
    app0000.tlog
    in the root directory and not in the ./logs directory. Any other
    settings?
    2. I sill do not know how to redirect the tmp_ejbdomain.port directory.
    Any suggestions?
    Scott
    "Sanjeev Chopra" <[email protected]> wrote in message
    news:3aef0a42$[email protected]..
    "Scott Jones" <[email protected]> wrote in message
    news:3aef05be$[email protected]..
    I a domain configured and running with two applications. WLS 6 is
    placing
    the following logs for each application at the same dir level as
    config
    dir. It is also creating tmp_ejb directory at the same level.
    1. How do I tell WLS 6 to place log files in a diff directoryIn Admin Console: modify the property Server -> Configuration ->Logging ->
    FileName
    In config.xml: the 'FileName' attr can be set to an absolute path OR apath
    relative to Server.RootDirectory
    <Server EnabledForDomainLog="true" ListenAddress="localhost"
    ListenPort="7701" Name="managed"
    StdoutDebugEnabled="true" ThreadPoolSize="15">
    <Log FileCount="10" FileMinSize="50" FileName="managed.log"
    Name="managed" NumberOfFilesLimited="true"
    RotationType="bySize"/>
    </Server>
    2. How do I tell WLS 6 to place tmp_ejb directories in a diff
    directory
    >>>
    Thanks,
    Scott

  • Re-locate Alert log file

    My alert log files seems to be generating somewhere else.
    I am using a PFile to startup. Seems someone played around with the PFile.
    I need to generate the alert logs in a folder as specified by me:
    I have set the following parameters as such, but yet the alert log file doesn't generate in the bdump folder.
    background_dump_dest=C:\oracle\admin\db1\bdump
    core_dump_dest=C:\oracle\admin\db1\cdump
    user_dump_dest=C:\oracle\admin\db1\udump
    Is there any other parameter I need to fidget with?

    I am not using an SPfile. The Pfile is definetely being used for starting the instance.
    background_dump_dest=C:\oracle\admin\db1\bdump
    The other background trace files are being generated here, except for the alert log.
    Alert log is being generated in: C:\oracle\admin\practice\bdump.
    Now just so that i am not makin any human blunders I checked the following to be double sure:
    SQL> select distinct isspecified from V$spparameter;
    ISSPEC
    FALSE
    This means the Pfile is being used.
    SQL> show parameter background_dump
    NAME TYPE VALUE
    background_dump_dest string C:\oracle\admin\db1\bdump
    This verifies the destination folder.
    PLEASE HELP!

  • BP workspace location of log file

    Hi,
    I faced an error, while I was creating an instance of process (default/QuoteProcessLab!1.0*/RequestQuoteLab) in my BP workspace. Is there any log file, that I can check what went wrong? I've tried to look at AdminServer.log (/user_project1/domain/my_domain/servers/AdminServer/logs/), but there was nothing interesting.
    p.

    Hi,
    I faced an error, while I was creating an instance of process (default/QuoteProcessLab!1.0*/RequestQuoteLab) in my BP workspace. Is there any log file, that I can check what went wrong? I've tried to look at AdminServer.log (/user_project1/domain/my_domain/servers/AdminServer/logs/), but there was nothing interesting.
    p.

  • [SOLVED] Help locating various log files (boot process)

    Hi,
    I recently reinstalled with encryption and have a few messages that fly past the screen too fast to parse but do not seem to be in any of the files in /var/log.
    1) there's something complaining about a file related to the cpu ondemand governor but I'm not seeing it well enough to know what it's saying. 'grep -i demand /var/log/*' doesn't give me anything.
    2) When I start X (startx), I'm getting something like 'Xauth unrecognized command 1poiu1qekjh098q70987iohjqper987q34879' but, again, I have no idea where it's coming from or why it's complaining. Xorg.log doesn't have it. 'grep -i auth /var/log/*' doesn't have it.
    Are some things not recorded in logs anywhere or do I just not know where to look?
    Thanks.
    Last edited by jwhendy (2011-03-08 02:47:26)

    @pyther: fantastic. I was actually able to see both messages. One was complaining about /sys/devices/system/cpu/cpufreq/ondemand/up_threshold not existing. I added "sleep 2 &&" before the line that sets this in rc.local and so far it's not been there.
    The message at startx is:
    xauth: (stdin):2: unknown command "8e40369215c09339d784bb2c96c9c777"
    In searching, there were some references to a problem with ~/.Xauthority and one use said he nuked it and when it regenerated, everything was all good. I logged out, logged in as root, moved the file to /home/user/.Xauthority.bak and then re-logged in as myself and it was all good.
    Thanks!

  • Errors in Ultra Search crawler's log file

    Hi all,
    I'm trying to configure Ultra Search to do advanced search on a set of attributes of my Portal items.
    After executed Synchronization Schedule in the Ultra Search Administration Tool, I found these in the Crawler Progress Summary:
    Documents to Fetch 0
    Documents Fetched 284
    Document Fetch Failures 0
    Documents Rejected 0
    Documents Discovered 284
    Documents Indexed 59
    Documents non-indexable 225
    Document Conversion Failures 0
    The number of non-indexable documents are 225 while the indexed documents are only 59. Then I looked into the Crawler's log file and found that all the almost processes tried to index Portal items got errors. The errors look like:
    http://winas10g.tinhvan.com/pls/portal/PORTAL.wwsbr_srchxml.execute?p_action=generate_item&p_thingid=276935&p_siteid=753&p_result_lang=en: Portal server returned an error message.
    Documents to process = 0
    Error message returned from Portal server is: User-Defined Exception.
    The successful processed documents look like:
    Documents to process = 186
    Processing http://winas10g.tinhvan.com/pls/portal/PORTAL.wwsbr_srchxml.execute?p_action=generate_item&p_thingid=276386&p_siteid=753
    Total documents successfully processed = 86
    Documents to process = 185
    Then when I performed search, I just can find the text that appear directly on Portal pages with URL address format: http://host:port/pls/portal/url/PAGE/pagegroup_name/page_name.
    Is there any error with my Utra Search configuration here? How can I index all the Portal items along with their attributes?
    Thanks,
    Vietdt

    Liya
    The log file for the crawler schedule should be explicitly listed in the information for the schedule. Please check the information for that schedule.
    This log file will be located in the log directory that you've specified in the "crawler" tab.
    Please locate the log file and let us know what you see in that.
    thanks
    edward

  • Error occurs during the rendering of jsp component log file?

    Hello. I am having troubles on locating the log file for this particular error:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Error occurs during the rendering of jsp component.
    Exception id: 11:59_31/07/07_0004_19351950
    See the details for the exception ID in the log file
    I searched all folders on my drive, using the exception id as keyword to search files that contains part of the id (0004_19351950), but to no avail. I wanted to see the log for me to identify the problem. Any ideas where I can look for it? or, better yet, what can be a solution to this runtime error?
    I'm using the 2004s developer environment version. Thanks in advance.

    hi Arnold,
    Go to Java Developer role -> expand Portal Tools folder -> click on Portal Logviewer. Put the exception id in the text-box corresponding to search -> click on search all files. Open the file that is displayed in the search result and make a search with the id again to refer to the exact line.
    N.B: if you don't have Java developer role, using user admin, assign that role to you first
    Cheers.......

  • Where can the log file be found after printing to the PDF printer?

    Cannot locate the log file after printing to the Adobe PDF printer.  The box was unchecked for delete log file after successful print.  Running Adobe Acrobat X Standard (v10.0.0) on a windows 2008 R2 server.

    There is usually no log file when the conversion succeeds. Only in certain cases are their warning or information messages, usually of little interest.

  • Database-Specific Log Files?

    Hi,
    Assuming that you are using an environment, is there some way to specify database-specific (rather than environment-specific) location for log files? Or, put another way, can you ask log files to be created for each database rather than each environment?
    Thanks,
    -- [email protected]
    Andrew Bell
    Iowa State University

    Hi Andrew,
    Could you let us know what is the goal that you want to achieve by using per database log files?
    You could open a single database per environment, thus having the log files associated with a single database, but this is not a scalable solution at all. Or, you could create your own logging mechanism, which might be quite complicated as it will affect related operations, such as checkpoints, recovery etc.
    Regards,
    Andrei

  • Postfix log file

    Hi. I just installed postfix, but I'm unable to locate the log file. /var/log doesn't contain much. A previous install I had of arch and postfix logged here, but after setting up a new install, I cannot find it anymore.
    Any idea where I can find the log file?

    Welcome to the hell of journalctl :-)
    https://wiki.archlinux.org/index.php/Systemd#Journal
    To get the old logs back:
    https://wiki.archlinux.org/index.php/Sy … ith_syslog

  • Finding virusscan log files

    I'm running McAfee VirusScan for Mac. Yesterday it would not update, saying "could not write to ini file". I believe there's a log file somewhere that's full, but I cannot find where it's storing the log files. Any ideas? Thanks in advance.

    There are two standard locations for log files: /Home/Library/Logs/ and /Library/Logs/. You should open the Console application in the Utilities folder to see if the log files are available there.
    .ini files are not log files but rather initialization files. They may be stored elsewhere such as the /Home/Library/Preferences/ folder or a folder in /Home/Library/Application Support/. Also check for a folder in /Library/Application Support/ and /Library/Preferences/.

  • How do I change the location of the coldfusion-out.log and coldfusion-error.log files in CF10

    When I change the log location in ColdFusion Administrator it changes the location of most but not all the log files.  I have a requirement from my customer to place all log files on a separate partition on the server.  For ColdFusion 9 I was able to modify the registry settings to change StandardOut and StandardErr for the ColdFusion Jrun service.  This does not appear to the case for ColdFusion 10 which now uses Tomcat 7.
    I tried modifying log4j.properties file and was able to relocate the hibernatesql.log, axis2.log, and esapiconfig.log but not the coldfusion-out.log.
    I am running ColdFusion 10 Enterprise Edition on a 64-bit Windows 2008 Server.

    The location of the rest of the ColdFusion logs can be changed in the ColdFusion Administrator.  Go to the Debugging and Logging section, Logging Settings.  There is a form at the top of the page where you can change the log storage location.
    -Carl V.

  • Oracle Hyperion Planning - log file location

    When a data form returns the message:
    An error occurred while running the specified calc script. Check the log for details.
    What is the name of the log file I should be looking for and where it is normally located?
    Thank you

    If on windows have a look in <MIDDLEWARE_HOME>/user_projects/epmsystem1/diagnostics/logs/services/HyS9Planning-syserr.log and HyS9Planning-sysout.log
    There will be two planning log files that you can check.
    If it is linux change the services directory for /starter
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • My web pages text is blurry some letters are faint how can I fix this

    the text on my web pages has some faint letters in the words and others there is only half the letter appearing. I have tried view, zoom, reset. helps on some but not on the rest of page. I have reloaded firefox to no avail. I have cleared all settin

  • How to make a good referencing for my web site

    hi. i start with muse and would like to know how to make a good referencing for my web site; thanks for your answers...

  • Does the I phone 4s has the place for sim card

    I wan know if the iPhone has the place for sim card thank u

  • Want to cancel TO by LT0g & lt15

    hI ALL, I wnt to cancel the To by LT0g. But afer sllecting the TOs & clicking on the Sock return tab.Its displays with tick marks .But when i go back & see the same document in lt0g, the it does Not shows chenges i have been made. Pls tell me how to

  • Error in executable

    Hi In my executable I get error 7. I input an output filename and error 7 pops up. It reads : Error 7 occurred at new file Labview : File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the op