Thursday, July 27, 2017

Branding your own in RDS RDWeb Page

sometimes we need to impress and band our company details in RDS, (it is allowed, do not think its unsupported), cause in the code itself MS has mentioned replaceable.
below are the highlighted points to be changed in RDWeb\Pages\Site.xsl file.



Take a back up of the file and then do the necessary changes.
1. you can just place your image and mention the dimension. good to have a transparent image.
2. heading Company will give the bold letters (in my case Azure)
3. headingApplication name will be the down small letters (in my case Dev, SIT and Stage Env)


finally it will look like....



Regards,
Sudhanshu

Tuesday, June 6, 2017

A revocation check could not be performed while accesing RDS App

while configuring RDS and accessing RDS App, I got below screen, though this is not so critical, but my clean users do not want this extra click and see this message.
why this comes is, the machine can not verify the CRL (certification revocation list) URL, so can not verify if the cert is valid or not.


to over come this, you need to configure below in IE


·  Select Start»Control Panel.


·  Double-click Internet Options.


·  Select the Advanced tab.


·  In the Security section, uncheck the Check for publisher's certificate revocation option.


after this also I got same message from another machine.
try below
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Terminal Server Client\ CertChainRevocationCheck value 0


after this also, it did not work in another machine.
I did below


Run this command on Cmd as administrator:


reg add "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client" /v "AuthenticationLevelOverride" /t "REG_DWORD" /d 0 /f

hope this will help.


Regards,
Yes.Sudhanshu

Wednesday, February 22, 2017

AX 2012 R3 CU 11 Compilation taking long time

while doing compilation it took long long time than expected around 16 hrs, normally as per my exp so far it takes around 8-9 hrs.
still have to wait, see log files, if no error, still wait.
you can check the resource utilization of AOS server and DB server. see if there a straight line of max utilization.

NOTE: whatever , if there is no error just wait and wait.

Regards,
yes.sudhanshu

dynamics ax 2012 r3 Synchronize databaseSpecified field ModelId of datasource ProjParameters does not exist in the database or the configuration key on the field or on Extended Data Type used by the field is off. The view ForecastModelCube can not be created in the database.

while doing a fresh installation Dynamics AX 2012R3 CU11, got below error while doing data synch.
"Synchronize databaseSpecified field ModelId of datasource ProjParameters does not exist in the database or the configuration key on the field or on Extended Data Type used by the field is off. The view ForecastModelCube can not be created in the database."




Solution


Enabling ‘Forecast’ key from Initialization checklist is resolved my issue


Execution Path : Initialization checklist/Activate application functionality/Configure application functionality/Expand Project/Check mark ‘Forecast’ and click ‘OK’.


then do sync again and it should be OK.


Regards,
Sudhanshu

Sunday, January 22, 2017

Concurrent number of AOS for this application Exceeds the licensed number while starting AOS, dynamics ax 2012 R3

while starting AOS I got below error
"Concurrent number of AOS for this application Exceeds the licensed number"


for this follow work around
 Open SQL Server Management Studio and select the Dynamics Ax database used for the instance.
  •    Select New query
  • select * from dbo.sysserversessions where status = 1
    • Change the value by running following query
                update dbo.sysserversessions set status = 0 where status = 1

    hope this helps

    Thursday, January 5, 2017

    #i387 > MSG_PRESENCE error message in Empty Grids, Dynamics AX 2012 CU 12, 11

    Hi, While working on Dynamics AX 2012 R3, I got below error (#i387 > MSG_PRESENCE) while opening Grid in and empty.


    Solution
    just delete all the .AUC files from users/<username>/Appdata/local folder.
    this you have to DO for all the users and all the AX client installed.
    repeat again, you have delete filed for all users in all the AX clients installed machines.


    hope this will help.


    Regards,
    yes.sudhanshu

    Thursday, December 15, 2016

    Cannot install Dynamics AX 2012 R3 CU 12 reporting extention on SQL Server 2016, installer Crashed, Exception code e053534f , KB 3184496 and KB 3199177

    while setting up Dynamics AX 2012 R3 CU 12, during reporting extension I face the installed crashed. tried all possibilities but no luck.
     below error screen I got.

    Solution
    

    this is an issue related to old SQL 2014 dll reference, for this I have contacted MS. I am waiting for their proper response.
    MS has mentioned to use SQL Server 2012 SP1 Management Object (SMO) for Reporting Service Extension, so this says that this still refers the OLD dlls. 


    Hotfix for Reporting

    there is a hotfix for this, login to LCS and download


    Hot fix for MDM


    Regards,
    yes.sudhnashu