Organisations using Smartermail as an email solution face a problem of database backup restoration. After the restoration of the database some emails are shown blank. This is because of the indexing issue. Solution is to copy the inbox folder without copying a file called "mailbox.cfg" that is the configuration file. So delete the file and open the email account. Smartermail will automatically create this file again. This will solve the problem of blank corrupted emails.
SQLServer Error: 15404, Could not obtain information about Windows NT group/user Error code 0x5. [SQLSTATE 42000] (ConnIsLoginSysAdmin)
If we encounter this error "SQLServer Error: 15404, Could not obtain information about Windows NT group/user Error code 0x5. [SQLSTATE 42000] (ConnIsLoginSysAdmin)" in SQL Server in which the job fails because of the user account related problem, then we need to take the following steps to make it work: a. Go to SQL Server Agent. b. Then select the job which is giving error and not running successfully. c. Then choose properties and in the General Tab, change the owner to "SA" or any account that has the administrative privileges. The problem will be resolved.
Comments