Search found 6 matches
- Fri Aug 10, 2012 2:50 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ExeciteCommand not running vbscript
- Replies: 10
- Views: 8848
Re: ExeciteCommand not running vbscript
Thanks again Michel, The solution worked like a charm! FYI apparently C:\Windows\SysWOW64\config\systemprofile\desktop needed to exist. Created the folder, restarted the server and everything worked as it should. For a detailed explanation as to why it works please refer to Michels link above, not s...
- Thu Aug 02, 2012 6:15 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ExeciteCommand not running vbscript
- Replies: 10
- Views: 8848
Re: ExeciteCommand not running vbscript
Thanks Michel,
Read through and this sounds like my problem exactly. I will try to implement the solution and post back if it works well.
Nice one, thanks!
Read through and this sounds like my problem exactly. I will try to implement the solution and post back if it works well.
Nice one, thanks!
- Thu Aug 02, 2012 4:11 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ExeciteCommand not running vbscript
- Replies: 10
- Views: 8848
Re: ExeciteCommand not running vbscript
Thanks for the reply Mal, Tried your method and copied your code, agree with everything you say but still seems to be a no go...... Just came accross another element - Interestingly, I just discovered that although it works when I call my vbscript directly from the command prompt, however....... The...
- Thu Aug 02, 2012 3:08 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ExeciteCommand not running vbscript
- Replies: 10
- Views: 8848
Re: ExeciteCommand not running vbscript
Thanks again.
Tried your code with cscript.exe call....still no change....
Tried your code with cscript.exe call....still no change....
- Thu Aug 02, 2012 2:09 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ExeciteCommand not running vbscript
- Replies: 10
- Views: 8848
Re: ExeciteCommand not running vbscript
Thanks BigG,
Already tried with wait parameter set to 1.
This seems to hang the process because it waits infinitely for a complete flag from command prompt which never returns.
I have read of this issue in other forums as well.
Any thoughts?
Already tried with wait parameter set to 1.
This seems to hang the process because it waits infinitely for a complete flag from command prompt which never returns.
I have read of this issue in other forums as well.
Any thoughts?
- Thu Aug 02, 2012 1:47 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ExeciteCommand not running vbscript
- Replies: 10
- Views: 8848
ExeciteCommand not running vbscript
Hi all, Quick dillema, I am running a vbscript off a TM1(9.5) TI process using execute command. sEmail = 'mail@mail.com'; sSubject = 'Test'; sSendParameter = ' "' | sEmail | '" "' | sSubject | '"'; S_Run='cmd D:\Cognos\TM1\Production\Production Data\SendMailValidationLogsOriginal...