Problem while installation

vipulchudasamavipulchudasama Member Posts: 17
edited 2007-01-17 in Dynamics AX
Am trying to do a single location server installation of AXAPTA 4.0 SP1 on WIN 2003 server, which throws me following error in log while installation:

=== Setup logging started: 1/11/2007 4:38:36 PM ===
Running file: C:\DOCUME~1\vipulc\LOCALS~1\Temp\AxSetup.exe
Exe Version: 4.0.1659.26

Property: AosReportErrors set to: '0' (False)
=== Loading parameters from file ===
Property: RelatedFilesDir set to: 'E:\'

=== Starting evaluation of existing installation state ===
Client.msi Installed: False
ApplicationIntegrationServer.msi Installed: False
NetBusinessConnector.msi Installed: False
ComBusinessConnector.msi Installed: False

=== Checking parameters ===

=== Starting UI phase ===
Property: LicenseTermsVersion set to: 'EN-US'
Property: RunMode set to: 'SingleComputer'
Property: InstallDatabase set to: '1' (Create)
Property: InstallApplication set to: '1' (Copy)
Setup has detected that Hotfix 913184 for Microsoft Windows 2003 SP1 is not installed on this computer. This hotfix for the Remote Procedure Call (RPC) engine is required to send large packages between clients and servers in Microsoft Dynamics AX. You can download this hotfix from Microsoft.com. We strongly recommend that you install this hotfix.
Property: InstallAos set to: '1' (True)
Property: ClientAosServer set to: 'PWC2604'
Property: InstallClientUI set to: '1' (True)
Property: InstallReportingServer set to: '0' (False)
Property: InstallApplicationIntegrationServer set to: '0' (False)
Property: InstallNetBusinessConnector set to: '1' (True)
Property: InstallComBusinessConnector set to: '0' (False)
Property: ClientLanguage set to: 'EN-US'
Property: ClientHelpLanguages set to: 'EN-US'
Property: ApplicationRegion set to: '-'
Property: AosInstanceName set to: 'Company1'
Property: AosInstallPath set to: 'D:\Microsoft Dynamics AX\40\Server'
Property: AosReportErrors set to: '0' (False)
Property: DbServerType set to: '0' (SqlServer)
Property: InstallDatabase set to: '0' (No)
Property: DbSqlServer set to: '(local)'
Connected to SQL Server: (local)
Property: DbSqlDatabaseName set to: 'Dynamics'
Property: ApplicationInstallPath set to: 'C:\Program Files\Microsoft Dynamics AX\40\Application'
Property: ClientInstallPath set to: 'D:\Microsoft Dynamics AX\40\Client'
Property: AosStart set to: '1' (True)
Property: AosStart set to: '1' (True)

=== Starting execution phase ===


=== Setting up File server ===
Completed setup of File server.


=== Setting up Object server ===
Adding this computer’s Network Service account as a login in to the database server.
Exception = System.NullReferenceException
Message = Object reference not set to an instance of an object.
FullText = System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Dynamics.Setup.Misc.GetMachineDomain()
at Microsoft.Dynamics.Setup.InstallSqlServer.GrantAosAccessToRemoteSqlServer()
at Microsoft.Dynamics.Setup.MainForm.AosDbAccess()
at Microsoft.Dynamics.Setup.MainForm.s250Timer_Tick()
==== Setup ended before completion. ===


Any help on the resolution would be highly appreciated.

Thanks
VIPUL (NAVISION CONSULTANT)

Comments

  • rakesh.dargerakesh.darge Member Posts: 3
    Hi Vipul,

    Microsoft has introduced new security layer for Dynamics-AX 4.0 so that they used windows security architecture (Remote Procedure call).
    Before installation of Dynamics-AX 4.0 you need to install Windows 2003 Hotfix 913184 for this Remore Procedure on your Windows 2003 Server. You can download this hotfix from Microsoft Download center. Once you install this hotfix on your Windows 2003 server SP1 then try to install Dynamics-AX 4.0.

    This will resolved your error.

    Enjoy......

    Regards
    Rakesh..
Sign In or Register to comment.