RE: [U2] Serial to EtherNet Media Converter

2004-08-02 Thread Ross Ferris
We have a software product that might be of interest - SIP (Serial : Internet Protocol). Runs on a windows box (Win 95 or later) and simply allows you to map any serial device supported via windows out to a telnet connection. Serial devices (terminals) connect to the host via their own telnet

[U2] RE: U2 Users Digest V1 #161

2004-08-02 Thread Tsombakos, John
Wendy Smoak [EMAIL PROTECTED] wrote: Harry Hambrick wrote: Does anyone have a small example program using CALLHTTP that works? Would like to study it for a project we need to do. There's some code on the Wiki. It uses SSL along with CallHTTP, but you can just ignore the SSL part:

RE: [U2] [UV] Phantom Problem

2004-08-02 Thread George Gallen
if the phantom is still running, I've found that any phantoms spawned by that phantom will not fully die until the parent phantom process is no longer. if the parent phantom is a loop, which in it's loop spawns off the other phantoms, instead of repeating the loop, have it chain back to itself

[U2] [UV] Transaction logging manual

2004-08-02 Thread Aleksejs Luchko
Hi! What are the command line parameters to uvrolf utility and others? Where the manuals are available? How to rollforwa One more: Is there a way to run them under usual user, not root? Regards, Alexey. --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit

Re: [U2] [UV] 10.x File Triggers

2004-08-02 Thread Geoffrey Mitchell
Search the list archives. There's a bunch of stuff out there. This is a good place to start: http://www.indexinfocus.com/dl/u2list/200210/40370.html On Mon, 2004-08-02 at 09:09, Perry Taylor wrote: Does anyone know of a good discussion of or have some examples of how to implement file

RE: [U2] [UV] Phantom Problem

2004-08-02 Thread Nick Cipollina
Actually, I've found another solution. If I put an entry in the Universe VOC called UV.LOGIN with the following value: 001 PA 002 NOTIFY ON This takes care of the problem. When the spawned phantoms complete, they want to go back to the process that started them and say, Hey, I'm done!. The

RE: [U2] [UV] 10.x File Triggers

2004-08-02 Thread Perry Taylor
Thanks Geoffrey! But... Where did you come up with that url? I tried searching on u2ug.org but came up empty handed. Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Mitchell Sent: Monday, August 02, 2004 9:27 AM To: [EMAIL PROTECTED]

RE: [U2] [UV] Transaction logging manual

2004-08-02 Thread Stevenson, Charles
UV's standard pdf doc set has translog.pdf. Chapter 8 is Universe commands. Userref.pdf has descriptions of TCL commands, including txlg cmds. Look in UV home directory at the motif menus and follow the paths to see the commands that tx logging submenus execute. Look at the verbs in the VOC and

RE: [U2] [UV] 10.x File Triggers

2004-08-02 Thread Geoffrey Mitchell
You can search from www.indexinfocus.com. I'm not sure why there is no archives link on the U2UG site. At least once every couple weeks, someone posts asking where are the archives?. On Mon, 2004-08-02 at 11:24, Perry Taylor wrote: Thanks Geoffrey! But... Where did you come up with that

RE: [U2] RE: Copying data between two Universe servers

2004-08-02 Thread Stevenson, Charles
IBM could help us here by writing a backward link in the I_INDEX.MAP that says where the primary file is that the index supposedly references. If there is a mismatch, error out. Is there a situation where the current state, where more than one primary files could point to the same index is a

RE: [U2] [UV] 10.x File Triggers

2004-08-02 Thread David Scoggins
Thanks for the link - now bookmarked. One question - when you create file triggers on non-SQLized files, what do you use for the schema name parameter - the account name? Or can you pass in an empty string in that case? David Scoggins IT Analyst CornerStone Propane mailto:[EMAIL PROTECTED]

RE: [U2] RE: Copying data between two Universe servers

2004-08-02 Thread Glenn Herbert
Funny you mention this. Back in 1994-95 when I was rewriting all the low level indexing code, we tried to figure out some way to do exactly this, putting some type of full path or such within INDEX.MAP to point back to the main file. Problem is, we couldn't figure out a way to safely do this

Re: [U2] [UV] Phantom Problem

2004-08-02 Thread Stu Glancy
I have a similar process. The spawning process clears a control record, spawns the phantoms, and checks the control record at a fixed interval. Each spawned phantom reports to the control record when it is finished. When the spawning phantom has the results from all the spawned phantoms, it

[U2] [UV] Primary:Index (mis)matching. Was: Copying data between two Universe servers

2004-08-02 Thread Stevenson, Charles
(Lurking Newbies: I hope you are reading this thread. This can sting you really HARD!, as Martin Phillips cites at the bottom. (meaning the bottom of this post being where MP's comments are, not where you'll get stung. Well, maybe...) The issue is this: the path to the index is

[U2] edit FI failed

2004-08-02 Thread Dave Raven
I got this error message from running program that was launched by RUN IBP AUTO.CAT.REQ (E It aborted and I did a Q to exit I need to know how to release the STATUS = 0 Thanks! 01 ED IBP AUTO.CAT.REQ 699 lines long. : FI Failed to file AUTO.CAT.REQ in file IBP. STATUS = 0 Top. : EX .X

RE: [U2] [UV] Primary:Index (mis)matching. Was: Copying data between two Universe servers

2004-08-02 Thread Wendy Smoak
Stevenson, Charles wrote: The issue is this: the path to the index is hardcoded in the header of a data file. So if one uses OS-level, UV-unaware methods of moving files around, the wrong files point to the wrong indexes. Classic example is copying (cp, xcopy, etc.) a live file to a

RE: [U2] (UV} Syntax Error Results

2004-08-02 Thread Kevin King
Is the question why? If so, it's because the field function takes three parameters. The incorrect one has only one parameter in the field(..) function. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl L Pearson Sent: Monday, August 02, 2004 3:53 PM

RE: [U2] [UV] 10.x File Triggers

2004-08-02 Thread David Scoggins
Oh, uh, duh! I knew that! It's Monday (sigh). I'll just chalk this one up to an ICBE - Insufficient Caffeine in Bloodstream Error. \me slinks away in shame... -Original Message- From: Geoffrey Mitchell [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 3:16 PM To: [EMAIL

RE: [U2] RE: Copying data between two Universe servers

2004-08-02 Thread Allen E. Elwood \(CA\)
For what it's worth, in U2 the index for a file called MYFILE would be X_MYFILE. So when I do a O/S copy, I just do a listing to see all the files with the root name of MYFILE and copy everything over. It's always worked just fine! -Original Message- From: [EMAIL PROTECTED]

RE: [U2] [UV] Primary:Index (mis)matching.

2004-08-02 Thread Ken Wallis
Wendy Smoak wrote: Stevenson, Charles wrote: The issue is this: the path to the index is hardcoded in the header of a data file. So if one uses OS-level, UV-unaware methods of moving files around, the wrong files point to the wrong indexes. Does UniData not suffer from this problem?

Re: [U2] UniObjects for .NET (UO.NET)

2004-08-02 Thread u2ug
ok - but where is it ? - Original Message - From: Ron White [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 02, 2004 04:31 pm Subject: Re: [U2] UniObjects for .NET (UO.NET) Look at this url in the Interoperability section. The new UniObjects for .NET provides

Unclassified RE: [U2] UniObjects for .NET (UO.NET)

2004-08-02 Thread HENDERSON MICHAEL MR
I expect that UO.NET will be on the Clients CD released with the UD 6.1 Product, so if you're a UD customer you would get it in the normal way like you get your updates of the UD database software. I'd guess there would be a new UV Clients CD released with this stuff on it, too. And these would