Tuesday 22 May 2018

Unable to Mount iso image

Unable to mount iso image from a mapped drive, error received as below.

You need to move the file to the c drive and then try again. You are not allowed to mount an iso from a mapped drive..

Error: 'There was a problem mounting the file"

Monday 21 May 2018

MR Deployment Error

MR takes long to complete initialization.

The error below is found in the service deployment log

Sequence contains no elements
--- Exception Dump ---
Caught Exception: [Microsoft.Dynamics.Integration.Service.Tasks.RecordException] Sequence contains no elements
Stack trace:




To resolve execute the below on the Management Reporter database.
MERGE Reporting.ControlCompanyIntegration AS TARGET
USING Reporting.ControlCompany AS SOURCE ON (TARGET.ID = SOURCE.ID)
WHEN NOT MATCHED BY TARGET AND GLEntityID not in ('5F878A3C-5F4C-4806-B786-5CAB52C98F0F')
--Update the “1” as needed based on value in Reporting.ControlIntegrationSource
THEN INSERT (ID, SourceID) VALUES (SOURCE.ID, 1);

Tuesday 15 May 2018

A get/change first operation on table 'ASI_MSTR_Explorer_Favorites' cannot find the table.

Error when opening GP:
A get/change first operation on table 'ASI_MSTR_Explorer_Favorites' cannot find the table.


Possible reason for issue:
The Dynamics.dic file may not be synchronized with the account framework.

To Fix:
To resolve this problem, resynchronize the Dynamics.dic file to the account framework. To do this, follow these steps:
  1. Locate the Dex.ini file on the computer. To locate the file, follow the appropriate step:
    • If you are using Microsoft Dynamics GP 10.0 or Microsoft Dynamics GP 2010, the Dex.ini is in the Data folder of the installation folder. By default the installation folder is C:\Program Files\Microsoft Dynamics\GP.
    • If you are using Microsoft Dynamics GP 9.0, the Dex.ini is in the installation folder. By default the installation folder is C:\Program Files\Microsoft Dynamics\GP.
  2. Open the file in Notepad.
  3. Change the Synchronize parameter as follows:
    Synchronize=TRUE
  4. On the File menu, click
    Save.
  5. On the File menu, click
    Exit.
  6. To start the synchronization process, start Microsoft Dynamics GP Utilities.

Cannot browse to SQL when creating odbc connection

Turn off Firewall

Ensure TCPIP is enabled in SQL Configuration for that instance of Dynamics.

Ensure remote connections to SQL is enabled in the connections page of SQL Properties,

SQL Stored Procedure Error Table

Dynamics..taErrorCode

this provides a listing of error codes and details of what the error is.