Microsoft Hosted environments You are not authorized to login with your current credentials. You will be redirected to the login page in a few seconds
Issue: Microsoft Hosted environments You are not authorized to login with your current credentials. You will be redirected to the login page in a few seconds
How to Fix?
Steps to follow:
Check your VS, it should be on the name of the new user.
Check the D365FO the new user ID should be Admin
Normally in Microsoft Hosted environments, you will see below error:
To open the Admin provisioning tool
Check K:\AosService\PackagesLocalDirectory\Bin
Dynamics 365 for Finance and Operations Admin user provisioning error:
This will ask for the password which you don't have, then what should we do now?
We can hack it!
Best Option is
Select the DB in SQL> first find the SID and NetworkAlias.
select ID, SID, NETWORKALIAS
from USERINFO
where ID = 'Admin'
and then on the target DB,
update USERINFO
set SID = 'S-1-19-2J)199075-15107232323-473239235192',
NETWORKALIAS = 'D365@umeshpandit.com'
where ID = 'Admin'
Happy D365FO!
Issue: Microsoft Hosted environments You are not authorized to login with your current credentials. You will be redirected to the login page in a few seconds
How to Fix?
Steps to follow:
Check your VS, it should be on the name of the new user.
Check the D365FO the new user ID should be Admin
Normally in Microsoft Hosted environments, you will see below error:
To open the Admin provisioning tool
Check K:\AosService\PackagesLocalDirectory\Bin
Dynamics 365 for Finance and Operations Admin user provisioning error:
We can hack it!
Best Option is
Select the DB in SQL> first find the SID and NetworkAlias.
select ID, SID, NETWORKALIAS
from USERINFO
where ID = 'Admin'
and then on the target DB,
update USERINFO
set SID = 'S-1-19-2J)199075-15107232323-473239235192',
NETWORKALIAS = 'D365@umeshpandit.com'
where ID = 'Admin'
Happy D365FO!
Thanks & Regards,
Mail ID: pandit.umesh@hotmail.com
Skype ID: pandit.umesh