Re: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified}

2005-09-08 Thread Craig Bennett
Mike, I think your best solution would the IBM MQSeries interface (be aware that IBM have not provided access to the transaction/rollback aspects of MQ in their UV interface, this has led us to not switch to the new UV-MQ interface). If you can't use the MQSeries interface (and fair enough

Re: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified}

2005-09-08 Thread Ray Wurlod
Sequential file I/O is permitted while a transaction is active, so your trigger subroutine could write to a file that some server process (not in a transaction) was waiting on. Sequential file I/O statements can also work with named pipes, though these are more difficult in a Windows

RE: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified}

2005-09-08 Thread HENDERSON MIKE, MR
Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Bennett Sent: Thursday, 8 September 2005 18:27 To: u2-users@listserver.u2ug.org Subject: Re: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified

Re: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified}

2005-09-08 Thread Craig Bennett
Mike, In this particular instance, 'hard real-time' isn't an issue, a delay of a few seconds would be quite OK. I wasn't commenting on hard real-time. MQ Series and MSMQ guarantee delivery not delivery time (I could be wrong about MSMQ). Rather I was thinking about how guaranteed you need

Re: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified}

2005-09-08 Thread Craig Bennett
Mike, have a look at this MSMQ example from MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msmq/msmq_using_transactions_1gz2.asp I don't know if GCI presents any special problems under windows but this looks like it might work to send a single message transaction

[U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified}

2005-09-07 Thread HENDERSON MIKE, MR
Listers, We provision our Microsoft Active Directory (and our SAP Logistics, and ..., and ...) from our UniVerse HR system [UV 10.0.x on Windows Server 2003 - we are pretty much a Windows shop]. Currently the data transfer is done by an overnight batch process, which we have used for several

RE: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified}

2005-09-07 Thread Allen E. Elwood
: SOO STEATHER, MR Subject: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified} Listers, We provision our Microsoft Active Directory (and our SAP Logistics, and ..., and ...) from our UniVerse HR system [UV 10.0.x on Windows Server 2003 - we are pretty

RE: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified}

2005-09-07 Thread Stuart . Boydell
--- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified}

2005-09-07 Thread phil walker
. To: u2-users@listserver.u2ug.org Cc: SOO STEATHER, MR Subject: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified} Listers, We provision our Microsoft Active Directory (and our SAP Logistics, and ..., and ...) from our UniVerse HR system [UV 10.0.x on Windows

RE: [U2] [UV] Triggers, transaction state and interaction with the 'outside world' {Unclassified}

2005-09-07 Thread David Jordan
Hi Mike A couple of suggestions. 1. Biztalk has an interface to IBM MQ message service. You could use IBM MQ to talk from U2 to Biztalk. (I do not know if there are issues with transaction state and MQ) 2. You could set up a type 1 file and write the transaction to that file. In Biztalk,