Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with CATIA V5 R12 Batch Printing 1

Status
Not open for further replies.

jackiew

Aerospace
Joined
May 12, 2003
Messages
6
Location
US
When executing a batch CATIA V5 plot on Windows a cnext window displays which causes the batch plot to fail because there is no user logged on to the PC running the batch plots. The command is:

CNEXT.exe -batch -e CATPrintBatch printbatch.xml

Is there any way to suppress this window from appearing? This causes problems for batch printing since there will be no interactive user on the machine processing batch plots.


Jackie
 
i have the same problem on hp-ux, on hp-ux i dont even have CATPrintBatchUtility...
what I do is that I start Xvfb first :(

Xvfb :99 -screen 0 1600x1200x32 &
tmp=$!

catstart -env "plotenv" -direnv "/some/path/" run "CATBatch thexml.xml"
kill $tmp


does anyone has got any other solution???
 
Thank you for the information
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top