RE: [U2][UV]confusing memory problem

2007-06-05 Thread andi_mayer
https://www-927.ibm.com/software/data/u2/support/u2techconnect/matrix.asp I would have never looked in the Product availability matrix for the release notes It is a night-mare to run over all this notes, but I suceeded in the 10.0.17.txt 5462An internal error caused the

[U2] From SOAP on to XML

2007-06-05 Thread gerry-u2ug
Thanks to everyone that responded to my SOAP questions. Now it's on to some XML processing. I am having some problem understanding how to get the XMAPAppendRec() function to work properly. Leaving out all of the gory details , basically I have XML.map XML.ext files setup to allow parsing of the

RE: [U2] From SOAP on to XML

2007-06-05 Thread Scott Teixeira
Gerry - in your StartNode in the XMAP file, add a root element in the Xpath. Example: If StartNode contains List, change it to Lists/List. That should do it. Scott T. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gerry-u2ug Sent: Tuesday, June 05,

RE: [U2] From SOAP on to XML

2007-06-05 Thread gerry-u2ug
Thanks Scott, That did it, I changed the .map StartNode from Item to List/Item and the rootNode in my XDOMLocate from List to now everything works as expected. Gerry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Teixeira Sent: June 5, 2007 10:03

[U2] Triple-DES Encryption - Java question for U2 group

2007-06-05 Thread George R Smith
All, I am testing the 7.1 ENCRYPT function (Unidata). Previous to 7.1 you could not encrypt in a language such as C# and have the Unibasic ENCRYPT function decrypt a string. I believe that IBM has fixed this in 7.16 therefore the test. My problem is that (sad to say unlike C# but now I must use

[U2] Soap Pt 2

2007-06-05 Thread gerry-u2ug
Calling a webservice using SoapSetParameters , SoapSubmitRequest There seems to be a limit of about 16K where any parameters exceeding this size get jumbled up - using SoapRequestWrite it looks like some sort of buffer overwrite going on. I can get around this by manually building the entire soap

RE: [U2] Soap Pt 2

2007-06-05 Thread Nick Cipollina
I ran into the same issue. What I ended up doing was writing my own subroutine to make web service calls. It is nothing more than a socket call on a given port and IP address expecting a specific packet. Thanks, Nick Cipollina -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[U2] Epicor ManFact

2007-06-05 Thread Barry Rogen
Not to take up most peoples time here needlessly, if there are any programmers on this list that are intimate with Epicor's ManFact package (programming wise) and can offer some assistance with their ElfQuery, please contact me offline. Thank you in advance. Barry Rogen PNY Technologies, Inc.

[U2] Help in creating Retrieve statement for a multivalue field

2007-06-05 Thread k_hw
My retrieve statement produced below is not formatting properly. I want the first column to be repeated for each period. SORT SACM.AOS.P BY FDX.Period FDX.Period FMT 30L @ID FMT 35L FDX.NumOfDel LPTR SACM.AOS.P Period ##. SACM.AOS.P. Num Of Del

RE: [U2] Help in creating Retrieve statement for a multivalue field

2007-06-05 Thread Dave Davis
You want BY-EXP not BY -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 1:42 PM To: u2-users@listserver.u2ug.org Subject: [U2] Help in creating Retrieve statement for a multivalue field My retrieve statement

Re: [U2] Help in creating Retrieve statement for a multivalue field

2007-06-05 Thread Allen Egerton
[EMAIL PROTECTED] wrote: My retrieve statement produced below is not formatting properly. I want the first column to be repeated for each period. SORT SACM.AOS.P BY FDX.Period FDX.Period FMT 30L @ID FMT 35L FDX.NumOfDel LPTR SACM.AOS.P Period ##.