Skip to Main Content

Analytics Software

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!

upsShell

631869May 29 2008 — edited Jun 12 2008
Hi there,

In regards to
upsShell.exe CustomScriptEx=AppName~UserID~PW~DOMAIN~LoadBalancerName~LogDirectory~ScriptName

Is there any way of passing arguments to the script identified at ~ScriptName
I've tried a few alternatives but can't seem to get my script going with arguments, works fine when its just a subprocedure without args.

Does any doco exist for upsShell.exe?


Cheers...

Comments

644607
As far as I know you can't submit arguments to subs.

As you're probably launching your script from the command-line there is a workaround though:

Create a text file and include the arguments in there. Then you can open the text file in your procedure and read the values.
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 10 2008
Added on May 29 2008
1 comment
1,794 views