Re: SystemLink RPG

Michael Dillon <Michael.Dillon-wzDqe+/[email protected]>
Newsgroups gmane.comp.systems.as400.mapics
Message-ID <[email protected]>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.