Error when trying to create a job in SQL Sever 2000

  • Hi,

    One of my development team member had an issue while he was trying to create and save a job in SQL Server 2000

    PFB, the error

    1) When tried using EM

    Error 0: The server has been disconnected. You must reconnect to perform this operation.

    The job was not saved

    2) When tried to create the job using Query Analyzer

    [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite (send()).

    Server: Msg 11, Level 16, State 1, Line 0

    General network error. Check your network documentation.

    Connection Broken

    The server is Windows 2000 SP4

    SQL Server 2000 is running in SP4

    He is accessing the database remotely.

    When I tried to create a sample job using a dba account this worked both remotely and locally.

    Can any one please tell me what could be the possible reason and solution for this?

    Thanks,

    Arun

  • It sounds like the developer wasn't using an account that had the necessary privs.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply