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!

Windows Shell not triggering on Prod

Chinmay JoshiJun 19 2014 — edited Jun 24 2014

Hi All,

We are using FDMEE 11.1.2.3.5 . We are having a event script VBS code which is triggering command file for calc script n all .. Snapshot of code which is doing this is as follows:

Set objShell = CreateObject("WScript.Shell")

strcmdfile = "E:\Scripts\BSOASOCLEAR.cmd"

objShell.Run strcmdfile,0,True

Set objShell = Nothing

This code is working fine on Dev enviornment . BSOASOCLEAR command file is copied from Dev to Prod and required changes are done as well . But it is not getting triggered on Prod.

I guess there is some issue with Windows Script shell . Do I need to make any changes in Windows to make this work ??

Any thoughts ??

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 22 2014
Added on Jun 19 2014
12 comments
4,112 views