The SELW state is OK
JSM QSYS SBS .0 DEQW
JSMJOB01 QOTHPRDOWN BCH .0 CMD-RUNJSM TIMW
JSMJOB01 QOTHPRDOWN BCI .0 JVM-com.lansa. SELW
The interesting thing is the CMD-STRJSM in the image, STRJSM should submit the CMD-RUNJSM which calls JAVA.
Use Option 5, on each of the jobs and check the job ...
Search found 16 matches
- Fri Sep 21, 2018 2:24 pm
- Forum: Questions & Answers
- Topic: LANSA V14 SP1 with OS/400 V7R3M0 and Java V1.7.0
- Replies: 3
- Views: 8919
- Thu Aug 30, 2018 10:31 am
- Forum: Questions & Answers
- Topic: Integrator - HTTP Service - OutboundXML Handler - Custom Content-Type in HTTP Header
- Replies: 3
- Views: 7883
Re: Integrator - HTTP Service - OutboundXML Handler - Custom Content-Type in HTTP Header
I would recommend looking at XML binding to read and write XML.
Using style-sheet transformation (XSLT) can get complex.
Cheers
Alick
Using style-sheet transformation (XSLT) can get complex.
Cheers
Alick
- Thu Aug 30, 2018 10:28 am
- Forum: Questions & Answers
- Topic: Integrator - HTTP Service - OutboundXML Handler - Custom Content-Type in HTTP Header
- Replies: 3
- Views: 7883
Re: Integrator - HTTP Service - OutboundXML Handler - Custom Content-Type in HTTP Header
To stop the CONTENT keyword value being lower cased.
1. You need to triple quote ‘’’ the command, so RDML does not uppercase the field value.
2. You need to have the CONTENT type value starting and ending with “ “ to stop lowercasing.
3. If a keyword value starts and ends with “ “ then the ...
1. You need to triple quote ‘’’ the command, so RDML does not uppercase the field value.
2. You need to have the CONTENT type value starting and ending with “ “ to stop lowercasing.
3. If a keyword value starts and ends with “ “ then the ...
- Mon Jun 18, 2018 10:40 am
- Forum: Questions & Answers
- Topic: Integrator PDFDocumentService List Element
- Replies: 1
- Views: 3122
Re: Integrator PDFDocumentService List Element
Hi,
Specify the working list field on the list element.
<list x1="20" y1="760" symbol="bullet" field="STD_STRING" width="200" horizontal-align="left" style="header">
Each working list entry for that field will become an item in the PDF list.
Cheers
Alick
Specify the working list field on the list element.
<list x1="20" y1="760" symbol="bullet" field="STD_STRING" width="200" horizontal-align="left" style="header">
Each working list entry for that field will become an item in the PDF list.
Cheers
Alick
- Fri Oct 27, 2017 1:00 pm
- Forum: Questions & Answers
- Topic: Integrator SMTPMailService Rich Emails
- Replies: 2
- Views: 5096
Re: Integrator SMTPMailService Rich Emails
Hi,
1. Using file approach, the file must reside on the same server as the JSM server, the file content is static.
You can use an absolute path to any location on the server, or a path relative to the JSM instance path.
SET CONTENT(*HMTL) BODY(/folder/file.html) ENCODING(UTF-8)
or
SEND ...
1. Using file approach, the file must reside on the same server as the JSM server, the file content is static.
You can use an absolute path to any location on the server, or a path relative to the JSM instance path.
SET CONTENT(*HMTL) BODY(/folder/file.html) ENCODING(UTF-8)
or
SEND ...
- Thu Aug 03, 2017 11:50 am
- Forum: Questions & Answers
- Topic: USE Builtin WITH_ARGS and TO_GET
- Replies: 6
- Views: 14843
Re: USE Builtin WITH_ARGS and TO_GET
It is only after pressing the submit, do you notice a mistake or something missing
The SERVICE_LIST keyword is missing from some RDML example.
3. The following command will send the command string, the working list and all fields in the function to the service.
use builtin(JSM_COMMAND) with_args ...
The SERVICE_LIST keyword is missing from some RDML example.
3. The following command will send the command string, the working list and all fields in the function to the service.
use builtin(JSM_COMMAND) with_args ...
- Thu Aug 03, 2017 11:40 am
- Forum: Questions & Answers
- Topic: USE Builtin WITH_ARGS and TO_GET
- Replies: 6
- Views: 14843
Re: USE Builtin WITH_ARGS and TO_GET
There is a difference between the RDML and RDMLX BIFs.
The RDML BIF cannot access the function internals to determine the working list field definition, so the SERVICE_LIST keyword is required on the command.
The RDMLX BIF can access the working list field definition, so the SERVICE_LIST keyword ...
The RDML BIF cannot access the function internals to determine the working list field definition, so the SERVICE_LIST keyword is required on the command.
The RDMLX BIF can access the working list field definition, so the SERVICE_LIST keyword ...
- Fri Jun 09, 2017 9:21 am
- Forum: Questions & Answers
- Topic: Integrator LDAP Authentication
- Replies: 9
- Views: 14603
Re: Integrator LDAP Authentication
Out of interest for what reasons are you accessing the Windows active directory.
Q. Is it just for authentication checking of user and password.
Q. Do you plan to read, search or update LDAP entries.
Q. Is it just for authentication checking of user and password.
Q. Do you plan to read, search or update LDAP entries.
- Thu Jun 08, 2017 9:23 am
- Forum: Questions & Answers
- Topic: Integrator LDAP Authentication
- Replies: 9
- Views: 14603
Re: Integrator LDAP Authentication
Hi,
Have you tried cn=JRYOUNG
Also what LDAP server are you using.
You could also use a simple tool like http://www.ldapadmin.org/ to test logon.
Command : BIND DN(cn=HQ\JRYOUNG) PASSWORD(*****) HOST(********.com)
Use plain socket connection
Connect to : *********.com:389
Create bind ...
Have you tried cn=JRYOUNG
Also what LDAP server are you using.
You could also use a simple tool like http://www.ldapadmin.org/ to test logon.
Command : BIND DN(cn=HQ\JRYOUNG) PASSWORD(*****) HOST(********.com)
Use plain socket connection
Connect to : *********.com:389
Create bind ...
- Thu Feb 09, 2017 10:25 am
- Forum: Questions & Answers
- Topic: Integrator Repository Viewer - No Data Message
- Replies: 2
- Views: 5454
Re: Integrator Repository Viewer - No Data Message
Is using the Repository Viewer something that is recommended ?
It is personal preference, if you have a small number of fields or already have the field names available then it might be easier to type them in.
The repository viewer requires configuration and setting up of the backend RDML/RDMLX ...
It is personal preference, if you have a small number of fields or already have the field names available then it might be easier to type them in.
The repository viewer requires configuration and setting up of the backend RDML/RDMLX ...
- Wed Jan 04, 2017 10:48 am
- Forum: Questions & Answers
- Topic: SOAP protocol versions supported by Lansa Integrator
- Replies: 3
- Views: 9673
Re: SOAP protocol versions supported by Lansa Integrator
LI SOAP services have limited support for SOAP 1.2
- Wed Jan 04, 2017 10:44 am
- Forum: Questions & Answers
- Topic: SOAP protocol versions supported by Lansa Integrator
- Replies: 3
- Views: 9673
Re: SOAP protocol versions supported by Lansa Integrator
LI SOAP uses Apache Axis 1.4
Apache Axis 1.4 supports:
WSDL 1.1
SOAP 1.1
SOAP 1.2 Candidate Recommendation
http://wiki.apache.org/ws/FrontPage/Axis/StandardsSupported
In summary,
SOAPServerWizard generates WSDL 1.1 and SOAP 1.1
SOAPAgentWizard can consume WSDL 1.1, SOAP 1.1 and SOAP 1.2 ...
Apache Axis 1.4 supports:
WSDL 1.1
SOAP 1.1
SOAP 1.2 Candidate Recommendation
http://wiki.apache.org/ws/FrontPage/Axis/StandardsSupported
In summary,
SOAPServerWizard generates WSDL 1.1 and SOAP 1.1
SOAPAgentWizard can consume WSDL 1.1, SOAP 1.1 and SOAP 1.2 ...
- Wed Dec 21, 2016 2:38 pm
- Forum: Questions & Answers
- Topic: LI - SOAPServer Service - Multi Fragment Response
- Replies: 1
- Views: 5130
Re: LI - SOAPServer Service - Multi Fragment Response
The SOAP server service does not support In/Out parameters.
You will need to create the SOAP XML using the XML binding wizard and one of the XML HTTP services.
You will need to create the SOAP XML using the XML binding wizard and one of the XML HTTP services.
- Mon Oct 17, 2016 11:54 am
- Forum: Questions & Answers
- Topic: Replacing and updating the XML source in Lansa Integrator
- Replies: 1
- Views: 4019
Re: Replacing and updating the XML source in Lansa Integrator
Yes, Just edit the source xml file, the project reads the source XML file each time on open.
New XML nodes will appear in the project.
Deleted XML nodes that where mapped, will not appear in the map.
These deleted mapped nodes will not saved back to the project file.
New XML nodes will appear in the project.
Deleted XML nodes that where mapped, will not appear in the map.
These deleted mapped nodes will not saved back to the project file.
- Mon Oct 17, 2016 11:47 am
- Forum: Questions & Answers
- Topic: A way to keep the samples from other solutions in the same solution group in Lansa Integrator?
- Replies: 1
- Views: 4258
Re: A way to keep the samples from other solutions in the same solution group in Lansa Integrator?
So, is there a way to keep the samples from other solutions in the same solution group in Lansa Integrator, when building a solution? No.
RDML, RDMLX and RPG samples are generated for each XML, JSON or SOAP binding solution project build process.
You should have one solution project file per ...
RDML, RDMLX and RPG samples are generated for each XML, JSON or SOAP binding solution project build process.
You should have one solution project file per ...
- Mon Sep 05, 2016 6:14 am
- Forum: Questions & Answers
- Topic: How to invoke third party SOAP WS without mapping parameters to program variables
- Replies: 3
- Views: 9290
Re: How to invoke third party SOAP WS without mapping parameters to program variables
Hi,
It is possible to add SOAP header information using Java code.
You can do it via a MessageHandler or a code all in the AGENT_INCLUDE.TXT file.
The AGENT_INCLUDE.TXT file is read when the SOAP Agent Project is being compiled.
/*
Set SOAP Header
*/
com.acme.soap.SOAPAgentStubHelper ...
It is possible to add SOAP header information using Java code.
You can do it via a MessageHandler or a code all in the AGENT_INCLUDE.TXT file.
The AGENT_INCLUDE.TXT file is read when the SOAP Agent Project is being compiled.
/*
Set SOAP Header
*/
com.acme.soap.SOAPAgentStubHelper ...