The solution to this problem was to edit the following sql script: [Pro/CONVERT LOADPOINT]/pdm40/pdmi_db/pdmi_cnfrpt.sql You'll have to add "set linesize 400" at the top the script. Then increase the string length Axx values in the following lines:. column Src_Name heading SOURCE format A31...column Entity_Name heading NAME format A200 What I can now do is create a report as follows: # pdmiclient report tmpconflict.log And then remove all trailing blanks and headers: # sed -e s/' *$'/' '/ tmpconflict.log | egrep -v "CONFL SOURCE|------ ------| TOTAL'" > pdmiconflict.log Finally use the resulting logfile to add solve options and then solve with pdmiclient solve Thanks to Pro/CONVERT users Marc and Raymond! --Original Message----- From: Olaf Corten [mailto:olaf.corten@molding.fico.nl] Sent: Thursday, June 12, 2003 11:02 To: datamgt Subject: [datamgt] Pro/CONVERT: pdmiclient report sucks ... Hi Converters, Another Pro/CONVERT question. First the question: Is there a special configuration option which makes the logfile of pdmiclent report equal to the GUI version? Come again ...? I'm creating a solve script which uses pdmiclient to solve, build and report conflicts in a few passes. It was working fine until I started using the pdmiclient report option. When I use the report option I get a different logfile (Example1) compared to the logfile you get when you print from the GUI (Example2). Example1 (pdmiclient report pdmiconflict.log): CONFL SOURCE ENTITY ID NAME ------ ---------------- ---------------- ------- -------------------------------UNDEF ProductItem 't9187116.prt' REF 10052 Dependency 517622 'Pro/E-INTERNAL-Dependent-of-18 9909921.drw-main-1.1' REF 10052 Dependency 517623 'Member-of-189909922.asm-main-1 .2' Example2 (print from the GUI): UNDEF ProductItem 't9187116.prt' REF 10052 Dependency 517622 'Pro/E-INTERNAL-Dependent-of-189909921.drw-main-1.1' REF 10052 Dependency 517623 'Member-of-189909922.asm-main-1.2' Why is that? The reports are the same, except that the first example needs 3 lines per conflict and has a mulititude of blank spaces added. I need to have the conflicts on one line (like the GUI version). Now I have to write another program which glues all those lines in the reports together ...... So again ...is there a special configuration option which makes the logfile of pdmiclent report equal to the GUI version? TIA, +------------------------------------------------------+ | Olaf Corten CAD Support- Engineering | Company: Fico Molding Systems - The Netherlands | Sites: http://www.proesite.com | http://www.prouser.nl +------------------------------------------------------+ --- You are currently subscribed to datamgt as: olaf.corten@molding.fico.nl To unsubscribe send a blank e-mail to %%email.unsub%% For assistance, contact listadmin@ptcuser.org or visit our web site at www.ptcuser.org/exploder . PTC/USER and the PTC/USER logo are registered trademarks of PTC/USER, Inc. Pro/ENGINEER is a registered trademark of PTC. Message authors are solely responsible for the content of their posts. --- You are currently subscribed to datamgt as: datajett@aol.com To unsubscribe send a blank e-mail to leave-datamgt-17687U@ptcuser.org For assistance, contact listadmin@ptcuser.org or visit our web site at www.ptcuser.org/exploder . PTC/USER and the PTC/USER logo are registered trademarks of PTC/USER, Inc. Pro/ENGINEER is a registered trademark of PTC. Message authors are solely responsible for the content of their posts