...
Two Pathway specific .dll files, pathway.dll and weavepathway.dll, must be copied and registered on each client PC, along with the weave link components.
This should be performed using the regsvr32.exe application provided with Windows, e.g.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
regsvr32 pathway.dll regsvr32 weavepathway.dll |
The Pathway map component, PathMap.ocx, integration components must also be installed on the client, this components is supplied with Pathway. PathMap.ocx by Infor and should be located at ...\
Pathway\Prod\msc\
PathMap.ocx in Pathway.Integration.Setup.exe
at your Pathway installation location.
Configuration
The Pathway GIS integration must be configured to use Pathway.COMGIS1 as it's mapping component (weavepathway.dll implements Pathway.COMGIS1 ProgId)
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
regsvr32 /u pathway.dll regsvr32 /u weavepathway.dll |
...