×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
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@xxxxxxxxxxxx] On Behalf Of Michael Dillon
Sent: 14 January 2016 19:43
To: mapics-l@xxxxxxxxxxxx
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@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/mapics-l
or email: MAPICS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/mapics-l.
As an Amazon Associate we earn from qualifying purchases.