RE: The result of VARIABLE[1,3] + 0

2004-02-02 Thread Brian Leach
Marco, Sounds like a bug inwhatever pointrelease you are running. What happens if you say B = A[1,3] * 1 ? I would be very worried about a runtime errorfrom '123' + '456'. Not good. Brian Leach From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marco ManyevereSent: 02

Universe Stand-by System Licensing

2004-02-02 Thread Matti Lamprhey
I believe I saw a thread here in the last few weeks concerning the licensing of Universe on emergency stand-by systems. But I'm danged if I can find it! If someone could either let me know the subject-line or dates of these postings, or else provide a link to where this stuff is documented by

Re: The result of VARIABLE[1,3] + 0

2004-02-02 Thread Mark Johnson
I tried this on a MCD spirit, D3 W2kand AP-Pro as well and got the '1' and 567 that we're all getting. It's been affirmed here and other places that MV considers everything as a text variable (keep file handles and arrays out of this discussion) and its numerological properties come into

UDT SELECT optimization

2004-02-02 Thread Chuck Mongiovi
Title: RE: [UD]LOGTO Does anyone know whether one of these two statements is faster? SELECT FILE BY SOME.DATE WITH SOME.FIELD = "XXX" -or- SELECT FILE WITH SOME.FIELD = "XXX" BY SOME.DATE Does the parser / optimizer (if there is one) do the filter portion of the statement first

Re: [UD]LOGTO

2004-02-02 Thread Dianne Ackerman
I've had this work in Universe lots of times; the only problem I've had occur has to do with any menu system or security in the account I'm logging to. For example, if the other account has no access to the LOGTO verb or there is a menu in the way of getting to TCL. -Dianne [EMAIL PROTECTED]

CallHTTP: Receiving an error

2004-02-02 Thread Laursen, Mark
Hi List; Still working on the CALLHTTP, I have made it to the point where I think I am being to talk to the other server. I am getting the error : error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:832: I captured the log from this:

RE: lost tcp/ip connections

2004-02-02 Thread JD
Donnie, You are probably aware of this, but still... To avoid loosing sessions due to network problems, I screen them. I added exec screen -xRR -T vt100 to my .profile script. Of course you should change the options to suit your needs. Now whenever I get disconnected, and then reconnect - I do

SELECT NOT WORKING [uv 10 - unix]

2004-02-02 Thread George Gallen
OKWhat gives. GET-LIST MYLIST 253 ITEMS SELECTED SELECT FILE WITH TYPE # CREDIT 253 ITEMS SELECTED BUT GET-LIST MYLIST 253 ITEMS SELECTED SELECT FILE WITH TYPE = CREDIT 10 ITEMS SELECTED Why Do I have to search the = , save the list, then merge.list DIFF to do the same thing as

RE: lost tcp/ip connections

2004-02-02 Thread JD
It's available for aix. Please check: http://www-1.ibm.com/servers/aix/products/aixos/linux/rpmgroups.html JD On Mon, 2 Feb 2004 [EMAIL PROTECTED] wrote: What is 'screen'? I don't find it on AIX. Is it a Linux thing? If it does what I think you are implying, it would be a wonderful

RE: SELECT NOT WORKING [uv 10 - unix]

2004-02-02 Thread Jeff Schasny
Try WHEN insted of WITH -Original Message- From: George Gallen [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 2:41 PM To: 'Ardent List' Subject: SELECT NOT WORKING [uv 10 - unix] OKWhat gives. GET-LIST MYLIST 253 ITEMS SELECTED SELECT FILE WITH TYPE # CREDIT 253 ITEMS

RE: SELECT NOT WORKING [uv 10 - unix]

2004-02-02 Thread Piers Angliss
Is it possible that of the 253 records in MYLIST : 10 have a value of "CREDIT" somewhere in the m/v list in field "TYPE" all 253 have a value other than "CREDIT" somewhere in the same m/v list -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]OnBehalf Of

RE: SELECT NOT WORKING [uv 10 - unix]

2004-02-02 Thread George Gallen
actually I typed it wrong :( SELECT FILE WITHOUT TYPE # "CREDIT" gives the same as SELECT FILE WITH TYPE = "CREDIT" and SELECT FILE WITHOUT TYPE = "CREDIT" gives the same as SELECT FILE WITH TYPE # "CREDIT" Sorry.. George -Original Message-From: George Gallen

RE: SELECT NOT WORKING [uv 10 - unix]

2004-02-02 Thread George Gallen
Title: RE: SELECT NOT WORKING [uv 10 - unix] YES. That worked. George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 02, 2004 5:06 PM To: U2 Users Discussion List Subject: RE: SELECT NOT WORKING [uv 10 - unix] Try SELECT FILE WITH

RE: Universe/Redhat GCI

2004-02-02 Thread John Jenkins
Wrong Compiler version (most likely)... Regards JayJay From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David WardSent: 02 February 2004 17:19To: [EMAIL PROTECTED]Subject: Universe/Redhat GCI Hello, We loaded version 9.6.1.14 of Universe on Redhat release 9.

RE: UCI Error

2004-02-02 Thread Logan, David (SST - Adelaide)
Title: Message Hi David, The docs say IM985 Error in RPC interface I think I would be checking the network and/or ensuring your rpc daemon is still running. The error 81002 is a universe system error ED SYS.MESSAGE 081002The file "SYS.MESSAGE" is read-only and cannot be updated.2

RE: The result of VARIABLE[1,3] + 0

2004-02-02 Thread Stuart Boydell
-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Mark Johnson... This brings up another aspect of the text/string situation: Consider this A="00"[1,3] ;*zeros for both lines B="00"[1,2] PRINT (A=B) and you would expect

[UD] Creating PDF from PCL output

2004-02-02 Thread Steve Kunzman
We are running an old electronic forms package from Epicor Dataflo on Unidata 6.0/ HP-UX 11i. The application builds a form from a predefinedtemplate (Transform) and data from the application to create thePCL for the printer. The users would like to be able to create PDF documents. Is

RE: UCI Error

2004-02-02 Thread David Sidhu
Title: Message Does anyoneknow if there is some time out variable in Universe that would cause this or maybe something that kicks my connection after a certain time (only a couple minutes) or kicks me due to memory faults? I'm connecting from a different Server to the Universe Server.

Re: [UD] Creating PDF from PCL output

2004-02-02 Thread Craig Bennett
I believe Ghostscript will convert PCL to PDF. See http://www.ghostscript.com/ HTH, Craig ___ u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users

RE: UCI Error

2004-02-02 Thread Logan, David (SST - Adelaide)
Hi David, I would be checking the timeout value (field 6) in the unirpcservices file. I have cut and pasted the appropriate bits out of the manual. This is available at http://www-306.ibm.com/software/data/u2/pubs/library/100univ/univ_100.ht ml the manual that you need is the Administrative

Re: UDT SELECT optimization

2004-02-02 Thread Mark Johnson
Title: RE: [UD]LOGTO Cached in memory is correct as well as the second statement will only have to process fewer records if the WITH was done in the first. Breaking up a SELECT statement into 2 parts may be advantageous, regardless of caching, if there are multiple ANDed WITH clauses and one

Document scan and retrieval (looking for software)

2004-02-02 Thread Mitchell, Stewart
Hi All, Does anyone know of any products available for document scanning and retrieval with interfaces for Universe. Or any products that have a reasonable API so we can create our own interface. Regards, Stewart Mitchell Manager, Core Distribution Systems Mayne Pharmacy Services IT

RE: Document scan and retrieval (looking for software)

2004-02-02 Thread Ian McGowan
we use hp digital senders - they drop a pdf into a designated area on a pc, where we have a java program polling the directory. an operator puts in an account id, the program sets some information (oracle not ud for us, but you could use UOJ) and then copies the doc to a samba share. it works

RE: Document scan and retrieval (looking for software)

2004-02-02 Thread kevin zollinger
Mark Eastwood [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: www.1mage.com Never used it, but they've been around a long time. Used them. Liked them. It's been a few years but it was dead easy to integrate their stuff into MasterPack and other apps. I would reccomend them. As has

using commas in a csv file output

2004-02-02 Thread Simon Adams
How can I force a comma in an outputted csv file ? I want to put commas in numbers eg: 10,000 but as the delimiter is a comma, it puts 10 in one column and then the 000 in the next column. How can I OCONV the output but keeping the number together ? Cheers, Simon.Australia.

RE: UCI Error

2004-02-02 Thread Hona, David S
UV version? OS version? What is the different server? Does this query complete from the TCL prompt on the UV server? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Sidhu Sent: Tuesday, February 03, 2004 10:11 AM To: 'U2 Users Discussion List'