Re: [Axapta-Knowledge-Village] Re: Big Problem In AX

2009-11-01 Thread Amgad Toma
Many thanks Done, From: frickmystr Sent: Thursday, October 29, 2009 4:28 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Re: Big Problem In AX You will have to manually edit the Admin's information in the SQL database and change it's doma

[Axapta-Knowledge-Village] Re: Big Problem In AX

2009-10-29 Thread r_ssh
Hi Michael, After restoring run the following query in your database to open Ax with ur user credentials. Update userinfo Set SID = `----` Where id = `admin' To obtain SID run the following query in your older database Select SID from userinfo where id = `admin' Hope this resolv

[Axapta-Knowledge-Village] Re: Big Problem In AX

2009-10-29 Thread frickmystr
You will have to manually edit the Admin's information in the SQL database and change it's domain and SID to it's new domain and SID. table: UserInfo Fields: SID & NETWORKDOMAIN Here is a post that shows how to get the SID of a use. http://kevin.vanzonneveld.net/techblog/article/determine_sid_o