Last Modified Date of a Parallel Job

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
arpitchopra
Participant
Posts: 35
Joined: Mon Nov 01, 2010 2:48 am
Location: New Delhi

Last Modified Date of a Parallel Job

Post by arpitchopra »

Hi Experts !

We work in an environment which is owned by another company and hence, do not have admin access to the application. As a result, we have to ask them to migrate our jobs and sequences from one environment to another (Example: From Test to Production server).
What is the best way of ensuring that they have done this correctly ? Is there a last modified date associated with every job ? If yes, then where do we look for it ?
If not, then is there any efficient way of testing whether all code components were migrated correctly ?
Arpit Chopra
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

Hi,
If your jobs are migrated from IIS Manager then you can easily find out the last package they have created and you can also idetify the which jobs are changed.
arpitchopra
Participant
Posts: 35
Joined: Mon Nov 01, 2010 2:48 am
Location: New Delhi

Post by arpitchopra »

Hi Prasson,
I don't think that they use the IIS Manager for the migration. They export the jobs in .dsx format and then import this package in the Production server.
Arpit Chopra
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

Hi Arpit,
Since you dont have admin access,you can add last modified date in the comment and then migrate your jobs from dev to prod.I think this is the easiest way.
sudha03_vpr
Participant
Posts: 34
Joined: Tue Feb 26, 2013 9:36 am
Location: Chicago

Post by sudha03_vpr »

If you migrate the code to a different environment, the job status changes to compiled with a date against it if you double click the job at the director level. If you are not migrating high volumes then this may be helpful.
BI-RMA
Premium Member
Premium Member
Posts: 463
Joined: Sun Nov 01, 2009 3:55 pm
Location: Hamburg

Post by BI-RMA »

Can you connect to the production environment either with DS-Designer or with Information Server Manager?

In both Tools You can search for changed items within a specified time frame. In Designer use the Advanced-Find dialogue, in ISM the Search Metadata Repository dialogue.
"It is not the lucky ones are grateful.
There are the grateful those are happy." Francis Bacon
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

use the search functionality to search that job and click on the additional details or similar button on search result tab to see the last modified timestamp.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

I believe you would export your compiled objects into your DSX right?

You would want to ensure that the third party company didn't mess with your code (support reasons may arise), so you would want a combination of compile time and last modified time. The act of loading a DSX into an environment changes the last modified time, but not compile time.

*drops 2 cents into cup*

You should create a basic routine that dumps all jobs all compile and modified times to a text file and ask them to send you that file on an as needed basis.
Post Reply