Search found 5168 matches

by kumar_s
Wed Jun 28, 2006 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch file for ftp not working ..
Replies: 13
Views: 3416

What is the code you used in Batch file?
Is the password been passed at the same command that been executed as a parameter to the sftp command?
by kumar_s
Wed Jun 28, 2006 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Activity - Triggers
Replies: 18
Views: 11292

Anupam - Is your 'Automatically handle activities that fail' option enabled?
by kumar_s
Wed Jun 28, 2006 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: script to delete jobs
Replies: 21
Views: 4053

Is by any chance, that you guys have decided not to give solutions with DS internal files. :wink:
by kumar_s
Wed Jun 28, 2006 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch file for ftp not working ..
Replies: 13
Views: 3416

So what is the difficulty you faced in DS.
Pass username@hostname and password as parameter to sftp.
by kumar_s
Wed Jun 28, 2006 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update SQL Query
Replies: 18
Views: 4048

Is the value Diana and 10 aer fixed?
Or can you parameterize it?
You can simply achieve this using transformer with If-Then-Else condition.
by kumar_s
Wed Jun 28, 2006 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch file for ftp not working ..
Replies: 13
Views: 3416

What is the exact code you use?
Is you command getting executing from command line?
Is your connect statement and ftp statement in different segment?
by kumar_s
Wed Jun 28, 2006 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Packed decimal data type from A flat file
Replies: 21
Views: 5706

Use transformer to call the routine, pass on the packed decimal column as the argument to this routine and map to integer.
If NLS is enabled in your project, make your source map as none.
by kumar_s
Wed Jun 28, 2006 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic for finding sequence Gap
Replies: 8
Views: 1174

As mentioned have two stage variable.

Initial declaration
Old = ''
New = ''

Stage variable derivation
Old = New
New = Input Column.


If Old = New Then {logic for duplicate} else {logic for new}
by kumar_s
Wed Jun 28, 2006 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash Partitioning
Replies: 8
Views: 2667

If we partition the data using all three keys in order zip,age,apt on two nodes ,does all records with zip 48201 arrive on the same node always. Not necessarily.... If you mark all the three column as key for hash partition, the partiton will be done on the accumulation of all the three columns. He...
by kumar_s
Wed Jun 28, 2006 3:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Links are missing in the DataStage Job
Replies: 5
Views: 1687

Make sure the error prompting is particular to that single job and not to other job that exist in that project. If creeps to others, you are in soup.
by kumar_s
Wed Jun 28, 2006 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Links are missing in the DataStage Job
Replies: 3
Views: 790

If your post is the last in that thread, you can used 'Edit/Delete the post' to delete. But not after an update by others.
by kumar_s
Tue Jun 27, 2006 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX warning in Oracle Enterprise stage
Replies: 14
Views: 6702

Do you find any level change in the field properties available in the transformer?
by kumar_s
Tue Jun 27, 2006 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating a single row from multiple rows
Replies: 7
Views: 1241

sravanthi wrote:Hi all,

Thanks for your suggestion.I have used remove duplicate stage and used retain last column it worked fine.

thanks! :D

Make sure your data is sorted and partitioned on the key before using RemoveDuplicate stage.
by kumar_s
Tue Jun 27, 2006 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Last row in a Sequential file
Replies: 4
Views: 1269

This gives the last record. If you need the last record no, simply count the total no of record using aggregator.
by kumar_s
Tue Jun 27, 2006 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 4
Views: 1064

##W TFPA 000012 20:05:49(000) <main_program> Warning: the PWD environment variable is not defined. Remote process startup may be unsuccessful as a result.If your ORCHESTRATE job does not start up correctly, please set your PWD variable to a value that will work on all nodes of your system. Try inse...