Lansa Integrator - Service_Get Trace(*path) for SMTPMailService doesn't work
Posted: Tue Nov 05, 2019 3:29 am
Hello everybody! I need to know what is the path of the trace folder when I use SMTPMailService service with Lansa Integrator. So I tried to send the "Service_get trace(*path)" command but I receive an error in the jsm message field: "Unsupported SERVICE_GET TRACE keyword value : SERVICE_GET". I think to have correctly followed the guide but it doesn't work: https://docs.lansa.com/14/en/lansa093/i ... e%7C_____2
How can I fix it?
Thanks
Here the code snippet:
How can I fix it?
Thanks
Here the code snippet:
Code: Select all
...
#WRK_jsmcmd := 'Service_Load Service(SMTPMailService) trace(*YES) trace_name(SEND_EMAIL)'
Use Builtin(jsmx_command) With_Args(#WRK_jsmhdle #WRK_jsmcmd) To_Get(#WRK_jsmsts #WRK_jsmmsg)
#WRK_jsmcmd := "Service_Get Trace(*path)"
Use Builtin(jsmx_command) With_Args(#WRK_jsmhdle #WRK_jsmcmd) To_Get(#WRK_jsmsts #WRK_jsmmsg)
...