RE: [U2] Uniobjects Issue

2007-07-10 Thread David Jordan
Hi Steve If I remember rightly, there may be an issue of opening files not in the account, ie remote files from other accounts. Check to see if this file you are looking at is a remote file. Another issue could be as simple as the logon you are using does not have access rights to the file

RE: [U2] Running UniData on SAN

2007-07-10 Thread Moderator
REPOSTED FOR NON-MEMBER ADDRESS: Brad Davis [EMAIL PROTECTED] [Bounce notice: Eugene, Your recent post to our lists bounced because either you are not a member or because you are not signed up using the e-mail address which you used to post. To subscribe or resubscribe please visit

RE: [U2] UV install - internal vs. external

2007-07-10 Thread Moderator
REPOSTED FOR NON-MEMBER ADDRESS: Arie van Dam [EMAIL PROTECTED] [Bounce notice: Eugene, Your recent post to our lists bounced because either you are not a member or because you are not signed up using the e-mail address which you used to post. To subscribe or resubscribe please visit

[U2] Logged user list

2007-07-10 Thread chuchi
Hi all, I have some problems getting the users currently logged into the system. If I launch a LISTU command, in some operating systems I cannot see the user names, only the ids. There are any way to get the user name list in TCL, basic or any operating system commnad? Regards, Chuchi

RE: [U2] Universe and virtual machines

2007-07-10 Thread Brian Leach
Eugene I do all my development work on Microsoft Virtual PC (in fact going back to when it was owned by Connectix). It is solid. If you're using this for local copies, remember to also have some form of source control system in place. I'd recommend SubVersion with TortoiseSVN windows explorer

RE: [U2] Universe and virtual machines

2007-07-10 Thread Anthony Youngman
Subversion. Does this use GIT as a back-end now? The old-style version control systems pretty much only worked with one person being able to check out a file at a time. Sounds like Eugene wants a distributed version control, and there's a choice. But - AND CHECK IT OUT, I'M NOT SURE - I think

RE: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread Doug Chanco
My guess is that you did not download a complete tar file (maybe something happened during the download) are you using download director to download or manually downloading it? Also make sure that tmp has enough free space (this would be the first thing I would check) that may be why cpio stops

Re: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread Mark Ballinger
On Tue, Jul 10, 2007 at 10:20:43AM +1000, Trevor McNamara wrote: I'm having some issues with installing UniVerse on an Ubuntu machine. cpio: premature end of file Unable to read installation media. Contact your IBM support representative. Debian, and by extension Ubuntu, uses a different

RE: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread Anthony Youngman
One other point. Have IBM fixed the problem they had with default options on cpio? I know when I installed PE on SuSE ages ago, the SuSE and RH defaults were different and I had to edit the install script. It was one of those toggle issues - where RH was on by default and the switch toggled it

RE: [U2] Uniobjects Issue

2007-07-10 Thread Steve Long
Thanks for all the responses. It turns out it was the UD_Database config. The account I was working in was not defined. Once I fixed it, it worked famously. Thanks for the help! Steve From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: RE: [U2] Uniobjects Issue Date: Tue, 10 Jul

[U2] [UD] XML/DB Tool v1.2

2007-07-10 Thread Cordes, Tom (contractor)
Sure could use some help with this tool. I'm trying to create a map between an existing file and an XML schema without success - can't even get the existing file name to appear in the right-hand side (TABLES). Thanks. Tom --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

[U2] UniObjects .NET - Security Best Practices, Connection Pooling in UD

2007-07-10 Thread Robert Kubarych
Does anyone have any security best practices for building web applications using UniObjects for .NET? I've placed the connection string in web.config and encrypted it, as well as created a separate remote account with a stripped down VOC. The only data files that can be accessed from this

RE: [U2] Disappearing Indexes on UniVerse

2007-07-10 Thread John Jenkins
Every problem I have seen here was caused by running index operations while a file was in use. Golden rules: 1. Make sure no-one is using the file 2. REALLY make sure no-one is using the file 3. REALLY, REALLY make sure (you get the idea). fuser -u name of Unix file name This is your friend

RE: [U2] UniData config

2007-07-10 Thread John Jenkins
Not one I immediately recognise. I am assuming that you have loaded an Itanium release? (compare the HPUX availability for Itanium and PA-RISC on the U2TechConnect Product Availability Matrix (PAM)): Itanium 7.1.1/2/4/8/11 PA-RISC 7.1.0/7/8/10 Regards JayJay -Original Message- From:

RE: [U2] UniData config

2007-07-10 Thread Jeff Butera
I am assuming that you have loaded an Itanium release? (compare the HPUX availability for Itanium and PA-RISC on the U2TechConnect Product Availability Matrix (PAM)): Itanium 7.1.1/2/4/8/11 PA-RISC 7.1.0/7/8/10 No, this is PA-RISC, unidata 7.1.8 Jeff Butera, Ph.D. Administrative Systems

RE: [U2] UniObjects .NET - Security Best Practices, Connection Pooling in UD

2007-07-10 Thread Nick Cipollina
You could use a service on another server inside your firewall that does all of the universe access. Then your web app would only be able to communicate with that service. Thanks, Nick Cipollina -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert

RE: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread John Jenkins
Fore reference: The cpio difference is in the c option on an extract. By my recollection: RedHat announced (aeons ago) that they were changing c to mean not create whereas previously it had meant create. I think this was to do with POSIX changes but I am not sure. Then - after a gap - they made

RE: [U2] UniObjects .NET - Security Best Practices, Connection Pooling in UD

2007-07-10 Thread Tony Gravagno
This can be a lengthy topic... Following the MVC design pattern, when building any web app it's best to funnel all data access through a single Data Access Layer (DAL). This is in preference to having MV-related code in every page and class throughout a web application. This makes maintenance

RE: [U2] UniData config

2007-07-10 Thread John Jenkins
Hmmm I wasn't sure whether 11.23 was available on PA-RISC... Something to try (I'd be interested if this was the case): If SHMMAX is 2Gb try turning it down below the limit and lket us know the result Otherwise is there anything of note in a udtdiag? (sms output springs to mind). Regards

RE: [U2] Logged user list

2007-07-10 Thread Womack, Adrian
Try SYSTEM(1302) - each attribute holds details about one user (no, username, pid, type) eg: USERS = SYSTEM(1302) CRT USERS1 CRT USERS2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of chuchi Sent: Tuesday, 10 July 2007 5:34 PM To:

Re: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread Francis Bennett
On Red Hat I found I needed ivdum rather than icvBdum HTH Francis - Original Message - From: John Jenkins [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, July 11, 2007 5:55 AM Subject: RE: [U2] Issue with installing UniVerse on Linux Fore reference: The cpio

[U2] JMS and Unidata

2007-07-10 Thread Chris Neal
Has anyone had any experience integrating from Unibasic to JMS? We were thinking of using the XML tools to map the database then use a Database Trigger to send a XML message to a JMS server... -- View this message in context: http://www.nabble.com/JMS-and-Unidata-tf4059332.html#a11532415 Sent

RE: [U2] UniObjects .NET - Security Best Practices, Connection Pooling in UD

2007-07-10 Thread Boydell, Stuart
Robert, You can use any version of UniObjects /U2 using Windows Enterprise Services pooling service. This will already be installed and ready to use on any Windows 2000 server and later. You don't necessarily need to upgrade or pay for the U2 version.

Re: [U2] Universe and virtual machines

2007-07-10 Thread Don Kibbey
I've used vmware for development work and as a means of converting data from one system to another. Works very well if you run it on a machine with dual core's, adequate memory and more than one hard drive. Works best if you can put the vm's files onto their own hard drive. -- Don Kibbey

Re: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread Trevor McNamara
Thanks for all the responses guys. I will change the cpio command as suggested and see how it goes from there. I assume I just change any line that has the cpio command with a 'c' option i just remove? If that does not work I will post the uv.load script as suggested by Mark. Thanks On

Re: [U2] Universe and virtual machines

2007-07-10 Thread doug chanco
I run unidata , universe AND jBASE all on the same virtual machine on my laptop and they all run fine, now I am not doing any serious development on this virtual machine but its fun to try and get jbase code (which is what I mostly work in) to compile and run on unidata and universe as well as

[U2] [UV] Conversion code for week number

2007-07-10 Thread Womack, Adrian
Does anyone know of a conversion code that returns the week number of the year? DISCLAIMER: Disclaimer. This e-mail is private and confidential. If you are not the intended recipient, please advise us by return e-mail immediately, and delete the e-mail and any attachments without using or

RE: [U2] [UV] Conversion code for week number {unclassified}

2007-07-10 Thread HENDERSON MIKE, MR
Adrian, This has been discussed before on the list. IIRC, there is no built-in U2 support (i.e. conversion code) for this, at least partly because it's one of those nasty 'depends what you mean' questions. For example, * is the first week in the year week # 0 or 1? * when does the first week

RE: [U2] [UV] Conversion code for week number {unclassified}

2007-07-10 Thread Womack, Adrian
Thanks for that Mike. I'd forgotten about pickwiki. I found this function which should do the trick: http://www.pickwiki.com/cgi-bin/wiki.pl?IsoWeekNum Thanks, Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of HENDERSON MIKE, MR Sent: Wednesday,