Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
5 subscribers
Views
3091 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi, I am trying to use "Execute Stored Procedure" however I am no
Ravi Roshan
over 8 years ago
Hi,
I am trying to use "Execute Stored Procedure" however I am not able to get the output. There are 2 scenarios I am trying:-
1. If I configured the input as my CDT type then flow breaks and throws error "Invalid Column Type"
2. input type as text and value in XML format, flow is not breaking however I am getting blank output.
Note: I am trying to connect with oracle DB
OriginalPostID-220108
OriginalPostID-220108
Discussion posts and replies are publicly visible
0
sumitp584
over 8 years ago
As a first check, please confirm all the params mentioned in your stored proc as IN should be exactly the same in the input of the smart node and with the same data type. Any mismatch would result in wrong mapping.. If your cdt is not big enough then you can also try defining the child elements of cdt as individual params and try. Am quite sure if your stored proc is behaving as desired and only the inputs are causing the probs then it should be mismatch in the param name and types.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
harshav
over 8 years ago
also please check that Result sets not returned through an OUT parameter can be obtained by naming the ACP resultSet1, resultSet2, etc, depending on which result set is required. MySQL and SQL Server must have result sets returned this way.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Ravi Roshan
over 8 years ago
@sumitp
Yes, my IN parameter name is same as my procedure parameter name. In case of as you are saying to use child parameter I have to modify the procedure parameter name too. Am I right?
@harshav
I am using resultset1 however I am not getting any value...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel