Re: [U2] Corrupted compiled code

2011-12-22 Thread Wally Terhune
You might try checking the source/object with VCATALOG after a problem occurs and before you recompile. What I'm hearing Bill say is that object code on disk has changed (apparently). As someone else suggested - check time/date of object also to see if this has changed after what you believe to

Re: [U2] Corrupted compiled code

2011-12-22 Thread John Thompson
You should be able to add an exclusion in your antivirus. For Universe, you could just add *.O If you add it to the real time checker, and the full scanner, that might eliminate any anti-virus non-sense. On Thu, Dec 22, 2011 at 7:50 AM, Wally Terhune wterh...@rocketsoftware.comwrote: You

Re: [U2] Corrupted compiled code

2011-12-22 Thread John Thompson
Well it appears that SEP, does not allow the use of wildcards for exclusions. http://www.symantec.com/business/support/index?page=contentid=TECH104326 Another reason why I hate Symantec, but, I shall not become a troll. I would pick through their knowledge base or call them up and see if there

Re: [U2] Corrupted compiled code

2011-12-22 Thread Bill Haskett
Actually I exclude everything except the two directories, on the E:\ drive, used for uploads and the base Windows C:\ directory where nothing resides, except Windows and drivers. Temp and the page file is on D. I also checked the scanning, and real-time exception list and everything's

[U2] AUTO: Asvin DATTANI is out of the office (returning 16/01/2012)

2011-12-22 Thread asvin . dattani
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

[U2] Line Printer Control

2011-12-22 Thread Bill Brutzman
We still use a greenbar printer to print checks. Via a UniBasic program, I am trying to send an alignment pattern to the printer before starting the check run. The trouble is that it always does a form feed after the alignment pattern. I have been diddling with toggling options in... execute

Re: [U2] Line Printer Control

2011-12-22 Thread John Thompson
If I remember correctly, when we converted from UltPlus to Universe... I had to set the following in our master login paragraph (I know, I know, probably not the best place for it) for a lot of legacy stuff. SETPTR ,132,60,0,0,,NOHEAD,BRIEF,NFMT Try that maybe? Shot in the dark. I do remember

Re: [U2] Line Printer Control

2011-12-22 Thread John Thompson
You also might try 66 lines. SETPTR ,132,66,0,0,,NOHEAD,BRIEF,NFMT On Thu, Dec 22, 2011 at 3:13 PM, John Thompson jthompson...@gmail.comwrote: If I remember correctly, when we converted from UltPlus to Universe... I had to set the following in our master login paragraph (I know, I know,

Re: [U2] Line Printer Control

2011-12-22 Thread Dave Laansma
If you're on AIX, there are some settings in smit that may be causing it too. Sincerely, David Laansma IT Manager Hubbard Supply Co. Direct: 810-342-7143 Office: 810-234-8681 Fax: 810-234-6142 www.hubbardsupply.com Delivering Products, Services and Innovative Solutions -Original Message-

Re: [U2] Is there any ORM's for Universe. NHibernate, Entity Framework etc

2011-12-22 Thread David Jordan
What I would like to see is that U2 builds stronger interface between UniBasic Subroutines and DataSets/entity frameworks. The current methodology is to create a 3 tier environment with a database server, an application server and a client server where U2 is just a simple data server. If

Re: [U2] Line Printer Control

2011-12-22 Thread John Thompson
Yes, on AIX, if you are using System V printing, make sure you setup the printer like so: Sorry for the ugly output... Add Remote Printer Configuration Type or select values in entry fields. Press Enter AFTER making all desired changes.

Re: [U2] Line Printer Control

2011-12-22 Thread John Thompson
We use this for a Universe driver... Maybe this is too much info for you... And this was written by another gentleman for AIX, basic line printer printing with System V printing. All of the internals I do not fully understand without more reading and refreshing my memory. # cat

Re: [U2] Line Printer Control

2011-12-22 Thread Bill Brutzman
We are on HP-Ux --Bill -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Thompson Sent: Thursday, December 22, 2011 3:21 PM To: U2 Users List Subject: Re: [U2] Line Printer Control Yes, on AIX, if you are using

Re: [U2] Line Printer Control

2011-12-22 Thread Dave Laansma
In smit, when you setup the queue new or change an existing 'virtual printer' a couple of settings that give me complete control in Unidata are: Send FORM FEED after each file = No Lines Per Page = null Columns per page = Make sure you always set it up as a GENERIC printer and ASCII printer

Re: [U2] Corrupted compiled code

2011-12-22 Thread Bill Haskett
Thought I'd try the VCATALOG verb and got: :VCATALOG DTABP BUILD.HEADING BUILD.HEADING errno=2: No such file or directory Program 'BUILD.HEADING' does not verify. :AE VOC DTABP Top of DTABP in VOC, 3 lines, 28 characters. *--: P 001: LD 002: @ABO_SYS\BP 003: @ABO_SYS\D_BP Bottom. *--: EX Quit

Re: [U2] Corrupted compiled code

2011-12-22 Thread Colin Alfke
I tried VCATALOG on a directly catalogued item and received the same error. The help does say it checks the global catalog file. I usually compare the time/date stamps on the original vs the compiled as we usually only compile immediately after saving the record. Colin -Original

Re: [U2] Corrupted compiled code

2011-12-22 Thread Bill Haskett
John: As an aside, I'm using UD. Our code is kept in a particular file in an application account (directory). The code is compiled which puts the object in the same file (e.g. program BUILD.HEADING gets compiled as _BUILD.HEADING and resides in the same program file). When the program is

Re: [U2] Is there any ORM's for Universe. NHibernate, Entity Framework etc

2011-12-22 Thread Tony Gravagno
David, I've spent a lot of time on that very topic and have come to the conclusion that for many applications I really don't want to use a complex ORM middle tier. Sometimes the absolute best thing to do is to pass requests from the UI, back into BASIC as soon as possible, foregoing client and