Search found 82 matches

by gomez
Thu Jan 25, 2007 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file different number of fields every row
Replies: 7
Views: 2388

Thanks vmcburney. I tried this and it works. I like the way you also explained to why this happened. Appreciate that. Thanks
by gomez
Mon Jan 22, 2007 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file different number of fields every row
Replies: 7
Views: 2388

My job design is like this Source --> Transformer(to split 3 data streams) -->Row Splitter (three of them one for each stream)---> Transformer(to transform data - three of them for each stream)---> Row Merge (three of them for each stream)---> Transform(to create a key column-three of them for each ...
by gomez
Mon Jan 22, 2007 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file different number of fields every row
Replies: 7
Views: 2388

Thanks ARNDW. Yes I am actually stuck in the next step. I have now generated 3 files - Header, Detail, Trailer using Transformer/Row splitter. However I wouldnt be able to use a Merge Stage to merge the Header file, Detail file and Trailer file since they have different columns. I wouldnt be able to...
by gomez
Mon Jan 22, 2007 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file different number of fields every row
Replies: 7
Views: 2388

Thanks ArndW. I would need the header/trailer data as well. I would have to bring them out in the same order as header detail1 detail2 trailer header detail1 detail2 detail3 trailer And a header/detail/ trailer consists of different number of fields Do I bring them as a single field into the transfo...
by gomez
Mon Jan 22, 2007 11:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract data from file different num of fields in each row
Replies: 22
Views: 8026

Thanks for the suggestion.
I have opened a new thread on the issue I am facing

Code: Select all

http://www.dsxchange.com/viewtopic.php?p=215004#215004
by gomez
Mon Jan 22, 2007 11:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file different number of fields every row
Replies: 7
Views: 2388

Sequential file different number of fields every row

Hi All: I have to extract a sequential file which has the following structure: Header Detail1 Detail2 Trailer This structure repeats itself in the file. The first 6 characters in a line indicates the type - Header/Detail/Trailer. However Detail line can be 1 or many between a header and trailer. I w...
by gomez
Fri Jan 19, 2007 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract data from file different num of fields in each row
Replies: 22
Views: 8026

Hi All, this closely resembles my case but I have Header->Detail(s)->Trailer structure repeating in my source file. Target file would also have to be written the same order. How do I go about creating this ?
Any help on this is appreciated !

Thanks
by gomez
Tue Jan 16, 2007 11:30 am
Forum: IBM QualityStage
Topic: Incomplete record read from file
Replies: 3
Views: 2056

Incomplete record read from file

Hi: We are facing an issue with one of our QualityStage jobs The REALTOR data file contains two columns. The first column [Company_Name] should be 200 characters and the second column [Type] should be 1 character. I am attempting to standardize the names (Inc. -> Incorporated, Inc -> Incorporated) s...
by gomez
Mon Jan 08, 2007 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SEETING UP PROJECT DEFAULTS
Replies: 10
Views: 5928

That resolves my doubt. Thanks vmcburney
by gomez
Mon Jan 08, 2007 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MS SQL Server load error
Replies: 4
Views: 1329

Another observation on this. I had to provide A SQL Server Authentication in order to make MS SQL Server Bulk Load work. Windows NT Authentication credentials did not work with this stage
by gomez
Mon Jan 08, 2007 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MS SQL Server load error
Replies: 4
Views: 1329

Thanks Satyakunta
I tried the same. It works. Thanks for the help
by gomez
Mon Jan 08, 2007 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade to 8.0 for Server-only sites
Replies: 5
Views: 1416

Upgrade to QualityStage V8.0

Any idea if $0 cost upgrae holds good for QualityStage as well. I am interested to know this since we are on maintenance for this product Thanks
by gomez
Fri Jan 05, 2007 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it a bug for DS Director?
Replies: 8
Views: 3366

You can resolve this by giving the "administrator" user credentials in the Schedule tab in DataStage Administrator. If this is left blank, permissions of Windows system scheduler are used by Scheduler to copy files. And hence the error message because of insufficient permissions for the sy...
by gomez
Fri Nov 03, 2006 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MS SQL Server load error
Replies: 4
Views: 1329

I tested the DSN connection to the SQL server database using odbcping and it connected successfully. So there is no problem with the DSN configuration.
Any pointers please?
by gomez
Fri Nov 03, 2006 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MS SQL Server load error
Replies: 4
Views: 1329

MS SQL Server load error

Hi I am trying to use MS Bulk Load stage to load 6 million plus records from a sequential file. Underlying database is SQL Server 2000 on a different server machine than the DataStage Server. I have created a DSN with SQL server driver and passed it to the properties I get the following error Intern...