Hi
Can anyone tell me how I can put AX2009 into maintenance mode and reject new clients to connect? I have to create a company and copy data (base data) from one legal entity to the new company

Hi
Can anyone tell me how I can put AX2009 into maintenance mode and reject new clients to connect? I have to create a company and copy data (base data) from one legal entity to the new company
Hi CRSW,
You could disable all the users except the Admin user or your user Id, restart the AOS to make sure everyone is logged off and create the new company.
You can run this script in the DB to disable the users.
UPDATE [UserInfo]
SET [Enable] = 0
WHERE [ID] NOT IN ('') AND [NetworkAlias] NOT IN ('')