preloader-matrix

Alfasith

SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot drop the index [table Name.Index] because it does not exist or you do not have permission.

Hi,

Error:

SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot drop the index ‘WORKFLOWTRACKINGTABLE.IX_WORKFLOWTRACKINGTABLE_
WORKFLOWTRACKINGSTATUSTABLE_PARTITION_TRACKINGCONTEXT_TRACKINGT’,
because it does not exist or you do not have permission.

Impact:

Results in synhronization failure.

Resolution :

1. Table a backup of the DB.

2. Delete the particular index from SQL side and synchronize the respective table in application.

Regards,

Unable to construct an object from the class in the batch framework

Hi, when we want to run a custom class in the server as a batch job we need to extend the RunBaseBatch class and schedule a job for it.When the test was successful, We scheduled the job and waited for the batch job status to go from Waiting to Ended, and to surprise to get an error.“Unable […]

The CIL generator found errors and could not save the new assembly

Hi, Solution to solve this error, So, how do we fix this problem? Step 1: Stop the AOS Atep 2: Delete all of the source in the C:Program FilesMicrosoft Dynamics AX60ServerMicrosoftDynamicsAXbinXppIL directory When you do this, just delete all the files within the XppIL folder that are outside of other folders. Make a backup just in case, and […]

SysDictClass object not initialized-while running SSRS report

Hi,  When you created a SSRS report using a Data provider class that uses a Stored procedure to fill a temp table and the display the fields, using two AX environments, it works in the test one, but when I move to a different environment (let’s call it production) sometime you will get this error: […]

Dynamics AX 2012 R2 CU7 Installation error

Importance of CU7: Only  15 minutes to CU7 compilerData Import/Export Framework in AX2012 R2 CU7———-While install CU7 on a CU6 environment, an error appears when the new models are being imported. Error results in:Error updating model database: Microsoft.Dynamics.Setup.AxSetupException: AxUtil call returned errors:The model contains a customization of a configuration key. The model cannot be imported […]

“A call to the Microsoft Dynamics AX SRSFrameworkService service failed. There was no endpoint listening at net.tcp://############/
DynamicsAx/Services/BIServices that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details..”

 Hi, Error is “A call to the Microsoft Dynamics AX SRSFrameworkService service failed. There was no endpoint listening at net.tcp://############/DynamicsAx/Services/BIServices that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details..”   Go System administration > Setup > Services & Application Integration Framework […]

Binding operation failed to allocate buffer space – Dynamic AX 2012

Hi, QueryRun and Query Objects – Binding operation failed to allocate buffer space So if you ever work with the QueryRun and Query objects within X++, and I mean work with them a lot. You might come across an issue. If for some reason, your start to see the following in thrown errors or in […]

Unable to find appropriate service endpoint information in the configuration object + An error occurred during setup of Reporting Services extensions.

Error:  “An occurred during setup of Reporting Services extensions. Reason: Unable to find appropriate service endpoint information in the configuration object”   Reason: BIServices port is not deployed. Resolution: ü  Activate inbound ports BIServices (System Administration > Setup > Services and AIF > Inbound ports) ü  Delete the WCFCONFIG entry in registry under the Dynamics AX current user hive key (HKEY_CURRENT_USERSoftwareMicrosoftDynamics6.0ConfigurationOrig) ü  Restart the […]