Tuesday, January 24, 2012

AX 2012 - Move Database Model Store to another Server with a different Active Directory

Hi

If you have to move the AX 2012 Database Model Store to another Server where change also Active Directory the steps are :

- Change SID of Administrator Account in the Table Userinfo
- Modify SSRS Report Configuration inside AX
- Setup the new Business Connector Proxy Account inside AX ( System Service Accounts )
- Setup the new URL of Help Server
- Delete form SYSSERVERSESSIONS table the record relative the previous AOS instance

After that you can install Report Services and Analysis Extension.

Enjoy !

AX 2012 - Deploy language-specific versions of a report

Sunday, January 22, 2012

Viewing SSRS Reports with SharePoint Web Parts

For Install the Web Parts  Sql Report Explorer and Sql Report Viewer  to SharePoint the command is :

STSADM.EXE -o addwppack -filename "C:\ Program Files\Microsoft SQL Server\100\Tools\Reporting Services\SharePoint\RSWebParts.cab" -globalinstall


Viewing Reports with SharePoint 2.0 Web Parts

Monday, January 9, 2012

InfoLog : Check if a text already exists in a Infolog "Stack"

if you want to check if a text is already persent inside a Infolog "Stack" use this code :

For (currentLine = 1; currentLine <= infolog.line(); currentLine++)
       currentText += infolog.text(currentLine) + '\n' ;
If ( ! StrScan( currentText, infologText, 1, StrLen(currentText) ) )
   ...............

Thursday, January 5, 2012

Show Global Assembly Cache (GAC) Folder in "details"

If you have to work with the GAC folder it's better to see all contents ( also folder GAC_MSIL, GAC_64, ect) so follow these :

type : “cd\windows\assembly”
type: “attrib -r -h -s desktop.ini”
type: “ren desktop.ini desktop.bak”

now open the GAC folder normally in your explorer.

Enjoy

AX 2009 - Enterprise Portal on 64 Bit and Deploy AXWebParts.cab

Updating Enterprise Portal from Dynamics AX 2009 Client fails on a 64bit Microsoft Windows Server

AxUpdatePortal.exe does not update Enterprise Portal when not running from an elevated command prompt

If you have to work with the GAC folder it's better to see all contents ( also folder GAC_MSIL, GAC_64, ect) so follow these :

type : “cd\windows\assembly”
type: “attrib -r -h -s desktop.ini”
type: “ren desktop.ini desktop.bak”

now open the GAC folder normally in your explorer.

Enjoy

Monday, January 2, 2012

How to Recover Specific Files from a VHD

AX 2012 - Report server management cmdlets

Report server management cmdlets

For test a Report Server Configuration for a instance the command is :

Test-AXReportServerConfiguration -id idmssqlserverXX -ServicesAOSName XX@AosServerName -ServicesAOSWSDLPort 810X