web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

SSRS Extension installation Error

(0) ShareShare
ReportReport
Posted on by

Hello,

I have fresh installed Operating System Server 2012 R2 Standard and Dynamics AX 2012 R3 CU12 in Server. Then I have installed and SQL server 2016 Reporting service. When I install reporting service extension from Dynamics AX Setup I got below error log.

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

=== Setup logging started: 3/6/2017 7:57:17 AM ===
Running file: "C:\Users\erpuser\AppData\Local\Temp\SetupPrep\SetupPrep.exe" RelatedFilesDir="\\192.168.0.1\f$\AX2012R3_cu12\AX 2012 R3" AutoRun=1
AxSetup version number: 6.3.164.0
Microsoft Windows NT 6.2.9200.0 (64 bit)
APPLSQL16
TEAMRAJIV\erpuser
Interactive: True

2017-03-06 07:57:17Z RelatedFilesDir=\\192.168.0.1\f$\AX2012R3_cu12\AX 2012 R3
2017-03-06 07:57:17Z Property RelatedFilesDir set to: '\\192.168.0.1\f$\AX2012R3_cu12\AX 2012 R3'

2017-03-06 07:57:17Z === Starting evaluation of existing installation state ===
2017-03-06 07:57:17Z MSI file: SetupSupport64.msi Installed: True

2017-03-06 07:57:17Z === Starting UI phase ===
2017-03-06 07:57:17Z S011WelcomeInfo
2017-03-06 07:57:17Z S0135UpdateLicenseTerms
2017-03-06 07:57:17Z S018InstallProgressInfo
2017-03-06 07:57:17Z Initializing log file: C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2017-03-06 07-57-17\SetupPrepLog.txt

2017-03-06 07:57:17Z === Starting execution phase ===
2017-03-06 07:57:18Z === Applying Updates to Setup Support Files ====
2017-03-06 07:57:18Z Searching for updates...
2017-03-06 07:57:25Z No applicable updates were found.
2017-03-06 07:57:25Z ******************************************************************************************************

2017-03-06 07:57:25Z Setup could not find a required file in the source location '\SetupSupport\TraceProviderCrimson.man'.

2017-03-06 07:57:25Z ******************************************************************************************************
2017-03-06 07:57:25Z Common Property Install Path set to 'C:\Program Files\Microsoft Dynamics AX\60'.
2017-03-06 07:57:25Z Common Property Install Path set to 'C:\Program Files\Microsoft Dynamics AX\60'.
2017-03-06 07:57:25Z Common Property Install Path set to 'C:\Program Files\Microsoft Dynamics AX\60'.
2017-03-06 07:57:26Z <?xml version="1.0" encoding="utf-8" ?>
2017-03-06 07:57:26Z <configuration>
2017-03-06 07:57:26Z <runtime>
2017-03-06 07:57:26Z <loadFromRemoteSources enabled="true"/>
2017-03-06 07:57:26Z </runtime>
2017-03-06 07:57:26Z </configuration>
2017-03-06 07:57:26Z Common Property Install Path set to 'C:\Program Files\Microsoft Dynamics AX\60'.
2017-03-06 07:57:26Z Running file: C:\Program Files\Microsoft Dynamics AX\60\SetupSupport\AxSetup.exe
2017-03-06 07:57:26Z AxSetup has been started. SetupPrep will wait until it finishes.
2017-03-06 08:02:20Z AxSetup has completed. It's return code was: '-2147023895'.
2017-03-06 08:02:20Z Additional information can be found in the AxSetup log file 'DynamicsSetupLog.txt'.

2017-03-06 08:02:20Z Setup screen was intentionally closed by the operator or by Windows.


2017-03-06 08:02:20Z === Setup was canceled or failed. For details see the previous messages in the log.

2017-03-06 08:02:20Z === Setup logging ended: 3/6/2017 8:02:20 AM ErrorLevel/ExitCode: '4' ===

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

I found that error occur due to '\SetupSupport\TraceProviderCrimson.man'. file not found for that I have download latest source and again check same error occur. 

Please help me on this.

*This post is locked for comments

I have the same question (0)
  • Community Member Profile Picture
    on at
    RE: SSRS Extension installation Error

    Hi Hassan,

    I have installed only SQL 2012 SP1 Analysis Management Object Only but forget to install SharedManagementObjects of SQL 2012 SP1.  So after installing SharedManagementObjects  issue has been resolved.

  • Hassan_rulz Profile Picture
    3,801 on at
    RE: SSRS Extension installation Error

    Hi Harpal,

    You have just said earlier that you have already installed it and still same error.

    Am I right?

    Or you have not installed it?

    Kindly confirm that you have re-installed it or you had not installed it earlier?

    Regards,

    Hassan

  • Verified answer
    Community Member Profile Picture
    on at
    RE: SSRS Extension installation Error

    Hi Hassan,

    The Problem has been resolved after installing Shared Management Objects (SMO) for SQL Server 2012 SP1

  • Community Member Profile Picture
    on at
    RE: SSRS Extension installation Error

    Hi Hassan,

    Yes I have configured SQL Reporting services properly. Both URLs are accessible from my system service account and also add my user in execution account SSRS configuration.

  • Community Member Profile Picture
    on at
    RE: SSRS Extension installation Error

    Hi Kavitha,

    I have performed steps as you have mentioned but no luck.

  • Suggested answer
    Hassan_rulz Profile Picture
    3,801 on at
    RE: SSRS Extension installation Error

    Hi Harpal,

    Have you configured SQL Reporting Services properly?

    Both URL, Web Service and report server accessible?

    Regards,

    Hassan

  • Community Member Profile Picture
    on at
    RE: SSRS Extension installation Error

    Hi Hassan,

    I have already installed SQL Server 2012 SP1 Management Object (SMO) package

  • Verified answer
    Hassan_rulz Profile Picture
    3,801 on at
    RE: SSRS Extension installation Error

    Hi Harpal,

    According to "System Requirement document" of AX. You have to install "SQL Server 2012 SP1 Management Objects (SMO)package" to install SSRS extension.

    Regards,

    Hassan

  • Suggested answer
    Pravasti AK Profile Picture
    2,985 on at
    RE: SSRS Extension installation Error

    Hi,

    .Generate full IL

    open AOT and register the following services:

    SRSFrameworkService

    SSASFrameworkService>>Right Click >>Add ins>>Register service.

    go to Services Group node and auto deploy the following service groups:

    BIServices

    UserSessionService>>>Right Click>>Deploy Service.

  • Community Member Profile Picture
    on at
    RE: SSRS Extension installation Error

    Hi Kavitha,

    Thanks for your reply

    1> I have run Full CIL and Compile AOS and it was error free

    2> Firewall of AOS Server  and SQL Server already Stopped

    3> BI Service is already activated in Inbound ports

    Not performed 4th  and 5th  steps

    6> Again try to install and configure Reporting extension

    7> business connector User account is already member of administrator in both AOS and SQL Server

    One more thing I want to add I have installed SQL Server 2012 SP1 Management Objects (SMO) as not installed before but still error is same instllation crashed when perform prerequisites.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Mansi Soni – Community Spotlight

We are honored to recognize Mansi Soni as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Syed Haris Shah Profile Picture

Syed Haris Shah 9

#2
Mea_ Profile Picture

Mea_ 4

#3
howalker Profile Picture

howalker 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans