RE: [U2] Users of UniVerse

2007-04-27 Thread Steve Moore
Amerex Corporation
Trussville, AL 

Running everything except payroll on Universe/Windows since 1999

Epicor Dataflo 5.8.5 (soon to be 5.11.4)
Universe 10.0.21
Windows Server 2003 R2

HTH,

Steve


This e-mail and any file(s) transmitted with it are confidential and intended 
solely for the use of the recipient to whom they are addressed. Please notify 
the sender immediately by e-mail if you have received this e-mail by mistake 
and delete this e-mail from your system. If you are not the intended recipient 
you are notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this information is strictly prohibited. We have 
taken precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment(s) to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses.

This message has been scanned for viruses by Webshield E500, Groupshield for 
Exchange, and McAfee Virus Enterprise
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Email

2007-04-04 Thread Steve Moore
Anita,

Are you using a Windows Server? 

If so, try BLAT from www.blat.net.

If you want a commercial version that is designed for UNIVERSE and
UNIDATA applications then try AWMAIL from www.advancedware.com.

We use AWMAIL and it works great for us.

HTH,

Steve


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anita Panda
Sent: Wednesday, April 04, 2007 12:11 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Email

I want to sent a document via email attachment from Universe basic .Is 
there any particular format  I have come across  BANG uuencode.Do we 
need to do some settings prior to sending email attachment.

Thanks
Anita


This e-mail and any file(s) transmitted with it are confidential and intended 
solely for the use of the recipient to whom they are addressed. Please notify 
the sender immediately by e-mail if you have received this e-mail by mistake 
and delete this e-mail from your system. If you are not the intended recipient 
you are notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this information is strictly prohibited. We have 
taken precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment(s) to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses.

This message has been scanned for viruses by Webshield E500, Groupshield for 
Exchange, and McAfee Virus Enterprise
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] MICR fonts with UniData

2006-06-26 Thread Steve Moore
John,

This is what we use to print MICR checks with Universe.  Unidata should
be similar.  We print on a HP 405O with a MICR soft font chip from Troy
Systems.  The C and A equate to the transit and on us MICR
characters.

Hth,
Steve

0050:STDFONT  = 1B2838551B28733070313268313276307330623430393954

0061:MICRSTUP = 1B1B252D313234303058
0062:MICRRSET = 1B1B252D313234303158
0063:MICRFONT = 1B282030511B28733070382E303068382E3876307330623054

0066: **   SET PRINTER INTO MICR MODE
0067:PRINT ICONV(MICRSTUP,MX)

0382:PRINT ICONV(MICRFONT,MX):
0383:PRINT SPACE(12):C:CHCKNUM 'R%6':C A:BANKID:A :ACCTNUM:C
0384: **PRINT MICRLINE
0385:PRINT ICONV(STDFONT,MX):


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Varney
Sent: Monday, June 26, 2006 6:44 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] MICR fonts with UniData

Has anyone used a MICR soft font with UniData? I have a project to print
checks and am wondering how other people hander the MICR font for
account
/ routine numbers. Thanks.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


This message has been scanned for viruses by Webshield E500, Groupshield
for Exchange, and McAfee Virus Enterprise



This message has been scanned for viruses by Webshield E500, Groupshield for 
Exchange, and McAfee Virus Enterprise
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] dataflo

2006-04-13 Thread Steve Moore
We are a manufacturing company and have used Dataflo since 1999.
Our current version is 5.8.5b.

What is your question?

Steve


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of will
Sent: Wednesday, April 12, 2006 10:39 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] dataflo

   Anyone have experience with Epicor's Dataflo?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


This is message has been scanned for viruses by Webshield E500,
Groupshield for Exchange, and McAfee Virus Enterprise



This is message has been scanned for viruses by Webshield E500, Groupshield for 
Exchange, and McAfee Virus Enterprise
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] check signature

2006-03-10 Thread Steve Moore
Steve,

I sent this reply to my boss to forward to you on the Epicor Dataflo
Listserver later today.  So you will probably get this twice today!  He
is a
member of that list instead of me.

We had Troy Systems (www.troysystems.com) create a font chip for our HP
4050 printer that contains a scanned signature.   Then we simply send
PCL code from the basic program to the printer that selects the font and
prints the characters that generate the signature.

I coded the PCL code strings in the Basic program as hex characters to
keep  the PCL characters from creating problems in the basic code.  Here
is an example:

SIGSETUP = 1B2834421B28733070302E30306831322E30763073306231303254
SIGLINE1 = 2122232425262728292A

PRINT ICONV(SIGADV,MX):ICONV(SIGSETUP,MX):
PRINT SPACE(14):ICONV(SIGLINE1,MX)

It takes some juggling to finally get the printer alignment right and I
highly suggest that you don't print anything else on the same lines as
the signature!
 
We actually purchased the HP 4050 from Troy Systems and they also
included the MICR font chips for the printer as well.

We print the signature and the MICR encoding on blank check stock.

I can send you more detail code samples if you need them.

I know there are probably many ways to accomplish this same task but
this one works for us.  I did it this way because I had already created
the HEX strings for use in a Micro Focus Cobol program to print
signatures on our Payroll Checks, so instead of recreating the wheel, I
copied the strings!

HTH,
 
Steve Moore
Amerex Corporation



 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, March 09, 2006 3:44 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] check signature

I am converting our AP Checks from tractor fed continuous forms to laser
print. They currently have a check signing machine that they feed the
stack of checks into after they have printed. How do other companies
handle check signing? Is there a way to print a digitized signature from
the basic program? Any other ideas?



Thank you.

Steve Kunzman



ASI DataMyte

2800 Campus Drive, Suite 60

Plymouth, MN 55441
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


This is message has been scanned for viruses by Webshield E500,
Groupshield for Exchange, and McAfee Virus Enterprise



This is message has been scanned for viruses by Webshield E500, Groupshield for 
Exchange, and McAfee Virus Enterprise
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Dataflo missing Workfile

2005-12-20 Thread Steve Moore
Here is a copy of techtip 1149SDG from Epicor's eportal support website.
I think it describes your problem.

HTH,

Steve

Summary:  Finding/Fixing the 0 length work file in unidata
Detail:  work file

**
*** Tech Tip No.: 1149
*** Summary: Finding/Fixing the 0 length work file in unidata

**

Finding and fixing the work file Size 0 problem in Unidata.

Problem: the user logs on to DATAFLO without a problem but when they go
to an Entry screen PREVIEW informs them that they are missing a workfile
and the screen will be Inquiry Only.

1. Find the Port# or User# :

The user must stay logged on. If you are at the terminal with the
problem, go to TCL. If you can't, 
run the report List Active Users (SYS-U-20), to get the port number.
The PV Port# is the first field.

:DW.WHO 

User Name : John Doe
User Number : 055 
Account Name : DF-SERVICE 

TERM Driver : WINTEGRATE.GUI 
TERM Type : vt100 
PTR Driver : Tech-Support 
SLAVE Driver : 

My User# is 055.
Note: The User# is 3 digits, you may need to pad the front with 0's.

2. Find the path to the Workfile. If you save it in the Clipboard you
can save some typing by pasting it in later.

:ED VOC PV055 

The help file 'AE_DOC', is not available. Please ask your 
system administrator to put a file pointer in your VOC file. 

Top of PV055 in VOC, 3 lines, 58 characters. 
*--: P 
001: LF 
002: /dbms/live/DW-GLOBAL/PV055 
003: /dbms/live/DW-GLOBAL/D_PV055 
Bottom. 
*--: EX 
Quit PV055 in file VOC unchanged. 

3. Go to the unix shell and find the problem file, it will be the one
that is size 0, usually this is L1, use !sh to go to the shell and cd to
go to the DW-GLOBAL directory (your path may be different then the
example), and ls -lasi to list the files:

:! sh 
$ cd /dbms/live/DW-GLOBAL/PV055 
$ ls -lasi 
total 332 
-- Size
8913 2 drwxrwxr-x 2 dw dw 1024 Jun 27 08:34 . 
7392 246 drwxrwxr-x 3090 dw 117760 Oct 2 11:05 .. 
8914 8 -rwxrwxr-x 1 dw dw 4096 Dec 19 1997 L0 
8915 8 -rwxrwxr-x 1 dw dw 0 Dec 9 06:56 L1 ===
8916 8 -rwxrwxr-x 1 dw dw 4096 Dec 8 10:24 L2 
8917 8 -rwxrwxr-x 1 dw dw 4096 Dec 7 11:16 L3 
8918 8 -rwxrwxr-x 1 dw dw 4096 Oct 23 11:04 L4 
8919 8 -rwxrwxr-x 1 dw dw 4096 Apr 29 1998 L5 
56999 4 -rwxrwxr-x 1 dw dw 2048 Jun 27 08:34 L6 
8920 32 -rwxrwxr-x 1 dw dw 16384 Dec 1 05:58 PV055

4. In this example the problem file is the L1 file (note the size is 0).
Copy another work file to it using the unix copy (cp) command:

cp /dbms/live/DW-GLOBAL/PV055/L2 /dbms/live/DW-GLOBAL/PV055/L1

5. List the files again to make sure the file has a size:

$ ls -lasi 
total 332 
8913 2 drwxrwxr-x 2 dw dw 1024 Jun 27 08:34 . 
7392 246 drwxrwxr-x 3090 dw 117760 Oct 2 11:05 .. 
8914 8 -rwxrwxr-x 1 dw dw 4096 Dec 19 1997 L0 
8915 8 -rwxrwxr-x 1 dw dw 4096 Dec 9 06:56 L1 
8916 8 -rwxrwxr-x 1 dw dw 4096 Dec 8 10:24 L2 
8917 8 -rwxrwxr-x 1 dw dw 4096 Dec 7 11:16 L3 
8918 8 -rwxrwxr-x 1 dw dw 4096 Oct 23 11:04 L4 
8919 8 -rwxrwxr-x 1 dw dw 4096 Apr 29 1998 L5 
56999 4 -rwxrwxr-x 1 dw dw 2048 Jun 27 08:34 L6 
8920 32 -rwxrwxr-x 1 dw dw 16384 Dec 1 05:58 PV055

6. You are done, exit the unix shell to return to Unidata.

$ exit

   

-Original Message-
Subject: [U2] Dataflo missing Workfile

Cannot Update without WORKFILE - Inquiries Only 


This is message has been scanned for viruses by Webshield E500, Groupshield for 
Exchange, and McAfee Virus Enterprise
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] User Name Change on Win XP affects Universe

2005-11-23 Thread Steve Moore
Anthony,

This might be part of the problem:

http://support.microsoft.com/default.aspx?scid=kb;en-us;306541

XP saves usernames and passwords for network resources.  You can edit
the list or delete it entirely.

HTH,

Steve




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony
Dzikiewicz
Sent: Wednesday, November 23, 2005 9:10 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] User Name Change on Win XP affects Universe

Hey guys,

I need a little help in the Universe/Windows world.  My username on my
laptop was 'Anthony Dzikiewicz'.  I should know better than to put a
space in there, but that's how I set it up.  So, I was trying to connect
to Linux machines on the network via Samba and I was having trouble.
So, I changed the username on the laptop via the control panel.  My new
username is 'adzikiewicz'.  I am now able to connect to Linux/Samba as
adzikiewicz.  When I go to log in to Universe (via telent to local host)
on my laptop, it isnt working.  It seems that I still have to log on to
Universe as 'Anthony Dzikiewicz' (my old name) and not 'adzikiewicz' (my
new name).  Does anyone know how to fix this ?

Anthony
---


This is message has been scanned for viruses by Webshield E500, Groupshield for 
Exchange, and McAfee Virus Enterprise
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Embedding JPG/GIF

2005-09-29 Thread Steve Moore
Karl,

We had Troy Systems (www.troysystems.com) scan a signature and create a
signature font chip and a MICR font chip for us to use in a HP 4050
printer that had been modified by Troy.   In the program we send HP
commands to the printer to print the signature, as well as commands to
print the MICR encoding on the check.

HTH,
Steve Moore
Amerex Corporation
[EMAIL PROTECTED]


-Original Message-
Subject: [U2] Embedding JPG/GIF

We are currently printing checks to an Okidata printer with tractor-fed
3-part NCR pre-printed checks. We are going to get a 2-tray HP4200TN so
detail can be printed to a blank page in tray 2. We have an old check
signing machine that requires tractor-fed checks.

I would like to scan in the authorized signature currently printed by
the
signing machine so it can be printed on the checks by uniVerse
[mv]BASIC.

Can we embed the scanned signature using mvBASIC? How would we go about
it? Any ideas welcome.

TIA,

-- 
karl



This is message has been scanned for viruses by Webshield E500, Groupshield for 
Exchange, and McAfee Virus Enterprise
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV User Name

2005-09-22 Thread Steve Moore
Windows is case insensitive for the username.  What case was used when
you created the user in windows, whether as a domain user or as a local
user on the UV server?   That is the case that shows in the user name
field in UV, regardless of the case the user actually used to login
with.  Or at least that's the way it works for us!

HTH,
Steve


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cooper, Rudy
Sent: Thursday, September 22, 2005 10:52 AM
To: [EMAIL PROTECTED]
Subject: [U2] UV User Name

Dave,



I understand where hostname and user name are gotten from, my question
is:



If I login as devadmin (Windows  UV) why does the @ACCOUNT, LISTU, and
PORT.STATUS show hostname\DEVadmin ?



If I login as rcooper (Windows  UV) UV shows RCooper.  Is this a UV or
OS function that changes the case, how is it controlled ?



Does it seem to be happening to anybody else ?



Thx,



Rudy





This is message has been scanned for viruses by Webshield E500, Groupshield for 
Exchange, and McAfee Virus Enterprise
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Resizing All Files in a System

2004-11-24 Thread Steve Moore
Check out FAST from www.fitzlong.com   
 
We use it regularly on a Universe/NT system and it works great.  I think
they
have a version for Unidata.

Steve Moore
Amerex Corporation
[EMAIL PROTECTED]





This message has been scanned for viruses by Webshield E500, Groupshield for 
Exchange, and McAfee Virus Enterprise
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Anti-virus recommendations for Universe on Windows?

2004-08-25 Thread Steve Moore
We use McAfee Virusscan Enterprise 7.1 on our UV server (NT4, UV 10) but we
exclude the drives where Universe is installed and the database is located
from the on-access scanning.  We have not had any problems with this setup.

HTH,

Steve Moore
Amerex Corporation
[EMAIL PROTECTED]


-Original Message-
From: David Scoggins [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 25, 2004 11:52 AM
To: U2 Users (E-mail)
Subject: [U2] [UV] Anti-virus recommendations for Universe on Windows?


Unfortunately, we have just discovered that one of our UV servers (UV 10,
W2K) has become infected with the Blaster worm.  We have McAfee (formerly
Network Associates) AV installed on all of our client PCs, but we haven't
installed it on any of the UV servers because of conflicts between McAfee
and Universe reported on this list and elsewhere.  We suspect it was brought
in on a visitors laptop, and we're trying to determine how it managed to get
into a privileged part of the network, but that's really closing the barn
door after the horse has escaped at this point.

We now are considering installing McAfee AV on the Universe servers anyway
in light of this event.  Does anyone have any recommendations regarding how
to eliminate the McAfee/UV conflict, or is there a better alternative - e.g.
Symantec/Norton, AVG, F-Prot, etc?

David Scoggins
IT Analyst
CornerStone Propane
mailto:[EMAIL PROTECTED]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


This message has been scanned for viruses by Webshield E500, Groupshield for
Exchange, and McAfee Virus Enterprise


This message has been scanned for viruses by Webshield E500, Groupshield for Exchange, 
and McAfee Virus Enterprise
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniVerse and 1GB Ethernet Cards...

2004-07-14 Thread Steve Moore
We are running Universe 9.6 on a Windows NT 4.0 Compaq 8000 server 
with a Compag 1gb ethernet card.
Runs great!

Steve Moore
Amerex Corporation
[EMAIL PROTECTED]


-Original Message-
From: David Wolverton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 14, 2004 3:08 PM
To: [EMAIL PROTECTED]
Subject: [U2] UniVerse and 1GB Ethernet Cards...


I was just told by a vendor that UnVerse does not support the 1 gigabit
ethernet on UniVerse for Windows -- is this a 'true fact' or something that
is outdated knowledge?
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


This message has been scanned for viruses by Webshield E500, Groupshield for
Exchange, and McAfee Virus Enterprise


This message has been scanned for viruses by Webshield E500, Groupshield for Exchange, 
and McAfee Virus Enterprise
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/