Search found 3329 matches

by Sainath.Srinivasan
Wed Jun 22, 2005 3:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appearance of 
Replies: 6
Views: 1052

Check whether you have a tab char in the column. Or you may have a null value in that char.
by Sainath.Srinivasan
Tue Jun 21, 2005 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use Sequential file values as job parameters
Replies: 5
Views: 1311

What is the error / mistake you noticed?
by Sainath.Srinivasan
Tue Jun 21, 2005 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can i find which Datastage Job sends file to Remote serv
Replies: 1
Views: 658

The same post was present in Server section and has been answered there.
by Sainath.Srinivasan
Tue Jun 21, 2005 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LinkCollector Issue
Replies: 14
Views: 3205

Did you check whether you have 20 records into the transformer or out of the transformer following some logic embedded in the transformer?
by Sainath.Srinivasan
Tue Jun 21, 2005 12:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use Sequential file values as job parameters
Replies: 5
Views: 1311

Look for Open (OpenSeq), Read (ReadSeq) and Close (CloseSeq).
by Sainath.Srinivasan
Tue Jun 21, 2005 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i find which datastage Job FTP file to REmote server
Replies: 2
Views: 856

One option is to identify the jobs using the ftp stage and try which had been run on that time and had ftp-ed to that environment.

You can also trace the network of the origin to confirm whether it was datastage or any external mechanism that did it.
by Sainath.Srinivasan
Tue Jun 21, 2005 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot view the stages from one of the projects
Replies: 2
Views: 520

You may have lost the stages in the project. Is it a new import or did you run out of space or did anybody fiddle with the project?

Alternatively, the project indexes may be corrupted.

Before that, can you check whether you can see any stage in the toolbox and also use them in any (dummy) job.
by Sainath.Srinivasan
Tue Jun 21, 2005 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedual
Replies: 11
Views: 3317

If you are scheduling using DataStage, you can get it from your operating system scheduler.
by Sainath.Srinivasan
Tue Jun 21, 2005 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Category and SubCategory
Replies: 6
Views: 1394

You can move the jobs into categories via Manager.
by Sainath.Srinivasan
Tue Jun 21, 2005 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Env variable question
Replies: 3
Views: 1288

You can include parameters one at a time. You can write your own script to include the values in one and split them in the logic.

You can use 'parameter manager' to add the params in number of jobs.
by Sainath.Srinivasan
Tue Jun 21, 2005 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Batch File Help
Replies: 3
Views: 837

Can you explain the process in detail for others to follow and understand.
by Sainath.Srinivasan
Tue Jun 21, 2005 4:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a Matrix Report Kind of Output
Replies: 2
Views: 724

You can use stage variables or hash files to achieve the result.

But note that DataStage is an ETL tool and not a reporting tool. Reporting tools like BO, Cognos etc can achieve your requirement with very less skillset and effort.
by Sainath.Srinivasan
Tue Jun 21, 2005 3:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Help In Resolving Lookup
Replies: 10
Views: 3287

Even though multi-valued may solve some of your problems such as bringing all possible values for a key together in one reference line and in a single fetch, if you need to do range lookups, you may be better-off having them in an uv table and performing an sql lookup. Shiva459, Can you provide more...
by Sainath.Srinivasan
Fri Jun 17, 2005 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:- ORA-01008: not all variables bound from jobs
Replies: 23
Views: 10419

Maybe something was changed elsewhere !!??
by Sainath.Srinivasan
Fri Jun 17, 2005 2:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: A,B,C ---> a b c
Replies: 10
Views: 1923

If you want them to go on multiple columns, do you know the target as the target must be properly defined to hold the max number of columns?