Re: [U2] Viewpoint Emulation

2010-12-17 Thread Jeff Schasny
I use the SSH Term Pro app on my iPhone and the vt100 emulation works 
nicely with the Universe vt100 term type. I believe it is also available 
for the iPad.


Caminiti, Marc wrote:

We currently run viewpoint emulation, but there have been some requests
to be able to connect to our system via an iPad.  I see that there is an
software package out there called iSSH that will allow the connection to
our system, but it does not have the viewpoint emulation.

 


If I connect to our system with a vt100 emulation, and issue a TERM
vt100 from TCL, our menu options work fine, but it seems like any
programs where we use the @(#,#) to position the cursor a $<5> appears
on the screen then the text.

 


This little program

CRT @(0,0):@(-1):"HELLO"

CRT @(5,5):"GOOD BYE"

 


Clears the screen, puts HELLO at the upper left, but then in position
5,5 it displays $<5>GOOD BYE

 


Is there a termcap definition that I need to change, or a TERM value I
need to change?

 


We run RHEL 5.3, UV 10.2.7

 


Thanks in Advance

marc

 


Marc Caminiti

IS Manager

Nashbar Direct, Inc

6103 State Route 446

Canfield, OH 44406

330.533.1989, ext 336

330.702.9733, fax

 


Law of Logical Argument - Anything is possible if you don't know what
you are talking about.

 




CONFIDENTIALITY NOTICE: This e-mail and any attachments may contain 
confidential information that is legally privileged. The information is solely 
for the use of the intended recipient(s). Any disclosure, copying, 
distribution, or other use of this information is strictly prohibited. If you 
have received this e-mail in error, please notify the sender by return e-mail 
and delete this message.

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

  


--

Jeff Schasny - Denver, Co, USA
jschasny at gmail dot 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 Caminiti, Marc
Symeon

vt220 works for what we will need.

Thanks again!
marc

 

Marc Caminiti
IS Manager
Nashbar Direct, Inc
6103 State Route 446
Canfield, OH 44406
330.533.1989, ext 336
330.702.9733, fax

Law of the Result - When you try to prove to someone that a machine
won't work, it will.


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen
Sent: Friday, December 17, 2010 1:40 PM
To: 'U2 Users List'
Subject: Re: [U2] Viewpoint Emulation

I would always try to use vt220 rather than vt100, also xterm works well
with things like putty which is an ssh client.

 

 

 

From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Caminiti,
Marc
Sent: 17 December 2010 18:27
To: U2 Users List
Subject: [U2] Viewpoint Emulation

 

We currently run viewpoint emulation, but there have been some requests
to be able to connect to our system via an iPad.  I see that there is an
software package out there called iSSH that will allow the connection to
our system, but it does not have the viewpoint emulation.



If I connect to our system with a vt100 emulation, and issue a TERM
vt100 from TCL, our menu options work fine, but it seems like any
programs where we use the @(#,#) to position the cursor a $<5> appears
on the screen then the text.



This little program

CRT @(0,0):@(-1):"HELLO"

CRT @(5,5):"GOOD BYE"



Clears the screen, puts HELLO at the upper left, but then in position
5,5 it displays $<5>GOOD BYE



Is there a termcap definition that I need to change, or a TERM value I
need to change?



We run RHEL 5.3, UV 10.2.7



Thanks in Advance

marc



Marc Caminiti

IS Manager

Nashbar Direct, Inc

6103 State Route 446

Canfield, OH 44406

330.533.1989, ext 336

330.702.9733, fax



Law of Logical Argument - Anything is possible if you don't know what
you are talking about.





CONFIDENTIALITY NOTICE: This e-mail and any attachments may contain
confidential information that is legally privileged. The information is
solely for the use of the intended recipient(s). Any disclosure,
copying,
distribution, or other use of this information is strictly prohibited.
If
you have received this e-mail in error, please notify the sender by
return
e-mail and delete this message.

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

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1188 / Virus Database: 1435/3321 - Release Date: 12/17/10

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


CONFIDENTIALITY NOTICE: This e-mail and any attachments may contain 
confidential information that is legally privileged. The information is solely 
for the use of the intended recipient(s). Any disclosure, copying, 
distribution, or other use of this information is strictly prohibited. If you 
have received this e-mail in error, please notify the sender by return e-mail 
and delete this message.


___
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] Viewpoint Emulation

2010-12-17 Thread Symeon Breen
I would always try to use vt220 rather than vt100, also xterm works well
with things like putty which is an ssh client.

 

 

 

From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Caminiti, Marc
Sent: 17 December 2010 18:27
To: U2 Users List
Subject: [U2] Viewpoint Emulation

 

We currently run viewpoint emulation, but there have been some requests
to be able to connect to our system via an iPad.  I see that there is an
software package out there called iSSH that will allow the connection to
our system, but it does not have the viewpoint emulation.



If I connect to our system with a vt100 emulation, and issue a TERM
vt100 from TCL, our menu options work fine, but it seems like any
programs where we use the @(#,#) to position the cursor a $<5> appears
on the screen then the text.



This little program

CRT @(0,0):@(-1):"HELLO"

CRT @(5,5):"GOOD BYE"



Clears the screen, puts HELLO at the upper left, but then in position
5,5 it displays $<5>GOOD BYE



Is there a termcap definition that I need to change, or a TERM value I
need to change?



We run RHEL 5.3, UV 10.2.7



Thanks in Advance

marc



Marc Caminiti

IS Manager

Nashbar Direct, Inc

6103 State Route 446

Canfield, OH 44406

330.533.1989, ext 336

330.702.9733, fax



Law of Logical Argument - Anything is possible if you don't know what
you are talking about.





CONFIDENTIALITY NOTICE: This e-mail and any attachments may contain
confidential information that is legally privileged. The information is
solely for the use of the intended recipient(s). Any disclosure, copying,
distribution, or other use of this information is strictly prohibited. If
you have received this e-mail in error, please notify the sender by return
e-mail and delete this message.

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

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1188 / Virus Database: 1435/3321 - Release Date: 12/17/10

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


[U2] Viewpoint Emulation

2010-12-17 Thread Caminiti, Marc
We currently run viewpoint emulation, but there have been some requests
to be able to connect to our system via an iPad.  I see that there is an
software package out there called iSSH that will allow the connection to
our system, but it does not have the viewpoint emulation.

 

If I connect to our system with a vt100 emulation, and issue a TERM
vt100 from TCL, our menu options work fine, but it seems like any
programs where we use the @(#,#) to position the cursor a $<5> appears
on the screen then the text.

 

This little program

CRT @(0,0):@(-1):"HELLO"

CRT @(5,5):"GOOD BYE"

 

Clears the screen, puts HELLO at the upper left, but then in position
5,5 it displays $<5>GOOD BYE

 

Is there a termcap definition that I need to change, or a TERM value I
need to change?

 

We run RHEL 5.3, UV 10.2.7

 

Thanks in Advance

marc

 

Marc Caminiti

IS Manager

Nashbar Direct, Inc

6103 State Route 446

Canfield, OH 44406

330.533.1989, ext 336

330.702.9733, fax

 

Law of Logical Argument - Anything is possible if you don't know what
you are talking about.

 



CONFIDENTIALITY NOTICE: This e-mail and any attachments may contain 
confidential information that is legally privileged. The information is solely 
for the use of the intended recipient(s). Any disclosure, copying, 
distribution, or other use of this information is strictly prohibited. If you 
have received this e-mail in error, please notify the sender by return e-mail 
and delete this message.

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


Re: [U2] universe SQL sort speed with mv associations?

2010-12-17 Thread Shane Ricciardi
>Boydell, Stuart  spotless.com.au> writes:
> 
> Hmm, I just tried the 2 different selects ... order by f1,f2 ... and order by
@id,f1,f2 on one of my files with
> 27000 items/ 15 exploded rows and there was no appreciable difference
between the 2. The select took
> only about a 2 second delay to start returning rows to screen in both cases.
(UV 10.2.4/AIX)
> So that makes your order by look very slow considering the number of items.
Maybe have a look at your file
> sizing or your SQL environment (SET.SQL).
> Stuart
> 

Actually my SELECT with an ORDER BY also returns records to screen very quickly
- the difference is when I capture all the results. For some reason the sorted
SELECT will get slower and slower until it comes to a crawl. The unsorted one
will return the entire result set very quickly. So however it's working, it
figures out what to sort *very quickly* because it begins to return results
almost immediately, but it must be performing additional work to display each
record because it starts to really slow down. I've checked things like file
size, indexes, etc... but nothing seems to help. Yesterday I ran a query that
returned the entire result set without an ORDER BY in 12 seconds, but with the
ORDER BY on 2 columns took 55 minutes! Both returned the exact same number of
records. And like I said, they both return initial results to screen very
quickly. Something's not right.

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