Teamcenter: Current users logged in
Teamcenter: Current users logged in
(OP)
Hi,
with this option I can view current users logged in Teamcenter, with his Node name, login, and more info...
There is an option for export this information to a file ??
There is an option for export, for example, every hour that info to a file ??
I need that info to make a database and do some stuff with it. Its impossible to take that data manually!!
Thanks a lot guys!!
with this option I can view current users logged in Teamcenter, with his Node name, login, and more info...
There is an option for export this information to a file ??
There is an option for export, for example, every hour that info to a file ??
I need that info to make a database and do some stuff with it. Its impossible to take that data manually!!
Thanks a lot guys!!





RE: Teamcenter: Current users logged in
I have a bat-file which i run from time to time, to check the status.
The content of that bat file is as follows. :
REM
C:
cd C:\siemens\NX7.5\UGFLEXLM
REM
lmutil lmstat -c 28000"licenseservername" -a > c:\temp\licences-in-use.txt
REM
TIMEOUT 1
REM
Notepad c:\temp\licences-in-use.txt
REM
Del c:\temp\licences-in-use.txt
Where in my case the third line sets the current directory to where the flexlm is installed.
and "licenseservername" is the name of the server which runs the flexlm service.
RE: Teamcenter: Current users logged in
TeamCenter being a web interface has no mechanism, that I am aware of, for checking license useage against a FlexLM process.
We have that same issue with Windchill. Windchill license logging is done by Tomcat, not FlexLM, and theer is no license check at login time. Maybe Siemens has again done something better than PTC.
"Wildfires are dangerous, hard to control, and economically catastrophic."
Ben Loosli
RE: Teamcenter: Current users logged in
RE: Teamcenter: Current users logged in
I know with Windchill, there is no FlexLM check for a Windchill session.
"Wildfires are dangerous, hard to control, and economically catastrophic."
Ben Loosli
RE: Teamcenter: Current users logged in
I have some .bats too for checking online users using NX licenses. Tomorrow I will try Toost method
Thanks
RE: Teamcenter: Current users logged in
Regards,
Tomas