Re: [U2] Software Test

2009-09-23 Thread Les Hewkin
Hi, we used an automated tester called Testpro a few years ago. You can set it up to run through your system using data in a file as input or you can load the script with the data. It works by recording what you do and capturing the screen output. It works..BUT it takes longer to maintain the

[U2] IBM Certification: CertMag Invitation - Amex Gift Certificate Drawing

2009-09-23 Thread Baker Hughes
Who all else received this invite to take the certification survey? What did you check for your IBM U2 Family Application Certified Solutions Expert? I've carefully scanned the list of options, it is a bit early in the morning, but I'm not finding anything that resembles U2 solutions. Maybe

Re: [U2] Software Test

2009-09-23 Thread Doug
Bill, We use scripts that run our application, but the big caveat is that we are 100% Web based so there are a lot of tools to do this. There are tons of open source applications like: MaxQ, Anteater, Bugkilla, Rational AppScan, and VNCRobot. You got to love those names. Anyway, you should be

Re: [U2] Software Test

2009-09-23 Thread Lance J. Andersen
Also take a look at Hudson, http://wiki.hudson-ci.org/display/HUDSON/Meet+Hudson. It can help with a lot of germane tasks for builds, testing...etc and it is easy to create customized plugins... Doug wrote: Bill, We use scripts that run our application, but the big caveat is that we are

Re: [U2] IBM Certification: CertMag Invitation - Amex Gift Certificate Drawing

2009-09-23 Thread Jeff Schasny
I just checked Other Baker Hughes wrote: Who all else received this invite to take the certification survey? What did you check for your IBM U2 Family Application Certified Solutions Expert? I've carefully scanned the list of options, it is a bit early in the morning, but I'm not finding

[U2] Reading the Global Catalog

2009-09-23 Thread Brutzman, Bill
Is there a way to programatically... [1] read the global catalog? [2] determine the original path (file folder) of a cataloged (compiled) SubRoutine? In other words, is it possible to do something like... read R.Catalog from F.Catalog, MY.SUB.NAME else R.Catalog = ''

Re: [U2] Reading the Global Catalog

2009-09-23 Thread Mark Eastwood
This is only a guess - but try looking at the last attribute in the GLOBAL.CATDIR file. Mark Uv10 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brutzman, Bill Sent: Wednesday, September 23, 2009 11:11 AM To: U2

Re: [U2] Reading the Global Catalog

2009-09-23 Thread Horn, John
On Unidata this can be found in the CTLGTB file. - jmh -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mark Eastwood Sent: Wednesday, September 23, 2009 1:21 PM To: U2 Users List Subject: Re: [U2] Reading the

Re: [U2] Reading the Global Catalog

2009-09-23 Thread Charlie Rubeor
On Unidata, you can start with field 3 in the CTLGTB file. As long as you stick with the CATALOG verb and don't edit any of the records in CTLGTB, that should work. For example, it's possible to manually copy the object into the system CTLG directory. If that happens, you can still call the

Re: [U2] Reading the Global Catalog

2009-09-23 Thread Brian Leach
Bill There is a very cludgy routine below to get it for UniVerse. However, on some revisions of UniVerse there was a bug that prevented the catalog path being written to the catdir object, so your luck may vary. Brian --- cut here --- PROGRAM GetCatdirPath $OPTIONS PICK Get(Arg.) ProgName

Re: [U2] Reading the Global Catalog

2009-09-23 Thread Brutzman, Bill
Thanks to those who responded, especially Brian. I tried the program below... Getting mixed results... The first time it worked... Then it did not. So... Instead of this I will poll our configuration management database to get the needed data. The downside of this approach is that there may be

[U2] Universe web connectivity

2009-09-23 Thread Matthew Day
Hi, We currently have a system with a VB6 front end and use Universe for the database and business logic. We are looking to develop a web solution for our product. What are people using to inteface universe with the web, and what are your experiences ( both good and bad ) with the route you

Re: [U2] Universe web connectivity

2009-09-23 Thread Rex Gozar
Matthew, First, I want to mention that there are a number of writeups already on the PickWiki website: http://www.pickwiki.com/cgi-bin/wiki.pl?CreateWebInterfaces We use u2pipe for our customers' websites. We don't need to install UniObjects on hosted webservers (many hosting services

Re: [U2] Universe web connectivity

2009-09-23 Thread Doug
Matt, [ad] We have a complete solution that does not require you to build any Web tools yourself. Our solution runs under open source Apache Tomcat and uses UniObjects for Java (UOJ) to talk to the Universe or Unidata. Jabsorb.org, json-rpc.org, log4j, Quartz and numerous Java libraries to