MYOB AccountRight - Legacy ODBC

MYOB ODBC Activation Key (Developer Partner Client ID): 9097371
MYOB ODBC writeback key file
65C816FA3CD6188B4F72847D6E9CDAC21D4E30A4F946A3D7A8F374CACB019C82AB59AB6932835CFD8F8A58AC722F8DE10204572C55E054AD1B3CFEB7F885E40A

-
Install the MYOB ODBC connector.
By default, the connector is installed in
C:\EnterpriseClassic\ODBCDirect10\setup.exe
. -
Activate the customer's MYOB file for ODBC access using the My.MYOB.com.au portal.
Use the activation key above.
-
In MYOB:
-
Go to Setup > Company Information > License > Enable Online.
-
Go to Setup > Preferences > Sales.
-
Make sure that the Retail Original Invoice Number on Backorders field is DISABLED.
-
-
Disable the READ ONLY flag on
C:\MYOBODBC\
andC:\MYOBODBCAU10\
and sub-directories. -
Create an ODBC DSN (32-bit) for the MYOB connector.
-
Install Microsoft SQL Server 2017 Express (or utilise an existing SQL server, if possible. It is only being used as a metadata store.).
-
Create a database in the Microsoft SQL Server.
-
CREATE TABLE [dbo].[Documents]([DocID] [bigint] NOT NULL,[DocType] [nvarchar](10) NOT NULL,[DocHash] [nvarchar](200) NOT NULL);
-
GO
-
CREATE INDEX Documents_DocID_DocType ON Documents (DocID, DocType);
-
-
Copy the connector release files on to the server in an appropriate location.
-
Configure the
Log4net.config
file to suit the customer's requirements. -
Configure DWMS MYOB AccountRight v19
Connector.exe.config
to suit the customer's requirements. -
Create a scheduled task to periodically launch DWMS MYOB AccountRight v19
Connector.exe
.