UniMicro

UniMicro

Import tool package

Requirements and notes

Latest Unimicro version 3.74.13 has date time format issue. Unimicro MSSQL server waiting for 'DD/MM/YYYY HH:MM:SS' format( '29/02/2024 02:04:25' ), but COM component uses common format of Windows settings

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"> <Connection> <!-- "ClientId" and "Year" should be taken from the form that pops up when Uni økonomi V3 starts --> <ClientId></ClientId> <Year></Year> <!-- "Brukernavn" and "Passord" for logging in to Uni økonomi V3 database --> <Login></Login> <Password></Password> </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