Query::insert_Recordset messing the columns orders and throwing error when...
I can't describe very well the problem without creating a long post, and knowing that this might render the question unanswered, here is the short version. I am trying to use a very complex query to...
View ArticleAX 2012 R3 with EP on SharePoint 2013
Hello All,We are currently upgrading from R1 to R3 and are in the testing stage.We are experiencing some issues installed Enterprise Portal (EP) for R3 on SharePoint 2013.Is this supported at all?thank...
View ArticleTempDB table field cannot be empty for RecId 5637160294
Hi allTempDB table field cannot be empty for RecId 5637160294. i am getting this error when trying to vendor aging report Plz help me to solve Regards
View ArticleAX 2012 EP: Web page unexpected refresh
Hi All,When entering a new Expense line (TrvExpTransAddEdit control) on EP users periodically expirience a weird issue. After populating a few fields and triggering lookup on another one (expanding...
View ArticleEPDocuList
Data set EPDocuList absent in web control EPDocuList. After deploying the page generates correctly, but Visual Studio generate an error. And really, there is no this data set in AOT. How does it work...
View ArticleObtain sql information about an object
Sometime you need to understand what takes up the space in your database, so a quite useful T-Sql script for discovering that is:SELECT t.NAME AS TableName, i.name AS indexName, SUM(p.rows) AS...
View ArticleAdding caption to UI builder generated dialog box
Hi,I want to add a caption to the dialog box (parameter window) generated using a UI builder.I am looking for code similar to what I would do in case of legacy reports to add a caption to the dialog...
View ArticleGetting unexpected shutdowns on the AX7 virtual machine
Working with the standard virtual machines released by Microsoft you might experience like I have shutdowns of the machine (unexpected shutdowns I might say). Looking in the event viewer you will...
View ArticleObtain restore info for your database
Had to find out when a database was last restored (and from what locatgion) and looking online discovered this T-Sql script:DECLARE @dbname sysname, @days intSET @dbname = YourDBSET @days = -30 SELECT...
View ArticleManage installed KBs for .Net Framework
Friendly reminder on how to find the .Net installed on your machine and manage it. Tested this on only 4.5+ versions and Windows 2012 servers, so not sure if it works everywhere.- MSDN link:...
View ArticleCould not find a part of the path of ReportManager's Web.config
Could not find a part of the path 'C:\Program Files\Microsoft SQL Server\MSRS13.[SSRSInstanceName]\Reporting Services\ReportManager\Web.configEnvironment- Windows Server 2012 R2 Standard Edition 64...
View ArticleAX7 Code upgrade - The Model specified on the project cannot be found
Hi guys!I'm trying to upgrade a custom solution from AX 2012 R3 CU10 to AX 7I've already done the code upgrade process on LCS and the checked in the code to a VSTS project.I'm using a local VM as...
View ArticleAsync Client cannot connect to Async Server.
We've successfully configured a PROD environment.Now we're creating a TEST env. We duplicated the AX, then installed a Async Server on the AOS server, installed store db, Async client on a store...
View ArticleUnable to deploy reports from AX 2012 CU 11
Hi, I'm trying to deploy SSRS reports from AX (and visual studio and shell) but I'm getting these errors below. I just upgraded AX 2012 to CU 11 on a Windows 10 machine.An error occurred : The system...
View ArticleAX 2012 Crashes on Start up for only one user.
Here is what i have found in the event log. Application: Ax32.exeFramework Version: v4.0.30319Description: The process was terminated due to an unhandled exception.Exception Info:...
View ArticleQuery::insert_Recordset messing the columns orders and throwing error when...
I can't describe very well the problem without creating a long post, and knowing that this might render the question unanswered, here is the short version. I am trying to use a very complex query to...
View ArticleAX 2012 R3 with EP on SharePoint 2013
Hello All,We are currently upgrading from R1 to R3 and are in the testing stage.We are experiencing some issues installed Enterprise Portal (EP) for R3 on SharePoint 2013.Is this supported at all?thank...
View ArticleTempDB table field cannot be empty for RecId 5637160294
Hi allTempDB table field cannot be empty for RecId 5637160294. i am getting this error when trying to vendor aging report Plz help me to solve Regards
View ArticleSystem error 1067(the process terminated unexpectedly) when starting AOS...
Hi All ,I am getting the error when i start AOS service every time.'System error 1067 has occurred, the process terminated unexpectedly'I tried starting AOS directly from services and also from...
View ArticleExtension of a data provider class
Just wondering if anyone has faced this issue so far: you have to create an extension for a SSRS report's provider class and add a new table that will be send to the report using the...
View Article