Saturday, May 2, 2015

Microsoft Dynamics Axapta Database In Recover Mode

Hello Guys,...!

Issue :

Some time Axapta database will go into recovery mode if database restoring is not properly done.

Solution :

-> Open SQLmanagement studio

-> Open new query and paste the below code and change the database name and execute.


ALTER DATABASE MicrosoftDynamicsAX SET MULTI_USER;
GO

// Note : Here my database name is  MicrosoftDynamicsAX

-> After this refresh the database area


@Rahul Talasila

No comments:

Post a Comment

What is the primary purpose of using a Solution in Microsoft Power Platform & ALM?

As organizations embrace low-code development with Microsoft Power Platform , it becomes essential to manage and govern apps, flows, and dat...