Skip to main content
12-Amethyst
May 27, 2015
Solved

Generate representation for STEP file for WTDocuments

  • May 27, 2015
  • 2 replies
  • 1958 views

Hi,

I am attaching STEP and IGS files as a primary content to WTDocument. I want to generate the representations.

I have added.

worker..DWG=DUMMY,preconverted=true

worker..TIF=DUMMY,preconverted=true

worker..BMP=DUMMY,preconverted=true

worker..PDF=DUMMY,preconverted=true

worker..STEP=DUMMY,preconverted=true

worker..IGS=DUMMY,preconverted=true

in wvs.properties file.

but not working.

please suggest.

Thanks

Best answer by TomU
  • Are you sure you put them in the correct place?  The location of the wvs.properties file changed in 10.2.
  • Did you restart the server after making the changes?
  • Did you try re-publishing any of these files after making the change?
  • Do you have automatic publishing enabled for WTDocuments (typically on check-in)?


Simply creating these properties doesn't make the files automatically show up.  They still need to be run through the publisher after these properties are created.

Here is the exact syntax I used for our 10.2 system:

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..DWG=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..DXF=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..PDF=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..BMP=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..JPG=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..TIF=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..GIF=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..PVZ=DUMMY,type=zip,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..EDZ=DUMMY,type=zip,preconverted=true

xconfmanager -p

2 replies

TomU23-Emerald IVAnswer
23-Emerald IV
May 27, 2015
  • Are you sure you put them in the correct place?  The location of the wvs.properties file changed in 10.2.
  • Did you restart the server after making the changes?
  • Did you try re-publishing any of these files after making the change?
  • Do you have automatic publishing enabled for WTDocuments (typically on check-in)?


Simply creating these properties doesn't make the files automatically show up.  They still need to be run through the publisher after these properties are created.

Here is the exact syntax I used for our 10.2 system:

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..DWG=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..DXF=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..PDF=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..BMP=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..JPG=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..TIF=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..GIF=DUMMY,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..PVZ=DUMMY,type=zip,preconverted=true

xconfmanager -t codebase/WEB-INF/conf/wvs.properties -s worker..EDZ=DUMMY,type=zip,preconverted=true

xconfmanager -p

apatil-212-AmethystAuthor
12-Amethyst
May 28, 2015

Hi,

Its working now. There was problem with object adapter.

Thanks,