Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to run multiple netezza input components in parallel.So in my job i used tParallelize component and running two tNetezzaInput components at a time. Here i used "allowMultiQueries=true" in Advanced JDBC Parameters in tNetezzaConnection component. But still i was unable to run multiple at a time.
So can some one help me on this.
Thanks,
Bharath.
Probably you need multiple connections if you have multiple queries in parallel at the same time.
Thanks for your reply.
It's working, but if in that case if we have more than two tables it will increase the components right.So what would be the solution in that case.
Thanks,
Bharath.
As per your comment multiple connections is working, but if i need to load 10 tables parallely then i need to create 10 connection components right. so it would increase the components right. So do we have any another option.
Thanks,
Bharath.
I don'tt really understand the meaning of "it would increase the components right".
However, I'm afraid you have to do that, I've already met the same situation with Salesforce.
I mean database connection components will increase. Here i attached the screen shot of job, in this job i was trying to load for two tables if we want to load more than two tables we need to add connection component for every table.
Thanks,
Bharath.
You should need to ask your database admin to allow multiple threads sharing the single database connection.
Thanks,
VENKATA
Thanks for the reply venkata.
I will try it and let you know.
Thanks,
Bharath.