Search found 498 matches

by DeepakCorning
Tue Nov 07, 2006 11:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture errors on multiple fields in a record ?
Replies: 8
Views: 2289

Re: Capture errors on multiple fields in a record ?

When you say capture Data Violation Do you mean you are having lookups which Validate the data or something else. If yes then is it there for all the columns or selective one ?
by DeepakCorning
Tue Nov 07, 2006 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: folder stage
Replies: 3
Views: 1841

PDF files? That will be cool. When I saw this I started searching all the Help files about extracting PDF file as I did not know that Folder stage can extract PDF files. I though it was just for XML or CSVs or flat files.
by DeepakCorning
Fri Nov 03, 2006 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using an Aggregator STage in Server jobs
Replies: 5
Views: 3516

To get the sum you will need to group the fields and the fields which you do not want to group by will have to be first out. You have to tell the aggregator stage if it summed up a column then what it should do with the others - take max of thm or take first of them or take last of them. Same as whe...
by DeepakCorning
Fri Nov 03, 2006 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Max of the Data
Replies: 11
Views: 2362

Can you explain in a small simple mapping view kind of thing the above requirement like --

Hashed File
|
|
A ---- Trans ------


Because I am now confused , and will like to know why we can not perform the MAX thing.
by DeepakCorning
Fri Nov 03, 2006 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Not doing anything.
Replies: 7
Views: 2096

Re: Job Not doing anything.

Thats informative.Any idea how much shuld I let the RT_LOGnnn to grow?.

Depending on this I can archive the Logs in a file and purge all of them once in 7 days may be.
by DeepakCorning
Fri Nov 03, 2006 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Max of the Data
Replies: 11
Views: 2362

Can not you do this before putting the data in the hashed file ==

Select F1#,F2#,MAX(F3#),MAX(F4#) from A group by F1#,F2#

That way your hashed file will have only one record corresponding to the F! and F2 fields and then you can do the lookup with out any comlex logic.

Hope this makes sense.
by DeepakCorning
Thu Nov 02, 2006 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_delimited()- Required Column Missing
Replies: 23
Views: 8675

My question is how do you import the data with variable columns, if seq.file stage is not the correct one Shilpa. two things you can do -- 1. Import this file in Access and Export it back in a new file with whatever delimiter you want. 2. Or try to use it as a fixed length file. Reading the Rows as...
by DeepakCorning
Thu Nov 02, 2006 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_delimited()- Required Column Missing
Replies: 23
Views: 8675

1. Open the File in a notepad. Remove the Word Wrap.
2. Press Ctrl+G.
3. Go to the line number specified in the Message.
4. Check out if it has 16 columns or not. If yes , check the immediate next or previous line.

:D
by DeepakCorning
Wed Nov 01, 2006 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Not doing anything.
Replies: 7
Views: 2096

Nope, nothing happens at this time on the server.
by DeepakCorning
Wed Nov 01, 2006 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Memory Usage
Replies: 2
Views: 822

Memory Usage

Is there a tool which tells us what kind of memory is used for different kind of processes in Datastage. My processes is frozen and i need to find out is it because the processes were kicked out of the memory usage?? and why did this happen?
by DeepakCorning
Wed Nov 01, 2006 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Not doing anything.
Replies: 7
Views: 2096

Well when you say point of" Failure" , I can not say there is any. It randomly Freezes in any of the process and at any point. The last Log which is show off in the job which keeps on saying "running" is cleared Job logs.
by DeepakCorning
Wed Nov 01, 2006 11:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Not doing anything.
Replies: 7
Views: 2096

Job Not doing anything.

We have master sequence activities which call another set of sub master sequence activities and these sub master sequence activities call the jobs. The problem that we are facing from thelast 2 months is that the jobs froze (not the same but different places). Previously we had this probelm once in ...
by DeepakCorning
Wed Nov 01, 2006 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Timestamp
Replies: 4
Views: 13239

The safets way to handle any date columns is to do what Kris mentioned above. Declare the Column in the stage and then say generated SQL. Copy whatever the stage is doing with the timestamp column and paste it is your USRDFN query.
by DeepakCorning
Wed Nov 01, 2006 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job performance - lookup running very slow
Replies: 7
Views: 1314

Re: job performance - lookup running very slow

Nothing else in the job? Without that we can not assume that this stage is the probelm or some other...
by DeepakCorning
Wed Nov 01, 2006 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.SEQOpen Failed
Replies: 23
Views: 7507

Can you rename the file and run the job again? I have a feeling that your permission while viewing data or running the job is messed up... :)