[U2] Re: U2 Users Digest V1 #1396

2006-11-14 Thread Matt
Hello:

I'll be on vacation from Monday 11/13 through Friday 11/17, and I will not be 
checking e-mail during this time.

If you have an urgent support issue, please page your primary technical support 
representative directly.

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


[U2] Re: U2 Users Digest V1 #1395

2006-11-13 Thread Matt
Hello:

I'll be on vacation from Monday 11/13 through Friday 11/17, and I will not be 
checking e-mail during this time.

If you have an urgent support issue, please page your primary technical support 
representative directly.

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


Re: [U2] pgsql and unidata basic

2005-12-16 Thread matt carroll
we wrote a small subroutine which executes the sql by executing !psql ...
it works great from unidata 6.0. i can send you the routine if you want.

matt

On 12/14/05, Jeff Powell <[EMAIL PROTECTED]> wrote:
>
> Is there a way to execute queries to a postgresql database from within a
> unibasic program? I want to have our pick ticket print routine insert
> records into a pgsql table.
>
> Our system is an IBM RS6000 running AIX 5.3, UniData 6.0, SystemBuilder
> 5.3.8 and Prelude ADS v18.1.
>
> Thanks in advance for any advice.
>
> Jeff
> ---
> 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] RE: [OT] GPG encryption from within Universe

2005-06-27 Thread Matt Bettinger
Hi.


>-Original Message-
>From: [EMAIL PROTECTED] [mailto:owner-u2-
>[EMAIL PROTECTED] On Behalf Of Ed Weissman
>Sent: Monday, June 27, 2005 1:54 PM
>To: u2-users@listserver.u2ug.org
>Subject: [U2] GPG encryption from within Universe
>
>Anyone using gpg from GNUpg for encryption?  Running IBM Universe on
>Windows
>NT.  I downloaded this DOS based encryption software from www.gnupg.org
>as
>required by one of our trading partners.  It works perfectly from a DOS
>command prompt - "gpg --armor --recipient XXX -encrypt-file FILENAME
>etc.etc
>etc", creating FILENAME.asc. in the same directory.  But when I shell
out
>from
>within Universe using "DOS /c gpg etc etc etc", I get an error message
>"cannot
>find public key".  I suspect this has something to do with either the
way
>I
>created the keys or with Windows registries.  Anyone run into this
>problem
>before?  

Never used pgp with windows but it's just a port of gnupg right?

Sounds to me like you do not have your recipient's public key in your  
keyring.  Do an gpg --list-keys and verify the recipient is indeed in
there?

On BSD I would typically do gpg --keyserver http://pgp.mit.edu
--recv-keys KeyID to import the keys 

Then 

$ gpg --armor --recipient 02618B14 --encrypt-file test.sh

When you shell out, are you shelling out as a different user that does
not have their pgp keyrings setup? 

Just a thought.

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


RE: [U2] Barcode Label Print Software

2005-06-22 Thread Matt Bettinger
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:owner-u2-
>[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
>Sent: Wednesday, June 22, 2005 11:51 AM
>To: 'u2-users@listserver.u2ug.org'
>Subject: RE: [U2] Barcode Label Print Software
>
>Intermec has printers with bar-code labels and RFID tags fully
>integrated.


WE have been using Loftware Servers and Intermec 3400e wireless printers
for the last three years or so.  Works great.  Our Middleware (ProBar
Inc.) has been a nightmare though.  

Loftware has a web interface which I'll be putting on an FreeBSD/Tomcat
server  pretty soon.  I'll let you know how it goes if you like.  AS it
stands, people print labels using our own hand rolled app and the
loftware  printer client which is installed locally.  

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


[U2] Tuning suggestions

2005-04-14 Thread Matt Bettinger
Hello,

Does anyone have some tips or suggestions on how to best tune a kernel
for unidata database?  We are using unidata 5.2 on an HPl2000 (HP-UX
11.0B) with 64 bit GENERIC kernel.  The machine has dual 450 processors,
4 gig of ram and a 12H array with an average of 100 users.  Generally
speaking , the overall load on the machine is fairly light however, the
machine can still get bogged down.  I am not sure yet if it is the DB
itself or limitation of the hardware or a combination of both.  I know
from using other UNIX os' that there typically is no one shot cure to
performance tuning.  It has also been my experience that determining
exactly what factors are causing the load on the machine is a job in
itself - let alone curing it.  You tweak one area and throw another area
off which can turn into a cat and mouse game real fast. Surely IBM must
have some suggested recommendations for Unidata?  



Thanks

-mb
  

>-Original Message-
>From: [EMAIL PROTECTED] [mailto:owner-u2-
>[EMAIL PROTECTED] On Behalf Of Martin Scholl
>Sent: Friday, August 27, 2004 10:24 AM
>To: u2-users@listserver.u2ug.org
>Subject: RE: [U2] [ud] UniObjects Dynamic Array Type Mismatch only in
>.exe
>
>On VB6 there is an issue with the 'Compile to Native Code' option and
>UniObjects.  Code that beautifully works in design mode, crashes in the
>exe.
>
>You have to 'Compile to P-Code' and your code will work.
>BTW, I also append ".stringvalue" after each reference to an attribute,
a
>value or a subvalue.  I am curious to check out UniObjects.NET.
>
>
>Martin Scholl
>President Martin Scholl Consulting, Inc.
>http://www.hipaasuite.com/
>mailto:[EMAIL PROTECTED]
>18910 New Hampshire Ave
>Brinklow, MD 20862
>301-924-5537  Phone
>301-570-0139  Fax
>301-613-9572  Cell
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Burwell, Edward
>Sent: Monday, August 23, 2004 12:18 PM
>To: 'u2-users@listserver.u2ug.org'
>Subject: [U2] [ud] UniObjects Dynamic Array Type Mismatch only in .exe
>
>Please give me your advice.  For example:
>
>-
>
>Dim iNumber as Integer
>Dim dArray As UniDynArray
>Set dArray = New UniDynArray
>
>10:   dArray.Value(1,1) = "Some String"
>40:   dArray.Value(2,1) = 50
>
>70:   dArray.Value(2,1) = dArray.Value(2,1) + 25
>
>90:   iNumber = dArray.Value(2,1)
>
>--
>
>This is a silly example, but it illustrates the problem that I am
>experiencing.  Then I run this in the design environment, it runs fine.
>When I create an .exe and run it, it bombs on line 90 with an Type
>Mismatch
>error (error 13).
>
>What am I doing wrong?
>Has anyone else experienced this?
>
>UniData 5.2
>UniObjects 5.2
>VB 6.0 SP5
>uniobjects.dll (236KB) is version 3.1.3.1084  (product version 3.1.2)
and
>is
>dated 12/11/2001
>
>Thanks in advance.
>
>Ed Burwell
>[EMAIL PROTECTED]
>973.361.5400 x1512
>---
>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] rcp HP-Ux to Win XP

2005-04-01 Thread Matt Bettinger
Hi,

Never used the SFU (familiar with Hummingbird products: NFS Maestro et.
al.).  If you are running ssh on the hp you can download free winscp and
scp your files over an secure link  versus  remote cp.  

-mb


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Friday, April 01, 2005 2:33 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] rcp HP-Ux to Win XP

We want to copy files.

Although rcp works between our three HP-Ux boxes, the XP command...

  c:\> rcp ford:/test.file c:\

comes back with...

  ford: remshd: Login incorrect
  rsh: can't establish connection

On the remote HP-Ux host "ford", we now have..

  (file)  (contains)

  /home/bob/.rhosts   chevy bob
  /etc/hosts.equivchevy bob

On the XP PC "chevy"

  /etc/hosts.equiv ford bob

Microsoft's "Services for UNIX 3.5" is installed on the XP box.

Suggestions would be appreciated.

--Bill 
---
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] [AD] Programmer needed in New Jersey

2005-01-27 Thread Matt Stern
WHOA!

You "guys" are seeing this all wrong.

Since I have 24 years experience, I asked Barry to hire me 8 times and 
pay me 8 salaries 

BTW, I have not yet gotten an interviewstill waiting

Bill H. wrote:

>Jeeze...  and I was going to make some comment about Descartes corollary: "I
>think therefore I'm right".  :-)
>
>Bill
>
>  
>
>>-Original Message-
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] Behalf Of Gordon J
>>Glorfield
>>Sent: Thursday, January 27, 2005 7:21 AM
>>To: u2-users@listserver.u2ug.org
>>Subject: RE: [U2] [AD] Programmer needed in New Jersey
>>
>>
>>Well said Debster!
>>
>>
>>Gordon J. Glorfield
>>Sr. Applications Developer
>>MAMSI (A UnitedHealth Company)
>>301-360-8839
>>
>>[EMAIL PROTECTED] wrote on 01/27/2005 09:13:02 AM:
>>
>>
>>
>>>[snipped]
>>>
>>>Specifically seeking a junior is not really wrong, what would be
>>>wrong would be to hire a seasoned professional for a position
>>>that they are grossly overqualified for and most likely
>>>underpaid for.
>>>  
>>>
>
>[snipped]
>---
>u2-users mailing list
>u2-users@listserver.u2ug.org
>To unsubscribe please visit http://listserver.u2ug.org/
>
>  
>

-- 
Matthew H. Stern, CCP/CDP, [EMAIL PROTECTED]
Serving the IT industry since 1976
Comprehensive Computer Services Inc.
www.comprehensive.com
Phone: 631 755-2250, Fax 755-2254
560 Broad Hollow Road, Melville NY 11747
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Customer Name Lookup

2005-01-19 Thread Matt Stern
Been there, done that.  Here are a few potential suggestions:
1. Keep a library of throwaway words, and omit them from any cross 
reference.  Perhaps Industrial should not be one of them.
2. Use soundex on each non-throwaway word, and index them.
3. Index each non-throwaway word, as entered.
4. Index (using b-tree) each name, as typed.
5. Build a "finder" screen that allows the user to search using any of 
the above methods.  This way, the user can typically use the b-tree 
which is the fastest, and then alternately use any of the other methods 
if the particular entity is not found.
6. Allow "and" and "or" functions with the non-b-tree search 
methodologies, and perhaps, other fields, such as area code, state 
abbreviation, etc.

7. Down the road, at data entry time, attempt to normalize and verify 
fields such as area code with zip code and state.

IHIH.
Matthew H. Stern, CCP/CDP, [EMAIL PROTECTED]
Serving the IT industry since 1976
Comprehensive Computer Services Inc.
www.comprehensive.com
Phone: 631 755-2250, Fax 755-2254
560 Broad Hollow Road, Melville NY 11747

Mark Johnson wrote:
One of my clients has roughly 75,000 records in their customer database. Oddly
enough, until now there has not been that great of a need for a lookup
function. Now they would like a lookup function that may go beyond the usual
elements of regular lookups.
First, there is a lot of mis-spelling or alternate spelling of similar names.
For example, K-mart is spelled K-Mart, K Mart and KMART. This is not a
situation of simple word lookups. There needs to be some intuition as well.
Sometimes there's THE INDUSTRIAL DISTRIBUTION COMPANY (example) whereby the
cust name is made up completely of the throwaway words. Other times there's
Children's Wear, Childrens Wear and Childrens Ware. Don't get me started on
the other mis-spellings of Accessories, Accesories and, you bet, Accessorys.
Soundex is a nice second plan but even that is dependent upon consistent
spelling of the words. TH versus HT on Clothing yields different Soundex
values.
So my question is if anyone has any insight on where to learn more about
solving this problem of such variable words. I'm open to any ideas.
Thanks in advance
Mark Johnson
---
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] [UV]Strange But True

2005-01-12 Thread Matt Stern
But wait, it gets even weirder!
If you do the following, to make sure there's no chance of the two 
strings acting as numeric:

VAL1 = "43008E-112": ""
and
VAL2 = "43008E-108":""
the program still fails.  When you REALLY make sure you're doing a string 
compare with
IF (VAL1:"" = VAL2:"") THEN
it STILL FAILS!
Oh well, I guess U2 has a mind of its own with regard to string compare.  Note 
that the string compare works OK on most generic Pick platforms.
Matthew H. Stern, CCP/CDP, [EMAIL PROTECTED]
Serving the IT industry since 1976
Comprehensive Computer Services Inc.
www.comprehensive.com
Phone: 631 755-2250, Fax 755-2254
560 Broad Hollow Road, Melville NY 11747

Marilyn Hilb wrote:
I had this same problem with our bin locations that contained an E. I ended up 
swapping E for X before doing the compare to get the results I wanted.
Thanks,
Marilyn A. Hilb 
Value Part, Inc
Direct: 847-918-6099
Fax: 847-367-1892
[EMAIL PROTECTED]
www.valuepart.com

-Original Message-
From: 	Louis Windsor [mailto:[EMAIL PROTECTED] 
Sent:	Wednesday, January 12, 2005 6:20 AM
To:	u2-users@listserver.u2ug.org
Subject:	Re: [U2] [UV]Strange But True

I don't know if it is intentional but the values you are comparing
are exponential.
So the comparison is of two incredibly small numbers.  The
numbers are so small they are equal for all intents or purposes.
My 2c worth.
Louis
- Original Message - 
From: "Bjorn Behr" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, January 12, 2005 7:08 PM
Subject: [U2] [UV]Strange But True

: Uv Version: UniVerse 10.1
: OS : Windows 2003 Server
:
: Can anybody explain. I wrote a small program and the result has baffeled 
me.
:
: Program:
:
: VAL1 = "43008E-112"
: VAL2 = "43008E-108"
: IF (VAL1 = VAL2) THEN
:CRT "THIS IS STRANGE"
: END
:
: It returns THIS IS STRANGE. Does anybody know why?
: 
: Regards
: Bjvrn Behr
: Programmer
:
: HYFLO Southern Africa (Pty) Ltd
: Tel : +27 11 386 5800
: Fax : +27 11 444 5391
: Mail: [EMAIL PROTECTED]
: WWW : http://www.hyflo.co.za
: 
: ---
: u2-users mailing list
: u2-users@listserver.u2ug.org
: To unsubscribe please visit http://listserver.u2ug.org/
:
:
:
:
: -- 
: Internal Virus Database is out-of-date.
: Checked by AVG Anti-Virus.
: Version: 7.0.296 / Virus Database: 265.6.8 - Release Date: 3/01/2005
:
: 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Univere Login Security

2004-08-06 Thread Matt Bettinger
If using cisco pix or concentrator establish vpn using the client and
have the network admin assign you an static ip from the pool in the dmz.
Once the tunnel is up just telnet to the  database box.  The DB machine
should be configured to look for that static dmz address.  Sorry I think
someone mentioned that alread below =)
-mb
 

>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of 
>[EMAIL PROTECTED]
>Sent: Thursday, August 05, 2004 12:38 PM
>To: [EMAIL PROTECTED]
>Subject: RE: [U2] Univere Login Security
>
>Ross,
>
>I have a cable modem connection.  The IP address no longer 
>looks like it will be an issue.  A buddy of mine here at work 
>uses comcast for his provider and says that although it is a 
>dynamic ip, it hasn't changed at his house for 16 months.  I 
>was planning on using telnet but several people on the list 
>have stated that the minimum they would use would be ssh.  
>Just in case you haven't already figured it out - I have very 
>little experience with connectivity issues.  Is SSH just 
>encrypted telnet?  Does it still use the telnet port?  Is 
>there anything on the *nix box that needs to be setup?  Is 
>there any cheap/free SSH software I can get to get started?
>
>Thanks for your help,
>
>Scott
>
>-- Original message -- 
>
>> How are you connecting ? 
>> 
>> If via dialup/ras, you should be able to assign a fixed IP 
>for the connection. 
>> Ditto if you are using a VPN over the net. 
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/