Hi
Im trying to create a wms layer from multiple .dgn files (V7 format) with the tDPR functionality.
I have created a bat file that creates the tDPR the bat file looks like:
C:\Bentley\GeoWebPublisher\GWPTDPRCommand.exe -output=c:\Bentley\data\tdpr -layer=lns_d -action=create
A tDPR is created and a lns_d.db file is created under c:\Bentley\data\tdpr\
After this i run another bat file I have created that looks likeC:\Bentley\GeoWebPublisher\GWPTDPRCommand.exe -output=c:\Bentley\data\tdpr -layer=lns_d:c:\Bentley\data\params\test_lns_d.xml -action=add -input=c:\Bentley\data\lns_d\*.dgn
The bat file runs without any problem and many dpr (as many as .dgn giles from source) are placed under c:\Bentley\data\tdpr\lns_d\t0
If I now i BGWP Administration console add a tDPR under Connection\DPR\iDPR\tDPR\ it looks good.
Then I add a graphical source.
And finally I add the graphical source to my map. If I look at the layer added its get the extent and coordinate system that feels correct.
But if I view the wms layer in a viewer no information is shown.
If I from the same .dgn source files add a DPR or iDPR (automated or not) it works perfect.
What can I have done wrong or am I missing something?