Hi,
I try to get this batchprocess running on the command line but I get no resuls. It's just running true the files but does not do the convertion of the AEC objects?
Anny idea?
msbatch batchprocess D:\BatchPocessJob.bprc
BatchPocessJob.bprc
[SETTINGS=bpOptions] logFile=_USTN_OUT:batchprocess.log cmdFileName=D:\Bt4BPCF.txt clearLog=1 initialModel=-18[SOURCE=C:\Users\NLCHPR\Desktop\Batch process\Export_01\*.dgn][MODEL=:AllModels:]
Bt4BPCF.txt
#----------------------------------------------------------------------## Command file for batchprocess utility## This command file was originally copied from $(MS_DATA)cmdfiletemplate.txt.# Command file information:# - Lines that start with the '#' character are treated as comments and ignored.##----------------------------------------------------------------------convert AcisToParasolid all
batchprocess.log
Processing Batch Process Job: D:\BT4_BatchPocessJob.bprcStart Time 7-3-2018 15:00:15BatchProcess: 89 files processed Total processing time 0.0 secondsEnd Time 7-3-2018 15:00:28
Christiaan,
As a test I ran the same procedure and it worked for me. All files were processed.Although the log shows a Total processing time of 0.0 sec, the start and end time differ about 7 min. which is correct.
Batchprocess.log:
Processing Batch Process Job: D:\Usr\V8-CONNECT\ACIS-Convert\Tst-Batch\BatchPocess.bprcStart Time 08-Mar-2018 10:51:47
BatchProcess: 6 files processed Total processing time 0.0 secondsEnd Time 08-Mar-2018 10:58:27
Can it be that your files are read-only?
Regards,Andre
Hi Andre,
the files are not read only I will test on another location, if it works at your side I would expect it has to work on my side as well.
Aaah now I found the problem it works when I do the CMD to MS CE directory
//Christiaan