RE: Phantom trail

2004-04-30 Thread George Gallen
I believe you are talking about the discussion on
scheduling programs.


ED VOC SCHEDULE-THIS

0001: PA
0001: LOOP (If you want this to repeat each day)
0002: SLEEP XX:XX (Time you want process to run)
0003: TCL COMMAND
0004: TCL COMMAND
0005: TCL COMMAND
0005: REPEAT (If you want this to repeat each day)


PHANTOM SCHEDULE-THIS
LO


Was this it?

George

-Original Message-
From: david yu [mailto:[EMAIL PROTECTED]
Sent: Friday, April 30, 2004 2:54 PM
To: [EMAIL PROTECTED]
Subject: Phantom trail


Hello Everyone!

There was a trail last week discussion about PHANTOM,
unfortunately I deleted my email, I am wondering if
anyone has any copy of the trail of discussion. Would
appreciate a copy of it specially the one where there
was a small PH process.

TIA!

David Yu


   
   
__
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: How to schedule Pick basic programs

2004-04-23 Thread George Gallen
Another method would be:

ED VOC SCHEDULE-THIS

0001: PA
0001: LOOP (If you want this to repeat each day)
0002: SLEEP XX:XX (Time you want process to run)
0003: TCL COMMAND
0004: TCL COMMAND
0005: TCL COMMAND
0005: REPEAT (If you want this to repeat each day)


PHANTOM SCHEDULE-THIS
LO


It works under all OS's, and doesn't care about the login scripts
(unless you need to change accounts within the VOC). 

George



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 23, 2004 8:38 AM
To: [EMAIL PROTECTED]
Subject: How to schedule Pick basic programs


Hi,

Can some one tell me how to schedule the pick basic programs.

tx in advance for the help

regards,
Reddy
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Barcode printing

2004-04-23 Thread George Gallen
If you are just looking to print from One particular printer, there
are also external devices you can hook inline to the printer and the
cable, which will take ASCII codes and translate them to the appropriate
HP codes to produce the bar code.

the 128 barcode from Pick, (David Church's) should be available from
the files section of the list (I forget how). It works great with HP
printers and is easy to implement.

George

-Original Message-
From: Lee Messenger [mailto:[EMAIL PROTECTED]
Sent: Friday, April 23, 2004 11:03 AM
To: [EMAIL PROTECTED] Com
Subject: Barcode printing


I am attempting to identify a solution to printing barcodes from within
Universe basic.  I have reviewed the archives at IndexFocus 
and found some
references to examples, however the 2 of 5 example only 
handles numeric data
and the link to the 128 barcode was no longer active.

Can anyone provide me with some information or examples.

We are a Windows environment with HP printers.

Any assistance would be appreciated.

Thank you,

Lee J Messenger
Sr VP Operations
[EMAIL PROTECTED]

DLT Transportation Services, Inc.
Phone :(816) 242-4505
Fax   :(816) 483-7222


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: How to schedule Pick basic programs

2004-04-23 Thread George Gallen
what I do for that is I have a script I run when either of UV admins
logs in which checks the status of any phantoms that are supposed to
be running on a daily basis, and if not, reports that they are not running.
which is much easier in *NIX (with the ps command). I don't know what
you would use in NT to see running processes. Using PORT.STATUS unless
your root i *NIX only shows your processes, not all processes. Don't know
how it behaves in windows.

This is fine for one or two events.

However, the scheduling software (like BENTON and others) would probably
be the better route to take if you have a lot of scheduling. But You could
also write a small UV Basic program that would sample the date/time, then
check to see if any processes should fire off, and phantom them off, then
do a CHAIN to phantom itself again (to prevent previous completed phantoms
from hanging the processes up waiting for the parent phantom to die).

If you go this route, make sure the checks are only done once per minute
or you will start rapid firing processes until the minute is up.

At least in UV phantoms are free (unless you start using the socket stuff
with the newer UV releases - or so it's been stated).

George


-Original Message-
From: Kryka, Richard [mailto:[EMAIL PROTECTED]
Sent: Friday, April 23, 2004 12:49 PM
To: U2 Users Discussion List
Subject: RE: How to schedule Pick basic programs


I like the scheduled approach (NT).  A phantom in UniVerse 
like is shown
below with the LOOP/REPEAT gets lost when the server is restarted.  So
you need to have a procedure that restarts the job.  If you use the NT
scheduler, it is always going to run -- even after a restart.

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


--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Don't you hat when you get this way....

2004-04-22 Thread George Gallen
Usually, about an hour after you get into work

http://www.carcarealert.com/caffeine.jpg

George

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: We need a web based Forum!

2004-04-21 Thread George Gallen
I didn't suggest using Yahoo Groups, just using it as an
example. I hate the ads...but then again, it's free too.

From my experience, I've usually seen fairly good response
times to posts and replies (2 hrs). Whether it makes a difference
of .us vs .au don't know. But some of the replies have been
from .au addresses and were quite timely.

This whole thread reminds me of when I tried to give away a working
TV at a hamfest (flea market for radio equip) one year. People would
pick it up, smell it, scutinize it, shake it, asked if it worked.
This went on for 2 hours. Finally, I put a $1 price tag on it.
It sold in less than 2 minutes, with no questions asked.

The moral of the story, when something is free, you expect the world
from it/for it, but if you think your getting a great buy for your
money, your willing to accept almost any flaw.

George

-Original Message-
From: Craig Bennett [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 20, 2004 7:32 PM
To: U2 Users Discussion List
Subject: Re: We need a web based Forum!


 Yahoo groups works this way.

 You can either post via the web, or from Email, and receive
 either web only or also via email.

 Of course, if the forum being used is canned, and doesn't have
 those options, it might be a bit more difficult to do what
 we
 want.

 George

But George Yahoo Groups can be SLOW. I tried to run a tutorial 
mailing list
in yahoo groups and it could take days for my responses to students to
appear.


Craig

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: We need a web based Forum!

2004-04-21 Thread George Gallen
Never thought about that.h.

Except their products aren't cheap!
and don't always work.

Which in the case of the TV, definitely worked, and
for $1 was cheap.

George

-Original Message-
From: Clif Oliver [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 21, 2004 1:00 PM
To: U2 Users Discussion List
Subject: Re: We need a web based Forum!


Oh. The Microsoft model...

:-)

On Apr 21, 2004, at 6:29, George Gallen wrote:

 from it/for it, but if you think your getting a great buy for your
 money, your willing to accept almost any flaw.

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: We need a web based Forum!

2004-04-20 Thread George Gallen
Yahoo groups works this way.

You can either post via the web, or from Email, and receive
either web only or also via email.

Of course, if the forum being used is canned, and doesn't have
those options, it might be a bit more difficult to do what we
want.

George
-Original Message-
From: Stevenson, Charles [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 20, 2004 10:57 AM
To: U2 Users Discussion List
Subject: RE: We need a web based Forum!


The secret has GOT to be one (1) single database managing the posted
messages and threads,
with possibly different user interfaces as frontends.
DO NOT build 2 applications on the backend.

cds

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Youngman
 Sent: Tuesday, April 20, 2004 2:31 AM
 To: U2 Users Discussion List
 Subject: RE: We need a web based Forum!
 
 
 I think forums may be available (again) soon on the u2ug site 
 - I'm not sure.
 
 But one of the reasons behind the muddle at u2ug was that a 
 lot of people DON'T like forums - they find them a pig to use 
 even if they have access.
 
 I don't take the digest, for precisely the reason you've 
 discovered. I find google a pain because it makes news look 
 like a forum - but I use it if I have to. I use news or email 
 from choice.
 
 So, if and when the fora reappear, don't expect to find me 
 (or a lot of the other experts) there. TNSTAASB (tnstaa 
 silver bullet) :-)
 
 Cheers,
 Wol 
 
 -Original Message-
 From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]
 On Behalf Of Hogan, James
 Sent: 20 April 2004 10:06
 To: '[EMAIL PROTECTED]'
 Subject: We need a web based Forum!
 
 Trying to follow a thread in the digest today I had to wade 
 through pointless re-inclusions of previous posts where 
 people had just hit the reply-to option without doing any editing.
 
 We have been here before I know. But a forum would sort all 
 this. It is user friendly and you are able to follow just the 
 threads you want to. You can also easily pick up a thread and 
 follow it's history.
 
 The main argument against the forum is that some of you out 
 their can not access the web. How can anyone in a 
 development role do their job properly nowadays without being 
 able to access the web. I am sure that if all we had was a 
 forum on the web, admin departments would be told that X 
 needs web access and they would get it.
 
 James Hogan
 Sungard
 -- 
 u2-users mailing list
 [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
 
 
 
 
 **
 **
 
 This transmission is intended for the named recipient only. 
 It may contain private and confidential information. If this 
 has come to you in error you must not act on anything 
 disclosed in it, nor must you copy it, modify it, disseminate 
 it in any way, or show it to anyone. Please e-mail the sender 
 to inform us of the transmission error or telephone ECA 
 International immediately and delete the e-mail from your 
 information system.
 
 Telephone numbers for ECA International offices are: Sydney 
 +61 (0)2 9911 7799, Hong Kong + 852 2121 2388, London +44 
 (0)20 7351 5000 and New York +1 212 582 2333.
 
 **
 **
 
 -- 
 u2-users mailing list
 [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
 
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


[OT] Complete Browser Window Image Capture?

2004-04-15 Thread George Gallen
ok. I'm trying to document one of our applications. It uses the web
browser as the front end.

One of the pages is longer than the window. Anyone know of any utilities
that will allow me to
convert this into an image?

I tried capturing top, capturing bottom, and combining them in PCPaint,
but I lost alot of quality.
So, now I'm on a trek to find an application to capture the entire
window as one long image.

Thanks
George

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [OT] Complete Browser Window Image Capture?

2004-04-15 Thread George Gallen
I take it that this would be for combining the images?

George

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 11:57 AM
To: [EMAIL PROTECTED]
Subject: RE: [OT] Complete Browser Window Image Capture?


Even better is a program called GIMP (GNU Image Manipulation 
Program) that's open source and free.  I've used it on Linux, 
but it's also got binaries for running on Windows as well.  
It's almost as full featured as Photo Shop.  You can find out 
more information and download it here:  http://www.gimp.org/index.html

-Original Message-
From: Larry Hiscock [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 10:53 AM
To: U2 Users Discussion List
Subject: RE: [OT] Complete Browser Window Image Capture?


You could try using a better paint program ;-)  Paint Shop Pro comes to
mind.  It's got all the feature of high end programs like 
Photoshop, but
it's under $100

Larry Hiscock
Western Computer Services
http://www.wcs-corp.com


-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]
Behalf Of George Gallen

Sent: Thursday, April 15, 2004 8:31 AM
To: Ardent List
Subject: [OT] Complete Browser Window Image Capture?


ok. I'm trying to document one of our applications. It uses the web
browser as the front end.

One of the pages is longer than the window. Anyone know of any 
utilities
that will allow me to
convert this into an image?

I tried capturing top, capturing bottom, and combining them in PCPaint,
but I lost alot of quality.
So, now I'm on a trek to find an application to capture the entire
window as one long image.

Thanks
George

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and 
management
company
http://www.slackinc.com


--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [OT] Complete Browser Window Image Capture? [solved]

2004-04-15 Thread George Gallen
http://www.innermedia.com/cc/index.htm

As long as the page doesn't have forms.
Cost is $149, not too bad. But they do have a free 20 use
  evaluation period.

George

-Original Message-
From: Larry Hiscock [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 12:05 PM
To: U2 Users Discussion List
Subject: RE: [OT] Complete Browser Window Image Capture?


Yep.  Either PSP or GIMP would be for combining images.  I 
haven't used GIMP
in a while (I mostly use PSP and Photoshop), so I can't speak 
for it.  PSP
has a nice stitch feature that allows you to combine slices 
of an image.
You can overlay the slices with the upper layer set to partial 
transparency
so you can see through to the lower layer.  It really helps 
with getting the
images lined up straight.

Wendy had a good idea, too.  If you have Adobe Acrobat, just 
print the page
from your browser to the Acrobat printer driver or the distiller.

Larry Hiscock
Western Computer Services
http://www.wcs-corp.com



--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [OT] Complete Browser Window Image Capture? [solved]

2004-04-15 Thread George Gallen
oops. meant as long as the page doesn't have FRAMES, it can have forms.

-Original Message-
From: George Gallen [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 12:47 PM
To: U2 Users Discussion List
Subject: RE: [OT] Complete Browser Window Image Capture? [solved]


http://www.innermedia.com/cc/index.htm

As long as the page doesn't have forms.
Cost is $149, not too bad. But they do have a free 20 use
  evaluation period.

George

-Original Message-
From: Larry Hiscock [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 12:05 PM
To: U2 Users Discussion List
Subject: RE: [OT] Complete Browser Window Image Capture?


Yep.  Either PSP or GIMP would be for combining images.  I 
haven't used GIMP
in a while (I mostly use PSP and Photoshop), so I can't speak 
for it.  PSP
has a nice stitch feature that allows you to combine slices 
of an image.
You can overlay the slices with the upper layer set to partial 
transparency
so you can see through to the lower layer.  It really helps 
with getting the
images lined up straight.

Wendy had a good idea, too.  If you have Adobe Acrobat, just 
print the page
from your browser to the Acrobat printer driver or the distiller.

Larry Hiscock
Western Computer Services
http://www.wcs-corp.com



-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: U2 Personal Editions

2004-04-07 Thread George Gallen
I believe one problem was either there wasn't unzip or there
wasn't gunzip.

I changed one to the other. I believe I changed all the references
  to unzip to gunzip, then it worked.

George

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 2:04 PM
To: [EMAIL PROTECTED]
Subject: U2 Personal Editions


I'm trying to install UV and UD Personal Editions.  I had an 
old download of
UVPE and am trying to install it.  Once upon a time i remember someone
mentioning what needed to be changed in uv.load to install it 
on a non-Redhat
system (Debian in my case), but i can't find it in the 
archives.  Anyone know?

Alas, i no longer have broadband and the UD download took 
about 8-10 hours and
didn't quite finish.  I got 67.1 MB of the 68.2MB of 
rhlinux71_601PE.tar.gz. 
Thought i'd try to install it anyway and it almost worked.  
The server loads and
presumably is running ok, but when i try to start the client, 
i get a message
saying the sys/VOC file is version 5.0 and needs to be 6.0.  Presumably
updatevoc would fix this, but, alas, it appears the files 
are in alphabetical
order and the extraction bombs out in the uojskd directory.  
Since the download
is https, i assume there's no way to use something like wget 
to resume the
download.  I have to pay by the minute for internet here in 
Zambia, so i hate to
try to download the whole thing again if i don't have to since 
the same thing
could happen again.

Of course the easiest thing would be for someone to send me a 
gzipped tarball of
everything that extracts from uojsdk/lib onward.  I really 
don't think IBM
would mind, but in these lawsuit happy days, i understand most 
people wouldn't
want to do this.  Just wondering if there are any other options?

TIA,
Charles
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: U2 Personal Editions

2004-04-07 Thread George Gallen
Since, gzip and gunzip weren't linked, I didn't
link uncompress either.

BTW, it should have been [cp or ln -s ] /bin/gunzip /bin/uncompress

-Original Message-
From: Karl L Pearson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 3:41 PM
To: U2 Users Discussion List
Subject: RE: U2 Personal Editions


It might be 'cleaner' to link the files:

ln -s /sbin/gunzip /sbin/uncompress

Just a thought.

Karl

On Wed, 2004-04-07 at 12:49, George Gallen wrote:
 yes, it's uncompress, and the problem isn't just in PE.
 Since I believe gunzip works with .Z files as well, what
 I did was cp /sbin/gunzip /sbin/uncompress
 I will now see if that works :)
 
 George
 
 -Original Message-
 From: George Gallen [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 07, 2004 2:47 PM
 To: U2 Users Discussion List
 Subject: RE: U2 Personal Editions
 
 
 or possibly, it was ucompress that needed to be changed, as 
I'm doing
 a test install right now (not PE however), and I notice the files 
 are .Z types.
 
 George
 
 -Original Message-
 From: George Gallen [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 07, 2004 2:44 PM
 To: U2 Users Discussion List
 Subject: RE: U2 Personal Editions
 
 
 I believe one problem was either there wasn't unzip or there
 wasn't gunzip.
 
 I changed one to the other. I believe I changed all the references
   to unzip to gunzip, then it worked.
 
 George
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 07, 2004 2:04 PM
 To: [EMAIL PROTECTED]
 Subject: U2 Personal Editions
 
 
 I'm trying to install UV and UD Personal Editions.  I had an 
 old download of
 UVPE and am trying to install it.  Once upon a time i 
 remember someone
 mentioning what needed to be changed in uv.load to install it 
 on a non-Redhat
 system (Debian in my case), but i can't find it in the 
 archives.  Anyone know?
 
 Alas, i no longer have broadband and the UD download took 
 about 8-10 hours and
 didn't quite finish.  I got 67.1 MB of the 68.2MB of 
 rhlinux71_601PE.tar.gz. 
 Thought i'd try to install it anyway and it almost worked.  
 The server loads and
 presumably is running ok, but when i try to start the client, 
 i get a message
 saying the sys/VOC file is version 5.0 and needs to be 6.0.  
 Presumably
 updatevoc would fix this, but, alas, it appears the files 
 are in alphabetical
 order and the extraction bombs out in the uojskd directory.  
 Since the download
 is https, i assume there's no way to use something like wget 
 to resume the
 download.  I have to pay by the minute for internet here in 
 Zambia, so i hate to
 try to download the whole thing again if i don't have to since 
 the same thing
 could happen again.
 
 Of course the easiest thing would be for someone to send me a 
 gzipped tarball of
 everything that extracts from uojsdk/lib onward.  I really 
 don't think IBM
 would mind, but in these lawsuit happy days, i understand most 
 people wouldn't
 want to do this.  Just wondering if there are any other options?
 
 TIA,
 Charles
 -- 
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users
 
 -- 
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users
 
 -- 
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users
 
-- 
Karl L. Pearson
Director of IT,
ATS Industrial Supply
Direct: 801-978-4429
Toll-free: 888-972-3182 x29
Fax: 801-972-3888
http://www.atsindustrial.com
[EMAIL PROTECTED]

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


JUST GOT A SPOOFED U2-USERS EMAIL - Site changes

2004-04-07 Thread George Gallen
headers as follows:

Received: from mrelay.corp.slackinc.net (MRELAY [172.16.20.139]) by
poison.slackinc.com with SMTP (Microsoft Exchange Internet Mail Service
Version 5.5.2657.72)
id 2FN2XXZT; Wed, 7 Apr 2004 17:04:41 -0400
Received: from mail.slackinc.com ([10.10.1.45])
 by mrelay.corp.slackinc.net (SAVSMTP 3.1.0.29) with SMTP id
M2004040717044118434
 for [EMAIL PROTECTED]; Wed, 07 Apr 2004 17:04:41 -0400
Received: from pinball.org ([212.243.40.152]) by mail.slackinc.com with
Microsoft SMTPSVC(5.0.2195.6713);
 Wed, 7 Apr 2004 17:04:39 -0400
Date: Wed, 07 Apr 2004 23:04:43 +0100
To: [EMAIL PROTECTED]
Subject: Site changes
From: [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary=waadulformneathsntfe
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 07 Apr 2004 21:04:39.0647 (UTC)
FILETIME=[F0CF06F0:01C41CE3]

--waadulformneathsntfe
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

--waadulformneathsntfe
Content-Type: image/bmp; name=rqxfvanudp.bmp
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=rqxfvanudp.bmp
Content-ID: rqxfvanudp.bmp

--waadulformneathsntfe
Content-Type: text/plain;
name=DELETED0.TXT
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=DELETED0.TXT

--waadulformneathsntfe--

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: callHTTP

2004-04-05 Thread George Gallen
Will the sockets subroutine also strip out the CR/LF? If so, you
may need to use just plain socket programming from UV, and avoid
the http specific calls.

Also, would wget (if running unix) be an option? Not sure if it
will work to submit a form, I know it will retrieve data.

George

-Original Message-
From: Daly, Mark [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 10:09 AM
To: 'U2 Users Discussion List'
Subject: RE: callHTTP


In the past, I have avoided short comings of callHTTP by 
sending the request
to my own java servlet - which in turn uses the power of Java 
to send the
final request on to the vendor.

It puts an extra link in the chain, but did the job.


-Original Message-
From: Mike Dallaire [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 05, 2004 9:47 AM
To: U2 Users List (E-mail)
Subject: callHTTP


UV 10.1

Hello all,
We are trying to use callHTTP to submit and retrieve data to a 
vendor that
requires the use of multipart/form-data as the MIME type.  We 
have hit a
snag with the boundaries because char(13)'s appear to be 
stripped out by
callHTTP and boundaries need to begin with a crlf. IBM is 
looking into the
issue, but we are under time constraints with this one.  So we 
are hoping
someone out there has dealt with this issue before and has a 
resolution or
work around for it. Any help would be greatly appreciated.

As a side note, we are glad to hear this list will continue 
and look forward
to learning from it and contributing our thoughts to it.

Mike Dallaire
Mortgage Builder Software Inc.
(248) 208-3223 ext. 103
[EMAIL PROTECTED]

-- 
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Label printers on AIX and/or Solaris

2004-04-05 Thread George Gallen
This might be a bit more than you want, but in the long
run, may solve your needs better.

What if you imbed you own psudocode, tag like into the
text you want printed. (ie. x=###,y=###,size=###,font=xxx)
then write a subroutine (once), that will convert your
psudeocode to the specific printer's code. This way if
later, you change printers to a different language, all
you will need to do is update the conversion subroutine, all
the psudocode can remain the same.

Again, initially, a LOT more work.

George

-Original Message-
From: Karjala Koponen [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 1:05 PM
To: [EMAIL PROTECTED]
Subject: Label printers on AIX and/or Solaris


Hello,

I'm running UniData 5.2.15 on AIX 4.3.2 but will be going to 
UniData 6.0.9 on Solaris 2.8.  We have two stand alone Epson 
LX300+ 9 pin dot matrix printers we use to print labels.  They 
are defined as generic (ASCII) devices.  The printers are old 
and the output is acceptable, at best.

I'd like to replace the printers with label printers that will 
print on peel off labels of roll stock.  These printers 
generally come with Windows drivers but Unix drivers seem to 
be lacking.  Some of the higher end printers come with a 
programming manual that would allow me to write code to send 
control sequences to the printer and control everything.  I've 
done that before but I'd rather not take the time to do that 
if I can simply attach a printer, either to the network or a 
serial connection, load a driver and create a queue, and then 
simply send my few lines of text to the print queue and get a 
label.  Bar code would be nice but is not mandatory.

I'm sure that we are just not looking in the right place or 
closely enough.  We are not printing high volumes of labels so 
less expensive is better.  Any suggestions?

Thanks, Karjala
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Label printers on AIX and/or Solaris

2004-04-05 Thread George Gallen
We use Datamax labels printers. While I don't send straight
ASCII to it, I don't know if it won't accept it.

You could try calling their tech support 407-523-5540 and
ask them, they have always been very helpful and know their
products very well.

Can't speak for Zebra, havn't had to use one.

George

If you just need to send a few characters to allow it to
accept text, you could modify your printcap from unix
to prepend the characters and add some trailing data to
all print jobs that go through it, Shouldn't take too much
time (maybe 15 mins) to modify it.

-Original Message-
From: Karjala Koponen [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 4:01 PM
To: [EMAIL PROTECTED]
Subject: Re: Label printers on AIX and/or Solaris


Friends,

I really have no time for any development, however small, on 
this.  Too many other higher priority projects on my list.  
These printers are used by many people, however infrequently, 
so having the printer attached and driven from a single 
workstation is not attractive, though I might be able to get 
somebody else to do that setup work.  I don't know how people 
would like using central workstations for generating labels.  
I suppose I could have an old PC logged into our UniData 
application and somehow drive the printer from the server, but 
I don't know how to do that, though there was a recent thread 
that might be relevant.  Yes, I could write an application 
that would send the correct control sequences and I don't 
think it would take much time (only because I've done a very 
similar task at another company), but that's not a zero time 
project, either.

Guess I'll have to recommend that we just upgrade to a better 
text printer for now.

Thanks for your ideas, Karjala


 [EMAIL PROTECTED] 04/05/2004 3:14:57 PM 
Hey Karjala,

Why not just purchase something like a Dymo SE300 label 
printer and put it
on a Windows workstation, connected to the network running the U2
application? ...

Regards,
Scott
- Original Message - 
From: Karjala Koponen [EMAIL PROTECTED]
...
Hello,

I'm running UniData 5.2.15 on AIX 4.3.2 but will be going to 
UniData 6.0.9
on Solaris 2.8.  We have two stand alone Epson LX300+ 9 pin dot matrix
printers we use to print labels.  They are defined as generic (ASCII)
devices.  The printers are old and the output is acceptable, at best.

I'd like to replace the printers with label printers that will 
print on peel
off labels of roll stock.  ...

Thanks, Karjala
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [OT] America Has First Flight (?)

2004-04-01 Thread George Gallen
no propaganda in the media.WOW what an understatement.

our media has more propaganda than I'd like.

How many times have the news only reported one side of a story?
   or left out a lot of important facts? - That's propaganda.

However, at least we have access to multiple views of propagranda
   thus allowing us to draw small truths from each, and hopefully
   building the actual events from these.

Now...the propaganda isn't propaganda in regards to government
  controlled, but it is fueled by money.

George

-Original Message-
From: Lettau, Jeff [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 01, 2004 9:38 AM
To: U2 Users Discussion List
Subject: RE: [OT] America Has First Flight (?)


And also don't forget that we have total freedom of speech and there is
no propaganda in the media like other countries.  


--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: dhl shipping software integration

2004-04-01 Thread George Gallen
no right now Fedex is not our primary non-postal shipper.

Depending on who we get our best deal from. In the past
when we used DHL, we would just type in the info. They DHL
are supposed to let us know our options for connection, but
so far, have not had any meetings with the tech.

Just checking what others are doing.

George

-Original Message-
From: Phil Grant [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 31, 2004 10:44 PM
To: [EMAIL PROTECTED]
Subject: Re: dhl shipping software integration


Hi George,

I have also written interfaces into UPS using similar methods. 
I not sure
what methods are available in DHL. I designed an interface in 
the past that
wrote to a third party shipping system called Clippership 
using VB Objects
to communicate in real-time with a UniData database.

Let me know if I can be if further assistance

Cheers

Phil Grant

Tel.:510.781.5132
 Fax: 510.781.5139
Mobile.: 707-761-3707
George Gallen wrote:

Currently We integrate with our UPS Worldship software by FTPing our

shipping info over to the UPS machine, then an ODBC is setup 
to link the

ftp file

to it's own use.

 Snip

Does anyone know if DHL's software can handle the same thing? or what

methods you

use to interface with DHL shipping software.



Any not too pricy ($1000) 3rd party solutions ok as well.



We are on UV on Unix, and the DHL machine is on the network.



Thanks

George



George Gallen

Senior Programmer/Analyst

Accounting/Data Division

[EMAIL PROTECTED]

ph:856.848.1000 Ext 220

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


dhl shipping software integration

2004-03-30 Thread George Gallen
Currently We integrate with our UPS Worldship software by FTPing our
shipping info over to the UPS machine, then an ODBC is setup to link the
ftp file
to it's own use.

Then all we need to do is key in a key on the UPS software, it looks
up the shipping
and everything else needed and fills in automagically. As well, when we
close out the
UPS machine, it creates a file which we then FTP out and parse apart for
the tracking#.

Does anyone know if DHL's software can handle the same thing? or what
methods you
use to interface with DHL shipping software.

Any not too pricy ($1000) 3rd party solutions ok as well.

We are on UV on Unix, and the DHL machine is on the network.

Thanks
George

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Question for Donald Kibbey

2004-03-29 Thread George Gallen


-Original Message-
From: george r smith [mailto:[EMAIL PROTECTED]
Sent: Monday, March 29, 2004 12:21 PM
To: 'U2 Users Discussion List'
Subject: Question for Donald Kibbey



There are only 10 people in the world who understand binary 
and I am not one
of them.  

Your not 01, so you must be 10 ?

George

George Smith
[EMAIL PROTECTED]  

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: COMMON Variable.

2004-03-29 Thread George Gallen
You don't seem to be able to put any values on the phantom line
(and if you do, they seem to be ignored). I never tried Commons
for this.

Another method I use is I create a VOC entry
based on UserNO and something static like:

(ex. 101phantom)

1PA
2RUN LIB PROGRAMNAME PASSVAR1 PASSVAR2 PASSVAR3 PASSVA4

Then EXECUTE PHANTOM 101phantom

Inside PROGRAMNAME:

[EMAIL PROTECTED]
PASSVAR1=FIELD(CMDLINE, ,4)
PASSVAR2=FIELD(CMDLINE, ,5)
ETC...

Include the VOC ID as one of the PASSVAR, and have the
  program DELETE the VOC ENTRY.

George



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, March 29, 2004 2:26 PM
To: [EMAIL PROTECTED]
Subject: Re: COMMON Variable.


In a message dated 3/29/2004 1:11:11 PM Eastern Standard Time, 
[EMAIL PROTECTED] writes:

  Is there a way to pass some common variable to a Phantom 
 program - which
  will be called using EXECUTE 'PHANTOM '.
 
  I've even tried named COMMON and it lost its value.

Yes Carolina.  There are a few ways
1) EXECUTE PHANTOM  some other stuff interpreted as variables
2) MYSTUFF = here are some more arguments
WRITE MYSTUFF TO FILE, ITEM
EXECUTE PHANTOM  (which starts by reading MYSTUFF)
3) disconnected processes
process A writes stuff and moves on
process B at some other disconnected time EXECUTE PHANTON 
 which reads the stuff writen by process A five minutes 
or five days ago
4) process A, B, C, D, E, etc write various stuff at various times
process P starts the PHANTOM at boot time and it runs forever. 
 The phantom periodically wakes up and looks for something to 
do, does it, then goes to sleep for a minute or so.

Will Phantom Johnson
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Heres a cool computer to load UV PE on...

2004-03-25 Thread George Gallen
http://www.globalcomputer.com/applications/searchtools/item-Details.asp?Edp
No=168286sku=N52-1043 
I was thinking about buying one...networking it to my laptop. For  500.00
already assembled can't go
too much wrong.

George


George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Heres a cool computer to load UV PE on...

2004-03-25 Thread George Gallen
But that ones not 5 x 6 x 2 !!! Granted it only has 10gb drive
but it's a standard drive that can be changed. The video output
supports VGA, composite and S-Video.

It should make a great compliment to my laptop. Also should fit
in the front pocket of the laptop bag. 

Might have to modify a laptop battery however, to power it portably
(oh well). 

Offhand, how much space (gb) does UVPE take on a RH system?

George

-Original Message-
From: Karl L Pearson [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 1:07 PM
To: U2 Users Discussion List
Subject: Re: Heres a cool computer to load UV PE on...


Then how about this one:

http://www.walmart.com/catalog/catalog.gsp?cat=106562path=0%3A
3944%3A3951%3A41937%3A106562

400 for a pc with Lycoris (linux) installed. It's a very nice 
little OS.
I've burned a CD and installed it a couple times.

Karl

On Thu, 2004-03-25 at 09:48, George Gallen wrote:
 
http://www.globalcomputer.com/applications/searchtools/item-De
tails.asp?Edp
 No=168286sku=N52-1043 
 I was thinking about buying one...networking it to my laptop. For  500.00
 already assembled can't go
 too much wrong.
 
 George
 
 
 George Gallen
 Senior Programmer/Analyst
 Accounting/Data Division
 [EMAIL PROTECTED]
 ph:856.848.1000 Ext 220
 
 SLACK Incorporated - An innovative information, education and management
 company
 http://www.slackinc.com
-- 
Karl L. Pearson
Director of IT,
ATS Industrial Supply
Direct: 801-978-4429
Toll-free: 888-972-3182 x29
Fax: 801-972-3888
http://www.atsindustrial.com
[EMAIL PROTECTED]

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: RFID tracking...

2004-03-23 Thread George Gallen
looked at that sitethere was some good info, no pricing
though, and I'm still waiting on some of the companies to reply
back with pricing..

Thanks
George

-Original Message-
From: Dave Taylor [mailto:[EMAIL PROTECTED]
Sent: Monday, March 22, 2004 6:32 PM
To: U2 Users Discussion List
Subject: Re: RFID tracking...


George,

The best general source for RFID information that I know of is at
www.rfidjournal.com.

You may find some concern in your application regarding  
privacy issues (see
articles at:

 http://www.rfidjournal.com/article/articleview/811/1/2/

and

 http://www.rfidjournal.com/article/view/144/1/1/.

If I come across anything more specific to your request, I'll 
forward it to
you.

I'll be interested in the outcome of your project.

Rgds,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
49 Aspen Way
Rolling Hills Estates, CA 90274
800-SYSMARK (800-797-6275)
(O) 310-544-1974
(F) 310-377-3550
www.sysmarkinfo.com

- Original Message - 
From: George Gallen [EMAIL PROTECTED]
To: 'Ardent List' [EMAIL PROTECTED]
Sent: Friday, March 19, 2004 7:21 AM
Subject: RFID tracking...


 Has anyone here worked with the RFID readers?

 We are looking to track attendance at meetings.
 Options are Barcoded badges, Mag stripe Cards - both require action
to scan.

 I was wondering if RFID might be an option. To imbed a RF tag on a
 badge, which when walking past a RFID reader would sense the tag
 and read it's ID.

 Anyone know of any good MFG's/Sites that discusses RFID 
implementation?
 One product I read had inches as the distance from reader 
and tag, can
this
 be increased to feet?

 Thanks
 George

 George Gallen
 Senior Programmer/Analyst
 Accounting/Data Division
 [EMAIL PROTECTED]
 ph:856.848.1000 Ext 220

 SLACK Incorporated - An innovative information, education 
and management
 company
 http://www.slackinc.com

 -- 
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Printers

2004-03-23 Thread George Gallen
We do this with one of our printek tri-trak printers.

I have (3) universe queues setup, but only (1) unix printcap

/usr/uv/lpt.drivers/driver.PR21:
(cat /usr/uv/lpt.drivers/switch1 ; cat - | /usr/mbin/lf2crlf  ; echo -n )
| lp -d PR32

/usr/uv/lpt.drivers/driver.PR22:
(cat /usr/uv/lpt.drivers/switch2 ; cat - | /usr/mbin/lf2crlf  ; echo -n )
| lp -d PR32

/usr/uv/lpt.drivers/driver.PR19:
(cat /usr/uv/lpt.drivers/switch0 ; cat - | /usr/mbin/lf2crlf  ; echo -n )
| lp -d PR32


and the file switch1, switch2 and switch3 only contain the escape codes
to tell the printek to switch tracks.

Universe sees it as three different printers, but Unix sees it as one
printer

HTH

George



FYI, our particular printer needed CR/LF vs just LF's, and the extra CR at
the end, otherwise
you could eliminate part to just:

(cat /usr/uv/lpt.drivers/switch0 ; cat - ) | lp -d PR32



-Original Message-
From: Mark Waldron [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 23, 2004 12:37 PM
To: [EMAIL PROTECTED]
Subject: Printers


Converting from DG/UX to W2k UV 10.  About 80 users.  Dual 
XEON 2.4  2gb
ram.  I know I have plenty of power for users but in my calculation of
needed printers I may have up to 70 or more.  We mount 
different forms on
several large shuttle matrix printers and if what I am told is 
correct I
need a different printer for each setup.  Also when printing 
List Statement
Reports in landscape or condensed mode they go to a printer 
with the unix
driver set to landscape eliminating a program with escape 
sequences to do
the same.  I would think the overhead of a non printing printer is like
nothing but I guess I want some reassurance.  I know we all 
talk users but
what are some of ya'lls (yeah I'm a southerner) printer 
numbers.  Thanks in
advance.  I really appreciate this group.  I don't post often but read
almost everything if it remotely relates to me.
Mark

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RFID tracking...

2004-03-19 Thread George Gallen
Has anyone here worked with the RFID readers?

We are looking to track attendance at meetings.
Options are Barcoded badges, Mag stripe Cards - both require action
   to scan.

I was wondering if RFID might be an option. To imbed a RF tag on a
badge, which when walking past a RFID reader would sense the tag
and read it's ID.

Anyone know of any good MFG's/Sites that discusses RFID implementation?
One product I read had inches as the distance from reader and tag, can this
be increased to feet?

Thanks
George

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: D3 Automatic Faxing

2004-03-16 Thread George Gallen
What about creating a file with the data, and outsourcing it to be
done by a blast fax provider?

At 100 faxes/day

One provider (not as cheap as bulk faxers...but).

www.faxaway.com

Where you email them in the form of [EMAIL PROTECTED]
and the body/document in the email is faxed to the fax#tofaxto

All you need is an email gateway

Based on the from of the email is whether the email is accepted
and/or charged.

For small amount of faxes, sometimes this is an easier approach.

George

-Original Message-
From: Mark Johnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 16, 2004 1:41 PM
To: [EMAIL PROTECTED]
Subject: D3 Automatic Faxing


Dear All:

One of my clients, D3, unix Terian Whitebox Pick server (?) 
would like to have his system generate roughly 100 faxes per 
day for invoices and purchase orders.

I would be interested what the off-the-shelf approach would 
be. He has a US Robotics Modem connected to a serial port and 
all of his users are PC's running Accuterm.

One thought is the user-level Blat-like approach whereby the 
document is downloaded to the user's PC and that PC has a Fax 
setup as a printer, blah, blah, blah. 

I'm open for suggestions.

Thanks in advance.

Mark Johnson
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: D3 Automatic Faxing

2004-03-16 Thread George Gallen
since it's runing unix, chances are you can setup hylafax which
will do what is needed., works off the same principle as faxaway
you send an email (locally) and hylafax goes from there. It's
quite configurable.

It's not off the shelf. On Redhat, there is an RPM, then a config
file has be setup.

George

-Original Message-
From: Mark Johnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 16, 2004 1:41 PM
To: [EMAIL PROTECTED]
Subject: D3 Automatic Faxing


Dear All:

One of my clients, D3, unix Terian Whitebox Pick server (?) 
would like to have his system generate roughly 100 faxes per 
day for invoices and purchase orders.

I would be interested what the off-the-shelf approach would 
be. He has a US Robotics Modem connected to a serial port and 
all of his users are PC's running Accuterm.

One thought is the user-level Blat-like approach whereby the 
document is downloaded to the user's PC and that PC has a Fax 
setup as a printer, blah, blah, blah. 

I'm open for suggestions.

Thanks in advance.

Mark Johnson
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: How do I copy Unix files 2 gig

2004-03-15 Thread George Gallen
what about using tar?

cd destination ; tar cvf - /sourcetreename | tar xvf -

I think the above will work.

George

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 12:14 PM
To: [EMAIL PROTECTED]
Subject: How do I copy Unix files  2 gig


Hi all,

How do I go about copying a file that is  2 gig?  I had no 
idea that this would be a problem when I decided to let one of 
my data files extend beyond the 2 gig limit with the 64 bit 
option.  The man pages for cp do not mention any size 
limitations.  What am I missing?

As always, thanks a bunch for the help,

Scott
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Converting UniVerse

2004-03-11 Thread George Gallen
My biggest problems when converting from T64 to Redhat wasn't
the UV part of the equation, but rather all the unix scripts
that were fired off by UV (where the options differed, were called
different things, etc).

We also went from UV 8.2 - UV 10, so we HAD to recompile all our
programs, and the biggest problem there was cataloged, and globally
cataloged programs. We still encounter a few things that don't work
because it uses a program which used to be globally cataloged and now
is not.

George

-Original Message-
From: Ray Wurlod [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 11, 2004 2:55 PM
To: U2 Users Discussion List
Subject: RE: Converting UniVerse


Because UniVerse runs in a virtual machine (the run machine) 
that is customized to each of the platforms on which it runs, 
you'd be pleasantly surprised at how little difference 
switching hardware makes.  I've certainly moved suites of 
programs, which ran without needing to be recompiled (the run 
machine itself detects byte order).
The only problems I would foresee would be
(a) 64-bit hashed files are (cannot be) supported on 32-bit 
platforms, so if you have any of these they will need to be 
converted to 32-bit, Distributed if too large
(b) pathnames, particularly embedded pathnames (of secondary indices
If you are using SQL capability, you should use FORMAT.CONV 
with its -export and -import capabilities.  This is the 
recommended/approved mechanism for moving SQL schemas.

- Original Message -
From: Pritchard, Hugh (CSED) [EMAIL PROTECTED]
Date: Thu, 11 Mar 2004 14:30:35 -0500
To: 'U2 Users Discussion List' [EMAIL PROTECTED]
Subject: RE: Converting UniVerse

 64-bit (say, an AlphaServer/Tru64 Unix platform)
 to 32-bit (say, a Wintel platform)???
 I think the question should be about a switch in operating 
systems--that's
 of more immediate significance to the application.
 There are other 64-bit architectures out there besides 
Alphas.  Put the OS
 of your choice on one of them.  I bet the change in OS will 
break more
 things in the application than the change in hardware word 
size.  Even a
 small change in OS (Tru64 Unix to some other flavor of Unix) 
will break some
 things.
 Alpha/Tru64 is owned by HP now; HP would probably love to 
talk to you about
 other HP platform solutions.
 
Hugh
 
___
Hugh Pritchard (Tier), 202-546-3066, cell 301-467-1712
D.C. Ofc of Corporation Counsel, Child Support 
Enforcement Division
650 Pennsylvania Ave SE, Suite 250, Washington, DC 20003
mailto:[EMAIL PROTECTED]
 
 | -Original Message-
 | From: [EMAIL PROTECTED] 
 | [mailto:[EMAIL PROTECTED]
 | Behalf Of Dale Young
 | Sent: Thursday, March 11, 2004 1:35 PM
 | To: [EMAIL PROTECTED]
 | Subject: Converting UniVerse
 | 
 | Has any one converted a 64bit machine to a 32bit machine and 
 | if so what kind of problems were encountered??
 |  
 | Thanks!


 -- 
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UniVerse to excel feeds

2004-02-27 Thread George Gallen
Well, here is one way, given you are running Unix and want to use windows...

If you just want to load data into Excel and you only want to do this
on one windows machine.

There is a lpd/lpr daemon program I use (www.brooksnet.com) called RPM which
when setup on a windows machine, looks like a remote printer to unix. It has
the ability to take a print job, and force-feed it into an application.
You can set it up so it will stick put an .csv extension on the temp file
(print job) it receives and will then launch Excel, which will in turn read
the data and display it. On the unix side, you just create a ASCII csv file
and print it to the remote printer.

As discussed earlier, if you use XML, then you can get excel (newer
versions)
to do a bit of formatting as well, just change the lpd/lpr program to add an
.xml extension.

This is fairly low cost solution (I think a single license is about
$100-150.00)



If you want this on mulitple machines, a different method might be to write
a
small PERL program that runs as a service on windows, that when it receives
a
file via sockets, it then launches excel with that file. Have a Unix side
first
determine IP of requesting machine (another discussion :)) and open a socket
to
that IP and send the data to the PERL program.


George

-Original Message-
From: Don Cutting [mailto:[EMAIL PROTECTED]
Sent: Friday, February 27, 2004 11:22 AM
To: U2 Users Discussion List
Subject: UniVerse to excel feeds


Hi All,

   We are looking for a process, where a report run in 
UniVerse can feed direct into excel, with no human action 
being taken - or as little as possible. If you have a process 
or tool where you can do this, and are willing to share this 
information, please e-mail. We are on UniVerse 10.0.19 and AIX 5.2

   Thank you in advance for your suggestions.

Thanks and have a great day!


Donald H. Cutting
A. N. Deringer, Inc.
D. B. A. / Systems Analyst
Tel.  (802)524-8172
Fax. (802)524-8297
www.anderinger.com
Our Service Recommends Us!

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Need/Want/Would like to know

2004-02-17 Thread George Gallen
I'm on UV 10 and got the same results. 

George 

-Original Message- 
From: Mike Rajkowski [ mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] ] 
Sent: Tuesday, February 17, 2004 12:17 PM 
To: U2 Users Discussion List 
Subject: Need/Want/Would like to know 
 
 
Someone came to me with the following code sample, and asked 
why this would happen, while I have some thoughts, I would 
like a more definitive answer (note no matter what the answer, 
I believe the solution is don't do that) 
 
Thanks, 
Mike 
 
On Universe 9.5: 
 
04 ED BP P1 P2 
 
SELECTed record name = P1. 
6 lines long. 
 
: P 
0001: * 
0002: DIM X(100) 
0003: MAT X =  
0004: X(100) = 1 
0005: CALL P2(X(100), MAT X) 
0006: END 
Bottom at line 6. 
: EX 
 
SELECTed record name = P2. 
13 lines long. 
 
: P 
0001: SUBROUTINE P2(A, MAT X) 
0002: DIM X(100) 
0003: CRT 'A = ':A 
0004: CRT 'X(100) = ':X(100) 
0005: * 
0006: CRT ; CRT SETTING X(100) = A 
0007: X(100) = A 
0008: CRT ; CRT NOW RE-CHECKING THE VALUES 
0009: * 
0010: CRT 'A = ':A 
0011: CRT 'X(100) = ':X(100) 
0012: RETURN 
0013: END 
Bottom at line 13. 
: EX 
 
File name= BP 
Record name = 
RUN BP P1 
A = 1 
X(100) = 1 
 
SETTING X(100) = A 
 
NOW RE-CHECKING THE VALUES 
A = Program P2: Line 10, Variable A previously undefined.  
Empty string used 
. 
 
X(100) = Program P2: Line 11, Variable $R0 previously 
undefined.  Empty stri 
ng used. 
 
-- 
u2-users mailing list 
[EMAIL PROTECTED] 
 http://www.oliver.com/mailman/listinfo/u2-users
http://www.oliver.com/mailman/listinfo/u2-users  
 

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [ADMIN] Net Nanny filter

2004-02-17 Thread George Gallen
It was that XOR post. Guess it really was nasty! 

George 

-Original Message- 
From: Moderator [ mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] ] 
Sent: Tuesday, February 17, 2004 1:46 PM 
To: U2 Users Discussion List 
Subject: [ADMIN] Net Nanny filter 
 
 
Not only did I get flooded with with McAfee content filter bounce 
messages, but I am getting reports from posters to the list that they 
received profanity and sex rejections from the offending (offended?) 
domain. Some of these are for posts that went out days ago. I suspect 
some postmaster hasn't figured out his/her config file yet. 
 
The perpetrator has been unsubscribed. 
 
For reference, I am the only content filter server-side on the list 
grin. So if you ever get one of these Net Nanny messages, it 
came from 
a subscriber. Please forward it to me at [EMAIL PROTECTED] 
 
teasing Now y'all clean up your language and stop posting 
those dirty 
pictures to the list, hear? /teasing 
 
-- 
 
Regards, 
 
Clif 
 
~~~ 
W. Clifton Oliver, CCP 
CLIFTON OLIVER  ASSOCIATES 
Tel: +1 619 460 5678Web: www.oliver.com 
~~~ 
 
-- 
u2-users mailing list 
[EMAIL PROTECTED] 
 http://www.oliver.com/mailman/listinfo/u2-users
http://www.oliver.com/mailman/listinfo/u2-users  
 

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Payroll computations

2004-02-13 Thread George Gallen
I'm trying to write a program that will give a estimate (fairly close
estimate)
for determine what amount of money deducted pre-taxed, will cause your
taxable income to drop a tax bracket.

What I'm looking for is an excel file for tax rates on salary income.
I'm assuming you take the gross * (# payperiods in year) for annualized
salary
and use that as a base (depending on the # of dependants on the w4) would
give you the % to charge for fed inc tax.

Is that how it works? 

(Annualized Salary - pre tax $) * (% based on dedecutions from table) = Fed
withholding $

I'm not looking to include state / FICA at this point

Is the above the correct method for determining taxable income for a
paycheck, and
if it is via tables where can I get the table in computer readable format.

George

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Payroll computations

2004-02-13 Thread George Gallen
thanks for the path directions, I searched for circular e and
it didn't come up with anything.

ok.

Looks like I got enough to get me started for some rough numbers..

Thanks

-Original Message-
From: Don Verhagen [mailto:[EMAIL PROTECTED]
Sent: Friday, February 13, 2004 10:52 AM
To: [EMAIL PROTECTED]
Subject: Re: Payroll computations


George,

Goto (no flames please) the IRS website and download Circular 
E (http://www.irs.gov)

Website Path:

Side Menu: Contents, Businesses
Side Menu: Resources, Forms And Publications
Body Link: PUBLICATIONS AND NOTICES (not forms)
Circular E, Page 35-37




---
-
Donald Verhagen   1690 S Congress Avenue, Suite 210
[EMAIL PROTECTED]   Delray Beach, FL 33445  USA
Tandem Staffing Solutions, Inc.  Voice Phone: 561.454.3592
Senior Programmer  Fax Phone: 561.454.3640
---


 [EMAIL PROTECTED] 10:40:19 AM 02/13/2004 
I'm trying to write a program that will give a estimate (fairly close
estimate)
for determine what amount of money deducted pre-taxed, will cause your
taxable income to drop a tax bracket.

What I'm looking for is an excel file for tax rates on salary income.
I'm assuming you take the gross * (# payperiods in year) for annualized
salary
and use that as a base (depending on the # of dependants on 
the w4) would
give you the % to charge for fed inc tax.

Is that how it works? 

(Annualized Salary - pre tax $) * (% based on dedecutions from 
table) = Fed
withholding $

I'm not looking to include state / FICA at this point

Is the above the correct method for determining taxable income for a
paycheck, and
if it is via tables where can I get the table in computer 
readable format.

George

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED] 
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and 
management
company
http://www.slackinc.com 

-- 
u2-users mailing list
[EMAIL PROTECTED] 
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Payroll computations

2004-02-13 Thread George Gallen
I'm only looking for rough numbers, not exacts (being off by $5.00 or $10.00
is acceptable), since this won't be actually used for peoples paychecks.

George

-Original Message-
From: Anthony Youngman [mailto:[EMAIL PROTECTED]
Sent: Friday, February 13, 2004 11:06 AM
To: U2 Users Discussion List
Subject: RE: Payroll computations


Oh crumbs. We sell software that does EXACTLY that. I might 
even be able
to email you an out-of-date copy (several years out-of-date ...)

To try and explain how it works ...

We first look at the first-priority tax bands, and build an array of
gross2net at each kink. Let's say you pay 10% on the first 10K, 20% on
the next 10K, and 30% on the next...

Gross  Net
0  0
10K9K
20K17K
30K24K

Now let's say that, on your net of tax income, you now have to pay 5%
of the first 10K in health premiums, and 10% of the next 10K.

Gross  Net1   Net2
0  0
10K9K
   10K9.5K
20K17K
   20K19.5K
30K24K

For each tax in turn, you now add a new column to the right, and
extrapolate back to the left. It's easy. That's what our program does.
And you end up with, in the gross column, the exact gross for every
point at which the marginal tax rate changes.

Our ex-IT-manager once demonstrated this program at a beauty contest,
up against one of the big accountancy firm. Their guy didn't 
believe him
when he said he could do a net to gross calculation instantaneously,
so they tried it. Our program was instant, while you could watch their
program iterating down towards the correct result :-)

Of course, in truth, our program didn't do it instantly. But 
as you exit
the these taxes apply setup screen, it calculates this table on the
way out. Then, when you actually enter the net, it simply interpolates
to get the gross, then does a forward calculation to report all the
taxes etc.

(By the way, no offence to the others who've replied, but do those
spreadsheets etc that you've referred to allow you to enter what taxes
apply? And (as in our case) might George possibly want to use the same
technique for other countries? After all, he did ask for the technique
...)

Cheers,
Wol

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of George Gallen
Sent: 13 February 2004 15:40
To: 'Ardent List'
Subject: Payroll computations

I'm trying to write a program that will give a estimate (fairly close
estimate)
for determine what amount of money deducted pre-taxed, will cause your
taxable income to drop a tax bracket.

What I'm looking for is an excel file for tax rates on salary income.
I'm assuming you take the gross * (# payperiods in year) for annualized
salary
and use that as a base (depending on the # of dependants on the w4)
would
give you the % to charge for fed inc tax.

Is that how it works? 

(Annualized Salary - pre tax $) * (% based on dedecutions from table) =
Fed
withholding $

I'm not looking to include state / FICA at this point

Is the above the correct method for determining taxable income for a
paycheck, and
if it is via tables where can I get the table in computer readable
format.

George

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and 
management
company
http://www.slackinc.com

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users




***


This transmission is intended for the named recipient only. It 
may contain private and confidential information. If this has 
come to you in error you must not act on anything disclosed in 
it, nor must you copy it, modify it, disseminate it in any 
way, or show it to anyone. Please e-mail the sender to inform 
us of the transmission error or telephone ECA International 
immediately and delete the e-mail from your information system.

Telephone numbers for ECA International offices are: Sydney 
+61 (0)2 9911 7799, Hong Kong + 852 2121 2388, London +44 
(0)20 7351 5000 and New York +1 212 582 2333.

***


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Swap array values? In UV

2004-02-13 Thread George Gallen
Sorry Leroy,

but swap only swaps non array values,
and the mat portion will swap one array with another array

I want to swap two values inside an array.

I tried swap a(1),a(2) but it did nothing

tried.

dim a(10)
a(1)=5
a(2)=6
print a(1),a(2)
swap a(1),a(2)
print a(1),a(2)

and got:

5   6
5   6

but it did compile.

I tried swap mat a(1),mat a(2), that did not compile.



-Original Message-
From: Leroy Dreyfuss [mailto:[EMAIL PROTECTED]
Sent: Friday, February 13, 2004 5:18 PM
To: [EMAIL PROTECTED]
Subject: RE: Swap array values? In UV






UniVerse 10.0.x and higher have the SWAP command in BASIC. 
Please refer to
our documentation regarding its use.

-- original message --

Is there a command to swap two array contents?

Like matswap array(x,y)  will swap the contents of
array(x) - array(y)
and array(y) - array(x)

Without using a temp varible. Yes I know I can do it
that way.

Thanks
George

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and 
management
company
http://www.slackinc.com

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Regards,

LeRoy F. Dreyfuss
Advanced Technical Services - UniVerse
IBM U2 Data Management Solutions
Tel: 303-672-1254  Fax: 303-294-4832
Mobile: 720-341-4317
External email:  [EMAIL PROTECTED]
WWW:  http://www.ibm.com/software/data/u2/support

www.ibm.com/software/data/u2/support - Open, Query, Update, Search -
Online!
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Serial Connectivity

2004-02-05 Thread George Gallen
Title: Message



what 
about using a serial - ethernet - 
wirelessbridge/// wireless 
router - server
since 
your only talking about a scale, speed isn't an issue, go with the cheaper 
802.11b

Once 
it's all hooked, you establish a link from UV - scale via a socket 
connection

George

  -Original Message-From: Brutzman, Bill 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, February 05, 2004 
  11:38 AMTo: 'U2 Users Discussion List'Subject: Serial 
  Connectivity
  We 
  are considering connecting a scale [used to weigh parts] having an RS-232 port 
  to our HP Unix, UniVerse-based ERP system.
  
  Digiappears to have the best unit to go from 
  serial to ethernet. While we do have an HP serial port "hub", I would 
  rather not wire a serial home-run from the server to the 
  scale.
  
  Thus, I seek suggestions on voodoo to best make a 
  connection between say UniBasic and/or UniObjects and a serial or ethernet 
  device. 
  
  --Bill
  

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Serial Connectivity

2004-02-05 Thread George Gallen
Title: Message



http://www.sena.com/products/by_name/hd_super/

Might be of some value?

george


  -Original Message-From: Brutzman, Bill 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, February 05, 2004 
  11:38 AMTo: 'U2 Users Discussion List'Subject: Serial 
  Connectivity
  We 
  are considering connecting a scale [used to weigh parts] having an RS-232 port 
  to our HP Unix, UniVerse-based ERP system.
  
  Digiappears to have the best unit to go from 
  serial to ethernet. While we do have an HP serial port "hub", I would 
  rather not wire a serial home-run from the server to the 
  scale.
  
  Thus, I seek suggestions on voodoo to best make a 
  connection between say UniBasic and/or UniObjects and a serial or ethernet 
  device. 
  
  --Bill
  

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Serial Connectivity

2004-02-05 Thread George Gallen
Title: Message



I 
don't know about objections, haven't used it.

George

  -Original Message-From: Brutzman, Bill 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, February 05, 2004 
  2:33 PMTo: 'U2 Users Discussion List'Subject: RE: Serial 
  Connectivity
  Is a 
  "socket connection" accomplished via UniObjects ?
  
  Thanks for the advisroy on the wireless Sena device. 
  Itcosts $399 versus $160 for the Digi unit.
  
  Bill
  
-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf 
Of George GallenSent: Thursday, February 05, 2004 11:47 
AMTo: 'U2 Users Discussion List'Subject: RE: Serial 
Connectivity
what about using a serial - ethernet - 
wirelessbridge/// wireless 
router - server
since your only talking about a scale, speed isn't an issue, go with 
the cheaper 802.11b

Once it's all hooked, you establish a link from UV - scale via a 
socket connection

George

  -Original Message-From: Brutzman, Bill 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, February 05, 
  2004 11:38 AMTo: 'U2 Users Discussion List'Subject: 
  Serial Connectivity
  We are considering connecting a scale [used to 
  weigh parts] having an RS-232 port to our HP Unix, UniVerse-based ERP 
  system.
  
  Digiappears to have the best unit to go 
  from serial to ethernet. While we do have an HP serial port "hub", I 
  would rather not wire a serial home-run from the server to the 
  scale.
  
  Thus, I seek suggestions on voodoo to best make a 
  connection between say UniBasic and/or UniObjects and a serial or ethernet 
  device. 
  
  --Bill
  

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Document scan and retrieval (looking for software)

2004-02-04 Thread George Gallen
Title: RE: Document scan and retrieval (looking for software)



Guess 
that answers the what is...looks like it is...Server Message 
Block...

George

  -Original Message-From: Jeff Schasny 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 04, 2004 
  11:16 AMTo: U2 Users Discussion ListSubject: RE: 
  Document scan and retrieval (looking for software)
  Smbclient has been part of every samba release I've used (that would be 
  all of them) since 1.2. The samba makefile compiles it along with smbd, 
  nmbd, testparm, smbstatus, and lately winbind and smbtar as well as a few 
  other things. At rev. 3.0 the team decided that in order to more closely 
  emulate the syntax of the Windows environment they wouldinclude the 
  "net" command syntax to perform the functions that smbclient had always 
  provided.
  
  Oh 
  yeah... if you would really like to get a nice overview of what SMB is and 
  where it comes from you might try:
  
  http://www.samba.org/cifs/docs/what-is-smb.html
  
  
  
-Original Message-From: Anthony Youngman 
[mailto:[EMAIL PROTECTED]Sent: Wednesday, 
February 04, 2004 9:04 AMTo: U2 Users Discussion 
ListSubject: RE: Document scan and retrieval (looking for 
software)
"Included with" and "part of" aren't the same thing. 
That's why the samba teamdumped smbclientfrom the samba package! 
(but put it back when too many people moaned.)

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Document scan and retrieval (looking for software)

2004-02-04 Thread George Gallen
Title: RE: Document scan and retrieval (looking for software)



they 
would intresting to see. Either offlist or onlist.

George

  -Original Message-From: Jeff Schasny 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 04, 2004 
  10:32 AMTo: U2 Users Discussion ListSubject: RE: 
  Document scan and retrieval (looking for software)
  Actualy smbclient is part of samba and works quite nicely in reading 
  and writing to windows shares. smbmount is only available on linux samba 
  installs.If someone would like a couple UVBasic programs to "put" and 
  "get" via smbclient I'd be glad to send them along.
  
-Original 
Message-From: Anthony Youngman 
[mailto:[EMAIL PROTECTED]

  If you want to use a unix *client* to access a 
  Windows server, you need smbmount and friends, which are not not not 
  samba. If you want to what you suggest, using samba, you need to get the 
  pcs to save directly into a nix directory which samba has exported to the 
  network, rather than getting a nix box to monitor a windows 
  directory.
  
  Cheers,
  Wol
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


kibbles and bits

2004-02-04 Thread George Gallen



remember 
TRON, it took him a while to figure out that floaty thing
was a bit. 
That was really a neat movie as far as geeky terms go...

George

  -Original 
  Message-From: John Cassidy 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 04, 2004 12:44 
  PMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: 
  Re: [ADMIN] Why multiple digests, and a lecture on 
  Netetiquette
  Bits? You had Bits? All we had were1's. Uniary.
  And we were darn glad to have 'em.
  
   [EMAIL PROTECTED] 2/4/04 11:27:09 AM 
  
  Back in my day, bits were smaller. We only had 0.5 
  and 1.
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: using commas in a csv file output

2004-02-03 Thread George Gallen



that 
doesn't work if you are reading the data into a Word Table. It doesn't 
recognize
quotes 
as ignore comma switch. 

Excel, 
however, respects it without a problem.

George

  -Original Message-From: Kevin King 
  [mailto:[EMAIL PROTECTED]Sent: Monday, February 02, 2004 
  11:51 PMTo: U2 Users Discussion ListSubject: RE: using 
  commas in a csv file output
  quote the entire data value.
  
-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf 
Of Simon AdamsSent: Monday, February 02, 2004 9:44 
PMTo: [EMAIL PROTECTED]Subject: using commas in a 
csv file output
How can I 
force a comma in an outputted csv file ?

I want to put 
commas in numbers eg: 10,000 but as the delimiter is a 
comma, it puts 10 in one column and then the 000 in the next 
column.
How can I 
OCONV the output but keeping the number together ?

Cheers, Simon.Australia.
*This 
e-mail, including any attachments to it, may contain confidential and/or 
personal information.If you have received this e-mail in error, you must 
not copy, distribute, or disclose it, use or take any action based on 
the information contained within it.Please notify the sender 
immediately by return e-mail of the error and then delete the original 
e-mail.The information contained within this e-mail may be solely 
the opinion of the sender and may not necessarily reflect the position, 
beliefs or opinions of Salmat on any issue.This email has been swept 
for the presence of computer viruses known to Salmat's anti-virus 
systems.For more information, visit our website at 
www.salmat.com.au.*
___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UD] Creating PDF from PCL output

2004-02-03 Thread George Gallen



There 
are two packages (for windows only I believe) that have PCL manipulation 
programs

http://www.lincolnco.com
http://www.swiftview.com

They 
are not free however.

George

  -Original Message-From: Steve Kunzman 
  [mailto:[EMAIL PROTECTED]Sent: Monday, February 02, 
  2004 6:08 PMTo: U2-Users (E-mail)Subject: [UD] Creating 
  PDF from PCL output
  We are running an 
  old electronic forms package from Epicor Dataflo on Unidata 6.0/ HP-UX 
  11i. The application builds a form from a predefinedtemplate 
  (Transform) and data from the application to create thePCL for the 
  printer. The users would like to be able to create PDF documents. 
  Is there a way to use Adobe Acrobat to do this?
  
  Thank 
  you.
  
  Steve 
  Kunzman
  
  ASI 
  DataMyte
  2800 Campus Drive, Suite 60
  Plymouth, MN 
  5544
  (763)746-4179 
  office
  (612)750-3899 
  cellular
  
  
  
___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Document scan and retrieval (looking for software)

2004-02-03 Thread George Gallen
Title: RE: Document scan and retrieval (looking for software)



another less integrated option (sorry if it was said before, I didn't 
catch the beginning of the thread).
Use 
whatever method to scan/import as a bmp/jpg. Base64 encode the file, and store 
it in UV.
Then 
Uncode the file, save it's original extension, and launch IE with that filename 
for display
If 
this is running under windows, you could pull from UV encoded, decode, save to 
\Temporary_files
and 
Execute IE, all from a program.

I 
don't know if PCpaint can import an image from a source other than a file, I 
know one of my
image 
manipulation software packages that came with an old digital camera (I think's 
it's by Adobe)
will 
allow me to import from my scanner, or camera, or file.

George

  -Original Message-From: Keith Upton 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 03, 
  2004 1:03 PMTo: U2 Users Discussion ListSubject: RE: 
  Document scan and retrieval (looking for software)
  
  We use 1Mage (www.1mage.com) and amass for the optical 
  jukebox
  
  -Original 
  Message-From: Lloyd 
  Cottrell [mailto:[EMAIL PROTECTED] Sent: 03 February 2004 17:54To: 'U2 Users Discussion 
  List'Subject: RE: Document 
  scan and retrieval (looking for software)
  
  TRY 
  COMPASSCS.COM. I USE THEM AND THEY HAVE A GREAT PRODUCT. INTEGRATED IN 
  UNIVERSE ALSO
  
  
  
  
  From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross FerrisSent: Tuesday, February 03, 2004 6:28 
  AMTo: U2 Users Discussion 
  ListSubject: RE: Document 
  scan and retrieval (looking for software)
  FWIW 
  this is an integral component of our Visage product - simply drop a scanner element on a form  you are in 
  business (provided you have a PC with a scanner or Camera or other TWAIN 
  device that is!). Simple matter to then have your indexing inside UV, and 
  store the actual image in "web space" - can also drop a file element to allow arbitrary 
  capture/loading of any file.
  Ross 
  Ferris
  Stamina 
  Software
  Visage 
  - an Evolution in Software Development
  _From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
  On 
  Behalf Of 
  Mitchell, 
  StewartSent: Tuesday, 3 
  February 2004 12:39 PMTo: U2 
  Users Discussion List (E-mail)Subject: Document scan and retrieval 
  (looking for software)
  Hi 
  All,
  Does 
  anyone know of any products available for document scanning and retrieval with 
  interfaces for Universe.
  Or any 
  products that have a reasonable API so we can create our own 
  interface.
  Regards,
  Stewart 
  Mitchell
  Manager, 
  Core Distribution Systems
  Mayne 
  Pharmacy Services IT
  mailto:[EMAIL PROTECTED]
  
  ---Incoming 
  mail is certified Virus Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.576 
  / Virus Database: 365 - Release Date: 30/01/2004
   
  File: ATT23548.txt  
  
  ---Outgoing 
  mail is certified Virus Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.576 
  / Virus Database: 365 - Release Date: 30/01/2004 
  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.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.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.Part of Travis Perkins plc. 
  Registered Office: Lodge Way House, Lodge Way, Harlestone Road, Northampton, 
  NN5 7UG.
___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Document scan and retrieval (looking for software)

2004-02-03 Thread George Gallen
Title: RE: Document scan and retrieval (looking for software)



Could 
also have the PC that is scanning save to a specific 
directory.
then 
have a program monitor that directory for new entries, read them, encode them 
and save them
 somehow then the saved filename would have be linked into 
the system.

I'm 
just using pcpaint as an example of a program that might be able to read 
directly from a scanner
and 
save in .jpg/.bmp format.

If 
volume is high, and a number of scanners are being used, then have one central 
PC share it's directory
and 
each scanner saves to that directory. Since the directory is shared, you could 
even have unix system
running 
SAMBA monitor the directory (thus bringing unix into the picture). The only 
drawback to having
unix in 
the setup is that it is more difficult to have unix bring up IE on a PC. But 
that could be gotten around
if you 
run a lpr/lpd daemon on the PC which can then take a print job and pass it to a 
program (ie. RPM
www.brooksnet.com). or use a PC with rsh 
daemon that would allow the unix system to send the launch
command 
to the PC. or even a small custom PERL socketed program on the PC which could 
listen for
a 
command and launch IE.

Depending on the $$ wanted to be spent.

I don't 
think a having the image be a type 1/19 file would be good, unless it's base64 
or mimeencoded, as you could
have 
char(255)'s imbedded in the image.

George

-Original Message-From: 
Ross Ferris [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 03, 
2004 4:34 PMTo: U2 Users Discussion ListSubject: RE: 
Document scan and retrieval (looking for software)

  
  You could of course simply save the file 
  into a directory that is also a type 1/19 file to UV - I suppose it depends on 
  the number of images involved, as a directory search will slow down, and yet 
  . Might be interesting to find out WHERE in the business process Stewart was 
  looking at deploying this ? Obviously HOW you approach the problem will vary 
  depending on volumes.
  
  If this was for a Proof of Delivery 
  System (PODS), or maybe for incoming invoices/documents the volumes would be 
  quite high, and the process would need to be as efficient as possible. There 
  may be other areas where the volumes are very low (though the value of the 
  image to the business is high), and the relatively small overhead of using 
  PCPaint as you suggest  then doing a Save As may not be too great an 
  impost.
  
  Ross FerrisStamina SoftwareVisage - an Evolution in Software Development
  
  
  
  
  
  
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On 
  Behalf Of George GallenSent: Wednesday, 4 February 2004 5:22 
  AMTo: 'U2 Users Discussion 
  List'Subject: RE: Document 
  scan and retrieval (looking for software)
  
  
  another less 
  integrated option (sorry if it was said before, I didn't catch the beginning 
  of the thread).
  
  Use whatever method 
  to scan/import as a bmp/jpg. Base64 encode the file, and store it in 
  UV.
  
  Then Uncode the file, 
  save it's original extension, and launch IE with that filename for 
  display
  
  If this is running 
  under windows, you could pull from UV encoded, decode, save to 
  \Temporary_files
  
  and Execute IE, all 
  from a program.
  
  
  
  I don't know if 
  PCpaint can import an image from a source other than a file, I know one of 
  my
  
  image manipulation 
  software packages that came with an old digital camera (I think's it's by 
  Adobe)
  
  will allow me to 
  import from my scanner, or camera, or file.
  
  
  
  George
  

-Original 
Message-From: Keith 
Upton [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 03, 2004 1:03 
PMTo: U2 Users Discussion 
ListSubject: RE: Document 
scan and retrieval (looking for software)
We use 1Mage (www.1mage.com) and amass for the optical 
jukebox

-Original 
Message-From: Lloyd 
Cottrell [mailto:[EMAIL PROTECTED] Sent: 03 February 2004 
17:54To: 'U2 Users 
Discussion List'Subject: 
RE: Document scan and retrieval (looking for software)

TRY COMPASSCS.COM. 
I USE THEM AND THEY HAVE A GREAT PRODUCT. INTEGRATED IN UNIVERSE 
ALSO





From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Ross FerrisSent: Tuesday, February 03, 2004 6:28 
AMTo: U2 Users Discussion 
ListSubject: RE: Document 
scan and retrieval (looking for software)
FWIW 
this is an integral component of our Visage product - simply drop a scanner element on a form 
 you are in business (provided you have a PC with a scanner or Camera 
or other TWAIN device that is!). Simple matter to then have your indexing 
inside UV, and store the actual image in "web space" - can also drop a file element to 
allow arbitrary capture/loading of any file.
Ross 
Ferris
Stamina 
Software
Visage - 
an Evolution in Software Development

RE: using commas in a csv file output

2004-02-03 Thread George Gallen
Title: RE: using commas in a csv file output





I'm thinking the opposite on this one. It's exporting that's the problem.
If you try to save a word table as a csv file, it won't quote any fields
that have a comma, so your importing program gets all screwed up.


We had a few people that kept their databases as a Word File in a Table,
and would export the table. This was on Word 97, so possibly this has
been addressed since then.


Don't ask why they were using Word for a database. I'd rather not go
there again :)


Tabs sometimes will be expanded by the importing program (not excel) which
might be a reason why commas would need to be used, and of course there is
also the reason because whoever wrote the importing program that this
csv file needs to go to didn't think about having tabs a possible delimiter.


George


-Original Message-
From: Tony Gravagno [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 03, 2004 4:48 PM
To: 'U2 Users Discussion List'
Subject: RE: using commas in a csv file output


Once again you're looking at the problem like a nail because 
you're swinging
at it with a CSV hammer. First import Tab-delimited text into your
document. Then go to menu Table Convert Text to Table. 
All of this can
be automated.

George, what kind of import are you suggesting for a Word table?

Tony

From: George Gallen
that doesn't work if you are reading the data into a Word 
Table. It doesn't
recognize
quotes as ignore comma switch. 

Excel, however, respects it without a problem.

From: Kevin King
quote the entire data value.

From: Simon Adams
How can I force a comma in an outputted csv file ?

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users




-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


SELECT NOT WORKING [uv 10 - unix]

2004-02-02 Thread George Gallen
OKWhat gives.

GET-LIST MYLIST

253 ITEMS SELECTED
SELECT FILE WITH TYPE # CREDIT
253 ITEMS SELECTED




BUT

GET-LIST MYLIST

253 ITEMS SELECTED
SELECT FILE WITH TYPE = CREDIT
10 ITEMS SELECTED



Why Do I have to search the = , save the list, then merge.list DIFF to do
the same thing as select # ?

The ONLY thing is that TYPE is multivalued field.
It is defined in the DICT as multivalued.
There is NO entry in VOC called TYPE

What gives..

George


George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com

___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: SELECT NOT WORKING [uv 10 - unix]

2004-02-02 Thread George Gallen



actually I typed it wrong :(

SELECT 
FILE WITHOUT TYPE # "CREDIT" gives the same
as 
SELECT FILE WITH TYPE = "CREDIT"

and

SELECT 
FILE WITHOUT TYPE = "CREDIT" gives the same
as 
SELECT FILE WITH TYPE # "CREDIT"

Sorry..
George

  -Original Message-From: George Gallen 
  [mailto:[EMAIL PROTECTED]Sent: Monday, February 02, 2004 4:55 
  PMTo: 'U2 Users Discussion List'Subject: RE: SELECT NOT 
  WORKING [uv 10 - unix]
  Gives the same result as SELECT FILE WITH TYPE = 
  "CREDIT"
  
-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]Sent: Monday, February 02, 2004 4:57 
PMTo: U2 Users Discussion ListSubject: Re: SELECT NOT 
WORKING [uv 10 - unix]Just curious, does SELECT FILE WITHOUT TYPE = "CREDIT" Work?Bruce M NeylonHealth Care Management Group 

___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: SELECT NOT WORKING [uv 10 - unix]

2004-02-02 Thread George Gallen
Title: RE: SELECT NOT WORKING [uv 10 - unix]





YES. That worked.


George


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 02, 2004 5:06 PM
To: U2 Users Discussion List
Subject: RE: SELECT NOT WORKING [uv 10 - unix]


Try SELECT FILE WITH EVERY TYPE # CREDIT


Harman Armstrong
[EMAIL PROTECTED]


___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users




___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


looking for faster Ideas...

2004-01-27 Thread George Gallen
I can't setup any indexs to speed this up. Basically I'm scanning a CSV file
for names to remove
   and set the flag of KICK=1 to remove it (creating a new CSV file at the
same time).

Keep in mind the .. are people's last names, or zip codes, or part of
their address, changed
them to .. to protect the unwanting...

Right now, I do a series of CASE's ...
Now, it's not a major problem as I'm only checking for 20 or so names, but
as more and more people
  request to be removed (and we don't have access to the creation of the
list). this could get quite
  slow over 50 or 60 thousand lines of checking.

LIN is one line of the CSV file, the INDEX is checking for a last name  a
zip code and sometimes
   part of the address line.

Any Ideas?

Remember, we can't change the source of the file, it will always be a CSV,
being read line by line

   KICK=0
   BEGIN CASE
  CASE -1
 KICK=1
 BEGIN CASE
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 AND
INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 AND
INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE -1
   KICK=0
 END CASE
   END CASE

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com

___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: looking for faster Ideas...

2004-01-27 Thread George Gallen
Title: RE: looking for faster Ideas...



Mike, 
doing what you propose would require a massive file to start with, 
and
would 
require a crap load of disk reads, which would be far slower then a 
bunch
of 
cases, and the project isn't worth that kind of investment anyway. But 
thanks.

the 
source line would look something like

"","jon c smith","1234 anywhere 
st","","","somecity","SS","12345-1254",""

I'm 
looking for "smith"  "12345" and sometimes "anywhere"

We may 
get a call from john smith (john not jon because they
didn't 
spell their first name), didn't leave their middle init and
didn't 
give us their 9 digit zip, only 5 digit zip.

So I 
can't build any indexes. Searching for multiple pieces on the same 
line
 pretty much gives a fairly good matchup considing the 
source and match
 data aren't EXACTLY the same.

Any of 
course, I'm not going to go hog wild in doing this. Creating a 
temp
file, 
parsing into dynamic arrays loops and lookups...way too much, 
rather
just 
use PERL to pre-process.

  -Original Message-From: Mike Rajkowski 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, January 27, 2004 
  2:41 PMTo: U2 Users Discussion ListSubject: RE: looking 
  for faster Ideas...
  
  Create a temp file, 
  and populate it with variations of the name in question (upcase and remove spaces). (Storing address information in each 
  record)
  
  Then loop through 
  your list, taking the name, and parsing the various combinations of the words. 
  
  ( 
  John David Doe - JOHNDOE, DOEJOHN JOHNDAVIDDOE, 
  JOHNDOEDAVID)
  
  And attempt to read 
  the item from the temp file, if it can read an item then verify the address 
  information. Otherwise check the 
  next item.
  
  
  -Original 
  Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George GallenSent: Tuesday, January 27, 2004 12:13 
  PMTo: 'U2 Users Discussion 
  List'Subject: RE: looking 
  for faster Ideas...
  
  
  in 
  rethinking my take on that. That would still be 
  difficult
  
  since 
  the arrays would only contain "parts" of the whole 
  fields.
  
  making 
  the searching of the arrays very difficult.
  
  
  
  We can't 
  store the exact entry, since sometimes people 
  will
  
  call and 
  say stop sending me things and not give us the 
  name
  
  the same 
  way it's in the database we rent.
  
  
  
  Basically it takes 
  the renting company a couple months to 
  remove
  
  the 
  name, but we like to filter it immediately to stop 
  anything
  
  from 
  going out before the renting company removes it, and 
  it
  
  also 
  will catch it if the renting company replaces it in a 
  couple
  
  months 
  later
  
  
  
  George
  
  
  
  -Original Message-From: George Gallen 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, January 27, 2004 2:06 
  PMTo: 'U2 Users Discussion 
  List'Subject: RE: looking 
  for faster Ideas...
  
I can't just check for names, it has to a name with 
a specific zip code and if the name is fairly common, we also add in 
part of the address to make sure no one else is weeded out that shouldn't 
be. 
I suppose I could keep two or three arrays, do a 
specific lookup in each saving the position, and if all three positions are 
identicle (asuming all three arrays have the name, address, zip in the same 
order) then that would be a matchThanks 
George 
-Original Message- 
From: Jeff Schasny [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, January 
27, 2004 1:51 PM To: U2 Users Discussion List 
Subject: RE: looking for 
faster Ideas...   how about keeping a list of excluded names as a 
record in a file (or as a flat file in a directory with each 
name/item/whatever on a line) and reading it into the program as a dynamic 
array then doing a locate on the string in question. Something like 
this:   READ ALIST FROM AFILE,SOME-ID ELSE 
STOP X = 
0 LOOP  X += 1  ASTRING = 
INLISTX UNTIL ASTRING = ''  LOCATE ASTRING IN 
ALIST SETTING POS THEN  DO 
 
OTHER  
STUFF  END ELSE  
DONT  END REPEAT  Of course of you really want speed 
then sort the list and use a "BY clause in the locate 
 -Original 
Message- 

___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: looking for faster Ideas...

2004-01-27 Thread George Gallen
Title: RE: looking for faster Ideas...



keep 
in mind, it's not the renting company that is
giveing us the remove infomation, it's the consumer,
and of 
course they never have the mailing piece in 
their 
hand. Although usually, if they call, we can get
the 
specific info we are looking for which can change
the 
case to one check.

But 
when the info is mailed in or emailed in or left on
a 
voice mail, that's when we run into not having the
best 
data to go with. Calling/emailing/mailing them
back 
usually just increases the annoyance level on
their 
end, since we are contacting them Again..

George

  -Original Message-From: George Gallen 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, January 27, 2004 2:51 
  PMTo: 'U2 Users Discussion List'Subject: RE: looking for 
  faster Ideas...
  sometimes there is a number, but rarely, are we given 
  the number when requested to remove, usually just 
  remove me from your $^#^$*$ mailing :) some add 
  please. 
  I considered PERL as a pre-processor to remove the 
  names then pass that file to my program which does 
  other stuff too 
  George 
  -Original Message- From: Ian McGowan [mailto:[EMAIL PROTECTED]] 
  Sent: Tuesday, January 27, 2004 2:22 PM To: U2 Users Discussion List Subject: 
  RE: looking for faster Ideas...   if speed is the issue, sounds like a 
  job for a compiled lanuage. or semi-compiled like 
  perl or python.  is 
  there a unique number sent over by the other system? it might be 
  quicker to parse the whole thing and keep an exclude file 
  keyed off the unique number. if it weren't 
  for embedded comma's you could CONVERT "," 
  TO @AM, extract the key and write the record out 
  as-is. that would be quicker than 852 
  INDEX's :-)  On Tue, 
  2004-01-27 at 11:05, George Gallen wrote:  I 
  can't just check for names, it has to a name with a specific zip code  and if the name 
  is fairly common, we also add in part of the address to  make sure no one else 
  is weeded out that shouldn't be.  
   I suppose I could keep two or three arrays, 
  do a specific lookup in each   saving the position, and if 
  all three positions are identicle (asuming 
   all  three arrays 
  have the name, address, zip in the same order) then that  would  be a matchThanks 
George 

  -Original Message-  From: Jeff 
  Schasny [ mailto:[EMAIL PROTECTED] 
   mailto:[EMAIL PROTECTED] ] 
   Sent: Tuesday, January 27, 2004 1:51 PM 
   To: U2 Users Discussion List 
   Subject: RE: looking for faster Ideas... 
  
   how about keeping a list of excluded 
  names as a record in a  file (or as a 
   flat file in a directory with each 
  name/item/whatever on a  line) and reading 
   it into the program as a dynamic array 
  then doing a locate on  the string in 
   question. Something like this: 
  
   READ ALIST FROM AFILE,SOME-ID ELSE STOP 
   X = 0  
  LOOP   X += 1 
ASTRING = INLISTX 
   UNTIL ASTRING = ''   LOCATE ASTRING IN ALIST SETTING POS THEN 
DO 
OTHER 
STUFF 
END ELSE   DONT   END  
  REPEATOf course of you really want speed then sort the list and 
  use  a "BY clause  in the locate   
   -Original Message- 
   From: George Gallen [ mailto:[EMAIL PROTECTED] 
   mailto:[EMAIL PROTECTED] ] 
   Sent: Tuesday, January 27, 2004 11:33 AM 
   To: 'Ardent List'  Subject: looking for faster Ideas...  I can't setup any indexs to speed this up. Basically I'm 
   scanning a CSV file  for names to remove  
   and set the flag of KICK=1 to remove it (creating a new CSV 
   file at the  same time).   
   Keep in mind the ".." are people's last 
  names, or zip codes, or part of   their address, changed 
   them to ".." to protect the unwanting... 
 
  Right now, I do a series of CASE's ...  
  Now, it's not a major problem as I'm only checking for 20 or 
   so names, but  as more and more people  
   request to be removed (and we don't have access to the 
   creation of the  list). this could get quite   slow over 50 or 60 thousand lines of checking. 
 LIN 
  is one line of the CSV file, the INDEX is checking for a  last name  a  zip 
  code and sometimes   part of 
  the address line.Any Ideas?   
   Remember, we can't change the source of 
  the file, it will  always be a CSV, 
   being read line by line KICK=0 
BEGIN CASE   CASE -1   KICK=1 
   
   BEGIN CASE  
   CASE 
  INDEX(LIN,"..",1)#0 AND INDEX(LIN,"..",1)#0 AND  INDEX(LIN,"..",1)#0  
   CASE 
  INDEX(LIN,"..",1)#0 AND INDEX(LIN,"..",1)#0  
   CASE 
  INDEX(LIN,"..",1)#0 AND INDEX(LIN,"..",1)#0  
   CASE 
  INDEX(LIN,"..",1)#0 AND INDEX(LIN,"..",1)#0  
   CASE 
  INDEX(LIN,"..",1)#0 AND INDEX(LIN,"..",1)#0  
   CASE 
  INDEX(LIN,"..",1)#0 AND INDEX(LIN,"..",1)#0  
   CASE 
  INDEX(LIN,"..",1)#0 AND INDEX(LIN,"..",1)#0  
   CASE 
  IN

RE: looking for faster Ideas...

2004-01-27 Thread George Gallen
Title: RE: looking for faster Ideas...





what is it considered if you run the perl program
through perl2exe ? 


Is it compiled then? or still interpreted with a
big library?


George


-Original Message-
From: Jeff Schasny [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 27, 2004 3:46 PM
To: U2 Users Discussion List
Subject: RE: looking for faster Ideas...


What? As opposed to Uni/UV/Pick Basic? Surprise! it compiles 
to psudocode
just like java. Now if you were to have proposed C, Fortran, 
Assembler,
etc I could see your point.

-Original Message-
From: Ian McGowan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 27, 2004 12:22 PM
To: U2 Users Discussion List
Subject: RE: looking for faster Ideas...


if speed is the issue, sounds like a job for a compiled lanuage. or
semi-compiled like perl or python.

[snip]
___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users




___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users