
We encountered below error while installing the IDES ERP 6.0 EHP7 in Windows operating system and Microsoft SQL Server 2012. Our server is configured with the Active Directory.

MS SQL server cannot get information about account HOSTP\USER.
SOLUTION: Use the MS SQL Server tools to execute the command master..xp_logininfo ‘HOST\USER’ and analyze the errors returned.
Solution
Refer to the following helps,
• SAP Note 986456
• http://support.microsoft.com/?kbid=834124
• http://scn.sap.com/thread/154056
By the way, our workaround –
- Stop current execution.
- Login with another user
- Start the execution again (can use resume function as well)


