Forum Replies Created

Viewing 15 posts - 91 through 105 (of 628 total)

  • RE: Mail Qued

    Yes. Test email is working fine.

  • RE: Issue sending or receiving email from SQL Server

    Same issue here.

    I ran

    SELECT

    err.[description],

    fail.*

    FROM [msdb].[dbo].[sysmail_event_log] err

    inner join [msdb].[dbo].[sysmail_faileditems] fail

    ON err.mailitem_id = fail.mailitem_id

    but the result is nothing &...

  • RE: SSRS restart

    I didn't see any failed login messages.

  • RE: Executing SSIS package through SQL job

    It works me in this way

    Instead of running as proxy account, you can modify the SQL job enter the password at the commandline. It is working fine for me

  • RE: Failures (Security) -- Need help to troubleshoot

    That is problem with the user. He changed his domain account password. After his computer restart, it is resolved again.

    But now I am getting differently

    SSPI handshake failed with error code...

  • RE: Index reorganization

    Business doesn't allow weekdays downtime.

    So planning to do only reorganizing daily the fragmented indexes above 5% but rebuild/reorg on weekends depends on %fragmentation.

    Previously noticed rebuild indexes ran faster than reorganization...

  • RE: SSRS restart

    From the SSRS configuration manager the service Account is Network Service but the SQL Server using Domain account as service account

  • RE: SSRS restart

    When I click on the report manager URL, I received following error

    Report server cannot open a connection to the report server database. A connection to the database is required...

  • RE: Mainenance cleanup task is not working properly

    Cleanup task is after running after the backup

  • RE: Mainenance cleanup task is not working properly

    Looks it is working but not sure why some databases has 3 backup files and some are 4 days backup files when I use the retention period delete older...

  • RE: SSRS restart

    I am seeing errors on server A, where the report service is running but the report server database (From SSRS configuration manager) is pointing to server B.

    Are you talking about...

  • RE: SSRS restart

    There is no info about the SSRS service restart or the no evidence about the SQL DB restart but I am seeing the errors Report Server Windows Service canot connect...

  • RE: Login Failed

    I found the link

    https://sharepoint4u.wordpress.com/2008/11/03/finally-solved-office-sharepoint-server-error-7888-and-3760/

    which is similar to the second one. Event ID: 3760.

    Haven't tried but looks it is promising

  • RE: Login Failed

    Looks the connection is coming from local host only.

    The source is windows sharepoint services3.

    I am trying to find the path for the sharepoint config file where it has SQL Connections.

  • RE: Login Failed

    The default database for sa is master only.

    From the eventviewer I can see the Source is "Windows Sharepoint Services 3".

Viewing 15 posts - 91 through 105 (of 628 total)