×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Maintenance Pack

Maintenance Pack

Maintenance Pack

(OP)
Does anyone know how to find what maintenance pack we are using from command line, file, registry. We know we can find this in the syslog, but we are doing remote installs and need to find this information in the back ground. We also know we can get the QRM details from env_print.

Any helpe will be appreciated.

Best regards

Simon (NX4.0.4.2 MP4 - TCEng 9.1.3.6.c)

www.jcb.com

Life shouldn't be measured by the number of breaths you take, but rather how many times it's taken away...

RE: Maintenance Pack

Simon,

In NX5 you can use

"%UGII_BASE_DIR%\ugii\env_print" -m

for NX4 one has to use other methods.

strings "%UGII_BASE_DIR%\ugii\libpatch.dll" | findstr /c:MP
 
Regards, Joe

RE: Maintenance Pack

(OP)
Joe

Thanks alot for that, it works a treat.

Best regards

Simon (NX4.0.4.2 MP4 - TCEng 9.1.3.6.c)

www.jcb.com

Life shouldn't be measured by the number of breaths you take, but rather how many times it's taken away...

RE: Maintenance Pack

How do you run those commands ??? in a command prompt ??
Thanks,

RE: Maintenance Pack

(OP)
yes or in this case we are running it as part of a script.

Best regards

Simon (NX4.0.4.2 MP4 - TCEng 9.1.3.6.c)

www.jcb.com

Life shouldn't be measured by the number of breaths you take, but rather how many times it's taken away...

RE: Maintenance Pack

all,
I did a call batch inside of my normal ug batch and collected the date-time-computername and the version.....


echo %date% %time% %username% %computername% >> n:\temp\dave\ugnx5_update.txt
"%UGII_BASE_DIR%\ugii\env_print" -n >> n:\temp\dave\ugnx5_update.txt

the test file read like....

Thu 07/24/2008 13:19:31.91 dave davescomputer
NX 5.0.4.1

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources