Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Computers are like air conditioners. Both stop working, if you open windows. -- Adam Heath


devel / comp.lang.clipper.visual-objects / printer list too long returned by GetPrinters() in rp2dsn32.dll

SubjectAuthor
* printer list too long returned by GetPrinters() in rp2dsn32.dllj...@igsoft.be
`* Re: printer list too long returned by GetPrinters() in rp2dsn32.dlldlzc
 `* Re: printer list too long returned by GetPrinters() in rp2dsn32.dllj...@igsoft.be
  `* Re: printer list too long returned by GetPrinters() in rp2dsn32.dlldlzc
   `- Re: printer list too long returned by GetPrinters() in rp2dsn32.dllj...@igsoft.be

1
printer list too long returned by GetPrinters() in rp2dsn32.dll

<e28ddf71-a54f-4726-89ca-02ef4c8f4942n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1014&group=comp.lang.clipper.visual-objects#1014

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a37:bd05:: with SMTP id n5mr15198518qkf.293.1642442119744;
Mon, 17 Jan 2022 09:55:19 -0800 (PST)
X-Received: by 2002:ac8:5715:: with SMTP id 21mr17645514qtw.241.1642442119224;
Mon, 17 Jan 2022 09:55:19 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Mon, 17 Jan 2022 09:55:19 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=81.240.181.141; posting-account=JsAULgoAAABqHARBDjjSISV6PoSTSdrb
NNTP-Posting-Host: 81.240.181.141
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e28ddf71-a54f-4726-89ca-02ef4c8f4942n@googlegroups.com>
Subject: printer list too long returned by GetPrinters() in rp2dsn32.dll
From: jls@igsoft.be (j...@igsoft.be)
Injection-Date: Mon, 17 Jan 2022 17:55:19 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 10
 by: j...@igsoft.be - Mon, 17 Jan 2022 17:55 UTC

Hello friends,

On a shared terminal server the GetPrinters() method of reportpro (from ptrdevice{}) return a list of 817 printers. Tried on differents server of the pool.
In this list are are obsolete printer (with an old redirect from)

The problem is that my app don't find de good printer. I guess it is out of the list.

Any idea to solve this problem ?

Thank you
Jean-Luc

Re: printer list too long returned by GetPrinters() in rp2dsn32.dll

<31c36bab-c3f5-4614-ba31-78a85ba3c28bn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1015&group=comp.lang.clipper.visual-objects#1015

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a05:622a:1a28:: with SMTP id f40mr16266805qtb.635.1642446701790;
Mon, 17 Jan 2022 11:11:41 -0800 (PST)
X-Received: by 2002:ac8:1241:: with SMTP id g1mr18401675qtj.325.1642446701601;
Mon, 17 Jan 2022 11:11:41 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Mon, 17 Jan 2022 11:11:41 -0800 (PST)
In-Reply-To: <e28ddf71-a54f-4726-89ca-02ef4c8f4942n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=68.107.209.13; posting-account=7bF0GwoAAABMFHX6V4fON4-1F6LFJ834
NNTP-Posting-Host: 68.107.209.13
References: <e28ddf71-a54f-4726-89ca-02ef4c8f4942n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <31c36bab-c3f5-4614-ba31-78a85ba3c28bn@googlegroups.com>
Subject: Re: printer list too long returned by GetPrinters() in rp2dsn32.dll
From: dlzc1@cox.net (dlzc)
Injection-Date: Mon, 17 Jan 2022 19:11:41 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 20
 by: dlzc - Mon, 17 Jan 2022 19:11 UTC

On Monday, January 17, 2022 at 10:55:20 AM UTC-7, Jean-Luc wrote:
> Hello friends,
>
> On a shared terminal server the GetPrinters() method of reportpro
> (from ptrdevice{}) return a list of 817 printers.

What does it look like on their machine, when you look at installed printers? Do they have a default printer set?

> Tried on differents server of the pool.
> In this list are are obsolete printer (with an old redirect from)
>
> The problem is that my app don't find de good printer. I guess it
> is out of the list.
>
> Any idea to solve this problem ?

Have a network admin set up user accounts to NOT by default share their printer to everyone on the network. And I have to delete auto-installed printer in Windoze all the time. At some point, they stop installing at whim. So far. Today...

Might have the user find their printer, and set it for your program, rather than forcing them through a list of possible printers every time. Can you present them with a search, the model number say, and only show matches?

David A. Smith

Re: printer list too long returned by GetPrinters() in rp2dsn32.dll

<6ee685fa-b95f-457a-9083-5555725a6780n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1016&group=comp.lang.clipper.visual-objects#1016

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a05:620a:410:: with SMTP id 16mr12648077qkp.179.1642448222846;
Mon, 17 Jan 2022 11:37:02 -0800 (PST)
X-Received: by 2002:a05:6214:2386:: with SMTP id fw6mr20300130qvb.79.1642448222330;
Mon, 17 Jan 2022 11:37:02 -0800 (PST)
Path: i2pn2.org!rocksolid2!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Mon, 17 Jan 2022 11:37:02 -0800 (PST)
In-Reply-To: <31c36bab-c3f5-4614-ba31-78a85ba3c28bn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=81.240.181.141; posting-account=JsAULgoAAABqHARBDjjSISV6PoSTSdrb
NNTP-Posting-Host: 81.240.181.141
References: <e28ddf71-a54f-4726-89ca-02ef4c8f4942n@googlegroups.com> <31c36bab-c3f5-4614-ba31-78a85ba3c28bn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <6ee685fa-b95f-457a-9083-5555725a6780n@googlegroups.com>
Subject: Re: printer list too long returned by GetPrinters() in rp2dsn32.dll
From: jls@igsoft.be (j...@igsoft.be)
Injection-Date: Mon, 17 Jan 2022 19:37:02 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 1757
 by: j...@igsoft.be - Mon, 17 Jan 2022 19:37 UTC

Hi David
I use the SetPrinterByName() to select printer from a saved one.
If I look in rp2dsn32, I found that

METHOD SetPrinterByName(cPrinter,cPort) CLASS PtrDevice

// This method selects the printer by the port. Returns true if able to select printer.
// cPrinter - Name of printer to select
// cPort - Optional parameter to allow the selection of a printer and a port.

LOCAL lResult AS LOGIC
LOCAL aPrinters[0] AS ARRAY
LOCAL nEle AS DWORD

lResult :=FALSE
aPrinters :=SELF:GetPrinters() // get available printers

cPrinter :=upper(alltrim(cPrinter)) // find printer by port

IF cPort==NIL
nEle :=ascan(aPrinters,{|x| upper(x[1])==cPrinter})
ELSE // find printer by port and device name
cPort :=upper(alltrim(cPort))
nEle :=ascan(aPrinters,{|x| upper(x[1])==cPrinter .AND. upper(x[3])==cPort})
ENDIF

IF nEle>0 // if we found a printer..
lResult:=SELF:SetPrinterTo(aPrinters[nEle,1],aPrinters[nEle,2],aPrinters[nEle,3])
ENDIF
RETURN lResult

And, the method GetPrinters()

METHOD GetPrinters() CLASS PtrDevice

// This method retrieves the installed printer drivers from the win.ini file. The printers are returned
// in a two dimensional array structured as follows:
// aPrinters[x,1] == Printer Name ("HP LaserJet II")
// aPrinters[x,2] == Device Driver ("EPSON9")
// aPrinters[x,3] == Port ("LPT1:")
// If this function fails, an empty array is returned

LOCAL ptrDevices,ptrPrinter,ptrDevice AS PTR
LOCAL cTokenSep,cLine AS STRING
LOCAL pszDevices AS PSZ
LOCAL nDevSize,nPtrSize AS DWORD
LOCAL aPrinters[0] AS ARRAY

IF (ptrDevices:=MemAlloc(32*1024))==NULL_PTR // allocate buffer for the device names
RETURN aPrinters
ENDIF

IF (ptrPrinter:=MemAlloc(1024))==NULL_PTR // allocate buffer for the printer info
memfree(ptrDevices)
RETURN aPrinters
ENDIF

cTokenSep :=","
pszDevices := StringAlloc("devices")
// get the available devices
nDevSize := GetProfileString(pszDevices,null_psz,null_psz,psz(_cast,ptrDevices),64*1024)
ptrDevice := ptrDevices
DO WHILE DWORD(_CAST,ptrDevice)<DWORD(_CAST,ptrDevices)+DWORD(nDevSize)
// get information on each device
nPtrSize :=GetProfileString(pszDevices,PSZ(_CAST,PtrDevice),NULL_PSZ,PSZ(_CAST,ptrPrinter),1024)
cLine :=mem2string(ptrPrinter,WORD(nPtrSize)) // xlate to string for tokenizer
// parse out the printer information
aadd(aPrinters,{alltrim(psz2string(PSZ(_CAST,ptrDevice))),alltrim(Token(@cLine,@cTokenSep,1)),alltrim(Token(@cLine,@cTokenSep,2))})
// increment pointer to next device
ptrDevice:=PTR(_CAST,DWORD(_CAST,ptrDevice)+DWORD(len(psz2string(PSZ(_CAST,ptrDevice))))+1)
ENDDO

MemFree(ptrDevices) // free the memory
MemFree(ptrPrinter)
MemFree(pszDevices)
RETURN aPrinters

It returns a long printerlist, like this
18:48:42:734 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer / winspool / Ne00:
18:48:42:750 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF / winspool / Ne00:
18:48:42:750 > RPREPORTNEW:FINDPRINTER (78) LogisticsPdf61 / winspool / nul:
18:48:42:765 > RPREPORTNEW:FINDPRINTER (78) LogisticsPdf60 / winspool / nul:
18:48:42:765 > RPREPORTNEW:FINDPRINTER (78) Envoyer à OneNote 16 / winspool / nul:
18:48:42:781 > RPREPORTNEW:FINDPRINTER (78) CloudPrinter / winspool / Ne01:
18:48:42:796 > RPREPORTNEW:FINDPRINTER (78) HP LaserJet M607 Accounting on server-vad (redirected 883) / winspool / TS341
18:48:42:796 > RPREPORTNEW:FINDPRINTER (78) HP OpenSpace on server-vad (redirected 883) / winspool / TS343
18:48:42:812 > RPREPORTNEW:FINDPRINTER (78) HP PageWide Pro 477dw MFP [F27E9E] (2) (redirected 883) / winspool / TS342
18:48:42:812 > RPREPORTNEW:FINDPRINTER (78) NPIF1BC98 (HP LaserJet M607) (redirected 883) / winspool / TS346
18:48:42:828 > RPREPORTNEW:FINDPRINTER (78) HP LaserJet Pro M118dw (26D57D) (redirected 883) / winspool / TS345
18:48:42:828 > RPREPORTNEW:FINDPRINTER (78) OneNote (redirected 883) / winspool / TS349
18:48:42:843 > RPREPORTNEW:FINDPRINTER (78) Fax - HP PageWide Pro 477dw MFP (redirected 883) / winspool / TS350
18:48:42:843 > RPREPORTNEW:FINDPRINTER (78) Snagit 2020 (redirected 883) / winspool / TS351
18:48:42:859 > RPREPORTNEW:FINDPRINTER (78) HP OpenSpace on server-vad (redirected 104) / winspool / TS219
18:48:42:859 > RPREPORTNEW:FINDPRINTER (78) HP LaserJet Pro M118dw (26D57D) (redirected 104) / winspool / TS221
18:48:42:875 > RPREPORTNEW:FINDPRINTER (78) HP LaserJet M607 Accounting on server-vad (redirected 104) / winspool / TS222
18:48:42:890 > RPREPORTNEW:FINDPRINTER (78) HP PageWide Pro 477dw MFP [F27E9E] (2) (redirected 104) / winspool / TS223
18:48:42:890 > RPREPORTNEW:FINDPRINTER (78) NPIF1BC98 (HP LaserJet M607) (redirected 104) / winspool / TS260
18:48:42:906 > RPREPORTNEW:FINDPRINTER (78) Snagit 2020 (redirected 104) / winspool / TS342
18:48:42:906 > RPREPORTNEW:FINDPRINTER (78) Fax - HP PageWide Pro 477dw MFP (redirected 104) / winspool / TS345
18:48:42:921 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 215) / winspool / TS094
18:48:42:921 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 215) / winspool / TS095
18:48:42:937 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 215) / winspool / TS136
18:48:42:937 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 215) / winspool / TS132
18:48:42:953 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 338) / winspool / TS195
18:48:42:953 > RPREPORTNEW:FINDPRINTER (78) EPSON ET-3750 Series (Copie 1) (redirected 338) / winspool / TS198
18:48:42:968 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 338) / winspool / TS199
18:48:42:968 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 338) / winspool / TS203
18:48:42:984 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 270) / winspool / TS328
18:48:42:984 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 270) / winspool / TS324
18:48:42:0 > RPREPORTNEW:FINDPRINTER (78) EPSON ET-3750 Series (Copie 1) (redirected 270) / winspool / TS327
18:48:42:0 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 270) / winspool / TS332
18:48:42:15 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 293) / winspool / TS071
18:48:42:31 > RPREPORTNEW:FINDPRINTER (78) EPSON ET-3750 Series (Copie 1) (redirected 293) / winspool / TS070
18:48:42:31 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 293) / winspool / TS075
18:48:42:46 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9330CDW Printer (Copie 1) (redirected 306) / winspool / TS027
18:48:42:46 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 306) / winspool / TS024
18:48:42:62 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 325) / winspool / TS006
18:48:42:62 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 325) / winspool / TS016
18:48:42:78 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 885) / winspool / TS193
18:48:42:93 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 885) / winspool / TS134
18:48:43:109 > RPREPORTNEW:FINDPRINTER (78) EPSON ET-3750 Series (Copie 1) (redirected 885) / winspool / TS133
18:48:43:109 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 885) / winspool / TS196
18:48:43:125 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer (redirected 910) / winspool / TS020
18:48:43:125 > RPREPORTNEW:FINDPRINTER (78) Bullzip PDF Printer (redirected 910) / winspool / TS022
18:48:43:140 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5440D series on HPPROBOOK4530 (redirected 910) / winspool / TS018
18:48:43:140 > RPREPORTNEW:FINDPRINTER (78) LAN-Fax Ricoh (redirected 910) / winspool / TS027
18:48:43:156 > RPREPORTNEW:FINDPRINTER (78) HP Color LaserJet M254nw (0833F1) (redirected 910) / winspool / TS029
18:48:43:156 > RPREPORTNEW:FINDPRINTER (78) Imprimante d'image PaperPort (redirected 910) / winspool / TS026
18:48:43:171 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z (redirected 910) / winspool / TS066
18:48:43:171 > RPREPORTNEW:FINDPRINTER (78) Send To OneNote 2016 (redirected 910) / winspool / TS067
18:48:43:187 > RPREPORTNEW:FINDPRINTER (78) Adobe PDF (redirected 962) / winspool / TS018
18:48:43:187 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer (redirected 962) / winspool / TS019
18:48:43:203 > RPREPORTNEW:FINDPRINTER (78) Bullzip PDF Printer (redirected 962) / winspool / TS020
18:48:43:203 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5440D series on HPPROBOOK4530 (redirected 962) / winspool / TS017
18:48:43:218 > RPREPORTNEW:FINDPRINTER (78) LAN-Fax Ricoh (redirected 962) / winspool / TS025
18:48:43:218 > RPREPORTNEW:FINDPRINTER (78) Imprimante d'image PaperPort (redirected 962) / winspool / TS027
18:48:43:234 > RPREPORTNEW:FINDPRINTER (78) HP Color LaserJet M254nw (0833F1) (redirected 962) / winspool / TS028
18:48:43:234 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z (redirected 962) / winspool / TS029
18:48:43:250 > RPREPORTNEW:FINDPRINTER (78) Send To OneNote 2016 (redirected 962) / winspool / TS066
18:48:43:250 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5150D series (redirected 448) / winspool / TS016
18:48:43:265 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J480DW Printer (redirected 448) / winspool / TS020
18:48:43:265 > RPREPORTNEW:FINDPRINTER (78) Brother HL-2150N series Printer (redirected 448) / winspool / TS017
18:48:43:281 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-7360N Printer (redirected 448) / winspool / TS019
18:48:43:281 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J5330DW Printer (redirected 448) / winspool / TS021
18:48:43:296 > RPREPORTNEW:FINDPRINTER (78) HPB4E219 (HP Officejet 7110 series) (redirected 448) / winspool / TS025
18:48:43:296 > RPREPORTNEW:FINDPRINTER (78) HP ePrint + JetAdvantage (redirected 448) / winspool / TS022
18:48:43:312 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series Printer (redirected 448) / winspool / TS023
18:48:43:312 > RPREPORTNEW:FINDPRINTER (78) HP_LaserJet_M551 (HP LaserJet 500 color M551) (redirected 448) / winspool / TS026
18:48:43:328 > RPREPORTNEW:FINDPRINTER (78) Imprimante Matélé (redirected 448) / winspool / TS029
18:48:43:328 > RPREPORTNEW:FINDPRINTER (78) NPI4F8AF6 (HP LaserJet 500 colorMFP M570dw) (redirected 448) / winspool / TS028
18:48:43:343 > RPREPORTNEW:FINDPRINTER (78) NPIA354EC (HP LaserJet MFP M426dw) (redirected 448) / winspool / TS031
18:48:43:343 > RPREPORTNEW:FINDPRINTER (78) NPIE80F65 (HP LaserJet MFP M130fw) (redirected 448) / winspool / TS065
18:48:43:359 > RPREPORTNEW:FINDPRINTER (78) NPIAC37D0 (HP LaserJet M402n) (redirected 448) / winspool / TS064
18:48:43:359 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C2050 (redirected 448) / winspool / TS066
18:48:43:375 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5150D series (redirected 1050) / winspool / TS209
18:48:43:375 > RPREPORTNEW:FINDPRINTER (78) Brother HL-2150N series Printer (redirected 1050) / winspool / TS267
18:48:43:390 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 1050) / winspool / TS268
18:48:43:390 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-7360N Printer (redirected 1050) / winspool / TS269
18:48:43:406 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J480DW Printer (redirected 1050) / winspool / TS270
18:48:43:421 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J5330DW Printer (redirected 1050) / winspool / TS271
18:48:43:421 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series Printer (redirected 1050) / winspool / TS272
18:48:43:437 > RPREPORTNEW:FINDPRINTER (78) HPB4E219 (HP Officejet 7110 series) (redirected 1050) / winspool / TS403
18:48:43:437 > RPREPORTNEW:FINDPRINTER (78) HP_LaserJet_M551 (HP LaserJet 500 color M551) (redirected 1050) / winspool / TS404
18:48:43:453 > RPREPORTNEW:FINDPRINTER (78) Imprimante Matélé (redirected 1050) / winspool / TS405
18:48:43:453 > RPREPORTNEW:FINDPRINTER (78) NPI4F8AF6 (HP LaserJet 500 colorMFP M570dw) (redirected 1050) / winspool / TS406
18:48:43:468 > RPREPORTNEW:FINDPRINTER (78) NPIA354EC (HP LaserJet MFP M426dw) (redirected 1050) / winspool / TS409
18:48:43:484 > RPREPORTNEW:FINDPRINTER (78) NPIAC37D0 (HP LaserJet M402n) (redirected 1050) / winspool / TS410
18:48:43:484 > RPREPORTNEW:FINDPRINTER (78) NPIE80F65 (HP LaserJet MFP M130fw) (redirected 1050) / winspool / TS412
18:48:43:500 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C2050 (redirected 1050) / winspool / TS411
18:48:43:500 > RPREPORTNEW:FINDPRINTER (78) Xerox Global Print Driver V4 PCL6 (redirected 453) / winspool / TS517
18:48:43:515 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5440D series on HPPROBOOK4530 (redirected 1042) / winspool / TS008
18:48:43:515 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac 1 (redirected 1042) / winspool / TS013
18:48:43:531 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac MU (redirected 1042) / winspool / TS015
18:48:43:531 > RPREPORTNEW:FINDPRINTER (78) Bullzip PDF Printer (redirected 1042) / winspool / TS017
18:48:43:546 > RPREPORTNEW:FINDPRINTER (78) HP Color LaserJet M254nw (0833F1) (redirected 1042) / winspool / TS018
18:48:43:546 > RPREPORTNEW:FINDPRINTER (78) LAN-Fax Ricoh (redirected 1042) / winspool / TS025
18:48:43:562 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z Bipass (redirected 1042) / winspool / TS029
18:48:43:562 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J480DW Printer (redirected 539) / winspool / TS007
18:48:43:578 > RPREPORTNEW:FINDPRINTER (78) Brother HL-2150N series Printer (redirected 539) / winspool / TS005
18:48:43:578 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-7360N Printer (redirected 539) / winspool / TS006
18:48:43:593 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5150D series (redirected 539) / winspool / TS003
18:48:43:593 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series Printer (redirected 539) / winspool / TS009
18:48:43:609 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J5330DW Printer (redirected 539) / winspool / TS008
18:48:43:609 > RPREPORTNEW:FINDPRINTER (78) HPB4E219 (HP Officejet 7110 series) (redirected 539) / winspool / TS010
18:48:43:625 > RPREPORTNEW:FINDPRINTER (78) HP ePrint + JetAdvantage (redirected 539) / winspool / TS012
18:48:43:625 > RPREPORTNEW:FINDPRINTER (78) HP_LaserJet_M551 (HP LaserJet 500 color M551) (redirected 539) / winspool / TS013
18:48:43:640 > RPREPORTNEW:FINDPRINTER (78) NPI4F8AF6 (HP LaserJet 500 colorMFP M570dw) (redirected 539) / winspool / TS019
18:48:43:640 > RPREPORTNEW:FINDPRINTER (78) Imprimante Matélé (redirected 539) / winspool / TS016
18:48:43:656 > RPREPORTNEW:FINDPRINTER (78) NPIA354EC (HP LaserJet MFP M426dw) (redirected 539) / winspool / TS020
18:48:43:656 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C305 (redirected 539) / winspool / TS024
18:48:43:671 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C2050 (redirected 539) / winspool / TS023
18:48:43:671 > RPREPORTNEW:FINDPRINTER (78) NPIE80F65 (HP LaserJet MFP M130fw) (redirected 539) / winspool / TS022
18:48:43:687 > RPREPORTNEW:FINDPRINTER (78) NPIAC37D0 (HP LaserJet M402n) (redirected 539) / winspool / TS021
18:48:43:687 > RPREPORTNEW:FINDPRINTER (78) Brother HL-2150N series Printer (redirected 151) / winspool / TS002
18:48:43:703 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5150D series (redirected 151) / winspool / TS003
18:48:43:703 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-7360N Printer (redirected 151) / winspool / TS004
18:48:43:718 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J5330DW Printer (redirected 151) / winspool / TS006
18:48:43:734 > RPREPORTNEW:FINDPRINTER (78) HPB4E219 (HP Officejet 7110 series) (redirected 151) / winspool / TS010
18:48:43:734 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series Printer (redirected 151) / winspool / TS007
18:48:43:750 > RPREPORTNEW:FINDPRINTER (78) HP_LaserJet_M551 (HP LaserJet 500 color M551) (redirected 151) / winspool / TS011
18:48:43:750 > RPREPORTNEW:FINDPRINTER (78) Imprimante Matélé (redirected 151) / winspool / TS012
18:48:43:765 > RPREPORTNEW:FINDPRINTER (78) NPI4F8AF6 (HP LaserJet 500 colorMFP M570dw) (redirected 151) / winspool / TS015
18:48:43:765 > RPREPORTNEW:FINDPRINTER (78) NPIA354EC (HP LaserJet MFP M426dw) (redirected 151) / winspool / TS016
18:48:43:781 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C2050 (redirected 151) / winspool / TS019
18:48:43:781 > RPREPORTNEW:FINDPRINTER (78) NPIE80F65 (HP LaserJet MFP M130fw) (redirected 151) / winspool / TS018
18:48:43:812 > RPREPORTNEW:FINDPRINTER (78) NPIAC37D0 (HP LaserJet M402n) (redirected 151) / winspool / TS017
18:48:43:812 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C305 (redirected 151) / winspool / TS020
18:48:43:828 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 665) / winspool / TS153
18:48:43:828 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-7360N Printer (redirected 665) / winspool / TS154
18:48:43:843 > RPREPORTNEW:FINDPRINTER (78) Brother HL-2150N series Printer (redirected 665) / winspool / TS151
18:48:43:843 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5150D series (redirected 665) / winspool / TS152
18:48:43:859 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J480DW Printer (redirected 665) / winspool / TS155
18:48:43:859 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J5330DW Printer (redirected 665) / winspool / TS156
18:48:43:875 > RPREPORTNEW:FINDPRINTER (78) HP_LaserJet_M551 (HP LaserJet 500 color M551) (redirected 665) / winspool / TS159
18:48:43:875 > RPREPORTNEW:FINDPRINTER (78) HPB4E219 (HP Officejet 7110 series) (redirected 665) / winspool / TS192
18:48:43:890 > RPREPORTNEW:FINDPRINTER (78) NPIA354EC (HP LaserJet MFP M426dw) (redirected 665) / winspool / TS197
18:48:43:890 > RPREPORTNEW:FINDPRINTER (78) NPI4F8AF6 (HP LaserJet 500 colorMFP M570dw) (redirected 665) / winspool / TS195
18:48:43:906 > RPREPORTNEW:FINDPRINTER (78) Imprimante Matélé (redirected 665) / winspool / TS193
18:48:43:921 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C2003 (redirected 665) / winspool / TS202
18:48:43:921 > RPREPORTNEW:FINDPRINTER (78) NPIAC37D0 (HP LaserJet M402n) (redirected 665) / winspool / TS199
18:48:43:937 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C305 (redirected 665) / winspool / TS200
18:48:43:937 > RPREPORTNEW:FINDPRINTER (78) NPIE80F65 (HP LaserJet MFP M130fw) (redirected 665) / winspool / TS198
18:48:43:953 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C2050 (redirected 665) / winspool / TS201
18:48:43:953 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 687) / winspool / TS153
18:48:43:968 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J480DW Printer (redirected 687) / winspool / TS155
18:48:43:968 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-7360N Printer (redirected 687) / winspool / TS154
18:48:43:984 > RPREPORTNEW:FINDPRINTER (78) Brother HL-2150N series Printer (redirected 687) / winspool / TS152
18:48:43:984 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5150D series (redirected 687) / winspool / TS151
18:48:43:0 > RPREPORTNEW:FINDPRINTER (78) HPB4E219 (HP Officejet 7110 series) (redirected 687) / winspool / TS159
18:48:43:0 > RPREPORTNEW:FINDPRINTER (78) HP_LaserJet_M551 (HP LaserJet 500 color M551) (redirected 687) / winspool / TS192
18:48:43:15 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J5330DW Printer (redirected 687) / winspool / TS157
18:48:43:15 > RPREPORTNEW:FINDPRINTER (78) NPIA354EC (HP LaserJet MFP M426dw) (redirected 687) / winspool / TS197
18:48:43:31 > RPREPORTNEW:FINDPRINTER (78) NPI4F8AF6 (HP LaserJet 500 colorMFP M570dw) (redirected 687) / winspool / TS193
18:48:43:31 > RPREPORTNEW:FINDPRINTER (78) Imprimante Matélé (redirected 687) / winspool / TS194
18:48:43:46 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C305 (redirected 687) / winspool / TS201
18:48:43:46 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C2050 (redirected 687) / winspool / TS200
18:48:43:62 > RPREPORTNEW:FINDPRINTER (78) NPIE80F65 (HP LaserJet MFP M130fw) (redirected 687) / winspool / TS199
18:48:43:62 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C2003 (redirected 687) / winspool / TS202
18:48:43:78 > RPREPORTNEW:FINDPRINTER (78) NPIAC37D0 (HP LaserJet M402n) (redirected 687) / winspool / TS198
18:48:43:109 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J480DW Printer (redirected 115) / winspool / TS005
18:48:44:109 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-7360N Printer (redirected 115) / winspool / TS004
18:48:44:109 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5150D series (redirected 115) / winspool / TS003
18:48:44:125 > RPREPORTNEW:FINDPRINTER (78) Brother HL-2150N series Printer (redirected 115) / winspool / TS002
18:48:44:125 > RPREPORTNEW:FINDPRINTER (78) HP_LaserJet_M551 (HP LaserJet 500 color M551) (redirected 115) / winspool / TS010
18:48:44:140 > RPREPORTNEW:FINDPRINTER (78) HP ePrint + JetAdvantage (redirected 115) / winspool / TS008
18:48:44:156 > RPREPORTNEW:FINDPRINTER (78) HPB4E219 (HP Officejet 7110 series) (redirected 115) / winspool / TS009
18:48:44:156 > RPREPORTNEW:FINDPRINTER (78) Imprimante Matélé (redirected 115) / winspool / TS011
18:48:44:171 > RPREPORTNEW:FINDPRINTER (78) NPIA354EC (HP LaserJet MFP M426dw) (redirected 115) / winspool / TS072
18:48:44:171 > RPREPORTNEW:FINDPRINTER (78) NPI4F8AF6 (HP LaserJet 500 colorMFP M570dw) (redirected 115) / winspool / TS071
18:48:44:187 > RPREPORTNEW:FINDPRINTER (78) NPIAC37D0 (HP LaserJet M402n) (redirected 115) / winspool / TS073
18:48:44:187 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C2050 (redirected 115) / winspool / TS075
18:48:44:203 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C2003 (redirected 115) / winspool / TS077
18:48:44:203 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C305 (redirected 115) / winspool / TS076
18:48:44:218 > RPREPORTNEW:FINDPRINTER (78) NPIE80F65 (HP LaserJet MFP M130fw) (redirected 115) / winspool / TS074
18:48:44:218 > RPREPORTNEW:FINDPRINTER (78) Xerox Global Print Driver V4 PCL6 (redirected 872) / winspool / TS130
18:48:44:234 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5440D series on HPPROBOOK4530 (redirected 542) / winspool / TS009
18:48:44:234 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac MU (redirected 542) / winspool / TS012
18:48:44:250 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac 1 (redirected 542) / winspool / TS011
18:48:44:250 > RPREPORTNEW:FINDPRINTER (78) Bullzip PDF Printer (redirected 542) / winspool / TS013
18:48:44:281 > RPREPORTNEW:FINDPRINTER (78) HP Color LaserJet M254nw (0833F1) (redirected 542) / winspool / TS015
18:48:44:281 > RPREPORTNEW:FINDPRINTER (78) Imprimante d'image PaperPort (redirected 542) / winspool / TS016
18:48:44:296 > RPREPORTNEW:FINDPRINTER (78) LAN-Fax Ricoh (redirected 542) / winspool / TS017
18:48:44:296 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z Bipass (redirected 542) / winspool / TS020
18:48:44:312 > RPREPORTNEW:FINDPRINTER (78) OneNote (redirected 542) / winspool / TS021
18:48:44:312 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5440D series on HPPROBOOK4530 (redirected 367) / winspool / TS002
18:48:44:328 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac MU (redirected 367) / winspool / TS005
18:48:44:328 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac 1 (redirected 367) / winspool / TS004
18:48:44:343 > RPREPORTNEW:FINDPRINTER (78) HP Color LaserJet M254nw (0833F1) (redirected 367) / winspool / TS015
18:48:44:343 > RPREPORTNEW:FINDPRINTER (78) LAN-Fax Ricoh (redirected 367) / winspool / TS013
18:48:44:359 > RPREPORTNEW:FINDPRINTER (78) Bullzip PDF Printer (redirected 367) / winspool / TS011
18:48:44:359 > RPREPORTNEW:FINDPRINTER (78) Imprimante d'image PaperPort (redirected 367) / winspool / TS014
18:48:44:375 > RPREPORTNEW:FINDPRINTER (78) Send To OneNote (redirected 367) / winspool / TS020
18:48:44:375 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z Bipass (redirected 367) / winspool / TS017
18:48:44:390 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac MU (redirected 372) / winspool / TS069
18:48:44:390 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5440D series on HPPROBOOK4530 (redirected 372) / winspool / TS071
18:48:44:406 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac 1 (redirected 372) / winspool / TS073
18:48:44:406 > RPREPORTNEW:FINDPRINTER (78) Bullzip PDF Printer (redirected 372) / winspool / TS074
18:48:44:421 > RPREPORTNEW:FINDPRINTER (78) HP Color LaserJet M254nw (0833F1) (redirected 372) / winspool / TS076
18:48:44:421 > RPREPORTNEW:FINDPRINTER (78) LAN-Fax Ricoh (redirected 372) / winspool / TS078
18:48:44:437 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z Bipass (redirected 372) / winspool / TS083
18:48:44:437 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5150D series (redirected 184) / winspool / TS004
18:48:44:453 > RPREPORTNEW:FINDPRINTER (78) Brother HL-2150N series Printer (redirected 184) / winspool / TS003
18:48:44:453 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-7360N Printer (redirected 184) / winspool / TS005
18:48:44:468 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J480DW Printer (redirected 184) / winspool / TS006
18:48:44:468 > RPREPORTNEW:FINDPRINTER (78) HPB4E219 (HP Officejet 7110 series) (redirected 184) / winspool / TS010
18:48:44:484 > RPREPORTNEW:FINDPRINTER (78) HP ePrint + JetAdvantage (redirected 184) / winspool / TS009
18:48:44:484 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-J5330DW Printer (redirected 184) / winspool / TS007
18:48:44:500 > RPREPORTNEW:FINDPRINTER (78) HP_LaserJet_M551 (HP LaserJet 500 color M551) (redirected 184) / winspool / TS011
18:48:44:500 > RPREPORTNEW:FINDPRINTER (78) Imprimante Matélé (redirected 184) / winspool / TS012
18:48:44:515 > RPREPORTNEW:FINDPRINTER (78) NPI4F8AF6 (HP LaserJet 500 colorMFP M570dw) (redirected 184) / winspool / TS015
18:48:44:515 > RPREPORTNEW:FINDPRINTER (78) NPIA354EC (HP LaserJet MFP M426dw) (redirected 184) / winspool / TS016
18:48:44:531 > RPREPORTNEW:FINDPRINTER (78) RICOH Aficio MP C2050 (redirected 184) / winspool / TS020
18:48:44:531 > RPREPORTNEW:FINDPRINTER (78) NPIE80F65 (HP LaserJet MFP M130fw) (redirected 184) / winspool / TS018
18:48:44:562 > RPREPORTNEW:FINDPRINTER (78) NPIAC37D0 (HP LaserJet M402n) (redirected 184) / winspool / TS017
18:48:44:562 > RPREPORTNEW:FINDPRINTER (78) Adobe PDF (redirected 208) / winspool / TS084
18:48:44:593 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac 1 (redirected 208) / winspool / TS082
18:48:44:593 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac MU (redirected 208) / winspool / TS086
18:48:44:609 > RPREPORTNEW:FINDPRINTER (78) Brother HL-5440D series on HPPROBOOK4530 (redirected 208) / winspool / TS085
18:48:44:609 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z PCL 6 Mag 1 (redirected 208) / winspool / TS083
18:48:44:625 > RPREPORTNEW:FINDPRINTER (78) Bullzip PDF Printer (redirected 208) / winspool / TS087
18:48:44:625 > RPREPORTNEW:FINDPRINTER (78) LAN-Fax Ricoh (redirected 208) / winspool / TS088
18:48:44:640 > RPREPORTNEW:FINDPRINTER (78) Imprimante d'image PaperPort (redirected 208) / winspool / TS091
18:48:44:640 > RPREPORTNEW:FINDPRINTER (78) HP Color LaserJet M254nw (0833F1) (redirected 208) / winspool / TS090
18:48:44:656 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z Bipass (redirected 208) / winspool / TS128
18:48:44:656 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 559) / winspool / TS256
18:48:44:671 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 559) / winspool / TS257
18:48:44:671 > RPREPORTNEW:FINDPRINTER (78) EPSON37938E (ET-3750 Series) (redirected 559) / winspool / TS223
18:48:44:687 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 559) / winspool / TS264
18:48:44:687 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN V4 PCL6 (redirected 416) / winspool / TS012
18:48:44:703 > RPREPORTNEW:FINDPRINTER (78) HP LaserJet 500 colorMFP M570dw (4F8AF6) (redirected 486) / winspool / TS019
18:48:44:703 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN V4 PCL6 (redirected 486) / winspool / TS023
18:48:44:718 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 35) / winspool / TS008
18:48:44:718 > RPREPORTNEW:FINDPRINTER (78) Xerox GPD PCL6 V5.703.12.0 (redirected 35) / winspool / TS007
18:48:44:734 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 35) / winspool / TS012
18:48:44:750 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 165) / winspool / TS139
18:48:44:750 > RPREPORTNEW:FINDPRINTER (78) Xerox GPD PCL6 V5.703.12.0 (redirected 165) / winspool / TS141
18:48:44:765 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 165) / winspool / TS145
18:48:44:765 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 186) / winspool / TS155
18:48:44:781 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 186) / winspool / TS192
18:48:44:796 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 272) / winspool / TS202
18:48:44:796 > RPREPORTNEW:FINDPRINTER (78) Xerox GPD PCL6 V5.703.12.0 (redirected 272) / winspool / TS203
18:48:44:812 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 272) / winspool / TS208
18:48:44:812 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 327) / winspool / TS268
18:48:44:828 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series Printer (redirected 327) / winspool / TS267
18:48:44:828 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 327) / winspool / TS269
18:48:44:843 > RPREPORTNEW:FINDPRINTER (78) Xerox Global Print Driver V4 PCL6 (redirected 327) / winspool / TS274
18:48:44:843 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 453) / winspool / TS450
18:48:44:859 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 453) / winspool / TS449
18:48:44:875 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series Printer (redirected 453) / winspool / TS448
18:48:44:875 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 694) / winspool / TS141
18:48:44:890 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series Printer (redirected 694) / winspool / TS142
18:48:44:890 > RPREPORTNEW:FINDPRINTER (78) Xerox Global Print Driver V4 PCL6 (redirected 694) / winspool / TS192
18:48:44:906 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 705) / winspool / TS002
18:48:44:906 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series Printer (redirected 705) / winspool / TS004
18:48:44:921 > RPREPORTNEW:FINDPRINTER (78) Xerox Global Print Driver V4 PCL6 (redirected 705) / winspool / TS030
18:48:44:937 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 520) / winspool / TS147
18:48:44:937 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 520) / winspool / TS148
18:48:44:953 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series Printer (redirected 520) / winspool / TS149
18:48:44:953 > RPREPORTNEW:FINDPRINTER (78) Xerox Global Print Driver V4 PCL6 (redirected 520) / winspool / TS155
18:48:44:968 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 722) / winspool / TS389
18:48:44:968 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 722) / winspool / TS396
18:48:44:984 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 722) / winspool / TS395
18:48:44:0 > RPREPORTNEW:FINDPRINTER (78) Xerox GPD PCL6 V5.703.12.0 (redirected 603) / winspool / TS075
18:48:44:0 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 603) / winspool / TS132
18:48:44:15 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 603) / winspool / TS137
18:48:44:15 > RPREPORTNEW:FINDPRINTER (78) EPSONA1DF0E (ET-2720 Series) (redirection de 10) (redirected 151) / winspool / TS084
18:48:44:31 > RPREPORTNEW:FINDPRINTER (78) ET-2720 Series(Network) (redirection de 10) (redirected 151) / winspool / TS080
18:48:44:31 > RPREPORTNEW:FINDPRINTER (78) HP ePrint + JetAdvantage (redirection de 10) (redirected 151) / winspool / TS085
18:48:44:46 > RPREPORTNEW:FINDPRINTER (78) Fax (redirection de 10) (redirected 151) / winspool / TS087
18:48:44:46 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirection de 10) (redirected 151) / winspool / TS088
18:48:44:62 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirection de 10) (redirected 151) / winspool / TS089
18:48:44:62 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirection de 10) (redirected 151) / winspool / TS086
18:48:44:109 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirection de 10) (redirected 151) / winspool / TS090
18:48:44:109 > RPREPORTNEW:FINDPRINTER (78) LogisticsPdf62 / winspool / nul:
18:48:45:109 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 661) / winspool / TS004
18:48:45:109 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 661) / winspool / TS009
18:48:45:125 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 641) / winspool / TS129
18:48:45:125 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series Printer (redirected 641) / winspool / TS128
18:48:45:140 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 641) / winspool / TS095
18:48:45:140 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 641) / winspool / TS135
18:48:45:156 > RPREPORTNEW:FINDPRINTER (78) Xerox Global Print Driver V4 PCL6 (redirected 641) / winspool / TS133
18:48:45:156 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9330CDW Printer (Copie 1) (redirected 828) / winspool / TS005
18:48:45:171 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9330CDW BR-Script3 (Copie 1) (redirected 828) / winspool / TS003
18:48:45:171 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9330CDW Printer (redirected 828) / winspool / TS004
18:48:45:187 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9330CDW BR-Script3 (redirected 828) / winspool / TS002
18:48:45:187 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 #2 (redirected 828) / winspool / TS007
18:48:45:203 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 828) / winspool / TS006
18:48:45:203 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 816) / winspool / TS269
18:48:45:218 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 816) / winspool / TS273
18:48:45:218 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 885) / winspool / TS321
18:48:45:234 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 885) / winspool / TS323
18:48:45:250 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 885) / winspool / TS320
18:48:45:250 > RPREPORTNEW:FINDPRINTER (78) Xerox GPD PCL6 V5.703.12.0 (redirected 885) / winspool / TS322
18:48:45:265 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 885) / winspool / TS324
18:48:45:265 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 885) / winspool / TS325
18:48:45:281 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 885) / winspool / TS326
18:48:45:281 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 885) / winspool / TS327
18:48:45:296 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series Printer (redirected 884) / winspool / TS024
18:48:45:296 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 884) / winspool / TS083
18:48:45:312 > RPREPORTNEW:FINDPRINTER (78) Xerox Global Print Driver V4 PCL6 (redirected 884) / winspool / TS089
18:48:45:312 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 884) / winspool / TS087
18:48:45:328 > RPREPORTNEW:FINDPRINTER (78) Bullzip PDF Printer (redirected 979) / winspool / TS141
18:48:45:328 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac MU (redirected 979) / winspool / TS140
18:48:45:343 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac 1 (redirected 979) / winspool / TS139
18:48:45:343 > RPREPORTNEW:FINDPRINTER (78) Adobe PDF (redirected 979) / winspool / TS143
18:48:45:359 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z PCL 6 Mag 1 (redirected 979) / winspool / TS142
18:48:45:359 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 979) / winspool / TS146
18:48:45:375 > RPREPORTNEW:FINDPRINTER (78) Imprimante d'image PaperPort (redirected 979) / winspool / TS144
18:48:45:375 > RPREPORTNEW:FINDPRINTER (78) HP Color LaserJet M254nw (0833F1) (redirected 979) / winspool / TS147
18:48:45:390 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 979) / winspool / TS148
18:48:45:390 > RPREPORTNEW:FINDPRINTER (78) LAN-Fax Ricoh (redirected 979) / winspool / TS145
18:48:45:406 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z Bipass (redirected 979) / winspool / TS149
18:48:45:406 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 979) / winspool / TS152
18:48:45:421 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 979) / winspool / TS150
18:48:45:421 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 979) / winspool / TS151
18:48:45:437 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac 1 (redirected 991) / winspool / TS219
18:48:45:437 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9970CDW Printer Bac MU (redirected 991) / winspool / TS221
18:48:45:453 > RPREPORTNEW:FINDPRINTER (78) Bullzip PDF Printer (redirected 991) / winspool / TS217
18:48:45:453 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z PCL 6 Mag 1 (redirected 991) / winspool / TS220
18:48:45:468 > RPREPORTNEW:FINDPRINTER (78) Adobe PDF (redirected 991) / winspool / TS218
18:48:45:468 > RPREPORTNEW:FINDPRINTER (78) LAN-Fax Ricoh (redirected 991) / winspool / TS257
18:48:45:484 > RPREPORTNEW:FINDPRINTER (78) Imprimante d'image PaperPort (redirected 991) / winspool / TS256
18:48:45:484 > RPREPORTNEW:FINDPRINTER (78) HP Color LaserJet M254nw (0833F1) (redirected 991) / winspool / TS223
18:48:45:500 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 991) / winspool / TS258
18:48:45:500 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 991) / winspool / TS222
18:48:45:515 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 991) / winspool / TS259
18:48:45:531 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 991) / winspool / TS262
18:48:45:531 > RPREPORTNEW:FINDPRINTER (78) RICOH MP C306Z Bipass (redirected 991) / winspool / TS260
18:48:45:546 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 991) / winspool / TS261
18:48:45:546 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 818) / winspool / TS136
18:48:45:562 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 818) / winspool / TS139
18:48:45:562 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 818) / winspool / TS138
18:48:45:578 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 818) / winspool / TS137
18:48:45:578 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 818) / winspool / TS140
18:48:45:593 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 818) / winspool / TS141
18:48:45:593 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 818) / winspool / TS142
18:48:45:609 > RPREPORTNEW:FINDPRINTER (78) Xerox GPD PCL6 V5.703.12.0 (redirected 977) / winspool / TS128
18:48:45:609 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 977) / winspool / TS129
18:48:45:625 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 977) / winspool / TS133
18:48:45:625 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 676) / winspool / TS030
18:48:45:640 > RPREPORTNEW:FINDPRINTER (78) Xerox GPD PCL6 V5.703.12.0 (redirected 676) / winspool / TS071
18:48:45:640 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 676) / winspool / TS073
18:48:45:656 > RPREPORTNEW:FINDPRINTER (78) Xerox GPD PCL6 V5.703.12.0 (redirected 1156) / winspool / TS214
18:48:45:656 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 1156) / winspool / TS212
18:48:45:656 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 1156) / winspool / TS217
18:48:45:671 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 1270) / winspool / TS195
18:48:45:687 > RPREPORTNEW:FINDPRINTER (78) Xerox GPD PCL6 V5.703.12.0 (redirected 1270) / winspool / TS197
18:48:45:687 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 1270) / winspool / TS196
18:48:45:703 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 1270) / winspool / TS194
18:48:45:703 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 1270) / winspool / TS198
18:48:45:718 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 1270) / winspool / TS387
18:48:45:718 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 1270) / winspool / TS386
18:48:45:734 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 1270) / winspool / TS388
18:48:45:734 > RPREPORTNEW:FINDPRINTER (78) Xerox GPD PCL6 V5.703.12.0 (redirected 265) / winspool / TS004
18:48:45:750 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 265) / winspool / TS002
18:48:45:750 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 265) / winspool / TS264
18:48:45:765 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 34) / winspool / TS029
18:48:45:781 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 34) / winspool / TS028
18:48:45:781 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 34) / winspool / TS031
18:48:45:796 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 34) / winspool / TS030
18:48:45:796 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 34) / winspool / TS064
18:48:45:812 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 34) / winspool / TS078
18:48:45:812 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 34) / winspool / TS065
18:48:45:828 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 34) / winspool / TS077
18:48:45:828 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 34) / winspool / TS079
18:48:45:843 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 34) / winspool / TS080
18:48:45:843 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 38) / winspool / TS029
18:48:45:859 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 38) / winspool / TS028
18:48:45:859 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 38) / winspool / TS030
18:48:45:875 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 38) / winspool / TS079
18:48:45:875 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 38) / winspool / TS077
18:48:45:890 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 38) / winspool / TS078
18:48:45:906 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 38) / winspool / TS080
18:48:45:906 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 60) / winspool / TS271
18:48:45:921 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 60) / winspool / TS272
18:48:45:921 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 60) / winspool / TS273
18:48:45:937 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 60) / winspool / TS279
18:48:45:937 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 98) / winspool / TS019
18:48:45:953 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 98) / winspool / TS022
18:48:45:953 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 98) / winspool / TS021
18:48:45:968 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 98) / winspool / TS023
18:48:45:968 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 98) / winspool / TS020
18:48:45:984 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 98) / winspool / TS024
18:48:45:984 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 98) / winspool / TS324
18:48:45:0 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 98) / winspool / TS025
18:48:45:0 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 98) / winspool / TS325
18:48:45:31 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 98) / winspool / TS026
18:48:45:31 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 98) / winspool / TS323
18:48:45:46 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 452) / winspool / TS067
18:48:45:46 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 452) / winspool / TS068
18:48:45:62 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 452) / winspool / TS066
18:48:45:78 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 452) / winspool / TS072
18:48:45:78 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 452) / winspool / TS074
18:48:45:93 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 444) / winspool / TS268
18:48:45:109 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 444) / winspool / TS270
18:48:46:125 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 444) / winspool / TS267
18:48:46:125 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 444) / winspool / TS269
18:48:46:140 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 444) / winspool / TS272
18:48:46:140 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 444) / winspool / TS274
18:48:46:156 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 444) / winspool / TS276
18:48:46:156 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 444) / winspool / TS273
18:48:46:171 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 444) / winspool / TS275
18:48:46:171 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 444) / winspool / TS277
18:48:46:187 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 212) / winspool / TS027
18:48:46:187 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 212) / winspool / TS026
18:48:46:203 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 212) / winspool / TS025
18:48:46:203 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 212) / winspool / TS031
18:48:46:218 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 212) / winspool / TS065
18:48:46:218 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 241) / winspool / TS202
18:48:46:234 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 241) / winspool / TS217
18:48:46:234 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 241) / winspool / TS258
18:48:46:250 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 241) / winspool / TS266
18:48:46:250 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 241) / winspool / TS264
18:48:46:265 > RPREPORTNEW:FINDPRINTER (78) Gestetner MP C3004 PCL 6 (redirected 837) / winspool / TS022
18:48:46:265 > RPREPORTNEW:FINDPRINTER (78) HP LaserJet 500 colorMFP M570dw (4F8AF6) (redirected 837) / winspool / TS023
18:48:46:281 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN V4 PCL6 (redirected 837) / winspool / TS027
18:48:46:281 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 164) / winspool / TS008
18:48:46:296 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 164) / winspool / TS007
18:48:46:296 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 164) / winspool / TS064
18:48:46:312 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 164) / winspool / TS006
18:48:46:312 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 164) / winspool / TS157
18:48:46:328 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 301) / winspool / TS216
18:48:46:328 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 301) / winspool / TS217
18:48:46:343 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 301) / winspool / TS258
18:48:46:343 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 301) / winspool / TS266
18:48:46:359 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 301) / winspool / TS264
18:48:46:359 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 301) / winspool / TS267
18:48:46:375 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9330CDW Printer (Copie 1) (redirected 315) / winspool / TS138
18:48:46:390 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9330CDW Printer (redirected 315) / winspool / TS140
18:48:46:390 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 315) / winspool / TS139
18:48:46:390 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 290) / winspool / TS069
18:48:46:406 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 290) / winspool / TS067
18:48:46:421 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 290) / winspool / TS068
18:48:46:421 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 290) / winspool / TS222
18:48:46:437 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 370) / winspool / TS023
18:48:46:437 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 370) / winspool / TS031
18:48:46:453 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 370) / winspool / TS030
18:48:46:453 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 370) / winspool / TS067
18:48:46:468 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 370) / winspool / TS069
18:48:46:468 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 370) / winspool / TS071
18:48:46:484 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 236) / winspool / TS137
18:48:46:484 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 236) / winspool / TS136
18:48:46:484 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 236) / winspool / TS141
18:48:46:500 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 236) / winspool / TS207
18:48:46:500 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 334) / winspool / TS203
18:48:46:515 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 334) / winspool / TS204
18:48:46:515 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 334) / winspool / TS219
18:48:46:531 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 334) / winspool / TS223
18:48:46:546 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 334) / winspool / TS262
18:48:46:546 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 334) / winspool / TS264
18:48:46:562 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9330CDW Printer (Copie 1) (redirected 875) / winspool / TS002
18:48:46:562 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 875) / winspool / TS004
18:48:46:578 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 875) / winspool / TS003
18:48:46:578 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 875) / winspool / TS005
18:48:46:593 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 875) / winspool / TS006
18:48:46:593 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 875) / winspool / TS007
18:48:46:609 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 220) / winspool / TS280
18:48:46:609 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 220) / winspool / TS214
18:48:46:625 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 220) / winspool / TS281
18:48:46:625 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 220) / winspool / TS389
18:48:46:640 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 220) / winspool / TS391
18:48:46:640 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 824) / winspool / TS003
18:48:46:656 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9330CDW Printer (Copie 1) (redirected 824) / winspool / TS002
18:48:46:656 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 824) / winspool / TS004
18:48:46:671 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 824) / winspool / TS005
18:48:46:671 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 824) / winspool / TS006
18:48:46:687 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 824) / winspool / TS007
18:48:46:687 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 362) / winspool / TS207
18:48:46:703 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 362) / winspool / TS208
18:48:46:703 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 362) / winspool / TS209
18:48:46:718 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 362) / winspool / TS210
18:48:46:734 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 362) / winspool / TS223
18:48:46:734 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 362) / winspool / TS214
18:48:46:750 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 362) / winspool / TS215
18:48:46:765 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 362) / winspool / TS256
18:48:46:765 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 919) / winspool / TS144
18:48:46:781 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 919) / winspool / TS147
18:48:46:796 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 919) / winspool / TS145
18:48:46:796 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 919) / winspool / TS149
18:48:46:812 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 919) / winspool / TS150
18:48:46:812 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 919) / winspool / TS146
18:48:46:828 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 919) / winspool / TS151
18:48:46:828 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 919) / winspool / TS153
18:48:46:843 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 919) / winspool / TS152
18:48:46:859 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 919) / winspool / TS154
18:48:46:859 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 422) / winspool / TS013
18:48:46:875 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 422) / winspool / TS015
18:48:46:875 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 422) / winspool / TS014
18:48:46:890 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 422) / winspool / TS021
18:48:46:890 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 422) / winspool / TS020
18:48:46:906 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 422) / winspool / TS019
18:48:46:921 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 274) / winspool / TS002
18:48:46:921 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 274) / winspool / TS003
18:48:46:937 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 274) / winspool / TS014
18:48:46:953 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 274) / winspool / TS008
18:48:46:953 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 431) / winspool / TS150
18:48:46:968 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 431) / winspool / TS152
18:48:46:968 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 431) / winspool / TS151
18:48:46:984 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 431) / winspool / TS257
18:48:46:0 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 431) / winspool / TS262
18:48:46:0 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 431) / winspool / TS264
18:48:46:15 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 93) / winspool / TS002
18:48:46:31 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 93) / winspool / TS005
18:48:46:31 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 93) / winspool / TS003
18:48:46:46 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 93) / winspool / TS004
18:48:46:46 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 93) / winspool / TS006
18:48:46:62 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 447) / winspool / TS202
18:48:46:62 > RPREPORTNEW:FINDPRINTER (78) Xerox GPD PCL6 V5.703.12.0 (redirected 447) / winspool / TS149
18:48:46:78 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 447) / winspool / TS148
18:48:46:93 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 447) / winspool / TS150
18:48:46:93 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-L8690CDW series (redirected 447) / winspool / TS147
18:48:46:109 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 447) / winspool / TS205
18:48:46:109 > RPREPORTNEW:FINDPRINTER (78) Xerox WorkCentre 6605DN (redirected 447) / winspool / TS204
18:48:47:125 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 447) / winspool / TS203
18:48:47:140 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 474) / winspool / TS280
18:48:47:140 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 474) / winspool / TS281
18:48:47:156 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 474) / winspool / TS282
18:48:47:156 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 474) / winspool / TS287
18:48:47:171 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 474) / winspool / TS320
18:48:47:187 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 474) / winspool / TS286
18:48:47:187 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 407) / winspool / TS005
18:48:47:203 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 480) / winspool / TS214
18:48:47:203 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 480) / winspool / TS213
18:48:47:218 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 480) / winspool / TS215
18:48:47:218 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 480) / winspool / TS217
18:48:47:234 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 480) / winspool / TS219
18:48:47:234 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 480) / winspool / TS221
18:48:47:250 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 480) / winspool / TS220
18:48:47:265 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 480) / winspool / TS222
18:48:47:265 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 478) / winspool / TS065
18:48:47:281 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 478) / winspool / TS066
18:48:47:281 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 478) / winspool / TS064
18:48:47:296 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 478) / winspool / TS073
18:48:47:296 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 478) / winspool / TS070
18:48:47:312 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 478) / winspool / TS072
18:48:47:312 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 478) / winspool / TS074
18:48:47:328 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 512) / winspool / TS193
18:48:47:328 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 512) / winspool / TS192
18:48:47:343 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 512) / winspool / TS158
18:48:47:343 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 512) / winspool / TS159
18:48:47:359 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 512) / winspool / TS194
18:48:47:359 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 512) / winspool / TS197
18:48:47:375 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 512) / winspool / TS198
18:48:47:375 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 512) / winspool / TS195
18:48:47:390 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 512) / winspool / TS196
18:48:47:406 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 512) / winspool / TS199
18:48:47:406 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 257) / winspool / TS144
18:48:47:421 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 257) / winspool / TS155
18:48:47:421 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 257) / winspool / TS145
18:48:47:437 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 257) / winspool / TS146
18:48:47:437 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 257) / winspool / TS157
18:48:47:453 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 257) / winspool / TS192
18:48:47:468 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 257) / winspool / TS193
18:48:47:468 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 257) / winspool / TS158
18:48:47:484 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 257) / winspool / TS159
18:48:47:500 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 257) / winspool / TS201
18:48:47:500 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 365) / winspool / TS141
18:48:47:515 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 365) / winspool / TS138
18:48:47:515 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 365) / winspool / TS144
18:48:47:531 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 365) / winspool / TS143
18:48:47:531 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 365) / winspool / TS142
18:48:47:546 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 365) / winspool / TS345
18:48:47:562 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 365) / winspool / TS343
18:48:47:562 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 365) / winspool / TS145
18:48:47:578 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 365) / winspool / TS342
18:48:47:593 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 365) / winspool / TS344
18:48:47:593 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 365) / winspool / TS346
18:48:47:609 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 427) / winspool / TS155
18:48:47:609 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 427) / winspool / TS154
18:48:47:625 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 427) / winspool / TS156
18:48:47:625 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 427) / winspool / TS157
18:48:47:640 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 427) / winspool / TS260
18:48:47:640 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 427) / winspool / TS259
18:48:47:656 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 427) / winspool / TS258
18:48:47:671 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 427) / winspool / TS159
18:48:47:671 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 427) / winspool / TS257
18:48:47:687 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 427) / winspool / TS261
18:48:47:687 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 305) / winspool / TS015
18:48:47:703 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 305) / winspool / TS017
18:48:47:703 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 305) / winspool / TS014
18:48:47:718 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 305) / winspool / TS016
18:48:47:734 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 305) / winspool / TS018
18:48:47:734 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 305) / winspool / TS020
18:48:47:750 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 305) / winspool / TS021
18:48:47:750 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 305) / winspool / TS019
18:48:47:765 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 305) / winspool / TS022
18:48:47:765 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 305) / winspool / TS023
18:48:47:781 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 329) / winspool / TS014
18:48:47:781 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 329) / winspool / TS016
18:48:47:796 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 329) / winspool / TS015
18:48:47:812 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 329) / winspool / TS021
18:48:47:812 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 329) / winspool / TS020
18:48:47:828 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 329) / winspool / TS023
18:48:47:828 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 331) / winspool / TS014
18:48:47:843 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 331) / winspool / TS016
18:48:47:843 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 331) / winspool / TS015
18:48:47:859 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 331) / winspool / TS021
18:48:47:859 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 331) / winspool / TS023
18:48:47:875 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 378) / winspool / TS073
18:48:47:875 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 378) / winspool / TS071
18:48:47:890 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 378) / winspool / TS072
18:48:47:906 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 378) / winspool / TS074
18:48:47:906 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 378) / winspool / TS323
18:48:47:921 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 378) / winspool / TS321
18:48:47:921 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 378) / winspool / TS320
18:48:47:937 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 378) / winspool / TS322
18:48:47:937 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 378) / winspool / TS076
18:48:47:953 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 378) / winspool / TS324
18:48:47:953 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 233) / winspool / TS155
18:48:47:968 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 233) / winspool / TS156
18:48:47:984 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 233) / winspool / TS223
18:48:47:984 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 233) / winspool / TS259
18:48:47:0 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 490) / winspool / TS002
18:48:47:0 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 490) / winspool / TS001
18:48:47:15 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 490) / winspool / TS014
18:48:47:15 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 490) / winspool / TS003
18:48:47:31 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 490) / winspool / TS019
18:48:47:46 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 490) / winspool / TS024
18:48:47:46 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 107) / winspool / TS284
18:48:47:62 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 107) / winspool / TS286
18:48:47:62 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 107) / winspool / TS285
18:48:47:78 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 107) / winspool / TS322
18:48:48:109 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 107) / winspool / TS324
18:48:48:109 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 420) / winspool / TS158
18:48:48:125 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 420) / winspool / TS155
18:48:48:140 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 420) / winspool / TS154
18:48:48:140 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 420) / winspool / TS156
18:48:48:156 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 420) / winspool / TS192
18:48:48:156 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 420) / winspool / TS194
18:48:48:171 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 420) / winspool / TS193
18:48:48:171 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 420) / winspool / TS196
18:48:48:187 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 262) / winspool / TS154
18:48:48:203 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 262) / winspool / TS156
18:48:48:203 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 262) / winspool / TS157
18:48:48:218 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 262) / winspool / TS155
18:48:48:218 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 262) / winspool / TS192
18:48:48:234 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 262) / winspool / TS193
18:48:48:250 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 262) / winspool / TS194
18:48:48:250 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 262) / winspool / TS159
18:48:48:265 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 262) / winspool / TS195
18:48:48:265 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 262) / winspool / TS196
18:48:48:281 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 1035) / winspool / TS004
18:48:48:296 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 1035) / winspool / TS003
18:48:48:296 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 1035) / winspool / TS019
18:48:48:312 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 1035) / winspool / TS017
18:48:48:312 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 1035) / winspool / TS020
18:48:48:328 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 1033) / winspool / TS001
18:48:48:343 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 1033) / winspool / TS003
18:48:48:343 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 1033) / winspool / TS004
18:48:48:359 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 1033) / winspool / TS005
18:48:48:359 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 1033) / winspool / TS006
18:48:48:375 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 1033) / winspool / TS008
18:48:48:390 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 1033) / winspool / TS010
18:48:48:390 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 1033) / winspool / TS009
18:48:48:406 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 1033) / winspool / TS007
18:48:48:406 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 1033) / winspool / TS011
18:48:48:421 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 145) / winspool / TS010
18:48:48:421 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 145) / winspool / TS012
18:48:48:437 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 145) / winspool / TS013
18:48:48:437 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 145) / winspool / TS011
18:48:48:453 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 1054) / winspool / TS201
18:48:48:468 > RPREPORTNEW:FINDPRINTER (78) Brother MFC-9330CDW Printer (redirected 1054) / winspool / TS200
18:48:48:468 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 1063) / winspool / TS262
18:48:48:484 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 1063) / winspool / TS261
18:48:48:484 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 1063) / winspool / TS260
18:48:48:500 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 1063) / winspool / TS269
18:48:48:515 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 523) / winspool / TS085
18:48:48:515 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 523) / winspool / TS088
18:48:48:531 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 523) / winspool / TS087
18:48:48:546 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 523) / winspool / TS086
18:48:48:546 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 523) / winspool / TS221
18:48:48:562 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 523) / winspool / TS223
18:48:48:562 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 523) / winspool / TS222
18:48:48:578 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 1065) / winspool / TS326
18:48:48:593 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 1065) / winspool / TS327
18:48:48:593 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 1065) / winspool / TS329
18:48:48:609 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 1065) / winspool / TS328
18:48:48:625 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 1065) / winspool / TS335
18:48:48:625 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 1065) / winspool / TS336
18:48:48:640 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 1071) / winspool / TS005
18:48:48:656 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 1071) / winspool / TS002
18:48:48:656 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 1071) / winspool / TS003
18:48:48:671 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 1071) / winspool / TS259
18:48:48:671 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 1071) / winspool / TS007
18:48:48:687 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 1071) / winspool / TS260
18:48:48:703 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 259) / winspool / TS027
18:48:48:703 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 259) / winspool / TS028
18:48:48:718 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 259) / winspool / TS030
18:48:48:718 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 259) / winspool / TS026
18:48:48:734 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 259) / winspool / TS031
18:48:48:750 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 259) / winspool / TS064
18:48:48:750 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 259) / winspool / TS065
18:48:48:765 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 259) / winspool / TS066
18:48:48:781 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 259) / winspool / TS067
18:48:48:781 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 259) / winspool / TS068
18:48:48:796 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 234) / winspool / TS003
18:48:48:812 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 234) / winspool / TS004
18:48:48:812 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 234) / winspool / TS010
18:48:48:828 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 667) / winspool / TS004
18:48:48:843 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 667) / winspool / TS005
18:48:48:843 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 667) / winspool / TS002
18:48:48:859 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 667) / winspool / TS006
18:48:48:859 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 667) / winspool / TS007
18:48:48:875 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 1084) / winspool / TS217
18:48:48:890 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 1084) / winspool / TS220
18:48:48:890 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 1084) / winspool / TS219
18:48:48:906 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 1084) / winspool / TS221
18:48:48:906 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 1084) / winspool / TS218
18:48:48:921 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 1084) / winspool / TS222
18:48:48:937 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 1084) / winspool / TS223
18:48:48:937 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 1084) / winspool / TS256
18:48:48:953 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 1084) / winspool / TS258
18:48:48:968 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 1084) / winspool / TS259
18:48:48:968 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 1084) / winspool / TS260
18:48:48:984 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 580) / winspool / TS151
18:48:48:984 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 580) / winspool / TS130
18:48:48:0 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 580) / winspool / TS153
18:48:48:15 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 580) / winspool / TS152
18:48:48:15 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 580) / winspool / TS158
18:48:48:31 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 580) / winspool / TS156
18:48:48:31 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 505) / winspool / TS028
18:48:48:46 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 505) / winspool / TS027
18:48:48:46 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 505) / winspool / TS154
18:48:48:62 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 505) / winspool / TS030
18:48:48:78 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 288) / winspool / TS003
18:48:48:93 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 288) / winspool / TS002
18:48:49:109 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 288) / winspool / TS004
18:48:49:125 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 288) / winspool / TS005
18:48:49:125 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 288) / winspool / TS008
18:48:49:140 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 288) / winspool / TS067
18:48:49:156 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 288) / winspool / TS010
18:48:49:156 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 288) / winspool / TS068
18:48:49:171 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 288) / winspool / TS069
18:48:49:171 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 288) / winspool / TS066
18:48:49:187 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 1111) / winspool / TS075
18:48:49:187 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 1111) / winspool / TS197
18:48:49:203 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 1111) / winspool / TS195
18:48:49:218 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 1111) / winspool / TS201
18:48:49:218 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 1111) / winspool / TS202
18:48:49:234 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 1074) / winspool / TS003
18:48:49:234 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 1074) / winspool / TS005
18:48:49:250 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 85) / winspool / TS004
18:48:49:250 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 85) / winspool / TS002
18:48:49:265 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 85) / winspool / TS003
18:48:49:265 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 85) / winspool / TS005
18:48:49:281 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 85) / winspool / TS006
18:48:49:296 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 85) / winspool / TS007
18:48:49:296 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 85) / winspool / TS020
18:48:49:312 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 85) / winspool / TS021
18:48:49:312 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 85) / winspool / TS023
18:48:49:328 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 85) / winspool / TS022
18:48:49:328 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 178) / winspool / TS023
18:48:49:343 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 178) / winspool / TS024
18:48:49:343 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 178) / winspool / TS026
18:48:49:359 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 178) / winspool / TS025
18:48:49:359 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 178) / winspool / TS028
18:48:49:375 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 198) / winspool / TS210
18:48:49:375 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 198) / winspool / TS207
18:48:49:390 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 198) / winspool / TS208
18:48:49:390 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 198) / winspool / TS209
18:48:49:406 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 198) / winspool / TS212
18:48:49:406 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 198) / winspool / TS222
18:48:49:421 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 198) / winspool / TS213
18:48:49:421 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 198) / winspool / TS256
18:48:49:437 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 198) / winspool / TS257
18:48:49:437 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 198) / winspool / TS223
18:48:49:453 > RPREPORTNEW:FINDPRINTER (78) Brother PC-FAX v.3.1 (redirected 272) / winspool / TS002
18:48:49:468 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 653) / winspool / TS202
18:48:49:468 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 653) / winspool / TS205
18:48:49:484 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 653) / winspool / TS206
18:48:49:484 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 653) / winspool / TS203
18:48:49:500 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 653) / winspool / TS207
18:48:49:500 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 653) / winspool / TS211
18:48:49:515 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 653) / winspool / TS210
18:48:49:515 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 653) / winspool / TS208
18:48:49:531 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 653) / winspool / TS209
18:48:49:546 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 653) / winspool / TS212
18:48:49:546 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 303) / winspool / TS024
18:48:49:562 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 303) / winspool / TS025
18:48:49:578 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 303) / winspool / TS023
18:48:49:578 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 303) / winspool / TS031
18:48:49:593 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 303) / winspool / TS029
18:48:49:593 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 492) / winspool / TS076
18:48:49:609 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 492) / winspool / TS022
18:48:49:625 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 492) / winspool / TS023
18:48:49:625 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 492) / winspool / TS077
18:48:49:640 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 492) / winspool / TS078
18:48:49:640 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 492) / winspool / TS136
18:48:49:656 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 492) / winspool / TS137
18:48:49:656 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 492) / winspool / TS080
18:48:49:671 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 492) / winspool / TS138
18:48:49:671 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 492) / winspool / TS139
18:48:49:687 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 492) / winspool / TS140
18:48:49:687 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 319) / winspool / TS007
18:48:49:703 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 319) / winspool / TS009
18:48:49:703 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 319) / winspool / TS006
18:48:49:718 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 319) / winspool / TS008
18:48:49:718 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 319) / winspool / TS010
18:48:49:718 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 319) / winspool / TS014
18:48:49:734 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 319) / winspool / TS011
18:48:49:750 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 319) / winspool / TS012
18:48:49:750 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 319) / winspool / TS013
18:48:49:765 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 319) / winspool / TS015
18:48:49:765 > RPREPORTNEW:FINDPRINTER (78) AnyDesk Printer (redirected 322) / winspool / TS006
18:48:49:765 > RPREPORTNEW:FINDPRINTER (78) Brother QL-1110NWB (redirected 322) / winspool / TS007
18:48:49:781 > RPREPORTNEW:FINDPRINTER (78) DYMO LabelWriter 450 (redirected 322) / winspool / TS008
18:48:49:781 > RPREPORTNEW:FINDPRINTER (78) Fax (redirected 322) / winspool / TS009
18:48:49:796 > RPREPORTNEW:FINDPRINTER (78) Microsoft Print to PDF (redirected 322) / winspool / TS010
18:48:49:796 > RPREPORTNEW:FINDPRINTER (78) PDFCreator (redirected 322) / winspool / TS012
18:48:49:812 > RPREPORTNEW:FINDPRINTER (78) OneNote for Windows 10 (redirected 322) / winspool / TS013
18:48:49:812 > RPREPORTNEW:FINDPRINTER (78) Star TSP100 Cutter (TSP143) (redirected 322) / winspool / TS014
18:48:49:828 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer (redirected 322) / winspool / TS011
18:48:49:843 > RPREPORTNEW:FINDPRINTER (78) OneNote (Desktop) (redirected 322) / winspool / TS015
18:48:49:843 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 1111) / winspool / TS196
18:48:49:859 > RPREPORTNEW:FINDPRINTER (78) DYMO L / /


Click here to read the complete article
Re: printer list too long returned by GetPrinters() in rp2dsn32.dll

<8ca3a041-07ed-4fc2-bbe3-e0b59a4ad5e2n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1018&group=comp.lang.clipper.visual-objects#1018

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a05:6214:1c8a:: with SMTP id ib10mr22951685qvb.126.1642515513531; Tue, 18 Jan 2022 06:18:33 -0800 (PST)
X-Received: by 2002:a05:6214:20aa:: with SMTP id 10mr1762392qvd.40.1642515513380; Tue, 18 Jan 2022 06:18:33 -0800 (PST)
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Tue, 18 Jan 2022 06:18:33 -0800 (PST)
In-Reply-To: <6ee685fa-b95f-457a-9083-5555725a6780n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=68.107.209.13; posting-account=7bF0GwoAAABMFHX6V4fON4-1F6LFJ834
NNTP-Posting-Host: 68.107.209.13
References: <e28ddf71-a54f-4726-89ca-02ef4c8f4942n@googlegroups.com> <31c36bab-c3f5-4614-ba31-78a85ba3c28bn@googlegroups.com> <6ee685fa-b95f-457a-9083-5555725a6780n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <8ca3a041-07ed-4fc2-bbe3-e0b59a4ad5e2n@googlegroups.com>
Subject: Re: printer list too long returned by GetPrinters() in rp2dsn32.dll
From: dlzc1@cox.net (dlzc)
Injection-Date: Tue, 18 Jan 2022 14:18:33 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 58
 by: dlzc - Tue, 18 Jan 2022 14:18 UTC

On Monday, January 17, 2022 at 12:37:03 PM UTC-7, j...@igsoft.be wrote:
> Hi David

> > On Monday, January 17, 2022 at 10:55:20 AM UTC-7, Jean-Luc wrote:
> > > Hello friends,
> > >
> > > On a shared terminal server the GetPrinters() method of reportpro
> > > (from ptrdevice{}) return a list of 817 printers.
> > What does it look like on their machine, when you look at installed
> > printers? Do they have a default printer set?

OK, so you missed my question, and reeled off code, and some version of results. On this same machine, when you look at the list of installed printers, in the Windows dialog, do all these same printers show up? Does this computer have a default printer setup?

> > > Tried on differents server of the pool.
> > > In this list are are obsolete printer (with an old redirect from)
> > >
> > > The problem is that my app don't find de good printer. I guess it
> > > is out of the list.
> > >
> > > Any idea to solve this problem ?
>
> > Have a network admin set up user accounts to NOT by default
> > share their printer to everyone on the network. And I have to
> > delete auto-installed printer in Windoze all the time. At some point,
> > they stop installing at whim. So far. Today...
> >
> > Might have the user find their printer, and set it for your program,
> > rather than forcing them through a list of possible printers every
> > time. Can you present them with a search, the model number say,
> > and only show matches?
....
> It returns a long printerlist, like this
> 18:48:42:734 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer / winspool / Ne00:
....
> 18:48:49:843 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 1111) / winspool / TS196
> 18:48:49:859 > RPREPORTNEW:FINDPRINTER (78) DYMO L / /

So this is a database, and you don't know how to present a usable list to the user?

How about just showing the entries on the same network segment? 18:48:42:#....

How about showing the entries that say "laserjet" (or whatever) in the first array column?

How about showing the entries that have been assigned a logical "port" on the local computer? Anything with a ":" in the third array column...

This user has two problems... the person administering their network, and the tool being applied that finds every printer "on the internet", rather than just printers accessible to this computer.

David A. Smith

Re: printer list too long returned by GetPrinters() in rp2dsn32.dll

<2fb481d9-766d-439e-a536-f254d0ee9c7en@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1020&group=comp.lang.clipper.visual-objects#1020

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a37:bac2:: with SMTP id k185mr22535036qkf.685.1642621955767;
Wed, 19 Jan 2022 11:52:35 -0800 (PST)
X-Received: by 2002:a37:a113:: with SMTP id k19mr15362263qke.39.1642621944652;
Wed, 19 Jan 2022 11:52:24 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Wed, 19 Jan 2022 11:52:24 -0800 (PST)
In-Reply-To: <8ca3a041-07ed-4fc2-bbe3-e0b59a4ad5e2n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=81.240.181.141; posting-account=JsAULgoAAABqHARBDjjSISV6PoSTSdrb
NNTP-Posting-Host: 81.240.181.141
References: <e28ddf71-a54f-4726-89ca-02ef4c8f4942n@googlegroups.com>
<31c36bab-c3f5-4614-ba31-78a85ba3c28bn@googlegroups.com> <6ee685fa-b95f-457a-9083-5555725a6780n@googlegroups.com>
<8ca3a041-07ed-4fc2-bbe3-e0b59a4ad5e2n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2fb481d9-766d-439e-a536-f254d0ee9c7en@googlegroups.com>
Subject: Re: printer list too long returned by GetPrinters() in rp2dsn32.dll
From: jls@igsoft.be (j...@igsoft.be)
Injection-Date: Wed, 19 Jan 2022 19:52:35 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 76
 by: j...@igsoft.be - Wed, 19 Jan 2022 19:52 UTC

Hi David,
The printers returned by the standard windows print dialgog are good (5 printers)
The computer has a default printer set.
I guess the function Getprinters() get the liste somehere in the registry....

But now my problem is solved by using SetPrinterTo(cprintername, cDriver , cport)
cdriver is always "winspool"
cport does not have to be specified

Jean-Luc

Le mardi 18 janvier 2022 à 15:18:34 UTC+1, dlzc a écrit :
> On Monday, January 17, 2022 at 12:37:03 PM UTC-7, j...@igsoft.be wrote:
> > Hi David
> > > On Monday, January 17, 2022 at 10:55:20 AM UTC-7, Jean-Luc wrote:
> > > > Hello friends,
> > > >
> > > > On a shared terminal server the GetPrinters() method of reportpro
> > > > (from ptrdevice{}) return a list of 817 printers.
> > > What does it look like on their machine, when you look at installed
> > > printers? Do they have a default printer set?
> OK, so you missed my question, and reeled off code, and some version of results. On this same machine, when you look at the list of installed printers, in the Windows dialog, do all these same printers show up? Does this computer have a default printer setup?
> > > > Tried on differents server of the pool.
> > > > In this list are are obsolete printer (with an old redirect from)
> > > >
> > > > The problem is that my app don't find de good printer. I guess it
> > > > is out of the list.
> > > >
> > > > Any idea to solve this problem ?
> >
> > > Have a network admin set up user accounts to NOT by default
> > > share their printer to everyone on the network. And I have to
> > > delete auto-installed printer in Windoze all the time. At some point,
> > > they stop installing at whim. So far. Today...
> > >
> > > Might have the user find their printer, and set it for your program,
> > > rather than forcing them through a list of possible printers every
> > > time. Can you present them with a search, the model number say,
> > > and only show matches?
> ...
> > It returns a long printerlist, like this
> > 18:48:42:734 > RPREPORTNEW:FINDPRINTER (78) Microsoft XPS Document Writer / winspool / Ne00:
> ...
> > 18:48:49:843 > RPREPORTNEW:FINDPRINTER (78) ET-3750 Series(Network) (redirected 1111) / winspool / TS196
> > 18:48:49:859 > RPREPORTNEW:FINDPRINTER (78) DYMO L / /
> So this is a database, and you don't know how to present a usable list to the user?
>
> How about just showing the entries on the same network segment? 18:48:42:#...
>
> How about showing the entries that say "laserjet" (or whatever) in the first array column?
>
> How about showing the entries that have been assigned a logical "port" on the local computer? Anything with a ":" in the third array column...
>
> This user has two problems... the person administering their network, and the tool being applied that finds every printer "on the internet", rather than just printers accessible to this computer.
>
> David A. Smith

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor