Re: [U2] Embedded program for Windows

2010-03-01 Thread David A. Green
I have done this for a client that needed to do Configure-to-Order without being connected. I create the web pages via the U2 database and add via java script all the intelligence that it needs to create the order including a preview screen and a export to Excel button. If you know

[U2] UniVerse on Windows 2003 Server - Environment

2010-03-01 Thread Mike Roosa
We are running UniVerse on Windows 2003 Server in a virtualized environment. 99% of the time the system runs great and we have no issues, however, about once a day or every other day during the busiest time, we have a period of 2-3 minutes where the server slows down and basically quits

Re: [U2] Barcode Software for UniVerse?

2010-03-01 Thread Robert Porter
I whole-heartedly agree. We use both Zebras and Print Wizard ... actually on Tony G's recommendation. And while PW does a great job with paper printout of barcodes plus its versatility, it would not serve our purposes for barcoded labels. Two very different requirements! And while I supposed

Re: [U2] Barcode Software for UniVerse?

2010-03-01 Thread Holt, Jake
A bit late, but why didn't you just use commander (part of the bartender package)? Commander is designed to handle exported text files -- it monitors a path and you can setup as many handlers as you want. All you have to do is map the field # in bartender to the corresponding field in the data

Re: [U2] How do associations, @NS and @NV work in UniData Dictionaries?

2010-03-01 Thread Colin Alfke
You also need the association to use by-exp. Hth Colin Alfke -Original Message- From: Dan McGrath To answer part of my own question: Only 'WHEN' is affected by the association, not with. If you turn on UDT.OPTIONS 94 and do ___ U2-Users

Re: [U2] UniVerse on Windows 2003 Server - Environment {unclassified}

2010-03-01 Thread MACK ANDREW, MR
Hi Mike, We run our Dev and Test UniVerse 10.2.10 servers in a virtualized environment. The ESX servers are connected to a EMC SAN via fibre channel. We have noticed a bit of slow down in the virtual servers at odd times as well. Our user load on these servers is small (10 - 15 users) but they

[U2] Examples of working ENCRYPT function?

2010-03-01 Thread Kevin King
Unidata 6.1.17; Trying to get the ENCRYPT function working, no love. I have all of the parameters set to what I believe is correct (but of course the documentation is notably ambiguous on a number of details). At this point I'm just trying to get a simple rc4 working, but the result is coming

Re: [U2] Examples of working ENCRYPT function?

2010-03-01 Thread Larry Hiscock
I have it working under UniData 6.1, using the following syntax: CRYPTSTAT = ENCRYPT(ALG,2,TEXT,1,CRYPTPASS,1,2,'','',CTEXT,1) The arguments are: ALG = encryption algorithm (rc4, des3, etc) 2 = action: encrypt, then base64 encode TEXT = original cleartext string 1 = dataLog: data to encrypt is

Re: [U2] UniVerse on Windows 2003 Server - Environment

2010-03-01 Thread Bill Haskett
Mike: You might look for things like SQL Server, Anti-Virus, and other software that does things every day. I've run into installations where SQL Server was installed as some kind of administration tool. Something fired off every hour in SQL Server which brought to (almost) a complete

Re: [U2] Examples of working ENCRYPT function?

2010-03-01 Thread Kevin King
Thanks Larry. That's identical to what I'm trying, and it's not working on AIX. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Examples of working ENCRYPT function?

2010-03-01 Thread Larry Hiscock
Ah ... I have it working on SCO 5.0.7. Do you have openssl installed on the AIX box? Larry Hiscock Western Computer Services http://www.wcs-corp.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King