Posts

Showing posts from June, 2009

Your Database is in Suspect Mode....

I Guess, you haven't experienced this problem till now. But, if it comes to you and if the database is in LIVE,.. SQL Mng. Studio > New Query EXEC sp_resetstatus 'yourDBname'; ALTER DATABASE yourDBname SET EMERGENCY DBCC checkdb('yourDBname') ALTER DATABASE yourDBname SET SINGLE_USER WITH ROLLBACK IMMEDIATE DBCC CheckDB ('yourDBname', REPAIR_ALLOW_DATA_LOSS) ALTER DATABASE yourDBname SET MULTI_USER

AX Build Numbers

AX Build Numbers Explained. In AX 4 the application and kernel version details in help/about do not appear to show you which service pack is installed, this can make it difficult to tell which updates a particular system is running. Although the service pack isn’t shown it is possible to tell which service pack and updates are installed by understanding the version numbers: AX 4 SP1 4.0.2163.0 AX 4 SP1 with DIS layer 4.0.2500.XXX AX 4 SP2 4.0.2501.116 AX 4 SP2 with DIS layer 4.0.2503.XXX Best Regards, MC

When you install the 2007 Microsoft Office servers Service Pack 2, the product expiration date is activated incorrectly

When you install the 2007 Microsoft Office servers Service Pack 2, the product expiration date is activated incorrectly During the installation of the 2007 Microsoft Office servers Service Pack 2, a product expiration date is activated incorrectly. This means that any of the products that are listed in the "Applies to" section will expire 180 days after Service Pack 2 is deployed, as if it were a trial installation. The activation of the expiration date will not affect the regular function of these products until the expiration date passes, 180 days after Service Pack 2 is deployed. If the product expires, it will not affect data, configuration, or application code. However, it will make the Office Server product inaccessible for end-users. Office SharePoint Server Trial with Enterprise Client Access License, or a similar product, is displayed on the Convert License page. RESOLVE : o resolve this issue manually, type the product key on the Convert License Type page. To do thi...