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

2011-02-22 Thread Stephen Jackson
llclan.com] >> Received: Friday, 18 Feb 2011, 6:43pm >> To: U2 Users List [u2-users@listserver.u2ug.org] >> Subject: Re: [U2] UniSubroutineException: Unknown Error [30102] >>Occurred >> >> >> The arg count going in needs to be n+1. Arg 0 will be the return

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

2011-02-18 Thread Jeff Powell
Message- From: Jeff Powell [j...@powellclan.com] Received: Friday, 18 Feb 2011, 6:43pm To: U2 Users List [u2-users@listserver.u2ug.org] Subject: Re: [U2] UniSubroutineException: Unknown Error [30102] Occurred The arg count going in needs to be n+1. Arg 0 will be the return data

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

2011-02-18 Thread Stephen Jackson
To: U2 Users List [u2-users@listserver.u2ug.org] Subject: Re: [U2] UniSubroutineException: Unknown Error [30102] Occurred The arg count going in needs to be n+1. Arg 0 will be the return data. public ArrayList callSub(String sRoutine, ArrayList args) { Iterator it

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

2011-02-18 Thread Jeff Powell
..@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] Occurred I am new to the U2 java api. I am trying to make a subr

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

2011-02-18 Thread Holt, Jake
Jackson >Sent: Thursday, 17 February 2011 1:28 AM >To: u2-users@listserver.u2ug.org >Subject: [U2] UniSubroutineException: Unknown Error [30102] Occurred > >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 an

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

2011-02-18 Thread Stephen Jackson
>runtime environment in Java runtime environment...it more than likely >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 &

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

2011-02-16 Thread Hona, David
g.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] Occurred I am new to the U2 java api. I am trying to make a subroutine call but get the foll

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

2011-02-16 Thread Stephen Jackson
Thanks, let me investigates this and see what I find. On WednesdayF/16/11 9:41 AM, "Steve Romanow" wrote: >Make sure that the account you are trying to connect to is in the >UD.ACCOUNT file that resides in the sys account. > >Here is what mine looks like. >LIST UD.ACCOUNT F1 F2 F3 09:31:11 Feb 1

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

2011-02-16 Thread David A. Green
-users@listserver.u2ug.org Subject: [U2] UniSubroutineException: Unknown Error [30102] Occurred 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

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

2011-02-16 Thread Symeon Breen
] UniSubroutineException: Unknown Error [30102] Occurred 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

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

2011-02-16 Thread Steve Romanow
Make sure that the account you are trying to connect to is in the UD.ACCOUNT file that resides in the sys account. Here is what mine looks like. LIST UD.ACCOUNT F1 F2 F3 09:31:11 Feb 16 2011 1 VOC... F1 F2. F3. sys/usr/udtho rootud

[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 i