@theopenem_admin can you specify this? meaning where do you trigger this from or the config for the module?
Posts made by doguey
-
RE: Printer module,script and command do not install printers over the network
-
Printer module,script and command do not install printers over the network
I am really struggling with the printer module I have tried it on 3 different settings, the printer module, a script and a command and none are installing the printers but I get exit code 0 meaning successfull deployment. I run those commands separatedly and ALL work fine and my printers install so I am not sure where the issue is at at this point but when i run this from theo i get nothing.
printer module code: '\printerserver\printer name' ; Action: installPowershell
-module run on device: powershell.exe add-printer -connectionName "'\printerserver\printer name'"Command module code: command: powershell.exe ; Arguments: add-printer -connectionName '\printerserver\printer name'
-extract of code run on the device: cmd.exe /c "powershell.exe" add-printer -connectionName '\printerserver\printer name'Script run on machine: script type: powershell
$printclass = [wmiclass]"win32_printer"
$printclass.AddPrinterConnection("\printerserver\printer name")
$printclass.AddPrinterConnection("\printerserver\printer name2")
#$printclass.AddPrinterConnection("\printerserver.company.com\LAB A Color")
#$printclass.AddPrinterConnection("\printerserver.company.com\LAB A Duplex")Script run on device:
-powershell.exe -executionpolicy bypass -noprofile -file "location of script.ps1" -
RE: error on API call from devices
@theopenem_admin Yeah i just saw this So we are wprking to change this into a server grade system.
Now I do I migrate all so then I do not break theopenem? and my systems can work together? or just all into one server?
Can I export the DB? or how?
thank you
-
RE: error on API call from devices
@theopenem_admin os win 10 and right now arround 33
-
RE: error on API call from devices
OK i did some more depth checking, Now the login and system as super slugish (we have a 64gb ram and raid 5 ssd drives nvme with a 10gb NIC, so I know it is not a problem with my system.
I am attaching the two full logs for review as I do not know where the issue is at. The settings and all have not changed and the connection to the DB are fine.Toems-API application logs.log FrontEnd - toem-UI.log
if anybody has any idea let me know.
-
RE: error on API call from devices
ok seems to have sorted itselfout. Apologize for this inconvinient.
-
RE: error on API call from devices
ok enabled Debug, now will wait to make sure all info is populating, also all apps are installing as normal. So not sure why i have that error for an API call error.
-
RE: error on API call from devices
Yes that is correct the checking time is 180, that makes sense.
can you remind me how to put the client in debug?
thank you
-
error on API call from devices
Hi all of you I am writing because my system was working fine recently and then After the test i got 60 on the part for testing that all links were working fine, i re checked all and then i got a 180.
This is the lines of code that come up:
Any idea? thank you all