Tuesday, October 28, 2008

SQL user - login error

Data was deleted or changed for security reasons but the essence is the same.
Solution: sp_change_users_login @Action = 'Auto_Fix', @UserNamePattern = 'userx'

Tuesday, October 21, 2008

Invalid index. (Exception from HRESULT: 0x80200B (DISP_E_BADINDEX))

This is about create a Crystal Report and open it using ASP .NET (C#). The crystal report, when registered ignores those parameters from the argument list which are not defined in the report. When it isn't registered throws the exception shown in the title.
Also verify if in the IIS is set the correct .NET version.