I am out of the office until 30/10/2012.
Note: This is an automated response to your message "[U2] STARTUP file
issue with UV11.1 PE version (Linux)" sent on 1/10/2012 17:36:50.
This is the only notification you will receive while this person is away.
---
I am out of the office until 01/05/2012.
Note: This is an automated response to your message "Re: [U2] Job at
Rocket in Denver" sent on 28/3/2012 18:48:49.
This is the only notification you will receive while this person is away.
-
SAVE PAPER - THINK
I am out of the office until 16/01/2012.
I will then be out of the country until 30/01/2012, but will be contactable
by telephone, email and sametime.
Note: This is an automated response to your message "Re: [U2] Corrupted
compiled code" sent on 22/12/2011 19:59:16.
This is the only notificat
Hi,
Is anybody using the MQI interface in Universe 11 to connect to MQ?
We currently use the AMI interface on Universe 10.3 but will have to move
to MQI at some stage.
If you are using MQI, any information, tips, gotcha's, or description of
problems encountered would be very welcome
thank
Hi,
Have you checked the AUTOLOGOUT setting?
AUTOLOGOUT
Use AUTOLOGOUT to enable or disable automatic logout. With
AUTOLOGOUT enabled, UniVerse logs you out automatically if you
have not pressed a key within a specified time.
SYNTAX
AUTOLOGOUT [time]
>
> To Asvin, you cannot set locks in the same sequence every time.
> This is because, in a sufficiently complex system you will have
> changes to Customer's possibly affecting Orders, Inventory, Payables...
> You can then have changes to Inventory possibly affecting Orders,
> Customers, Receiva
Hi,
You can avoid a deadly embrace if you can arrange it so that all processes
lock related tables/files in the same sequence.
Take the example of a system with a CUSTOMER file, a ORDER HEADER file and
an ORDER DETAILS file. If some processes lock the ORDER HEADER file first
and the CUSTOMER f
Hi Bradley,
We run everything under screen, batch processes (like you describe) and
interactive terminal sessions.
We dont have the problems that you are describing, and can break whenever
we need to. But we are using UV and that may be better at handling break
then udt.
How are you invoking
I too would suspect disk issues. We had exactly the same symptoms on our
HP UX Universe installation, and tracked it down (eventually) to disk
issues caused by problems with a Veritas replication link which copied
data from the live server to an offsite DR server...
"Symeon Breen"
Sent by
We use snapshots to perform a backup as well. We do a
dbpause/SUSPEND.FILES ON and a Unix sync() to flush the buffers to disk
before creating a snapshot. Once the snapshot is created, you can then do
a dbresume (is that the right verb - long time since I worked on ud) or
SUSPEND.FILES OFF.
The
Hi,
We use JDBC to talk to a Microsofot SQL server database, and have used it
to talk to Sybase in the past.
You need the JDBC driver for the database that you are talking to (we use
jTDS for the SQL Server database). Then you will need some java code to
read/write to the SQL database and some
Hi Robert,
As I see it you have three choices:
1. Move old inactive records to an archive file. If you move enough, you
should avoid the 2gb limit. Of course, the records you move will no longer
be available to the normal programs and you may hit referential integrity
problems - so this is pro
another option is to use JDBC - this involves getting a JDBC driver for
the target system (widely and freely available) and writing some fairly
simple java code which uses Uniobjects to connect to the Universe database
and the JDBC driver to talk to the SQL database..
cheers,
asvin
John C
Hi,
A general point on indexes. You should be careful in choosing the data
that you index on. Indexing on a data field where a substantial number of
records in the file have the same value in that field can cause
performance problems.
An extreme example is a field that can contain Y or N. But
INMAT(array) works on Universe too.
If you cant get it to work, you could try MATPARSE.
cheers,
asvin
u2-users-boun...@listserver.u2ug.org wrote on 01/06/2009 16:08:03:
> "Edward Brown"
> Sent by: u2-users-boun...@listserver.u2ug.org
>
> Jun 01 2009 16:08
>
> Mail Size: 22529
>
> Ple
Hi,
Th String maths routines (SDIV, SMULT etc) that Martin alludes to at the
bottom of his post are very effective, but do require code changes to all
the calcuations in the program.
You can achieve the same effect in Universe by putting $OPTIONS
STRING.MATH at the top of the program.
Howeve
Hi Tom,
You could use the LOCK/UNLOCK Basic statements. These are designed for
interprocess control, but I dont know if they will achieve your goal of
not wasting resources.
So in each program you would have something like this:
LOOP UNTIL LOCK n DO
RQM
REPEAT
process stuff here
UNLOCK n
Perhaps:
IF 0 > ATT5 OR ATT6 <> '' THEN ATT5 ELSE 0
because I believe the correlative can be read as:
((C0 > 5) OR ("" <> 6) + C0) * 5
and to think that I actually used to enjoy reverse polish once upon a
time...
[EMAIL PROTECTED] wrote on 05/11/2008 17:23:27:
> A coworker asked me if I co
[EMAIL PROTECTED] wrote on 19/06/2008 17:51:55:
>
> If we have a pick file called "CONTROL" and there is a group lock on the
> CONTROL file what I am curious about would be:
>
> 1. why would a group lock be set?
A group lock which actually locks the group is normally transient. It is
set b
Hi Dennis,
Replies embedded below...
[EMAIL PROTECTED] wrote on 11/02/2008 10:54:07:
>
> (1) I have too many users + phantoms logging on and we have run out of
> licences. Is there a utility out there that monitors this?
uvlictool [-clean]
I think you need to be superuser to use the -clean op
I have had issues with Dynamic Connect where if you change anything else
on the setup and save it, it seems to revert to the default keyboard file.
[EMAIL PROTECTED] wrote on 22/01/2008 16:30:50:
> I am trying to save keyboard definitions from one session to the next.
Mainly
> the keypad. The d
Hi Gabe,
We are using screen (version 4.0.2) on Unix to ensure that we have no
disconnected sessions. We are only using it on our development machine for
the moment but intend to roll it out to production pretty soon.
In the unix profile for the user we check to see if there is any active
scre
Just to amplify, the hex number is the instruction counter. It can be
translated to the Basic source line number by doing a VLIST on the basic
program. It can be an incredibly useful piece of information.
<[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
12/12/2007 19:57
Mail Size: 5323
Pl
Hi Bill,
We came across something like this sometime ago. The error message is
caused by entries being left in the uvtemp directory, but that is just a
symptom. In reality, the problem is that a phantom or background process
that opens a file and then executes another process seems to corrupt a
I will be out of the office starting 03/10/2007 and will not return until
22/10/2007.
-
SAVE PAPER - THINK BEFORE YOU PRINT!
This transmission has been issued by a member of the HSBC Group
"HSBC" for the information of the addressee only and should not be
One way is to use the GNU screen software that was mentioned some time
ago.
This allows another user to "adopt" other users sessions and take them
over, like TANDEM should (but TANDEM doesnt seem to work reliably on
HPUX). Then it is simply a question of firing the various quit commands
that t
I will be out of the office starting 24/08/2007 and will not return until
03/09/2007.
-
SAVE PAPER - THINK BEFORE YOU PRINT!
This transmission has been issued by a member of the HSBC Group
"HSBC" for the information of the addressee only and should not be
Hi John,
I do not know about your second issue, but we have had the first issue
using Universe on HP UX. In our case, it was one program opening and
clearing a file (using CLEARFILE) and then executing another program as a
phantom.
The Unix process for the second program inherits file handle
I will be out of the office starting 11/05/2007 and will not return until
12/05/2007.
-
SAVE PAPER - THINK BEFORE YOU PRINT!
This transmission has been issued by a member of the HSBC Group
"HSBC" for the information of the addressee only and should not b
I will be out of the office starting 11/05/2007 and will not return until
29/05/2007.
-
SAVE PAPER - THINK BEFORE YOU PRINT!
This transmission has been issued by a member of the HSBC Group
"HSBC" for the information of the addressee only and should not b
HSBC in their investment banking division have been using Universe or it's
predecessors for the last 20 odd years and look likely to do so for the
next twenty ..
"Liesse, Dave" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
27/04/2007 14:28
Mail Size: 4842
Please respond to
u2-users
Hi Scott,
this is a known issue in some versions of Universe. It is fixed at one of
the 10.1.nnn releases - not sure which. From our experience, it seems to
only occur when you have a program that is sleeping, and you run
PORT.STATUS more than once without any appreciable gap in between.
cheer
Sorry, that should be UNLOCK PSTATLOCK to unlock it
[EMAIL PROTECTED]
03/10/2006 17:19
Mail Size: 6261
Please respond to
u2-users@listserver.u2ug.org
To
u2-users@listserver.u2ug.org
cc
Subject
Re: [U2] [UV] Help PORT.STATUS broken
Entity
Investment Banking Europe - IBEU
Its the P
Its the PORT.STATUS semaphore. Do a SEMAPHORE.STATUS in the uv account,
and you should see it somewhere near the bottom.
There is an UNLOCK SEMAPHORE command that you should be able to use to
release it
hth
asvin
[EMAIL PROTECTED] wrote on 03/10/2006 17:07:48:
> Hi all,
>
> Can someone
Hi Charles,
I am an old pickie, but you're right in saying that I am not familiar with
the Multiple data files construct in Universe. I have used multiple
data files in Pick, but that was very simple concept. This on the other
hand, looks a bit contrived, but I can see what it's trying to d
Hi Jerry,
Actually, I know about multi-data files too... I used to use them on Pick
R83, to simulate what Universe later implemented much more cleanly as
distributed files.
Part numbers dont have to be sequential and dont have to start at 1 ( I
didnt know that until I was told quite recently.
I suspect that the Ron is talking about distributed files..
Ron - this is a mechanism where you can split the data over several
individual part files, but still be able to see it all together as one
logical file. This means that you can open the file as a whole, and read
records or select
HI Dave,
Probably no use to you because I note that you are running Unidata, but on
Universe there is file in the Universe install directory called errlog.
This logs all these run time errors.
It's been some years since I worked on Unidata, but I do vaguely recall a
similar file there... .perh
Hi Brian,
That is the hex instruction code address. You can see which line of code
it is by doing a VLIST on the program.
cheers,
asvin
Brian Grayson <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
10/04/2006 16:03
Mail Size: 4351
To
"U2-Users@listserver.u2ug.org"
cc
Subject
[U2] [uv] PO
CONFIG ALL from TCL
[EMAIL PROTECTED] wrote on 27/02/2006 18:10:30:
> How do I get version and serial number from a UniVerse AIX installation?
I
> am drawing a blank here.
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.o
My apologies - I replied to the wrong message last night
[EMAIL PROTECTED] wrote on 22/02/2006 21:27:35:
> You've gone very quiet
> *
> HSBC Bank plc
> Registered Office: 8 Canada Square, London E14 5HQ, United Kingdom
> Registered in England - Number 14259
You've gone very quiet
*
HSBC Bank plc
Registered Office: 8 Canada Square, London E14 5HQ, United Kingdom
Registered in England - Number 14259
Authorised and Regulated by the Financial Services Authority
*
From: owner-u2-users
Hi Gordon,
Actually, as other posters have mentioned, 64 bit files allow for file
sizes much larger than 2gb.
However, there was a bug in Universe 9.6.x which in effect limited 64 bit
files to 2gb. This was fixed on subsequent releases, but if the 64 bit
file was created on 9.6, then it will
Hi Tony,
Do you mean the errlog file? This keeps a record of run time errors, and
is in the universe installation directory.
hth,
asvin
[EMAIL PROTECTED] wrote on 16/02/2006 00:24:57:
> Where is the Universe Log file? I wanted to check it after receiving the
> following message and relized
Hi Kathy,
If you are on Unix, I believe each database connection spawns a separate
process, with uvapi_slave in the command. So you could just do a ps -ef |
grep uvapi
hth.
asvin
[EMAIL PROTECTED] wrote on 24/01/2006 14:36:48:
> You guys have lots of experience on using UniObjects. May I
Hi,
Leroy was kind enough to arrange for it to be ported to Universe as part
of release 10. We have 10.0.19, and it is on that...
cheers,
asvin.
"David Wolverton" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
20/01/2006 16:10
Mail Size: 4612
Please respond to
u2-users@listserver.u2ug
Hi,
Universe defaults to American style date format. To get round this, I
explicitly set european date format when I create the session object:
sess.command("DATE.FORMAT ON")
where sess is the session object.
hth,
cheers,
asvin
[EMAIL PROTECTED] wrote on 11/01/2006 11:08:40:
> REPOSTED FOR
Hi Michael,
Hardly a guru, but fwiw I think the problem is likely to be a user process
that has not completely died.
When Universe starts, it creates a shared memory segment for its own use.
As users login, a shared memory segment is created for each user. When the
user logs off, the shared me
Hi Mark,
We use 64 bit files extensively for large files. The only drawback that we
have found is that the Unix size of the file increases when you convert
from 32 bit to 64 bit (because of larger forward and backward pointers).
Theoretically, if you have a large number of very small records the
Hi Pankaj,
Type in ^ and return.
The editor will display ^ mode off or similar. You should then be able to
type the strings you want. The ^ mode is there to allow you to enter
control characters, for example ^253 for a value mark. It defaults to on,
but you can toggle it on and off by pressing ^
Hi,
Universe 64 bit files created on 9.6 do blow up at the 4gb limit, even if
you subsequently upgrade. Solution appears to be do a resize * * * after
upgrading...
We're on HP UX - may not apply to other platforms.
hth,
asvin
"John Jenkins" <[EMAIL PROTECTED] on 10 Jul 2005 11:28
Please re
Hi Ang,
You get the message "Printer Segment Removed" if you invoke universe when
already running universe as another user.
I usually get this message when I sh out to the shell from the Universe
command language prompt, su to another user code, and then invoke universe
by using the uv cmd from
>I'd also wonder about port-specific usage. I believe I
> worked on a Unix
> box a while back where they mapped the ports so that every
> time a person logged
> in they got the same port number. Don't ask me exactly how
> they did this.
HP-UX has a facility called DDFA. It is meant to be use
Hi Bill,
Updating the VOC in each is part of the process when upgrading Universe
versions.
This involve copying VOC entries from the NEWACC file in the UV account to
the VOC in each user account. If there is already an entry in the user
account VOC with the same ID but of a different type (e.g. c
We use gci and have done so for many year. The only gotcha is that the file
handles opened by the C routines count towards the Universe mfiles limit
*
HSBC Bank plc
Registered Office: 8 Canada Square, London E14 5HQ, United Kingdom
Registered in England - Number 1425
Hi Marco,
analyze.shm -s at the os level will give you a list of active semaphores.
That should show you which semaphore is set. The use the UNLOCK with the
SEMAPHORE key word to release it. Do HELP UNLOCK to get more details...
hth
Marco Manyevere <[EMAIL PROTECTED] on 17 Feb 2005 10:56
P
Hi Rudy,
this is a real mystery then.
We had a problem once with the number of open files in the rotating file
pool getting confused. As you probably know, you can open many more files
in a Universe program then the os allows. Universe will only keep open, at
the os level, the number of files s
Hi Rudy,
Doesnt look like a UV message. Do you have the source of the program? It
would be useful to know what line 8 is.
Have you ruled out a backup locking the file?
"Cooper, Rudy" <[EMAIL PROTECTED] on 15 Feb 2005 21:31
Please respond to u2-users@listserver.u2ug.org
Sent by:[EMAIL
to hand - i'll try and dig them out if no
one else has them.
cheers,
asvin
You could probably also use the replacement fixtool, but I've never used
it for that.
Asvin DATTANI/IBEU/[EMAIL PROTECTED] on 03 Feb 2005 17:50
Please respond to u2-users@listserver.u2ug.org
Sent by:
Hi Carolina,
You could use the RECORD command...
RECORD filename itemname
will display the group that item hashes to.
hth
"Carolina Lizama" <[EMAIL PROTECTED] on 03 Feb 2005 13:43
Please respond to u2-users@listserver.u2ug.org
Sent by:[EMAIL PROTECTED]
To:u2-users@listserver.u
it was thanksgiving yesterday in the states, so I guess most people have
taken the weekend off...
"Les Hewkin" <[EMAIL PROTECTED] on 26 Nov 2004 14:25
Please respond to [EMAIL PROTECTED]
Sent by:[EMAIL PROTECTED]
To:"U2 Users (E-mail)" <[EMAIL PROTECTED]>
cc:
bcc:
Subject:[U2]
Hi Sean,
Before there was this new fangled Universe and Unidata, PICK was a platform
independent os/database. It used to run on a variety of platforms from big
IBM mainframes all the way down to small minicomputers, and then when PC's
were invented (8086 based!!) even on them.
This was all achiev
Hi,
Just a thought -
Universe prints using a Unix script which you specify in attribute 6 of the
&DEVICE& file. You could write a script which checks to see which of the
two printers is less busy (use lpstat -0 perhaps?) and then output to that
printer.
I am no Unix scripting expert but I dont t
HI Brian,
Can you elaborate on what this bug was?
UV 9.6 on HPUX about to move to UV10.0.19.
thanks,
asvin
"Brian Leach" <[EMAIL PROTECTED] on 13 Oct 2004 10:44
Please respond to [EMAIL PROTECTED]
Sent by:[EMAIL PROTECTED]
To:[EMAIL PROTECTED]
cc:
bcc:
Subject:Re: [U2]
Hi Javed,
1. Universe does not have a 64 bit mode as you understand it. There is a
uvconfig parameter that decided whether the default mode for newly created
files is 64 bit or 32 bit, but I dont think that is what you are looking
for.
Individual files in Universe can be 64 bit or 32 bit. You ne
Hi Andrew,
You may also need to clear the resize bit. You can do this by using
filepeek filname from unix and the entering rcl.
hth
asvin
"Mats Carlid" <[EMAIL PROTECTED] on 22 Sep 2004 09:38
Please respond to [EMAIL PROTECTED]
Sent by:[EMAIL PROTECTED]
To:[EMAIL PROTECTED]
cc:
bc
Hi,
there is tech tip on the techconnect web site that I found very useful when
trying to get UniRpc working. IIRC, there was something about logs in
there.
You need to login to techconnect and then go to this url:
https://www-927.ibm.com/software/data/u2/support/u2techconnect/u2kbdisplay.asp?i
Truhans <[EMAIL PROTECTED] on 01 Sep 2004 17:51
Please respond to [EMAIL PROTECTED]
Sent by:[EMAIL PROTECTED]
To:[EMAIL PROTECTED]
cc: Asvin DATTANI/IBEU/[EMAIL PROTECTED]
bcc:
Subject:RE: [U2] Universe file size limit
Hello!
We have had problems with big UV 64-bit files
Hi Glen,
This is the output when we first ran across the problem:
0008 Program "FIS00200": Line 551, Internal data error.
0009 Program "FIS00200": Line 555, Internal data error.
0010 Program "FIS00200": Line 555, WRITE failure.
Line 551 is a MATREADU from the file, and line 555 is a MATWRITE to
Hi,
Thanks for all the responses.
Ulimit, is set to unlimited so that shouldn't be the problem. Our unix
support people cant find any other HPUX kernel parameter that would affect
the maximum file size. Glen's recollection is correct - HPUX support file
sizes up to 128 terabytes.
It is looking i
Hi Everyone,
HPUX 11i running Universe 9.6 - does anyone know if there is a 4GB file
limit?
We have 64 bit files on a 64 bit file system, but one of these files grew
to over 4gb and blew up with an Internal Data Error on a BASIC write. I
thought that 64 bit files were supposed to be vv large...
Hi Ang,
Assuming that you are using Universe
The PORT.STATUS command is usually locked by a semaphore. You can check the
status of semaphores by using the SEMAPHORE.STATUS command (nomrally only
available in the uv account)
To unlock the PORT.STATUS semaphore:
UNLOCK PSTATLOCK SEMAPHORE
ht
Hi Guys,
thanks for all the replies,
Wendy Smoak wrote:
> I don't think you should try to reconnect a UniSession that you've
> disconnected. If you're done with it, disconnect and get rid of it. If
> you need to connect again, make another UniSession.
Thanks, Wendy. Yes, it looks as if I'll h
Hi everyone,
I am writing some Uniobjects for Java code, and am having problems with the
connect method. The first connect to the Universe system is successful, but
if I then disconnect and then try to connect again, I get the error[IBM
U2][UniObjects for Java][UniSession Exception][ErrorCode: 810
Hi Craig,
What we do here is to produce a como whenever a program is run from the
menu system and then to check the como for common errors such as variable
not assigned a value etc.
The menu system executes a como on before executing the program. When the
program returns back to the menu system,
Hi Ian,
I used to get this on NT4 and universe 9.6. It happened whenever a user
closed a Universe telnet session without logging off.
maybe the same issue?
cheers,
asvin
[EMAIL PROTECTED] on 30 Jun 2004 23:08
Please respond to [EMAIL PROTECTED]
Sent by:[EMAIL PROTECTED]
To:[EMAIL
Hi,
We recently installed Universe 10.0.19 on one of our Universe servers,
running HPUX 11.11.
As part of the upgrade process, we copied over the uv.rc script from
/opt/universe/sample to /etc/init.d, changed MFILES, ran uvregen and
Dbsetup. All of this seemed to go through without any problems.
77 matches
Mail list logo