Search found 887 matches

by Sreenivasulu
Tue Feb 01, 2011 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a oracle table if column data type is xml
Replies: 8
Views: 5062

use xmtype as string and datastage type as longnvarchar

Reference link -
http://publib.boulder.ibm.com/infocente ... pings.html
by Sreenivasulu
Tue Feb 01, 2011 5:07 am
Forum: General
Topic: code=-14 [Timed out while waiting for an event]
Replies: 9
Views: 6809

1. How to verify patch JR30015 is installed.
-- version.xml specifies the patches installed

2. How to install FixPack1 installed for 8.1.
-- there is a standard procedure doc from ibm on this.

Regards
Sreeni
by Sreenivasulu
Tue Feb 01, 2011 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a oracle table if column data type is xml
Replies: 8
Views: 5062

The datatype XMLTYPE in ORACLE is derived from CLOB.
You can use LONGNVARCHAR or LONGVARCHAR and try out.

Regards
Sreeni
by Sreenivasulu
Mon Jan 31, 2011 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read Temp_<jobname> to OMD.XML.DIR
Replies: 3
Views: 4430

OMD.XMLDIR is use to store metatdata information of the job.
More details as you search:)

Regards
Sreeni
by Sreenivasulu
Mon Jan 31, 2011 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [SQL Server]SHUTDOWN is in progress.
Replies: 2
Views: 5289

I think its quite a clear message from the 'SQLServer DB' that the 'DB is being shutdown'

Regards
Sreeni
by Sreenivasulu
Mon Jan 31, 2011 3:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Stored Procedure SQL 2005 in DataStage
Replies: 4
Views: 3390

You can use a 'dummy input' using rowgenerator and a 'dummy ouput' (dummy output if you do not need error handling)

Regards
Sreeni
by Sreenivasulu
Fri Jan 28, 2011 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml output
Replies: 10
Views: 5666

I found that generally the developers use 'xmleditors' but the 'operations/users' use browsers to look into the contents of the xml

Regards
Sreeni
by Sreenivasulu
Fri Jan 28, 2011 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml output
Replies: 10
Views: 5666

empty tags

Normally all XML parser's can read an empty tag in the format <empty/> which is equalent to <empty></empty>. May I know the files you produced, are you viewing through any browser like internet explorer / mozilla etc.. if yes then it will by default show you in the format <empty/> but if you open t...
by Sreenivasulu
Fri Jan 28, 2011 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server timestamp truncation error
Replies: 3
Views: 6250

Hi VMCBurney,

Can you try SQLSMALLDATETIME ?

Regards
Sreeni
by Sreenivasulu
Thu Jan 27, 2011 3:48 am
Forum: General
Topic: Define new architecture - how many cpu ?
Replies: 3
Views: 1525

There is no 'linear or exponential' relation between the number of recrods and the number of cpus

Regards
Sreeni
by Sreenivasulu
Wed Jan 26, 2011 1:25 am
Forum: General
Topic: Suspend Datastage Jobs
Replies: 6
Views: 3584

1.Write to a 'flag file' with the status 0 (finished),1(not finished) after the 'index related work'
2.A job which polls the file using the waitforactivity stage
3.Use the job created in step2 before any datastage jobs which uses the table

Regards
Sreeni
by Sreenivasulu
Fri Jan 21, 2011 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Update DSParams file through DS Routine
Replies: 3
Views: 2123

You can do it by providing the right path in the code but its not advisable to change 'datastage system files as the datastage job runs'

Regards
Sreeni
by Sreenivasulu
Wed Jan 19, 2011 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load the .jpeg file into DB2 database
Replies: 3
Views: 1705

There is a BLOB column feature in Oracle. There could surely be something similar in DB2
by Sreenivasulu
Wed Jan 19, 2011 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading XML file with multiple repaeating elements
Replies: 6
Views: 5467

Very Nice to hear that 'non-repeating key' element is removed. Now we need to handle these duplicates inside the job which is in a way 'visible flow in design' You mentioned about additional capabilities in the XML input stage. That's good news as well since these features are already present in oth...
by Sreenivasulu
Wed Jan 19, 2011 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading XML file with multiple repaeating elements
Replies: 6
Views: 5467

This is a very constrained OR limiting feature of XML usage in Datastage. Hopefully this 'non-repeating key' element feature is not present in 8.5

Regards
Sreeni