Search found 79 matches

by muralisankarr
Thu Oct 15, 2009 1:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best key candidate for datastage XML export
Replies: 2
Views: 2209

Best key candidate for datastage XML export

We are trying the change some element value in datastage job xml export through a datastage job. In XMLInput stage we are confused with the Key column selection. Please guide us which element is the best candidate for key column for datastage xml. Please refer the DTD below <!DOCTYPE DSExport [ <!EL...
by muralisankarr
Thu Oct 15, 2009 1:17 am
Forum: General
Topic: Teradata equivalence of Oracle Stage
Replies: 2
Views: 1333

Teradata equivalence of Oracle Stage

Hi,

Can any one please help me to know the teradata stage equivalent to the following oracle stages

1. Oracle enterprise stage
2. Oracle OCI Stages
3. Oracle OCI Load Stages

Many Thanks
MSR
by muralisankarr
Wed Oct 14, 2009 2:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling XML element tags
Replies: 3
Views: 1749

Hi Ernie, scroll to the right on the link... add "text()" to the end of each of the strings.... Ernie Will that work for a parent element which don't have any text. Below is the XML I have used <?xml version="1.0" encoding="ISO-8859-1" ?> - <note> <to>Tove</to> <from>Ja...
by muralisankarr
Wed Oct 14, 2009 11:38 am
Forum: General
Topic: Oracle to Teradata migration
Replies: 10
Views: 6268

It won't be that simple, I'm afraid. You could test that process out by exporting one job as a control, then manually changing the stage to Teradata and exporting it again, comparing the two exports. You'd need to quantify the exact differences between the two and see if you could come up with some...
by muralisankarr
Wed Oct 14, 2009 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling XML element tags
Replies: 3
Views: 1749

Handling XML element tags

I'm new to XML stages. Need your help for the following. When I use MS Excel to import the XML I got the element name by default for parent elements. But in datastage we got the full tags.Is there any way we have to extract the element name instead of tags?. Note: In XML document on XMLInput section...
by muralisankarr
Tue Oct 13, 2009 1:36 am
Forum: General
Topic: Oracle to Teradata migration
Replies: 10
Views: 6268

Oracle to Teradata migration

We have nearly 600 datastage jobs in which the target table & target lookup tables are Oracle EE stages. Now we need to fork lift the Oracle database to teradata. Is there any other way we have other than opening each & individual job and changing the oracle stage to teradata stage? Before s...
by muralisankarr
Fri May 08, 2009 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing to a CSV file
Replies: 1
Views: 1248

Writing to a CSV file

Hi,

We have target file stage which writes to a CSV. We are getting box ch '[]' at the end of the file. How can we remove this? Please help

Thanks
rMS
by muralisankarr
Wed Apr 15, 2009 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to supress the warning message generated for NULL fields
Replies: 12
Views: 10755

ds_search2008 wrote:In the transformer stage use SetNull() against the corresponding null fields and in sequential stage Null Field Value should be set to '', meaning Null Field Value =''.

Regards
Nope. It doesn't work out. I still got the error message :(
by muralisankarr
Wed Apr 15, 2009 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to supress the warning message generated for NULL fields
Replies: 12
Views: 10755

muralisankarr, You can fix this by Nullable properties in the sequential file column tab. Meaning, in the column tab click on the number against the corresponding column "Edit Column Meta Data" window will open. Set the "Nullable" properties accordingly. Regards Hi, For the foll...
by muralisankarr
Wed Apr 15, 2009 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to supress the warning message generated for NULL fields
Replies: 12
Views: 10755

arvind_ds wrote:Do null handling for said columns in the transformer stage
Nope. They are simple one to one mapping
by muralisankarr
Wed Apr 15, 2009 2:38 am
Forum: General
Topic: certification
Replies: 3
Views: 2566

Re: certification

Look in to Vincent blog. It may help you

http://it.toolbox.com/blogs/infosphere/ ... tion-11163
by muralisankarr
Wed Apr 15, 2009 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to supress the warning message generated for NULL fields
Replies: 12
Views: 10755

How to supress the warning message generated for NULL fields

Hi, A Simple 'Oracle Enterprise-> Transformer -> Sequential File' job has given me the below warning message. Sequential_File_1: When checking operator: When validating export schema: At field "SALARY": "null_field" length (0) must match field's fixed width (10) Sequential_File_1...
by muralisankarr
Wed Apr 01, 2009 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage error
Replies: 4
Views: 2123

Re: Oracle Enterprise stage error

Pagadrai wrote:
Hi,
Have you given a valid server name?
Hi,

Server Name - Is it oracle connection string you are pointing ? If so I have given it correctly
(Sorry to ask such a silly qus. I'm new to PX).
by muralisankarr
Wed Apr 01, 2009 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage throwing warning message on field definition
Replies: 2
Views: 1691

ODBC Stage throwing warning message on field definition

I have imported a oracle table having following columns in an ODBC stage Salary => NUMBER (8,2) Commission => NUMBER (2,2) When I executed the job, I got the following warning " When checking operator : When validating export schema: At field "Salary" : "Null-field" length (...
by muralisankarr
Wed Apr 01, 2009 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage error
Replies: 4
Views: 2123

Oracle Enterprise stage error

I want to use a Oracle Enterprise for a source. When I attempt to do so, I got the following error

Missing server name : Can't connect
APT_OraReadoperator : Connect failed


Please help me to sort out this