Re: [U2] UOJ and value-mark and field-mark

2008-06-11 Thread waivic
Jeff: Could you post the UOJ code segment to do the counting work for your example here? I want to try them in my environemnt to see the difference. Thanks! Jeff Powell wrote: Sorry I meant to type LANG=en_US.iso886915. This is a known limitation I learned of in IBM's UOJ class. Note

RE: [U2] New .Net data provider (Vista)

2008-06-11 Thread David Jordan
Hi Brian Have you been able to load the new .Net data provider on Vista. IBM tells us we need to load SP1, but this just crashes on Vista and IBM has not been able to duplicate, even though another client in the UK is having the same problem. Regards David Jordan --- u2-users mailing list

[Fwd: Re: [U2] UOJ and value-mark and field-mark]

2008-06-11 Thread Jeff Powell
Here is the main class. I use a wrapper class similar to the one you created to provide access to the UOJ library. My environments are RHEL 4.5, Fedora 8, Fedora 9 using console, desktop application, tomcat and glassfish. I use Netbeans as my development environment. I hope this helps. package

[U2] Error Opening HOLD file

2008-06-11 Thread Martel, Henry
We seem to have a sporatic issue with some of our nightly jobs. They run for months at a time then all of a sudden, for 3 or 4 days in a row we start to see the following error *PRINT.ONE.SEE.ATTACHED: Line 555, Cannot open file HOLD. Job seem to just fail because it can not open the HOLD

[U2] UniSubroutine question

2008-06-11 Thread Charles_Shaffer
I am working on accessing Unidata from PHP. Installed the PHP Java Bridge on Linux and have simple validation routines working. Ready to start acquiring datasets from the Unidata server. Based on past discussions I plan to write UniBasic subroutines for the bulk of the work. The Uniobjects

Re: [U2] Error Opening HOLD file

2008-06-11 Thread Martin Phillips
Hi Henry, *PRINT.ONE.SEE.ATTACHED: Line 555, Cannot open file HOLD. These sort of problems are usually related to access rights. One user creates the item and then another user tries to overwrite it but find the access rights don't allow it. Martin Phillips Ladybridge Systems Ltd 17b

{Blocked Content} RE: [U2] Error Opening HOLD file

2008-06-11 Thread Andrea Charles
on the AngelicHost MailScanner in /home/virtual/site2/fst/var/spool/mail.quarantine/20080611 (message m5BFOgpv006417). -- Postmaster --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Error Opening HOLD file

2008-06-11 Thread JPB-U2UG
If your HOLD file is a type 1 or 19 file it is a directory file and subject to the maximum number of files (records) that can be put into a directory on your operating system. If the HOLD file is a static hashed file, which it is probably not, then it would be limited to a maximum of 2 GB on a 32

Re: [U2] File pointer question

2008-06-11 Thread Wally Terhune
If UniData, you may have overwritten the VOC entry in your VOC file. Try looking at the VOC item using the lowercase voc entry to see if that sheds any light. AE voc VOC Wally Terhune Mark your U2 Support Architectcalendar! IBM Information

Re: [U2] UniSubroutine question

2008-06-11 Thread Kevin King
You want a subroutine to return a SQL compliant dataset? On Wed, Jun 11, 2008 at 8:05 AM, [EMAIL PROTECTED] wrote: I am working on accessing Unidata from PHP. Installed the PHP Java Bridge on Linux and have simple validation routines working. Ready to start acquiring datasets from the