Re: [U2] FW: [UV] Change in behaviour of EXECUTE ... CAPTURING at 10.1.18 {Unclassified}

2006-06-08 Thread Kate Stanton
You have my sincere sympathy! Something has gone awfully wrong with updating UniVerse lately, and they don't seem to think it is important that behaviour that has been there for decades should suddenly change (eg user number for each session, A1,-1 = B adding @VM to A if it is not blank, but

Re: [U2] IBM U2 UniData ODBC sample working program

2006-06-08 Thread Symeon Breen
Hi Angelo - as mentioned i will send you an example program later (sorry been a bit busy) What i have done for unidata on linux is the following ... 1. Install the databases odbc library (i.e. MyODBC for MySQL) 2. Environment variables (these are the locations i normally set)

RE: [U2] FW: [UV] Change in behaviour of EXECUTE ... CAPTURING at 10.1.18 {Unclassified}

2006-06-08 Thread Brian Leach
Mike, I assume you've already tried it, but does a simple NOPAGE on the RetrieVe command work? Otherwise I guess XMLEXECUTE is probably the best bet, as that is likely to be the quickest to get fixed if there IS anything wrong! It is also a key part of the UO.net stuff, so there is a lot of

[U2] UDT Sequential File Length

2006-06-08 Thread Brian Leach
All, Is there a simple way of getting the size of a file opened sequentially under UniData short of actually reading though it in BASIC ? Something equivalent to using the Status statement on UniVerse? Must be OS neutral - no shelling out to ls or DIR I'm afraid. Thanks Brian ---

RE: [U2] IBM U2 UniData ODBC sample working program

2006-06-08 Thread Brian Leach
Angelo One of my friends at VMARK UK has unearthed a couple of IBM articles on setting up ODBC with UniData on UNIX: one for Merant and one for EasySoft. I'll forward these to you off-list. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[U2] ODBC question

2006-06-08 Thread Dana Baron
Hi, While we're talking Unidata ODBC... I'm having trouble getting UNIDATA ODBC working here. Server is Tru64 Unix. Client is windows. UCI seems to be set up correctly. I can access the data and create views, etc with VSG. But, when I try to import or link to the data from Access or Excel, I get

[U2] [UD] Simulation/performance testing tools

2006-06-08 Thread Susan Joslyn
Greetings, Actually the mainstream desktop testing tools work remarkably well with U2 products. Especially Redback if you mean load testing your web page. There are products out there from the sublime to the ridiculous -- from shareware to very high end. How elaborate you want to be has to do

RE: [U2] UDT Sequential File Length

2006-06-08 Thread Angelo Collazo
Brian, I use OPENSEQ, READSEQ and WRITESEQ if needed. Hope this helps Cheers, Angelo All, Is there a simple way of getting the size of a file opened sequentially under UniData short of actually reading though it in BASIC ? Something equivalent to using the Status statement on UniVerse? Must

RE: [U2] ODBC question

2006-06-08 Thread Marc Harbeson
Do you have a license to use ODBC? Or Is your UniData licensed? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dana Baron Sent: Thursday, June 08, 2006 8:11 AM To: U2-Users Subject: [U2] ODBC question Hi, While we're talking Unidata ODBC... I'm

RE: [U2] UDT Sequential File Length

2006-06-08 Thread Kevin King
I don't have access right now, but will FILEINFO do any good for you? -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Angelo Collazo Sent: Thursday, June 08, 2006 7:02 AM To:

RE: [U2] ODBC question

2006-06-08 Thread Dana Baron
Hi Marc, Good question. Yes we have licenses for both Unidata and ODBC, however, our server crashed hard a few months ago and I had to re-install Unidata (and just about everything else). I haven't tried using ODBC since then. It could be that the ODBC license wasn't re-installed correctly.

[U2] ODBC question

2006-06-08 Thread Dana Baron
Hi, While we're talking Unidata ODBC... I'm having trouble getting UNIDATA ODBC working here. Server is Tru64 Unix. Client is windows. UCI seems to be set up correctly. I can access the data and create views, etc with VSG. But, when I try to import or link to the data from Access or Excel, I get

RE: [U2] ODBC question

2006-06-08 Thread colin.alfke
What version of UD are you running? Does version show it as licensed? Try a new password, I've had trouble with passwords that unusual characters, including basic punctuation marks. A long time ago, I also needed to get an updated .dll from IBM. That was early in the 5? Days. Hopefully, your

RE: [U2][UV] Inhibiting Access to Debugger

2006-06-08 Thread Bill Haskett
Perry: What about the ON.ABORT phrase in the (VOC)? Combined with user management, which I'm sure you've already built, this should do the trick. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Wednesday, June 07, 2006

RE: [U2] UDT Sequential File Length

2006-06-08 Thread colin.alfke
What about using DIR()? I thought there was something in FILE.INFO - but it does not appear to be in there. You could try parsing FILE.STAT. Hth Colin Alfke Calgary, Canada -Original Message- From: Brian Leach All, Is there a simple way of getting the size of a file opened

[U2] UniDebugger

2006-06-08 Thread Bill Haskett
Two months ago I was trying to update a program, using UniDebugger, on a remote server using the Disk Read/Write method and couldn't because the Unidata server directory has a minimal amount of security. I was able, however, to update the program using the UniObjects Read/Write method by entering

[U2] UniData performance problems

2006-06-08 Thread bradley . schrag
We have had ongoing intermittent performance issues with InfoLease for many months now. Recently the problems have become worse, especially at monthend. Users and customers are complaining and we're out of ideas. I'm hoping someone can point us in a direction that will get us to the root cause. I

Re: [U2] UDT Sequential File Length

2006-06-08 Thread Simon Lewington
UniBasic DIR() function - SIZE=DIR(FILEPATH)1 -- Brian Leach [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] All, Is there a simple way of getting the size of a file opened sequentially under UniData short of actually reading though it in BASIC ? Something equivalent to using the

RE: [U2] UniData performance problems

2006-06-08 Thread Karjala Koponen
Brad, Others will undoubtedly talk about file sizing issues. We had a problem where we had some jobs locking up to 30,000 records where the system was geared to handle, maybe, scores or hundreds of locks. Jobs that should have taken a minute, or less, were taking hours. I wrote a program to

Re: [U2] UniData performance problems

2006-06-08 Thread Timothy Snyder
[EMAIL PROTECTED] wrote on 06/07/2006 04:07:09 PM: * Resizing seems to have pretty much resolved our batch processing but hasn't helped online activity. Udtmon still shows a surprising amount over Overflow 2 activity. We're investigating, so maybe we have more work to do there. Does anyone

RE: [U2] UniData performance problems

2006-06-08 Thread Baakkonen, Rodney A (Rod) 46K
What does sar say about your wait i/o? On Solaris, I use sar -u. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 3:07 PM To: u2-users@listserver.u2ug.org Subject: [U2] UniData performance problems We have

Re: [U2] U2 on Rails?

2006-06-08 Thread Guido Sohne
I'm writing all my business logic using Ruby on Rails. I've investigated writing a Rails database adapter for UniVerse but it doesn't look like it will be easy. I don't know UniVerse well (only been using it for a couple of weeks) but from what I see so far, UniVerse is not fully SQL

[U2] UniObjects for Java + GLOBUS (UniVerse) = UniVerse license expired!?

2006-06-08 Thread Guido Sohne
Dear List: I am trying to extract data from a GLOBUS application (which runs atop U2). I'm using the UniObjects for Java API to connect to the database. When I use the right username/password, instead of connecting, it tells me that the UniVerse license has expired.

RE: [U2] UniData performance problems

2006-06-08 Thread Robert DunnMiller
A few things come to mind: 1. Is the slowdown for the interactive users a general slowdown thought the business day, or only at specific points in time? 2. Do you experience any udt sessions that are run aways (that is, zombie sessions?) 3. How many users? What kind of locking activity? 4. What

Re: [U2] Universe Jav

2006-06-08 Thread Ɓukasz s
u2logic is ok, but it doesn't color syntax:( and you have to have uv.account for user, so it's useless if you have one uv.account, for example in Globus implementation. Maybe something else is avaiable? 2006/5/30, D Averch [EMAIL PROTECTED]: If you are using Eclipse you can get a free plug-in

RE: [U2] Universe Java

2006-06-08 Thread D Averch
Unfortunately, when you do a free product not every need can be accommodated within the first 6 months of it's release. Hopefully around the end of July, the U2Editor with support color syntax (maybe snippets, as well) and Outline format. The Outline format allows you to see all the internal

Re: [U2] UniObjects for Java + GLOBUS (UniVerse) = UniVerse license expired!?

2006-06-08 Thread John Hester
Guido Sohne wrote: I am trying to extract data from a GLOBUS application (which runs atop U2). I'm using the UniObjects for Java API to connect to the database. When I use the right username/password, instead of connecting, it tells me that the UniVerse license has expired. What version of

RE: [U2] UniData performance problems

2006-06-08 Thread Dan Fitzgerald
Yes; you would see an increased number of disk accesses at the os level, both I and O, with significant level 2 overflow. This would also affect locks; if I set a lock, the longer it takes me to find it, process it, and write it back, the longer the lock is held. If it takes me a few dozen

RE: [U2] U2 on Rails?

2006-06-08 Thread David Jordan
Hi Guido I don't know UniVerse well (only been using it for a couple of weeks) but from what I see so far, UniVerse is not fully SQL compliant and AFAIK, portions of the SQL that is generated comes from user code (e.g. conditions specified using the LIKE clause) expect the underlying SQL

[U2] [UV] Printer page breaks

2006-06-08 Thread Barry Brevik
There was a thread just yesterday (or the day before) about this, and it got me thinking... I've inherited code that has THREE different methods of suppressing the 'press a key to continue' after each 24 lines are printed. All three methods seem to work, but I wonder if anyone can tell me if

[U2] SETPTR MODE 1

2006-06-08 Thread John Kent
I have been looking at Universe in PICK flavour on Windows. Does anyone know where the output goes with setptr mode 1 and HOLD. (I have always used mode 3) Is it accessible in basic with a file read. where is the SPOOL - LIST job description data kept and can i access this in basic It seems

Re: [U2] SETPTR MODE 1

2006-06-08 Thread Bruce Nichol
Goo'day, John, At 09:52 09/06/06 +1000, you wrote: I have been looking at Universe in PICK flavour on Windows. Does anyone know where the output goes with setptr mode 1 and HOLD. (I have always used mode 3) file name = HOLD Every report creates a new item Is it accessible in basic with

Re: [U2] SETPTR MODE 1

2006-06-08 Thread Bruce Nichol
OOPS! Sorry! Misread the question At 09:52 09/06/06 +1000, you wrote: I have been looking at Universe in PICK flavour on Windows. Does anyone know where the output goes with setptr mode 1 and HOLD. (I have always used mode 3) It's available/spoolable from the Windows printers

Re: [U2] SETPTR MODE 1

2006-06-08 Thread John Kent
Chris, aha found it. But how does one read the shd file ? This look like where the job description etc SPOOL -LIST uses on windows So i am guessing there is a way to read this and define the data delimiters jak - Original Message - From: Chris Day [EMAIL PROTECTED] To:

RE: [U2] SETPTR MODE 1

2006-06-08 Thread Chris Day
Hi John, Good that you have found where the print files are located on the system. Unfortunately, I have not tried to read the details contained in the .shd file at all, but someone else on the list may be able to assist with this. Chris Day Technical Pre-Sales Specialist Meier Business Systems

RE: [U2][UV] Inhibiting Access to Debugger

2006-06-08 Thread Ray Wurlod
Compile with the -I option. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] FW: [UV] Change in behaviour of EXECUTE ... CAPTURING at 10.1.18 {Unclassified}

2006-06-08 Thread Ray Wurlod
Is is possible that your default print channel on the old version had NFMT as one of its options, and the one on the new version does not (so that UniVerse is inserting a new page every @CRTHIGH lines)? Just a thought. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe