RE: [U2] [UV] Help with fnuxi

2004-11-19 Thread Adrian Matthews
I had the same problem recently. IBM told me you can't; once a file has been SQL'ised (which adding triggers does) you can't move it between OS's. Even dropping the triggers won't work. All you can do is to create a new file on the source machine and copy the data to it and then port that one

RE: [U2] [UV] Help with fnuxi

2004-11-19 Thread Jay Falck
:[EMAIL PROTECTED] On Behalf Of Adrian Matthews Sent: Friday, November 19, 2004 2:09 AM To: [EMAIL PROTECTED] Subject: RE: [U2] [UV] Help with fnuxi I had the same problem recently. IBM told me you can't; once a file has been SQL'ised (which adding triggers does) you can't move it between OS's. Even

RE: [U2] [UV] Help with fnuxi

2004-11-19 Thread Adrian Matthews
: RE: [U2] [UV] Help with fnuxi Is everything still OK for copying files between two like machines for purposes of replicating for a test system then? I can get around the issue of between OS's but now I'm worried about recreating the test environment. Thanks, Jay -Original Message- From

RE: [U2] [UV] Help with fnuxi

2004-11-19 Thread u2
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Matthews Sent: Friday, November 19, 2004 2:09 AM To: [EMAIL PROTECTED] Subject: RE: [U2] [UV] Help with fnuxi I had the same problem recently. IBM told me you can't; once a file has been SQL'ised (which adding triggers does) you

RE: [U2] [UV] Help with fnuxi

2004-11-19 Thread dave . meeks
, they weren't the same... Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 10:08 AM To: [EMAIL PROTECTED] Subject: RE: [U2] [UV] Help with fnuxi [EMAIL PROTECTED] wrote: Two machines running the same OS is fine. It's just Windows

RE: [U2] [UV] Help with fnuxi

2004-11-19 Thread Adrian Matthews
PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 19 November 2004 15:23 To: [EMAIL PROTECTED] Subject: RE: [U2] [UV] Help with fnuxi This is correct... It's purely an issue with byte-ordering of the systems. In fact, there's nothing to say that if you could run windows on a big-endian based architecture

RE: [U2] [UV] Help with fnuxi

2004-11-19 Thread dave . meeks
] Subject: RE: [U2] [UV] Help with fnuxi The original question was about file triggers. If you move files between systems that require fnuxi to be run on them then it will not work even if the triggers are removed. If you don't need to run fnuxi then they work fine. -Original Message- From

RE: [U2] [UV] Help with fnuxi

2004-11-19 Thread Adrian Matthews
PROTECTED] Subject: RE: [U2] [UV] Help with fnuxi Interesting question... If you are referring truly to file triggers (ie, not triggers on SQL tables), then it depends on how Denver implemented it. The usage of triggers was previously relegated to purely being allowed against SQL tables, due