Generate a type tree from empty stored procedure ?

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
Popopol
Participant
Posts: 1
Joined: Fri Apr 17, 2009 1:20 am

Generate a type tree from empty stored procedure ?

Post by Popopol »

I'm trying to use a strored procedure as an output card that doesnt return anything.
It is simply updating things in the database.
But I need to have a type tree for it.
When I try to generate a type tree from the Database Interface Designer, I get: "The column definitions for the query could not be accessed." because there is no output from the proc.
How should I do?

Thanks a lot
Vishal1982
Participant
Posts: 38
Joined: Wed Oct 01, 2008 10:30 am

Post by Vishal1982 »

Hi ,
Could you please tell me how you are calling the stored procedure
in database interface designer,so that i can help you
IBM Websphere Datastage Certified Professional
jvmerc
Participant
Posts: 94
Joined: Tue Dec 02, 2003 12:57 pm

Post by jvmerc »

Not being overly familiar with 8.2n and beyond I can't answer if IBM has changed this. Depending on your version, you are going to need to use a runmap which will call the stored procedure that will perform the updates.
Post Reply