Re: [U2] Examples of working ENCRYPT function?

2010-03-04 Thread Bob Witney
Kevin Sorry don't work Wednesdays so just seen your email: I am on aix 5.3 Universe 10 Pr1me flavour And it works fine, we use it for doing our PCIDSS encryption Not sure where you are at now Bob -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] [UV] Essbase or other BI

2010-03-04 Thread Mecki Foerthmann
Stuart, while you are right, that well designed OLAP cubes are way faster than a MV-database queries. I doubt your statement, that But it is also the fact that the DBMS itself is highly optimised for the task of data analysis, though. Mecki Boydell, Stuart wrote: While I completely agree that

Re: [U2] [UD] Enable Break Key From Separate Port

2010-03-04 Thread Symeon Breen
UDTBREAKON is what you want -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: 03 March 2010 16:55 To: U2 Users List Subject: [U2] [UD] Enable Break Key From Separate Port This will likely get me

Re: [U2] Decoding URL in UniBasic

2010-03-04 Thread Charles_Shaffer
Thanks to Doug and Dan. Using SWAP fixed the problem. I was just curious if there was any kind of built-in URL decode similar to PHP and Javascript. Anyway, problem solved, thanks again. Charles Shaffer Senior Analyst NTN-Bower Corporation Dan McGrath dmc...@imb.com.au Sent by:

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

2010-03-04 Thread Mike Roosa
Unfortunately we rarely see problems in the task manager. There is one situation that is very strange though and does cause us problems. Sometimes when a user is disconnected from the server on telnet, it leaves the session open in universe and on the server. The strange part is the user is

Re: [U2] Examples of working ENCRYPT function?

2010-03-04 Thread Kevin King
Thanks Bob. I'm at the giving up stage with Unidata 6.1 on AIX. Besides, I need something that can span a few different releases so I'm looking elsewhere. -Kevin http://www.PrecisOnline.com ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] [UV] Essbase or other BI

2010-03-04 Thread bpaige
Thanks to all that replied! We have a lot to chew on now. Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Les Hewkin Sent: Thursday, March 04, 2010 4:04 AM To: U2 Users List Subject: Re: [U2] [UV] Essbase or

Re: [U2] [UV] Essbase or other BI

2010-03-04 Thread Holt, Jake
It works that way because it's organized that way, not because it's SQL. You can do the same thing with U2. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Boydell, Stuart Sent: Wednesday, March 03, 2010 10:42 PM

Re: [U2] Examples of working ENCRYPT function?

2010-03-04 Thread Rex Gozar
Kevin, For what it's worth, I'm posting some code we have working here. A couple things to note: (a) the encryption process passes back non-printable characters along with the base64 that breaks the decryption process, so I strip them out. (b) I've noticed that some algorithms supported on

Re: [U2] [UV] Essbase or other BI

2010-03-04 Thread Dawn Wolthuis
Re the wiki comment -- I changed the Multidimensional page way back when to include multivalued IIRC, the someone removed the multidimensional page pointing it to OLAP. The stub of a MultiValue page I started (please anyone jump in, we are all busy and I just stubbed it in a while back) pointed to

[U2] windows/dos my documents environment variable

2010-03-04 Thread Dave Laansma
I know this is not a U2 question, but I am trying to push a file from Unidata to the PC User's 'my documents' directory, using the Accuterm escape sequences for transferring a file. For those of you who are Dos savvy, what is the Dos environment variable that returns the full path of the users

Re: [U2] windows/dos my documents environment variable

2010-03-04 Thread Holt, Jake
%userprofile%\My Documents -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave Laansma Sent: Thursday, March 04, 2010 9:11 AM To: u2-users@listserver.u2ug.org Subject: [U2] windows/dos my documents environment

Re: [U2] windows/dos my documents environment variable

2010-03-04 Thread Keith Conley
Hi Dave, I think what you are looking for are these variables: %WINDIR% or %SYSTEMROOT%: opens the Windows installation %PROGRAMFILES%: Opens the folder where you installed other programs (Program Files) %USERPROFILE%: opens the profile of the user currently logged %HOMEDRIVE%: opens the

Re: [U2] windows/dos my documents environment variable

2010-03-04 Thread Keith Conley
So I think what you are actually looking for would be: %homepath%/Documents/ If you were to type that into the Run line, it would take you to the My Documents folder for the currently logged in user. Keith -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] Examples of working ENCRYPT function?

2010-03-04 Thread George R Smith
I went thru this about three years ago. The main thing is that the ENCYPT Routines that you call in UniBasic did not work until 7.15 I think. Before that time I had to use an EXECUTE and use a third party encryption routine. After the 7.15 release it has work fine for over a year maybe year and a

Re: [U2] windows/dos my documents environment variable

2010-03-04 Thread Edward Brown
Actually, what seems to work on Vista is %USERPROFILE%/Documents/ - a mixture of previous suggestions! Ed -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Keith Conley Sent: 04 March 2010 15:20 To: U2 Users List

Re: [U2] Examples of working ENCRYPT function?

2010-03-04 Thread Kevin King
That's what I'm seeing as well. Seems to work just peachy on Universe, but not on Unidata until 7.1..something. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] windows/dos my documents environment variable

2010-03-04 Thread Kevin King
Didn't Microsoft change the location of the /Documents/ directory with Win7 Or is it still under %USERPROFILE%? On Thu, Mar 4, 2010 at 8:24 AM, Edward Brown ebr...@civica.co.uk wrote: Actually, what seems to work on Vista is %USERPROFILE%/Documents/ - a mixture of previous suggestions! Ed

Re: [U2] windows/dos my documents environment variable

2010-03-04 Thread Keith Conley
Before I posted, I verified on my desktop (Windows 7 Pro) that it did in fact work. :) Keith -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Thursday, March 04, 2010 9:44 AM To: U2 Users List

Re: [U2] windows/dos my documents environment variable

2010-03-04 Thread Edward Brown
Just checked %homepath%/Documents/ again on a Vista machine - it doesn't work. So looks like ms moved My Documents on Win7... Ed -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Keith Conley Sent: 04 March 2010

Re: [U2] [UV] Essbase or other BI

2010-03-04 Thread David A. Green
I can't begin to tell you of all the companies that have wasted money on third party reporting tools. When all they really needed was a few canned reports presented in the way they needed. David A. Green (480) 813-1725 DAG Consulting -Original Message- From:

Re: [U2] windows/dos my documents environment variable

2010-03-04 Thread Kevin King
...Or moved it back to where it was in XP. I wonder what it's like to be in on the design meeting where someone says hey, let's just move stuff in this next release, k?. ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] [UV] Essbase or other BI

2010-03-04 Thread Tony Gravagno
To Mecki and Stuart : I agree with both of you. MV isn't better just because it's MV. We have the capability to reformat our data in a way that allows for fast analysis. That brings me to another point: Traditionally MV apps do OnLine Transaction Processing - OLTP, for which the requirements

Re: [U2] windows/dos my documents environment variable

2010-03-04 Thread BNeylon
If you wish, there is a subroutine, FIND_MYDOCUMENTS, in the AccuTerm SAMPLES file. Bruce M Neylon Health Care Management Group From: Dave Laansma dlaan...@hubbardsupply.com To: u2-users@listserver.u2ug.org Date: 03/04/2010 10:11 AM Subject:[U2] windows/dos my documents

Re: [U2] windows/dos my documents environment variable

2010-03-04 Thread Holt, Jake
I don't think it works if the user moves their documents/My documents anyway so it's probably not the best place to be dropping files. I've always avoided it unless it's a .net app where I can use Environment.SpecialFolder.MyDocuments, even then I've only used it once or twice for unimportant

[U2] UV and HP-UX upgrades

2010-03-04 Thread Robert Porter
We're facing upgrading HP-UX (PA-RISC) from 11.11 to 11.31 (via 11.23 temporarily - possibly only for hours if we're able). And we'd like to move from UV 10.1.20 to 10.3. Has anyone done a similar move? Since I don't see 11.11 on the UV requirements web page for 10.3, I'm assuming the combo is

Re: [U2] windows/dos my documents environment variable

2010-03-04 Thread Robert Porter
I was about to bring that up... This pc for example has been set by group policy to have My Documents point to D:\ for re-imaging reasons. Yet no environmental variable shows that. BTW, type SET by itself at a command prompt to see which env. variables are set - they do vary amount versions of

[U2] Major time delays

2010-03-04 Thread Symeon Breen
I always get some fairly big time delays on messages from the group, i can see things on Nabble in the evening (GMT) that i don't get in my mail till the morning. But there are quite a few messages i can see on nabble from yesterday that I have not received yet in my mail. - No spam or virus

Re: [U2] Spectrum

2010-03-04 Thread Kevin King
Anybody? Bueller? Bueller? On Wed, Mar 3, 2010 at 9:55 AM, Kevin King precisonl...@gmail.com wrote: Spectrum is just over a month away. Who's in? -Kevin http://www.PrecisOnline.com -- -Kevin http://www.PrecisOnline.com ___ U2-Users mailing