Request Cancelled

When i tried to view the reports in pivot table/Table/Compound table for some reports i am geting request cancelled message.Within short span of time.In instance config file i changed no of minutes to wait to 30mins.but still i am getting this message Request Cancelled+

In the repository set the logging level for the user to at least 2. run the request, check the log in {OracleBI}\server\Log
regards
John
http://obiee101.blogspot.com/

Similar Messages

  • Error: USer request cancel of current operatin

    Hi,
    My database is in 10.2.0 and OS is Windows 2003. We are having some inhouse MIS reports. One report was running earlier without any error. But past few days I am getting the following error:
    Can any one help me.
    Microsoft OLE DB Provider for ODBC Drivers error '80040e31'
    [Oracle][ODBC][Ora]ORA-01013: user requested cancel of current operation
    /mis/procedures.asp, line 291
    thankyou
    satyanag

    ORA-01013 user requested cancel of current operation
    Cause: The user interrupted an Oracle operation by entering CTRL-C, Control-C, or another canceling operation. This forces the current operation to end. This is an informational message only.
    Action: Continue with the next operation.
    So it means that you need to check back with the application. If its coming from the MIS than check back what's happening in the file that is given in the error.
    Aman....

  • Request Cancelled Error

    Hi All,
    On the Dashboard for one of the report i clicked the cancel link while the report was running .After that it was shown the message like *"Request Cancelled".*Now i re-ran the report to see the results by clicking the refresh link below the "Request Cancelled" message.But still it was showing the that message only not the results.
    Could anyone please suggest what needs to do to see the results on the dashboard after cancel the running request on Dashboard?
    Thanks,
    Suresh.

    You need to clear the cache. Go to Settings>Administration>Manage Sessions and find the query that you cancelled. Click on Close. Now you can run the query again.

  • ORA-01013: user requested cancel of current operation Disconnected from Ora

    Hi Hussein;
    When i run my script for cold backup in r11.5.10.2 solaris 9.2.0.8 database it gives me:
    ORA-01013: user requested cancel of current operation Disconnected from Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.8.0 - Production
    What is matter?

    Hi,
    Run this query to determine the session details of the OS PID:
    SQL> select s.sid, s.serial#, s.username, s.osuser, p.spid, p.terminal, s.program
    from v$session s, v$process p
    where paddr=addr
    and spid='<OS PID>';Regards,
    Hussein

  • ORA-01013: User requested cancel of current operation (#1013)

    Hi Guys,
    I have an application and in particular an append query that inserts rows into a linked table. I keep on getting this error, (although the code works fine in enterprise manager, and code-imports ok).
    I did not cancel the query but it seems to think it has. The insert/append query starts and prompts me for the username and password, this works fine, it just stops half way or beggining etc...
    This is the error:
    ORA-01013: User requested cancel of current operation (#1013)
    And this is the error on Help file:
    ODBC – call failed. (Error 3146)
    Using an ODBC connection, you tried to perform an operation on data in an ODBC data source. This error may occur when the ODBC data source is on a network drive and you are not connected to the network. Make sure the network is available, and then try the operation again.
    Cheers
    Champinco

    Does "linked table" imply that you're using Access as a front-end for Oracle? I know that Access sets a query timeout value when it works with ODBC connections and this error generally occurs when you have a query that exceeds that timeout. I don't know whether Access lets you adjust that timeout, but assuming you're using the Oracle ODBC driver, you should be able to disable query timeout in the DSN configuration.
    Justin

  • Hi, i am getting oracle error ora-01013 user requested cancel of current operation.

    I know this is timeout error however my select query simply returns count from 2-3 tables.. any help would be appritiated, please help me.

    Hi Ramin,
    Thanks for reply. Below is the query i am running,
    SELECT COUNT(TRN.TRANSACTIONID)
    FROM TRANSACTIONDATA TRN,
    CONTENTDATA CND,
    ACTIVITY AC,
    ACTIVINVOL AVL,
    PARTY PR
      WHERE TRN.T_ID=CND.T_ID
    AND CND.CD=AC.CD
    AND AC.AD=AVL.AD,
    AND AVL.PRD=PR.PRD
    AND PR.SPRI=42345
    AND TRN.LUT > '16-JUN-2013'
    AND UPPER(TRN.T_ID) LIKE 'ONE AND DONE COM%' ;
    WHICH OCCURS ERROR ora-01013 user requested cancel of current operation.
    THANKS
    DESHMUKH

  • CsDbUnableToStartTransaction() ORA-01013: user requested cancel of current

    Hello Guru's,
    We are getting this error once in a while(may be once in 20 check-in's). Please through some lights why this error occurs? Thanks in advance.
    Error Log :
    sscproducmap02.ph.rc: Event generated by user 'fmwadmin' at host 'xxxxxxxxxxxx:7151'. csDbUnableToStartTransaction() ORA-01013: user requested cancel of current operation
    csDbUnableToStartTransaction() ORA-01013: user requested cancel of current operation
    java.sql.SQLException: ORA-01013: user requested cancel of current operation [ Details ]
    An error has occurred. The stack trace below shows more information.
    !$sscproducmap02.ph.rc: !csUserEventMessage,fmwadmin,xxxxxxxxxxx:7151!$!csDbUnableToStartTransaction,!$ORA-01013: user requested cancel of current operation<br>!csDbUnableToStartTransaction,!$ORA-01013: user requested cancel of current operation<br>!syExceptionType2,java.sql.SQLException,ORA-01013: user requested cancel of current operation<br>
    intradoc.common.ServiceException: !csDbUnableToStartTransaction,!$ORA-01013: user requested cancel of current operation
         at intradoc.data.WorkspaceTransactionWrapper.beginTransaction(WorkspaceTransactionWrapper.java:52)
         at intradoc.server.ServiceRequestImplementor.beginTransaction(ServiceRequestImplementor.java:285)
         at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1186)
         at intradoc.server.Service.doActions(Service.java:447)
         at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1121)
         at intradoc.server.Service.executeActions(Service.java:433)
         at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:635)
         at intradoc.server.Service.doRequest(Service.java:1707)
         at intradoc.server.ServiceManager.processCommand(ServiceManager.java:359)
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:197)
    Caused by: intradoc.data.DataException: !csDbUnableToStartTransaction,!$ORA-01013: user requested cancel of current operation
         at intradoc.jdbc.JdbcWorkspace.handleSQLException(JdbcWorkspace.java:2371)
         at intradoc.jdbc.JdbcWorkspace.beginTranEx(JdbcWorkspace.java:1059)
         at intradoc.data.WorkspaceTransactionWrapper.beginTransaction(WorkspaceTransactionWrapper.java:47)
         ... 9 more
    Caused by: java.sql.SQLException: ORA-01013: user requested cancel of current operation
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210)
         at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:961)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1190)
         at oracle.jdbc.driver.OracleStatement.doScrollExecuteCommon(OracleStatement.java:4086)
         at oracle.jdbc.driver.OracleStatement.doScrollStmtExecuteQuery(OracleStatement.java:4234)
         at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:1661)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1626)
         at intradoc.jdbc.JdbcWorkspace.beginTranEx(JdbcWorkspace.java:1038)
         ... 10 more

    The ORA-01013 error is a database error. The error is thrown when an activity is cancelled by the requested user before it was completed.
    In this case UCM is the application that is cancelling a database query/update/etc. UCM does this automatically if a database action takes
    longer then a treshold value (I think by default it's 30 seconds, but I am not completely sure).
    If you are suffering from ORA-01013 it might be good to contact your DBA and ask if there are any queries from your UCM application that
    take a long time. Or trace the systemdatabase event and look for queries that take a long time.

  • Message: ORA-01013: user requested cancel of current operation

    Hi,
    I have been working an issue involving an application that is receiving "Message: ORA-01013: user requested cancel of current operation" errors. These errors are seen in the Application servers which are 6, w2k3 Standard sp2.
    My problem is the users are not the ones requesting the cancel. I have worked with my application support dept and they have informed me the timeout settign is 2 seconds. As you can see in my list below these transactions are taking longer then 2 seconds. A good transaction should take less then 3ms.
    Here is a short log of bad times this has occurred:
    Duration
    (in ms) Error Time
    2226       2013-01-22 12:30:11.023
    2006       2013-01-22 12:30:10.827
    2833       2013-01-22 11:38:56.813
    2026       2013-01-22 11:15:28.490
    2026       2013-01-18 15:00:24.930
    2990       2013-01-21 04:47:10.317
    2026       2013-01-18 11:14:45.370
    10910    2013-01-18 11:14:33.673 
    2026       2013-01-18 11:08:39.970
    2140       2013-01-18 11:08:33.310
    2140       2013-01-18 11:08:31.620
    2230       2013-01-18 11:08:30.330
    2130       2013-01-18 11:08:25.737
    3506       2013-01-18 09:00:15.453
    4390     2013-01-17 11:44:55.243
    9793     2013-01-17 11:44:55.233
    6216     2013-01-17 11:44:54.317
    4800     2013-01-17 11:44:54.313
    8443     2013-01-17 11:44:54.313
    2006     2013-01-17 11:44:52.980
    3143     2013-01-17 11:44:50.850
    3760      2013-01-17 11:44:47.697
    3406      2013-01-17 11:44:47.693
    Example's of good
    Duration
    (in ms) Event_Time
    3 2013-01-17 11:44:50.560
    0 2013-01-17 11:44:50.410
    3 2013-01-17 11:44:50.233
    0 2013-01-17 11:44:50.213
    0 2013-01-17 11:44:50.013
    3 2013-01-17 11:44:49.813
    0 2013-01-17 11:44:49.793
    3 2013-01-17 11:44:49.627
    0 2013-01-17 11:44:49.537
    0 2013-01-17 11:44:49.363
    0 2013-01-17 11:44:49.140
    3 2013-01-17 11:44:48.097
    3 2013-01-17 11:44:46.723
    3 2013-01-17 11:44:46.117
    3 2013-01-17 11:44:46.000
    We can't up the timeout setting in the application, We've already looked into it and theres to much red tape for us to cut in order to implement that setting.
    Recently our DB's were upgraded from Oracle 11.2.0.2 to Oracle 11.2.0.3. The very next day is when we started receiving these alerts.
    Any thoughts?

    What's it doing during these bad transactions? Is there a difference between what those are doing and what the fast ones are doing?
    Off the top of my head with so little information, the only thing I can come up with is that a lock is being held which is delaying some of the transactions from completing until after the timeout hits.

  • ORA-01013: user requested cancel...........

    Hi,
    I've an application on Oracle 10.2.0.3.0 that run a basic script but I get always this error:
    ORA-01013: user requested cancel of current operation
    I was thinking to solve the problem by changing the ODBC settings in ODBC sources, I'd like to uncheck the "Enable Query Timeout" option, BUT when I trying to do the following with the Oracle ODBC Driver version 10.2.0.3.0 I get the error:
    "An unsupported operation was attempted"
    Have someone any idea How can I fix my ORA-01013 error and ODBC error?
    Thanks in advance!

    Sqlnet.expire_time=0 which is a way to eable DCD wil not help here.
    Please try to set the sqlnet. inbound_connect_timeout . But I doubt this will help because these parameters solves the timeout error.. the error we are getting here is like pressing ctl C while something is running.
    The best way will be to enable a client trace and see the network error.
    Also you can run the script locally to the server (if possible) to narrow down the issue.

  • I request cancellation and refund of photoshop membership.

    I request cancellation and refund of photoshop membership.

    You'll need to contact Adobe directly. This is a User to User help forum.

  • Money request canceled

    I just had a message from Paypal saying that a money request by ******* had been cancelled. I didn't recognize the name, and then found it was from April 2011! What is that all about?

    The last time that I took a detour through my paypal account history, I was surprised to find old stuff that didn't automatically time-out. My guess would be that the other person was housecleaning. Still.... it might be helpful if paypal acknowledged alterations or changes to anything over, say, 24 months old as 'archived' or something at least in the accompanying message to the parties involved. My radar would be up after getting a notice like that as well. 

  • ESS Leave Request cancelation

    Hi All,
    User is not able to delete or cancel the leave for which he has applied, in Leave request overview, when user cancles the leave request the system gives message that Request cannot be deleted.
    Please help me on this, as business needs to change or cancel the leave applied.
    Regards,
    Aman

    hi
    If you are on ECC6 , there is configuration related to this
    you have to check in the table  V_T554S_WEB
    double click on the leave type
    the system will show a screen , locate the section
    system response ,
    uncheck the  last 2 options.
    Save  and check .
    please reward points
    Regards
    Sameer.

  • HT4847 Request cancel order

    I press the "buy" button in error. I don't need 15G iCloud storage. I need to cancel my iCloud storage 10G.

    Try Here  >  Manage or buy more iCloud storage
    From Here  >  http://www.apple.com/support/icloud/

  • Ibot report delivered with Request Cancelled.

    Hi,
    I have created an ibot as an administrator and scheduled it to a group and to Intractive Dashboard. This Ibot has a page with 10 reports. One report takes more than 5 minutes to run. When i schedule this ibot only to Dashboard Alerts, i dont see any issue. When i schedule it through mail, i am receiving the ibot with the error message for the report which takes more than 5 minutes. Is there any time out set on SMTP server to reject requests running for more than 5 minutes.
    Thanks
    Krishna

    hi krishna,
    Will this help you http://download.oracle.com/docs/cd/E12103_01/books/PDF/AnySched.pdf
    Check in ibots tab you would find it and read comments also from this blog http://obiee101.blogspot.com/2008/08/obiee-configuring-configuring-scheduler.html
    Cheers,
    KK

  • Complaint for attention regarding requested cancellation

    My husband and I recently moved out of our home to move temporarily with his Mum while we finish saving for our own place. We called to cancel on the 20th May as we were due to move on the 20th June so thought we could give a months notice. As we were still in an offer period having had half price for 12 months we were told we could not cancel until that expired which was due to be the 24th July. This would mean we should call on the 24th June.  Unfortunately we were away and unable to call until the 29th June, which we did and we were told our subscription would end the following month. I have just plugged our box in as i noticed we had been billed for £64.50 on 29th July. Also when logging into our online account it seems they have us listed as receiving the HD package which we have never received (or wanted) I have been trying over the last few days to contact sky again but working long hours i have had to resort to trying the 'Live Chat' in my lunch break but I never seem to be able to get through even when i click when it says available. Has anyone ever succesfully got through??? I have tried phoning tonight but the first lady i got through to said she couldnt hear me and preceeded to just seem to be blowing into the receiver, yet I could hear her clearly. She then hung up. The next time i got through it was about 19:50 and i could hear people talking to each other but the person then disconnected. Too close to home time most likely. I really want some advise on how to get through to this lot. to speak to someone who can listen to my complaint but I dont know where to turn now as none of them seem to want to talk to me. Help!!!

    Sky only moderate on these forums and post Service updates.
    You can Contact Sky for further assistance or wait and see if another customer has any advice.
    Quote from the main forum page: "welcome to the Sky Community - a place where Sky customers share experiences, knowledge and help one another. "
    If you have a smartphone/tablet why not try the Sky Service App

Maybe you are looking for

  • IPod classic fails to sync some tracks from iTunes

    I use an iPod Classic 160 GB with iTunes. Both are fully up to date. Every time I sync with iTunes roughly 500 of 5000 odd tracks fail to sync. This number fluctuates, but stays around the 500 mark. iTunes does not recognise this problem - it claims

  • Production Order Variance not posting to COPA

    Hi, I am hoping someone can help. We settle our production order variances to COPA. - usually without any problem. The production orders settle to both Material (Mat) and PSG However this month we had a situation where for 2 order there was no settle

  • Ejecting from mass transfer

    Usually after i transfer files using usb mass transfer, i always get a warning on the phone that says data may be lost if i don't disconnect it properly, even though i ejected the phone via the hardware icon in the system tray. Why is this so?

  • Fox wont load want to reinstall tells me to shut ff down dont know how to shut fox down to complete uninstall?

    ffox wont let me get on the webits just fozen. internet supplier says ffox is the problem i want ti uninstall it and reload. when i try to uninstall it tells me to shut ffox down. i dont know how or where to do this. help is needed thanks

  • No signal from line in in Garageband, though okay in OSX!

    My line in jack is clearly working in OSX - in System Preferences/Sound, the "Line In" input meter reads my guitar as I play it, with a good signal strength. In Garageband however, no matter what I've chosen in Sys Prefs, all "Real Instruments" activ