3034 Print Error

  • Thread starter Thread starter mab042
  • Start date Start date
M

mab042

A client server application is trying to print on a printer that is set up
as network printer on the server. Problem is it only seems to work once or
twice before the server needs rebooting to get it to work again.

When it doesn't work an Event Id of 3034 caused by C000005E is logged on the
server.

Does anybody know the reason for this and any resolution?

Thanks for any assistance.

mab042
 
--------------------
From: "mab042" <[email protected]>
Subject: 3034 Print Error
Date: Mon, 17 May 2004 12:56:39 +0100

A client server application is trying to print on a printer that is set up
as network printer on the server. Problem is it only seems to work once or
twice before the server needs rebooting to get it to work again.

When it doesn't work an Event Id of 3034 caused by C000005E is logged on the
server.

Does anybody know the reason for this and any resolution?

Thanks for any assistance.

mab042
---------------------

Can you please cut+paste the entire event log (including the data, in
"words" view)


--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Event Type: Warning
Event Source: MRxSmb
Event Category: None
Event ID: 3034
Date: 17/05/2004
Time: 12:17:43
User: N/A
Computer: QC14196
Description:
The redirector was unable to initialize security context or query context
attributes.
Data:
0000: 00080000 00560002 00000000 80000bda
0010: 00000000 c000005e 00000000 00000000
0020: 00000000 00000000 0000047d c000005e
 
--------------------
Subject: Re: 3034 Print Error
Date: Mon, 17 May 2004 16:47:18 +0100

Event Type: Warning
Event Source: MRxSmb
Event Category: None
Event ID: 3034
Date: 17/05/2004
Time: 12:17:43
User: N/A
Computer: QC14196
Description:
The redirector was unable to initialize security context or query context
attributes.
Data:
0000: 00080000 00560002 00000000 80000bda
0010: 00000000 c000005e 00000000 00000000
0020: 00000000 00000000 0000047d c000005e
---------------------

This is what your error code maps to:
C:\>err c000005e
# for hex 0xc000005e / decimal -1073741730 :
STATUS_NO_LOGON_SERVERS ntstatus.h
# There are currently no logon servers available to service
# the logon request.
# 1 matches found for "c000005e"

Looks like you have some networking issues here.

--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
This is what your error code maps to:
C:\>err c000005e
# for hex 0xc000005e / decimal -1073741730 :
STATUS_NO_LOGON_SERVERS ntstatus.h
# There are currently no logon servers available to service
# the logon request.
# 1 matches found for "c000005e"

Looks like you have some networking issues here.

I had sort of suspected that but can you (or anyone else) throw any more
light on it. What should we check and / or adjust. I don't really know
where to start. The awkward bit is the intermittent nature of the problem
and that it seems to go away for a while after a reboot of the server. (NB
It is a member serer rather than a DC if that makes any difference).

Thanks
mab042
 
--------------------
From: "mab042" <[email protected]>
Newsgroups: microsoft.public.win2000.general
Subject: Re: 3034 Print Error
Date: Tue, 18 May 2004 23:06:54 +0100

I had sort of suspected that but can you (or anyone else) throw any more
light on it. What should we check and / or adjust. I don't really know
where to start. The awkward bit is the intermittent nature of the problem
and that it seems to go away for a while after a reboot of the server. (NB
It is a member serer rather than a DC if that makes any difference).

Thanks
mab042
--------------------

The best way to troubleshoot this would be to get a network sniffer to find
out what is actually going on on the wire during the issue. You might also
want to download/run NetDiag and DCDiag to investigate any connectivity
issues to the DC.

--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top