Import tool package



System version

Mamut 12 or higher

Tool version

4.12

Tool files

x86 or x64

Tool name

wmx2mamut12.exe





Requirements and notes

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>
    <Connection>
        <!-- SQL Server name -->
        <Server></Server> 

        <!-- SQL Instance name (Default is "Mamut") -->
        <Instance>Mamut</Instance> 
     
        <!-- System database number. --> 
        <!-- Can be found in mamut.ini or in the "other program" window in MBS. -->
        <SystemDatabaseID>1</SystemDatabaseID> 

        <!-- Company database number. --> 
        <!-- Can be found in the company list in MBS. -->
        <CompanyDatabaseID>1</CompanyDatabaseID> 

        <!--  Path to Mamut API, example: "C:\Program Files\Mamut\gbaapi.dll"  -->
        <GbaPath>C:\Program Files\Mamut\gbaapi.dll</GbaPath>
    </Connection>
    <!-- ERP Web Service account provided by Webmercs -->
    <Email></Email>
    <Password></Password>
    <!-- Email for receiving error reports. Separate multiple emails with ; -->
    <AdminEmail></AdminEmail>
</Settings>

How to use the import tool