As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
We have scheduled many jobs in reportcaster as run once immediately , Daily , Weekly and monthly . . Till few days back it was working fine .
But All of a sudden all the jobs irrespective of whatever the frequency is , got failed.
On seeing the BOTLOG2 , i got the folllowing information for all the jobs which i scheduled .
************************************QUERY*************************** SELECT MESSAGE FROM BOTLOG2 WHERE STAT_BT_NAME IN (SELECT STAT_BT_NAME FROM BOTLOG WHERE SCHED_ID = 'S12chu2nd301');
Starting task: WebFocus Server Procedure task Task type: EDA RPC Starting worker thread Procedure name: common Connecting to server EDASERVE with execution id webfocus Executing focexec. WFREPORT ID=EANXPOHR SQLCODE IS 24909 (HEX: 0000614D) : ORA-24909: call in progress. Current operation cancelled ROLLBACK ERROR Task error:Server disconnected, cause 32012 Eda code -12 No report to distribute.
******************************************************************** Any idea ?
I don't know if this is misleading, but the error appears to have something to do with the version of Oracle:
quote:
ORA-24909: Call in progress. Current operation cancelled
The official Oracle explanation: The OCI call was invoked when another call on the connection was in progress.
Check if the OCI call is supported when the call is in progress under special conditions; for example, if it is being used by a signal handler.
What this means is that an OCI call (Oracle call interface, the lowest language you can program in to access the Oracle database) is issued, while another call is still being executed. eg: one OCI call tries to read a cursor, but another OCI call, which closes the cursor is already in progress.
There is a bug when using Oracle version 10.2.0.1 which causes this error. Should you be using this version, you might want to upgrade the version or your Oracle server and / or Oracle client.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Shutdown and restart the Oracle instance that contains your bot tables - you may need your dba to assist in this and you may have to be prepared to lose some data.
Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2 Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006
Originally posted by hammo1j: Shutdown and restart the Oracle instance that contains your bot tables - you may need your dba to assist in this and you may have to be prepared to lose some data.
As this is in Production , It needa a lot of justifications . . It will be great if you give me some justifications for that .