Search found 5168 matches

by kumar_s
Tue Dec 26, 2006 6:04 pm
Forum: General
Topic: Differences between Join, Merge and Lookup Stages.
Replies: 12
Views: 6437

Ray you shall add you valuable inputs to this thread, which will be useful for those who have not access to DataStage Essentials class.
by kumar_s
Tue Dec 26, 2006 6:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding parameters
Replies: 17
Views: 5730

Try toggling the parameter type 'Encrypted'/'String' in the job property for Password parameter.
by kumar_s
Tue Dec 26, 2006 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on Schedule with Director, ODBC Drivers and stuff
Replies: 3
Views: 1322

Hi Diego,
Were you able to connect to the MS SQL Server directly from any of you GUI or command prompt?
by kumar_s
Tue Dec 26, 2006 5:57 pm
Forum: General
Topic: Differences between Join, Merge and Lookup Stages.
Replies: 12
Views: 6437

I have posted it already, so I guess I might have taken it from Orchestrate manuals.
by kumar_s
Tue Dec 26, 2006 5:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up Without Keys
Replies: 12
Views: 6097

Hi,
You may not have 5.x server, but if you can check the key and mapping of the transformer in 7x if imported correctly and not changed after that.
by kumar_s
Tue Dec 26, 2006 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding parameters
Replies: 17
Views: 5730

Even during you View data, it might have prompted for password, did you gave the same value?
Was any NLS been enabled for that job?
by kumar_s
Tue Dec 26, 2006 5:47 pm
Forum: General
Topic: Differences between Join, Merge and Lookup Stages.
Replies: 12
Views: 6437

True, aligning to this format took a long. Atleast once. :wink:
by kumar_s
Tue Dec 26, 2006 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage Warning
Replies: 3
Views: 1782

If the key that you use for JN1 until the remove duplicate stage are the same, the you just need to sort before join once, and maintain the partition ('SAME'). To avoid fuzz, partition the data by HASH method before the sort based on the key, and maintain the SAME partition till the end. If the Dupl...
by kumar_s
Tue Dec 26, 2006 5:38 pm
Forum: General
Topic: Differences between Join, Merge and Lookup Stages.
Replies: 12
Views: 6437

Join Lookup Merge Description RDBMS-style Source and lookup Master table and one Relational tables table in RAM or more update tables Number and names 2 or more inputs 1 source and N lookup 1 master tables and N Of inputs tables update tables Memory usage Light Heavy Light Handling of Ok, produces ...
by kumar_s
Tue Dec 26, 2006 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding parameters
Replies: 17
Views: 5730

Is this the exact error message you get when you run the job?
As mentioned earliar, have you checked whats the value that been passed as password, when you run the job from Director entry.
by kumar_s
Tue Dec 26, 2006 5:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Multiple Files on a File Server
Replies: 12
Views: 2653

To get the count and the list of file names with some pattern, you can use ls in that directory coupled with wc as well. Use sed or awk to fetch the file name is the required pattern.
by kumar_s
Tue Dec 26, 2006 5:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding parameters
Replies: 17
Views: 5730

As mentioned you need to give out the full details before asking for a solution. The exact error/ warning message. Before that you can check with the basic troubleshooting steps. Was the password marked Encrypted and not passed accordingly. Check by passing hardcoded passwords. Check the director en...
by kumar_s
Sat Dec 23, 2006 9:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COBOL COPY BOOK
Replies: 16
Views: 3412

Why cant you import the Imported table definition into CFF stage?
by kumar_s
Thu Dec 21, 2006 6:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding command line utility
Replies: 30
Views: 6046

Execute it without Userid.
by kumar_s
Thu Dec 21, 2006 6:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformation
Replies: 20
Views: 4458

Check the fields that mentioned as Key in each Aggregator is sorted before that stage.