[U2] Unable to open pipe for tsort process

2004-09-29 Thread Daly, Mark
We are seeing a strange error: 48788 record(s) selected to SELECT list #0. Unable to open pipe for tsort process. Message[00] We suspect the problem is related to using RTNLIST with an EXECUTEd SELECT. Followed by either a READNEXT ID FROM listname Or doing another EXECUTE with

[U2] Numeric rounding - UV 9.4 10.1

2004-09-20 Thread Daly, Mark
I have a habbit of using the following syntax to round numbers to a certain number of decimal places: X = 1.623 CRT X '2' CRT X '0' Yields: 1.62 2 It's always worked fine. Until we did an upgrade to 10.1. Now it has been deemed un-reliable because it produced an undesirable result (an empty

[U2] Opportunities in Memphis, TN USA

2004-09-19 Thread Daly, Mark
Passing on a note from a friend of mine in Memphis. If interested, please respond direct to : Don Carmon [EMAIL PROTECTED] -- Hello, Mark. Hope all is going well. The IT market is continuing to pick up. Speaking of PICK, I have two

RE: [U2] UniObject Problem

2004-06-28 Thread Daly, Mark
I developed a connection pooling mechanism. This helps with the scalability concerns. I'm talking java now. I simply found a textbook version using Oracle JDBC connections. It was fairly straight forward to customize it to handle Unisessions instead. I do a couple of extra things when checking a

RE: [U2] U2 XML -- rowsets

2004-06-23 Thread Daly, Mark
If I understand correctly, you want a single schema to transport data from various tables. From the top of my head something like this: ?xml version=1.0? rowset table=ORDERS row column name=DATE6-24-04/column column name=SHIPTOSTATEGA/column /row

RE: [U2] U2 XML

2004-06-14 Thread Daly, Mark
We have developed a 'UVAPI' which is basically a java (utilizing UOJ) app sitting on Tomcat. Rather than pass the entire XML doc to Universe, the Java interrogates the document and passes dynamic arrays to subroutines for further processing. Of course, one of the reasons we do this is that we