Search found 18 matches

by karthik_j013
Tue Feb 21, 2012 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Amount Column not loading in Oracle Enterprise Stage
Replies: 3
Views: 1949

Amount Column not loading in Oracle Enterprise Stage

Hi All, We have a Job, which is loading from a flat file to Oracle table, which is one to one loading on all the column with some trim functions used. Here in the table we have column A datatype Decimal (38,5) in which amount have to be loaded. When I try to load, only few records with amount is loa...
by karthik_j013
Mon Jan 18, 2010 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage 7.5.2
Replies: 3
Views: 2280

Data Stage 7.5.2

PLEASE HELP !!!!! I have installed Data Stage 7.5.2 on XP pro SP2. I get this error "This Jobtype is not currently runnable on this platform" when I want to run parallel job. Although, it a simple job type reading a sequential file (.txt) , the above mentioned error displays. Please help A...
by karthik_j013
Tue Jul 07, 2009 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Kernel Settings
Replies: 2
Views: 1841

Kernel Settings

What is kernel settings? What is the use of this? What are kernel parameters in datastage?
by karthik_j013
Tue Jun 09, 2009 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File
Replies: 3
Views: 1576

Configuration File

Hi,

I wanted to know what is the maximum number of nodes we can use for a job? What is configuration file? Can we edit it? If yes how can we edit it?
by karthik_j013
Tue Nov 04, 2008 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display Problems
Replies: 3
Views: 2078

Re: Display Problems

I am fetching rows from the database and writing it to a dataset with copy stage in the middle. the SQL select gives the following result Column1 Column2 997000045147278 223319.43 in the dataset when i view the data its shown like: Column1 Column2 997000045147278 0000000223319.43 zeros are being ad...
by karthik_j013
Mon Jun 23, 2008 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ParseError
Replies: 6
Views: 5638

After I remove the trim also. It is giving me the same error.
Please can you suggest me on this.
by karthik_j013
Tue Jun 10, 2008 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is Oracle 11g compatible to DataStage version 8?
Replies: 1
Views: 1392

Yes it is compatible with Oracle 11g.

It is not compatible with Oracle 8i.
by karthik_j013
Tue Jun 10, 2008 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDate
Replies: 5
Views: 2000

You can use StringToTimestamp.
by karthik_j013
Tue Jun 10, 2008 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDate
Replies: 5
Views: 2000

You can use stringtotimestamp.
by karthik_j013
Mon Jun 09, 2008 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ParseError
Replies: 6
Views: 5638

No I am not using any bind Variables.

Yes I am using a Transformer and using trim function also. how does it makes the difference.
by karthik_j013
Mon Jun 09, 2008 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ParseError
Replies: 6
Views: 5638

APT_ParseError

Hi, When I am try to call a procedure from ODBC Stage in Data Stage PX. I am getting the following Error: Error executing View Data command: ##F TFPM 000279 16:41:01(019) <main_program> Fatal Error: Caught ORCHESTRATE exception in main program: APT_ParseError: In field: Expected identifier, got: &qu...
by karthik_j013
Mon May 26, 2008 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage
Replies: 3
Views: 1950

But in the help file it as been given to add it to the Job Parameter.

Can you please let me know the work around for the stored procedure.
by karthik_j013
Thu May 22, 2008 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage
Replies: 3
Views: 1950

Stored Procedure Stage

I am having a stored procedure of SQL Server. I am trying to use the stored procedure stage. Problems I encountered are: 1. There is no SQL Server in the Database Vendor. (Work around I have given that in the Job parameter). 2. Error while running the Job is: Stored_Procedure_6,0: Error: Unknown cli...
by karthik_j013
Fri Mar 07, 2008 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data stage 7.5.1A connectivity with Teradata V2R6.2
Replies: 9
Views: 5479

It is a simple query.

SELECT A1,A2 FROM DEMOTEST1;