Search found 498 matches

by DeepakCorning
Tue Nov 14, 2006 10:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage server directory running out of space
Replies: 17
Views: 8027

Nishant,
Pretty Sure that the number of jobs will not fill up ur 8 - 12 gb of space.

One reason can be Log files but as u said they are gettign merged so should not the casue.

Check out wht Kduke had suggested...
by DeepakCorning
Tue Nov 14, 2006 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_LOGxxx Not Found
Replies: 9
Views: 4704

Love,
This repeats every week. Done with the clearing and compilation of the job , which was recommended , and the frst step that I do when this error pops up. But it does not seem to be a perm solution. So need to find a reason for it so that can be fixed for good.
Thanks
by DeepakCorning
Wed Nov 08, 2006 9:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FULL outer join
Replies: 20
Views: 8571

Re: FULL outer join

What about using a Link Merge stage? Of course not directly...but if you put a little thought in it the link merger state should help you out perfectly.
by DeepakCorning
Wed Nov 08, 2006 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parsing fields from flat file
Replies: 10
Views: 2636

I think your issue is unncessary pipes which are there in your file ans hence the data is not coming in the correct places. Can you open the file in EXL and confirm that the data is not shifted to other columns etc.
by DeepakCorning
Wed Nov 08, 2006 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_delimited()- Required Column Missing
Replies: 23
Views: 8660

You can always have a seperate column defined at the target level rather than declaring at the source level so ur mapping in short will look like -->

Column1 -- Column1
Column2 -- Column2
-- Column3 assigne Column 2
by DeepakCorning
Wed Nov 08, 2006 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copy tables from one Database to another Database
Replies: 8
Views: 5633

Re: Copy tables from Database to another Database

Not aware of any such things. May be you can use Database sync utilities to do such activities and not use a ETL tool to do such things. :)
by DeepakCorning
Wed Nov 08, 2006 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture errors on multiple fields in a record ?
Replies: 8
Views: 2274

Can a pivot stage will help? Our error validation table had the same structure for any validation failure so we used a Pivot stage to populate the table with whtvr validation failed.
I am not sure it will work for you or not but you can give it a thought.
by DeepakCorning
Wed Nov 08, 2006 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum number of KEY Fields in a Hash File
Replies: 13
Views: 6005

I do not think declaring all the columns as Key is the solution here , but the simplest that I can think of is to declare an extra column in the target and assign it a counter (may be a row counter) - same concept as surrogate key generator. So if your source 1 has 10 and source 2 has 10 rows then t...
by DeepakCorning
Wed Nov 08, 2006 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Hashed File
Replies: 11
Views: 6778

:?
by DeepakCorning
Wed Nov 08, 2006 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Facing problem with the constraint in the transformer stage
Replies: 5
Views: 2074

The simplest thing that you can do it put some seq file in the process and ppulate it with your dep_date column and and also try subtracting days from it and populate in this file. If it populkates with null theres ur answer that u can not directly subtract days from a date.
by DeepakCorning
Tue Nov 07, 2006 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Hashed File
Replies: 13
Views: 6250

Bingo..sorry for the confusion....Yes it was Ken and not Ray.
by DeepakCorning
Tue Nov 07, 2006 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Hashed File
Replies: 11
Views: 6778

Duplicate post...
by DeepakCorning
Tue Nov 07, 2006 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Hashed File
Replies: 13
Views: 6250

Re: DS Hashed File

DS Help Files , Search on this forum and plus there is a Article written by Ray on the newsletter of this forum which will help you understand the Hashed File better.
by DeepakCorning
Tue Nov 07, 2006 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Facing problem with the constraint in the transformer stage
Replies: 5
Views: 2074

Re: Facing problem with the constraint in the transformer st

I think you are not defining the Constraints Properly. Also the explanation of which Table gets what data is somewhat not clear. I assume it is Stage table 1 gets data which is in between Dep_datetime - 28 days and Dep_datetime-21 and so on. Also i guess the column Dep_datetime is a date time column...