RE: [U2] [UV/Windows] Authentication / encryption issues

2004-06-07 Thread uniVerse mailing list
This was discussed a long time ago from what I remember and there are (freeware) ssh shells that you can put on the server and client that will therefore encrypt the data (using putty if memory serves me correct).You set sbclient to point to the local ssh client which connected to ssh on the server

[U2] ISA client and Universe Telnet Service

2004-06-07 Thread Andy Moore
DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please delete it and notify the sender immediately. Please note that there is no guarantee tha

RE: [U2] Resizing files from dynamic to hashed.

2004-06-07 Thread Dennis Bartlett
Hey, Andre! I'd go along with Jeff, being as he's definitely the boff in this, but I tend to find that physical size can be misleading. Perhaps in this instance, where the resize is changing from dynamic to static hash, the physical size is important - perhaps this is the only size you can get ho

RE: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-07 Thread Anthony Dzikiewicz
If you main computer goes down your dumb terminals are history and you might have to close the store till it is fixed. If you replace with PC's which are cheaper than your dumb terminals you can run a local pc point of sale software in the event of your main machine failure. ... ... Yes if the

RE: [U2] ISA client and Universe Telnet Service

2004-06-07 Thread David Jordan
Hi Andy Which version of ISA are you using and what OS. I think this may be the problem that effected putting UniVerse on Small business Server, there was a work around through the registery settings I believe. The new version of ISA is more flexible and may avoid this problem. Regards David J

Re: [U2] [OT]Postscript to a Laser on Dumb Term Aux Port

2004-06-07 Thread Ron White
Send ESC:"E" to reset the printer to its default environment (PCL). The info comes from my PCL 5 Programmers Guide. You can get the most common commands at http://www.nefec.org/UPM/ccPCLfrm.htm. You can also go to the HP web site and search on PLC codes for your printer model. Ron White - O

Re: [U2] [UV/Windows] Authentication / encryption issues

2004-06-07 Thread David Beahm
Are you sure UniData has SSH? When was it added? We're very interested in using SSH w/ UniData and SB+, and have looked at the SBClient -> putty method as a possibility, but it's more complicated than we'd like. Hearing that "it's a bit fiddly" makes me think we were right not to pursue it f

[U2] Deb Perry wilDeb Perry is visiting customers on Jun 7 and 8, returning Jun 9.

2004-06-07 Thread Deborah A Perry
I will be out of the office starting 06/07/2004 and will not return until 06/09/2004. General questions, contact Sue Van Aalst at 913.599.8801 For sales support, contact Louis Tur at 813.356.3615 Additional Contacts: * Technical U2 Product Support - visitm www.ibm.com/software/data/u2/support/u

Re: [U2] [UV/Windows] Authentication / encryption issues

2004-06-07 Thread Leroy Dreyfuss
Both UniVerse 10.1 and UniData 6.0 have secure telnet servers, not secure shells. Regards, LeRoy F. Dreyfuss Advanced Technical Services - U2 Technology Analyst IBM U2 Data Management Solutions Tel: 303-672-1254 Fax: 303-294-4832 Mobile: 720-341-4317 External email: [EMAIL PROTECTED] WW

Re: [U2] [UV/Windows] Authentication / encryption issues

2004-06-07 Thread KevinJ Jones
Isn't SSH just a communications protocol between Unix and client software (i.e. a terminal emulator)? Kevin Jones (315) 445-4270 >>> [EMAIL PROTECTED] 6/7/2004 10:55:31 AM >>> Are you sure UniData has SSH? When was it added? We're very interested in using SSH w/ UniData and SB+, and have lo

RE: [U2] [UV/Windows] Authentication / encryption issues

2004-06-07 Thread Bill H.
LeRoy: Could you please tell me the procedure to get wIntegrate to access uniVerse (or anything for that matter) using SSL (or where to find it)? Am I required to request, pay for, and install an SSL certificate on my dbms server? One reason I like AccuTerm is they use SSH, which is normally ins

RE: [U2] [UV/Windows] Authentication / encryption issues

2004-06-07 Thread Mike Pflugfelder
LeRoy / Bill, We are interested in the same thing, as are other people, I'm sure. If instructions do appear, would you be so kind as to post them to the list. Thanks, Mike Pflugfelder Keystone Information Systems -Original Message- From: Bill H. [mailto:[EMAIL PROTECTED] Sent:

RE: [U2] [UV/Windows] Authentication / encryption issues

2004-06-07 Thread Tom Firl
You might start with the "Universe 10.1 New Features" guide... The following link should get you there: http://publibfi.boulder.ibm.com/epubs/pdf/25119160.pdf I've never setup secure telnet for Universe (or Unidata), but it looks like this document has a couple of sections that could help get s

RE: [U2] [UV/Windows] Authentication / encryption issues

2004-06-07 Thread Leroy Dreyfuss
Bill, Using our openssl implementation of SSL with our telnet server cannot be a 'point-and-click' task, as you have mentioned, for a number of reasons. There are also a few reasons for our decision to write our own secure telnet rather than using open source secure shell (SSH). For starters, U2

[U2] http posting

2004-06-07 Thread Mike Langel
We are looking for a way for Unidata to send an HTTP-Post as a record is entered into the database Any suggestions? Mike --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] http posting

2004-06-07 Thread Allen E. Elwood \(CA\)
Hi Mike, Put a trigger on the file, make it sensitive to the fields you want to trigger a post. Create a 'blank' html message within the trigger just leaving variables for the parts of the message that will be changing. Create a VOC pointer to the directory where your website data is stored and w

RE: [U2] http posting

2004-06-07 Thread Jeff Schasny
Try this: http://jschas1.home.mindspring.com/bp/HTTP.TRANSFER you can get the "curl" utility at: http://curl.haxx.se/ -Original Message- From: Mike Langel [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 2004 2:35 PM To: [EMAIL PROTECTED] Subject: [U2] http posting We are looking for

RE: [U2] http posting

2004-06-07 Thread Wendy Smoak
> We are looking for a way for Unidata to send an HTTP-Post as > a record is entered into the database > Any suggestions? A trigger and CallHTTP? What version of UniData do you have? There's some CallHTTP code on the Wiki: http://www.pickwiki.com/cgi-bin/wiki.pl?CallHTTPWithSSL Just ignore the

RE: [U2] http posting

2004-06-07 Thread Tony Gravagno
[I'll preface this that my gloating looks like an AD to me, so ... ] Sounds like you just need a trigger which invokes CallHTTP or something external like cURL. Our new NebulaHTIO (HyperText Input/Output) is a MV BASIC wrapper around cURL, for people who want to do HTTP/HTTPS from MV BASIC code

[U2] Need notes about setting up uvnet

2004-06-07 Thread Bobby Ramirez
I have licsenced uv/net on an Win2003 server, and want to access files from a unix server. The unirpc service is running on the unix and Windows servers. I setup a test voc entry to access a file on a windows uv account: 0002:win2003!D:\main\uvaccount\SO I get the following error when trying to u

[U2] Unidata 4.1 ODBC

2004-06-07 Thread Daniel Burge
Hello, I am trying to find information on connecting to some databases on an AIX server running Unidata 4.1 via ODBC from a Windows environment. Does anyone have any pointers or a link to some information on it? Thanks in advance, Daniel --- u2-users mailing list [EMAIL PROTECTED] To unsubs

[U2] Re: [UV] Need notes about setting up uvnet

2004-06-07 Thread Ray Wurlod
Read the help on SET.REMOTE.ID. You must authenticate yourself to the remote host. You can use the PROMPT keyword to hold prompting for password until the actual attempt to connect is made. UV/Net must be licensed on the server. - Original Message - From: Bobby Ramirez <[EMAIL PROTECTED

Re: [U2] Universe PTERM CASE INVERT / NOINVERT Preferences

2004-06-07 Thread Trevor Ockenden
I am a programmer and I prefer the CASE inversion. However, our 4GL tools (in-house) sorts out the case and all users of the software have a totally consistent CASE scenario in that the shift key provides upcase. Of course, where necessary the software can force entry of either case when necessary