[U2] [UV] How far can STR1 := SPACE(1000000) grow?

2004-11-22 Thread Marco Manyevere
Please try the following on your server and find out how far you can go before 
malloc fails.

On my Unixware server with 8Gb RAM, I can only go as far as 24 to 30 MB before 
the process fails with 'Available memory exceeded'.  Running 'sar -r' at the 
Unix prompt shows me over 3 Gig of RAM is still free. Are there any parameters 
I can change to increase the limit?

On my XP latop with 512MB RAM, I can run the program upto 250MB then it begins 
to really crawl, taking upto 15 seconds to go through the loop.

BLOCK = SPACE(100)
STR1 = ''
FOR I = 1 TO 100
   STR1 := BLOCK
   PRINT I:' STR1 SIZE = ':100*I
NEXT

RETURN
END



-
Moving house? Beach bar in Thailand? New Wardrobe? Win #10k with Yahoo! Mail to 
make your dream a reality.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] How far can STR1 := SPACE(1000000) grow?

2004-11-22 Thread Marco Manyevere
Please try the following on your server and find out how far you can go before 
malloc fails.

On my Unixware server with 8Gb RAM, I can only go as far as 24 to 30 MB before 
the process fails with 'Available memory exceeded'.  Running 'sar -r' at the 
Unix prompt shows me over 3 Gig of RAM is still free. Are there any parameters 
I can change to increase the limit?

On my XP latop with 512MB RAM, I can run the program upto 250MB then it begins 
to really crawl, taking upto 15 seconds to go through the loop.

BLOCK = SPACE(100)
STR1 = ''
FOR I = 1 TO 100
   STR1 := BLOCK
   PRINT I:' STR1 SIZE = ':100*I
NEXT

RETURN
END




-
 ALL-NEW Yahoo! Messenger - all new features - even more fun!  
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] How far can STR1 := SPACE(1000000) grow?

2004-11-22 Thread Marco Manyevere
Please try the following on your server and find out how far you can go before 
malloc fails.

On my Unixware server with 8Gb RAM, I can only go as far as 24 to 30 MB before 
the process fails with 'Available memory exceeded'.  Running 'sar -r' at the 
Unix prompt shows me over 3 Gig of RAM is still free. Are there any parameters 
I can change to increase the limit?

On my XP latop with 512MB RAM, I can run the program upto 250MB then it begins 
to really crawl, taking upto 15 seconds to go through the loop.

BLOCK = SPACE(100)
STR1 = ''
FOR I = 1 TO 100
   STR1 := BLOCK
   PRINT I:' STR1 SIZE = ':100*I
NEXT

RETURN
END






-
 ALL-NEW Yahoo! Messenger - all new features - even more fun!  
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Break key

2004-11-22 Thread BobJ
Somehow I seem to have disabled my break key.  I have tried MASTER BREAK ALL
from various locations including the UV Shell but I get a message to the
effect that it can't find the shared memory ID so it can't execute MASTER.

The interesting thing is that it was working yesterday.  And the only thing
that I have done between sessions is shut down, get a good night's sleep, and
boot.

UV 10 PE

Thanks again :)

BobJ
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Break key

2004-11-22 Thread BobJ
Solved the problem by brute force and awkwardness.  There was something in the
Login proc that was killing the Break Key.

Thanks anyway.

BobJ
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UV Citrix/Accuterm Critical b4 11/22 10:30 am

2004-11-22 Thread Curt
I have a client with an Accuterm site licence who runs Universe with 
separate pc's for each user. We are looking into upgrading to a Win2k3 
Server with Citix and thin clients for our users. The question is, Is this 
going to work with UV licensing for 17 users, who most of them use device 
licensing to support multiple logons? since Cirtix runs connects with a 
single IP address (or so I'm told)

They are signing purchase agreements Monday 11/22/04 10:30 am
TIA 
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Stopping HP Laser Printer line creep

2004-11-22 Thread TPellitieri
Al DeWitt [EMAIL PROTECTED] wrote on 19 Nov 2004 17:59:16 -0600

 UniData 6.0.12 // SB+ 5.2.4

 I have a basic program that originally ran on a line printer
 to print preprinted forms.  I am converting it to print on a
 laser.  I'm having problem with line creep.

Others have made some good suggestions - one other thing to check.  On our
system, the SB+ Printer Class Definitions are set to 65 lines, but on the
physical printer, the page length is set to 66 lines.  This was recommended
by our VAR, and I never really got a good explanation as to why, but it
does work.

Also, if you're printing from BASIC, I recommend printing CHAR(12): to
start a new page, rather than relying on a fixed number of lines per page.
My standard code looks a bit like this:

NEWPAGE:
  IF PAGE.CTR = 0 THEN PRINTER ON ELSE PRINT CHAR(12):
  PAGE.CTR += 1
  PRINT report header:SPACE(as needed):Page :PAGE.CTR
  ...
  RETURN

I use a LINE.CTR to track the number of lines printed, and check for a page
break where needed.  This also allows me to keep multiple line data
together where necessary.  For example, on our invoices, the Product
Description appears on the line below the Product Number.  If there's only
one line available on the current page, I start a new one.

Hope this helps.

--Tom Pellitieri
  Century Equipment
  Toledo, Ohio
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Citrix/Accuterm

2004-11-22 Thread Mike Dallaire
Curt,
We have a few customers who have been running UV on Windows with a Citrix
environment.  They have been doing so for a few years now and it has worked
out well.  These customers are a little larger and are not using device
licensing.  Also, they use more than one Citrix server, which is not the
UniVerse server.
However, as I understand device licensing (we do have many customers using
it), there should not be an issue. Theoretically if you have one Citrix
server, 17 user licenses, and device licensing.  You should be able to make
170 connections from that IP address.
You may want to consider using a separate servers for UniVerse and Citrix.
HTH,
Mike Dallaire
Mortgage Builder Software Inc.
(248) 208-3223 ext. 103
[EMAIL PROTECTED]
www.mortgagebuilder.com



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Curt
Sent: Friday, November 19, 2004 1:23 PM
To: [EMAIL PROTECTED]
Subject: [U2] Citrix/Accuterm


I have a client with an Accuterm site licence who runs Universe with
separate pc's for each user. We are looking into upgrading to a Win2k3
Server with Citix and thin clients for our users. The question is, Is this
going to work with UV licensing for 17 users, who most of them use device
licensing to support multiple logons? since Cirtix runs connects with a
single IP address (or so I'm told)

TIA
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Greetings

2004-11-22 Thread Norman Morgan
Hello, group!  I just joined and have been reading the mailing list for a
week or so.  I am brand new to UniData after using Pick/D3 with SB+ for 9
years (and 20+ years before that writing COBOL).  We are Prelude users, but
write a good bit of our own code for local add-ons and freestanding
applications.  Over the last 9 years, I have accumulated about 1000 Basic
programs that I must now convert to UD.  I have looked for a concise list of
differences between D3 Basic and UD Basic, but can't find one.  I have run
into a few snags so far, things that just won't compile, but I am also
concerned about hidden gotchas ... subtle differences in behavior where the
syntax appears to be compatible.  Can anyone point me toward such a list?

Among the things I have encountered so far:

1.  No FOLD function in UniBasic
2.  variable = @COMMAND instead of TCLREAD variable
3.  Reading/writing directly to Unix files: no %OPEN,%READ,%WRITE,%CLOSE,
etc.
4.  No SP-ASSIGN ? syntax to query the current printer assignment.
5.  No ACCESS(10) to use in routines called from a dictionary item to get 
the
current item ID.
6.  More reserved words than D3

I am sure there is a lot more that I haven't stumbled across yet.

===
Norman Morgan  [EMAIL PROTECTED]  http://www.brake.com
===
A woman has the last word in any argument.  Anything a man
says after that is the beginning of a new argument.
===
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] DesignBais Input

2004-11-22 Thread izzi
Anyone have any first hand experiences/impressions of the DesignBais product as 
a Re-Development toolI don't want to clutter the list, so we can take this 
offline if need be.
 
thanks,
izzi
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] OT MV-Base

2004-11-22 Thread Kryka, Richard
Mark Johnson wrote:

I'm gonna try the method whereby all writes go to a single ported file
and
then UEXECUTE it to the desired destination. I can do multiple writes
to
different files, albeit they all remain locked.

Mark:

It has been a while since I wrote similar programs for an mvBase client,
but I recall having the same problem when working remotely from my home
office.  When these same programs are run in the client office, they do
not have this problem.  Sorry, I never figured out the solution -- just
learned to live with it by not doing this type of testing except when in
the client office.

Dick Kryka
Director of Applications
CCCS of Greater Denver, Inc.
Paragon Financial Services
303-632-2226
[EMAIL PROTECTED]
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Johnson
Sent: Monday, November 22, 2004 6:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [U2] OT MV-Base

I'm gonna try the method whereby all writes go to a single ported file
and
then UEXECUTE it to the desired destination. I can do multiple writes to
different files, albeit they all remain locked.

Thanks.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Case

2004-11-22 Thread Bill H.
Bob:

Raining Data has their PDP.NET product available for the U2 products.  I'm
presently using it for D3 but can't judge its efficacy for U2...would assume
it works just fine though.

You might try checking this out:

http://www.rainingdata.com/products/connect/dotnet/index.html

Hope this helps.

Bill

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of BobJ
 Sent: Sunday, November 21, 2004 12:05 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [U2] Case


 Thanks.  Once I had the clue I was able to find the right words
 in the docs.
 BobJ
 - Original Message -
 From: Clifton Oliver [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, November 21, 2004 2:01 PM
 Subject: Re: [U2] Case


  INVERT will make the case in UV opposite to the Shift-Lock key.
 PTERM CASE
  NOINVERT makes it the same as the Shift-Lock key.
 
  --
 
  Regards,
 
  Clif
 
  ~~~
  W. Clifton Oliver, CCP
  CLIFTON OLIVER  ASSOCIATES
  Tel: +1 619 460 5678Web: www.oliver.com
  ~~~
 
 
 
  Allen Egerton wrote:
  On Sun, 21 Nov 2004 11:49:38 -0500, you wrote:
 
 
 Universe 10.1 PE
 
 The case appears to be reversed  Is there some way to stand this
 thing on
 its head and get normal casing back?  It's only a mild
 irritant but it IS
 an
 irritant and the product seems to complete for something like that to
 have
 been left without an option or a fix.
 
  snip
 
  Try adding PTERM CASE INVERT to your VOC LOGIN paragraph.
  ---
  u2-users mailing list
  [EMAIL PROTECTED]
  To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] How far can STR1 := SPACE(1000000) grow?

2004-11-22 Thread Dean Fox
Mine is bigger. WooHoo!

510 STR1 SIZE = 51000
511 STR1 SIZE = 51100
Available Memory Exceeded
Abort(coredump)

Sorry, it's early on a Monday.

-[d]-

-Original Message-
From: Marco Manyevere [mailto:[EMAIL PROTECTED]
Sent: Monday, November 22, 2004 3:44 AM
To: [EMAIL PROTECTED]
Subject: [U2] [UV] How far can STR1 := SPACE(100) grow?


Please try the following on your server and find out how far you can go
before malloc fails.

On my Unixware server with 8Gb RAM, I can only go as far as 24 to 30 MB
before the process fails with 'Available memory exceeded'.  Running 'sar -r'
at the Unix prompt shows me over 3 Gig of RAM is still free. Are there any
parameters I can change to increase the limit?

On my XP latop with 512MB RAM, I can run the program upto 250MB then it
begins to really crawl, taking upto 15 seconds to go through the loop.

BLOCK = SPACE(100)
STR1 = ''
FOR I = 1 TO 100
   STR1 := BLOCK
   PRINT I:' STR1 SIZE = ':100*I
NEXT

RETURN
END






-
 ALL-NEW Yahoo! Messenger - all new features - even more fun!  
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UD]Printing to Fargo card printers from UD

2004-11-22 Thread Dana Baron
Does anyone have experience printing from Unidata to Fargo card printers,
especially from Unix? Would you be willing to provide some assistance in
getting started?

Thanks,

Dana Baron
System Manager
Smugglers' Notch Resort
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] (solution) Error - Array Index

2004-11-22 Thread karlp
quote who=Ray Wurlod
 Source code for ED.B is in the BP file in the UV account.

 Make a copy of it, compile the copy (the original is compiled with the -I
 option), then use VLIST to see what's happening at address 0x4ea4.

 You may be able to adjust the maximum size of the array in question.

The problem turned out to be a loose nut on my keyboard (yes, mine).
Remember a thread a while back on the WIDE0 setting in uvconfig? I decided
to be pro-active because we do a bunch of precision calculations and what
might it hurt to change? It hurts any IF numeric comparison that falls
within some parameter for the given array.

The immediate symptom is ED ANYFILE ANYREC and then adding lines, copying
lines, doing a format command, or some combination thereof, caused the
ED.B verb to abort with the Array Index out of sorts error.

The fix? Put the WIDE0 setting in UVCONFIG back to 0x3dc0 and uvregen
and then uv -admin -stop...start.

Thanks go to Glenn Teutsch and Joel Yates of IBM for their help.

Karl

 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/



-- 
Karl L. Pearson
Director of IT,
ATS Industrial Supply
Direct: 801-978-4429
Toll-free: 800-789-9300 1,29
Fax: 801-972-3888
http://www.atsindustrial.com
[EMAIL PROTECTED]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: SPAM-LOW: RE: [U2] Citrix/Accuterm

2004-11-22 Thread Curt
Thanks a bunch. I am keeping the UV on it's own box. Nothing But Nothing 
gets loaded on that machine but UV. MS is the #1 reason for dll explosions. :)

At 11/22/04 09:36, you wrote:
Curt,
We have a few customers who have been running UV on Windows with a Citrix
environment.  They have been doing so for a few years now and it has worked
out well.  These customers are a little larger and are not using device
licensing.  Also, they use more than one Citrix server, which is not the
UniVerse server.
However, as I understand device licensing (we do have many customers using
it), there should not be an issue. Theoretically if you have one Citrix
server, 17 user licenses, and device licensing.  You should be able to make
170 connections from that IP address.
You may want to consider using a separate servers for UniVerse and Citrix.
HTH,
Mike Dallaire
Mortgage Builder Software Inc.
(248) 208-3223 ext. 103
[EMAIL PROTECTED]
www.mortgagebuilder.com

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Curt
Sent: Friday, November 19, 2004 1:23 PM
To: [EMAIL PROTECTED]
Subject: [U2] Citrix/Accuterm
I have a client with an Accuterm site licence who runs Universe with
separate pc's for each user. We are looking into upgrading to a Win2k3
Server with Citix and thin clients for our users. The question is, Is this
going to work with UV licensing for 17 users, who most of them use device
licensing to support multiple logons? since Cirtix runs connects with a
single IP address (or so I'm told)
TIA
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UV Citrix/Accuterm Critical b4 11/22 10:30 am

2004-11-22 Thread John Hester
Curt wrote:
I have a client with an Accuterm site licence who runs Universe with 
separate pc's for each user. We are looking into upgrading to a Win2k3 
Server with Citix and thin clients for our users. The question is, Is 
this going to work with UV licensing for 17 users, who most of them use 
device licensing to support multiple logons? since Cirtix runs connects 
with a single IP address (or so I'm told)
I asked Pete Shellenbach about site licensing and Citrix when we 
implemented Citrix in '99.  Our issue was a little different in that we 
had a single site license for the office where the Citrix server was 
housed, but now we'd be allowing remote users away from the office to 
run Accuterm from the local server.  Pete's answer was that the site 
license would cover us.  Sounds like your client will be fine with the 
current licensing.

-John
--
John Hester
System  Network Administrator
Momentum Group Inc.
(949) 833-8886 x623
http://memosamples.com
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] How far can STR1 := SPACE(1000000) grow?

2004-11-22 Thread Wendy Smoak
Dean Fox wrote:
 Mine is bigger. WooHoo!
 
 510 STR1 SIZE = 51000
 511 STR1 SIZE = 51100
 Available Memory Exceeded
 Abort(coredump)
 
 Sorry, it's early on a Monday.

1036 STR1 SIZE = 103600

Error when creating a shared memory segment (size=1166625024), errno=22


Do I win???

-- 
Wendy Smoak
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Unclassified RE: [U2] [UV] How far can STR1 := SPACE(1000000) grow?

2004-11-22 Thread HENDERSON MICHAEL MR
Windows 2003 Server / UV 10.0.15 / 1GB RAM:-
428 STR1 SIZE = 42800
429 STR1 SIZE = 42900
430 STR1 SIZE = 43000
[hostname: remote disconnect]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wendy Smoak
Sent: Tuesday, 23 November 2004 07:18
To: [EMAIL PROTECTED]
Subject: RE: [U2] [UV] How far can STR1 := SPACE(100) grow?

Dean Fox wrote:
 Mine is bigger. WooHoo!
 
 510 STR1 SIZE = 51000
 511 STR1 SIZE = 51100
 Available Memory Exceeded
 Abort(coredump)
 
 Sorry, it's early on a Monday.

1036 STR1 SIZE = 103600

Error when creating a shared memory segment (size=1166625024), errno=22


Do I win???

--
Wendy Smoak
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy or 
distribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] NACHA Electronic Payments

2004-11-22 Thread Bob Woodward
Hi Folks.



This is probably a bit off topic but I'm hoping I can get some help
anyway.  I've been given a task of automating our customer EFT process
and handed a Xeroxed copy of a file layout for NACHA FILES.  It
appears that it is actually a re-typed variant of what someone else
got from an actual specifications document.  For the most part, it's
clear enough that I've developed the bulk of the program but I need some
clarification of a couple of points and concepts.



Is anyone familiar with NACHA.org files that would be willing to field a
couple questions about layout and relationship of these files?  I can't
go directly to NACHA and buy their book because 2004 editions are sold
out and they won't be shipping 2005 until January.  I'm needing to
finish this up by the first week of December.



I'd be very happy to take this off line so as to not bother the rest of
the group.



Thanks in advance.



Bob Woodward

Programmer/Analyst

Harbor Wholesale Grocery

[EMAIL PROTECTED]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE:[U2][UV]FILEINFO

2004-11-22 Thread Stu Glancy
Just curious.  Does anyone know about the FILEINFO program?  When is 
it run?  What does it do?  I found a reference to this in the fixes for 
UV-10.1.4.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Unidata Odbc

2004-11-22 Thread Steven Frost
Hi -- I am attempting to set up an ODBC connection to Unidta 5.2.2
I have figured that I need to edit the ud_database file in /usr/ud52/include 
before the ODBC connection 
I am using MS access -- Get External Data - Import  and using the demo database 
However , I get a blank dialog box named Import Objects -- shouldn't  I see a 
list of
files from the VOC?
Thanks


#
This e-mail message has been scanned for Viruses and Content and cleared 
by MailMarshal
#


CAUTION: This email and any attachments may contain information that is 
confidential.  If you are not the intended recipient, you must not read, copy, 
distribute, disclose or use this email or any attachments.  If you have 
received this email in error, please notify us and erase this email and any 
attachments.  You must scan this email and any attachments for viruses.
DISCLAIMER: Powerco Limited accepts no liability for any loss, damage or other 
consequences, whether caused by its negligence or not, resulting directly or 
indirectly from the use of this email or attachments or for any changes made to 
this email and any attachments after sending by Powerco Limited.  The opinions 
expressed in this email and any attachments are not necessarily those of 
Powerco Limited.


---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Unidata Odbc

2004-11-22 Thread Amy Cook
Steven,
You will have had to first generate schema on your account to create the
SQL system files, views and privileges on them. I believe the import is
looking for objects in the SQLTables table (?) (which is created  when
you generate schema).

If you've setup the server side access and installed the odbc driver on
your workstation, also install Visual Schema Generator (VSG) from the
client cd, and connect with that. The VSG pdf will give you a good
overview

Amy

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steven Frost
Sent: Monday, November 22, 2004 1:39 PM
To: U2 Users (E-mail)
Subject: [U2] Unidata Odbc

Hi -- I am attempting to set up an ODBC connection to Unidta 5.2.2
I have figured that I need to edit the ud_database file in
/usr/ud52/include before the ODBC connection 
I am using MS access -- Get External Data - Import  and using the demo
database 
However , I get a blank dialog box named Import Objects -- shouldn't
I see a list of
files from the VOC?
Thanks



#
This e-mail message has been scanned for Viruses and Content and cleared

by MailMarshal

#



CAUTION: This email and any attachments may contain information that is
confidential.  If you are not the intended recipient, you must not read,
copy, distribute, disclose or use this email or any attachments.  If you
have received this email in error, please notify us and erase this email
and any attachments.  You must scan this email and any attachments for
viruses.
DISCLAIMER: Powerco Limited accepts no liability for any loss, damage or
other consequences, whether caused by its negligence or not, resulting
directly or indirectly from the use of this email or attachments or for
any changes made to this email and any attachments after sending by
Powerco Limited.  The opinions expressed in this email and any
attachments are not necessarily those of Powerco Limited.



---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] How far can STR1 := SPACE(1000000) grow?

2004-11-22 Thread [EMAIL PROTECTED]
Wendy Smoak wrote:

 1036 STR1 SIZE = 103600
 
 Error when creating a shared memory segment
 (size=1166625024), errno=22
 
 Do I win???

No Wendy - you cheated and used UniData where variable space
is allocated (and
garbage collected) from shared memory by smm which means
that you can tune this
sort of thing in udtconfig.

On UniVerse variable space is malloc()ed (or an equivalent)
so:
1) the limits are different - probably kernel or maybe
ulimit
based on UNIX; and
2) there is a further issue that after you've created this
large variable,
you may get strange behaviour out of other code which
normally works fine because
you've already used up the memory available to you from the
heap.

Cheers,

Ken
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2][UV]FILEINFO

2004-11-22 Thread Marilyn Hilb
In Unidata we used it to check if a file was already opened to save on opening 
it up again. 

Thanks,

Marilyn A. Hilb 
Value Part, Inc
Direct: 847-918-6099
Fax: 847-367-1892
[EMAIL PROTECTED]
www.valuepart.com

 -Original Message-
From:   Stu Glancy [mailto:[EMAIL PROTECTED] 
Sent:   Monday, November 22, 2004 3:36 PM
To: [EMAIL PROTECTED]
Subject:RE:[U2][UV]FILEINFO

Just curious.  Does anyone know about the FILEINFO program?  When is 
it run?  What does it do?  I found a reference to this in the fixes for 
UV-10.1.4.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] NACHA Electronic Payments

2004-11-22 Thread u2
I've done EFT transfers with a couple of banks and the NACHA format is
all pretty simple. The hard part is actually getting the file to the
bank and getting back results. I'll be glad to answer any questions you
have about it if I can.

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward
 Sent: Monday, November 22, 2004 4:19 PM
 To: U2-Users List
 Subject: [U2] NACHA Electronic Payments
 
 
 Hi Folks.
 
 
 
 This is probably a bit off topic but I'm hoping I can get 
 some help anyway.  I've been given a task of automating our 
 customer EFT process and handed a Xeroxed copy of a file 
 layout for NACHA FILES.  It appears that it is actually a 
 re-typed variant of what someone else got from an actual 
 specifications document.  For the most part, it's clear 
 enough that I've developed the bulk of the program but I need 
 some clarification of a couple of points and concepts.
 
 
 
 Is anyone familiar with NACHA.org files that would be willing 
 to field a couple questions about layout and relationship of 
 these files?  I can't go directly to NACHA and buy their book 
 because 2004 editions are sold out and they won't be shipping 
 2005 until January.  I'm needing to finish this up by the 
 first week of December.
 
 
 
 I'd be very happy to take this off line so as to not bother 
 the rest of the group.
 
 
 
 Thanks in advance.
 
 
 
 Bob Woodward
 
 Programmer/Analyst
 
 Harbor Wholesale Grocery
 
 [EMAIL PROTECTED]
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Unidata Odbc

2004-11-22 Thread Steven Frost
Thanks. All seems OK in VSG -- I can see the list of files and SQL tables
however the SQLTables file in the demo account is empty.
( /usr/ud52/demo)
Eureka... I created a few views from a table and these are now showing !



#
This e-mail message has been scanned for Viruses and Content and cleared 
by MailMarshal
#


CAUTION: This email and any attachments may contain information that is 
confidential.  If you are not the intended recipient, you must not read, copy, 
distribute, disclose or use this email or any attachments.  If you have 
received this email in error, please notify us and erase this email and any 
attachments.  You must scan this email and any attachments for viruses.
DISCLAIMER: Powerco Limited accepts no liability for any loss, damage or other 
consequences, whether caused by its negligence or not, resulting directly or 
indirectly from the use of this email or attachments or for any changes made to 
this email and any attachments after sending by Powerco Limited.  The opinions 
expressed in this email and any attachments are not necessarily those of 
Powerco Limited.


---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Case

2004-11-22 Thread George Smith
Bob,
Why would you buy PDP.NET from Raining Data - especially since it comes
with Unidata 6.1 and probably Universe soon if not now.

George R Smith



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill H.
Sent: Monday, November 22, 2004 10:30 AM
To: [EMAIL PROTECTED]
Subject: RE: [U2] Case

Bob:

Raining Data has their PDP.NET product available for the U2 products.
I'm
presently using it for D3 but can't judge its efficacy for U2...would
assume
it works just fine though.

You might try checking this out:

http://www.rainingdata.com/products/connect/dotnet/index.html

Hope this helps.

Bill

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of BobJ
 Sent: Sunday, November 21, 2004 12:05 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [U2] Case


 Thanks.  Once I had the clue I was able to find the right words
 in the docs.
 BobJ
 - Original Message -
 From: Clifton Oliver [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, November 21, 2004 2:01 PM
 Subject: Re: [U2] Case


  INVERT will make the case in UV opposite to the Shift-Lock key.
 PTERM CASE
  NOINVERT makes it the same as the Shift-Lock key.
 
  --
 
  Regards,
 
  Clif
 
  ~~~
  W. Clifton Oliver, CCP
  CLIFTON OLIVER  ASSOCIATES
  Tel: +1 619 460 5678Web: www.oliver.com
  ~~~
 
 
 
  Allen Egerton wrote:
  On Sun, 21 Nov 2004 11:49:38 -0500, you wrote:
 
 
 Universe 10.1 PE
 
 The case appears to be reversed  Is there some way to stand
this
 thing on
 its head and get normal casing back?  It's only a mild
 irritant but it IS
 an
 irritant and the product seems to complete for something like that
to
 have
 been left without an option or a fix.
 
  snip
 
  Try adding PTERM CASE INVERT to your VOC LOGIN paragraph.
  ---
  u2-users mailing list
  [EMAIL PROTECTED]
  To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] NACHA Electronic Payments

2004-11-22 Thread Bob Woodward
Thanks for the replies, everyone.  I've received the help I needed and
am steaming full ahead.

Thanks to Kevin King, Bill Haskett, Dave S, and others.  

Bob Woodward
Programmer/Analyst
Harbor Wholesale Grocery
[EMAIL PROTECTED]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UV Citrix/Accuterm Critical b4 11/22 10:30 am

2004-11-22 Thread John Hester
John Jenkins wrote:
Worth checking whether your version of Accuterm supports device licensing.
It was mentioned in the original post, but it is *not* the same as an
Accuterm license so I am not sure the question has been answered. 

It uses a specific DLL (available on request/by agreement) from IBM that
needs to be incorporated into the Accuterm program logic.
Sorry, I think I misinterpreted the original post.  I thought the 
question was about licensing the Accuterm product, not UV.  Is there 
device licensing available that will allow multiple terminal logins from 
a single desktop or server to only consume one license?  If so, I need 
to look into it.  I frequently have 3 or 4 sessions to our UV server 
open simultaneously from my workstation.

-John
--
John Hester
System  Network Administrator
Momentum Group Inc.
(949) 833-8886 x623
http://memosamples.com
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE:[U2][UV]FILEINFO

2004-11-22 Thread Ray Wurlod
FILEINFO() is a function that returns various items of information from an open 
file.
Read all about it in the BASIC manual or HELP BASIC FILEINFO.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniObjects and Triggers

2004-11-22 Thread Sara Burns
We have done a cksum of uvapi_slave in uv/bin on our two machines and find
them to be different.  Both are running 10.0.11
Should we expect them to be different?
 
As we have had some reported disk errors on the development machine we are
going to try re-installing UniVerse tomorrow morning.  A reboot last night
did not help.
 
Anyone got any more suggestions?
 
Sara Burns 


Integration Manager

Public Trust 
Phone: +64 (04) 474-3841 (DDI) 

Mobile: 027 457 5974
 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Information contained in this communication is confidential. If you are not
the intended recipient the information should not be used, disclosed, copied
or commercialised. The information is not necessarily the views nor the
official communication of Public Trust. No guarantee or representation is
made that the communication is free of errors, virus or interference.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] How far can STR1 := SPACE(1000000) grow?

2004-11-22 Thread Marco Manyevere
Thanks guys for all the responses. Can someone tell me why I'm getting a 
miserly 30MB on a system with 8Gb. Anyone try this on unixware or sco 
openserver? If you get anything different for unixware/sco, please I want to 
know how your system is configured.

[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:Wendy Smoak wrote:

 1036 STR1 SIZE = 103600
 
 Error when creating a shared memory segment
 (size=1166625024), errno=22
 
 Do I win???

No Wendy - you cheated and used UniData where variable space
is allocated (and
garbage collected) from shared memory by smm which means
that you can tune this
sort of thing in udtconfig.

On UniVerse variable space is malloc()ed (or an equivalent)
so:
1) the limits are different - probably kernel or maybe
ulimit
based on UNIX; and
2) there is a further issue that after you've created this
large variable,
you may get strange behaviour out of other code which
normally works fine because
you've already used up the memory available to you from the
heap.

Cheers,

Ken
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/



-
Win a castle  for NYE with your mates and Yahoo! Messenger 
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/