You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Suresh Subbiah (JIRA)" <ji...@apache.org> on 2015/10/08 07:17:27 UTC

[jira] [Assigned] (TRAFODION-1240) LP Bug: 1455679 - mtserver - spjs with output params fail with error 29019

     [ https://issues.apache.org/jira/browse/TRAFODION-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Subbiah reassigned TRAFODION-1240:
-----------------------------------------

    Assignee: Rao Kakarlamudi  (was: Zbigniew Omanski)

> LP Bug: 1455679 - mtserver - spjs with output params fail with error 29019
> --------------------------------------------------------------------------
>
>                 Key: TRAFODION-1240
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1240
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: connectivity-dcs
>            Reporter: Aruna Sadashiva
>            Assignee: Rao Kakarlamudi
>            Priority: Critical
>             Fix For: 2.0-incubating
>
>
> With multithreaded dcs, SPJs with output params are failing.
> SQL>create library spjcall file '/opt/home/trafodion/SPJ/call.jar';
> SQL>Create procedure N0210 (in in1 int, out out1 int)
>         external name 'Procs.N0210'
>         library spjcall
>         language java
>         parameter style java;
> SQL>Call N0210(64548478,?);
> *** ERROR[29019] Parameter 1 for 1 set of parameters is not set
> The SPJ jar file, call.jar, can be found on amber7 under /opt/home/trafodion/SPJ. It has a very simple SPJ procedure:
>   public static void N0210(int paramInt, int[] paramArrayOfInt)
>   {
>     paramArrayOfInt[0] = paramInt;
>   }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)