AX 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 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 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 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 ArticleGetting Could not write Visual Studio Project access is denied message
If you are getting: "Object Server 01: Couldn't write Visual Studio Project assembly file C:\Program Files\Microsoft Dynamics...
View ArticleGetting all the services in a Deactivated status
If (all) the services in AX are not starting, one possible reasons for them to fail when being configured is that the URL registration is done under another user than the current AOS credentials.Error...
View ArticleGetting Could not retrieve a valid Windows identity message
If you are getting this message when installing Enterprise Portal in 2012 "Server was unable to process request. ---> Could not retrieve a valid Windows identity. ---> The message could not be...
View ArticleSetup the permissions for the user installing EP
Over the last year I've seen an increasing number of EP installations on AX 2012 R3 and I had to recall what permissions the user installing has to be granted.The quick summary is as follows:- be part...
View ArticleRename a SQL Server database
Restoring databases frequently I realized I need a fast was to rename the databases on the fly. Here we have a rather fast (but manual - for the moment) way of doing this: USE YourDB EXEC sp_helpfile...
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 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 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 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 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 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 Article