error in getting sid

Hi ,

While doing changes in tools → options and after i am saving i am getting “error in getting sid” and cant save the changes.

Thanks & Regards,

sudha

This can help you, http://dynamicsuser.net/forums/p/38325/197094.aspx

Hello,

Try replacing SID. There are many articles online on how to including this one - http://mafsarkhan.blogspot.co.uk/2012/05/easy-way-to-get-sid.html

Hi Kranthi,

I Have done the same thing.But Also it is showing same error.

Thanks & Regards,

sudha

Normally restoring the database from one server to another server you may face this issue. Please follow below steps

  1. Open the command prompt and type “regedit” you will get the sid of your system
  2. Copy the SID.
  3. Open the SQL server and write following command to update current admin user:
    use {Axapta database}
    update USERINFO
    set SID = ‘{paste the SID here from step#2}’, NETWORKDOMAIN=’{Network domain}’, NETWORKALIAS=’{User Id}’ where ID=‘Admin’