Search found 6797 matches

by DSguru2B
Thu Apr 19, 2007 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Populating the target table
Replies: 11
Views: 1632

Buddy, try with Len() function to get the exact lengths. Only then you can check with the target metadata. Otherwise it will be very tedious. You might get lucky and spot the culprit column(s) or it might take you forever. Thats why try with the Len() function.
by DSguru2B
Thu Apr 19, 2007 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading data from Execl file
Replies: 5
Views: 1189

Thats the problem with excel sheets. If nothing is entered in the column, while the export to csv, you wont see the last column. Try with different setting of "Incomplete Column" for the last column in the column's tab of the sequntial file stage. That should do the trick.
by DSguru2B
Thu Apr 19, 2007 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Populating the target table
Replies: 11
Views: 1632

Well, then you need to look at 3rd year's data and see which column's data is going beyond its definition. Do a spot check on the data, if you see any data going beyond its definition thats the culprit. If the number of columns are large, then source your file, put in a Len() function to get the len...
by DSguru2B
Thu Apr 19, 2007 9:09 am
Forum: General
Topic: Subsecond Timestamp manipulation
Replies: 2
Views: 1316

Just a shot in the dark, try

Code: Select all

TimestampFromSecondsSince(-.001000, FunneledData.TRANSACTION_TIME) 
by DSguru2B
Thu Apr 19, 2007 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Populating the target table
Replies: 11
Views: 1632

Well aparantly, you missed a column or two. Since your source is a flat file, its hard to say what the maximum length can be. You will have to put in a LEN() function to get the length of each and every column. Inspect to get the max of all the lengths that you got and then compare that with your ta...
by DSguru2B
Thu Apr 19, 2007 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting data from XML file
Replies: 12
Views: 7534

Mouthou, you dont have to quote the entire message. It makes for poor readability and clogs up the posts.
by DSguru2B
Thu Apr 19, 2007 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC.INI file error
Replies: 10
Views: 4098

Delete the entry and retype it again. Save the file and then try again.
by DSguru2B
Wed Apr 18, 2007 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: look up
Replies: 8
Views: 1545

How many maximum concatenated running numbers can you have? If you have a max then you can generate the extra rows. Do a simple lookup and you will automatically get a hit on the hashed file with the key you want.
by DSguru2B
Wed Apr 18, 2007 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows vs UNIX
Replies: 14
Views: 5528

Aww, thats sweet Mamu Kim. Guess, I'll start calling you that as well :wink:
by DSguru2B
Wed Apr 18, 2007 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 12233

MAXKEYSIZE in uvconfig file has a limit of 768 but its not connected so dont change that limit. Maybe someone here can shed some light on this behaviour.
by DSguru2B
Wed Apr 18, 2007 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message
Replies: 1
Views: 863

Please do an exact search on "Unrecognized top level format property" for related posts.
by DSguru2B
Wed Apr 18, 2007 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while reading UTF-8 Sequential File.
Replies: 1
Views: 598

Your data and meta data does'nt match. Search for more related posts. One is here
by DSguru2B
Wed Apr 18, 2007 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC.INI file error
Replies: 10
Views: 4098

Make sure the DSN name is identical inside your job and in the .odbc.ini file. Thats the only other thing that could be wrong. Make sure there are no leading trailing spaces. They should be identical.
by DSguru2B
Wed Apr 18, 2007 12:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 12233

What is the length of the entire record with your desc column set to 666?
by DSguru2B
Wed Apr 18, 2007 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from DS 7.5.1A Server Edition to DS 8
Replies: 18
Views: 4858

O ok. Thanks for the clarification.