Issue with printer installation using GPP and printer separator file “pcl.sep” Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!Mapping printers using Group Policy Preferences; works on Windows XP, not on Windows 7 x64Printer Won't Print! Long and weird sagaAny link between deploying printers with group policy and sharing printer setting?Error when attempting to install network printer/driver using PrintUI commandGroup Policies not applied to single pc on domain - client side extension error 8196Windows 7 Group Policy Printer not LoadingVarious printer deployment issue with Server 2012 R2Printers already installed but would like to block spooler to prevent future print jobsNot all printers are deployed on the client using Group PolicyDriver installation not working when deploying printers via GPP
Was the pager message from Nick Fury to Captain Marvel unnecessary?
systemd and copy (/bin/cp): no such file or directory
What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?
Vertical ranges of Column Plots in 12
NIntegrate on a solution of a matrix ODE
latest version of QGIS fails to edit attribute table of GeoJSON file
Determine whether an integer is a palindrome
Putting class ranking in CV, but against dept guidelines
Should man-made satellites feature an intelligent inverted "cow catcher"?
Why is a lens darker than other ones when applying the same settings?
Centre cell contents vertically
Find general formula for the terms
Where and when has Thucydides been studied?
How to evaluate this function?
Marquee sign letters
Does the transliteration of 'Dravidian' exist in Hindu scripture? Does 'Dravida' refer to a Geographical area or an ethnic group?
By what mechanism was the 2017 UK General Election called?
How to make an animal which can only breed for a certain number of generations?
Google .dev domain strangely redirects to https
Does the main washing effect of soap come from foam?
Pointing to problems without suggesting solutions
What is the proper term for etching or digging of wall to hide conduit of cables
How do Java 8 default methods hеlp with lambdas?
Did pre-Columbian Americans know the spherical shape of the Earth?
Issue with printer installation using GPP and printer separator file “pcl.sep”
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Mapping printers using Group Policy Preferences; works on Windows XP, not on Windows 7 x64Printer Won't Print! Long and weird sagaAny link between deploying printers with group policy and sharing printer setting?Error when attempting to install network printer/driver using PrintUI commandGroup Policies not applied to single pc on domain - client side extension error 8196Windows 7 Group Policy Printer not LoadingVarious printer deployment issue with Server 2012 R2Printers already installed but would like to block spooler to prevent future print jobsNot all printers are deployed on the client using Group PolicyDriver installation not working when deploying printers via GPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
We have a Kyocera CS 5551 ci printer that is shared on a server. The shared printer is configured to use the standard pcl.sep separator file and it has always worked. About 4 or 5 months ago if not earlier (possibly before my time in this environment) the printer no longer gets installed on client computers when "group policy preferences" is applied because the separator file is considered to be invalid.
Below are the details:
Point and Print Restrictions is Disabled.
The pc.sep file is inside the following directory on the server:
C:WindowsSystem32spoolSepFilesXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
pcl.sep file contains the following, and it is on a Server 2016 system where the shared printer resides.
H1BL%-12345X@PJL ENTER LANGUAGE=PCL
H1BL&l1T
MBSNU
ULJob : I
ULDate: D
ULTime: T
E
When group policy runs, the printer should get installed on Win 7 Pro x64 clients but it doesn't.
It fails to install the printer and the following error in the Application log shows up on the client PC:
Source: Group Policy Printers
Event ID: 8192
Level: Error
User: SYSTEM
Task Category: (2)
The user 'xxx.xxx.xx.xxx' preference item in the Group Policy object did not apply because it failed with error code '0x80070707 The specified separator file is invalid.' See trace file for more details.
I enabled trace logs and the same error shows up on the client PC:
2019-04-09 16:07:58.440 [pid=0x1b8,tid=0xc08] Error creating TCP/IP printer connection [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.440 [pid=0x1b8,tid=0xc08] Properties handled. [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.445 [pid=0x1b8,tid=0xc08] Completed class <PortPrinter> - xxx.xxx.xx.xxx. [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.445 [pid=0x1b8,tid=0xc08] Error suppressed. [ hr = 0x80070707 "The specified separator file is invalid." ]
When I manually install the printer on the Win 7 client, it installs without any issue. This is while the sep file is still included with the shared printer.
If I remove the sep page file from the shared printer then group policy is able to install the printer on the client.
I am not sure why it is considering the file to be invalid. Replacing the file has made no difference.
I know a few years ago security update KB3170455 was causing issues with printers and group policy, but this is not the issue in our environment.
group-policy printer
New contributor
Techno2019 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
We have a Kyocera CS 5551 ci printer that is shared on a server. The shared printer is configured to use the standard pcl.sep separator file and it has always worked. About 4 or 5 months ago if not earlier (possibly before my time in this environment) the printer no longer gets installed on client computers when "group policy preferences" is applied because the separator file is considered to be invalid.
Below are the details:
Point and Print Restrictions is Disabled.
The pc.sep file is inside the following directory on the server:
C:WindowsSystem32spoolSepFilesXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
pcl.sep file contains the following, and it is on a Server 2016 system where the shared printer resides.
H1BL%-12345X@PJL ENTER LANGUAGE=PCL
H1BL&l1T
MBSNU
ULJob : I
ULDate: D
ULTime: T
E
When group policy runs, the printer should get installed on Win 7 Pro x64 clients but it doesn't.
It fails to install the printer and the following error in the Application log shows up on the client PC:
Source: Group Policy Printers
Event ID: 8192
Level: Error
User: SYSTEM
Task Category: (2)
The user 'xxx.xxx.xx.xxx' preference item in the Group Policy object did not apply because it failed with error code '0x80070707 The specified separator file is invalid.' See trace file for more details.
I enabled trace logs and the same error shows up on the client PC:
2019-04-09 16:07:58.440 [pid=0x1b8,tid=0xc08] Error creating TCP/IP printer connection [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.440 [pid=0x1b8,tid=0xc08] Properties handled. [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.445 [pid=0x1b8,tid=0xc08] Completed class <PortPrinter> - xxx.xxx.xx.xxx. [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.445 [pid=0x1b8,tid=0xc08] Error suppressed. [ hr = 0x80070707 "The specified separator file is invalid." ]
When I manually install the printer on the Win 7 client, it installs without any issue. This is while the sep file is still included with the shared printer.
If I remove the sep page file from the shared printer then group policy is able to install the printer on the client.
I am not sure why it is considering the file to be invalid. Replacing the file has made no difference.
I know a few years ago security update KB3170455 was causing issues with printers and group policy, but this is not the issue in our environment.
group-policy printer
New contributor
Techno2019 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
We have a Kyocera CS 5551 ci printer that is shared on a server. The shared printer is configured to use the standard pcl.sep separator file and it has always worked. About 4 or 5 months ago if not earlier (possibly before my time in this environment) the printer no longer gets installed on client computers when "group policy preferences" is applied because the separator file is considered to be invalid.
Below are the details:
Point and Print Restrictions is Disabled.
The pc.sep file is inside the following directory on the server:
C:WindowsSystem32spoolSepFilesXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
pcl.sep file contains the following, and it is on a Server 2016 system where the shared printer resides.
H1BL%-12345X@PJL ENTER LANGUAGE=PCL
H1BL&l1T
MBSNU
ULJob : I
ULDate: D
ULTime: T
E
When group policy runs, the printer should get installed on Win 7 Pro x64 clients but it doesn't.
It fails to install the printer and the following error in the Application log shows up on the client PC:
Source: Group Policy Printers
Event ID: 8192
Level: Error
User: SYSTEM
Task Category: (2)
The user 'xxx.xxx.xx.xxx' preference item in the Group Policy object did not apply because it failed with error code '0x80070707 The specified separator file is invalid.' See trace file for more details.
I enabled trace logs and the same error shows up on the client PC:
2019-04-09 16:07:58.440 [pid=0x1b8,tid=0xc08] Error creating TCP/IP printer connection [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.440 [pid=0x1b8,tid=0xc08] Properties handled. [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.445 [pid=0x1b8,tid=0xc08] Completed class <PortPrinter> - xxx.xxx.xx.xxx. [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.445 [pid=0x1b8,tid=0xc08] Error suppressed. [ hr = 0x80070707 "The specified separator file is invalid." ]
When I manually install the printer on the Win 7 client, it installs without any issue. This is while the sep file is still included with the shared printer.
If I remove the sep page file from the shared printer then group policy is able to install the printer on the client.
I am not sure why it is considering the file to be invalid. Replacing the file has made no difference.
I know a few years ago security update KB3170455 was causing issues with printers and group policy, but this is not the issue in our environment.
group-policy printer
New contributor
Techno2019 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
We have a Kyocera CS 5551 ci printer that is shared on a server. The shared printer is configured to use the standard pcl.sep separator file and it has always worked. About 4 or 5 months ago if not earlier (possibly before my time in this environment) the printer no longer gets installed on client computers when "group policy preferences" is applied because the separator file is considered to be invalid.
Below are the details:
Point and Print Restrictions is Disabled.
The pc.sep file is inside the following directory on the server:
C:WindowsSystem32spoolSepFilesXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
pcl.sep file contains the following, and it is on a Server 2016 system where the shared printer resides.
H1BL%-12345X@PJL ENTER LANGUAGE=PCL
H1BL&l1T
MBSNU
ULJob : I
ULDate: D
ULTime: T
E
When group policy runs, the printer should get installed on Win 7 Pro x64 clients but it doesn't.
It fails to install the printer and the following error in the Application log shows up on the client PC:
Source: Group Policy Printers
Event ID: 8192
Level: Error
User: SYSTEM
Task Category: (2)
The user 'xxx.xxx.xx.xxx' preference item in the Group Policy object did not apply because it failed with error code '0x80070707 The specified separator file is invalid.' See trace file for more details.
I enabled trace logs and the same error shows up on the client PC:
2019-04-09 16:07:58.440 [pid=0x1b8,tid=0xc08] Error creating TCP/IP printer connection [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.440 [pid=0x1b8,tid=0xc08] Properties handled. [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.445 [pid=0x1b8,tid=0xc08] Completed class <PortPrinter> - xxx.xxx.xx.xxx. [ hr = 0x80070707 "The specified separator file is invalid." ]
2019-04-09 16:07:58.445 [pid=0x1b8,tid=0xc08] Error suppressed. [ hr = 0x80070707 "The specified separator file is invalid." ]
When I manually install the printer on the Win 7 client, it installs without any issue. This is while the sep file is still included with the shared printer.
If I remove the sep page file from the shared printer then group policy is able to install the printer on the client.
I am not sure why it is considering the file to be invalid. Replacing the file has made no difference.
I know a few years ago security update KB3170455 was causing issues with printers and group policy, but this is not the issue in our environment.
group-policy printer
group-policy printer
New contributor
Techno2019 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Techno2019 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Apr 15 at 22:36
mature
1489
1489
New contributor
Techno2019 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Apr 15 at 18:13
Techno2019Techno2019
111
111
New contributor
Techno2019 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Techno2019 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Techno2019 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Techno2019 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963168%2fissue-with-printer-installation-using-gpp-and-printer-separator-file-pcl-sep%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Techno2019 is a new contributor. Be nice, and check out our Code of Conduct.
Techno2019 is a new contributor. Be nice, and check out our Code of Conduct.
Techno2019 is a new contributor. Be nice, and check out our Code of Conduct.
Techno2019 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963168%2fissue-with-printer-installation-using-gpp-and-printer-separator-file-pcl-sep%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown