Search found 331 matches

by vamsi.4a6
Thu Oct 18, 2012 8:11 am
Forum: General
Topic: Add Checkpoints so sequence is restartable on failure
Replies: 8
Views: 3902

Could anybody help me to resolve my issue.To understand the restartability I only aborted the seuqence
by vamsi.4a6
Wed Oct 17, 2012 7:22 am
Forum: General
Topic: Add Checkpoints so sequence is restartable on failure
Replies: 8
Views: 3902

@ray.wurlod At the Job sequence level I enabled all the four properties.To understand the property Add check points so sequence is restartable on failure,I replaced some Dummy file dummy.txt in Job2 during first run.So sequence got aborted .During second run I replaced dummy.txt with target1.txt but...
by vamsi.4a6
Wed Oct 17, 2012 2:56 am
Forum: General
Topic: Add Checkpoints so sequence is restartable on failure
Replies: 8
Views: 3902

Thanks ray for your Input. I have to recompile the sequence after running the sequence first time because when I ran the sequence first time sequence is aborted.I am getting below warning when I ran the sequence second time The Job is not in runnable state it may neds to be re-compiled.It's current ...
by vamsi.4a6
Tue Oct 16, 2012 11:23 pm
Forum: General
Topic: Getting Parameter Set value from Unix command line
Replies: 3
Views: 1437

1) Go TO Datastage Project location
2)cd ParameterSets

Here u can see all the parameter sets that are present in a project.Use proper unix command in this directory to get required Parameter Set
by vamsi.4a6
Tue Oct 16, 2012 10:06 pm
Forum: General
Topic: Add Checkpoints so sequence is restartable on failure
Replies: 8
Views: 3902

Add Checkpoints so sequence is restartable on failure

Hi, I designed the Job sequence as below Job1-->Job2-->Job3 Job1 loads the data from file.txt to target file target1.txt Job2 loads the data from target1.txt file to target file target2.txt Job3 loads the data from target2.txt file to target file target3.txt Add Checkpoints so sequence is restartabl...
by vamsi.4a6
Tue Oct 16, 2012 12:13 am
Forum: General
Topic: How to fetch information from a Sequencer job
Replies: 9
Views: 3098

I think dssearch command will work for u
by vamsi.4a6
Mon Oct 15, 2012 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create a TXT File with Row Value
Replies: 5
Views: 2391

1)Identify the distinct Key values after validation and write the result into a textfile 2)Use execute command stage to convert the result obtained in first step into some pipe or comma delimiter output 3)use Loop activity stage for each distinct value of the key and use proper constraint to filter ...
by vamsi.4a6
Sun Oct 14, 2012 10:54 pm
Forum: General
Topic: Problem while using Unconditional triggers
Replies: 7
Views: 3161

Use the JOb

JOB1 -------> JOB2

and mention the trigger condition as below

Job1 is finished with no warnings or Job1 is unsucccesful(aborted) or Job1 is finished with warnings


Please correct me if i am wrong
by vamsi.4a6
Sat Oct 13, 2012 11:03 am
Forum: General
Topic: finding unix shell scripts used in datastage
Replies: 9
Views: 4658

ray.wurlod wrote:

Code: Select all

SELECT NAME FROM DS_JOBS WHERE JOBNO IN (SELECT OBJIDNO FROM DS_JOBOBJECTS WHERE EVAL "@RECORD" LIKE '%.sh%');
...
Could You please clarify what is meant by EVAL and @RECORD in the above query?
by vamsi.4a6
Thu Sep 06, 2012 10:38 pm
Forum: General
Topic: Parameter Set Changes
Replies: 2
Views: 1938

Parameter Set Changes

I am using one Parameter Set for all the Jobs[Around 250 parallel Jobs and sequences] in entire project.Due to some reasons we changed values for two parameters in the parameter set which should be reflected for all the Jobs in entire Project.Is there any easy procedure instead of changing manually ...
by vamsi.4a6
Wed Sep 05, 2012 6:53 am
Forum: General
Topic: Decrypting passwords in dsx files
Replies: 10
Views: 17071

I checked in log It is showing ******.Could you please mention where exactly in the Log?
by vamsi.4a6
Wed Sep 05, 2012 6:32 am
Forum: General
Topic: Decrypting passwords in dsx files
Replies: 10
Views: 17071

How to identify Encrypted Password in dsx file?I mean where to get LD8@1HV@N this information?
by vamsi.4a6
Mon Aug 27, 2012 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Generator Date Data Type
Replies: 2
Views: 1090

Row Generator Date Data Type

1)Could anybody explain how dates are generated in Row Generator Stage with the following Settings for a particular column?

Type=random
Limit=2000

I gone through the help manual but not able be get it.
by vamsi.4a6
Sun Aug 19, 2012 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fasttrack vs Datastaage
Replies: 1
Views: 719

Fasttrack vs Datastaage

1)I Just started learning Fasttrack.By using Fasttrack we can can generate Datastage Jobs.Is it possible to implement any complex scenario that implemented in Datastage also possible to implement in Fasttrack because it saves time?

2)Any link for the examples?
by vamsi.4a6
Fri Aug 17, 2012 12:43 am
Forum: General
Topic: Is there a way for us to name the DSJOBREPORT file?
Replies: 8
Views: 3508

@ray.wurlod

We are using DSJobReport in after job routine to get Job Report Details.
How can we use both DSJobReport and ExecSH for a single Job. Please correct me if I am wrong?