Re: [U2] Progress Counter for Universe SELECT

2008-09-19 Thread Ray Wurlod
Enhancement request? In the case where SELECT does not select (see my earlier mail) a message to this effect might be emitted. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Progress Counter for Universe SELECT

2008-09-19 Thread Scott Ballinger
This is possible on D3 because the number of items in a file kept in the FCB. To my knowledge no such count is kept anywhere for a Universe file. Note that D3 also has the "estimate-count" verb (typically renamed "ecount" by me for easier use), which returns the number of items in a file instantly

RE: [U2] I need a correlative, just like the correlative...

2008-09-19 Thread Allen E. Elwood
Just about every vendor that I've seen implement this has done it slightly different. This is how you do it in mvbase - from my "How To" folder: If you have the manual for your version, start looking through the section on Dictionary types! How to write basic subr DICT items in MvBase LASTV

Re: [U2] FW: Dictionary Item Problem

2008-09-19 Thread Ray Wurlod
I think it's time to verify this file with fixtool or uvfixfile. Your LIST may have been lucky and not encountered the problem (corrupted?) group buffer. SSELECT, of course, must perforce attempt to process the entire file. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscrib

Re: [U2] Progress Counter for Universe SELECT

2008-09-19 Thread Ray Wurlod
It's not going to happen. UniVerse SELECT often doesn't select at all (particularly with Type 30 files, for which there is a count of active SELECTs kept in shared memory), but merely opens a cursor at the beginning of the file. It's the READNEXT that moves the cursor through the file (unless

RE: [U2] [UD] Crystal Reports and UniData

2008-09-19 Thread Tony G
From: Jerry Banker > Hu, IBM doesn't have market power? Maybe someone should > tell them. On the Fortune 500 IBM is 15 and Microsoft is 44. (Dead topic for this group?) Despite claims and efforts, "U2" is not "IBM", where "DB2" is. IBM's honorable influence doesn't drive all vendors for ever

RE: [U2] [UD] Crystal Reports and UniData

2008-09-19 Thread David Wolverton
LOL! I think he was speaking of the U2 Market Power vs Crystal Reports Market Power... If I pop my head into a random IT shop in the country and threw out both product names -- which one do you think they would immediately guess is a musical group as opposed to a software product?? That's why I

[U2] FW: Dictionary Item Problem

2008-09-19 Thread Bessel, Karen
If I list the file using this dictionary item, the data comes out fine. If I then do a SSELECT of the file BY that dictionary item, I get the errors...usually after a couple of minutes of "thinking". After the SSELECT errors, if I repeat the LIST, I get the following. I replaced the defenda

RE: [U2] [UD] Crystal Reports and UniData

2008-09-19 Thread jpb-u2ug
Hu, IBM doesn't have market power? Maybe someone should tell them. On the Fortune 500 IBM is 15 and Microsoft is 44. Jerry Banker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Youngman Sent: Friday, September 19, 2008 9:14 AM To: 'u2-users@

[U2] Progress Counter for Universe SELECT

2008-09-19 Thread JeffG
D3 allows you to use a (T option at the end of a SELECT statement. This will display a progress counter during the select. Is there a way to do this in Universe? See example below from D3. :SELECT DEBTOR (T Selected Processed Total Completed 6623 6623 7205580 0% We are converting fr

[U2] FW: Dictionary Item Problem

2008-09-19 Thread Bessel, Karen
Some more info Along with the errors I sent in the earlier email, I'm occasionally seeing [EBADF] Bad file number The file that is being read on line 31 of this subroutine (where the read operation failure is being generated) is a q-pointer. The file is a multi-level/directory file

Re: [U2] .net uniobjects error 39204

2008-09-19 Thread Clifton Oliver
Now why couldn't the manuals have said that? Great explanation, Ray. Thank you very much. Regards, Clif On Sep 19, 2008, at 12:57 AM, Ray Wurlod wrote: The "slave" referred to here is the process that needs to log in to do the work. When you connect via uvcs (which you do from UniObject

Re: [U2] [UD] Crystal Reports and UniData

2008-09-19 Thread Louie Bergsagel
Aye, matey, and since it is th' 13th annual International Talk Like a Pirate Day, we can say "Shiver me timbers, and I'll stick wit' a LIST statem'nt!" On Fri, Sep 19, 2008 at 7:13 AM, Anthony Youngman <[EMAIL PROTECTED]>wrote: >

[U2] Dictionary Item Problem

2008-09-19 Thread Bessel, Karen
Receiving a blink error when SSELECTing BY an I-descriptor that calls a subroutine, which uses COMMONed files that don't seem to be OPEN. Back in the olden days, if you had more errors than the system could process/display, it would result in a backward link or crossing frame limit error. Do y

RE: [U2] [UD] Crystal Reports and UniData

2008-09-19 Thread Marc Harbeson
No, but they do conform to an SQL standard... Just like Oracle, mySQL, etc. IF IBM is going to publish an ODBC driver, it should be SQL compliant. (At least behave the same as any other ODBC driver would minus the VSG crap) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

RE: [U2] SOAP over HTTPS

2008-09-19 Thread Larry Hiscock
Thanks :-) The UD 6.1 docs don't contain any reference to SOAPCreateSecureRequest, but it does work. Larry Hiscock Western Computer Services -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Janet Cedervall Sent: Tuesday, September 16, 2008 8:08 PM To: u2

RE: [U2] [UD] Crystal Reports and UniData

2008-09-19 Thread Anthony Youngman
There is, unfortunately, a question of "market power" here. If Access and SQL-Server talk to each other, even if they use a *broken* version of SQL to do so, the market place will expect other databases and clients to talk the same - BROKEN - dialect of SQL. It's all very well a vendor (like IB

RE: [U2] UD: Unidata Help Function

2008-09-19 Thread Colin Alfke
That's the same as mine. Does HELP exist in @UDTHOME/sys/ctlg/h? What happens when you try to use HELP? Hth Colin Alfke Calgary, Canada > -Original Message- > From: DAVID WADEMAN > > These are my pointer in the VOC file: > > :AE VOC HELP.FILE > Top of "HELP.FILE" in "VOC", 3 lines, 49 c

RE: [U2] [UD] Crystal Reports and UniData

2008-09-19 Thread jpb-u2ug
David, I think you have the emphasis on the wrong party here. IBM U2 is the database not the reporting tool. I don't think it is IBM's responsibility to try and comply with a tool, any tool, it is the other way around. Since CR is suppose to talk to a database and get the information from a databas

RE: [U2] Wintegrate Query Builder

2008-09-19 Thread Colin Alfke
I also meant to add that you could have a dict per line: 002: EXTRACT(@RECORD,9,1,0) 002: EXTRACT(@RECORD,9,2,0) 002: EXTRACT(@RECORD,9,3,0) Etc Hth Colin Alfke Calgary, Canada > -Original Message- > From: Colin Alfke > > Here are 2 dicts I created for the CUSTOMER file in the DEMO accou

RE: [U2] UD: Unidata Help Function

2008-09-19 Thread DAVID WADEMAN
These are my pointer in the VOC file: :AE VOC HELP.FILE Top of "HELP.FILE" in "VOC", 3 lines, 49 characters. 001: F 002: @UDTHOME/sys/HELP.FILE 003: @UDTHOME/sys/D_HELP.FILE Bottom. :LIST HELP.FILE ID.SUP @ID FMT "40L" LIST HELP.FILE ID.SUP @ID FMT "40L" 09:03:57 Sep 19 2008 1 HELP.FILE

Re: [U2] .net uniobjects error 39204

2008-09-19 Thread Doug Chanco
Thanks everyone great info! Dougc TLOTSP On Sep 19, 2008, at 3:57 AM, "Ray Wurlod" <[EMAIL PROTECTED]> wrote: The "slave" referred to here is the process that needs to log in to do the work. When you connect via uvcs (which you do from UniObjects to UniVerse) the listener is unirpcd (or

[U2] [ud] Unidata 7.1 and Crystal Reports 10

2008-09-19 Thread Edward Brown
Hello, I wonder if anyone is using the above combination. We've found that since moving to unidata 7.1 from 6.1 that it's no longer possible to set up new reports or run (using the lightening bolt) existing reports within the Crystal Reports application - both fail with an unhandled exception in c

Re: [U2] .net uniobjects error 39204

2008-09-19 Thread Ray Wurlod
The "slave" referred to here is the process that needs to log in to do the work. When you connect via uvcs (which you do from UniObjects to UniVerse) the listener is unirpcd (or uvrpcd on older versions), listening on port #31438 (by default). A request to connect has unirpcd consult its service