Search found 9 matches

by 111111111111111111
Tue Sep 12, 2017 10:25 pm
Forum: General
Topic: Challange in using dsjob -linkinfo feature
Replies: 7
Views: 6210

This is restricted to be used by dsadm user, Is there not a user/developer way to achieve this?
by 111111111111111111
Tue Sep 12, 2017 11:17 am
Forum: General
Topic: Challange in using dsjob -linkinfo feature
Replies: 7
Views: 6210

I am trying to find out the counts on each link of all my jobs in a particular project. I have the job names with me.
by 111111111111111111
Tue Sep 12, 2017 8:20 am
Forum: General
Topic: Challange in using dsjob -linkinfo feature
Replies: 7
Views: 6210

Challange in using dsjob -linkinfo feature

I am using one shell script that sequentially uses -lstages, -llinks and -linkinfo option of dsjob command. The number of links returned by -llinks option are double than what actually is there in the job which is pretty obvious because one link is input for one stage and output for other one. For t...
by 111111111111111111
Tue Jul 18, 2017 9:39 pm
Forum: General
Topic: Joining DS_JOBS and DS_JOBOBJECTS does not yield correct set
Replies: 8
Views: 4852

Cannot see the entire content, But Yes I am getting data out of DS_JOBS accurately. I would like to incorporate my other post in this only: Firstly, I am querying DS_JOBS and DS_JOBOBJECTS(using CJobdefn as filter), the Count of 2 doesn't match. Secondly, If I join the 2 tables on JOBNO and OBJIDNO,...
by 111111111111111111
Mon Jul 17, 2017 5:10 am
Forum: General
Topic: Getting data out of DS_AUDIT
Replies: 5
Views: 5647

Is there any other way to find out the last compile time of the job? Example: DS_JOBJECTS does provide things under its @RECORD<X,1> variable where X and Y has a wide range (1,1.. 26,1) I couldn't see your content, am working with my organization for premium membership but need to work like this til...
by 111111111111111111
Sat Jul 15, 2017 11:10 am
Forum: General
Topic: Getting data out of DS_AUDIT
Replies: 5
Views: 5647

Ray: Does that works well for DS11.3? I used this query but it does not get the most recent results.

I had some jobs that were compiled yesterday (13-July) but this query got me the last timestamp as 31-05-17 which would probably the previous compile time of the job.
by 111111111111111111
Thu Jul 13, 2017 12:49 am
Forum: General
Topic: Joining DS_JOBS and DS_JOBOBJECTS does not yield correct set
Replies: 8
Views: 4852

Code: Select all

Select OBJIDNO,JOBNO,DS_JOBS.NAME from DS_JOBS,DS_JOBOBJECTS where DS_JOBS.JOBNO = DS_JOBOBJECTS.OBJIDNO
If this does not lists all my jobs (which currently is happening with me), then where should I ask my admin to look into.

I know it should, but it is not, I'll close the post after your reply.
by 111111111111111111
Mon Jul 10, 2017 12:56 am
Forum: General
Topic: Joining DS_JOBS and DS_JOBOBJECTS does not yield correct set
Replies: 8
Views: 4852

You need to join DS_JOBS.JOBNO to DS_JOBOBJECTS.OBJIDNO, not to OBJID ... Apologies, I was joining on OBJIDNO itself and still not getting the entire list of jobs. Could the reason be the Update that I made to the post i.e. select NAME,DS_JOBOBJECTS.OLETYPE,DS_JOBOBJECTS.OBJIDNO, EVAL DS_JOBOBJECTS...
by 111111111111111111
Sat Jul 08, 2017 1:40 am
Forum: General
Topic: Joining DS_JOBS and DS_JOBOBJECTS does not yield correct set
Replies: 8
Views: 4852

Joining DS_JOBS and DS_JOBOBJECTS does not yield correct set

am trying to join DS_JOBS and DS_JobOBJECTS table on JOBNO and OBJID respectively. One of my environment is not yielding the correct number of jobs that it ideally should and the reason is the JOBNO and OBJID are not having the same values. In Dev I am getting 2500 jobs but in Test I am only getting...