VismaGlobal
Import tool package
System version | Visma Global |
|---|---|
Tool version | 3.11 |
Tool files |
|
Tool name | wmx2vismaglobal.exe |
Requirements and notes
BAPI key
you must install the client
Import tool settings
You need to create a file called settings.xml and place it in the same folder as the tool.
settings.xml
<?xml version="1.0" encoding="utf-8"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<VismaConnection>
<!-- Database name -->
<DataConnection>Name</DataConnection>
<!-- Login and password ONLY if Visma Global login is used instead of Windows authentication -->
<Login></Login>
<Password></Password>
<!-- BAPI key, which is given in the license section inside Visma Global -->
<BAPI></BAPI>
<!-- Path to Visma Global API library -->
<ApiPath>C:\Program Files (x86)\Visma\Global\rg_srv.exe</ApiPath>
</VismaConnection>
<!-- ERP Web Service account provided by Webmercs -->
<Email></Email>
<Password></Password>
<!-- Email for receiving error reports. Separate multiple emails with ; -->
<AdminEmail></AdminEmail>
</Settings>