Apr 28, 2017 #1 scotty053 Aerospace Apr 28, 2017 3 US For some reason some versions of our Catia (R24, R25) won't show what users have our floating ST1 license checked out. Does anyone have a script that will display what users have a certain license checked out? Any help would be appreciated.
For some reason some versions of our Catia (R24, R25) won't show what users have our floating ST1 license checked out. Does anyone have a script that will display what users have a certain license checked out? Any help would be appreciated.
Apr 30, 2017 #2 itsmyjob Mechanical Apr 11, 2002 2,375 CA check the DSLS pdf doc, it should provide enough info to make a script. CATIA should inform you if you try to grab a license that is unavailable and should list all users with that license. Eric N. indocti discant et ament meminisse periti Upvote 0 Downvote
check the DSLS pdf doc, it should provide enough info to make a script. CATIA should inform you if you try to grab a license that is unavailable and should list all users with that license. Eric N. indocti discant et ament meminisse periti
May 1, 2017 Thread starter #3 scotty053 Aerospace Apr 28, 2017 3 US Yea, some of our versions of Catia will show what users have it and some don't, not sure why. I am trying to learn how to write scripts, but it is a little intimidating. Do you have any starters or tips? Thanks. Upvote 0 Downvote
Yea, some of our versions of Catia will show what users have it and some don't, not sure why. I am trying to learn how to write scripts, but it is a little intimidating. Do you have any starters or tips? Thanks.
May 3, 2017 #4 itsmyjob Mechanical Apr 11, 2002 2,375 CA did you check the DSLS help file? Eric N. indocti discant et ament meminisse periti Upvote 0 Downvote
May 3, 2017 Thread starter #5 scotty053 Aerospace Apr 28, 2017 3 US Yea, and it shows how to do it while logged into the license server. I can make a batch file that will output a .txt file with the user info in it. What I am struggling to figure out now is how to do this from my local machine. Upvote 0 Downvote
Yea, and it shows how to do it while logged into the license server. I can make a batch file that will output a .txt file with the user info in it. What I am struggling to figure out now is how to do this from my local machine.
May 3, 2017 #6 itsmyjob Mechanical Apr 11, 2002 2,375 CA install DSLS on your computer Eric N. indocti discant et ament meminisse periti Upvote 0 Downvote
May 9, 2017 #7 occo Automotive Mar 10, 2004 7 US i4blt.exe -s -n "code2" > c:\temp\cat.fil =========================================================================== Vendor Name: CATIADBS Product Name: ST1 Product Version: R1 License Type: Concurrent Access License(s) ---------------------------- Usage Information --------------------------- Concurrent Offline Soft-Stop Queued Licenses In-Use In-Use In-Use Not In-Use Requests -------- ---------- ----------- ---------- ---------- ---------- 1 0.00 0.00 0.00 1.00 0 ==================================== === End of Product Status Report === ==================================== Upvote 0 Downvote
i4blt.exe -s -n "code2" > c:\temp\cat.fil =========================================================================== Vendor Name: CATIADBS Product Name: ST1 Product Version: R1 License Type: Concurrent Access License(s) ---------------------------- Usage Information --------------------------- Concurrent Offline Soft-Stop Queued Licenses In-Use In-Use In-Use Not In-Use Requests -------- ---------- ----------- ---------- ---------- ---------- 1 0.00 0.00 0.00 1.00 0 ==================================== === End of Product Status Report === ====================================