RE: [U2] Server 2003

2008-07-10 Thread lappies
When using a broadcom network card. Change the Advanced settings of the Device. The Option Large Send Offload needs to be disabled. hth Lappies Tecfinity (Pty) Ltd South Africa -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Colin Alfke Sent: Thursday,

Re: [U2] ouch

2008-07-10 Thread Roger Glenfield
a) Universe b) whippersnapper (32 years still in black and white) my main concerns are the programmers that can't visualize impacts on the whole 'code'. and are constantly recompiling after correcting 5-10 lines of code. Of course, back in the Early Dawn of Pick, compiling 500 lines of

Re: [U2] ouch

2008-07-10 Thread Roger Glenfield
Great answer to prevent future problems, such as I didn't really want to do that. thanks for reminding me about some really old options. ;) Roger Louie Bergsagel wrote: A former co-worker of mine had a nifty paragraph he wrote which would edit, compile, catalog and run a program in one fell

[U2] Universe scaling on AIX

2008-07-10 Thread Roger Glenfield
AIX 5.x IBM p570. How many machines out there with over 400-500 Universe users? And they're connecting through 25+ locations. thanks Roger --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] ouch

2008-07-10 Thread Symeon Breen
Worth noting if you use wintegrate editor, or unidebugger editor (probably others as well) they keep a copy of the last edit on your PC's disk for you as well. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Glenfield Sent: 10 July 2008 12:24 To:

RE: [U2] Server 2003

2008-07-10 Thread Symeon Breen
Also check you are in full duplex - I know the cards shipped with dell will not always auto negotiate with the network switch, so you may have to manually set the switch and card to full duplex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of lappies Sent:

RE: [U2] Server 2003

2008-07-10 Thread Tom Dodds
Thanks to everyone that has responded. We are researching your suggestions and will get back when we find the culprit. Tom Dodds [EMAIL PROTECTED] 630.235.2975 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of lappies Sent: Thursday, July 10, 2008 2:12

RE: [U2] ouch

2008-07-10 Thread Allen E. Elwood
a) oh well b) Oh, I've been programming since 1974, professionally since 1978, I've only been using paper for 25 years... :) Heck, I dream about code - talk about visualizingbut you should see some of the M2K programs. SO.ENTRY is up to about 34 main subroutines many of which are 2000

[U2] Unidata upgrades

2008-07-10 Thread Buffington, Wyatt
I would like to get some good or bad issues/concerns in regards to upgrading Unidata from version 6.0.4 to 6.1 Also in anybody has experienced any problems when upgrading Unidata from version 6.1 to 7.1. We are running on an HP machine with Unix 11. All issues, problems, kudos would be

Re: [U2] Unidata upgrades

2008-07-10 Thread Jeffrey Butera
quote who='Buffington, Wyatt' date='Thursday 10 July 2008' I would like to get some good or bad issues/concerns in regards to upgrading Unidata from version 6.0.4 to 6.1 Also in anybody has experienced any problems when upgrading Unidata from version 6.1 to 7.1. We are running on an HP

RE: [U2] Malcolm Bull

2008-07-10 Thread JPB-U2UG
Actually I was more concerned about Malcolm then the resource, has he retired and closed up shop. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony G Sent: Wednesday, July 09, 2008 7:52 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Malcolm Bull

[U2] [UV] [UB] Equating Two Arrays in UniBasic

2008-07-10 Thread Brutzman, Bill
It is not letting me do it. When I try something like... read R.SOD from F.SOH, Order.ID else R.SOD = '' R.New = '' R.New = R.SOD The compiler says... Error... Array must have subscripts. Unless there is no other way... I would rather not build a new array... via a

RE: [U2] [UV] [UB] Equating Two Arrays in UniBasic

2008-07-10 Thread David Jordan
Hi Bill The variable has probably been set up as a dimensioned array somewhere else in the program or an include file. Ie DIM Var(10) Regards David Jordan Managing Consultant --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] re:passing parameters to stored procedures

2008-07-10 Thread Irina Lissok
I have created stored procedure to run and I have to pass date parameter to it. I'm getting error message saying ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Procedure 'ProcedureName' expects parameter '@FirstDay', which was not supplied. I implicitly assign parameter value and

RE: [U2] [UV] [UB] Equating Two Arrays in UniBasic

2008-07-10 Thread Brutzman, Bill
It appears that one of my predecessors invoked a mat command. I am in the process of purging errant uses of it. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill Sent: Thursday, July 10, 2008 4:40 PM To: 'u2-users@listserver.u2ug.org'

Re: [U2] [UV] [UB] Equating Two Arrays in UniBasic

2008-07-10 Thread Geoffrey Mitchell
Is R.New or R.SOD being declared as a dimensioned array somewhere? If both are dynamic arrays, there should be no problem. I get the error you describe if I try to assign a dimensioned array to a dynamic array variable, such as: 0001: DIM X(100) 0002: Y= 0003: X=Y The other way around

Re: [U2] UV SQL Tables

2008-07-10 Thread Ray Wurlod
They are dynamic files, but with a special read-only bit in the header (I am an SQL CATALOG table; you can only edit me using DDL or VERIFY.SQL). Does fixtool (a) report any problems or (b) repair them? (Don't forget to have backups.) - Original Message - From: Mac Bhyat [EMAIL

[U2] Extra Form Feed from .prn File Followed by Text

2008-07-10 Thread Don P. Nagai
Help! Im trying to print a form created from Word combined with text. This method has always worked when creating prn files using a PCL5/5e driver, removing the standard escape sequences that trigger form feeds, and then sending the trimmed file in RAW format to an HP printer running either PCL5

Re: [U2] Converting 32bit files to 64bit

2008-07-10 Thread Ray Wurlod
Try RESIZE filename * * * 64BIT --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Extra Form Feed from .prn File Followed by Text

2008-07-10 Thread Hona, David S
Have you tried PCL 3 PCL 4 drivers to create your PRN file? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don P. Nagai Sent: Friday, July 11, 2008 12:12 PM To: u2-users@listserver.u2ug.org Subject: [U2] Extra Form Feed from .prn File Followed by Text