Skip to content

Running an executable file with parameters from TI Process #759

Answered by rkvinoth
ishmeets920 asked this question in Q&A
Discussion options

You must be logged in to vote
cmd = 'D:\Data_Transfer\Check.exe';
file= 'D:\Data_Transfer\config.ini';
hello = 'hello';

sRun = '"cmd" "%file%" "%hello%"';

LOGOUTPUT('INFO', sRun);

ExecuteCommand(Expand(sRun), 1);

copy the command from tm1server.log and try running it in command prompt.
If that works, the problem could be because of the account which is running the TM1 instance.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@ishmeets920
Comment options

@ishmeets920
Comment options

@ishmeets920
Comment options

Comment options

You must be logged in to vote
1 reply
@ishmeets920
Comment options

Comment options

You must be logged in to vote
1 reply
@ishmeets920
Comment options

Answer selected by ishmeets920
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants