Scheduled Web Intelligence report fails with ORA-01013 and WIS 10901

Hi,
        the environment I'm working in is BOXI R2 SP4 on a Solaris 10 server using WebLogic running against Oracle 9i database.
I have a report written by one of the users. In SQL Viewer the SQL detailed is two joined Select statements. Each time this report is either scheduled or refreshed is fails with an ORA-01012 and WIS 10901 error.
I am of the understanding that this failure relates to the fact that the 'Limit Execution Time To;'  value is being exceeded.
I also understand that this value is infact divided by the number of Select statements present, and that each Select statment is them allocated an equal portion of this value.
If any of this is incorrect please correct me.
I therefore have two questions
1. As such would I be correct in assuming that in my scenario where 2 Select statments are present and where the execution limit is set to 30 minutes, that each Select has 15 minutes to complete, and that if either fails the ORA-01012 and WIS 10901 error is generated.
2. Also would this error message get generated as soon as the first failure occurred, or would BO initiate a cancellation of the SQL by Oracle, ORA-01012, only when the final request has either succeeded or failed.

The queries are not executed in parallel but in serial. So the total execution time configured will be for all the Select statements in the report combined.
As for your second question, since the execution is not parallel hence BO will not initiate any error message until the total execution time exceeds the defined limit. This could be during the execution of first select statement or the second.
Try executing the queries directly in database one by one and see how much time they are taking.
- Noman Jaffery

Similar Messages

  • Scheduling web intelligence reports from SAP EP Portal : Server Side Trust

    Hello,
    We have set-up SSO between SAP EP 701, SAP BI 701 and Business Object XI 3.1  to allow users to access reports without having to sign-on again as explained here :
    /people/ingo.hilgefort/blog/2008/09/19/businessobjects-and-sap--configure-sap-authentication
    But, we have recently been contacted by some users because when scheduling Webi Report from a link within the portal they have the following errors :
    u201CA database error occured. The database error text is: Unable to connect to SAP BW server System received an expired SSO ticket. (WIS 10901) u201D
    The user told us that he doesn't encounter the error when :
    Login in directly to the BO Infoview (without SSO from the SAP Enterprise Portal.)
    The first Webi scheduling is succesful from the portal (I suppose because the portal token is still valid)
    I understand that we also have to configure the Server Side Trust between BO Enterprise server and the SAP BI7 backend as explained here , but I do not really understand its purpose
    https://websmp106.sap-ag.de/~sapidb/011000358700001646962008E/XI3-1_BIP_SAP_INSTALL_EN.pdf
    I've found a similar discussions here ;
    Issue with SAP Single Sign-On and Scheduling Reports
    I still have some questions :
    If we configure the Server Side Trust between BO Enterprise server and the SAP BI7 backend .
    The Portal Logon ticket will remain an issue at some point of time , does it mean tha the WeBi report job sheduling should not be perfromed from the SAP EP Portal ?
    We haven't configured the Server Side Trust , yet the users told us that they are able to schedule webi report directly from the BO Infoview ? How is it posible ?
    Thank you in advance for your help.
    Regards.

    Thank you Mr Hilgefort for your detailled explanations.
    I now have to provide some explanations to my managers, and to be honest , there are still some points that
    are unclear to me, and it would be extremely helpful if could confirm (or not) the follwoing points.
    When scheduing Webi report from the sap portal, we're getting SSO errors.
    SAP provide the follwoing note explaining how to extend the validity of the J2EE token (Portal token), but this is not a long term solution, at certain point of time the ticket will expire. Webi shceduling should not be perfromed from the Portal.
    Sap note 1352127 - Scheduled Webi report fails with: A database error occurred. The database error text is: Unable to connect to SAP BW server System received an expired SSO ticket
    Webi Scheduling should be performed from BO Infoview. SNC should be configured between BO server and SAP BI7.0 backend.
    We should Configure Server SNC as explained in the BusinessObjects XI Integration for SAP Solutions Installation and Administration Guide at Chapter "Configuring SAP for server-side trust". (1341043)
    The SAP Portal is not involved here and is not an option even with the configuration of SNC/Server side trust.
    thank you for your patience.
    Best Regards.

  • Web Intelligence report fails after adding hyperlink

    I am trying to add a hyperlink to a Business Objects report created in Desktop Intelligence 3.1.  When I export the report to WebIntelligence and try to run the report, I get an error box that pops up with the following message:
    T​h​e​ ​d​o​c​u​m​e​n​t​ ​i​n​s​t​a​n​c​e​ ​i​s​ ​n​o​ ​l​o​n​g​e​r​ ​a​v​a​i​l​a​b​l​e​.​ ​P​l​e​a​s​e​ ​r​e​o​p​e​n​ ​t​h​e​ ​d​o​c​u​m​e​n​t​.​ ​(​E​r​r​o​r​:​ ​R​F​C​ ​0​0​4​2​1​)
    Can anyone please tell me what is going on?  I can't find any reference to that error anywhere.

    This problem is with a report created in Desktop Intelligence and then run in the Web Intelligence environment.  If I tried to run the report, it would fail.  The only way I managed to get the report to work, was to turn off the auto refresh when open.

  • Scheduling a Deski report fails with error message: "Failed to get property

    Hi,
    We have created few Desktop Intelligence report. Now when these report are schedules to be refreshed weekly (on Sunday), it fails with the following error message:
    "Failed to Get Property"
    Have tried to refresh the reports manually in Full Client too but the report fails there too.
    Have checked for the connection information. The servers are up and running.
    Have tried to re-create the connection and even tried to re-import and export the Universe.
    If we rename the report and save it and export, it works fine. Can not try this workaround as have more that 500 reports.
    Please suggest.
    regards,

    Hi Maria,
    usually the message "Failed to Get Property" is followed by an item name such as SI_FILE, or SI_VARIABLE, or SI_USE_ORIGINALDS, and so on.
    Could you please specify as much information coming from the error message as you can?
    Furthermore, is this issue happening with any Desktop Intelligence reports you schedule?
    Are the reports using the same Universe?
    Which DB are you using?
    Regards,
    Samanta F.

  • Download Interactive Report fails with ORA-06502

    I am using:-
    Apex version 4.2.1.00.08
    Oracle DB 11.2
    Apex Listener
    I.E. 8
    I have created an interactive report and when I download the report to CSV I get ORA-06502.  My report contains over 100 columns some of which are blobs so I am hitting the old 32k limit.  Does anyone have a work round for this problem. The ability to download data is a key feature of my application and this really is a show stopper form me.
    Regards...

    The queries are not executed in parallel but in serial. So the total execution time configured will be for all the Select statements in the report combined.
    As for your second question, since the execution is not parallel hence BO will not initiate any error message until the total execution time exceeds the defined limit. This could be during the execution of first select statement or the second.
    Try executing the queries directly in database one by one and see how much time they are taking.
    - Noman Jaffery

  • Data Guard Broker fails with ORA-16635 and ORA-03135

    Hi All,
    I configured Oracle RAC with Dataguard 11.2 on Windows 2003.
    I've already configured Standby without Data Guard Broker and everything is working fine, but when I try to use Data Guard Broker, he can not synchronize the files from the Data Guard Broker.
    I've tried everything including MOS, but not found anything.
    I'm getting this error.
    From Primary
    DG 2011-02-11-09:15:41        0 2 0 NSV1: (MIV = 57) Start sending metadata file: "+DG_DATA/orcl/dgbroker/dg_config_file1.dat"
    DG 2011-02-11-09:15:41        0 2 0 NSV1: Sending block #1 (containing MIV = 57), 67 blocks
    DG 2011-02-11-09:15:42        0 2 0 NSV1: Error sending block #1, size 67 blocks. Error is ORA-16635.
    DG 2011-02-11-09:15:42        0 2 0 NSV1: Current network link for metadata resync is broken.
    DG 2011-02-11-09:15:42        0 2 0 NSV1: (MIV = 57) End metadata file transmission: opcode CTL_ENABLE (1.1.1825138532)
    DG 2011-02-11-09:15:42        0 2 0 NSV1: Can't send CLOSE message to DRCX. Network error is: ORA-16635.
    DG 2011-02-11-09:15:42        0 2 0 NSV1: Error is ORA-03135 connection lost contact
    DG 2011-02-11-09:15:42        0 2 0 NSV1: Current network link for metadata resync is broken.From Standby
    DG 2011-02-11-08:35:39  3001000 3 1825138419       for opcode = CTL_ENABLE, phase = RESYNCH, req_id = 1.1.1825138419
    DG 2011-02-11-08:35:39        0 2 0 NSV2: Error sending block #1, size 67 blocks. Error is ORA-16635.
    DG 2011-02-11-08:35:39        0 2 0 NSV2: Current network link for metadata resync is broken.
    DG 2011-02-11-08:35:39        0 2 0 NSV2: (MIV = 11) End metadata file transmission: opcode CTL_ENABLE (1.1.1825138419)
    DG 2011-02-11-08:35:39        0 2 0 NSV2: Can't send CLOSE message to DRCX. Network error is: ORA-16635.
    DG 2011-02-11-08:35:39        0 2 0 NSV2: Current network link for metadata resync is broken.
    DG 2011-02-11-08:35:39        0 2 0 NSV2: Metadata Resync failed. Status = ORA-16635
    DG 2011-02-11-08:35:39  3001000 3 1825138419 DMON: Database ORCLSTBY returned ORA-16635

    Hi,
    Are you using firewall between Hosts?
    If yes check if firewall is blocking yours connections.
    Set the following parameter in the sqlnet.ora file that would be referenced by each database, primary and standby.
    SQLNET.EXPIRE_TIME=n
    Where n is some number of minutes. Preferably below 10. When this parameter is enabled, a small 10 byte probe packet will be sent from node to node at specific intervals.
    Regards,
    Levi Pereira

  • Export dump failing with ora -06512 and ORA-00955

    Hi
    While running export data pump, I am getting this error. Any inputs helps ... Thanks in advance.
    Regards,
    K
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ORA-31626: job does not exist
    ORA-31633: unable to create master table "OPS$ORACLE.EXPFULL"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPV$FT", line 863
    ORA-00955: name is already used by an existing object

    You may have to drop the table OPS$ORACLE.EXPFULL and then try again.
    HTH
    Thanks
    Chandra

  • Web Intelligence Report Server - Error: Failed to run rexec. Error number

    Hello,
    I post a message in this forum :
    "When i want to start "Web Intelligence Report Server" with CMC, i've got this error :
    Web Intelligence Report Server: Echec du démarrage/de l'arrêt du service sur l'ordinateur distant : Error: Failed to run rexec. Error number: %12.
    Any idea ?"
    I've do this command :
    bouser@v-bo-1 bobje$ ./ccm.sh -restart ras
    bouser@v-bo-1 bobje$
    but i have always the same error "Error: Failed to run rexec. Error number: %12".
    Thanks

    Please try to avoid posting duplicate forum posts.
    This command :
    bouser@v-bo-1 bobje$ ./ccm.sh -restart ras
    Restarts RAS server and has nothing to so with WebIntelligence.
    To be able to Start/Stop servers from CMC, you have to have rexec running on your Unix box.
    Google rexec for more information on what it does and ask your Unix admin to enable it.

  • All scheduled jobs started suddenly to fail with ORA-01031: insufficient pr

    I have a setup of gridcontrol 11g on windows 2008. I've been running successful for weeks until the other day when all my scheduled jobs started to fail with
    ORA-01031: insufficient privileges (rman jobs)
    ERROR: Invalid username and/or password (sql scripts).
    I verified for the accounts being locked, pw correct, expired / grace period, etc.
    all good when I try from the command line. running an rman backup from the command line works great, but the same one through the job scheduler fails with ORA-01031.
    I've dropped the jobs completely, recreated them again. same thing.
    I'm using preferred credentials and dropped and recreated them. same thing.
    I don't know where else to look. Only grid control scheduled jobs fail, but all of them do.
    I'm using SQLNET.AUTHENTICATION_SERVICES= (NTS) in my sql.ne (always have).
    we use a windows domain server / domain authentication for logging into boxes. I haven't changed any of my passwords.
    I am probably looking in the wrong places. Anybody able to help?

    Hi,
    ERROR: Invalid username and/or password (sql scripts).This error message clearly tells that password is incorrect and "insufficient privileges" shows that perhaps you are using SYS user for running the jobs and password for user SYS is incorrect.
    If you are specifying passwords in your scripts, i don't think you need to set preferred credentials.
    Try following
    1) Remove preferred credentials
    2) Don't check password of user sys by locally logging in (because if Os authentication is on, even wrong password will allow you loging into the database and you will think that password is correct). Try connecting database using SYS user from a remote machine and check whether it accepts your password and make sure you have same password for your jobs and in sql scripts
    3) If still problem, just for test, remove SQLNET.AUTHENTICATION_SERVICES= (NTS) and try
    Salman

  • Scheduling Error For Web Intelligence Reports

    Dear Experts,
        I want schedule BO XI R3.1 SP 3  Web Intelligence reports.
        For this i want to give  Adaptive job server :destination details.
        Can you suggest what i need to enter for below details?
       1)Host    ?
       2)Port?
       3)Domain Name?
       For Host can i give BO CMC name or can i give BO Server IP Address or suggest me right one?
       For Port can i give CCM -->Adaptive job server PID value or CMS Port or SIA Port or Suggest me right one?
       For Domain name what i need to enter?
       The errors i am getting as shown below while scheduling with different ways as i mentioned above..
      Error Message:     server error. []: [CrystalEnterprise.Smtp]
      Remote Instance in Federated Cluster:     No
       Error Message:     server error. [Error initializing SMTP server. Return code: [TCP send failed.]. Reason:                               [Port address].]  [CrystalEnterprise.Smtp]
    Reply will be appreciated
    Regards,
    Venkat.

    Thanks a lot Konovolav,
    Can you tell how can i find SMPT server details to fill host, port and domain name for email scheduling?
    I can able to connect to Internet in my BO server.
    Can you tell me the path to find above details?

  • What's happaned with Web intelligence report Server

    Hello
    Im making a document about the BOE XI 3.1 server and when i saw the services in cmc web app i dont the services:
    Web intelligence report Server
    Web intelligence Job Server
    Dont this services exist anymore?
    Thanks
    Vegas

    I believe they are called adaptive processing/job servers now, from the CMC services there should be a sub category for webi, the new names are listed under there.
    Regards,
    Tim

  • BI Launch Pad - Error opening Web Intelligence Report (Error: INF)

    Hi:
    We're working with 4.1 Support Pack 3 Patch 1
    Version: 14.1.3.1300
    We migrated a Webi report from development environment to testing and it was working fine.
    After making some minor changes on the Web Intelligence report, we migrated again, but now when we open the Web Intelligence report we get the following error:
    Faltal Exception occured. The cause was:  com.businessobjects.corba.generic.container.proxy.internal.DependencyFailoverCallbackImpl$FailoverFatalException:
    Prepare failover failed (Error: INF)
    Any ideas?
    Thanks in advance!
    Kind regards,
    Florencia

    Hi Florencia,
    It seems like report is corrupted some how.
    To check report is existing in filestore or not , go to report in Launchpad->Properties->check File name , there should be frs path assigned to it.If not it is corrupted.
    Ex : File Name:frs://Input/a_067/064/004/278595/auytslwhrgrdneqcvzbefs0-guid[atli.nsurgzit4q8pfgonmi].wid
    If it corrupted , check in myfavourites : ~webintelligence folder , there you can find last auto saved instance.If not we may need to create new report.

  • WIH 00013 time out error while viewing a BO Web intelligence report

    Hi,
    I have a BO web intelligence report. While viewing the report i get WIH 00013 time out error. I have another report with everything same as this one except for one filter condition. That is working fine but former is giving me an error.
    I tried changing the timeout values to 120 minutes from 90 minutes in connection server setting but didn't work.
    Also when i run the same report by scheduling it in CMC and format as PDF, then it works fine. This error only comes when i try to view the report directly from infoview.
    Please let me know if there is any other way to resolve.
    Thanks!
    Edited by: Satya Suma on Mar 9, 2011 1:31 PM
    Edited by: Satya Suma on Mar 9, 2011 2:00 PM

    Hi Suma,
    These links may be helpful to you:
    WIH00013 - Invalid Session
    WIH 00013: Invalid session
    All the Best,
    Madhu....

  • Add Comment to Xcelsius Dashboard and Webi Intelligence Report

    I created a Web Intelligence report based on that report using Live Office I am creating Dashboards in Xcelsius.
    The Business Request is that each day when the report is refreshed/scheduled at 2:00 am, next morning the BA looks at the report checks the data and add some comments.
    These comments should be availble/ displayed on the dashboard.
    Where should the BA add the comments and how can I bring it in report and dashboard
    I have tried few things nothng is working. any suggestions .
    THANK YOU

    I forgot to mention 1 important thing.
    If the user wants to run a dashboard or report (WITH HISTORICAL DATE) the comments should be displayed for that particular historical date.

  • SharePoint 2010: Scheduled Web Analytics Reports workflow is not sending ANY email

    Hello,
    I've a SharePoint 2010 Enterprise farm. I setup a Scheduled Web Analytics Reports workflow in a site collection with different web analytics reports options checked. So far I've not got ANY email. When I went to Site Workflows, I'm seeing that the workflow
    is running. When I click on Completed status, I see below outcome in the Workflow History section:
    "Email sent but reports with no data were not attached."
    And I see below information in the Workflow History list:
    "Attached are the daily Web Analytics reports for 1/7/2015 through 1/7/2015 for SharePoint Site Collection
    http://server/team/site scheduled by workflow "SharePoint Site Web Analytics Reports". "
    I am able to generate the reports manually by going to Site Collection Web Analytics Reports, but I want to schedule them. The problem is I'm not getting ANY email in my inbox. What am I missing here? Are the emails getting filtered by Outlook or workflow
    is not sending emails at all?
    Please help! This is getting frustrated.
    Thanks,
    Ashish

    Hi Ashish,
    Based on your description, my understanding is that the email is not sent from the Scheduled Web Analytics Reports workflow.
    I recommend to the things below:
    1. Check if the Outgoing email has been configured for the web application where you run the Scheduled Web Analytics Reports workflow.
    In Central Administration > Application management > Manage web applications > select the corresponding web application > click General Settings in the ribbon and select Outgoing E-mail.
    2. Make sure that your account has email address configured.
    Thanks,
    Victoria
    Forum Support
    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 Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

Maybe you are looking for