Resetting the QuickBooks FIM Integration for Exact MAX

1) First, I would remove the integrated applications in QB (Edit–Preferences–Integrated applications–Company tab). Highlight the two and remove.2) Next, I would delete the ExactRM user in QB3) Then remove the QBFC 11 from Control Panel–Uninstall Program4) Rename the ExactMAXQB.xml.5) Make sure all users are out of MAX and QB.6) Go to Finance–Financial Integration–Options–Integration Setup. Click…

Read More

Command Line Script to Open Ports for SQL Server

    @echo =========  SQL Server Ports  ===================@echo Enabling SQLServer default instance port 1433netsh firewall set portopening TCP 1433 “SQLServer” @echo Enabling Dedicated Admin Connection port 1434netsh firewall set portopening TCP 1434 “SQL Admin Connection” @echo Enabling conventional SQL Server Service Broker port 4022  netsh firewall set portopening TCP 4022 “SQL Service Broker” @echo Enabling…

Read More