Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to obtain SP parameters from database

Status
Not open for further replies.

mucnivasun

Programmer
Aug 17, 2009
3
US
Hi All,
Currently we are using PB7.0 for our application. We plan to upgrade it to PB11.5. After upgrade, no datawindow are retrieving the data. When I try to create a datawindo with store procedure as datasource, I am getting the below message.
Unable to obtain SP parameters from database

Note: We are using Oracle 10g as backend.

Kindly help me to proceed further. Else our firm will go for rewrite in .Net.
 
Is this just for SP DW's? Or does it affect SQL SELECT DW's as well?
 
I could create a datawindow using sql select...But while using stored procedure for datasource, no SP is listing and it shows the above message
 
Check the database drivers. PB gets its info on stored procs by issuing a call to them.

Matt

"Nature forges everything on the anvil of time
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top