Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm trying to automate/call stored procedure through UFT 11.5 tool in Pl/SQL tool. I'm facing below error when I executed it -

"Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done."

Getting this error,
con.open "Driver={Microsoft ODBC for Oracle};DSN=abcd;UID=abc;PWD=abc;SERVER=abcd;Integrated Security=SSPI;"

Please advise me!!!

Thanks,
RC23

What I have tried:

I changed my open connection string,
1. con.open "Driver={Microsoft ODBC for Oracle};DSN=AZUI;UID=abc;PWD=abc;SERVER=abcd;"

2. con.open "Driver={Microsoft ODBC for Oracle};DSN=AZUI;UID=abc;PWD=abc;SERVER=abcd;Integrated Security=SSPI;"

Nothing work for me.

Assist me please!!!!
Posted
Comments
CHill60 2-May-16 13:51pm    
Use the debugger to confirm that con is not null and check it's state. If it is Open then the problem is in your Stored Procedure.
Run each part of the SP in a query window to confirm that it is doing what you expect
CHill60 29-May-16 14:59pm    
Did you find a solution to this?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900