Posts

Showing posts from August, 2009

wie ? um einen Ax Portal zu installieren

Hallo Leute, Gestern hab ich Ax Portal 2009 on Server 2008 installiert,möchten sie diese software installieren,passen sie auf warnung meldungen,zb, 1-SQL Datenbank hat SQL AMO(analys management object) Service 2-Dynamics Web Site wurde als Leere Seite kreatiert. 3-Ax Portal von Setup wurde wieder installiert. 4-App Pool und Web Site benutzer(identity) muss gleich sein(account)

w3wp crash while installing ep or creating ep site

Entering function CurrentUserAlias Leaving function CurrentUserAlias Creating new Enterprise Portal Site with following the parameters:\n URL: http://server/sites/DynamicsAx\n Title: EP Site\n LCID: 1033\n OwnerLogin: domain\administrator Administration Web Service URL: http://server:1234/_layouts/ep/WSSAdmin.asmx Information: Debugging mode is off. An error occured while Setup was creating a new site. The underlying connection was closed: An unexpected error occurred on a receive. ... Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---------------------------------------------------------------------------- At the same time there was the following message showing up in the Application event log: Faulting application w3wp.exe, version 7.0.6001.18000, time stamp 0x47919ed8, faulting module kernel32.dll, version 6.0.6001.18000, time stamp 0x4791ada5, exception code 0xe053534f, fault offset 0...

AX VERSION CHECK TABLE

Overview - AX kernel build numbers Axapta version Kernel build Application build Comments Axapta 2.5 1270.3 377 Option Pack 2.5 Axapta 2.5 SP1 1270.15 377-20 Option Pack 2.5-1 Axapta 2.5 SP2 1270.31 377-57 Market Pack 2.5-2 Axapta 2.5 SP2 Kernel Hotfix 1 1270.31-3 377-57 Market Pack 2.5-2 Axapta 2.5 SP3 1270.37 377-79 Market Pack 2.5-3 Axapta 2.5 SP3 Kernel Hotfix 1 1270.37-1 377-79 Market Pack 2.5-3 Axapta 2.5 SP3 Kernel Hotfix 2 1270.3703 377-79 Market Pack 2.5-3 Axapta 2.5 SP4 1270.3800 377-109 4 Market Pack 2.5-4 Axapta 3.0 1951.8 514 OP023 Axapta 3.0 Kernel Hotfix 1 1951.801 514 OP023 Axapta 3.0 SP1 first version 1951.17 514-12 SP1 OP023-6 SP1 Axapta 3.0 SP1 1951.18 514-12 SP1 OP023-6 SP1 Axapta 3.0 SP2 1951.2410 514-90 SP2 OP023-19 Axapta 3.0 SP3 1951.3730 514-193 SP3 OP023-71 Axapta 3.0 SP3 Kernel Hotfix 1 1951.3733 514-193 SP3 OP023-71 Axapta 3.0 SP4 1951.4060 514-320 SP4 OP023-196 Axapta 3.0 SP5 1951.5160 514-513 S...

Run Internet Information Services (IIS) in 32 bit emulation mode

If you are running Windows Server 2003 x64 based operating system and you are installing x86 based application which would need to run on Internet Information Services (IIS) then you must run IIS in 32 bit emulation mode. To do this follow the steps below: • Click Start, and then click Run. • In the Open box, type cmd, and then click OK. • In the command prompt window, navigate to the %drive%:\Inetpub\Adminscripts folder, where %drive% is the drive in which Windows Server 2003 is installed. • In the Adminscripts folder, type the following command: cscript adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1 Note: The value “1″ for Enable32bitAppOnWin64 specifies 32-bit mode, whereas the value “0″ specifies 64-bit mode. • Press ENTER. • Type iisreset and then press ENTER. • Close the command prompt window. IIS would now run in 32 bit emulation mode and you can now install x86 based applications on the server.