Re: SystemLink RPG
Michael Dillon <Michael.Dillon-wzDqe+/[email protected]>
| Newsgroups | gmane.comp.systems.as400.mapics |
|---|---|
| Message-ID | <[email protected]> |
Hmm, that was meant to be in response to Doug Morrison's post on 24th December. -----Original Message----- From: MAPICS-L [mailto:mapics-l-bounces-Zwy7GipZuJhWk0Htik3J/[email protected]] On Behalf Of Michael Dillon Sent: 14 January 2016 19:43 To: mapics-l-Zwy7GipZuJhWk0Htik3J/[email protected] Subject: Re: [MAPICS-L] SystemLink RPG Hi Doug, It looks as though the syntax for the properties attribute of the Login tag isn't quite right. You don't need the quotes around the SystemName and EnvironmentId, and each of the elements should be separated by a comma. Try the following... <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE System-Link SYSTEM "SystemLinkRequest.dtd"> <System-Link> <Login userId="UUUUUUUUUU" password="PPPPPPPPPP" maxIdle="900000" properties="com.pjx.cas.domain.EnvironmentId=ND, com.pjx.cas.domain.SystemName=T105LZFM.SIMONDS.CC, com.pjx.cas.user.LanguageId=en"/> <Request sessionHandle="*current" workHandle="*new" broker="EJB" maxIdle="0"> <Delete name="ITEMBL" domainClass="com.mapics.epdm.ItemWarehouse"> <DomainEntity> <Key> <Property path="warehouse"><Value><![CDATA[CS9]]></Value></Property> <Property path="item"><Value><![CDATA[24372]]></Value></Property> </Key> </DomainEntity> </Delete> </Request> <Logout sessionHandle="*current"/> </System-Link> Regards, Michael -- This is the MAPICS ERP System Discussion (MAPICS-L) mailing list To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l. -- This is the MAPICS ERP System Discussion (MAPICS-L) mailing list To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l.