Quantcast
Channel: Print/Fax forum
Viewing all 3156 articles
Browse latest View live

Printer settings change depending on wether I execute my app from Visual Studio or from IIS

$
0
0

Hello,

I have an application developed with Visual Studio 2015 that exposes web services and one of them takes care of print a label with a barcode through a Zebra printer.

This printer is connected in the local net and in my Windows 10 is installed properly. And I configured the size of the paper to be 10x10cm.

If I debug my code through VS2015 and I call my web service, the label is printed with the size I configured.

Now, the problem comes when I publish my application to IIS and I try to call the web service. The label is printed but with smaller size (I think this size comes by default in the printer). After some time researching, my deduction is that printer settings are stored linked to my windows user, but IIS is using another printer settings and I don't know why.

Can anyone help me please?

Thanks,

Joan


"Print-2-Image" resolution issues

$
0
0

I have a client who uses microsoft's "Print-2-Image" printer driver. The driver resets it resolution to 200x200 each time the driver is invoked. The client has attempted to set the default resolution to 600x600 but it resets each time the driver is invoked. I tried, as a regional administrator, to set the driver to 600x600, but it doesn't carry over to the user account. Yes it was originally installed by an administrator.

Any suggestions on how to default the driver resolution to 600x600 and have it stick across all users on that shared system?

Thanks, Chris

printbrm.exe not backing up/restoring device settings

$
0
0

Hi,

i m using printbrm.exe to take backup but once i restore it will not restore the device setting where i a configuring the tray settings, others setting are fine like ip address name etc, please suggest 

Backup Command

Printbrm.exe -B -S \\Servername -F path

Restore Command

Printbrm.exe -R -O Force -S \\Servername -F path

Original Setting

after restore


Printing Powerpoint 2016 page bluescreens Windows 10 computer

$
0
0

This is crazy.  Printing this page in Powerpoint 2016  bluescreens a Windows 10 1809 computer.  The bsod error is "stop code: system service exception, what failed:  win32kfull.sys".  Here's how it looks:





print server on Windows 2016 - slow printer mapping when printer is offline

$
0
0

Hello,

first let me say that my english is not very will, but I will do my best.

I need to migrate our old 2008 R2 print server (around 130 printer) to a new 2016 server. Migrating printer / drivers was not a big deal. The wizzard was able to install all drivers and printers. Mapping and printing over the new server worked as expected.

After some testing I realized that mapping a printer tooks some time (somthing around one minute) when the printer isoffline. If I turned the printer on again it just tooks some seconds to map them. The problem occours with hp upd 6.6 and 5.7.

The problem only occours if print server is windows server 2016 and clients are windows 2016 or windows 10.

The printer driver are preinstalled on the clients.

server 2016 -> windows 10 = slow

server 2016 -> server 2016 = slow

server 2008 R2 -> server 2016 = fast

server 2008 R2 -> windows 7 = fast

server 2008 R2 -> server 2008 R2 = fast

Someone got an idea?

Thanks a lot.

Krinto

Windows Server 2016 Server Core issues

$
0
0
New Windows Server 2016 Server Core with Print Services role installed. Printers created and published to the Directory, however when a client Windows 10 or Server 2016 RDS installs printer the printer does not show as available in Devices and Printers. The printer is however installed and is available from within an application. There are no errors in the event logs as the printer(s) install successfully on the client they are just not visible.  I found a workaround that uses a GPO to turn off the option to retrieve enhanced icons from the internet, this works however it is not optimal.  

Stephen Reinhard

Why are my printers shared as \\fully.qualified.domain.name\printer-name?

$
0
0

Hi,

I've got a new Server 2008 Standard server that I setup with printer shares that are listed in Active Directory. This server was setup to replace an old Server 2003 print server.

The only minor (but extremely annoying to the client, apparently) issue is that now, when users list printers in AD and install one, it maps to their machine as \\fully.qualified.domain.name\printer-name, instead of just \\servername\printer-name like it used to.  This is making their printer drop-down menus hard to read in certain apps and the users are frustrated.

I've checked my DNS setup and also looked at the shares themselves and see nothing about specifying how the printers are shared one way or another.  Any ideas?

Brian

Using "Short Names" (printer-name on Server) instead of printer-name on fully.qualified.domain.name

$
0
0

We're using a legacy app on our Win2012 R2 and Win10 environment that cannot use printers with long names. When published Active Directory printers are added in Win10 it displays printers as "printer-name on fully.qualified.domain.name" instead of "printer-name on Server" which we prefer. (Ironically... when printers are pushed out via Group Policy the short names are used. Weird.)

I found an old Technet post that explained how changing the following registry key could enforce short name usage but it's not working... probably because Windows 10 doesn't support it?

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print

DWORD Value

ConnectPrintersWithShortNames

Value data 1.

Is there any way to acheive short printer names?

Thank you.


Fax server can't receive all faxes.

$
0
0

Hello,

On Windows Server 2016, I launched a fax server. My server have two Fax modems and two phone number. Each modem connected to a separate line.

Sometimes, server can't receive the faxes properly. For example, I send 10 faxes, but the server just receive 8 of them.

Any idea to solve it?

Thank you.

Windows 10: Strange additional network printers listed in the Add Printers windows

$
0
0

If we try to add a shared network printer on Windows 10 LTSB 2016 clients using the classic control panel, the list shows many strange unwanted additional printer entries. For example their names containing the manufacturer, printer model and the share name separated by colons. In older windows versions the list only shows the share names of the published printers. Whats going on there in Windows 10 and how can we avoid this?

Windows 10: The printers in the first row are the correct share names of the printers, the other entries are unwanted duplicates of the shared printers listed with another name. By the way, it's sad that the addresses of the printers aren't listed there anymore in Windows 10.

In Windows Server 2012 R2 and also Windows 8.1 and 7 the list contains only the expected shared printers with their share name and no unwanted duplicates:

WMI / Print server - Query for shared printer and port faster ?

$
0
0

Hi everyone.

I work on a RESTful service in WCF (C#) to manage Print Queues remotely on multiple print servers (Windows Server 2012 R2 / 2016). I use WMI classes (Win32_Printer, Win32_PrinterConfiguration, Win32_TCPIPPrinterPort...etc) and System.Management/System.Printing namespaces to achieve that. All works flawlessly, I can create my shared/published print queues in AD, with corresponding port and driver as well, througha website dedicated for that.

But, some of these servers host thousands of printer queues, 7000+ for the biggest.

The code I'm using right now is :

public List<Queue> GetQueuesByServer(SearchModel model)
{
    var queues = new List<Queue>();
    var query = new ObjectQuery($"SELECT * FROM Win32_Printer WHERE {model.Attribute} like '%{model.Value}%'");

    using (var searcher = new ManagementObjectSearcher(managementScope, query))
    {
        var queuesCollection = searcher.Get();

        foreach (ManagementObject m in queuesCollection)
        {
            var queue = new Queue();
          
            if (m["Location"] != null)
            {
                queue.comment = m["Comment"]?.ToString();
                queue.driverName = m["DriverName"]?.ToString();
                queue.isDirect = (bool)m["Direct"];
                queue.isPublished = (bool)m["Published"];
                queue.isQueued = (bool)m["Queued"];
                queue.isShared = (bool)m["Shared"];
                queue.keepPrintedJobs = (bool)m["keepPrintedJobs"];
                queue.isRawOnlyEnabled = (bool)m["RawOnly"];
                queue.isBidiEnabled = (bool)m["EnableBIDI"];
                queue.scheduleCompletedJobsFirst = (bool)m["DoCompleteFirst"];
                queue.name = m["Name"]?.ToString();
                queue.isBODPEnabled = GetBODPState(queue.name);
                queue.portName = m["PortName"]?.ToString();
                queue.portType = m["PrintJobDataType"]?.ToString();
                queue.printProcessor = m["PrintProcessor"]?.ToString();
                queue.location = m["Location"]?.ToString();
                queue.shareName = m["ShareName"]?.ToString();
                queue.server = model.Server;

                queues.Add(queue);
            }
        }

        return queues;
    }
}

Same logic to get printer ports. 

This operation can take more than 900 seconds with the biggest centralized print server. With a "normal" printserver (~10/20 queues), it's instant. I tested with both my REST client and our dedicated website.

URL: https://print.api/QueueService.svc/GetQueuesByServer

{"Server":"SRV01","Attribute":"Location","Value":"/FRANCE/PARIS/SITE_XX/BUILDING_XX..."
}

In this example, I want to retrieve all print queues only for a specific site in Paris. We never want to get all print queues hosted on a specific centralized print server, the location attribute is used as filter, based on site / building / floor.

I am hopping someone has a faster way to do that. Is there an obvious optimization ? 

Best regards.



Printing to Network Printer

$
0
0
For print jobs sent to a network printer residing on a domain running Active Directory, is event ID 307 logged on the print server?

Print Spooler causes applications to hang and server to be unresponsive

$
0
0

Hi,

First time posting here, but I thought hey maybe someone can help with solving this issue.

A bit about the environment, users connect to a RDS farm via thin clients from which they work. their workflow is a mixture of SAP and office products.

The issue we are facing is that we get reports from users is that they experience that applications such as Excel, SAP, IE and so on that hangs or work very slow. after troubleshooting a few of these users we found out that the way to fix it was to restart the print spooler service on the server they were on. we also saw that when this happens in the process there tend to be a lot of printerisolationhost.exe

users get printers mapped through a GPO from a Print server.

all servers are Windows server 2012 R2

Cheers! 





Client Printer Setup

$
0
0

Hi All,

I have just upgrade one of our Print Servers due to Server Sunset. All went ok on the server side and I took advice on this Tech Forum to migrate the printers using the Wizard tool. All good and set-up without any issues.

The question I have is does anyone know how best to do the client side. We are having to link the clients to printers manually. Is there a tool that can be used to complete this task or will we have to do it manually for all the users?

Regards.

No rights and printers not share

$
0
0

We have Server 2012 setup as a print server with over 140 printers on it, it has been working fine for awhile now.  There was a job stuck in the print queue that we tried to delete but it wouldn't go away.  I restarted the print spooler and it did clear the job out, but now when you connect to the server via UNC you only see 18 printers instead of over 140.

I tried to unshared the printer and then re-share it but I get a Printer Properties popup box that says, Printer settings could not be saved.  Access is denied.  I thought this might be a rights issue, but I logged on as a domain admin and verified that I do have rights under the Security tab.  Now that I have unshared this printer I can't get it to re-share.

I looked under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares and it lists the 18 printers that I can see when I UNC to the server, but not all the rest.

If you look in event viewer under Print service you see this:

The print spooler failed to share printer MC-ICE-HP-CLJ4525 with shared resource name MC-ICE-HP-CLJ4525. Error 5. The printer cannot be used by others on the network.

-System
-Provider
[
Name]
Microsoft-Windows-PrintService
[
Guid]
{747EF6FD-E535-4D16-B510-42C90F6873A1}
EventID315
Version0
Level2
Task30
Opcode12
Keywords0x8000000000000820
-TimeCreated
[
SystemTime]
2014-01-29T15:09:03.127862600Z
EventRecordID2562
Correlation
-Execution
[
ProcessID]
3156
[
ThreadID]
2168
ChannelMicrosoft-Windows-PrintService/Admin
ComputerTSC104.tsc.k12.in.us
-Security
[
UserID]
S-1-5-18
-UserData

-ShareFailed
Param15
Param2MC-ICE-HP-CLJ4525
Param3

MC-ICE-HP-CLJ4525


Printer Driver Cache taking up 10GB on a Citrix session server

$
0
0
Hey,

I have a windows 2008 r2 standard server that is running as a citrix session server and C:\Windows\System32\config\systemprofile\TOSHIBA\eSTUDIOX\UNIDRV\Cache\* is taking up 10GB on the 100GB drive. From what I have been able to figure out so far is that this is for the Toshiba printer driver.

It seems crazy to me that it would take up this much space. There are folders within the Cache that are from 3 months back. Are these safe to delete? Is there a reason why it is taking up so much space and not clearing up?

Any help would be appreciated,

-Cassese Polzin

FaxServer Routing through E-mail that uses SSL authentication

$
0
0

Fax Server used to work well, then our E-mail was upgraded to use SSL authentication.

Now the FaxServer will not route faxes via E-mail,   When I try to setup the E-mail I can see port but nothing about encryption and my routing through E-mail fails.How can I set this up correctly?

Is there an update to add this feature?

Thank You,


nambi

Cannot add printers

$
0
0

I have all our network printers setup on a Print Server. My users RDP into 2 different Terminal Servers. Until today, I have had no issues printing. I can manually add any of my network printers to my other servers with no issues but on my 2 Terminal Servers, I get errors.

Branch Office Direct Printing - Sizing

$
0
0

Hello,
I would have a question to the sizing of the Print Server for Branch Office Direct Printing (BODP). I am about to deploy one Print Server with cca 1400 print queues which will be shared with cca 20 000 users (all Windows 10). All print queues will be configured to use BODP.

I understand technical background of the BODP and it is obvious that it removes the load from the Print Server (no job parsing, no job data will flow through the server). 

My concern is about initial distribution of the queues and printer port sync connections when the queues are distributed. At the beginning there will be a login script which will automatically add specific print queue to all users (secure print through print management solution). Users will also have possibility to add queues for specific devices using self service app. 

The plan is to use 4-core 16 GB RAM server with Windows Server 2016 for the Print Server. Since the adding of the queues is mainly up to he users I cannot really do the roll-out in batches and measure performance of the servers

The question is if it will be enough to handle queues with BODP for all those users. Do you have any experience with such setup? Any recommendations? 

Thank you in advance.

Issues with print server migration

$
0
0

Hi,

I'm trying to migrate around 400 print queues with around 85 print drivers to a new server. The source server is Windows Server 2012 R2, i've tried migrating it both to Windows Server 2016 and 2012 R2 using PrintBRM, but I'm having the same issues on both platforms. It manages to migrate all the drivers and ports, but the queues fails. With PrintBRMGUI i get the following event 

"Printbrm.exe (the Printer Migration Wizard or the command-line tool) failed to restore print queue PRINTERNAME. The restore process will continue, skipping this queue. Error: 0x8007007A."

If i run PrintBRM via CMD, these are the errors that shows up in the command prompt

"PRINTERNAME      Error: 0x8007007a

The data area passed to a system call is too small."

"PRINTERNAME   Error: 0x800703eb
Cannot complete this function."

None of the errors really give me anything to look into, I've tried searching for in online but haven't had any luck. Has anybody else dealt with this?


Viewing all 3156 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>