[U2] Time conversion code

2007-06-06 Thread Tim Franklin
I have an internal time of greater than 24hrs (86400) is there a

conversion code I can use to display the actual time in hours:minutes

e.g. 120:45.



We are running Universe 10.1.17



Legal Disclaimer:

The information contained in this message may be privileged and confidential. 
It is intended to be read only by the individual or entity to whom it is 
addressed or by their designee. If the reader of this message is not the 
intended recipient, you are on notice that any distribution of this message, in 
any form, is strictly prohibited. If you have received this message in error, 
please immediately notify the sender and delete or destroy any copy of this 
message
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Time conversion code

2007-06-06 Thread brian
Tim

A regular MT conversion should do that:

OCONV(9,MT) - 25:00

Just don't use the H option (MTH or MTHS).

Regards

Brian


I have an internal time of greater than 24hrs (86400) is there a

conversion code I can use to display the actual time in hours:minutes

e.g. 120:45.



We are running Universe 10.1.17



Legal Disclaimer:

The information contained in this message may be privileged and confidential. 
It is intended to be read only by the individual or entity to whom it is 
addressed or by their designee. If the reader of this message is not the 
intended recipient, you are on notice that any distribution of this message, in 
any form, is strictly prohibited. If you have received this message in error, 
please immediately notify the sender and delete or destroy any copy of this 
message
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] LONGNAMES oddity

2007-06-06 Thread Anthony Youngman
Can anybody explain this?



Our upgrade replaced CREATE.FILE etc, so it started creating short file
names. But ...



When this was fixed by doing a LONGNAMES ON, doing a CREATE.FILE
immediately afterwards still created a short file. Weird!



Cheers,

Wol
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Time conversion code

2007-06-06 Thread Tim Franklin
Thanks Brian,



I have tried that:

PRINT OCONV(9,'MT')

and get

01:00



The flavor we use is PIOPEN.FORMAT should we use any options?



Regards,

Tim



-Original Message-

From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED] On Behalf Of

[EMAIL PROTECTED]

Sent: 06 June 2007 10:54

To: u2-users@listserver.u2ug.org

Subject: RE: [U2] Time conversion code



Tim



A regular MT conversion should do that:



OCONV(9,MT) - 25:00



Just don't use the H option (MTH or MTHS).



Regards



Brian





I have an internal time of greater than 24hrs (86400) is there a



conversion code I can use to display the actual time in hours:minutes



e.g. 120:45.







We are running Universe 10.1.17







Legal Disclaimer:



The information contained in this message may be privileged and

confidential. 

It is intended to be read only by the individual or entity to whom it is



addressed or by their designee. If the reader of this message is not the



intended recipient, you are on notice that any distribution of this

message, in 

any form, is strictly prohibited. If you have received this message in

error, 

please immediately notify the sender and delete or destroy any copy of

this 

message

---

u2-users mailing list

u2-users@listserver.u2ug.org

To unsubscribe please visit http://listserver.u2ug.org/

---

u2-users mailing list

u2-users@listserver.u2ug.org

To unsubscribe please visit http://listserver.u2ug.org/



Legal Disclaimer:

The information contained in this message may be privileged and confidential. 
It is intended to be read only by the individual or entity to whom it is 
addressed or by their designee. If the reader of this message is not the 
intended recipient, you are on notice that any distribution of this message, in 
any form, is strictly prohibited. If you have received this message in error, 
please immediately notify the sender and delete or destroy any copy of this 
message
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Help in creating Retrieve statement for a multivalue field

2007-06-06 Thread k_hw
Thank you all for the help. BY-EXP did the work. I need another help to sort 
the data by one or multiple characters in a field.
01*GAN100*GAN100*WS09*07-In this filed how do I query the last two characters 
like 07 (year) or WS09 (Route)?

Thanks again.

Krish
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Time conversion code

2007-06-06 Thread Bjorn Behr
CRT OCONV(TIME,MTS) works for us. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tim Franklin
Sent: 06 June 2007 10:09
To: u2-users@listserver.u2ug.org
Subject: [U2] Time conversion code

I have an internal time of greater than 24hrs (86400) is there a

conversion code I can use to display the actual time in hours:minutes

e.g. 120:45.



We are running Universe 10.1.17



Legal Disclaimer:

The information contained in this message may be privileged and confidential.
It is intended to be read only by the individual or entity to whom it is
addressed or by their designee. If the reader of this message is not the
intended recipient, you are on notice that any distribution of this message,
in any form, is strictly prohibited. If you have received this message in
error, please immediately notify the sender and delete or destroy any copy of
this message
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Time conversion code

2007-06-06 Thread Martin Phillips

Hi Brian,


A regular MT conversion should do that:

OCONV(9,MT) - 25:00


Interestingly, it doesn't. Or, at least, not in Ideal flavour. This may be 
another undocumented flavour difference. I certainly thought this worked.



Martin Phillips, Ladybridge Systems Ltd 
---

u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Help in creating Retrieve statement for a multivalue field

2007-06-06 Thread Anthony Youngman
You can use an EVAL or an i-descriptor.

For example, assuming your field is the ID, then EVAL @ID[2] will give
you the year, and EVAL FIELD(@ID, '*', 4, 1) will give you the route.
(or you could use field(5) for the year :-)

Cheers,
Wol

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 06 June 2007 10:42
To: [EMAIL PROTECTED]
Subject: [U2] Help in creating Retrieve statement for a multivalue field

Thank you all for the help. BY-EXP did the work. I need another help to
sort the data by one or multiple characters in a field.
01*GAN100*GAN100*WS09*07-In this filed how do I query the last two
characters like 07 (year) or WS09 (Route)?

Thanks again.

Krish
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Time conversion code

2007-06-06 Thread brian
Tim

Sorry - 'tis flavor dependent :(

Not sure how to get round that except by some scraggy coding:

Crt Int(YourTime/3600):::Mod(YourTime,3600)


Regards
Brian


Thanks Brian,



I have tried that:

PRINT OCONV(9,'MT')

and get

01:00



The flavor we use is PIOPEN.FORMAT should we use any options?



Regards,

Tim



-Original Message-

From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED] On Behalf Of

[EMAIL PROTECTED]

Sent: 06 June 2007 10:54

To: u2-users@listserver.u2ug.org

Subject: RE: [U2] Time conversion code



Tim



A regular MT conversion should do that:



OCONV(9,MT) - 25:00



Just don't use the H option (MTH or MTHS).



Regards



Brian





I have an internal time of greater than 24hrs (86400) is there a



conversion code I can use to display the actual time in hours:minutes



e.g. 120:45.







We are running Universe 10.1.17







Legal Disclaimer:



The information contained in this message may be privileged and

confidential. 

It is intended to be read only by the individual or entity to whom it is



addressed or by their designee. If the reader of this message is not the



intended recipient, you are on notice that any distribution of this

message, in 

any form, is strictly prohibited. If you have received this message in

error, 

please immediately notify the sender and delete or destroy any copy of

this 

message

---

u2-users mailing list

u2-users@listserver.u2ug.org

To unsubscribe please visit http://listserver.u2ug.org/

---

u2-users mailing list

u2-users@listserver.u2ug.org

To unsubscribe please visit http://listserver.u2ug.org/



Legal Disclaimer:

The information contained in this message may be privileged and confidential. 
It is intended to be read only by the individual or entity to whom it is 
addressed or by their designee. If the reader of this message is not the 
intended recipient, you are on notice that any distribution of this message, in 
any form, is strictly prohibited. If you have received this message in error, 
please immediately notify the sender and delete or destroy any copy of this 
message
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Time conversion code

2007-06-06 Thread Charles Barouch

Tim,
  You could just roll your own:
CALL ELAPSED(9,TIMEOUT)
CRT TIMEOUT


SUBROUTINE ELAPSED(SECONDS,TIMEOUT)
* by Charles Barouch ([EMAIL PROTECTED])
* on 6/6/2007
* ***
HOURS = INT(SECONDS/3600)
SECONDS = SECONDS - (HOURS * 3600)
MINUTES = INT(SECONDS/60)
SECONDS = SECONDS - (MINUTES * 60)
TIMEOUT = HOURS : ':' : MINUTES 'R%2' : ':' SECONDS 'R%2'
RETURN; * Logical End of Program

   - Chuck
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] LONGNAMES oddity

2007-06-06 Thread Kurt Neumann
What version are you working on? Having tested with 10.1.18 it worked
fine, but on 10.2.0 we get the same behavior as what you describe, so it
seems to be a bug which has come into 10.2.

Kurt Neumann

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony
Youngman
Sent: 06 June 2007 11:31 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] LONGNAMES oddity

Can anybody explain this?



Our upgrade replaced CREATE.FILE etc, so it started creating short file
names. But ...



When this was fixed by doing a LONGNAMES ON, doing a CREATE.FILE
immediately afterwards still created a short file. Weird!



Cheers,

Wol
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] LONGNAMES oddity

2007-06-06 Thread Anthony Youngman
We're running 10.2.3

Cheers,
Wol

-Original Message-
From: Kurt Neumann [mailto:[EMAIL PROTECTED] 
Sent: 06 June 2007 11:42
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] LONGNAMES oddity

What version are you working on? Having tested with 10.1.18 it worked
fine, but on 10.2.0 we get the same behavior as what you describe, so it
seems to be a bug which has come into 10.2.

Kurt Neumann

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony
Youngman
Sent: 06 June 2007 11:31 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] LONGNAMES oddity

Can anybody explain this?



Our upgrade replaced CREATE.FILE etc, so it started creating short file
names. But ...



When this was fixed by doing a LONGNAMES ON, doing a CREATE.FILE
immediately afterwards still created a short file. Weird!



Cheers,

Wol
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] LONGNAMES oddity

2007-06-06 Thread Andy Moore
DISCLAIMER:
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error, please delete it and notify
the sender immediately.  Please note that there is no guarantee that
this email or any attachment is virus free or has not been intercepted
or amended.

I have just tested this on a 10.2.0 server and it doesn't seem to occur
for me.

We have 'longnames on' set for all accounts on our servers. I just
logged to an account, created a file, checked the filename and it's
stored in longname format.

Andy Moore
Selima Software

Tel : 0114 2815000
Fax : 0114281
Support : http://tracker.selima.co.uk
Forum : http://forum.selima.co.uk


-Original Message-
From: Kurt Neumann [mailto:[EMAIL PROTECTED] 
Sent: 06 June 2007 11:42
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] LONGNAMES oddity

What version are you working on? Having tested with 10.1.18 it worked
fine, but on 10.2.0 we get the same behavior as what you describe, so it
seems to be a bug which has come into 10.2.

Kurt Neumann

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony
Youngman
Sent: 06 June 2007 11:31 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] LONGNAMES oddity

Can anybody explain this?



Our upgrade replaced CREATE.FILE etc, so it started creating short file
names. But ...



When this was fixed by doing a LONGNAMES ON, doing a CREATE.FILE
immediately afterwards still created a short file. Weird!



Cheers,

Wol
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Haydon Bishop is out of the office.

2007-06-06 Thread haydon . bishop
I will be out of the office starting  06/06/2007 and will not return until
07/06/2007.

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] Soap Pt 2

2007-06-06 Thread gerry-u2ug
Thanks Nick,

I modified my sub to format the entire soap message and use
SoapSetRequestContent rather than SoapSetParameters to get around this.
Now I see why the IBM online samples do the manual message building -
because using set parameters doesn't work in all cases.

Gerry



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nick Cipollina
Sent: June 5, 2007 1:21 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Soap Pt 2

I ran into the same issue.  What I ended up doing was writing my own
subroutine to make web service calls.  It is nothing more than a socket
call on a given port and IP address expecting a specific packet.

Thanks,
 
Nick Cipollina
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of gerry-u2ug
Sent: Tuesday, June 05, 2007 12:33 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Soap Pt 2

Calling a webservice using SoapSetParameters , SoapSubmitRequest
There seems to be a limit of about 16K where any parameters exceeding
this size get jumbled up - using SoapRequestWrite it looks like some
sort of buffer overwrite going on.
I can get around this by manually building the entire soap message and
using SoapSetRequestContent() but is there any way to increase this
limit , 16K is pretty small for say any non-trivial xml document ?

Gerry
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UV telnet disconnects over WAN

2007-06-06 Thread Gabriel Green
Ever since we switched to a new network (but before as well), we've
experienced lots of unexpected disconnects--people in the middle of
transactions or actively doing things suddenly becoming disconnected, often
leaving the transaction they were in locked which I then must clear
manually.

The new network is a DSL-based MPLS product, which basically means ISPs
throughout the country resell last mile connectivity, and at the DSLAM
tunnel it to our (private) network service provider, which then gets routed
to us.  Ping times are better and more consistent than the old frame relay
network but disconnects more frequent.

I am hoping that switching from Systech devices and Cisco 2500s serving ADDS
terminals to thin clients with AccuTerm and the send keepalives option on in
the telnet options will prevent this from happening.

Anyone had experience with this type of problem?

Thanks
Gabe
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Automated Faxing

2007-06-06 Thread karlp
We are on an AIX system running Universe. Currently we are using Esker
Software's VSI-FAX product. They have come out with version 6 and we
upgraded in good faith. Like UV, the upgrades are free with continued
maintenance.

The upgrade went smoothly, however a bug appeared shortly causing faxes to
be corrupted or not sent at all. Some faxes made it, but there wasn't a
way to know. With over 300 faxes sent daily, we lost a lot of time having
to call to find out if a fax was received or not.

We were told to have patience while development worked on it. Their
developers are in France and we are in the U.S. in the mountain time zone,
an 8 hour difference. They never once called me and I was relegated to
work with support on the East coast of the U.S.

After going back and forth, providing them with log files, trying things
and providing more log files, and having this go on for 18-20 days, I
downgraded to the previous version of VSI-FAX. It's been running like a
champ since.

However, after going as much as 3 and 4 days at a time without any word at
all, and being told the developers would get on our system and make things
happen, then nothing being done at all, our confidence in the company has
been eroded to a point where trust may not come back, either to me, or to
management.

Yes, we've been told a bug was found relating specifically to AIX systems,
and would we please upgrade, then apply a patch. No dice. We can't
calculate how much it cost us to let them dilly-dally away with our trust.
One manager thinks it cost us over $20.000.oo U.S. in lost time, and
business.

In any case, I would like to hear others' experiences, and perhaps
recommendations for a product that could replace VSI-FAX. Frankly, I
really like the ease of use VSI-FAX has. We don't load it on any
workstations. It runs on the server only to send and answer faxes. We
wrote a text file, pipe it to vfx with a -n NN and the file is
sent.

TIA

-- 
Karl Pearson
Director of I.T.
ATS Industrial Supply, Inc.
[EMAIL PROTECTED]
http://www.atsindustrial.com
800-789-9300 x29
Local: 801-978-4429
Fax: 801-972-3888
-
To mess up your Linux PC, you have to really work at it;
 to mess up a microsoft PC you just have to work on it.
-
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UV telnet disconnects over WAN

2007-06-06 Thread Martin Phillips
I am going to take a wild guess that you are in the US and hence my UK 
experiences are probably worthless.


For a long time, we have had a 512k ADSL connection because it was all that 
was available at our location. Ten days ago we upgraded to an 8M connection. 
It has been a disaster and is currently running at an effective rate of 
about 300k with frequent disconnects (Sometimes every few seconds).


Our telecomms supplier tells us that some degree of difficulty is normal in 
the first few days of a new connection as it goes through a period of line 
training, however, what we are seeing is not to be expected. We had an 
engineer here this morning who has gone off scratching his head. If anything 
that might be applicable to you comes out of this, I'll post another reply.



Martin Phillips, Ladybridge Systems Ltd 
---

u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV telnet disconnects over WAN

2007-06-06 Thread Steve Ferries
The new network is a DSL-based MPLS product

We use DSL at our Montreal office but over LAN Extension which is also a
Bell network but no guaranteed service level. We run about 120 telnet
connections, and we do not have any issues. Ping times vary from 20ms to
800ms.

We had some issues early on, ping times over 2 seconds which caused
disconnects. Bell had to come in and remove the staple that nicked the
cable.


Steve Ferries
TCR Ltd
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV telnet disconnects over WAN

2007-06-06 Thread Anthony Youngman
Probably not relevant ...

I know some early Demon broadband adopters had nightmares when BT
upgraded their kit. Because it wouldn't affect any subscribers they
did it without informing any ISPs, with the result that when customers
complained the ISPs didn't have a clue.

If you were an early broadband adopter, I'd get the terminator in your
exchange checked out, but it shouldn't be a problem.

Note for non-brits - this upgrade is free because BT want to upgrade
their kit, but it's a nightmare when things go wrong because they're not
giving customers a choice. You go from a guaranteed 512Mb to a 8Mb at
best connection, and a lot of people have reported connection speeds
falling. I'm lucky - living maybe 100yds from the exchange I think I get
about 5.7Mb connection speed :-) And when things go wrong, if you're not
a BT customer it's a nightmare because they won't talk to you and
everything goes the Chinese-whispers route via your ISP ...

Cheers,
Wol

-Original Message-
From: Martin Phillips [mailto:[EMAIL PROTECTED] 
Sent: 06 June 2007 15:36
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] UV telnet disconnects over WAN

I am going to take a wild guess that you are in the US and hence my UK 
experiences are probably worthless.

For a long time, we have had a 512k ADSL connection because it was all
that 
was available at our location. Ten days ago we upgraded to an 8M
connection. 
It has been a disaster and is currently running at an effective rate of 
about 300k with frequent disconnects (Sometimes every few seconds).

Our telecomms supplier tells us that some degree of difficulty is normal
in 
the first few days of a new connection as it goes through a period of
line 
training, however, what we are seeing is not to be expected. We had an 
engineer here this morning who has gone off scratching his head. If
anything 
that might be applicable to you comes out of this, I'll post another
reply.


Martin Phillips, Ladybridge Systems Ltd 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UD IP Address

2007-06-06 Thread Bill Haskett
Most of our clients connect to our UniData system from the internet.  Since 
UniData isn't able to quickly tell me who's logged on
where, I've had to create a LOGINS file to track where everyone is logged into. 
 This tracking was inserted into our login process
so we've worked-around the missing functionality.
 
Our code looks like:
 
IF ISNT THEN
   IPAddress = SYSTEM(512)   ; ** UD version
END ELSE
   UArray = LISTUSER()   ; ** UD version
   xHigh  = DCOUNT(UArray, @AM)  ; ** UD version
   FOR X = 1 TO xHigh; ** UD version
  ULine = UArrayX  ; ** UD version
  UPort = ULine1,1 ; ** UD version
  IF UPort = PORT.NO THEN; ** UD version
 IPAddress = ULine1,7  ; ** UD version
 EXIT; ** UD version
  END; ** UD version
   NEXT X; ** UD version
END

When I list the users I get:

5 Ham (0)- SORT LOGINS
SORT LOGINS ID-SUPP @ID LUSERNO LUSER LACCT LIPADDRESS LTIME LDATE 09:44:28 Jun 
06 2007 1
Port UsrNo.. User Acct/Path.. IP Address. In Time. In Date...

   33428 PATTITOMSIM  192.168.1.103   08:25:57 06/06/2007
   43864 JOHNSMITHHAT 71.69.90.13408:44:47 06/06/2007
   53768 WPHASKETTHAT 192.168.1.101   09:44:03 06/06/2007
   64084 JOHNSMITHHAT 71.69.90.13409:37:48 06/06/2007
5 records listed

All users are logged in from the internet.  The IP address for me (port 5) is 
my internal IP address.  Two different machines at the
71... IP address are logged in as john smith.  Patti Toms is logged in from 
another client and the IP address for her is her
internal IP address.

Can anyone tell me: 1) am I doing anything wrong in getting their IP addresses 
at login, and 2) why are some addresses internal to
the local network while others are the IP address of the client's router?

Device licensing works fine on AccuTerm 2K2 IE edition.  This is UniData on 
Windows v7.1.9.

Thanks,

Bill Haskett
Advantos Systems, Inc.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] Trap OPEN error for corrupted file

2007-06-06 Thread Jeff Fitzgerald
In a BASIC program that OPENs a file, if the file being OPENed is
damaged (e.g. a bad blink or a 32-bit file that has been truncated
because it tried to extend past 2 GB) the OPEN fails and the program
aborts.  As far as I can tell, this type of error isn't trappable and
doesn't take the ON ERROR or ELSE clauses; the program simply dies an
ugly death.

Anyone have any thoughts about trapping this type of error and keeping
the program alive?

Thanks!

Jeff Fitzgerald
Fitzgerald  Long, Inc.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Trap OPEN error for corrupted file

2007-06-06 Thread Brutzman, Bill
We have experienced (almost never) OPEN errors that go to the ELSE clause
such as...

 open 'CM'  to  F.Cust  else S = CM ; gosub 9950

Accordingly, new code here is written...

 open 'CM'  to  F.Cust  else  null

I do not forsee much market demand in this arena...

--Bill
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jeff Fitzgerald
Sent: Wednesday, June 06, 2007 3:14 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] [UV] Trap OPEN error for corrupted file


In a BASIC program that OPENs a file, if the file being OPENed is
damaged (e.g. a bad blink or a 32-bit file that has been truncated
because it tried to extend past 2 GB) the OPEN fails and the program
aborts.  As far as I can tell, this type of error isn't trappable and
doesn't take the ON ERROR or ELSE clauses; the program simply dies an
ugly death.

Anyone have any thoughts about trapping this type of error and keeping
the program alive?

Thanks!

Jeff Fitzgerald
Fitzgerald  Long, Inc.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Automated Faxing

2007-06-06 Thread Tony Gravagno
karlp wrote:
 We are on an AIX system running Universe. Currently we are using Esker
 Software's VSI-FAX product. They have come out with version 6
 The upgrade went smoothly, however a bug appeared

From someone completely ignorant of the way VSI-FAX installs...

Is there any way to run multiple releases of VSI-FAX simultaneously,
perhaps to have faxes sent to a temporary efax number for the v6 output and
have your v5 output go where it should?  When you've verified that the v6
release is working as expected, remove the bit that changes the phone
number and everything should go out properly.  You can remove v5 as time
permits, or leave it there in case you find any more anomalies and need to
hot-switch back.

HTH
T
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniVerse on SAN?

2007-06-06 Thread Normandin, Jerry
Hi Dan,
   I work at Intuit Eclipse.  We have customers with EMC Clarions and
also the IBM FAStT DS4000.  Some customers have the san dedicated for
the database, others it's a mixed environment.  Our internal production 
Eclipse server that runs our tracker system is connected to an EMC
Clarion.


Jerry Normandin
 


 

|   System Level II 
Intuit Eclipse
Distribution Management Solutions

75 Perseverance Way
Hyannis, MA 02601
T 508.778.9151 Ext. 1245
F 508.778.6443
www.eclipse.intuit.com
[EMAIL PROTECTED]   


*This e-mail message is intended for the named recipient(s) above only,
and may contain information that is confidential and/or privileged. If
you are not the intended recipient, you are hereby notified that any
review, dissemination, distribution or duplication of this e-mail and
any attachment(s) thereto is prohibited. 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dan Fitzgerald
Sent: Wednesday, June 06, 2007 4:20 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] UniVerse on SAN?

I need  provide a customer with a few references of folks using UniVerse
on
a SAN, both those who use it with the SAN dedicated to Uv, and with the
SAN
being shared with other apps. Anybody using uv on SAN?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] My UniData Document PDF is Broken!

2007-06-06 Thread David Wolverton
I have what is the current version of the Unidata documentation - I go to
Chapter 9 of the BASIC Extensions, the Document Object Model - my Index to
that chapter shows what I want to see, but the actual chapter of infomration
is wrong. It appears to be Chapter 11 data. (Which repeats in Chapter 11)

Can someone locate a 'working' version of the Unidata docs, and advise where
I can get this PDF correctly?

Thanks!
David W.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Time conversion code

2007-06-06 Thread Norman, David \(SAAS\)
This (IMO unwanted) change in functionality occurred at 10.0. I have
written a user conversion to return the time greater than 24 hours:

01:   SUBROUTINE U2134(ANSWER,STATUS,DATA,CONVTYPE)
0002: * OCONV to show hours  24 after UV10 changes hh:mm
0003: *
0004: * CATALOG AS $2134 e.g. CATALOG BP $2134 U2134
0005: *
0006: * DAN 7.5.04
0007:   SECONDS = ABS(DATA)
0008:   MINUTES = SECONDS / 60
0009:   MINUTES += 0.5
0010:   MINUTES = INT(MINUTES)
0011:   HOURS = MINUTES / 60
0012:   HOURS = INT(HOURS)
0013:   MINUTES = MINUTES - (HOURS * 60)
0014:   IF HOURS  10 THEN HOURS = '0':HOURS
0015:   ANSWER = HOURS:':':('00':MINUTES)[2]
0016:   IF DATA  0 THEN ANSWER = '-':ANSWER
0017:END

HTH

David Norman
Senior Software Engineer
SA Ambulance Service
Box 3, GPO
Adelaide, South Australia 5001
*+61 8 8274 0384
* fax +61 8 8271 4844
* [EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] My UniData Document PDF is Broken!

2007-06-06 Thread Dan Fitzgerald
http://www-306.ibm.com/software/data/u2/pubs/library/

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Wolverton
Sent: Wednesday, June 06, 2007 8:03 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] My UniData Document PDF is Broken!

I have what is the current version of the Unidata documentation - I go to
Chapter 9 of the BASIC Extensions, the Document Object Model - my Index to
that chapter shows what I want to see, but the actual chapter of infomration
is wrong. It appears to be Chapter 11 data. (Which repeats in Chapter 11)

Can someone locate a 'working' version of the Unidata docs, and advise where
I can get this PDF correctly?

Thanks!
David W.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [uv] Using XML commands in Basic

2007-06-06 Thread Norman, David \(SAAS\)
UV 10.0.16 (Information) HP-UX.
I have a program that processes incoming XML quite happily using various
.ext extraction files.
I'm not sure, however, what XML commands need to be run if an XML
command has an error.
For instance, if the PrepareXML fails, do I have to do a ReleaseXML ?
And if the OpenXMLData fails, do I have to CloseXMLData and then
ReleaseXML ? And if the ReadXMLData fails then both a Close  Release
are necessary ??
The documentation seems a bit sketchy in this area.

Thanks,

David Norman
Senior Software Engineer
SA Ambulance Service
Box 3, GPO
Adelaide, South Australia 5001
*+61 8 8274 0384
* fax +61 8 8271 4844
* [EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] My UniData Document PDF is Broken!

2007-06-06 Thread Wally Terhune
You are right. The version in the zip file on the web seems to be 'broken'
as you describe.
I'll see about getting this resolved.

Wally Terhune
U2 Support Architect
IBM Information Management
4700 South Syracuse Street, Denver, CO   80237
Tel:  303.773.7969
Fax: 303.773.5915
[EMAIL PROTECTED]





 David Wolverton
 [EMAIL PROTECTED]
 etTo
 Sent by:  u2-users@listserver.u2ug.org
 [EMAIL PROTECTED]  cc
 stserver.u2ug.org
   Subject
   [U2] My UniData Document PDF is
 06/06/2007 06:02  Broken!
 PM


 Please respond to
 [EMAIL PROTECTED]
er.u2ug.org






I have what is the current version of the Unidata documentation - I go to
Chapter 9 of the BASIC Extensions, the Document Object Model - my Index to
that chapter shows what I want to see, but the actual chapter of
infomration
is wrong. It appears to be Chapter 11 data. (Which repeats in Chapter 11)

Can someone locate a 'working' version of the Unidata docs, and advise
where
I can get this PDF correctly?

Thanks!
David W.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

[demime 1.01d removed an attachment of type image/gif which had a name of 
graycol.gif]

[demime 1.01d removed an attachment of type image/gif which had a name of 
pic27668.gif]

[demime 1.01d removed an attachment of type image/gif which had a name of 
ecblank.gif]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] My UniData Document PDF is Broken!

2007-06-06 Thread Wally Terhune
This version on the Web seems to have chapter 9.
This is the 7.1.0 version. I haven't grabbed the zip file with the 7.1a
version to review that. Quite a bit more to download...
http://publibfi.boulder.ibm.com/epubs/pdf/29916610.pdf

Wally Terhune
U2 Support Architect
IBM Information Management
4700 South Syracuse Street, Denver, CO   80237
Tel:  303.773.7969
Fax: 303.773.5915
[EMAIL PROTECTED]





 David Wolverton
 [EMAIL PROTECTED]
 etTo
 Sent by:  u2-users@listserver.u2ug.org
 [EMAIL PROTECTED]  cc
 stserver.u2ug.org
   Subject
   [U2] My UniData Document PDF is
 06/06/2007 06:02  Broken!
 PM


 Please respond to
 [EMAIL PROTECTED]
er.u2ug.org






I have what is the current version of the Unidata documentation - I go to
Chapter 9 of the BASIC Extensions, the Document Object Model - my Index to
that chapter shows what I want to see, but the actual chapter of
infomration
is wrong. It appears to be Chapter 11 data. (Which repeats in Chapter 11)

Can someone locate a 'working' version of the Unidata docs, and advise
where
I can get this PDF correctly?

Thanks!
David W.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

[demime 1.01d removed an attachment of type image/gif which had a name of 
graycol.gif]

[demime 1.01d removed an attachment of type image/gif which had a name of 
pic23571.gif]

[demime 1.01d removed an attachment of type image/gif which had a name of 
ecblank.gif]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] My UniData Document PDF is Broken!

2007-06-06 Thread Bill Haskett
I don't think this works.  I have the same documentation problem in a Master 
copy of UD I received from IBM.

It would be nice to get a corrected copy of that documentation.

Bill 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Dan Fitzgerald
Sent: Wednesday, June 06, 2007 5:47 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] My UniData Document PDF is Broken!

http://www-306.ibm.com/software/data/u2/pubs/library/

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David 
Wolverton
Sent: Wednesday, June 06, 2007 8:03 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] My UniData Document PDF is Broken!

I have what is the current version of the Unidata 
documentation - I go to Chapter 9 of the BASIC Extensions,
the Document Object Model - my Index to that chapter shows
what I want to see, but the actual chapter of infomration
is wrong. It appears to be Chapter 11 data. (Which repeats in 
Chapter 11)

Can someone locate a 'working' version of the Unidata docs, 
and advise where I can get this PDF correctly?

Thanks!
David W.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UD IP Address

2007-06-06 Thread Hona, David S
Users coming in via or via the same remote firewall/proxy server/router
would all have the same IP address.

Regards,
David

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett
Sent: Thursday, June 07, 2007 3:02 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UD IP Address

Most of our clients connect to our UniData system from the internet.
Since UniData isn't able to quickly tell me who's logged on where, I've
had to create a LOGINS file to track where everyone is logged into.
This tracking was inserted into our login process so we've worked-around
the missing functionality.
 

Can anyone tell me: 1) am I doing anything wrong in getting their IP
addresses at login, and 2) why are some addresses internal to the local
network while others are the IP address of the client's router?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniVerse on SAN?

2007-06-06 Thread Horacio Pellegrino
We have a Dell Windows based UV dedicated server for 350users and I use 6
disks and 2 SANs with 10 and 12 disks each... It flies!

Horacio

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dan Fitzgerald
Sent: Wednesday, June 06, 2007 4:20 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] UniVerse on SAN?

I need  provide a customer with a few references of folks using UniVerse on
a SAN, both those who use it with the SAN dedicated to Uv, and with the SAN
being shared with other apps. Anybody using uv on SAN?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Automated Faxing

2007-06-06 Thread Hona, David S
I'm guessing that you did test it (in your test environment) and
everything went according to your test plan? 

If you just upgraded in good faith, well that's business risk decision
that no vendor can or should make for their clients.


Regards
David 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, June 07, 2007 12:29 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Automated Faxing

We are on an AIX system running Universe. Currently we are using Esker
Software's VSI-FAX product. They have come out with version 6 and we
upgraded in good faith. Like UV, the upgrades are free with continued
maintenance.

The upgrade went smoothly, however a bug appeared shortly causing faxes
to be corrupted or not sent at all. Some faxes made it, but there wasn't
a way to know. With over 300 faxes sent daily, we lost a lot of time
having to call to find out if a fax was received or not.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UD IP Address

2007-06-06 Thread Bill Haskett
David:

I have a Netgear 5GT firewall/NAT that is assigned an external IP address from 
Comcast.  My external web access uses this assigned
IP address and my email does too.

What's up with UD?

Bill 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Hona, David S
Sent: Wednesday, June 06, 2007 8:01 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UD IP Address

Users coming in via or via the same remote firewall/proxy server/router
would all have the same IP address.

Regards,
David

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett
Sent: Thursday, June 07, 2007 3:02 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UD IP Address

Most of our clients connect to our UniData system from the internet.
Since UniData isn't able to quickly tell me who's logged on where, I've
had to create a LOGINS file to track where everyone is logged into.
This tracking was inserted into our login process so we've 
worked-around the missing functionality.
 

Can anyone tell me: 1) am I doing anything wrong in getting their IP
addresses at login, and 2) why are some addresses internal to the local
network while others are the IP address of the client's router?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] My UniData Document PDF is Broken!

2007-06-06 Thread David Wolverton
Thanks - I'll use the 'standalone' PDF -- it appears to be older than the
ZIP version - but older is better in this case,

Thanks again Wally -

David W. 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Wally Terhune
 Sent: Wednesday, June 06, 2007 8:52 PM
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] My UniData Document PDF is Broken!
 
 You are right. The version in the zip file on the web seems 
 to be 'broken'
 as you describe.
 I'll see about getting this resolved.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/