Options

Data Generator Error

nee_609nee_609 Posts: 4
Hi there,

while generating test data using Data Generator i am getting below error

"A severe error occurred on the current command. The results, if any, should be discarded.A severe error occurred on the current command. The results, if any, should be discarded.
Location: qxcntxt.cpp:1069 Expression: cref == 0 SPID: 55 Process ID: 1504"

Which does not give me enough information. Please advice if someone have encountered same error.

Thanks!

Comments

  • Options
    Hello,

    Sorry this has happened, however the code file mentioned is not ours and the error is coming from the SQL Server connection libraries on the system, meaning there are probably numerous causes for this type of problem.

    I would check that there are no uncommitted transactions on the database at the time, for one, using sp_who2. SPID 55 may be listed in the SQL Server activity monitor, so maybe that SPID has hung and needs to be killed off before generating data. You may also want to check Task Manager and see what Process ID 1504 is doing and break the process (provided it's not SQL Server's process.)

    I hope this helps!
Sign In or Register to comment.