Has anyone configured NS WMS with PrintNode succes...
# inventory
a
Has anyone configured NS WMS with PrintNode successfully? I'm doing this in a demo account to test it out for myself. I have most of it working except the actual printing. Any help would be greatly appreciated. I've opened a case with NetSuite, but that's going at a Snails pace. 1. The printnode api to get the printer list/status in NetSuite worked without issue 2. Printing from printnode (upload file) to my local machine works without issue 3. Printing from NetSuite using the printjobs api (https://api.printnode.com/printjobs) results in a 500 error I queried the details of the error using the postman utility (attached image) I saw someone post this in the forum as well, but no answer there: https://netsuiteprofessionals.com/question/download-http-response-status-code-500/
The same details, but from the printnode logs on the local machine:
For anyone else who gets to this... the issue was that NS requires both the Local (192.168....) and the Public IP addresses to be whitelisted. This is not clearly indicated in the documentation. It looks like the Local IP address is used to get the printer list and the Public IP address is used to send the file to the printers from NS, so I suppose it makes sense..