Running an executable file with parameters from TI Process #759
-
Hello @MariusWirtz, I am using argparse library of python script to have parameters at run time.
For to process, Issue1: Python Code:
Here is the TI code:
Actual result: Expected Result: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Does the python script itself work fine when executed from command instead of from TI? Does the pythons script still work when compiled to an exe? Next thing you can look into is if the actual command is fine. Do an |
Beta Was this translation helpful? Give feedback.
-
Pass the full path including the drive in which the executable is residing.
|
Beta Was this translation helpful? Give feedback.
-
copy the command from tm1server.log and try running it in command prompt. |
Beta Was this translation helpful? Give feedback.
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.