[U2] Richard Taylor/VERTIS is out of the office.

2006-06-07 Thread Richard Taylor
I will be out of the office starting 06/07/2006 and will not return until 06/14/2006. I will respond to your message when I return. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UV] XMLEXECUTE syntax {Unclassified}

2006-06-07 Thread Brian Leach
Mike/David GETXMLSUB does work : it is called (internally) from the UniXML UO.Net object as a globally cataloged program to get an XML data set. TIP: if you're trying to use UniXML and haven't got it to work, check that all the uv account BP programs with 'XML' in the name are globally cataloged!

[U2] Réf. : RE: [U2] [UV] XMLEXECUTE syntax {Unclassified}

2006-06-07 Thread Francis Guillozo
Hi every one Below a short sample using XMLEXECUTE It works well on Uv 10.1.x CMD="LIST FAMWEB TDIF LBAS CBAS CBASCDT" OPTIONS="WITHDTD":@FM:"XMLMAPPING":@VM:"FAMWEB_MAP" XMLSCHEMA="" MYVAR="" STATUS=XMLEXECUTE(CMD,OPTIONS,MYVAR,XMLSCHEMA) OPEN "&XML&" TO FXML ELSE ABORT WRITE MYVAR ON FXML,"FG.

RE: [U2] Transfer Files from UNIX to NT

2006-06-07 Thread Haas, John
Thanks, uvbackup/restore works perfectly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Banker Sent: Monday, June 05, 2006 4:39 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Transfer Files from UNIX to NT I have found that the easiest w

[U2][UV] Inhibiting Access to Debugger

2006-06-07 Thread Perry Taylor
Does anyone know of a way to prohibit selected users in an account from gaining access to the debugger while still allowing all users to break out of the application? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use o

RE: [U2] IBM U2 UniData ODBC sample working program

2006-06-07 Thread Angelo Collazo
Hello fellow groupies, After downloading the document called "Accessing SQL Data through BCI", the example is from U2 under Windows. It talks about U2 under UNIX but it requires additional steps on how setup up ODBC because it is not native to UNIX. I have found a .pdf file on the IBM website cal

Re: [U2][UV] Inhibiting Access to Debugger

2006-06-07 Thread Martin Phillips
Hi Perry, I don't think that UV provides a direct way to do this but you should be able to contrive something by playing with the INTR.KEY, SUSP.KEY and QUIT.KEY VOC entries. These three items determine the options offered to the user when they hit the interrupt key, suspend key or quit key as de

RE: [U2][UV] Inhibiting Access to Debugger

2006-06-07 Thread Brian Leach
Perry There is a VOC entry INTR.KEY. This holds a list of characters representing the available actions. A = abort C = continue L = return to login Q = quit (logout) D = debug If you remove the D they should be unable to get into the debugger. AFAIR it is read on initial login to UV, so make the

Re: [U2][UV] Inhibiting Access to Debugger

2006-06-07 Thread iggchamp
Hey Perry, Do you have some sort of operator file? If so, you could put a flag in there that tells wether a user can break or not. In your login routine, you could set "BREAK ON" or "BREAK OFF" dependant on that flag. HTH, Scott Thompson -- Original message -- From:

[U2] FW: [UV] Change in behaviour of "EXECUTE ... CAPTURING" at 10.1.18 {Unclassified}

2006-06-07 Thread HENDERSON MIKE, MR
Folks, We have been using "EXECUTE CAPTURING STUFF" to generate XML statements in STUFF. We then pass the XML to a BizTalk server to update a number of other systems from our UniVerse system. This is done from a Trigger program when certain files change. This has worked fine on 10.0.15, but s

[U2] Fwd: XML Dom

2006-06-07 Thread Salvador Rigau
Hello, I have a problem with de intruction S = XDOMLocateNode(nodo, XDOM.CHILD, XDOM.FIRST.CHILD, XDOM.ATTR.NODE, nodo2) it's never found a attribute Anyone has found a workaround. Thanks Salvador Rigau -- Forwarded message -- From: Salvador Rigau <[EMAIL PROTECTED]> Date:

Re: [U2] FW: [UV] Change in behaviour of "EXECUTE ... CAPTURING" at 10.1.18 {Unclassified}

2006-06-07 Thread Kate Stanton
You have my sincere sympathy! Something has gone awfully wrong with updating UniVerse lately, and they don't seem to think it is important that behaviour that has been there for decades should suddenly change (eg user number for each session, A<1,-1> = B adding @VM to A if it is not blank, but