I can’t seem to get ScsiPortLogError() to put correct information in the
event log. I use calls like to following in my initialize and findadapter
routines:
ScsiPortLogError(devext, NULL, 0,0,0, SP_INTERNAL_ADAPTER_ERROR,
LOCAL_ERROR_CODE);
return FALSE;
Yet, my local error code doesn’t show up in the event log (anywhere).
Dan
The dump data ought to contain your error code at word 4. The first three
words ought to be 0,0,0 based on your input path target lun.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Sullivan, Daniel
Sent: Thursday, June 13, 2002 10:58 AM
To: NT Developers Interest List
Subject: [ntdev] What’s wrong with ScsiPortLogError?
I can’t seem to get ScsiPortLogError() to put correct
information in the event log. I use calls like to following
in my initialize and findadapter
routines:
ScsiPortLogError(devext, NULL, 0,0,0,
SP_INTERNAL_ADAPTER_ERROR, LOCAL_ERROR_CODE);
return FALSE;
Yet, my local error code doesn’t show up in the event log (anywhere).
Dan
You are currently subscribed to ntdev as:
xxxxx@hollistech.com To unsubscribe send a blank email to
%%email.unsub%%
That is the theory anyway. By data (LOCAL_ERROR_CODE) doesnt’ show up. I’m
only calling SPLE once in my driver so the data isn’t being overwritten.
Dan
-----Original Message-----
From: Roddy, Mark [mailto:xxxxx@stratus.com]
Sent: Friday, June 14, 2002 7:50 AM
To: NT Developers Interest List
Subject: [ntdev] RE: What’s wrong with ScsiPortLogError?
The dump data ought to contain your error code at word 4. The first three
words ought to be 0,0,0 based on your input path target lun.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Sullivan, Daniel
Sent: Thursday, June 13, 2002 10:58 AM
To: NT Developers Interest List
Subject: [ntdev] What’s wrong with ScsiPortLogError?
I can’t seem to get ScsiPortLogError() to put correct
information in the event log. I use calls like to following
in my initialize and findadapter
routines:
ScsiPortLogError(devext, NULL, 0,0,0,
SP_INTERNAL_ADAPTER_ERROR, LOCAL_ERROR_CODE);
return FALSE;
Yet, my local error code doesn’t show up in the event log (anywhere).
Dan
You are currently subscribed to ntdev as:
xxxxx@hollistech.com To unsubscribe send a blank email to
%%email.unsub%%
You are currently subscribed to ntdev as: xxxxx@emulex.com
To unsubscribe send a blank email to %%email.unsub%%