Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Problem with Oracle Packages Webfocus 7.6.1

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Problem with Oracle Packages Webfocus 7.6.1
 Login/Join
 
Member
posted
Dear Experts,

I am planing to migrate from webofcus 7.1.1 to 7.6.1. I am encountering the following error with this code:

-SET &DSN = 'XXX';
ENGINE SQLORA SET DEFAULT_CONNECTION &DSN
ENGINE SQLORA
EX store_procedure.getval '01-JAN-2006' ,'TEST';
TABLE FILE SQLOUT
PRINT *
END
-EXIT

In webfocus server 7.1.1 the result is returned without any errors. However in version 7.6.1 the following error is returned:

(FOC1400) SQLCODE IS 4043 (HEX: 00000FCB) : ORA-04043: object store_procedure.getval does not exist L
(FOC1405) SQL PREPARE ERROR.
(FOC205) THE DESCRIPTION CANNOT BE FOUND FOR FILE NAMED: XXX BYPASSING TO END OF COMMAND
(FOC205) THE DESCRIPTION CANNOT BE FOUND FOR FILE NAMED: XXX BYPASSING TO END OF COMMAND

Any advice or help would be appreciated. Thanks in advance


WebFOCUS 767 Server 64bit On Windows 2003 Server

WebFOCUS 767 Server for Developer Studio On windows XP

 
Posts: 18 | Registered: November 29, 2006Report This Post
Master
posted Hide Post
2 Suggestions

1.Try

ENGINE SQLORA
EX store_procedure.getval '01-JAN-2006' ,'TEST';
END

2. Also find out what connection string XXX corresponds to. If the userid has insufficient privilege Oracle responds only by saying proc not found. If it passthru (user and pass blank) then you might not be using the right user.

Now logon to SQLplus with the same credentials and attempt to run the proc. If this fails its then an Oracle prob.



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, 2006Report This Post
Master
posted Hide Post
try using the EXECUTE IMMEDIATE command, see if you still get the error.


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
 
Posts: 611 | Registered: January 04, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Problem with Oracle Packages Webfocus 7.6.1

Copyright © 1996-2020 Information Builders