[U2] uniobjects (.net) ecltype

2006-09-14 Thread Symeon Breen
Hi, Is it possible to set the ECLTYPE for a uniobjects or UO.NET connection in an account. It does not use the LOGIN paragraph for the account, and is defaulting to ECLTYPE U wheras i want my UniCommand to execute in ECLTPE P mode for this particular account. Thanks Symeon. --- u2-users

RE: [U2] [UV] TEXT box subroutine

2006-09-14 Thread Brian Leach
Bob I can send you one off-list. Just need to make sure I get all the dependent code :) Feel free to adjust as you wish. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: 14 September 2006 00:02 To: U2-Users List Subject:

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Stuart . Boydell
Does the process continue through a program where the source file is pointing to the object file ... like the DF algorithm ... the debugger could maybe be trying to display or traverse binary where it expects source? Or through a program compiled with source symbols suppressed

Re: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread jpb
Huh??? - Original Message - From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, September 13, 2006 8:18 PM Subject: RE: [U2] Debugging a program using distributed files causes core dump Does the process continue through a program where the source file is

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Brenda Price
This happens in 2 different programs. Straight compile and local catalog, no options with DEBUG statements embedded in the code. Then the program is executed, processing stops when it hits the debug, I step through the program until I get to where I want to it continue and hit C to continue.

[U2] PICK/Universe training video

2006-09-14 Thread larry
One of my clients asked if there is a training video available for the Introduction to PICK or Universe programming. Larry Okeson - Exec VP Software Search Local: 770-934-5138 ext. 201 Toll Free: 800-949-5423 ext. 201 Fax: 770-939-6410 [EMAIL PROTECTED] Matthew 6:33 --- u2-users mailing list

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Brian Leach
To explain Stuart's remark: distributed files use a partitioning algorithm to determine which physical file the record should hash into. This algorithm can optionally be a user-supplied BASIC subroutine. So the debugger may be getting lost trying to step into the partitioning code. Which doesn't

RE: [U2] PICK/Universe training video

2006-09-14 Thread Brian Leach
Larry You might want to check out some of the webcasts offered by Nathan at International Spectrum. I think he does some intro level stuff. (http://www.intl-spectrum.com) I have some self-paced course materials if you're interested, but they're not backed up with video or webcasts at yet;

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Bob Woodward
How about a bad data record? If I was the one running this, I'd be putting in a number of DISPLAY statements at key points, like a before and after message on statements like WRITEs or CALLs. Probably on READs, too, ensuring you show the record key in the before message. Then let it rip! If you

RE: [U2] [UD] George wants opinions about UD on Solaris

2006-09-14 Thread Baker Hughes
Hey, George S. asked for input about how good a development platform UD on a Sun Sparc is. I like that platform myself. I would think its a little better, economically, than say an RS6000 these days, but I haven't compared of late. I would for sure take UniData or UniVerse on Solaris before I

RE: [U2] Any have a Sun Sparc Box

2006-09-14 Thread Baakkonen, Rodney A (Rod) 46K
We run both our production and our development off Sun Sparc Boxes. It is the 32 bit implementation of the OS: SunOS 5.9 Generic_118558-09 sun4u sparc SUNW,Sun-Fire-880 We have been on Solaris for about 4 years and currently are on Unidata 7.1.0. -Original Message- From: [EMAIL

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Brenda Price
Not that either. The process will run completely through without any bumps along the way as long as you don't try to debug it while processing the whole file. Originally that is what I thought was happening but it would never blowup on the same record. Brenda -Original Message- From:

Re: [U2] Any have a Sun Sparc Box

2006-09-14 Thread Lembit Pirn
We are running: SunOS medi 5.10 Generic_118833-03 sun4u sparc SUNW,Sun-Fire-V240 and SunOS medi3 5.9 Generic_112233-12 sun4u sparc SUNW,Sun-Blade-1500 UniData 6.09 Baakkonen, Rodney A (Rod) 46K wrote: We run both our production and our development off Sun Sparc Boxes. It is the 32 bit

Re: [U2] Any have a Sun Sparc Box

2006-09-14 Thread Jeff Butera
On Thu, 14 Sep 2006, george r smith wrote: Anyone have any experience with Sun Sparc boxes as development boxes for Unidata. Yes, we have used Sun Sparc for years (10+). What do you need to know? Anyone heard if IBM might certify Unidata on the Solaris AMD boxes. No idea. Jeff Butera,

RE: [U2] [UV] TEXT box subroutine

2006-09-14 Thread Bob Woodward
Hi Martin, Unfortunately, Dynamic Connect is our only option. I've received three workable solutions that I'm looking at. This list is a gold mine! Thanks, BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Phillips Sent: Thursday,

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Baakkonen, Rodney A (Rod) 46K
When running in Visual mode, what is the last program statement you see before the blowup? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brenda Price Sent: Thursday, September 14, 2006 12:13 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Debugging a

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Brenda Price
It varies as it is at the point where I decide to stop 'S'tepping through the debugger. It is never the same line of code. Brenda -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Baakkonen, Rodney A (Rod) 46K Sent: Thursday, September 14, 2006 12:59 PM

[U2][UV] Cache

2006-09-14 Thread Nick Cipollina
Hello, Has anyone on the list ever looked at Cache from InterSystems? We are currently evaluating it, and I'm trying to figure out how to pull some of our Universe stuff into Cache. Any help would be appreciated. Thanks, Nick Cipollina MCTS, MCP ACS Heritage, Inc. 2810 North Parham Road,

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Allen E. Elwood
Well, there's always the antique pre-debugger way. Print and input statements. PITA to do but works Now if that blows out too, you'll know you got yourself a real dozy of a problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brenda Price

RE: [U2][UV] Cache

2006-09-14 Thread u2
Cache has a utility MVIMPORT that will load a uvbackup. So use universe to back up an account, and then import it into cache. If you are running cache on windows, it asks if you want to view the getting started page at the end of the install, and there's information there about more you can do.

[U2] UniData 7.1.5 PE for Windows - reposted to download site

2006-09-14 Thread Wally Terhune
Folks: We've re-posted UniData 7.1.5 Personal Edition for Windows. I've downloaded the new zip file and re-tested installation. It seems fine now. On behalf of IBM, I apologize for any inconvenience experienced with the prior zip file. Regards, Wally Terhune U2 Support Architect IBM Information

[U2] [AD] MITS Report Webinars

2006-09-14 Thread Ross Morrissey
Webinar: Announcing MITS Report, the Revolutionary New Operational Reporting Environment from MITS. Based on freedback from partners and customers for our MITS Discover analytical reporting product, we've taken a unique approach to operational reporting against MultiValue databases. Join us for

RE: [U2][UV] Cache

2006-09-14 Thread John Hester
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Cipollina Sent: Thursday, September 14, 2006 12:42 PM To: u2-users@listserver.u2ug.org Subject: [U2][UV] Cache Hello, Has anyone on the list ever looked at Cache from InterSystems? We

RE: [U2][UV] Cache

2006-09-14 Thread Nick Cipollina
Cool. Now about this uvbackup. I've never used it. How can I use it? Thanks, Nick Cipollina -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, September 14, 2006 4:35 PM To: u2-users@listserver.u2ug.org Subject: RE:

Re: [U2] Any have a Sun Sparc Box

2006-09-14 Thread Mark Johnson
Look up Bob Wyatt from Sun/Unidata. He knows virtually everything about that implementation. - Original Message - From: george r smith [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, September 14, 2006 12:04 PM Subject: [U2] Any have a Sun Sparc Box All, Anyone

Re: [U2] [UV] TEXT box subroutine

2006-09-14 Thread Mark Johnson
GED is a great program. 2 of my clients have dictated that all new development is in GED. It's a wonderful marriage between VB forms and our beloved pick database. Plus, Peter Schellenbach should get some form of Nobel Peace Prize for WED as well. My 1 cent. Mark Johnson - Original Message