VismaSPCS
Import tool package
System version | Visma SPCS (any version) |
|---|---|
Tool version | 1.10 |
Tool files |
|
Tool name | wmx2vismaspcs.exe |
Import tool settings
You need to create a file called settings.xml and place it in the same folder as the tool.
Please ensure that <AdkPath> contains a correct path to AdkNetWrapper.dll. It might be different for 64-bit Windows.
settings.xml
<?xml version="1.0" encoding="utf-8"?>
<Settings>
<Connection>
<!-- Path to the SPCS Adk API file, 32-bit windows -->
<AdkPath>C:\Program Files\SPCS\SPCS Administration\AdkNetWrapper.dll</AdkPath>
<!-- For 64-bit windows: <AdkPath>C:\Program Files (x86)\SPCS\SPCS Administration\AdkNetWrapper.dll</AdkPath> -->
<!-- Path to the company database -->
<CompanyPath></CompanyPath>
<!-- Path to SPCS system files (Folder "Gemensamma filer" ) -->
<SystemPath></SystemPath>
</Connection>
<!-- ERP Web Service account provided by Webmercs -->
<Email></Email>
<Password></Password>
<!-- Email for receiving error reports. Separate multiple emails with ; -->
<AdminEmail>sedim@webmercs.com</AdminEmail>
</Settings>