Re: [U2] REPLICATING DATA

2013-09-03 Thread Carl Dula
If you are on AIX, this is a possibility.

http://www.pulsarsystems.com/uvback.html

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 US Highway 46, STE H209 email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Writing into metadata

2013-06-11 Thread Carl Dula
This is not directly in uv, but you could execute a Powershell script on the 
windows box to do it.

Take a look at the following, which should give you some good info.

http://blogs.technet.com/b/jamesone/archive/2010/07/05/exploring-the-image-powershell-module.aspx

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 US Highway 46, STE H209 email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do you print a .pdf from inside a Unix Box

2013-04-04 Thread Carl Dula
Before you can print the pdf you need to convert it to a .ps file

You can download and install ghostscript (free) on the hp system, then use the 
pdf2ps convertor that 
comes with it.

pdf2ps can be run separately to product a ps file that is then spooled to a 
postscript printer, or 
it can be incorporated as the backend process of a print queue specifically 
designated to print 
pdf's.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 US Highway 46, STE H209 email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Universe 11.x

2012-12-14 Thread Carl Dula
I have done it 10 or more times on AIX, now without issue.

Make sure you use the latest version of 11.x, earlier ones had some problems.

To make for an easy rollback in case of problems, I always make copies of the 
uv and unishared 
directories before starting. This way if there is a problem, you can quickly go 
back.

Also suggest you test your login and the Rocket Customer support site before 
starting, since you 
will need to authorize the new release.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 US Highway 46, STE H209 email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Credit Card numbers in your database

2012-04-19 Thread Carl Dula
It appears this list will not allow me to post an attachment, so please take a 
look at the following to answer your question on tape.

https://www.pcisecuritystandards.org/security_standards/documents.php?assocation=PCI%20DSS

To see the document (PCI DSS v2.0) you will have to agree to the license. Then 
download and take a look at both pages 31 and 67.

Also lots of other good info in this document and on this site.

hope that helps!

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 US Highway 46, STE H209 email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] XML arrays

2012-03-01 Thread Carl Dula
We do this in uv, but it is most likely the same in unidata.

When receiving the XML you get a chunk (buffer) full at a time. You must save 
(write) this buffer to a file or other array, and then go back and get more 
until it is done. Basically, receive, write, repeat (loop). You might ask how 
do 
you know when it is done? Well, we test for content in the received buffer. For 
example, we test (FINDSTR) for the string /cXML, which typically ends an xml 
file. When we see this we know the sender is done. Also, don't forget that the 
sender will wait for an (XML) acknowledgement that you got it all, that you 
must 
send back

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 US Highway 46, STE H209 email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse backups to disk

2011-08-22 Thread Carl Dula
take a look at 

http://www.pulsarsystems.com/uvback.html

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 US Highway 46, STE H209 email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] smit under aix 5.3.3

2011-08-04 Thread Carl Dula
If the terminal type you are using in your emulator is vt220, then at the aix 
prompt

TERM=vt220

To check what it is set to first

echo $TERM

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 US Highway 46, STE H209 email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV 11.1.1 on RHEL 6 64-bit

2011-05-26 Thread Carl Dula
The 11.1.1 release of uv for RHEL is 32 bit. So you have to install it in a 32 
bit environment on the 64 bit kernel, or resolve all the 32 bit dependencies.

Rocket indicates a 64 bit version will be coming in a future release, but no 
date is set.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 US Highway 46, STE H209 email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV PE Linux

2011-03-02 Thread Carl Dula
It appears you can get it here:

http://www.rocketsoftware.com/u2/resources/downloads


--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 US Highway 46, STE H209 email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV PE Linux

2011-03-02 Thread Carl Dula
Sorry,  try it here...


http://www.rocketsoftware.com/u2/resources/premium/downloads/universe-linux?searchterm=universe+personal+edition+linux

- Original Message - 
From: Carl Dula c...@pulsarsystems.com
To: u2-users@listserver.u2ug.org
Sent: Wednesday, March 02, 2011 7:32 AM
Subject: RE: [U2] UV PE Linux


It appears you can get it here:

http://www.rocketsoftware.com/u2/resources/downloads


--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 US Highway 46, STE H209 email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Viewpoint Emulation

2010-12-17 Thread Carl Dula
You need to edit and reload the tic source file for the vt100 (in AIX this is 
located in /usr/lib/terminfo, not sure where if different on Redhat).

You probably do not have the source of the tic files on your system (binary 
for vt100 would be in the /usr/lib/terminfo/v directory). If you do, just 
edit (vi) the vt100 portion and remove all occurrence of  $5 anywhere it 
appears. After you have done that, type tic vt100 and try it again.

If you can't find the vt100 source, here a copy of the corrected one.

#
#   Normal VT100 entry, with automatic margins, corrected for uv
#
vt100|ansi|vt100-am|Digital VT100,
cr=^M, bel=^G,
cud1=^J, cols#80, lines#24, clear=\E[H\E[2J, ind=^J,
cub1=^H, am, cup=\E[%i%p1%d;%p2%dH, cuf1=\E[C, cuu1=\E[A,
el=\E[K, ed=\E[J,
smso=\E[7m, rmso=\E[m, smul=\E[4m, rmul=\E[m,
bold=\E[1m, rev=\E[7m, blink=\E[5m, sgr0=\E[m\E(B,
il1=\E[L,   dl1=\E[M,
tbc=\E[3g, hts=\EH,
rf=/usr/share/lib/tabset/vt100,
rs2=\E\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h,
smkx=\E=, rmkx=\E,
kcuu1=\E[A, kcud1=\E[B, kcuf1=\E[C, kcub1=\E[D, kbs=^H,
cuu=\E[%p1%dA,
cud=\E[%p1%dB,
cuf=\E[%p1%dC,
cub=\E[%p1%dD,
home=\E[H, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
khome=\E[H, kich1=\E[2~,
ht=^I, ri=\EM, vt#3, xenl,
smcup=\E[?7h\E[?1l\E(B\E=,  rmcup=\E[?7h,
sc=\E7, rc=\E8, csr=\E[%i%p1%d;%p2%dr,
it#8, xon,
sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m
   %?%p9%t\E(0%e\E(B%;,
box1=lqkxjmwuvtn, batt1=f1,
box2=lqkxjmwuvtn, batt2=f1md,
font0=\E(B, font1=\E(0, msgr,
knl=\r,
ktab=^I,civis=\E[?25l,  cnorm=\E[?25h,  cvvis=\E[?25h,
nel=\n, mc5=\E[5i, mc4=\E[4i,

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse on Unix - enabling SSL

2010-11-08 Thread Carl Dula
UniAdmin normally uses port 31438 as the default.

Assuming you know this and did not change it, then your firewall must have 
port forwarding enabled to go from the WAN address you are using at port 992, 
to the LAN address of the server with uv at port 31438. Depending upon the 
type firewall you may need to specifically add a reverse rule that enables 
traffic from the LAN port 31438 to 992 on the WAN.

Hope that helps.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse on Unix - enabling SSL

2010-11-08 Thread Carl Dula
Sorry, misunderstood. Not sure what you having trouble with, but take a look 
at chapter sever of this manual. It covers the setup in detail.

http://www.rocketsoftware.com/u2/epubs/pdf/wintadmin.pdf

- Original Message - 
From: Carl Dula c...@pulsarsystems.com
To: u2-users@listserver.u2ug.org
Sent: Monday, November 08, 2010 11:21 AM
Subject: RE: [U2] UniVerse on Unix - enabling SSL


UniAdmin normally uses port 31438 as the default.

Assuming you know this and did not change it, then your firewall must have
port forwarding enabled to go from the WAN address you are using at port 992,
to the LAN address of the server with uv at port 31438. Depending upon the
type firewall you may need to specifically add a reverse rule that enables
traffic from the LAN port 31438 to 992 on the WAN.

Hope that helps.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] possible to reverse engineer unibasic object?

2010-08-31 Thread Carl Dula
Take a look at:

http://www.srs4uv.com/

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] XML format question

2010-05-13 Thread Carl Dula
George:

If I understand your question, all you are trying to do is figure out how to 
get the value of the element attributes in an XML file you are receiving. If 
this is what you need to accomplish, the following is an example of a 
portion of an extract file that shows the format to do this.

For a normal element like
Money currency=USD285.72/Money
it would be
field_extraction field=DICTNAME1 path=Money/text()/

For an element with attributes like
 OrderRequestHeader orderDate=2010-04-13T09:35:27-0400 
orderID=EW244267 type=new
it would be
field_extraction field=DICTNAME2 path=OrderRequestHeader/@orderID/
field_extraction field=DICTNAME3 path=OrderRequestHeader/@orderDate/

Note the use of the @ symbol and the lack of /text() on the end of the line.

Hope that helps

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] AIX Sendmail - Name Lookup Failure

2010-04-09 Thread Carl Dula
Many times these problems are the result of the nameserver. sendmail cannot
resolve the domain name to an address. To test do:
nslookup www.google.com

If you quickly get an answer, then that is not it.

If you do not, and if the nameserver is local and on this or another AIX
system, then the best thing to do is stop and start it.

stopsrc -s named
startstc -s named

If not on an AIX system, then go to the system where it is and check status
and operation.

--
Carl Dula  Voice: 973-227-8440 X111
Pulsar Systems, Inc.  Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474   http://www.pulsarsystems.com

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] e-procurement Transaction with SciQuest

2010-03-25 Thread Carl Dula
Just wondering if anyone has ever successfully implemented a B2B 
e-procurement transaction (punchout, punchout response, punch out order 
message, order) using universe, with SciQuest as the facilitator.


I have most of it working but cannot seem to satisfying their reply needs 
for the POOM.


--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] How to receive XML RPC request with uv

2009-12-11 Thread Carl Dula
Does anyone know how to receive an XML RPC request on AIX, and process it 
with uv? This is not a SOAP request, but purely XML RPC. I can handle SOAP 
requests using a web service built with the Web Services Developer, but this 
does not do XML only requests.


--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] IBM U2 Web services Deployment

2009-11-20 Thread Carl Dula
The latest version of the Web Services Developer is:
 
Version 1.2.3
Build id: 20090925_7384

I am using this, and do not experience the problem you describe.

Perhaps you should upgrade and see what happens, since the version you have 
appears quite old.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] uucp

2009-11-20 Thread Carl Dula
Have you tried using rcp -rp to copy to the other AIX system. If you are 
copying u2 files, they could be a directory. This will copy that directory.


--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] U2 and UPS WorldShip

2009-08-19 Thread Carl Dula
UPS offers on line access to that type of info via xml. Not sure if this
includes WorldShip, but it should be worth a look. Using u2 calls you might
be able to get what you want directly. Take a look at:


https://www.ups.com/e_comm_access/laServ?CURRENT_PAGE=INTROOPTION=ACCESS_LICENSEloc=en_US


--
Carl Dula  Voice: 973-227-8440 X111
Pulsar Systems, Inc.  Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474   http://www.pulsarsystems.com

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] the XML/DB Tool

2009-07-29 Thread Carl Dula
Not sure what your end objective is, but I have found that using the Web 
Services Developer Tool to be a better choice if you are planning to deploy 
a soap server, or even just to create the xml and wsdl files.


There is a manual for this tool at: 
http://publibfp.boulder.ibm.com/epubs/pdf/22922020.pdf.


I also suggest you take a look at the appropriate sections of the following:

http://publibfp.boulder.ibm.com/epubs/pdf/22922360.pdf

I have not found a manual for the XML/DB Mapping tool.

Also, be sure you have the latest version of 1.3.3 for the Mapping Tool or 
1.2.2 for Web Services Developer. If not, you should get them from the 
client cd.


The best thing I have found is to use some examples that you can find 
searching around the IBM web sites.


Take a look at:

http://www-01.ibm.com/support/docview.wss?uid=swg21252788
http://www.ibm.com/developerworks/db2/library/techarticle/dm-0508kesic/
http://www.ibm.com/developerworks/data/library/techarticle/dm-0601dreyfuss/

Hope this helps. If you have any specific questions, post again.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


RE: [U2] Is there an online link for Wintergate Manual?

2009-02-27 Thread Carl Dula

All documentation is here:

   http://www-01.ibm.com/software/data/u2/pubs/library/


--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] uv and CISAM

2008-10-22 Thread Carl Dula
Has anyone ever read a CISAM file directly from universe?

 Both files are on the same p5 (rs6000) system with aix.

Any info would be appreciated.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:[EMAIL PROTECTED]
Fairfield, NJ 07004-2474http://www.pulsarsystems.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] AIX Socket Command?

2008-09-15 Thread Carl Dula
Kevin:

In order to view sockets use the netstat command. For example to see what ones
are listening on a port for activity type:

netstat -an | grep LISTEN

If you need to map the socket to a process ID take a look at the IBM Technote
TCP/IP Utilities for Mapping Sockets to Process ID. This doc explains how to
do it. It is available here:

http://www-01.ibm.com/support/docview.wss?uid=isg3T1000491


--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:[EMAIL PROTECTED]
Fairfield, NJ 07004-2474http://www.pulsarsystems.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV/NET questions/confirmation

2008-08-20 Thread Carl Dula
UV/NET only needs to reside on the system that you want to remotely read/write
data from. For example, if you have system A and B with uv installed, and you
want to read/write uv files on A from B, then UV/NET is installed on A only. If
you need to do both read and write on A from B and on B from A, then you need
UV/NET on both systems. UV/NET is used simply by changing the file pointer to
point to the file on the remote system, then UV/NET takes care of the rest.

UV/NET is a purchased product, and therefore needs to be licensed on the system
which it is installed. The licensing procedure is similar to that for uv itself.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:[EMAIL PROTECTED]
Fairfield, NJ 07004-2474http://www.pulsarsystems.com
Authorized IBM U2 Distributor
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] terminal emulator

2008-06-27 Thread Carl Dula
Take a look at the following:

http://www.asent.com/products.asp

Works with Citrix, and is cheap!

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:[EMAIL PROTECTED]
Fairfield, NJ 07004-2474http://www.pulsarsystems.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] HP Laserjets and AIX/Unix

2008-06-04 Thread Carl Dula
Take a look at:

http://publib.boulder.ibm.com/infocenter/printer/v1r1/index.jsp?topic=/com.ibm.printers.cutSheetPrinters/com.ibm.printers.20607590105ethernettringconfig/etr1mst246.htm


--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:[EMAIL PROTECTED]
Fairfield, NJ 07004-2474http://www.pulsarsystems.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] forms / imaging / doc overlay software

2008-01-22 Thread Carl Dula
On Mon, 21 Jan 2008, Terry Stennette wrote:

 Hello U2 group,

 Anyone out there using and / or have a recommendation for a forms imaging /
 document overlay software package that runs in a Universe / AIX environment.
 Goal being to use the software rather than buy pre-printed forms. Any ideas
 would be appreciated.

[Ad] We have a product written for AIX and Universe that does exactly what you
want.

Take a look at:

http://www.pulsarsystems.com/lfps.html

The cost for this is $3,000, and that includes Pulsar Systems doing the install
on your system (via internet), creating the first form (within reasonable
complexity),
and helping you get going.

Be sure to look at a sample of a Payroll Voucher created using LFPS. A link to
this is at the
bottom of the above referenced page. This is a scanned image of an output page.
The original is laser quality.

Please give me a call if you have any questions.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:[EMAIL PROTECTED]
Fairfield, NJ 07004-2474http://www.pulsarsystems.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[AD] RE: [U2] Forms printing

2007-08-28 Thread Carl Dula
Yes, we have a product that will do exactly what you want if you are running on
an AIX based IBM RS6000 and have a postscript printer. Our Laser Forms Printing
System (LFPS) will allow you to take normal print files sent to a line printer
with pre printed forms, and print them on a laser printer with form, logo, and
data all combined. The product is simple and straight forward to use, requiring
only a new uv spool queue. The preprinted form you now use is copied and a
postscript version of your logo are both all that is required. Absolutely no
program changes are necessary.

Also works without uv, directly spooling to AIX spool queues if desired.

Take a look at: http://www.pulsarsystems.com/lfps.html.

Cost is under $4,000 for the product, the first form using your logo, remote
install and set up.

Andrea Charles wrote:
I was wondering if anyone could suggest a method or product they have
used to take reports normally spooled to a line printer with preprinted
forms, and print them on a laser printer using a stored form and logo,
with the data overlaid. Ideally it should be transparent in that the
UniVerse report program does not have to be modified, with only the
output sent to a special uv print queue. This needs to run on AIX.

Thanks in advance.

Andrea

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:[EMAIL PROTECTED]
Fairfield, NJ 07004-2474http://www.pulsarsystems.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/