Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Client_host in AIX

sank_nkMay 7 2013 — edited May 7 2013
Hi,
We are migrating Forms 6i to 11g(On AIX)
I replaced an HOST command by client_host as
client_HOST('start "" "'||v_url||'/SearchMovement?label=001&appl='||'OMS'||'&clex='||:OMS_CLIENT_EXECUTIONS.IDE_CLEX|| '"',NO_SCREEN);
When i am running the Form locally using the cmd
HOST('start "" "'||v_url||'/SearchMovement?label=001&appl='||'OMS'||'&clex='||:OMS_CLIENT_EXECUTIONS.IDE_CLEX|| '"',NO_SCREEN);
then it works perfectly.

But when i use client_host then it returns sqleerm=100501.
Kindly help me fix this
This post has been answered by Christian Erlinger on May 7 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 4 2013
Added on May 7 2013
4 comments
138 views