Tuesday, June 21, 2016

The default Report Server Configuration ID could not be found in the SrSServer table, Dynamics AX 2012

in one of my AX env, my team got below error message while running reports.
then I found that @ System administration> Setup> Business intelligence> Reporting services> Report servers location all were blank.
even values are there you need to check , if it has correct values.
in may case , the BI components were not installed at all, and hence the above error was giving.
hope this will help.

Regards,
yes.sudhanshu

Monday, May 23, 2016

Tuesday, May 17, 2016

Windows could not start the Microsoft Dynamics AX Object Server 6.0... Error 1503: The Service did not respond to the start or control request in a timely fashion. Microsoft Dynamics AX 2012 R3 CU8

Hi,


while starting an AOS instance, I got below message (my server was slow).
"Windows could not start the Microsoft Dynamics AX Object Server 6.0... Error 1503: The Service did not respond to the start or control request in a timely fashion.""
this why, cause the service took more time that the service should take. but after that message the service starts as usual.
to increase the standard timeout, follow below steps to change in registry key.
open registry running "regedit" command and then traverse till HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Control as below and then right click and New -> select DWORD (32-bit) Value.
Now enter Key name "ServicePipeTimeout" and edit and provide value 120000 (similar to 2 mnts) or as per your requirement. (NOTE: keep note this value is global and hence applicable for all the services)
then when you restart the service, it should not give above error message....

hope this helps...

Regards,
yes.sudhanshu

Thursday, April 14, 2016

How to create and deploy AX by using LCS (Lifecycle Services)

LCS is the nexgen for Dynamics AX means all have to do by using LCS. AX7 is must for cloud but now for AX 2012 can also use.

below are quick steps to follow when doing so from LCS.


  1. login to LCS with your account
  2. Create a project
  3. Enter azure subscription
  4. Upload the cert to Azure -> Settings under the above subscription
  5. Now create an Azure Hosted Env
  6. Select the env you need (Demo, Dev test or prod)
    1. Enter the name
    2. In advance setting modify the below
      1. Enter SQL number of drives and size
      2. Enter the existing domain name
      3. Enter the service accounts and password (these must be created beforehand if you are using existing AD) and the installer account (say DynamicsInstallUser)  must have the delegate privilege on AD (or use ad domain admin)
      4. Then enter the server names, here no need to enter the AD server name, as we are suing the existing, so it will find the server as per step ii. But nvr make the count to 0
      5. Not enter the existing virtual N/W details. Make sure the AD address space is correct.
    3. Make sure the server config (D4, D5, A5, A6 etc) are right and number of servers needs are right
    4. Then select the checkbox and accept
    5. Then click Next and say Yes
  7. Then login to AX and start finishing the Checklist like compilation etc
  8. Configure SharePoint (only binary is installed) by running configuration wizard
  9. Then install EP by using the binary
  10. install BI component in report and analysis servers
  11. If you need RDS (this you need) when you have not select RDS as one server on step 5, then cerate VM and configure RDS and the install AX client there and add client to RDS collection

more details on test env you can get from : https://ax.help.dynamics.com/en/wiki/deploy-a-test-environment-on-azure/


hope this will help many guys now or in future


Regards,
Yes.Sudhanshu

Tuesday, April 12, 2016

RDS RDWeb url redirect

While setting up RDS for AX I come below scenario
while setting up RDS web, you will get the web URL as https://<something.com>/RDWeb/

if you want your users just to access (do not have to amend /RDWeb) https://<something.com>/ then follow below
open inetmgr in RDS servers and then select "Default Web Site".
then open "HTTP Redirect" and make the following changes as per below pic
1. "Default Web Site" then open "HTTP Redirect"
2. select the redirect check box and enter the url https://<something.com>/RDWeb/
3. make sure Only redirect requests to content in this directory (not subdirectories) checkbox is selected
4. do not forget to click Apply


then you are done and test it.


Regards,
Yes.Sudhanshu

You are currently logged on as local administrator on the computer. you must be logged on as a domain user to manage servers and collections. RDS configurations

while configuring RDS, I logged on to the server and found below error when opened the RDS manager.
"You are currently logged on as local administrator on the computer. you must be logged on as a domain user to manage servers and collections."
So you must logged off and log in with a domain account (make sure the domain account is a local admin).


Regards,
Yes.Sudhanshu

the local server must be joined to the domain to complete the remote desktop services installation option. RDS configuration

hi,


if you are getting below error
"the local server must be joined to the domain to complete the remote desktop services installation option." then make sure your server is joined to the required domain and restarted.
you can enable the services by going to roles of the server.

Regards,
Yes.Sudhanshu