Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Good morning
I am just wondering if it is possible to login from CLI command? The reason I ask is I have to import data through PTC integrity and into a web based application so if I can login from client computer it can import data for anybody that is using the web application.
Thank you for the help
Solved! Go to Solution.
Hey Muhammad,
for every CLI Command you found some help with --? or in the CLI Reference Guide.
you need that:
si/im connect --hostname=HOST --port=PORT --user=USERNAME --password=PASSWORD
Hi,
yes you can:
si connect
or
im connect
Thank you. I can see how can I use my password but is there anyway I can use a username as well. The reason for this is the program will be running on the web and each time user uses to run MKS need to connect.
Hey Muhammad,
for every CLI Command you found some help with --? or in the CLI Reference Guide.
you need that:
si/im connect --hostname=HOST --port=PORT --user=USERNAME --password=PASSWORD
Thank you very much sir. I did try the question mark but I didn't see the "username" section.