Search found 16 matches

by lika97
Wed Nov 10, 2010 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: add/subtract hours to timestamp
Replies: 6
Views: 5051

Thanks Ray.
Issue has been resolved. It was posted by me before I go to sleep to get other inputs on early hours. I have a plan to inculde it once I get free onto the post for others reference.
by lika97
Wed Nov 10, 2010 8:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: add/subtract hours to timestamp
Replies: 6
Views: 5051

Thanks Ray! I appreciate your comments. See Ray some times we dont really get spending too much time on conversions. So we post into the forums and share with the others experience. It doesnt mean not coded or not able to hanle it. Any developer can code based on their logic but some persons it may ...
by lika97
Wed Nov 10, 2010 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: add/subtract hours to timestamp
Replies: 6
Views: 5051

Thanks for the idea Ray!
But I am not getting the function to subtract from the date.
by lika97
Wed Nov 10, 2010 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: add/subtract hours to timestamp
Replies: 6
Views: 5051

add/subtract hours to timestamp

Hi All, I am trying to add hours to timestamp in the transformer, add hours will come from derived field. My option is code in transformer only. My code is working when am adding hours(positive SHours). But not working subtracting hours (negative SHours). Getting correct time part but not the date. ...
by lika97
Wed Sep 15, 2010 7:26 am
Forum:
Topic: field concatenation with multiple sources - Fasttrack
Replies: 6
Views: 2348

FastTrack uses a five-part fully qualified name containing the host name, data source, data store, data schema, table name. Search DSXchange for more information - this has been addressed within the ... Ray, I have defined in correct format hostname.datasource.schema.table.columnname and addressed ...
by lika97
Mon Sep 13, 2010 9:57 am
Forum:
Topic: field concatenation with multiple sources - Fasttrack
Replies: 6
Views: 2348

Sorry Guys if I posted in wrong forum. This request for using with fasttrack application to import csv file and generate datastage job. Concatinating of the two fields from same source working fine but need to concatenate two diffent sources of the columns say like Table1.Name:Table2.Name. Is there ...
by lika97
Mon Sep 13, 2010 8:26 am
Forum:
Topic: field concatenation with multiple sources - Fasttrack
Replies: 6
Views: 2348

field concatenation with multiple sources - Fasttrack

Hi All, I could able to concatenate two fields which is coming from the same source without using table qualifier but not able concatenate with two table columns. Please share with me if you have any solutions. Example: Fields Table.SName,Table.HName working with the solution SName:HName. Would requ...
by lika97
Mon Sep 13, 2010 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fasttrack mapping specification problem using import csvfile
Replies: 14
Views: 5904

Generated csv file differs on Source and Target Business Term columns with the metadata. It was resolved after identifying that and defined correctly.
Thank you for the ideas.
by lika97
Fri Sep 10, 2010 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fasttrack mapping specification problem using import csvfile
Replies: 14
Views: 5904

Terms are not matching at Data Source with Specification document.

Thanks,
Kali.
by lika97
Fri Sep 10, 2010 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlocked on lock resources
Replies: 10
Views: 7984

jpraveen wrote:Hi

i am running on 2-node processor
and i made the target as HASH partitioning and the job finished successful

Thanks to all
What database you are using? If it is teradata add, LOCKING ROW FOR ACCESS for all selected queries then you wont be locked your self.

Thanks,
Kali.
by lika97
Thu Sep 09, 2010 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fasttrack mapping specification problem using import csvfile
Replies: 14
Views: 5904

Then I am still not understanding the problem. There are only two choices. A source/target column in FastTrack either (a) matches the full 5 part name of already imported metadata shared tables or (b) it does not. Ernie I have tried two other options but failed: 1. Changed table names with other na...
by lika97
Thu Sep 09, 2010 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fasttrack mapping specification problem using import csvfile
Replies: 14
Views: 5904

I don't know what else to tell you....look in the tree of database tables that you have in FastTrack.... You will see a 5 part name for each column.... host.database.schema.table.column If you fully qualify these names in your csv file being imported, then they will match....check spelling, upper/l...
by lika97
Wed Sep 08, 2010 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fasttrack mapping specification problem using import csvfile
Replies: 14
Views: 5904

Thanks Ernie!
But still I have no luck using Fasttrack to fix it. Also I tried different scenario's too and issue still the same. I am missing one small step which I couldnt able to identify.
I have no problem with new table and columns with new mapping csv file with new host.

Thanks,
Kali.
by lika97
Wed Sep 08, 2010 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fasttrack mapping specification problem using import csvfile
Replies: 14
Views: 5904

eostic wrote:Ok...then be sure and import those target tables and their columns as Shared Tables prior to importing any .csv mappings into FastTrack.

Ernie
Thanks Ernie!
Could you guide me how to make columns as Shared Table.

Thanks,
Kali.
by lika97
Tue Sep 07, 2010 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fasttrack mapping specification problem using import csvfile
Replies: 14
Views: 5904

If the source/target names were in your original spreadsheet, check their spelling and case carefully......it should match, assuming that you already have those hosts and tables as formal Shared Tables. Ernie Thanks Ernie! I have spcified source and target in correct way and also source and targets...