Login through CLI command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Login through CLI command
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
yes you can:
si connect
or
im connect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you very much sir. I did try the question mark but I didn't see the "username" section.
