But I need to pass the db/schema names from flow using promote property(bar-file configuration).
i have tried like below but it is not worked.
CREATE PROCEDURE sp_load_data (IN txtid CHARACTER, IN serid CHARACTER) EXTERNALNAME "database.schema1.pkg.test.sp_load_data";
database.schema1 - how to pass the Dynamic values ?
TIA
_________________ IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0
{Database}.{schema1}.pkg.test.sp_load_data ....NOT Working
I have defined the schema varialble in the user defined property and while calling the esql "database.schema1.pkg.test.sp_load_data".
Actually the database name is getting populated correctly but not schema1 name !! _________________ IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0
If it works for 'database' then it should work for 'schema1' too. Are you sure that the schema name you are passing(in the bar file) and the value you are expecting are same ? May be a typo in the code?
I am curious at the procedure though. The routine name has Database.Schema.PackageName. I guess it's Oracle database. I don't remember passing DatabaseName for the EXTERNAL routine name, I am not sure though.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum