Environment:
SQLServer Developer Edition on Machine A
Enterprise Manager running on remote machine B
Both machines are in the same subnet
I open Enterprise Mgr on Machine A, right click on the Stored Proc, enter
the parameters and the debugger stops on the first line and I can single
step through it just fine.
I open Enterprise Mgr on Machine B and connect to the same database on
Machine B, right click on the same Stored Proc, enter the same parameters
and the debugger doesn't stop, but it runs the proc al the way through.
Even if I set a break point on one of the lines from this machine it doesn't
stop. I don't get any errors, it just runs right thought the proc.
I've been through all the DCOM settings, Logins with Admin rights and not a
SYSTEM account. Checked all the debug files and have them all registered.
Anyone else expericened this? Anyone have any ideas on how to fix it?
-Steve
SQLServer Developer Edition on Machine A
Enterprise Manager running on remote machine B
Both machines are in the same subnet
I open Enterprise Mgr on Machine A, right click on the Stored Proc, enter
the parameters and the debugger stops on the first line and I can single
step through it just fine.
I open Enterprise Mgr on Machine B and connect to the same database on
Machine B, right click on the same Stored Proc, enter the same parameters
and the debugger doesn't stop, but it runs the proc al the way through.
Even if I set a break point on one of the lines from this machine it doesn't
stop. I don't get any errors, it just runs right thought the proc.
I've been through all the DCOM settings, Logins with Admin rights and not a
SYSTEM account. Checked all the debug files and have them all registered.
Anyone else expericened this? Anyone have any ideas on how to fix it?
-Steve
Comment