Skip to main content
1-Visitor
January 26, 2016
Question

How to check the expiry date of a borrowed flexnet license?

  • January 26, 2016
  • 1 reply
  • 10299 views

How to check the expiry date of a borrowed flexnet license?

 

ptcstatus.bat does not show the expiry date, only # of licenses borrowed and type.

 

Pls help!

1 reply

24-Ruby III
January 26, 2016

Hi,

create borrow_status.bat file containing following rows and replace red path related to my installation with path related to your installation. After saving the file simply doubleclick it in Windows Explorer.

@echo off

set PATH="C:\PTC\Creo2_M070\Creo 2.0\Common Files\M070\x86e_win64\obj";%PATH%

lmutil lmborrow -status

pause

NOTE: You have to run the file on client machine under user account, where borrow action was initiated.

MH

10-Marble
December 3, 2020

THANKS SO MUCH Martin !!!