Sunday, 15 December 2013

Errors


INDEX :


1. AX 2012 Help Server error: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'\


2. The SQL server reporting Service service is running -SSRS 2012
 

3. HTTP Error 500.24 – Internal Server Error + HELP SERVER ERROR AFTER INSTALLING ON AX 2012 + ERROR – Unable to contact the server

========================================================================

1. AX 2012 Help Server error: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

Hi,

To resolve this issue, run the following command line: 

aspnet_regiis.exe /iru
The Aspnet_regiis.exe file can be found in one of the following locations:
%windir%\Microsoft.NET\Framework\v4.0.30319
%windir%\Microsoft.NET\Framework64\v4.0.30319 (on a 64-bit computer)


============================================================================

2. The SQL server reporting Service service is running -SSRS 2012

Solution for this error: 
The deployment was cancelled because of an error:
On the reporting server, |Verify that
The SQL server reporting Service service is running

Solution:

1. Check Local business connector is optimum/ correct.
2. Check Domain business connector is optimum/ correct.
3. Put increment CIL
Now deploy it will be deployed.
========================================================================

3. HTTP Error 500.24 – Internal Server Error + HELP SERVER ERROR AFTER INSTALLING ON AX 2012 + ERROR – Unable to contact the server


This error may arises at any of this name for same reason.

HTTP Error 500.24 – Internal Server Error,
The Location of the help server has not been specified.
ERROR – Unable to contact the server etc...
HTTP Error 500.24 – Internal Server Error
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.

Detailed Error Information
Module
ConfigurationValidationModule
Notification
BeginRequest
Handler
svc-Integrated
Error Code
0×80070032
Requested URL
Physical Path
C:\inetpub\wwwroot\DynamicsAX6HelpServer\HelpService.svc
Logon Method
Not yet determined
Logon User
Not yet determined
 Solution:
  1. Check that Directory browsing is enabled(IIS MANAGER>SITES>DIRECTORY BROWSING(DOUBLE CLICK AND ENABLE IT)
  2. Go to Ax 2012>System administration > setup>system>Help system parameters
(check the location should be as
  1. Also when you browse the site in IIS manager it will tell you ASP.NET 4.0 check for Integrated pipeline mode
    1. Check the below criteria it should be the same
    2. IIS>Application Pools>
    3. ASP.NET4.0                                  V4.0       CLASSIC
    4. ASP.NET4.0 CLASS                        V4.0       CLASSIC
    5. CLASSIC .NET APPLICATION           V2.0       CLASSIC
    6. DEFAULT APP POOL                       V2.0       INTEGRATED
    7. DYNAMICS AX HELP SERVER          V4.0       INTEGRATED(Version will be 2.0 change to 4.0 and check)  pls keep in mind DynamicAX  HelpSVC >ASP.NET IMPERSONATION SHOULD BE DISABLE(DON’T ENABLE)  =====================================================================

      Unable to find appropriate service endpoint information in the configuration object + An error occurred during setup of Reporting Services extensions.

      Error:  "An occurred during setup of Reporting Services extensions. Reason: Unable to find appropriate service endpoint information in the configuration object"

      Reason: BIServices port is not deployed.
      Resolution:
      ü  Activate inbound ports BIServices (System Administration > Setup > Services and AIF > Inbound ports)
      ü  Delete the WCFCONFIG entry in registry under the Dynamics AX current user hive key (HKEY_CURRENT_USER\Software\Microsoft\Dynamics\6.0\Configuration\Orig)
      ü  Restart the box
      ü  Try installation again.  If fails then continue with
      ü  Make the BC proxy user a local admin on the SRS box.
      ü  Redeploy BIServices services: AOT > ServiceGroups > Right Click BIServices and deploy.
      Environment Details - Dynamics AX 2012 R2

      Explanation: Reporting services Extension is a service that occupies a port in Dynamics AX 2012. Whenever you use Reporting services extension you need to activate a port BIServices

      Steps for Registry:

      1.     Click Start, and then click Run.
      2.     In the Open box, type cmd and then press ENTER.
      3.     In the Open box, type regedit and then press ENTER.
      4.  Locate the following subkey in the registry: 
               HKEY_CURRENT_USER\Software\Microsoft\Dynamics\6.0\Configuration\Orig
          5.  Delete the file "WCFCONFIG" file                =====================================================================

No comments:

Post a Comment