Re: [U2][UD 7.1]Solaris 7 to 9

2007-09-26 Thread Andy Pflueger
Noah,

We upgraded from Solaris 7 (or maybe it was 8) to 9 last September.
For us, we did a Unidata upgrade from 6.x to 7.1 as well in addition
to enabling RFS. If that's not doing a lot during the Labor Day
weekend I don't know what is. ;) Once the OS was built, we installed a
fresh instance of UD 7.1  configured for RFS accordingly. The
migration of our data  custom program accounts was quite simple. We
really just had to deport  import the SAN disk from the old machine
to the new. Then, we ran a batch compile program that is driven by a
COMPILE.LIST file we loaded so that our custom programs that were
previously compiled were compiled into the new UD 7.1 instance. Oh,
and don't forget about running 'updatevoc' on the old program  data
accounts so the VOC is updated for the new version.

Feel free if you wish to contact me off list for further info.

Hope this helps,
Andy

On 9/25/07, Noah Hart [EMAIL PROTECTED] wrote:
 We are looking at upgrading UD 6.0 to 7.1; and it looks like it requires
 Solaris 9.

 We are currently on Solaris 7.

 Has anyone had any experience in upgrading from 7 to 9?

 Thanks,

 Noah
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniSelectList problem

2007-09-26 Thread Brian Leach
Charles

What happens if you get the entire list, using

slAP.ReadListAsStringArray()

You can then check the contents of the list stepping through and iterate 
through the array instead of using the Next() method.


Brian,

I tried the following.  I set a breakpoint at 

If Seq = 000 Then
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] U2U London

2007-09-26 Thread Brian Leach
   Fellow Brits

   Since we don't get the convenience of a hotel location for the 'London' U2U
   sessions, does anyone know of a convenient hotel in lurching distance from
   IBM?

   Thanks

   Brian
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniSelectList problem

2007-09-26 Thread Charles_Shaffer
Brian,

First, thanks for your help.   I tried the following code

ECMD = sess.CreateUniCommand()
ECMD.Command = SSELECT   strAP  _
BY SEQ   _
WITH INVN =   invnum  _
AND WITH VENDOR =   vendnum   TO 0

' Select keys
ECMD.Execute()
slAP = sess.CreateUniSelectList(0)
Dim strarrAP() As String = slAP.ReadListAsStringArray()

' Loop through the string array of AP keys
Dim I As Int32
For I = 0 To strarrAP.Length - 1
' Get the next key
AP_ID = strarrAP(I)
   .
   .
   .
Next I

After the line Dim strarrAP() As String = slAP.ReadListAsStringArray() 
executes, strarrAP is equal to Nothing.  I am certain there are records 
for the invoice number I entered. The first time the array is accessed, it 
throws an exception (presumably because it is set to nothing)..

I am not understanding something.

I have been mulling around moving some of the logic to the server, but in 
this case the program is only reading a few fields from a few files.  No 
updating of the Unidata database.  If the VB.NET commands will work, that 
seems like a quick easy was to get the data.

Charles Shaffer
Senior Analyst
NTN-Bower Corporation




Brian Leach [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
09/26/2007 05:40 AM
Please respond to u2-users

 
To: u2-users@listserver.u2ug.org
cc: 
Subject:RE: [U2] UniSelectList problem


Charles

What happens if you get the entire list, using

slAP.ReadListAsStringArray()

You can then check the contents of the list stepping through and iterate 
through the array instead of using the Next() method.


Brian,

I tried the following.  I set a breakpoint at 

If Seq = 000 Then
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] U2U London

2007-09-26 Thread Anthony Youngman
If you can find the IBM Bedfont Lakes website, I'm sure it lists hotels.

And if the hotel is within lurching distance of Heathrow Airport, last I knew 
there was a courtesy bus that ran from the Airport (and from the local BR rail 
station) approximately every half hour. But the airport itself is within 
lurching distance (iirc it's 15 minutes brisk walk, if that).

Cheers,
Wol

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach
Sent: 26 September 2007 14:11
To: u2-users@listserver.u2ug.org
Subject: [U2] U2U London

   Fellow Brits

   Since we don't get the convenience of a hotel location for the 'London' U2U
   sessions, does anyone know of a convenient hotel in lurching distance from
   IBM?

   Thanks

   Brian
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UV Printer file size limit reached

2007-09-26 Thread Jerry Banker
Today I came across an error I've never had before. While updating a
field on all of the records of a file (approximately 400,000) I received
the error below and the program halted in the debugger. I wasn't running
the program in the debugger. This is happening on our test system that's
running Red Hat Linux AS 3 and UniVerse 10.2.4. The program I am running
is a short program that reads each record, it gets from a select list,
and substitutes the value in a field with another value then writes the
record back out. No big whoop. It runs without any errors on our live
system running the same Linux version but on 10.1.12 of UniVerse. The
config on both systems is set up the same, or at least the same config
directives that are on both systems. The test version is a 5 user
workgroup version and the live system is a 117 user enterprise version,
if that makes a difference. This has happened more than once on more
than one file. The first time I was able to do a 'C' when the debugger
prompt showed up but the second time it quit the session before I could
continue it.



Printer file size limit reached
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] NUSERS is not = licenced users

2007-09-26 Thread Jonathan Leckie
Is there a sensible reason why the NUSERS parameter reported by udtconf is 
less than same as the number of licenced users as reported by the same 
programme?


--
Important Manager : Hello, is that the chief neologist?
Chief neologist : Yes, speaking.
IM : I need a new word to replace implement in I.T. system.
CN : Yes, far, far too wordy a phrase.
IM : And too accurate!  I need something dynamic, but vague, something that 
people wont know how to pronounce when they see it written.

CN : Let me think ... how about, ititize? Like dramatize but with I.T.?
IM : Brilliant!
CN : And the beauty part is you get ititization or itism for free! 




--


* This message has been scanned for viruses and dangerous content by  
* Blairs MailScanner, and is believed to be clean.
*   
* This email and any files transmitted with it are confidential and 
* intended solely for the use of the individual or entity to whom they

* are addressed.
*
* If you have received this email in error please notify us at Blairs
* via email at [EMAIL PROTECTED]
*
* Name  Registered Office:
* --
* Blairs Limited
* 9 Baker Street
* Greenock
* PA15 4TU
* Company No: SC132926
* VAT No: 554698690

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] U2U London

2007-09-26 Thread Kishor Parmar
Hi,
I was given 3 names from IBM
St Giles 0208 817 7000
Jury's Inn 0208 266 4664
Travel Lodge 0870 1911 746

They are all within a distance of 3 miles.

The travel lodge was the cheapest and still had vacancies

Regards,
Kishor

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brian Leach
Sent: 26 September 2007 14:11
To: u2-users@listserver.u2ug.org
Subject: [U2] U2U London


   Fellow Brits

   Since we don't get the convenience of a hotel location for the 'London' U2U
   sessions, does anyone know of a convenient hotel in lurching distance from
   IBM?

   Thanks

   Brian
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

-
*
The contents of this e-mail are subject to contract in all cases
and
William Hill PLC, its subsidiaries or affiliates make no
contractual
commitment save where confirmed by hard copy.

The contents of this e-mail do not necessarily represent the views
of William Hill PLC, its subsidiaries or affiliates. We accept no
liability, including liability for negligence, in respect of any
statement in this e-mail.

This e-mail and any files transmitted with it are confidential, may
be subject to legal privilege and intended solely for the use of
the
individual or entity to which they are addressed. If you are not
the
intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited. If you
have received this e-mail in error, please notify us immediately,
then delete this e-mail.

Please note that William Hill can accept no responsibility for
viruses and it is your responsibility to scan any emails and their
attachments.

This message was from William Hill PLC whose registered office is
Greenside House, 50 Station Road, Wood Green, London N22 7TP.
Company Registration Number: 4212563 England.

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] U2U London

2007-09-26 Thread Les Hewkin
Brian, I am booked in at this hotel50 quid a night if you book three
days in advance. The bar looks really good...

BW Master Robert Hotel
366, Great West Road
Hounslow
Middlesex
TW5 0BD
GB
Tel. 020 8570 6261  
Fax. 020 8569 4016  
Email [EMAIL PROTECTED]   


Les Sherlock Hewkin 
Project Manager - Financial Systems 
01604 592289 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach
Sent: 26 September 2007 14:11
To: u2-users@listserver.u2ug.org
Subject: [U2] U2U London

   Fellow Brits

   Since we don't get the convenience of a hotel location for the
'London' U2U
   sessions, does anyone know of a convenient hotel in lurching distance
from
   IBM?

   Thanks

   Brian
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

html
head
meta http-equiv=Content-type content=text/html; charset=UTF-8
/head
body
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'This e-mail and any 
attachments are confidential and intended solely for the use of the addressee 
only. If you have received this message in error, you must not copy, distribute 
or disclose the contents; please notify the sender immediately and delete the 
message. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'This message is 
attributed to the sender and may not necessarily reflect the view of Travis 
Perkins plc or its subsidiaries (Travis Perkins). Agreements binding Travis 
Perkins may not be concluded by means of e-mail communication. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'E-mail transmissions are 
not secure and Travis Perkins accepts no responsibility for changes made to 
this 
message after it was sent. Whilst steps have been taken to ensure that this 
message is virus free, Travis Perkins accepts no liability for infection and 
recommends that you scan this e-mail and any attachments. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'Part of Travis Perkins 
plc. Registered Office: Lodge Way House, Lodge Way, Harlestone Road, 
Northampton, NN5 7UG. /SPAN/P
/BODY
/HTML
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] NUSERS is not = licenced users

2007-09-26 Thread Martin Phillips

Hi Jonathan,

NUSERS sets the size of various internal tables and limits the number of 
concurrent Unidata processes. This is not the same as the licensed user 
count because phantom processes do not count towards this limit. Also, 
multiple sessions from one IP address only count as one licence use if you 
have device licensing.


The default value of 1.25 times the licensed user count is a good starting 
point but may need to be changed depending on your use of the system.



Martin Phillips
Ladybridge Systems Ltd
17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB
+44-(0)1604-709200 
---

u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV Printer file size limit reached

2007-09-26 Thread bpaige
It is possible that it's maxing out the temp area, which is probably defined
smaller on the test system than on the live system? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jerry Banker
Sent: Wednesday, September 26, 2007 9:56 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UV Printer file size limit reached

Today I came across an error I've never had before. While updating a
field on all of the records of a file (approximately 400,000) I received
the error below and the program halted in the debugger. I wasn't running
the program in the debugger. This is happening on our test system that's
running Red Hat Linux AS 3 and UniVerse 10.2.4. The program I am running
is a short program that reads each record, it gets from a select list,
and substitutes the value in a field with another value then writes the
record back out. No big whoop. It runs without any errors on our live
system running the same Linux version but on 10.1.12 of UniVerse. The
config on both systems is set up the same, or at least the same config
directives that are on both systems. The test version is a 5 user
workgroup version and the live system is a 117 user enterprise version,
if that makes a difference. This has happened more than once on more
than one file. The first time I was able to do a 'C' when the debugger
prompt showed up but the second time it quit the session before I could
continue it.



Printer file size limit reached
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _

The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material not 
intended for Public use.  
Any review, retransmission, dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is 
strictly prohibited. If you received this communication in error, please notify 
the sender and delete the material from any and all computers or devices.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV Printer file size limit reached

2007-09-26 Thread Jerry Banker
No the available space on the test system temporary directory is
196452832 K bytes as opposed to 15188328 K bytes on the live system.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 26, 2007 12:16 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UV Printer file size limit reached

It is possible that it's maxing out the temp area, which is probably
defined
smaller on the test system than on the live system? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jerry Banker
Sent: Wednesday, September 26, 2007 9:56 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UV Printer file size limit reached

Today I came across an error I've never had before. While updating a
field on all of the records of a file (approximately 400,000) I received
the error below and the program halted in the debugger. I wasn't running
the program in the debugger. This is happening on our test system that's
running Red Hat Linux AS 3 and UniVerse 10.2.4. The program I am running
is a short program that reads each record, it gets from a select list,
and substitutes the value in a field with another value then writes the
record back out. No big whoop. It runs without any errors on our live
system running the same Linux version but on 10.1.12 of UniVerse. The
config on both systems is set up the same, or at least the same config
directives that are on both systems. The test version is a 5 user
workgroup version and the live system is a 117 user enterprise version,
if that makes a difference. This has happened more than once on more
than one file. The first time I was able to do a 'C' when the debugger
prompt showed up but the second time it quit the session before I could
continue it.



Printer file size limit reached
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material not intended for Public use.  
Any review, retransmission, dissemination or other use of, or taking of
any action in reliance upon, this information by persons or entities
other than the intended recipient is 
strictly prohibited. If you received this communication in error, please
notify the sender and delete the material from any and all computers or
devices.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] U2U London

2007-09-26 Thread John Jenkins
Brian

There are a few hotels within lurching distance (albeit by cab)
otherwise if you are commuting there is a shuttle bus from Heathrow T4 and
also Feltham station.

www-05.ibm.com/uk/locations/bedfont.html

St Giles (bus or cab) Hounslow Rd, Hounslow, TW14 9AD

All Heathrow boundary hotels (cab) - best to share if cost conscious.

Over in Staines there are also a number of hotels and similar including a
Travelodge and also a selection of eateries and hostelries (bus or cab).

My personal favourite for food? The Terrazza in Ashford - have to dig deep
thought it's worth it for the *occasional* (very) treat.

Regards

JayJay



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach
Sent: 26 September 2007 14:11
To: u2-users@listserver.u2ug.org
Subject: [U2] U2U London

   Fellow Brits

   Since we don't get the convenience of a hotel location for the 'London'
U2U
   sessions, does anyone know of a convenient hotel in lurching distance
from
   IBM?

   Thanks

   Brian
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UV Printer file size limit reached

2007-09-26 Thread Clifton Oliver
Is that UVTEMP? Or just the regular /tmp (assuming UVTEMP is stored  
somewhere other than in /tmp)?



--

Regards,

Clif

~~~
W. Clifton Oliver, CCP
CLIFTON OLIVER  ASSOCIATES
Tel: +1 619 460 5678Web: www.oliver.com
~~~


On Sep 26, 2007, at 11:27 , Jerry Banker wrote:


No the available space on the test system temporary directory is
196452832 K bytes as opposed to 15188328 K bytes on the live system.

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniSelectList problem

2007-09-26 Thread Charles_Shaffer
Found two things

The LastRecodRead property doesn't seem to work for me unless records are 
being read.  (Despite code samples that show it used this way.)  So I 
ended up using:
strAP = A_P-INV_MA
ECMD = sess.CreateUniCommand()
ECMD.Command = SELECT   strAP  _
WITH INVN =   invnum   TO 0

' Select keys
ECMD.Execute()
slAP = sess.CreateUniSelectList(0)

' Loop through the select list
vnum = 
vname = 
AP_ID = slAP.Next
Do While Not (AP_ID = )
.
.
.
AP_ID = slAP.Next
Loop

2)  The above code works fine when it is a SELECT statement.  However the 
same looping structure does not work when it is a SSELECT (sort select) 
statement.  The returned list is missing the first ID?

 ' Select keys
 ECMD = sess.CreateUniCommand()
 ECMD.Command = SSELECT   strAP  _
 BY SEQ   _
 WITH INVN =   invnum  _
 AND WITH VENDOR =   vendnum  _
 TO 0
 ECMD.Execute()
 slAP = sess.CreateUniSelectList(0)

 ' Loop through the string array of AP keys
 AP_ID = slAP.Next
 Do While Not (AP_ID = )
.
.  The First ID processed is the second in 
.
AP_ID = slAP.Next() 
Loop

The SSELECT statement works fine at ECL

SSELECT A_P-INV_MA BY SEQ WITH INVN = 7437 AND WITH VENDOR = 5594 TO 0

2 records selected to list 0.

  LIST A_P-INV_MA  Z0 16:04:53 Sep 26 2007 1
A_P-INV*MA Z0..

5594*7437*000
5594*7437*001
2 records listed

However, the SSELECT statement in the VB.NET only contains the second ID 
(5594*7437*001) in the list!?!?

Charles Shaffer
Senior Analyst
NTN-Bower Corporation
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/