Mamut
Import tool package
System version | Mamut 12 or higher |
|---|---|
Tool version | 4.15 |
Tool files | or |
Tool name | wmx2mamut12.exe |
Requirements and notes
Windows 7 SP1 / 2008 R2 SP1 (this is a Mamut API issue, and it will not work on older OS)
send us the contents of your standard registry (specifically, vatcode and payment method IDs)
You might need to do the following from the command prompt to turn off DEP, then restart your computer:
bcdedit.exe /set {current} nx AlwaysOff
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>