Hi all,
I was doing some ISO drawing customize job.But I got a problem in synchronise SPECS in IsoExtractor manager.I've tried to leave only one record in my PIPE_PIPE_SPEC,inorder to see what happened during my synchronise job.I've tried several changes in PIPE field in PIPO.ini,but still,when I synchronise SPECS,the log showed "WARNING ON PIPE ","1 records expected, 0 records found ".
Here is my only on record in PIPE_PIPE_SPEC
SPEC,SHORT_DESC,LONG_DESC1,LONG_DESC2,SIZE_1,SCHEDULE,STNDRD,CODE,WALLTHK,MAT_NAME,REIHE,RATING,EPREP1,EPREP2,FACE,PIPE_OD,JS_MODEL_ID,JS_OBJECT_ID,STOCK_CODE,COMP_NAME,CATNO,COMP_SPE,COMP_MAT,COMP_WGT,MANUFACT,COMP_NOT
R1.60C01,Pipe,无缝钢管 DN100 D114x4,GB/T8163,GB/T8163-2008,4.000,#,GBJB,GB/T8163,NULL,STL,Ib,0,BW,BW,#,NULL,1464347489,6449,NULL,无缝钢管,GB/T8163-2008,D114x4,20,10.850,#,#
And here is what I've tried in PIPE field in PIPO.ini
[PIPE]
compid = @"PIPE"+Code(SIZE_1)+CATNO+Num(COMP_WGT)
;compid = @"PIPE"+Code(SIZE_1)+Num(COMP_WGT)+MAT_NAME+REIHE+EPREP1+EPREP2
;compid = @"PIPE"+Code(SIZE_1)+SPEC+STNDRD+CODE+MAT_NAME+REIHE
;compid = @"PIPE"+Code(SIZE_1)+CATNO+COMP_SPE+Num(COMP_WGT)
;compid = @"PIPE"+Code(SIZE_1)+CATNO+Num(COMP_WGT)
;compid = @"PIPE"+Code(SIZE_1)
symbol = @"PIPE"+SPEC
descript = @"Pipe"
scaler = @"PIPE,100"
The question is what's wrong happened that I can't synchronise SPECS.
The vision of my IsoExtractor Manager is 08.09.04.20
Thanks.