Search found 182 matches

by srimitta
Thu Nov 20, 2008 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New Virtual Machine
Replies: 1
Views: 1032

Make sure host machine is having enough memory (RAM) and disk space to support two guest machines (Varitual machines), other than this you are fine.
by srimitta
Thu Nov 20, 2008 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of BASIC transformer in IIS 8.0.1
Replies: 6
Views: 2557

Replace with Parallel Tranformer Stage, you will be fine or try to find that file in tmp directory and delete it.
by srimitta
Wed Nov 19, 2008 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get server transformer stage in parallel jobs?
Replies: 13
Views: 5387

Open Parallel Job -->expand Processing Palette --> right click & choose Customization --> Customize..--> under repository item & under Stage types expand Parallel and highlight BASIC Tranformer and move it to right side window (Current Palatte groups and shortcut items:).
by srimitta
Tue Nov 18, 2008 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Config File creation
Replies: 8
Views: 1937

Ask your DataStage admin, he / she should be able to provide information.
by srimitta
Tue Nov 18, 2008 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the substring from the string in DS transformer
Replies: 10
Views: 51182

"abcd,ef,ghi,jkl,123,4rf,gfr,ser[6,2] = ef

Assuming data string is left justified, fetch 2 bytes from string position 6.
by srimitta
Tue Nov 18, 2008 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Config File creation
Replies: 8
Views: 1937

/Ascential/DataStage/Configurations/default.apt is the location of configuration file.

to add more power to data processing, you need number of nodes and also below information

fastname <Host Name>
resource disk <Datasets path>
resource scratchdisk <Scratch file path>
by srimitta
Tue Nov 18, 2008 12:32 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Unable to get list of columns catalog function 'SQLColumns'
Replies: 7
Views: 4387

Hi Ray, Thanks for pointing me to look at logs. What I found in PS logs is main::WriteColumnFile: Unable to get list of columns using catalog function 'SQLColumns' on table 'MARKET' due to: CoreOdbc::_ExecCatalogFetchAll: Problem encountered during FETCH: ------- DBI Result Information ------- SQL S...
by srimitta
Mon Nov 17, 2008 1:59 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Unable to get list of columns catalog function 'SQLColumns'
Replies: 7
Views: 4387

Hi Ray,

I tried to import metadata one-by-one, still same error.

What wonders me is, PS imports metadata for some tables from same schema.

Is it ODBC driver or ProfileStage setup or something else I ignoring or missing, any idea what I am going wrong.
by srimitta
Tue Nov 11, 2008 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 8.0.1 installation problem in Windows
Replies: 9
Views: 5784

Microsoft Visual Studio 2003 will work.
by srimitta
Sun Nov 09, 2008 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Multiple date formats in to one
Replies: 1
Views: 2114

First convert your multi-format date to standard MM-DD-YYYY format in 3 stage variables. If your incoming year part 2 bytes then standardize to 4 bytes year part. If month part is like JAN / FEB then standardize to 2 bytes numerical part. DD-MM-YY = 09-11-08 (standardize to 11-10-2008) DD-MON-YY = 0...
by srimitta
Thu Nov 06, 2008 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: license.xml file
Replies: 3
Views: 2069

Those kind of files you won't find on the DS Server, if you are trying to make a copy of License.xml file and want to use for your local installation, ask you DS Admin or whoever responsible for maintaing DS Server at you client place.
by srimitta
Thu Nov 06, 2008 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container
Replies: 3
Views: 3810

In shared container got to Output tab there you will find Map to container link drop down link, open it and select the link coming out of Container and Validate it
by srimitta
Tue Oct 28, 2008 1:03 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Unable to get list of columns catalog function 'SQLColumns'
Replies: 7
Views: 4387

Sorry, I didn't mention one thing.

I selected 20 tables and able to import for 4 tables but for rest of tables I have error message.
by srimitta
Tue Oct 28, 2008 1:00 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Unable to get list of columns catalog function 'SQLColumns'
Replies: 7
Views: 4387

Yes I have SELECT privileges and able to query same table from TOAD without any issues.

Thanks
Srimitta
by srimitta
Tue Oct 28, 2008 12:21 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Unable to get list of columns catalog function 'SQLColumns'
Replies: 7
Views: 4387

Unable to get list of columns catalog function 'SQLColumns'

Hi All, Importing metadata from Orcacle schema is failing with below error message, any idea on how to resolve this. I am able to import metadata from SQL server DB with out any errors. Unable to get list of columns catalog function 'SQLColumns' on table Repository is Oracle Schema Connection is ODB...