Scheduling report error

Hi,
When I am scheduling  areport with Now ,when the report status will change to pending ,but it sometimes failing afterwards  and showing error message
"Object could not be scheduled within the specified time interval." what can be the reason?
when I am scheduling with once reccuring option , and starttime as currenttime . while seeing the history of report it changes to pending . And no response.
Is there any way I can see the currentime in CMC apart from preferences.
Thanks
Jorge

Hi,
Is there any logs to identify the status of crystal jobserver apart from server tab. because server tab is showing as job server is "running".
My scheduled report is in a pending state for a very long time , and even it is not failing .
How to identify the latest patches are installed or not.
Thanks,
Jorge

Similar Messages

  • Scheduled report error - Error in File

    Crystal Reports Serve XI R2 SP4
    Microsoft SQL Server 2005
    Hi,
    Ihave a scheduled report that runs perfectly in most instances, however I am seeing the following eror message when a particular parameter is seected:
    Error in File D:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\BWAQTSREP-1.reportjobserver\~tmp1d945a07834566a.rpt: Operation not yet implemented.
    Any ideas on what this means, and how to resolve?
    Thanks!
    Penny
    Edited by: Penny Braithwaite on Apr 3, 2009 11:51 AM

    Hi Ramesh,
    you have to Login into the SAP Service Marketplace at http://service.sap.com. But you need a S-User to do so.
    You can request your S-User on the top right of the Website.
    Regards
    -Seb.

  • Scheduled Report Error

    Hi All,
    I configured Scheduled Report. But its showing following Error.Please tel me how to rectify this Problem.
    Thanks,
    Nithi

    Hi,
    Please refer SAP note 1798434 - Report Scheduler Prerequisites
    Thanks & Regards,
    Nagarajan

  • UCCX Historical Report - Scheduling Report Error

    When scheduling a Historical Report the below errors are returned at time of schedule.
    0 ERROR Mar 18 2014|00:00:27 Writer FileMapping = 000000E8, GlobalAddress = 00220000
    1 ERROR Mar 18 2014|00:00:31 10644:PrintDBConnectionString:pwd not found in Connection String
    2 ERROR Mar 18 2014|00:00:32 12040:PrintDBConnectionString:pwd not found in Connection String
    3 ERROR Mar 18 2014|00:01:21 10644: Exception while exporting report ICD_Contact_Service_Queue_Activity_Chart_en_US
    4 ERROR Mar 18 2014|00:01:21 10644:LogComError: the error is = Code= 80043ac1, Code Meaning = IDispatch error #14529
    5 ERROR Mar 18 2014|00:01:21 10644:Source=Crystal Reports ActiveX Designer
    6 ERROR Mar 18 2014|00:01:21 10644:Description=
    7 ERROR Mar 18 2014|00:01:21 10644: thread in Export method:Exception occurred for report I
    8 ERROR Mar 18 2014|00:01:21 12040: Exception while exporting report ICD_Contact_Service_Queue_Activity_Chart_en_US
    9 ERROR Mar 18 2014|00:01:21 12040:LogComError: the error is = Code= 80047e41, Code Meaning = IDispatch error #31809
    10 ERROR Mar 18 2014|00:01:21 12040:Source=Crystal Reports ActiveX Designer
    11 ERROR Mar 18 2014|00:01:21 12040:Description=Unknown Database Connector Error
    12 ERROR Mar 18 2014|00:01:21 12040: thread in Export method:Exception occurred for report I
    Not sure if related to strings 1 & 2? If so, I have no idea what the pwd is...

    Have you tried changing the password of the Historical Reporting User?
    Tool -> Password Management

  • Schedule Report Error - Error in File (Operation not yet implemented)

    Crystal Reports Server XI R2
    Microsoft SQL Server 2003 SP2
    We have a report that is run for 100s of Schools once a month.  We started getting the below message.  We tried to manually run the report from the CMC and get the same message. 
    Any suggestions on how to resolve this?   
    Thanks,
    Lisa
    Status: Failed
    Printer: The instance is not printed.
    External Destination: None
    Data Refresh Settings:  Use the server defaults
    Start Time 4/7/09 3:10:21 PM
    End Time 4/7/09 3:10:33 PM
    Server Used: CO-APT01.reportjobserver
    Error Message:  Error in File D:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\CO-APRT02.reportjobserve\~tmp4cc5a1e77c49110.rpt:  Operation not yet implemented.

    Hi Rene,
    Try this as remedy to your problem.
    Whenever you are using the New Page before for a Group, go to Section Expert for the corresponding section and check the New Page Before property and go to Conditional formula and type the following:
    Not OnFirstRecord
    Whenever you are using the New Page after for a Group, go to Section Expert for the corresponding section and check the New Page After property and go to Conditional formula and type the following:
    Not OnLastRecord
    HTH...
    Thanks,
    Amogh

  • Error while scheduling report for SAP users

    Hi All,
    We have SAP authentication enabled in our BO environment. (BO XI 3.1 sp2 FP 2.6 on windows 2003 server).
    There are some webi reports based on BW Bex queries that we are trying to run on behalf of certain SAP end users. This we are doing using "schedule for" option.
    Now what is happening here is if the end user has logged in once in BO system ,it runs fine. But in case user has not logged in to BO (using infoview etc.) ,it throws error saying "incomplete logon data" . Also if user changes or reset his password in BW and if he doesn't login to infoview after that ,system throws another error "Name or password incorrect (repeat logon)".
    Based on these observation, we are suspecting if BO system uses stored SAP users credentials while scheduling report for them based on their last login.
    Would like to mention here that we have checked option "automatically import users".
    Please advice if this behavior is normal or we are missing some setting.
    Thanks in advance,
    Chandra

    Hi All,
    Any pointers or suggestions for this issue ??
    Is there a setting/option avialable in CMC which could resolve these errors.
    Or, user has to login once to infoview in all circumstances to avoid these errors.
    Thanks,
    Chandra

  • Scheduled report failures - Unexpected error getting the HTTP response

    Getting this error when scheduled report executes:
    Unexpected error getting the HTTP response stream while generating report: http://cdmdb1c.nam.nsroot.net:4889/em/console/reports/render

    Hi..
    Thanks for the comment.
    Below is how my web.xml entry looks like.
    The requirement is to send a 404 error response and that will be handled by a servlet which inturn writes the output to the response object.
         <servlet>
              <servlet-name>ErrorPageServlet</servlet-name>
              <servlet-class>com.test.ErrorPageServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>ErrorPageServlet</servlet-name>
              <url-pattern>/error</url-pattern>
         </servlet-mapping>
         <error-page>
              <error-code>404</error-code>
              <location>/error</location>
         </error-page>>>
    the first option to turn off the "show friendly html error pages" works fine.
    It would be better if I can get a different solution

  • Strange error while scheduling but can see the scheduled report

    Hi,
      When I schedule a Deski Report from my Favorite folder to my repository folder the instance fails and has this error message
    destination DLL disabled. []: [CrystalEnterprise.Smtp] .
    But when I see inbox I can see the report scheduled in required format.
    For information - I m using XIR3.1 SP2 and using a server group for scheduling this.
    Please help me identifying why the schedule fails.

    Hi,
         Please note, the error occurred when system tryng to push your completed scheduled report into a particular destination. In you case, the Repository Folder Path.
         Regardless, the solution provided by the previous post contained the same solutions you need to apply.
         In summary, you need to make sure you have permission to that particular path where the report will eventually reside.
    Regards,
    Ken

  • Scheduled webi report error in dashboard

    Hi ,
    we are using SAP BW as backend and Dashboard is created using Live ofive connectivity with latest instance of scheduled report which is scheduled every morning.
    But some of the reports scheduled is failing and throwing this error as
    A database error occured. The database error text is: (CS) "Fail to create an instance of Job" . (WIS 10901) 
    This is occurring many times
    Because of this while opening dashboard it throws error
    The current refresh option requires a report instance that does not exist. (LO 26301)
    Regards
    Gaurav Mang

    Hi Gaurav,
    How many Webi reports do you have? Do they all use the same data source? How big are the reports - 100 rows? 100,000 rows? How long does each take to run?
    They may be failing if the server is running out of memory. Or is it the same Webi reports failing to schedule? In which case obviously there's a problem with those reports.

  • Issue with SAP Single Sign-On and Scheduling Reports

    Hello --
    We are on XI 3.1 with SAP BW and SSO.  Some users are getting failures with this error message when they schedule a report to run:
    "A database error occured. The database error text is: Unable to connect to SAP BW server System received an expired SSO ticket. (WIS 10901)." 
    It SEEMS as though the users are fine if they schedule the report to run immediately and have it run every hour (or less) after that.  If they schedule it to run several hours from the time they are in the system, however, it looks like they begin getting failures around 8 hours after they were in the system.  This would make sense from looking at the "InfoView and Central Management Console Session Management" document (https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/405547f9-b840-2b10-44b5-8e17ff9e48a9&overridelayout=true) since a logon token expires after 8 hours, but since it is a scheduled report, and the user is not logged in through a browser, how is a token being passed?  Is it captured and included when the report is scheduled?  Would disabling logon tokens fix this issue?  How is authentication handled here if they are disabled? 
    Thanks for any info
    Casey

    Hi Gurus
    I am facing the exact same error.
    However, we are not trying to schedule the WEBI report.
    The user gets this error even when he is running on demand from the portal.
    Here are the various steps tha twe have tried and still it doesnt work:
    1) Refreshed and created new Universe connection
    2) Bounced BOE server
    3) Synced up the SSO timeout ticket to 8 hrs on all systems including BOE
    4) Changed browsers
    5) Removed cache, cookies etc
    Please help.

  • Failed to schedule report in Excel format

    We have successfully scheduled report in PDF format, however, we go the error message "Error in File D:\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\eagnmnsx2c5.reportjobserver\~tmp2ee063064fe000e.rpt: The request could not be submitted for background processing" if we select excel as schedule format.
    Anyone has any idea why it's happened?
    Thank you very much for your help.

    If you are using BOE Java SDK please refer to the following link for the code:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/JavaBusinessObjectsEnterpriseSDKSamples
    Select Scheduling option to get quick access to the code.
    Also see if you can schedule the report to excel format through CMC or not.
    Regards,
    Anuj

  • Strange issue with WEBI schedule Report

    Hi All,
    I have a strange issue with schedule WEBI reports, a schedule report runs for Hours , i reschedule it again by deleting the instance and the schedule report never got succeed even after running for hours.
    Any idea???
    regards

    Hi Manoj,
    1. Try to put some filters in the report and then run the report. if it takes less time, then probably your query is fetching very    large data.
    2. MDX query error may be the reason , this error come when a query runs endless, please try running the query 2-3 times, or when load on server is less.
    Hope this will help,
    Anamika.

  • Unable print scheduled report on network printer using BOEXI 3.0

    Hi,
    I'm unable to print a scheduled report on network printer using BOE XI 3.0. I get the following error
    Error Message: Error in File ~ce6a054be1a25b52.rpt: Request cancelled by the user. ]
    Has anyone encountered this kind of problem and know what the solution is?
    Thanks,

    Hey Falk,
    Thanks for the response.
    I can print on a network printer after I changed 'Crystal Reports Job Server' to run under a user account that has privileges to access the printer.
    To answer your questions regarding the problem:
    >Can you schedule the report successfully ?
    >>Yes I was able to schedule the report successfully
    >Can you print the report successfully?
    >>NO the scheduled task would fail with the error message as posted above.
    Thanks,

  • Scheduled report corruption

    Hi, we have been using BO Enterprise 11 for sometime without any problems, but recently scheduled reports are being produced with varying format issues. Sometimes a report is OK, but the next time it runs the layout of the report will be corrupted.
    Correct:
         Analysis of Open MCR Changes, by Logging Category not assigned to a Release
         Open Changes     Logged today
         Logging Category :     C MCR CANDIDATE      65      1
         Logging Category :     C MCR CHANGE      3      1
          68      2
         Analysis of Open MCR Changes, by Logging Item not assigned to a Release
         Logging Item:     MCR ORDER MANAGER SYSTEM      16
         Logging Item:     MCR WEBSITE LIVE      16
         Logging Item:     MCR ORDER PLACEMENT MANAGER SYSTEM      4
    Incorrect
         A
         Open Changes     nalysis of Open MCR Changes, by Logging Category not assigned to a Release     Logged today
         Logging Category :     C MCR CANDIDATE      65      1
         Logging Category :     C MCR CHANGE      3      1
          68      2
         A
         nalysis of Open MCR Changes, by Logging Item not assigned to a Release
         MCR ORDER MANAGER SYSTEM      16
         Loggi
         MCR WEBSITE LIVE      16
         Loggi
         MCR ORDER PLACEMENT MANAGER SYSTEM      4
         Loggi
    Any thoughts?
    Andy

    The problem is that, as Kappy says, the backup software cannot know the files have been corrupted. Hard drive damage - a frequent cause of corruption - can be repaired, but only an application that can read a particular file might know if it has been corrupted, and even then it might not be apparent until you notice errors in the data that the file should contain.
    The only way to protect against corruption is to:
    1) Keep incremental backups, like Time Machine does
    2) Keep a minimum of two _completely separate_ backups
    3) Use two different backup programs (I like Time Machine + [Carbon Copy Cloner|http://www.bombich.com>)
    4) Archive important files periodically to CDs, DVDs or additional hard drives and store them away somewhere cool, dry and dark and don't touch them again. Note that, even stored properly, they dyes in home-burned CDs and DVDs will eventually degrade and destroy the data they contain, so don't rely on these for seriously long-term storage.

  • Scheduled report with sub-reports  (Encapsulating page failed).

    Hello Everyone
    I am fairly new to reporting and SAP.
    I do have a main schedule report containing 4 sub-reports in the sections and 1 sub-report in the page header.
    The report runs fine in the Infoview development folder, But whenever its deployed in system_testing folder, it doesn't open and gives the following error:
    "ERROR IN FILE XXX:Encapsulating page failed."
    I talked to DBA to change the permission for the user, but they don't agree. since its a scheduled report, user can only access the instance of the report, not to run it.
    How can I make sure that the sub-reports don't run when user opens the report.
    I appreciate any help in advance
    Thanks and regards
    MJ

    Hi All,
    We have been facing the "Encapsulating page failed " error sporadic in our Crystal reports. It is not happening always.
    We have tried with different user accounts, it did not help much. Also tried various suggestion from the following SAP Notes:
    1536964 - Encapsulating page failed - The error change to Database error when the preference is changes
    1211088 - Error message "Encapsulating Page Failed" - This is not the case with our reports, we still have some reports facing the same error without an subreports in it
    1543412 - Infoview warning: "Error in File xxx : Encapsulating page failed - tried implementing the recommendation , but no help
    1900672 - Error: Encapsulating page failed while viewing Crystal Reports based on stored procedures in BOXI 3.1  -- Our reports are not based on stored procedures.
    We have faced this error in many different version of BOXI 3.1 like SP4.1, SP7.1, SP7.2. But the behaviour is similar. We have a clustered machine with 2 BOE servers and 2 Tomcat servers.
    I have tried activating E2E tracing, but I really couldn't understand the reason for error from the logs. Our reports connect to datasource using webservices.
    some information from the error traces.
    Verkapseln der Seite nicht möglich.. Internal error: CrpeMgrPEEncapsulatePageEx
    I would like someone to help me troubleshoot the problem. I can share the logs if needed. Please direct me to the correct forum if this is outdated.
    Regards,
    Prarthana

Maybe you are looking for

  • Adobe InDesign CS5 on Mac OSX 10.6.8 Crashes

    This only started this morning and I'm not sure what has changed to cause this, but whenever we try to open InDesign it just crashes out. So basically it won't open. Could someone please help? Process: Adobe InDesign CS5 [731] Path: /Applications/Ado

  • Can not sync photos from my PC to my Ipad via Itunes

    I have updated my itunes and ma Ipad 1 to IOS 5 . And now I can not sync the photos from my PC to my Ipad. The syncing process of the Ipad starts and end just whe. it comes to sync the pictures, and in the bar at the bottom of I tunes shows that ther

  • Cant' tsee column names

    Hello! What is wrong with this code ? I can't see the column names. Regards Ilhan TABLES:     ekko. TYPE-POOLS: slis.                                 "ALV Declarations TYPES: BEGIN OF t_ekko,   ebeln TYPE ekpo-ebeln,   ebelp TYPE ekpo-ebelp,   statu

  • Aironet bridge 1310 - Speed rate

    Hello, I have installed a point-to-point link with two aironet bridge 1310 and Yagi antenna. My question is, given some different allowed speed rates, how can I check, using or CLI commands or web interface, at which speed rate my two bridges are eff

  • Issue of Non Valuated Material

    Hi Friends, We have non valuated stockable material UNBW. We made material master, PO along with cost centre accordingly did GR. Value booked to consumption account & stock get updated. The material is issued to dept. / cost centre. How to do this in