RE: [U2] [UV] Selection help

2008-01-22 Thread Andrew Lakeland
I Always explode it.

SELECT LOOKUP.TABLE "XYZ" BY.EXP CODE SAVING UNIQUE CODE


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hona, David S
Sent: 23 January 2008 08:16
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UV] Selection help

Try

SELECT LOOKUP.TABLE "XYZ" SAVING UNIQUE EVAL "RAISE(CODE)"

Regards,
David


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Boydell, Stuart
Sent: Wednesday, January 23, 2008 5:57 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] [UV] Selection help

I have a table which contains an MV list of codes. What I want to do is
get a unique list of codes in the table for a lookup list...

Table XYZ
@ID = XYZ
LINE = 1]2]3]4]5]6]7...
CODE = AAA]BBB]BBB]CCC]AAA]AAA]BBB...

The list I'd like returned is: AAA]BBB]CCC...
The semantic I think I'd like is: SELECT LOOKUP.TABLE "XYZ" SAVING
UNIQUE CODE

However, this doesn't work. Is there a simple select statement to do
this I'm overlooking?

Cheers,
Stuart



**
This email message and any files transmitted with it are confidential
and intended solely for the use of addressed recipient(s). If you have
received this communication in error, please reply to this e-mail to
notify the sender of its incorrect delivery and then delete it and your
reply.  It is your responsibility to check this email and any
attachments for viruses and defects before opening or sending them on.
Spotless collects information about you to provide and market our
services. For information about use, disclosure and access, see our
privacy policy at http://www.spotless.com.au Please consider our
environment before printing this email.
**
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Legal Disclaimer:
The information contained in this message may be privileged and confidential. 
It is intended to be read only by the individual or entity to whom it is 
addressed or by their designee. If the reader of this message is not the 
intended recipient, you are on notice that any distribution of this message, in 
any form, is strictly prohibited. If you have received this message in error, 
please immediately notify the sender and delete or destroy any copy of this 
message
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Selection help

2008-01-22 Thread Hona, David S
Try

SELECT LOOKUP.TABLE "XYZ" SAVING UNIQUE EVAL "RAISE(CODE)"

Regards,
David


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Boydell, Stuart
Sent: Wednesday, January 23, 2008 5:57 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] [UV] Selection help

I have a table which contains an MV list of codes. What I want to do is
get a unique list of codes in the table for a lookup list...

Table XYZ
@ID = XYZ
LINE = 1]2]3]4]5]6]7...
CODE = AAA]BBB]BBB]CCC]AAA]AAA]BBB...

The list I'd like returned is: AAA]BBB]CCC...
The semantic I think I'd like is: SELECT LOOKUP.TABLE "XYZ" SAVING
UNIQUE CODE

However, this doesn't work. Is there a simple select statement to do
this I'm overlooking?

Cheers,
Stuart



**
This email message and any files transmitted with it are confidential
and intended solely for the use of addressed recipient(s). If you have
received this communication in error, please reply to this e-mail to
notify the sender of its incorrect delivery and then delete it and your
reply.  It is your responsibility to check this email and any
attachments for viruses and defects before opening or sending them on.
Spotless collects information about you to provide and market our
services. For information about use, disclosure and access, see our
privacy policy at http://www.spotless.com.au Please consider our
environment before printing this email.
**
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] Selection help

2008-01-22 Thread Boydell, Stuart
I have a table which contains an MV list of codes. What I want to do is
get a unique list of codes in the table for a lookup list...

Table XYZ
@ID = XYZ
LINE = 1]2]3]4]5]6]7...
CODE = AAA]BBB]BBB]CCC]AAA]AAA]BBB...

The list I'd like returned is: AAA]BBB]CCC...
The semantic I think I'd like is: SELECT LOOKUP.TABLE "XYZ" SAVING
UNIQUE CODE

However, this doesn't work. Is there a simple select statement to do
this I'm overlooking?

Cheers,
Stuart



**
This email message and any files transmitted with it are confidential and
intended solely for the use of addressed recipient(s). If you have received
this communication in error, please reply to this e-mail to notify the sender
of its incorrect delivery and then delete it and your reply.  It is your
responsibility to check this email and any attachments for viruses and defects
before opening or sending them on. Spotless collects information about you to
provide and market our services. For information about use, disclosure and
access, see our privacy policy at http://www.spotless.com.au
Please consider our environment before printing this email.
**
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Problems with disconnects - telnet

2008-01-22 Thread phil walker
We use screen for RF sessions which drop out leaving sessions around. It
works quite will, we restrict the user to one UV session and do some
checking around connections to ensure that the user and only the user
can connect to a screen session if one is there otherwise it is a usual
connect.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gabriel Green
Sent: Wednesday, 23 January 2008 5:01 p.m.
To: u2-users@listserver.u2ug.org
Subject: [U2] Problems with disconnects - telnet

Hi all,

Back in the mvBASE days, a telnet disconnect would allow an interactive
user's activities to continue.  UV is "smarter" than this, however, and
is
quick to get rid of disconnected users.  At least, it does not behave in
the
same way.

What I would like to know is if there are facilities within UV to allow
this
sort of behavior.

One scenario I dreamed up involved using the UNIX utility screen (which
has
been ported to Windows with cygwin).  The issue would be tying screen
sessions to existing telnet sessions and incorporating security so that
we
do not have people resuming one another's screen sessions.  Has anyone
attempted this?  Or is there a third party tool to do this?

The key thing is: as much transparency to the end user as possible.  The
tools we have available on the client side are AccuTerm 2K2; and UV
(running
on various flavors of Windows 2000-2003) on our servers.  If screen is a
potential solution, the cygwin layer could be installed.

The reason I ask is because disconnects - which we have some control
over;
but often is left to the whims of customer infrastructure, can cause
garbed
up transactions; which gives us untold headaches.

Ideas, anyone?  We wouldn't go back to mvBASE if our lives depended on
it;
but we do need to solve the disconnect issues for our customers who
refuse
to pay for high quality data connections to our servers and the
associated
equipment.

Thanks much,
Gabe
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Problems with disconnects - telnet

2008-01-22 Thread Gabriel Green
Hi all,

Back in the mvBASE days, a telnet disconnect would allow an interactive
user's activities to continue.  UV is "smarter" than this, however, and is
quick to get rid of disconnected users.  At least, it does not behave in the
same way.

What I would like to know is if there are facilities within UV to allow this
sort of behavior.

One scenario I dreamed up involved using the UNIX utility screen (which has
been ported to Windows with cygwin).  The issue would be tying screen
sessions to existing telnet sessions and incorporating security so that we
do not have people resuming one another's screen sessions.  Has anyone
attempted this?  Or is there a third party tool to do this?

The key thing is: as much transparency to the end user as possible.  The
tools we have available on the client side are AccuTerm 2K2; and UV (running
on various flavors of Windows 2000-2003) on our servers.  If screen is a
potential solution, the cygwin layer could be installed.

The reason I ask is because disconnects - which we have some control over;
but often is left to the whims of customer infrastructure, can cause garbed
up transactions; which gives us untold headaches.

Ideas, anyone?  We wouldn't go back to mvBASE if our lives depended on it;
but we do need to solve the disconnect issues for our customers who refuse
to pay for high quality data connections to our servers and the associated
equipment.

Thanks much,
Gabe
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Universe failure - why?

2008-01-22 Thread Bernard Lubin
This could be happening because there is an error on the file or on one of
the associated indices.  We had that error a couple of times. To fix, we
either rebuilt the indices or ran fixtool (at unix) to check if the file
needs to be fixed.  We also had that error if there is something wrong with
the key (eg control character or @VM, @SM)

Rgds

Bernard Lubin
Development Department
Reynolds and Reynolds
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Oaks, Harold
Sent: Wednesday, 23 January 2008 10:39 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Universe failure - why?

Can anybody help determine what to do about this error?

Hashdata = 490657843
Infohtype32=20, infosplit32=80, infomerge32=50
Infocurmod=80, infofilesp=66D80, infolargerec=651
Infonsplit=80, infobasemod=80

Contact Customer Support Immediately!!!
CRITICAL ERROR! Notify the system administrator.
Abnormal termination of Universe.
Fault type is 10.  Layer type is BASIC run machine.
Fault occurred in BASIC program APPRISSP at address 121e.
.profile[20]: 11947 Memory fault


The offending instruction in the program APPRISSP is just a write of a
record to a file.  How does this make Universe blow up?

Any help appreciated.


Harold D. Oaks
Sr. Analyst/Programmer
Office of the Budget and Information Systems
Clark County, Washington
ph: (360) 397-6121 x4132
fax: (360) 397-2342
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Universe failure - why?

2008-01-22 Thread karlp
If a forward link in the file structure is pointing to 'never never land'
on the disk, you can have memory faults as memory is exceeded.

Try this against the file:

LIST FILENAME F1 DET.SUP

and see if you get any errors. Alternatively, you could just run fixtool
-file FILENAME in the directory where the file is located and see what it
finds.

I'm sure I missed a switch of some type for fixtool... You'll get some
better help soon.

Karl


> Can anybody help determine what to do about this error?
>
> Hashdata = 490657843
> Infohtype32=20, infosplit32=80, infomerge32=50
> Infocurmod=80, infofilesp=66D80, infolargerec=651
> Infonsplit=80, infobasemod=80
>
> Contact Customer Support Immediately!!!
> CRITICAL ERROR! Notify the system administrator.
> Abnormal termination of Universe.
> Fault type is 10.  Layer type is BASIC run machine.
> Fault occurred in BASIC program APPRISSP at address 121e.
> .profile[20]: 11947 Memory fault
>
>
> The offending instruction in the program APPRISSP is just a write of a
> record to a file.  How does this make Universe blow up?
>
> Any help appreciated.
>
>
> Harold D. Oaks
> Sr. Analyst/Programmer
> Office of the Budget and Information Systems
> Clark County, Washington
> ph: (360) 397-6121 x4132
> fax: (360) 397-2342
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
>


-- 
Karl Pearson
Director of I.T.
ATS Industrial Supply, Inc.
[EMAIL PROTECTED]
http://www.atsindustrial.com
800-789-9300 x29
Local: 801-978-4429
Fax: 801-972-3888

"To mess up your Linux PC, you have to really work at it;
 to mess up a microsoft PC you just have to work on it."
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Universe failure - why?

2008-01-22 Thread Hona, David S
Corrupt file? Is the file over 4 GB?

What platform/OS version and UV version?

Regards,
David



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Oaks, Harold
Sent: Wednesday, January 23, 2008 10:39 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Universe failure - why?

Can anybody help determine what to do about this error?

Hashdata = 490657843
Infohtype32=20, infosplit32=80, infomerge32=50 Infocurmod=80,
infofilesp=66D80, infolargerec=651 Infonsplit=80, infobasemod=80

Contact Customer Support Immediately!!!
CRITICAL ERROR! Notify the system administrator.
Abnormal termination of Universe.
Fault type is 10.  Layer type is BASIC run machine.
Fault occurred in BASIC program APPRISSP at address 121e.
.profile[20]: 11947 Memory fault


The offending instruction in the program APPRISSP is just a write of a
record to a file.  How does this make Universe blow up?

Any help appreciated.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Universe failure - why?

2008-01-22 Thread Oaks, Harold
Can anybody help determine what to do about this error?

Hashdata = 490657843
Infohtype32=20, infosplit32=80, infomerge32=50
Infocurmod=80, infofilesp=66D80, infolargerec=651
Infonsplit=80, infobasemod=80

Contact Customer Support Immediately!!!
CRITICAL ERROR! Notify the system administrator.
Abnormal termination of Universe.
Fault type is 10.  Layer type is BASIC run machine.
Fault occurred in BASIC program APPRISSP at address 121e.
.profile[20]: 11947 Memory fault


The offending instruction in the program APPRISSP is just a write of a
record to a file.  How does this make Universe blow up?

Any help appreciated.


Harold D. Oaks
Sr. Analyst/Programmer
Office of the Budget and Information Systems
Clark County, Washington
ph: (360) 397-6121 x4132
fax: (360) 397-2342
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniDK

2008-01-22 Thread Symeon Breen
I have recently received the latest one and it is version 2.1.2.7232

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gerry-u2ug
Sent: 22 January 2008 18:17
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UniDK

Thanks Jerry.

Before I beat my head against the proverbial wall trying to dig up a
login for this ( why why why ? )  can anyone tell me what the most
recent version of the UODOTNET.dll is ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jerry Banker
Sent: January 22, 2008 10:07 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UniDK

http://www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=u2trial
s

Jerry Banker

> -Original Message-
> From: gerry-u2ug [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 22, 2008 8:03 AM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] UniDK
> 
> Brain freeze - can someone provide a link to the latest UniDK ?
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slave Printing Problem

2008-01-22 Thread Bessel, Karen
Thanks everyone for your ideas...



I don't know who'all is familiar with AbleTerm, but there are a few
slave-printing methods. One is "auto detect" and another is "passthru".
Auto detect would not work. Passthru works; the heading what appears to
be a control character (a blank space followed by a semicolon). I'm not
sure where that's coming from; it's not in the proc. The heading is
created as a proc in a separate file and the original proc pulls the
info from that heading file. Main proc looks like something like this.



HSORT MY.FILE

H BLAH BLAH BLAH BLAH

H HEADING

[HEADING.FILE RPT.HEADING]

H NOPAGE ID-SUPP DBL-SPC

P

X



Heading proc looks something like this:



PQ

H "HEADING OF REPORT 'L'PAGE 'PLL'"



I don't know why this would be a problem.  When I put a PW in the main
proc, it builds the sort command perfectly fine. I am sure glad that I
have finally got a solution. I have wasted so much time on this.







-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tim Stokes
Sent: Tuesday, January 22, 2008 2:44 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Slave Printing Problem



A simple test that can be performed to see if it is Able Term or

universe. Using Hyper AND A VT100 emulation.

0001: PRINT CHAR(27):"[5i"

0002: FOR A = 1 TO 10

0003: PRINT A

0004: NEXT A

0005: PRINT CHAR(12):

0006: PRINT CHAR(27):"[4i"



This should print to your default printer.







You can use the same program modifying for the WYSE-50 on your Able

Term.

If nothing prints then you are correct and Universe and AbleTerm are not

working with each other.



-Original Message-

From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED] On Behalf Of Bessel, Karen

Sent: Tuesday, January 22, 2008 9:39 AM

To: u2-users@listserver.u2ug.org

Subject: RE: [U2] Slave Printing Problem



The terminal emulation software is "Ableterm" and I'm emulating a

Wyse-50. The terminal emulation settings work fine with other clients as

well as in-house, so I believe that this is a problem with their version

of UV playing nicely with Ableterm.



-Original Message-

From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED] On Behalf Of Tim Stokes

Sent: Monday, January 21, 2008 4:03 PM

To: u2-users@listserver.u2ug.org

Subject: RE: [U2] Slave Printing Problem



Is this a dumb terminal or a terminal emulator?





-Original Message-

From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED] On Behalf Of Bessel, Karen

Sent: Monday, January 21, 2008 3:33 PM

To: u2-users@listserver.u2ug.org

Subject: [U2] Slave Printing Problem



Turning auxiliary port on/off using CHAR(18) and (20) - I have also

tried (24) & (20).







After the CHAR(18)/(24), the slave output is turned on but it does not

capture any of the output. This is occurring with both proc & BP type

output. If I run the proc/BP to spooler hold, there is "printed" output

so it's not an issue with selection criteria/data/etc.







This is a really old version of UV (9.5.1.1).







Any ideas?

---

u2-users mailing list

u2-users@listserver.u2ug.org

To unsubscribe please visit http://listserver.u2ug.org/

---

u2-users mailing list

u2-users@listserver.u2ug.org

To unsubscribe please visit http://listserver.u2ug.org/

---

u2-users mailing list

u2-users@listserver.u2ug.org

To unsubscribe please visit http://listserver.u2ug.org/

---

u2-users mailing list

u2-users@listserver.u2ug.org

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


RE: [U2] UniData I/O Error 14005

2008-01-22 Thread Bill Haskett
Martin:

Check with IBM, or review some of Wally's troubleshooting guides.

Bill 

>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of Martin Scholl
>Sent: Tuesday, January 22, 2008 12:02 PM
>To: u2-users@listserver.u2ug.org
>Subject: RE: [U2] UniData I/O Error 14005
>
>Thanks, there is a hint:
>
>U_open_large_file_error in U_openfile of file 'SEND.LOG' 
>key='', number = 0
>
>I have plenty of those errors and then one:
>Unable to receive successful start message from SMM
>
>I ran Guide on the SEND.LOG file and it didn't find errors but 
>the file, it
>is a dynamic file, is 2GB big. Maybe it is time to purge.
>
>
>
>Martin Scholl
>18910 New Hampshire Ave
>Brinklow, MD 20862
>Phone: 301-924-5537
>Cell: 301-613-9572
>[EMAIL PROTECTED]
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Colin Alfke
>Sent: Tuesday, January 22, 2008 11:44 AM
>To: u2-users@listserver.u2ug.org
>Subject: RE: [U2] UniData I/O Error 14005
>
>Anything in the udt.errlog?
>
>hth
>Colin Alfke
>Calgary, Canada 
>
>-Original Message-
>From: Martin Scholl
>
>I have a client who recently started to have I/O errors in writing to
>UniData on Windows, accessed through UniObjects.
>It caused some nasty problems and I finally tracked it down to 
>error number
>14005, which is listed as I/O error.
>The windows event viewer has no entry, so I think it is just 
>within UniData.
>The customer has a RAID array.
>Any insight would be appreciated.
>
>Martin Scholl
>---
>u2-users mailing list
>u2-users@listserver.u2ug.org
>To unsubscribe please visit http://listserver.u2ug.org/
>
>
>No virus found in this incoming message.
>Checked by AVG Free Edition. 
>Version: 7.5.516 / Virus Database: 269.19.8/1236 - Release 
>Date: 1/21/2008
>8:23 PM
> 
>
>No virus found in this outgoing message.
>Checked by AVG Free Edition. 
>Version: 7.5.516 / Virus Database: 269.19.8/1236 - Release 
>Date: 1/21/2008
>8:23 PM
>---
>u2-users mailing list
>u2-users@listserver.u2ug.org
>To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniDK

2008-01-22 Thread Bill Haskett
Gerry:

Just in case, I believe I could only use 2196 for mv.NET.  There is a more 
recent
version in my latest SDK of 7211.

Hope this helps.

Bill 

>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of gerry-u2ug
>Sent: Tuesday, January 22, 2008 10:17 AM
>To: u2-users@listserver.u2ug.org
>Subject: RE: [U2] UniDK
>
>Thanks Jerry.
>
>Before I beat my head against the proverbial wall trying to dig up a
>login for this ( why why why ? )  can anyone tell me what the most
>recent version of the UODOTNET.dll is ?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniData I/O Error 14005

2008-01-22 Thread Colin Alfke
2GB is the max for a static file. Dynamic should break it up so no part is
bigger than 2GB.

Only 2 more ideas:
1. is it a PE version - the file size is limited
2. Do you have @udthome in the VOC item for the dynamic file (if so update
it to the correct path - it doesn't seem to like it).

hth
Colin Alfke
Calgary Canada

-Original Message-
From: Martin Scholl

Thanks, there is a hint:

U_open_large_file_error in U_openfile of file 'SEND.LOG' key='', number = 0

I have plenty of those errors and then one:
Unable to receive successful start message from SMM

I ran Guide on the SEND.LOG file and it didn't find errors but the file, it
is a dynamic file, is 2GB big. Maybe it is time to purge.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] What is the BREAK key setting for Dynamic connect?

2008-01-22 Thread Bob Little
(1) Setup->Keyboard and then set the value in the text area labeled "Break Key" 
to 255. Then Ctrl-C will send a break signal.  Also make sure the Control-C 
sequence isn't tied to a macro definition.

(2) TERM 132,51 sets the display to 132 wide x 51 high.



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Bartlett
Sent: Tuesday, January 22, 2008 1:22 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] What is the BREAK key setting for Dynamic connect?

Its about 4 years since I worked on a UniVerse box. I've worked in Clarion /
Javascript / HTML / MS SQL Server 2005 since. 

Returning to U2 is amazingly confusing!

 

So bear with me.

 

(1) I'm having a problem setting my Break key. is it Ctrl-C, Ctrl-B or
Ctrl-Break? And when I press Ctrl-C I get a dialog saying noth is
highlighted. I'm getting really bored opening another session to kill the
looping process.

(2) How do I set the terminal to 132 chars wide to view reports?

 

Thanks

 

Dennis bartlett
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Dynamic Connect keyboard definitions

2008-01-22 Thread Tim Stokes
I have saved the definitions but they still return to the default
values.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dennis Bartlett
Sent: Tuesday, January 22, 2008 1:17 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Dynamic Connect keyboard definitions

After you change the Keyboard etc settings, you need to click "Save"
under
the File menu - this will preserve your settings.



-Original Message-
Subject: [U2] Dynamic Connect keyboard definitions

I am trying to save keyboard definitions from one session to the next.
Mainly
the keypad. The definitions will be changed before login but lost after
I
enter the user name and password. I have saved the keyboard definition
and
have placed it in the post session open script.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slave Printing Problem

2008-01-22 Thread Tim Stokes
A simple test that can be performed to see if it is Able Term or
universe. Using Hyper AND A VT100 emulation. 
0001: PRINT CHAR(27):"[5i" 
0002: FOR A = 1 TO 10 
0003: PRINT A 
0004: NEXT A 
0005: PRINT CHAR(12): 
0006: PRINT CHAR(27):"[4i" 

This should print to your default printer. 



You can use the same program modifying for the WYSE-50 on your Able
Term. 
If nothing prints then you are correct and Universe and AbleTerm are not
working with each other. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bessel, Karen
Sent: Tuesday, January 22, 2008 9:39 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Slave Printing Problem

The terminal emulation software is "Ableterm" and I'm emulating a
Wyse-50. The terminal emulation settings work fine with other clients as
well as in-house, so I believe that this is a problem with their version
of UV playing nicely with Ableterm. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tim Stokes
Sent: Monday, January 21, 2008 4:03 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Slave Printing Problem

Is this a dumb terminal or a terminal emulator?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bessel, Karen
Sent: Monday, January 21, 2008 3:33 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Slave Printing Problem

Turning auxiliary port on/off using CHAR(18) and (20) - I have also
tried (24) & (20).



After the CHAR(18)/(24), the slave output is turned on but it does not
capture any of the output. This is occurring with both proc & BP type
output. If I run the proc/BP to spooler hold, there is "printed" output
so it's not an issue with selection criteria/data/etc.



This is a really old version of UV (9.5.1.1).



Any ideas?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
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 rogu2
Since I'm working on a similar project, these responses have been great.   But 
I have a couple of concerns.

What impact does printing all those 'blank forms' have on toner yield and/or 
the impact on the toner 'drum'?   'Our' invoice probably has 3-4 times the 
amount of text compared to the actual invoice information.   Legalese, plus all 
of the vertical and horizontal lines and the half tone columns.

I'm working with a sourceless system.   The current invoice prints on lines 3 
and line 65.  Which means we're printing outside of the usual 1/2 inch margin 
that many lasers require.   Does that mean I'll have to print at only 
96%(whatever it would take) of 'normal' size to stay within the margins?

Thanks all.
Rog
- Original Message -
From: Terry Stennette 
Date: Tuesday, January 22, 2008 1:22 pm
Subject: Re: [U2] forms / imaging / doc overlay software
To: u2-users@listserver.u2ug.org

> Thank you all for the many helpful replies on this topic. I have 
> forwarded these to the decision makers for their review.> 
> Thanks again,
> 
> Terry 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniData I/O Error 14005

2008-01-22 Thread Martin Scholl
Thanks, there is a hint:

U_open_large_file_error in U_openfile of file 'SEND.LOG' key='', number = 0

I have plenty of those errors and then one:
Unable to receive successful start message from SMM

I ran Guide on the SEND.LOG file and it didn't find errors but the file, it
is a dynamic file, is 2GB big. Maybe it is time to purge.



Martin Scholl
18910 New Hampshire Ave
Brinklow, MD 20862
Phone: 301-924-5537
Cell: 301-613-9572
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Colin Alfke
Sent: Tuesday, January 22, 2008 11:44 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UniData I/O Error 14005

Anything in the udt.errlog?

hth
Colin Alfke
Calgary, Canada 

-Original Message-
From: Martin Scholl

I have a client who recently started to have I/O errors in writing to
UniData on Windows, accessed through UniObjects.
It caused some nasty problems and I finally tracked it down to error number
14005, which is listed as I/O error.
The windows event viewer has no entry, so I think it is just within UniData.
The customer has a RAID array.
Any insight would be appreciated.

Martin Scholl
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.8/1236 - Release Date: 1/21/2008
8:23 PM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.8/1236 - Release Date: 1/21/2008
8:23 PM
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Uniobjects for Java

2008-01-22 Thread Charles_Shaffer
Thanks John,

That was it.  I am using Eclipse and added the  asjava.zip to the 
libraries pane and it seems to be aware now.

Charles Shaffer
Senior Analyst
NTN-Bower Corporation




[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
01/22/2008 11:21 AM
Please respond to u2-users

 
To: u2-users@listserver.u2ug.org
cc: 
Subject:Re: [U2] Uniobjects for Java


Charles,

does your CLASSPATH environment variable correctly point at asjava.zip - 
it
should include the full path to this file.

John Appleyard





 
 [EMAIL PROTECTED] 
 tn-bower.com 
 Sent by:   To 

 [EMAIL PROTECTED] u2-users@listserver.u2ug.org 
 stserver.u2ug.org  cc 

 
   Subject 

 22/01/2008 16:34  [U2] Uniobjects for Java 
 
 
 Please respond to 
 [EMAIL PROTECTED] 
er.u2ug.org 
 
 



I am checking out Uniobjects for Java and am putting together a test app.
I include the line

import asjava.uniobjects.*;

 outside of the Class, but get a message "The import asjava cannot be
resolved."

The Uniobjects software from the client disc is installed at
C:\IBM\UniDK\uojsdk.  Do I need to register the library, or provide the
full path to the lib?

Charles Shaffer
Senior Analyst
NTN-Bower Corporation
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

This email was Anti Virus checked by Astaro Security Gateway. 
http://www.astaro.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] What is the BREAK key setting for Dynamic connect?

2008-01-22 Thread Brenda Price
I do not know what Dynamic connect's break sequence is.  Ours is CTRL +
"\", maybe that will work for you.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slave Printing Problem

2008-01-22 Thread T Stokes
A simple test that can be performed to see if it is Able Term or universe.
Using Hyper AND A VT100 emulation.
0001: PRINT CHAR(27):"[5i"
0002: FOR A = 1 TO 10
0003: PRINT A
0004: NEXT A
0005: PRINT CHAR(12):
0006: PRINT CHAR(27):"[4i"

This should print to your default printer.



You can use the same program modifying for the WYSE-50 on your Able Term.
If nothing prints then you are correct and Universe and AbleTerm are not
working with each other.



Bessel, Karen wrote:
> 
> The terminal emulation software is "Ableterm" and I'm emulating a
> Wyse-50. The terminal emulation settings work fine with other clients as
> well as in-house, so I believe that this is a problem with their version
> of UV playing nicely with Ableterm. 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Tim Stokes
> Sent: Monday, January 21, 2008 4:03 PM
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] Slave Printing Problem
> 
> Is this a dumb terminal or a terminal emulator?
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bessel, Karen
> Sent: Monday, January 21, 2008 3:33 PM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] Slave Printing Problem
> 
> Turning auxiliary port on/off using CHAR(18) and (20) - I have also
> tried (24) & (20).
> 
> 
> 
> After the CHAR(18)/(24), the slave output is turned on but it does not
> capture any of the output. This is occurring with both proc & BP type
> output. If I run the proc/BP to spooler hold, there is "printed" output
> so it's not an issue with selection criteria/data/etc.
> 
> 
> 
> This is a really old version of UV (9.5.1.1).
> 
> 
> 
> Any ideas?
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Slave-Printing-Problem-tp15007599p15026211.html
Sent from the U2 - Users mailing list archive at Nabble.com.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Uniobjects for Java

2008-01-22 Thread Richard Nuckolls
You need to set your classpath, which indicates where you need to  
look for code.
In your case, were you are probably executing javac in the same  
location that you have placed the test program, try


set CLASSPATH=C:\IBM\UniDK\uojsdk\asjava.zip;.

Note the period after the semicolon which indicates that you are  
including the current directory.


See

http://java.sun.com/j2se/1.3/docs/tooldocs/win32/classpath.html

for a write up.

-Rick


=
Richard Nuckolls
Lynden, Inc.


On Jan 22, 2008, at 8:34 AM, [EMAIL PROTECTED] wrote:

I am checking out Uniobjects for Java and am putting together a  
test app.

I include the line

import asjava.uniobjects.*;

 outside of the Class, but get a message "The import asjava cannot be
resolved."

The Uniobjects software from the client disc is installed at
C:\IBM\UniDK\uojsdk.  Do I need to register the library, or provide  
the

full path to the lib?

Charles Shaffer
Senior Analyst
NTN-Bower Corporation
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
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 Bob Rasmussen
On Tue, 22 Jan 2008, Jerry Neff wrote:

> Terry, you received an impressive response to your inquiry.  I am
> looking for a way to display tax forms, with data, to the web where
> users can print their own form once logged into their account.  For us
> emailing, printing and mailing are too costly.

If I understand correctly, you're looking at a situation where the user 
has only a web browser with which to access your system, and you want to 
deliver precise print output. You most likely have no control over, or 
even knowledge of, what kind of printer they have.

You certainly can't rely on the printing capabilities of the browser. Do I 
need to support that statement?

There are really only two ways to do that: a) PDF generation, and b) 
client-side code. I'll discuss both.

a) PDF generation

A PDF has the benefit of portability (that's what the P is for). Adobe 
Reader is available on a variety of platforms, users can view as well as 
print, and it can print very reliably on virtually any printer. You can 
generate PDFs on demand, using a variety of software tools, but it isn't 
necessarily easy, especially from a legacy programming environment. Adding 
form images complicates matters.

b) Client-side code

A piece of code running on the client's machine, such as a browser add-in 
or an ActiveX object, has the advantage of having closely-coupled access 
to the user's printer. It knows how big the paper is, and how much of the 
page the printer can print on. If it gets "told" to print something 
precisely, it can do so.

As you might guess, we have solutions available for both scenarios, as 
follows:

a) Print Wizard as a PDF generator

Our Print Wizard software can run on any Windows platform, and take as 
input a text file with a (optionally) a few HTML-like markup tags. You 
would also tell PW to use a particular file as an overlay. And finally, 
you tell PW that its output should be a PDF with a certain name.

So in a nutshell, PW provides a high-level interface to PDF generation.

b) Web Print Object (WePO)

WePO is an ActiveX object that can be download-installed onto users' PCs, 
if they are running IE on Windows. You then build a web page to contain 
the object and tell it what to print. When the user clicks the Print 
button (presented by the object), WePO fetches a specified report file and 
a specified overlay from your server, and prints the output on the user's 
printer. The report file and the overlay file are as described in a) 
above.

Demos of all this are available on our website. Feel free to contact me 
for help in understanding what we offer.

Regards,
Bob Rasmussen,   President,   Rasmussen Software, Inc.

personal e-mail: [EMAIL PROTECTED]
 company e-mail: [EMAIL PROTECTED]
  voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
fax: (US) 503-624-0760
web: http://www.anzio.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Dynamic Connect keyboard definitions

2008-01-22 Thread Dennis Bartlett
After you change the Keyboard etc settings, you need to click "Save" under
the File menu - this will preserve your settings.



-Original Message-
Subject: [U2] Dynamic Connect keyboard definitions

I am trying to save keyboard definitions from one session to the next.
Mainly
the keypad. The definitions will be changed before login but lost after I
enter the user name and password. I have saved the keyboard definition and
have placed it in the post session open script.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] What is the BREAK key setting for Dynamic connect?

2008-01-22 Thread Dennis Bartlett
Its about 4 years since I worked on a UniVerse box. I've worked in Clarion /
Javascript / HTML / MS SQL Server 2005 since. 

Returning to U2 is amazingly confusing!

 

So bear with me.

 

(1) I'm having a problem setting my Break key. is it Ctrl-C, Ctrl-B or
Ctrl-Break? And when I press Ctrl-C I get a dialog saying noth is
highlighted. I'm getting really bored opening another session to kill the
looping process.

(2) How do I set the terminal to 132 chars wide to view reports?

 

Thanks

 

Dennis bartlett
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniDK

2008-01-22 Thread gerry-u2ug
Thanks Jerry.

Before I beat my head against the proverbial wall trying to dig up a
login for this ( why why why ? )  can anyone tell me what the most
recent version of the UODOTNET.dll is ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jerry Banker
Sent: January 22, 2008 10:07 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UniDK

http://www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=u2trial
s

Jerry Banker

> -Original Message-
> From: gerry-u2ug [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 22, 2008 8:03 AM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] UniDK
> 
> Brain freeze - can someone provide a link to the latest UniDK ?
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Uniobjects for Java

2008-01-22 Thread John_Appleyard
Charles,

does your CLASSPATH environment variable correctly point at asjava.zip - it
should include the full path to this file.

John Appleyard





   
 [EMAIL PROTECTED] 
 tn-bower.com  
 Sent by:   To 
 [EMAIL PROTECTED] u2-users@listserver.u2ug.org
 stserver.u2ug.org  cc 
   
   Subject 
 22/01/2008 16:34  [U2] Uniobjects for Java
   
   
 Please respond to 
 [EMAIL PROTECTED] 
er.u2ug.org
   
   



I am checking out Uniobjects for Java and am putting together a test app.
I include the line

import asjava.uniobjects.*;

 outside of the Class, but get a message "The import asjava cannot be
resolved."

The Uniobjects software from the client disc is installed at
C:\IBM\UniDK\uojsdk.  Do I need to register the library, or provide the
full path to the lib?

Charles Shaffer
Senior Analyst
NTN-Bower Corporation
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniData I/O Error 14005

2008-01-22 Thread Colin Alfke
Anything in the udt.errlog?

hth
Colin Alfke
Calgary, Canada 

-Original Message-
From: Martin Scholl

I have a client who recently started to have I/O errors in writing to
UniData on Windows, accessed through UniObjects.
It caused some nasty problems and I finally tracked it down to error number
14005, which is listed as I/O error.
The windows event viewer has no entry, so I think it is just within UniData.
The customer has a RAID array.
Any insight would be appreciated.

Martin Scholl
---
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 Jerry Neff
Terry, you received an impressive response to your inquiry.  I am
looking for a way to display tax forms, with data, to the web where
users can print their own form once logged into their account.  For us
emailing, printing and mailing are too costly.

jln

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Terry Stennette
Sent: Monday, January 21, 2008 11:41 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] forms / imaging / doc overlay software

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.

Thanks,
Terry
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Uniobjects for Java

2008-01-22 Thread Charles_Shaffer
I am checking out Uniobjects for Java and am putting together a test app. 
I include the line 

import asjava.uniobjects.*;

 outside of the Class, but get a message "The import asjava cannot be 
resolved." 

The Uniobjects software from the client disc is installed at 
C:\IBM\UniDK\uojsdk.  Do I need to register the library, or provide the 
full path to the lib?

Charles Shaffer
Senior Analyst
NTN-Bower Corporation
---
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 Terry Stennette
Thank you all for the many helpful replies on this topic. I have forwarded 
these to the decision makers for their review.


Thanks again,

Terry 
---

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


[U2] Dynamic Connect keyboard definitions

2008-01-22 Thread T Stokes
I am trying to save keyboard definitions from one session to the next. Mainly
the keypad. The definitions will be changed before login but lost after I
enter the user name and password. I have saved the keyboard definition and
have placed it in the post session open script.
 
-- 
View this message in context: 
http://www.nabble.com/Dynamic-Connect-keyboard-definitions-tp15022326p15022326.html
Sent from the U2 - Users mailing list archive at Nabble.com.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniDK

2008-01-22 Thread Jerry Banker
http://www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=u2trial
s

Jerry Banker

> -Original Message-
> From: gerry-u2ug [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 22, 2008 8:03 AM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] UniDK
> 
> Brain freeze - can someone provide a link to the latest UniDK ?
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UniData I/O Error 14005

2008-01-22 Thread Martin Scholl
I have a client who recently started to have I/O errors in writing to
UniData on Windows, accessed through UniObjects.
It caused some nasty problems and I finally tracked it down to error number
14005, which is listed as I/O error.
The windows event viewer has no entry, so I think it is just within UniData.
The customer has a RAID array.
Any insight would be appreciated.

Martin Scholl
18910 New Hampshire Ave
Brinklow, MD 20862
Phone: 301-924-5537
Cell: 301-613-9572
[EMAIL PROTECTED]

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.8/1236 - Release Date: 1/21/2008
8:23 PM
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slave Printing Problem

2008-01-22 Thread Bessel, Karen
The terminal emulation software is "Ableterm" and I'm emulating a
Wyse-50. The terminal emulation settings work fine with other clients as
well as in-house, so I believe that this is a problem with their version
of UV playing nicely with Ableterm. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tim Stokes
Sent: Monday, January 21, 2008 4:03 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Slave Printing Problem

Is this a dumb terminal or a terminal emulator?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bessel, Karen
Sent: Monday, January 21, 2008 3:33 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Slave Printing Problem

Turning auxiliary port on/off using CHAR(18) and (20) - I have also
tried (24) & (20).



After the CHAR(18)/(24), the slave output is turned on but it does not
capture any of the output. This is occurring with both proc & BP type
output. If I run the proc/BP to spooler hold, there is "printed" output
so it's not an issue with selection criteria/data/etc.



This is a really old version of UV (9.5.1.1).



Any ideas?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UniDK

2008-01-22 Thread gerry-u2ug
Brain freeze - can someone provide a link to the latest UniDK ?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] forms / imaging / doc overlay software [not-secure]

2008-01-22 Thread Hennessey, Mark F.
We use PlanetPress Suite from Objectif Lune:
http://www.objectiflune.com/OL/en-CA/Products/PlanetPressSuite/Index.asp
x

It truly is the greatest thing since sliced bread. It's ALMOST as good
as beer. Considering what it does, it is cheap. I'd say it would be
cheap at twice the cost. The company has excellent support, and are VERY
responsive to requests. We use the PlanetPress design tool to create
forms and PlanetWatch to merge data with the forms and spool the
resultant PostScript to the printer. Depending on your situation, it may
be better to download the forms to the printers and send the data only. 

Our old/old and old/new forms generation solutions were nroff and groff
(ditroff for the hardcore). We use the same method to extract data for
forms/notices. Some become data files to be .so'd into nroff/groff
documents. The 'new/new' forms get shipped to the PlanetWatch server via
lpr. Watch merges the data with the form and sends to the specified
printer, creates a PDF archive using PlanetPress Image. 

Designing forms is a snap. If you are lazy, or the form is complicated,
simply drag a PDF of the original form into the design tool. 

Watch can accept inputs via lp, ftp, e-mail attachments, telnet, as an
HTTP server or client, as a SOAP client, and more. We currently send
jobs from our UV server (Solaris) via lp and ftp jobs from the IBM main
frame.  It's our Swiss (Canadian?) Army Knife for printing/imaging. 

I can not speak highly enough about the software or Objectif Lune.
Download a demo and kick the tires. You will be impressed.

http://www.objectiflune.com/OL/en-CA/Download/Demo/PlanetPressSuite.aspx




Mark Hennessey

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Terry Stennette
Sent: Monday, January 21, 2008 2:41 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] forms / imaging / doc overlay software

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.

Thanks,
Terry
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slave Printing Problem

2008-01-22 Thread Richard Sammartino
Karen, when we sent output to a slave printer we check to see if the
emulator is using a VT100 or WYSE 60 setting. For the VT100, we send
CHAR(27):"[5i". This turns transparency on. When we are done we send
CHAR(27):"[4i". For the WYSE 60 we send CHAR(18) to turn on and CHAR(20) to
turn it off. I also found some code that used at one time CHAR(27):"d%"  and
CHAR(27):"d#". I hope this helps.

Rich

Richard Sammartino
Systems Analyst
School District of Philadelphia
440 N Broad Street
Philadelphia,  Pa 19130
Phone: (215) 400-5086
Fax:   (215) 400-4411 




---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
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/