Re: [U2] Extracting XML attributes

2011-11-11 Thread Symeon Breen
xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xsl:output method=xml version=1.0 encoding=UTF-8 indent=yes/ !-- keep comments -- xsl:template match=comment() xsl:copy xsl:apply-templates/ /xsl:copy /xsl:template xsl:template match=* !--

[U2] Pick history video on youtube

2011-11-11 Thread Susan Joslyn
Oh em gee, how did I never see this before? This is fantastic - very well done and quite informative. I would think that this would be a great sales tool to this day. Don't miss it - it is actually at: http://www.youtube.com/watch?v=6ms0yvJAUAk Susan Message: 13 Date: Wed, 9 Nov 2011

Re: [U2] U2 - Universe - Sage MAS90 - Experiences?

2011-11-11 Thread John Thompson
Yes... however, people that know MV weren't making the decision at the time. If you know how that goes... On Thu, Nov 10, 2011 at 9:12 PM, Ross Ferris ro...@stamina.com.au wrote: Perhaps it would be better to find a replacement for the AP that had a decent AR module as well that runs on u2

[U2] U2 Replication on Universe

2011-11-11 Thread Amy Raisanen
Anyone have experience or insight on upgrading on Universe on Windows from 10.2.10 to 11.1.1 and/or implementing replication on Windows? I realize there are alerts on this release, is there any word when the next possibly more stable release maybe be available for Windows? Would it be worth

Re: [U2] Extracting XML attributes

2011-11-11 Thread Bobby Worley
My latest challenge: PREPARE.XML FEED.XML MYXML Prepare the XMLDOM failed. XMLParser error message: A DOM error occured during parsing. UNIVERSE RELLEVEL 001 X 002 11.1.0 003 PICK 004 PICK.FORMAT 005 11.1.0 Aix Version 5.3.0.0 FEED.XML is 16mb. It prepares just fine on UV 10.1.17.

Re: [U2] U2 Replication on Universe

2011-11-11 Thread Brett Callacher
Have been asking for known issues to be included in the knowledge base for some time now so that one could search on a release and make this sort of judgement call. Have not had any success with this. Can't comment on replication but we have found a couple of issues with 11.1.1, the first one

Re: [U2] Extracting XML attributes

2011-11-11 Thread Steve Romanow
Try opening the xml file with firefox or chrome to make sure it is a well formed file. On Fri, Nov 11, 2011 at 11:41 AM, Bobby Worley bwor...@coburns.com wrote: My latest challenge: PREPARE.XML FEED.XML MYXML Prepare the XMLDOM failed. XMLParser error message: A DOM error occured during

[U2] U2 known issues, patches

2011-11-11 Thread Wally Terhune
Brett: We have recently started publishing some known problems. When you look at the Product Availability Matrix (PAM) (publicly available - no login required: https://u2tc.rocketsoftware.com/matrix.asp) and are considering a release to upgrade to, there is a new link to 'Notice' file. This

Re: [U2] U2 - Universe - Sage MAS90 - Experiences?

2011-11-11 Thread Wjhonson
He means today. Instead of switching your AR to this system, convince them to switch their AP BACK to Pick. -Original Message- From: John Thompson jthompson...@gmail.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Fri, Nov 11, 2011 5:01 am Subject: Re: [U2] U2 -

Re: [U2] Extracting XML attributes

2011-11-11 Thread Symeon Breen
Not sure on aix, but on linux I use xmlwf to see if an xml file is well formed. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bobby Worley Sent: 11 November 2011 16:42 To: U2 Users List Subject: Re: [U2]

Re: [U2] [UV] uvcs Memory leak problems on 11.1.3

2011-11-11 Thread Jacques G.
Hello, In order to save connection time on Uniobjects API requests, I came up with an Api which could contain several XML requests into one,  Process each one in the requested order and return the answer of each request in the resulting XML request. On Universe 10.2.11,  the API runs