dsjob linkinfo

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
kavuri
Premium Member
Premium Member
Posts: 161
Joined: Mon Apr 16, 2007 2:56 pm

dsjob linkinfo

Post by kavuri »

Hi,
I am working to find the linkrow count for this I am using the following command. I am able to fetch the rowcount on one server and unable to do the same on the other server. I am not getting any error but it is resulting 0 rows. I checked the file, it is populated with some data in it.

This is the command I am using.

dsjob -linkinfo PROJECTNAME JOBNAME Copy_of_periodstxt DSLink380

Result:

Link Row Count : 0
Link Last Error : <none>
Link DBMS Code : not available
SQL State : not available
Link Name : DSLink380


Are there any settings need to be done on the server or client?

Thanks
Kavuri
Last edited by kavuri on Thu Apr 10, 2008 6:29 pm, edited 3 times in total.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Is Jobmonitor running? Do you see the Row statics in job when you select "Show Performance statics"?
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Maybe the file was populated on a previous run?

Do you get a row count with

Code: Select all

dsjob stageinfo InStore InstoreTraffic_11_27TA Copy_of_periodstxt 
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kavuri
Premium Member
Premium Member
Posts: 161
Joined: Mon Apr 16, 2007 2:56 pm

Post by kavuri »

Hi,
We resolved it.

This issue is resolved now. The problem was , in DataStage Administrator -> Projects -> Properties --> Environment - > Paralel - > Reporting ,:
set the variable APT_RECORD_COUNTS to 'True'.


Thanks
Kavuri
Post Reply