Rowcount in Sequence container

Hi,

In sequence container i am having 15 Dataflowtask.

In each Dataflowtask i am downloading table.so that i am adding rowcount transformation to get the count of number of rows.

After deploying to ssis catalog 2012 three dataflow task rowcount returns 0 Then when i select the table i am able to see the number of rows.

Please suggest.

June 26th, 2015 3:37pm

Hi Priyanka,

What is different between these three and the rest?

Free Windows Admin Tool Kit Click here and download it now
June 26th, 2015 4:38pm

No difference
June 29th, 2015 8:31pm

Are you logging the value of those variables with an Execute SQL Task in a table? Are you using the correct parameters when logging those variables?

When you run the package, what does the log shows you? (run with verbose to see row counts per transformation)

Free Windows Admin Tool Kit Click here and download it now
June 30th, 2015 7:23am

Hi Priyanka,

Is it working differently after you deployed to SSIS Catalog or is it behaving same while you execute in Visual Studio?

Prathy :)

June 30th, 2015 2:12pm

Is it working differently after you deployed to SSIS Catalog or is it behaving same while you execute in Visual Studio?

Yes its working properly in visual studio .But in ssis catalog i am seeing this issue.

Are you logging the value of those variables with an Execute SQL Task in a table? Are you using the correct parameters when logging those variables?

yup i am using correct variable

When you run the package, what does the log shows you? (run with verbose to see row counts per transformation)

I will check

Free Windows Admin Tool Kit Click here and download it now
June 30th, 2015 3:54pm

Is it working differently after you deployed to SSIS Catalog or is it behaving same while you execute in Visual Studio?

Yes its working properly in visual studio .But in ssis catalog i am seeing this issue.

Are you logging the value of those variables with an Execute SQL Task in a table? Are you using the correct parameters when logging those variables?

yup i am using correct variable

When you run the package, what does the log shows you? (run with verbose to see row counts per transformation)

I will check

July 1st, 2015 12:01pm

Hi,

Currently its working.

I added connector in between data flow tasks which is in sequence container. So now its working.

Also make sure that you are not overwriting variables values before you count number of rows with Execute SQL Task.

Actually in dataflowtask there is Source -->rowcount transformation=>destination.There is no execute sql task


Let me know how to do this approach

Free Windows Admin Tool Kit Click here and download it now
July 1st, 2015 12:18pm

I do not see how it worked in development and did not after deployment.

if you do it like Source -->rowcount transformation=>destination you must be all set, there is no need for further action.

I noticed you do not QA enough your development.

July 1st, 2015 8:13pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics