Re: [U2] Multi-threaded phantom processing

2014-03-05 Thread Horacio Pellegrino
for a while, on the assumption they might be reused. That way you are sill using one license per request, but you have the benefit of pooling... You can always set min-max limit for those phantom-workers. Horacio Pellegrino On Tue, Mar 4, 2014 at 11:30 PM, Peter Cheney peter.che

Re: [U2] File type 30 (dynamic)

2013-07-09 Thread Horacio Pellegrino
Dynamic files work well in most scenarios. We moved most our files to be DYNAMIC and easy to maintain. There could be a difference in speed but I don't believe is a game stopper. RESIZE it when purged to remove unnecessary space. Cheers! HP On Tue, Jul 9, 2013 at 12:15 PM, Scott Zachary

Re: [U2] UV full screen editor

2013-02-25 Thread Horacio Pellegrino
We use EditPlus, works great for programs in Windows and Linux. On Mon, Feb 25, 2013 at 9:04 AM, Nirvan Wijesekera nirvanwijesek...@hotmail.com wrote: Hello all, I'm new to this forum, so apologies if this topic has been brought up before. Can anyone recommend a decent full-screen editor

Re: [U2] UniVerse 11.1.9

2012-09-11 Thread Horacio Pellegrino
Turn off antivirus... hp On Tue, Sep 11, 2012 at 1:18 PM, Brian Leach br...@brianleach.co.uk wrote: Dan Thanks! Guess I'll have to solve it myself :( Cheers Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On

Re: [U2] UV Unix File Recovery

2012-06-22 Thread Horacio Pellegrino
We do *EMC replication manager* for snapshots in Windows and make a backup out of it. It halts IO for 2-4 seconds only. hp On Fri, Jun 22, 2012 at 3:13 PM, Bill Haskett wphask...@advantos.netwrote: George: Unfortunately, I'm on Windows. I do full backups each day, but the 15Gb backup files

Re: [U2] File Sizing using concurrent option AND FAREWELL

2012-05-23 Thread Horacio Pellegrino
...@listserver.u2ug.org [mailto: u2-users-boun...@listserver.u2ug.org] On Behalf Of Horacio Pellegrino Sent: Wednesday, May 23, 2012 3:16 PM To: U2 Users List Subject: Re: [U2] File Sizing using concurrent option AND FAREWELL I remember a company that went bankrupt because they spent so much in SAP

Re: [U2] Unable to unlink the operating system file BILLS.123

2012-04-04 Thread Horacio Pellegrino
If it worked and in a loop, check that the previous shell did finish. It might still have the file opened, therefore cannot be deleted (unlink). Cheers! hp On Wed, Apr 4, 2012 at 2:15 PM, Wjhonson wjhon...@aol.com wrote: After beating this program / phantom / script / shell /... I finally

Re: [U2] Universe file trigger subroutine issue

2012-03-07 Thread Horacio Pellegrino
You might have a user with the file opened in a common area from before. Cheers! hp On Wed, Mar 7, 2012 at 5:11 PM, Ken Ford ken.f...@firstmac.com.au wrote: Greetings fellow U2 users. We use Universe 10.3 on an AIX 5.3 server. We have file triggers on a number of files, with one master

Re: [U2] Passing by Value

2012-01-26 Thread Horacio Pellegrino
I asked the Rocket Software guys to have LOCAL variables... but nothing... :-( On Thu, Jan 26, 2012 at 2:02 PM, Wjhonson wjhon...@aol.com wrote: You've never worked on programs that are 8000 lines long I take it :) -Original Message- From: John Hester jhes...@momtex.com To: U2

Re: [U2] Solid State Drives (SSD) and Universe

2011-12-19 Thread Horacio Pellegrino
You will need to consider that a RAM disk will use way more CPU, specially in a multiuser environment. So that process that took forever it will run faster, but you might be at risk of not leaving enough CPU power for the rest. We use Ram drives but not for everything. hp On Mon, Dec 19, 2011

Re: [U2] End of Month date routine

2011-12-05 Thread Horacio Pellegrino
Using NEXT.MONTH and proper YEAR: ICONV(NEXT.MONTH:'/01/':YEAR)-1 will make the trick. HP On Mon, Dec 5, 2011 at 2:03 PM, Wjhonson wjhon...@aol.com wrote: Does someone have a routine that, no matter what day you run it, returns the End of Month Date ? (Assume the end of month date, is

Re: [U2] SLOW

2011-10-07 Thread Horacio Pellegrino
Windows ? Linux ? On Fri, Oct 7, 2011 at 4:21 PM, Drew William Henderson d.hender...@moreheadstate.edu wrote: with apologies to Jeff and Peggy...and, ok, everyone else, too! My boss has noticed today that we've been running SLOW, and isn't happy about it. He wants to know if SLOW is

Re: [U2] Credit Card Processing

2011-06-30 Thread Horacio Pellegrino
We use authorize.net, and you can just do a plain CREATESECUREREQUEST call. No need for 3rd party at all. On Thu, Jun 30, 2011 at 12:04 PM, Bryan Evans melbryev...@gmail.com wrote: I am looking for a multi-value (UniVerse specifically) product to handle credit card processing. Does anyone

Re: [U2] trigger issue/archive question

2011-04-15 Thread Horacio Pellegrino
I've seen issues like that when a programmer is debugging and stepping line by line in the WRITE statement. hp On Fri, Apr 15, 2011 at 1:18 PM, douglas chanco d...@chancofamily.comwrote: while my trigger works fine I am getting a weird error message (#2 the line number were added by me and

Re: [U2] PDF Files directly from UniData or UniVerse

2011-04-12 Thread Horacio Pellegrino
We use a product called SwiftView converter, that works in Windows and Linux. hp On Tue, Apr 12, 2011 at 9:39 AM, Doug Farmer dfar...@epicor.com wrote: Here is a question for this group. Has anyone been able to generate PDF files directly from UniData and/or UniVerse without having a manual

Re: [U2] Extreme slow down on Universe periodically

2011-04-08 Thread Horacio Pellegrino
Use sysinternal tools and watch IO delta bytes, you can also trace CPU utilization. hp On Fri, Apr 8, 2011 at 9:04 AM, Curt Stewart cstew...@tri-sysconsulting.com wrote: Has anyone in the group experienced this issue and found a resolution? My client is reporting the periodic slow down of

Re: [U2] [AD] RE: Accessing Pervasive SQL database from Universe

2011-04-08 Thread Horacio Pellegrino
Keep it simple, just use old SQLCMD to talk to SQL. EXECUTE SQLCMD . On Fri, Apr 8, 2011 at 4:22 PM, Robert Houben robert.hou...@fwic.netwrote: Richard, We have products that work for both Universe and PI Open. You may wish to look at some of the products here:

RE: [U2] pcl imaging question...

2009-05-26 Thread Horacio Pellegrino
In Windows you can do file-print and then select print to file. There you most likely get a good PCL. -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Mac Bhyat Sent: Monday, May 25, 2009 1:03 AM To:

RE: [U2] OLEDB error

2009-02-12 Thread Horacio Pellegrino
Username has permissions to create and insert granted? HP -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Debra Fedchin Sent: Wednesday, February 11, 2009 11:08 AM To: u2-users@listserver.u2ug.org Cc:

RE: [U2] [UV]Accuterm, Question of Links

2009-01-08 Thread Horacio Pellegrino
Roy: You can print http://192.168.1.10 underlined with a PRINT command. Then enable mouse, and make your input-inkey()... when analyzing contents of the entered variable you can decide if they clicked on the link or somewhere else. If they did you can execeute the code you have for your popup.

RE: [U2] Triggers on PICK flavor of UV

2008-11-20 Thread Horacio Pellegrino
We use triggers UV w/Pick flavor and they work fine. Just some issues when you need to drop the trigger after moving the file. Horacio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Youngman Sent: Thursday, November 20, 2008 8:21 AM To:

RE: [U2] uniobjects help needed!

2008-08-09 Thread Horacio Pellegrino
Have you checked out if any external process ( non UV ) is using the same file (i.e. a backup program)or has been recently been used by? Horacio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of doug chanco Sent: Thursday, August 07, 2008 1:23 PM To:

RE: [U2] uniobjects help needed!

2008-08-02 Thread Horacio Pellegrino
Do you have that problem in what exact instruction? Please copy paste. Horacio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of doug chanco Sent: Saturday, August 02, 2008 7:35 AM To: u2-users@listserver.u2ug.org Subject: [U2] uniobjects help needed!

RE: [U2] UniVerse Triggers

2008-04-25 Thread Horacio Pellegrino
We started using triggers some months ago and so far no problems at all... I'm interested in what kind of instability issues you came across. Please let me know. ( We are a 370-Micro$oft Windows shop!) Horacio Pellegrino -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] SQL Server 2000 -- Connection

2008-04-15 Thread Horacio Pellegrino
If you prefer to use a built-in MS program you might try out to shell out SQLCMD , and capture the output. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Jones Sent: Tuesday, April 15, 2008 7:15 AM To: u2-users@listserver.u2ug.org Subject: [U2]

RE: [U2] Graphic Printing

2008-01-03 Thread Horacio Pellegrino
You might include raster graphics inside the spool job. We use it a lot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James F Thompson Sent: Thursday, January 03, 2008 6:43 PM To: u2-users@listserver.u2ug.org Subject: [U2] Graphic Printing Does

RE: [U2] Server Processors (Universe)

2007-12-29 Thread Horacio Pellegrino
In Windows, every time a new user logs in it creates a new process. Each new process can get a new processor. Now each process can contain several threads but all working in the same one, unless you create some phantom processes like the build index functions. Horacio -Original Message-

[U2] NEW ADO.NET ?

2007-11-30 Thread Horacio Pellegrino
Has anyone tried out the new ADO.NET provider for .NET IBM ? Horacio Pellegrino --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UD] Spooling a PCL form

2007-08-14 Thread Horacio Pellegrino
) That works in UV-10.2.3 Windows2003. Cheers! Horacio Pellegrino -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 10:33 AM To: u2-users, Subject: [U2] [UD] Spooling a PCL form I created a PCL file from a PDF

RE: [U2] UniVerse on SAN?

2007-06-06 Thread Horacio Pellegrino
We have a Dell Windows based UV dedicated server for 350users and I use 6 disks and 2 SANs with 10 and 12 disks each... It flies! Horacio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Fitzgerald Sent: Wednesday, June 06, 2007 4:20 PM To:

RE: [U2] New user on Win2003/UV 10.2.3

2007-05-14 Thread Horacio Pellegrino
You can try the fully qualified domain name like domain\username in the logon prompt to let Windows know the right permissions. Horacio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of IT-Laure Hansen Sent: Monday, May 14, 2007 8:02 PM To: