[U2] MQ Series API

2007-12-12 Thread Brian Leach
--- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] MQ Series API

2007-12-12 Thread Brian Leach
All According to the docs, the Websphere MQ Series API in UniVerse uses the Application Messaging Interface (AMI). But, that isn't supported in the latest version of Websphere MQ. So what's the story? What do I need, if I am upgrading Websphere MQ and will the UniVerse API still work? Thanks

[U2] sigh phantom ?

2007-12-12 Thread Doug Chanco
Sigh I feel like such a newbie but anyway is there a way to using PORT.STATUS to tell if a process is a phantom process? If it wasn't for the fact that I called my program FTP.PHANTOM ftp://ftp.phantom/ I never know it's a phantom process. All phantom process in jBASE are given port numbers

Re: [U2] sigh phantom ?

2007-12-12 Thread Jeff Schasny
Try LISTU Doug Chanco wrote: Sigh I feel like such a newbie but anyway is there a way to using PORT.STATUS to tell if a process is a phantom process? If it wasn't for the fact that I called my program FTP.PHANTOM ftp://ftp.phantom/ I never know it's a phantom process. All phantom

RE: [U2] sigh phantom ?

2007-12-12 Thread Jerry Banker
Phantoms are listed at the end with a hex port number. Jerry Banker Sr Programmer Analyst Affiliated Acceptance Corp Sunrise Beach, MO 1-800-233-8483 www.affiliated.org -Original Message- From: Doug Chanco [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 11:56 AM To:

RE: [U2] [UV] server-side ODBC question

2007-12-12 Thread John Hester
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 5:09 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] server-side ODBC question I'd recommend ShoreTel and Inter-Tel (MiTel). Both seem

Re: [U2] sigh phantom ?

2007-12-12 Thread doug chanco
thanks! dougc Jerry Banker wrote: Phantoms are listed at the end with a hex port number. Jerry Banker Sr Programmer Analyst Affiliated Acceptance Corp Sunrise Beach, MO 1-800-233-8483 www.affiliated.org -Original Message- From: Doug Chanco [mailto:[EMAIL PROTECTED] Sent:

RE: [U2] sigh phantom ?

2007-12-12 Thread Baker Hughes
Doug, Try: SH -c ps -ef | grep -v grep | grep phantom hth, -Baker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Chanco Sent: Wednesday, December 12, 2007 11:56 AM To: u2-users@listserver.u2ug.org Subject: [U2] sigh phantom ? Sigh I feel like

RE: [U2] sigh phantom ?

2007-12-12 Thread Perry Taylor
Doug, Here example of PORT.STATUS on my system [EMAIL PROTECTED]:TRAX PORT.STATUS There are currently 4 uniVerse sessions; 1 interactive, 3 phantom Pid User name. Who. Port name. Last command processed... 29890 perryt35 /dev/pts/24 PORT.STATUS

RE: [U2] sigh phantom ?

2007-12-12 Thread phil walker
Doug, the 0xACEB9359 indicates a phantom ;-). I don't have access to a system at the moment so there may be another way. The 0xACEB9359 is a reference to a shared memory segment. The 0xACE indicates that it is a Universe related shared memory segment. The B indicates it is a user printer shared

RE: [U2] sigh phantom ?

2007-12-12 Thread bpaige
PORT.STATUS shows the last executed command - the info not in brackets. If you're still in a program, that will show up in brackets. The hex number is some kind of address or offset that points to 'where' in the program you are. As for phantom vs. regular, if this were a 'regular' login, you'd

Re: [U2] sigh phantom ?

2007-12-12 Thread Dave Taylor
Doug, In UV on Windows: The LISTU command designates phantom processes as phantom:(PID) rather than telnet:(PID) and displays both the date and time the process started. Each phantom process also appears in the PH file and contains the name of the process that was started as a phantom and

RE: [U2] sigh phantom ?

2007-12-12 Thread Doug Chanco
Thanks to everyone who replied! On a slightly different subject I downloaded the UniVerse Online Library, I have been going through it but what's unsettling is that almost all the admin docs refer to administering universe with some windows GUI tool (uniadmin) what I cannot seem to find are any