01-15-2016, 04:51 PM
Hi,
I have resolved.
I have modified my ConnectionString as:
where I have added
SERVER=dedicated
If i launch my script through MS DOS it works, but If I use it in UFT I have this error:
"Provider cannot be found, it may not be properly installed"
Why?
I have added the plugin ORACLE in my project into UFT, maybe it is necessary another plugin?
Thanks.
I have resolved.
I have modified my ConnectionString as:
Code:
DB_CONNECT_STRING = "Provider=OraOLEDB.Oracle; Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=" & myHostName & ")(PORT=" & myPort & "))(CONNECT_DATA=(SERVER=dedicated)(" & serviceNameString & "))); User ID=" & myUsername & ";Password=" & myPassword & ";"
where I have added
SERVER=dedicated
If i launch my script through MS DOS it works, but If I use it in UFT I have this error:
"Provider cannot be found, it may not be properly installed"
Why?
I have added the plugin ORACLE in my project into UFT, maybe it is necessary another plugin?
Thanks.