Trying to print from an application in PCL - printing

Trying to use a new application which has been developed for us, and runs a report in PCL to our HP LaserJet pro m404dn.
The code is below, I believe it is missing an opening thesis, but I am far from a PCL expert, the software developers are telling me its a printer issue, but I am not so sure. Code is pasted below.
<landscape><column|2>24/06/20 - 25/06/20<column|50>Goods Receipt Note<column|104>Page 1
<column|2>Site: Site1 <column|30>Client: Client 1<column|85>Order: PO-1075
<column|2>Pack ID<column|21>Product<column|42>Description<column|63> Qty<column|116> Weight<column|69>UOM<column|77>Batch<column|88>Rota<column|98>Ref3<column|107>Ref4
<push><line|1|130><pop>
<column|2>100001539<column|21>213043 - BEECASUAL<column|42>Bee Stripe Single Te<rj|68>100<rj|124>9.000<column|69>EACH<column|77>240620<column|88>24/06/20<column|98><column|107>
<column|2>100001583<column|21>213040 BEESTRPN<column|42>BEE & STRIPE OVEN GL<rj|68>724<rj|124>155.663<column|69>EACH<column|77><column|88>24/06/20<column|98><column|107>
<column|2>100001589<column|21>213040 BEESTRPN<column|42>BEE & STRIPE OVEN GL<rj|68>720<rj|124>154.644<column|69>EACH<column|77><column|88>25/06/20<column|98><column|107>
<column|2>100001590<column|21>213042 - BEESTRPG<column|42>Bee Stripe Single Ov<rj|68>604<rj|124>30.200<column|69>EACH<column|77>250620<column|88>25/06/20<column|98><column|107>
<column|2>100001591<column|21>213041 BEESTRIPN<column|42>BEE & STRIPE PAN GRA<rj|68>14<rj|124>42.000<column|69>CARTON<column|77>240620<column|88>25/06/20<column|98><column|107>
<column|2>100001592<column|21>213041 MLTSTRPE<column|42>FLORAL & STRIPE PAN <rj|68>14<rj|124>42.000<column|69>CARTON<column|77>240620<column|88>25/06/20<column|98><column|107>
<push><line|1|130><pop>
<column|2>Summary:
<column|2>Product<rj|43>Ordered<rj|54>Processed<rj|78>Weight Proc<column|55>UOM
<push><line|1|130><pop>
<column|2>213041 BEESTRIPN<rj|43>14<rj|54>14<rj|78>42.000<column|55>CARTON
<column|2>213043 - BEECASUAL<rj|43>100<rj|54>100<rj|78>9.000<column|55>EACH
<column|2>213041 MLTSTRPE<rj|43>14<rj|54>14<rj|78>42.000<column|55>CARTON
<column|2>213042 - BEESTRPG<rj|43>604<rj|54>604<rj|78>30.200<column|55>EACH
<column|2>213040 BEESTRPN<rj|43>1441<rj|54>1444<rj|78>310.307<column|55>EACH
<push><line|1|130><pop>
<column|2>End of Goods Receipt Note report
<push><line|1|130><pop>

Related

Can't locate Arduino AT-Tiny

I have 2 types of ARDUINO-cards. ATMEGA 2560 and ATMEGA 328P.
In my Delphi7 (XP64 sp2) I have modified the JvHidDeviceController Unit to show the PID/VID's of the abovementioned Cards. That works perfectly. And with the use of the TComPort unit I can communicate with the selected card. No problems here.
And here is the problem:
I connect my AVR MARK II (usb-tiny). System "says" OK.
(When I run the ARUINO program I have no problems communicating with the connected card.)
I run the Delphi program (JVHidDeviceController Unit), the 2560 and 328p PID/VID appear in a LIST-box but NOT the AVR-MARK II.
I Wonder why ? Please help.
After a search on the WWW I discovered, that the UNO (328P) could be turned into a ISP programmer. And by doing so I solve 2 (sub-)problems. I got the code ("bootloader") and the UNO Stills responds to the JVHidDeviceController requests. (Final solution in reach.. ) Kris

How to get data from a SAP system using IDOC

I have currently install sap_netweaver_as_abap_751_sp02_ase_dev_edition and all works fine.
My final goal is to create some tables in SAP (I have SAP ASE installed as DB) and to be able to access them using java (of course with sapidoc3.jar and sapjco3.jar).
Until this moment I manage to create a connection to SAP and I get this output:
executing
Attributes:
DEST: mySAPSystem
OWN_HOST: HS-SW-05
PARTNER_HOST: vhcalnplci
SYSTNR: 00
SYSID: NPL
CLIENT: 001
USER: DEVELOPER
LANGUAGE: E
ISO_LANGUAGE: EN
OWN_CODEPAGE: 4102
OWN_CHARSET: UTF16
OWN_ENCODING: utf-16
OWN_BYTES_PER_CHAR: 2
PARTNER_CODEPAGE: 4103
PARTNER_CHARSET: UTF16
PARTNER_ENCODING: utf-16
PARTNER_BYTES_PER_CHAR: 2
OWN_REL: 721
PARTNER_REL: 751
PARTNER_TYPE: 3
KERNEL_REL: 749
TRACE:
RFC_ROLE: C
OWN_TYPE: E
CPIC_CONVID: 00000000
STFC_CONNECTION finished:
Echo: Hello SAP
Response: SAP R/3 Rel. 751 Sysid: NPL Date: 20180905 Time: 132841
Logon_Data: 001/DEVELOPER/E
I also manage to create a simple table in SAP, but right now I don't understand how can I receive info from that table using java and my jars(is not possible to make any selects or things like this).
From what I found on the internet I have understood that these tables are stored in an IDOC file and I should get somehow this IDOC.
If someone has done this before maybe can give me some clues about how can I get some date from a SAP database.
Thank you.
For now, I can only give a general answer, because I feel you'll have to search detailed guides through other posts, how IDOC works.
An IDOC is neither a table, nor a file. It's a format for exchanging data with SAP (SAP also stores them in IDOC tables, for logging and recovery purposes).
You can either send an IDOC to SAP, or get one from SAP. For instance, one IDOC could contain the data of a purchasing order.
To get data from SAP, you must push it from SAP, by defining:
some data in SAP (purchase order, customer, etc.),
when to send it (immediately or scheduled),
how to send the data via IDOCs to your "java program", by configuring partners and ports (file, HTTP, RFC...)
There are transaction codes like WE20, WE21, BD64.
On a trial system, there is almost no real application except the flight demo database. You may try filling it with the program SAPBC_DATA_GENERATOR, then use the program SAPBC_FILL_FLCUST_IDOC to send IDocs of type FLCUSTOMER_CREATEFROMDATA01.

Convert DAO extraBalance to Ether or Bitcoin

I'm a noob in cryptocurrencies and still hold some DAO_extraBalance tokens in MyEtherWallet. I want to convert these DAO_extraBalance tokens into Ether tokens (ETH) or Bitcoins (BTC). I've browsed through some old messages and found that support to convert DAO_extraBalance tokens to ETH or BTC halted via MyEtherWallet, Jaxx and Poloniex.
Furthermore, other options are quite complex, such as issuing an ExtraBalDaoWithdraw contract via: https://etherscan.io/address/0x755cdba6AE4F479f7164792B318b2a06c759833B#code.
I hope anyone can help me out with a step-by-step procedure - for dummies - how to convert DAO_extraBalance to ETH or BTC. A YouTube video with such a procedure would also help. Thanks in advance.
Download dist-v3.3.7.zip from MyEtherWallet v3.3.7 to your computer drive
Unzip the dist-v3.3.7.zip file
Double click on index.html
Click on the Withdraw DAO at the bottom of the page
Upload your Keystore File (UTC / JSON) and you will see the following screen (there are 0 refunds for the account shown):
Read more: https://medium.com/curator-multisig-phf-official-channel/dao-token-holders-come-claim-your-money-b428f186572a
See also: https://theethereum.wiki/w/index.php/The_DAO_Refunds#How_Do_I_Withdraw_The_DAO_Refunds.3F

Isolating cause of Erlang and RabbitMQ crashes

We have been trying to make use of the RabbitMQ Service Bus (v3.3.4) but the central bus keeps crashing. At the moment we are not using any clustering and its hosted on Windows Server 2008 R2. We'd like to isolate the root cause but the below error is the only one we can find. Can anyone shed some light on what; if anything; we can do to find the root cause of this?
Note: There are roughly 20 consumers with roughly the same number of Topic subscriptions. Also, all the clients are .NET 4.5 using the 3.3.4 Rabbit client libraries.
Version=1
EventType=APPCRASH
EventTime=130658038736577295
ReportType=2
Consent=1
ReportIdentifier=7f93ccd8-9cbe-11e4-ae00-000c29c08139
IntegratorReportIdentifier=7f93ccd7-9cbe-11e4-ae00-000c29c08139
Response.type=4
Sig[0].Name=Application Name
Sig[0].Value=erl.exe
Sig[1].Name=Application Version
Sig[1].Value=0.0.0.0
Sig[2].Name=Application Timestamp
Sig[2].Value=5343035d
Sig[3].Name=Fault Module Name
Sig[3].Value=MSVCR100.dll
Sig[4].Name=Fault Module Version
Sig[4].Value=10.0.30319.1
Sig[5].Name=Fault Module Timestamp
Sig[5].Value=4ba220dc
Sig[6].Name=Exception Code
Sig[6].Value=40000015
Sig[7].Name=Exception Offset
Sig[7].Value=00000000000760d9
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.1.7600.2.0.0.272.7
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=1033
DynamicSig[22].Name=Additional Information 1
DynamicSig[22].Value=8d79
DynamicSig[23].Name=Additional Information 2
DynamicSig[23].Value=8d79a00078e92d9c3d5d79d4324254fe
DynamicSig[24].Name=Additional Information 3
DynamicSig[24].Value=9af5
DynamicSig[25].Name=Additional Information 4
DynamicSig[25].Value=9af5b20633c279dbf44b04a614c6a1f6
UI[2]=C:\Program Files\erl6.0\erts-6.0\bin\erl.exe
UI[5]=Check online for a solution (recommended)
UI[6]=Check for a solution later (recommended)
UI[7]=Close
UI[8]=erl.exe stopped working and was closed
UI[9]=A problem caused the application to stop working correctly. Windows will notify you if a solution is available.
UI[10]=&Close
LoadedModule[0]=C:\Program Files\erl6.0\erts-6.0\bin\erl.exe
LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
LoadedModule[2]=C:\Windows\system32\kernel32.dll
LoadedModule[3]=C:\Windows\system32\KERNELBASE.dll
LoadedModule[4]=C:\Windows\system32\MSVCR100.dll
LoadedModule[5]=C:\Program Files\erl6.0\erts-6.0\bin\erlexec.dll
LoadedModule[6]=C:\Windows\system32\USER32.dll
LoadedModule[7]=C:\Windows\system32\GDI32.dll
LoadedModule[8]=C:\Windows\system32\LPK.dll
LoadedModule[9]=C:\Windows\system32\USP10.dll
LoadedModule[10]=C:\Windows\system32\msvcrt.dll
LoadedModule[11]=C:\Windows\system32\IMM32.DLL
LoadedModule[12]=C:\Windows\system32\MSCTF.dll
LoadedModule[13]=C:\Windows\system32\apphelp.dll
LoadedModule[14]=C:\Program Files\erl6.0\erts-6.0\bin\beam.dll
LoadedModule[15]=C:\Windows\system32\ADVAPI32.dll
LoadedModule[16]=C:\Windows\SYSTEM32\sechost.dll
LoadedModule[17]=C:\Windows\system32\RPCRT4.dll
LoadedModule[18]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_fa62ad231704eab7\COMCTL32.dll
LoadedModule[19]=C:\Windows\system32\SHLWAPI.dll
LoadedModule[20]=C:\Windows\system32\COMDLG32.dll
LoadedModule[21]=C:\Windows\system32\SHELL32.dll
LoadedModule[22]=C:\Windows\system32\WS2_32.dll
LoadedModule[23]=C:\Windows\system32\NSI.dll
LoadedModule[24]=C:\Windows\system32\IPHLPAPI.DLL
LoadedModule[25]=C:\Windows\system32\WINNSI.DLL
LoadedModule[26]=C:\Windows\system32\mswsock.dll
LoadedModule[27]=C:\Windows\System32\wshtcpip.dll
LoadedModule[28]=C:\Windows\system32\NLAapi.dll
LoadedModule[29]=C:\Windows\system32\DNSAPI.dll
LoadedModule[30]=C:\Windows\System32\winrnr.dll
LoadedModule[31]=C:\Windows\system32\napinsp.dll
LoadedModule[32]=C:\Windows\System32\wship6.dll
FriendlyEventName=Stopped working
ConsentKey=APPCRASH
AppName=erl.exe
AppPath=C:\Program Files\erl6.0\erts-6.0\bin\erl.exe

FT not working propertly with Google Apps Script

I create a library with functions to insert data into a Fusion Table.This functions work fine.
Then, I create a new GAS proyect including this library. When I try to invoke the library function to insert data in FT, I always obtain "Authorizacion Requires". I grant the authorization all the times but it doesn't work (I'm the owner of all the GAS proyects and FT).
This is the url I see in Logs. The oAuth parameters are correct: UrlFetchApp.fetch([https://www.google.com/fusiontables/api/query, {oAuthServiceName=fusiontables, payload=sql=INSERT INTO 1MzzGAWuSZv_A1ETirCEHE8xWM5uBu7f3bJ0VPSc ('idProyecto','tipoNotificacion','idDocumento','fechaSolicitud','estado') values('dcccc','EliminaciĆ³n IC','','Thu Aug 16 2012 13:36:41 GMT+0200 (CEST)','0'), oAuthUseToken=always, method=post}])
regards

Resources