Re: [U2] Uniobjects and java

2011-03-11 Thread Stephen Jackson
public static void main(String[] argss) { try { UniJava uJava = new UniJava(); System.err.println(Version Number : + uJava.getVersionNumber()); UniSession session = uJava.openSession(); session.connect(server name, id, password, /file/);

Re: [U2] backing up system

2011-03-11 Thread Stephen Jackson
Check out rsync On FridayM/11/11 5:53 PM, david yu d...@yahoo.com wrote: hello, We are using HP-UX 11.23 and I have a question in regards to backing up system by account, In the root directory we have 6 accounts, DBCAlive, DBCAtest, DBAZlive, DBAZtest, DBUPGCA, DBUPGAZ. When we do our

Re: [U2] UniSubroutineException: Unknown Error [30102] Occurred

2011-02-22 Thread Stephen Jackson
Thanks for your responses everyone, this was very helpful and I can now retrieve the result with no issue. On FridayF/18/11 8:15 PM, Jeff Powell j...@powellclan.com wrote: Try putting your input data into arg[1]. On 02/18/2011 06:25 PM, Stephen Jackson wrote: My issue is that what ever

Re: [U2] UniSubroutineException: Unknown Error [30102] Occurred

2011-02-18 Thread Stephen Jackson
will not work. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Stephen Jackson Sent: Thursday, 17 February 2011 1:28 AM To: u2-users@listserver.u2ug.org Subject: [U2] UniSubroutineException: Unknown Error [30102

Re: [U2] UniSubroutineException: Unknown Error [30102] Occurred

2011-02-18 Thread Stephen Jackson
My issue is that what ever I use as my input args is what prints out as my return args along with the args number. Can that be caused by the routine not returning anything? Stephen Jackson -Original Message- From: Jeff Powell [j...@powellclan.com] Received: Friday, 18 Feb 2011, 6:43pm

[U2] UniSubroutineException: Unknown Error [30102] Occurred

2011-02-16 Thread Stephen Jackson
I am new to the U2 java api. I am trying to make a subroutine call but get the following Exception. It is not in the documentation and I have not had a lot of luck tracking it down. I am able to make a simple query so not sure if there is some configuration or something I am not aware of which

Re: [U2] UniSubroutineException: Unknown Error [30102] Occurred

2011-02-16 Thread Stephen Jackson
records listed On 2/16/2011 9:28 AM, Stephen Jackson wrote: I am new to the U2 java api. I am trying to make a subroutine call but get the following Exception. It is not in the documentation and I have not had a lot of luck tracking it down. I am able to make a simple query so not sure