Re: [U2] Speeding sort

2012-10-19 Thread David A. Green
I was thinking of a similar solution, but the op said that they have lots of disks space, so I am thinking why not just add the field from the other file into the your reporting file. David A. Green (480) 813-1725 DAG Consulting -Original Message- From:

Re: [U2] Speeding sort

2012-10-19 Thread George Gallen
How are they set for memory? Why not setup a memory drive (or tempfs in linux) at least it should Speed up your disk access quite a bit. George -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David A. Green Sent:

[U2] Uniobjects session timeouts (Universe on Windows)

2012-10-19 Thread Wjhonson
What are the various factors that control if and when a Uniobjects session will timeout? The connection is being closed by the remote host and I'm trying to help debug possible causes. ___ U2-Users mailing list U2-Users@listserver.u2ug.org

[U2] Accessing an https:// server with callHTTP

2012-10-19 Thread Kevin King
Does anyone have a working sample of communicating with an https server from Unidata 7.1 using callHTTP? We've pulled the certificate and put it on the server, but every time we try to use addCertificate() we get error 2: Certificate file could not be opened or directory does not exist. Must be

Re: [U2] Accessing an https:// server with callHTTP

2012-10-19 Thread Wolfgang Huettinger
Did you add addAuthenticationRule() with the option path? See Universe Security Feature manual Page 1-15 and 1-16 http://www.rocketsoftware.com/u2/products/universe/resources/technical-manuals/universe-v11r1/security-v11r1.pdf/view There is also the possibility you have a too high security

Re: [U2] Uniobjects session timeouts (Universe on Windows)

2012-10-19 Thread John Hester
The unirpcservices file controls the various unirpc connection timeouts on linux. I'm guessing it's the same for windows. The setting is in seconds, and the default is an hour: uvnet /usr/ibm/uv/bin/uvnetd * TCP/IP 0 3600 uvdrsrv /usr/ibm/uv/bin/uvdrsrvd * TCP/IP 0 3600 uvserver

Re: [U2] Uniobjects session timeouts (Universe on Windows)

2012-10-19 Thread Wjhonson
Thanks John -Original Message- From: John Hester jhes...@momtex.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Fri, Oct 19, 2012 1:12 pm Subject: Re: [U2] Uniobjects session timeouts (Universe on Windows) The unirpcservices file controls the various unirpc connection

Re: [U2] Selection Suggestions for using UV instead of SQL

2012-10-19 Thread Cypress Support
Not sure I can send the delete, not sure if it is actually delete the data. We could test, it and see. Support:James F Thompson Senior Systems Analyst Cypress Business Solutions 678.494.9353 x1510 supp...@cypressesolutions.com On Thursday, October 18, 2012 11:00:38 PM, George Gallen wrote:

Re: [U2] Uniobjects session timeouts (Universe on Windows)

2012-10-19 Thread John Jenkins
The usual reasons are an RPC timeout (check unirpcservices - default 3600) or needing a keep alive on a VPN or firewall. Regards JayJay On 19 Oct 2012, at 18:54, Wjhonson wjhon...@aol.com wrote: What are the various factors that control if and when a Uniobjects session will timeout?

Re: [U2] Uniobjects session timeouts (Universe on Windows)

2012-10-19 Thread Wjhonson
Yeah I think that's most likely the culprit. Thanks. -Original Message- From: John Jenkins u2g...@btinternet.com To: U2 Users List u2-users@listserver.u2ug.org Cc: u2-users u2-users@listserver.u2ug.org Sent: Fri, Oct 19, 2012 2:01 pm Subject: Re: [U2] Uniobjects session

[U2] UNIVERSE/SB+ AND BLUE TOOTH

2012-10-19 Thread Nancy Fisher
Has anyone done an integration using data from a blue tooth device? We currently have a wireless application on a handheld device (ttwin) we'd like to use to receive input from wireless scales via blue tooth. Thanks! Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington

Re: [U2] UNIVERSE/SB+ AND BLUE TOOTH

2012-10-19 Thread Bob Rasmussen
I can't directly help you, but I might be able to redirect your search in the proper direction, based on my experience with similar devices. Most likely, the fact that it communicates via BlueTooth is irrelevant. The device probably has a driver that makes it emulate a serial device. That is

Re: [U2] Accessing an https:// server with callHTTP

2012-10-19 Thread Kevin King
I did, but I couldn't get any of the options to change the outcome; it still couldn't find the cert with the relative path, default path, absolute path... nothing. Would love to see some example code of how some of this is to be used, as there are no examples in the docs that I could find. On

Re: [U2] Accessing an https:// server with callHTTP

2012-10-19 Thread Kevin King
What does this mean? *There is also the possibility you have a too high security setting while your certificate does not fulfill that level (like not verified)* It is a Verisign verified certificate. On Fri, Oct 19, 2012 at 2:04 PM, Wolfgang Huettinger w...@campana.comwrote: Did you add

Re: [U2] Accessing an https:// server with callHTTP

2012-10-19 Thread David A. Green
I just used this and it worked for me: addCertificate(_PH_\HTTP.CERT, 2, 1, 1, SEC.CONTEXT) David A. Green (480) 813-1725 DAG Consulting -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Friday,

Re: [U2] Accessing an https:// server with callHTTP

2012-10-19 Thread Kevin King
I wonder if there's any restriction on the name. Let me try some things. Thanks, David. On Fri, Oct 19, 2012 at 5:36 PM, David A. Green dgr...@dagconsulting.comwrote: I just used this and it worked for me: addCertificate(_PH_\HTTP.CERT, 2, 1, 1, SEC.CONTEXT) David A. Green (480) 813-1725

Re: [U2] Accessing an https:// server with callHTTP

2012-10-19 Thread Kevin King
David, are you hosting an HTTPS server with this, or is this a client of an HTTPS connection? Just wondering about the 2 in the below context. On Fri, Oct 19, 2012 at 5:36 PM, David A. Green dgr...@dagconsulting.comwrote: I just used this and it worked for me: addCertificate(_PH_\HTTP.CERT,

[U2] SSL certificate problems

2012-10-19 Thread Kevin King
Unidata 7.1: I have a PEM-formatted certificate in _PH_ called TEST.CERT, with the begin and end comments at the top and bottom of the text. This code cannot find it: CERT.PATH = '_PH_/TEST.CERT' STATUS = analyzeCertificate(CERT.PATH,1,RESULT) CRT STATUS This is a second attempt at trying to

Re: [U2] SSL certificate problems

2012-10-19 Thread Kevin King
Correction: analyzeCertificate returns a status of 1. It's the addCertificate that's returning a status of 2. In either case they mean the same thing - the certificate cannot be found. On Fri, Oct 19, 2012 at 11:08 PM, Kevin King ke...@precisonline.com wrote: Unidata 7.1: I have a

Re: [U2] SSL certificate problems

2012-10-19 Thread Kevin King
Well, one mystery solved. If the file name ends in .PEM, the below code will show information about the cert. The addCertificate (in another thread) still does not find the certificate, even named with a PEM or pem extension. On Fri, Oct 19, 2012 at 11:11 PM, Kevin King ke...@precisonline.com