Trail file
Trail file
(OP)
Hi Gurus,
I have gone through this thread thread554-144905: Modify model in proe with text file .
and tried out.
after running the bat file i am getting an error and not getting the part.
My bat file reads,
call C:\Proeng\proe\bin\proe1.bat -g:no_graphics D:\test_proe\test.txt
and i am getting the following error in the std.out file
WARNING - c:\proeng\proe\text\config.pro, linenum 122808916: Configuration file parameter 'TRAIL_DIR' can not be reset.
type ABS; type ABS; 16:: ~ Close `main_dlg_cur` `MenuBar1`
get_non_graphic_input 0 items found trail file failed
ERROR: Trail file out of sequence at line 68.
Error: trail file out of sequence at line 68
Pls help me to fix this.Thanks in advance.
I have gone through this thread thread554-144905: Modify model in proe with text file .
and tried out.
after running the bat file i am getting an error and not getting the part.
My bat file reads,
call C:\Proeng\proe\bin\proe1.bat -g:no_graphics D:\test_proe\test.txt
and i am getting the following error in the std.out file
WARNING - c:\proeng\proe\text\config.pro, linenum 122808916: Configuration file parameter 'TRAIL_DIR' can not be reset.
type ABS; type ABS; 16:: ~ Close `main_dlg_cur` `MenuBar1`
get_non_graphic_input 0 items found trail file failed
ERROR: Trail file out of sequence at line 68.
Error: trail file out of sequence at line 68
Pls help me to fix this.Thanks in advance.





RE: Trail file
I also found that thread on this forum and went through the process of trying to get it to work for myself. Eventually I did get it working... I wrote a FAQ about the experience that might be useful to you:
FAQ554-1254: How do I set up Pro/ENGINEER for automation through an Excel file?
From my experience, this task (modifying a model) can be accomplished much better using J-link than by using a trail file. If you're just getting started I'd recommend checking out J-link before you go too far down the path of using a trail file, because at the end you might find out (as I did) that using a trail file is just not a robust enough solution.
sincerely,
David Garber
Please see FAQ731-376: Eng-Tips.com Forum Policies for tips on how to make the best use of Eng-Tips Fora.
RE: Trail file
I got it.I used the trail file which was opened through intralink.When the time of opening it will open lot of other application which are liked to Pro/e. So i got the error.
I am not familiar with J-link. I will try.Thanks once again for your post.