Demantra Solutions - EBS (MOSC)

MOSC Banner

Getting error while launching Demantra from ASCP Concurrent Program

Hi

I am trying to run below script using pl/sql to launch demantra workflow using Concurrent Program:


SELECT utl_http.request('''||l_url||'/WorkflowServer?action=run_proc'||'&'||'user='||l_user_name||'&'||'password='||l_password||'&'||'schema='|| replace(l_wf_name, ' ', '%20')||'&'||'sync=no'') FROM dual';

I am getting below error:

RA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1720
ORA-12545: Connect failed because target host or object does not exist

Please suggest.


Thanks in Advance

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

EBS Demantra Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center