RE: [U2] Problem with xml within UV

2004-05-19 Thread Jeff Marcos
Thank you all for the information. I have since discovered the problem and how to rectify it. For those who are interested, I found that when creating Field Definition in SB+ they create an A type field definition, these cannot be used. When producing XML in UV, the dictionary type must be a D ty

[U2] UniVerse in VB .NET

2004-05-19 Thread Trevor McNamara
Hey, I am having come probs with connecting to UniVerse 10 DB with VB .NET (VS .NET) I I can setup the UCI.SONFIG file fine and the Test Connection works fine. But once i click on Ok to add it i get an error: Unable to connect to database. Died in UCI::SQLConnect() with SQLSTATE IM980, Native e

[U2] CallHttp and SSL

2004-05-19 Thread Stephen Krauklis
--- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users

[U2] CallHttp and SSL

2004-05-19 Thread Stephen Krauklis
--- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users

Re: [U2] UV 10.1 on linux rh8.0 tuning

2004-05-19 Thread Adrian Merrall
>From: Claus Derlien <[EMAIL PROTECTED]> > Hi, > > We are now one step closer to enter production with our new linux server > running rh8.0 on a siemens rx300 with 2 gig ram, today we opened up for a > limited number of users, so they can abuse the system the way only a user > can :-) Claus, We'r

RE: [U2] Delete from UV_TABLES + ODBC Massive inefficiency ????

2004-05-19 Thread Andrew Gissing
>Admins tool and make sure you have the fast connect option checked. This I had "fast connect" ticked, I also tried with "refresh OTL on connect", and both seemed to be about the same. We've not got any reports of slow speed, and it's working, so alls well I guess. Thanks, Andrew Gissing

RE: [U2] [UV] CATALOG verb

2004-05-19 Thread Richard Lewis
And if you add the T option to the S and N, you don't have to press return the extra time. i.e., > COPYP BP PROGRAM (SNT Richard B. Lewis Sr. Software Engineer Dynix [EMAIL PROTECTED] p 801-223-5392 f 801-223-5202 www.dynix.com -Original Message- From

RE: [U2] IBM positioning Linux against Microsoft

2004-05-19 Thread Andrew Mack
I agree with Tony on this. IBM has a real chance with UniVerse to take market share from Microsoft in the mid sized, small business database bracket. UniVerse is easier to setup and maintain. With redback it has solid functionality for the web side of things and it will run on anything. Just t

Re: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread John Kent
Peter, if you contain your uinobject calls in a class wrapper you can stay with pure vb for application development. With all subroutines you can even get by with only one argument if you delimit your input and output with IM, FM, VM,SVMs and use the split function to extract what you want. As

Re: [U2] [UV] CATALOG verb

2004-05-19 Thread Trevor Ockenden
Dianne wrote... > Interesting idea, Trevor. I do prefer the INFORMATION verbs, probably > because I'm more used to them. I'll definitely make a COPYI ! As you may have discovered by now, COPYI already exists and there is also a COPYP for those that prefer Pick style copies. In fact the Pick st

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread Marc Harbeson
You need to use the U2 Date Try replacing "Date()" with something like ICONV(NOW(),"D") Where ICONV would be somewhere else something like (vb6 flavor): Function Iconv(ByVal Conversion_String, Mask) Iconv = UniSession.Iconv(Conversion_String, Mask) End Function I'm guessing your su

Re: [U2] Need Help on INDEX in universe

2004-05-19 Thread Ray Wurlod
Urgent and detailed? This is a voluntary list. Urgent and detailed you can get from buying premium support from IBM. Particularly for a large organization such as InfoSys. What's more, the answer to your question, in huge detail, is in the manuals and in the on-line help. A secondary index i

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread peter watson
Hi I have tried this im many forms tries "DATE()" and DATE() and 'DATE()' but still get the same error I will investigate the logon loaded variables thing tomorow, if anyone has any more ideas please help me. Pete -Original Message- From: Richard A. Wilson [mailto:[EMAIL PROTECTED] Sen

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread peter watson
Hi Brian Im not sure on this I am more of windows person myself and have a limited knowhow of the Universe way of running things, I will have to investigate this with the help of more knowlegable people tomorow during office time. Pete -Original Message- From: Brian Leach [mailto:[EMAI

Re: [U2] [UV] CATALOG verb

2004-05-19 Thread Leroy Dreyfuss
If you opt to use the INFORMATION style of cataloging, I would such modifying the paragraph I supplied you to go along with the new verb. The PICK version will only create local catalogs, while the INFORMATION version can create 3 different styles, local, normal, and global. Regards, LeRoy F. Dre

RE: [U2] Bverify equivalent on Reality flavor UV accounts

2004-05-19 Thread Chuck Mongiovi
There's always the brute force method of recompiling each of source files and using an MD5 checksum to compare the generated object code with the active object code .. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Greg L. Bonebrake Sent: Wednesday, May 19,

RE: [U2] Bverify equivalent on Reality flavor UV accounts

2004-05-19 Thread Gyle Iverson
Hello, Greg. I am not familiar with BVERIFY. A couple tools come to mind that may be helpful; VCATALOG and SRS.UV.HEADER. VCATALOG can tell you if a cataloged program matches an object code record. From there, you can intuit the matching source code. E.g. the records in the BP.O file were genera

Re: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread Richard A. Wilson
if SUBR("MVACNOT",@ID,'DATE()','OW') is from an existing I-type then change your argument 3 to "DATE()" given this syntax they are looking for the string value of DATE() somewhere in the code and not how we normally think of DATE() its worth a try, Rich peter watson wrote: The subroutines are n

Re: [U2] [UV] CATALOG verb

2004-05-19 Thread Clifton Oliver
You may have meant CATALOGI. But if not, you will find you already have a COPYI verb. In fact, the COPY verb is a stored sentence that in a PICK flavor account calls COPYP and calls COPYI in the others. -- Regards, Clif ~~~ W. Clifton Oliver, CCP CLIFTON O

RE: [U2] Cost of Oracle vs PICK

2004-05-19 Thread Tom Firl
> I agree that it would be a "good thing", but I think the > reality is that it is not going to happen . and if it > DOES happen, for backwards compatibility they will have to > keep things the way they are, and that will let people > by-pass your rules & do "nasty things". > I haven't be

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread Marc Harbeson
You need 1 less arg. 0-3 is 4 args... Subroutine only has 4 args. -Original Message- From: peter watson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 12:08 PM To: [EMAIL PROTECTED] Subject: RE: [U2] Error 30107 when calling SubRoutines from UniObjects Just tried that still ge

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread peter watson
The subroutines are note wrote or owned by us and we are not supposted to create or alter them and they work fine if called by I-descripors therefore I would believe they work. I have just replicated my VB.NET code in VB6 and get the same error therefore I am going to give up and believe that th

Re: [U2] Bverify equivalent on Reality flavor UV accounts

2004-05-19 Thread Brian Leach
Greg, the oject code in catdir should contain the pathname to the original source location from which it was cataloged, near the end of the file. If you are on UNIX you should be able to strings the file. This should help you track down which is the correct source. e.g. cd `cat /.uvhome`/catd

[U2] Bverify equivalent on Reality flavor UV accounts

2004-05-19 Thread Greg L. Bonebrake
Working with a few Reality flavor accounts for a conversion and running into problems with multiple copies of source in different BP files. Does anyone know of any tricks or an equivalent to Reality's BVERIFY? Thanks- Greg --- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listin

Re: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread Brian Leach
Peter, Could it just be the fact that your subroutine expects to be called as part of a user login session? Does your login perform any initialisation e.g. opening files, setting common variables etc. that the subroutine would normally require? Could it just be that one of these variables isn't

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread peter watson
Hi I am useing VB.NET and the set keyword has been removed, maybe it is time I tried a version of my code in VB6 to see if it is in fact a .NET with UniObjects problem. -Original Message- From: Kryka, Richard [mailto:[EMAIL PROTECTED] Sent: 19 May 2004 16:12 To: [EMAIL PROTECTED] Subjec

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread peter watson
Just tried that still get same error and I need to pass the last three args or the subroutine will not know what to do and arg 0 is a return arg -Original Message- From: Marc Harbeson [mailto:[EMAIL PROTECTED] Sent: 19 May 2004 16:06 To: [EMAIL PROTECTED] Subject: RE: [U2] Error 30107 whe

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread peter watson
Hi That is what is in the I-Descriptor that makes a call to the subRoutine, I included this line more to state that when the system calls the subRoutine it only uses three Args and when I try to call through uniobjects I HAVE to tell the subroutine method there are 4 params and this is possibly

Re: [U2] Companies going belly up converting from PICK/MV

2004-05-19 Thread [EMAIL PROTECTED]
This is a valuable thread, however, it doesn't belong on u2-users. Please continue this thread on u2-community. - Charles Barouch, Moderator --- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users

Re: [U2] Cost of Oracle vs PICK

2004-05-19 Thread [EMAIL PROTECTED]
This is a valuable thread, however, it doesn't belong on u2-users. Please continue this thread on u2-community. - Charles Barouch, Moderator --- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread Ross Craig
You should test all of your subroutines by calling them from universe before trying to get them to work in VB. You can use the debugger to step through your code. Create a calling program in universe to pass the subroutine the necessary parameters. Ross Craig Alaska Diesel Electric -Origina

Re: Subject: RE: [U2] Cost of Oracle vs PICK

2004-05-19 Thread Eugene Perry
At one site, I was CIO and we were looking at getting an Oracle system in addition to our Universe system. They had just implemented their new pricing based on number of cpus and power etc. We calculated that it would run 500K. In addition, we were getting a demo of a product. Very nice product

Re: [U2] Companies going belly up converting from PICK/MV

2004-05-19 Thread Eugene Perry
Ross, An additional historical note - Oasis had a booth at some of the Spectrum shows. I do seem to remember that Pick had some influence on their product - perhaps their data retreival language. Eugene - Original Message - From: "Ross Ferris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread Kryka, Richard
I'm certainly not a VB expert, but I think the failure may have to do with this line: Dim cu As Object = m_uniobject.Subroutine("MVACNOT", 4) Here is a snippet of code from our application: Public Sub Load_Detail() 'Declarations Dim DetailObj As Object Dim ResultArray As Object Cons

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread Marc Harbeson
You need to set args 1 thru 4 to "" before the call... (unless I missed that somewhere) -Original Message- From: peter watson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 10:12 AM To: [EMAIL PROTECTED] Subject: [U2] Error 30107 when calling SubRoutines from UniObjects Hi I am

Subject: RE: [U2] Cost of Oracle vs PICK

2004-05-19 Thread KevinJ Jones
The big move now is to take the existing app and merge it with Oracle, SQL or leave it in Unidata. The R18 release will allow the users to choose which database they wish. The code will stay in envision and talk via a middle level translator which passes instructions out to the selected db. We hav

RE: [U2] Companies going belly up converting from PICK/MV

2004-05-19 Thread Jeff Schasny
All right already. For those of you in national entities currently or formerly ruled by a queen, the use of the Britishized (new word, just made it up) spelling is considered somewhat pretentious here in the colonies. I need coffee now -Original Message- From: [EMAIL PROTECTED] [mailto:

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread amit_bhutani
This is the first line of the subRoutine I need to call SUBROUTINE MVACNOT(RETURN.SUPPLIER,ACCOM.CODE,REPORT.DATE,SEARCH.TYPE) When the system calls this subroutine internally it uses the following SUBR("MVACNOT",@ID,'DATE()','OW') Why is DATE() inside single quotes 'DATE()' ? Is that your pro

RE: Subject: RE: [U2] Cost of Oracle vs PICK

2004-05-19 Thread Shawn Waldie
Thanks, James. That's a thorough explanation. I don't know 1st-hand what a copy of Oracle costs (+ user licenses & maint.), but from what I've heard, the cost difference alone would make me lean more toward giving Unidata a shot - especially considereing most schools don't have a lot of money to p

RE: Subject: RE: [U2] Cost of Oracle vs PICK

2004-05-19 Thread Shawn Waldie
Oops. Apologies. That was suppose to go to James. -Original Message- From: Shawn Waldie Sent: Wednesday, May 19, 2004 8:31 AM To: '[EMAIL PROTECTED]' Subject: RE: Subject: RE: [U2] Cost of Oracle vs PICK Thanks, James. That's a thorough explanation. I don't know 1st-hand what a copy

[U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread peter watson
Hi I am having problems with getting a response from any subroutine I get error number 30107 = The subroutine failed to complete successfully I have even tried setting Arg(0) to "" but nothing seems to work can anyone help me please. here is my code if anyone can tell me why its not working. P

Re: [U2] [UV] CATALOG verb

2004-05-19 Thread Dianne Ackerman
Interesting idea, Trevor. I do prefer the INFORMATION verbs, probably because I'm more used to them. I'll definitely make a COPYI ! Thanks, Dianne Trevor Ockenden wrote: >Dianne wrote... > > > >>I'm using PICK flavour in UV version 9.6.1.4. I want all programs to be >>catalogued with the CO

RE: [U2] Need Help on INDEX in universe

2004-05-19 Thread Dennis Bartlett
An index makes access to groups of data very quick. One creates (and builds) an index on a field that is sorted on (BY...), or selected (WITH X = ""). Without an index, every process looking for specific records has to process the entire file searching each record to see if the criteria exist (eve

[U2] Need Help on INDEX in universe

2004-05-19 Thread amit_bhutani
Thanks everyone. I have found a manual so it's fine now. Maybe I should have got Infosys to pay for some training in the first place. Thanks Amit --- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users

Subject: RE: [U2] Cost of Oracle vs PICK

2004-05-19 Thread Yeatrakas,James
<"...but still, aren't there any mv-type systems that can bring this "http://www.u2ug.org/listinfo/u2-users

RE: [U2] IBM positioning Linux against Microsoft

2004-05-19 Thread Glenn W. Paschal
True, but the observation Tony made still stands. I was personally excited when IBM took over UniVerse, thinking that they would put some money behind it, and promote it, at least a little bit. Unless, they bought it just to kill it. --Glenn -Original Message- From: [EMAIL PROTECTED] [m

[U2] Need Help on INDEX in universe

2004-05-19 Thread Amit Bhutani
Hi group, Can any body let me know about the INDEX, y to use it and what are the benefits of using it. What is the importance of LIST.INDEX, SET.INDEX, CREATE.INDEX, BUILD.INDEX, DISABLE.INDEX commands. I think they are to speed up the search. Please reply me asap. Need urgent and detailed answer

RE: [U2] How can we customize universe Commands

2004-05-19 Thread Bob Witney
Amit Have you thought of creating a paragraph in the VOC ? Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Amit Bhutani Sent: 19 May 2004 11:12 To: [EMAIL PROTECTED] Subject: [U2] How can we customize universe Commands Hi, Is there any way to customiz

[U2] How can we customize universe Commands

2004-05-19 Thread Amit Bhutani
Hi, Is there any way to customize universe commands, or can create some extra command which can be a combination of some other existing universe commands Thanks Amit --- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users

RE: [U2] Cost of Oracle vs PICK

2004-05-19 Thread Bob Witney
Pick a dict item do create.index dictitem no nulls dop build.index filename dictitem (locks the file when running) will speed up select by loads and loads bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Amit Bhutani Sent: 19 May 2004 10:40 To: [EMAIL PR

RE: [U2] Cost of Oracle vs PICK

2004-05-19 Thread Amit Bhutani
Hi group, Can any body let me know about the INDEX, y to use it and what are the benefits of using it. What is the importance of LIST.INDEX, SET.INDEX, CREATE.INDEX, BUILD.INDEX, DISABLE.INDEX commands. I think they are to speed up the search. Please reply me asap. Need urgent and detailed answer

[U2] UV 10.1 on linux rh8.0 tuning

2004-05-19 Thread Claus Derlien
Hi, We are now one step closer to enter production with our new linux server running rh8.0 on a siemens rx300 with 2 gig ram, today we opened up for a limited number of users, so they can abuse the system the way only a user can :-) Meanwhile im working on converting adhoc c programs to work unde

Re: [U2] Cost of Oracle vs PICK

2004-05-19 Thread Brian Leach
Ok here are my suggestions: 1. IT departments and firms will always prefer Oracle to MV. Not because of any native benefit from either model but because they get paid far more for Oracle consulting and systems administration than MV. I'm caught in this loop now - my employers have realised that

RE: [U2] [OT] Cost of Oracle vs PICK

2004-05-19 Thread Ross Ferris
I don't think I missed the point - a statement was made along the lines of "have you ever heard of a virus for a multi-valued database" - I assumed that people would realize, as you have pointed out, that in the majority of cases a virus is at the OS level (SQL-Server "slammer" aside) from my st

RE: [U2] UniBasic Performance Question

2004-05-19 Thread Dennis Bartlett
> So the execution speed of the code does not change. You're missing the point - Sure, the compile time versus run time processing is a factor, but the fact of the matter here is not the EQUATE itself but the data it is equating to... At compile time the compiler does not have access to the con