Search found 37 matches

by techiexavier
Thu Aug 29, 2013 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append operation for DataSet - output from xml input stage
Replies: 3
Views: 2665

Append operation for DataSet - output from xml input stage

Hi All, My job design is as below, External source stage ---> XML Input stage (url input) ---> Data set I have set of XML files in a folder. With the help of external source stage i am reading the file urls and passing it as source for XML input stage. I need the out from XML input stage for all fil...
by techiexavier
Thu Jun 13, 2013 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File pattern option for XML file processing
Replies: 2
Views: 1390

Thanks for your inputs. I am able to achieve whatever i was trying for.

I have used external file stage to list all the file names and selected the XML document option in XML input stage. It worked.

Thanks.
by techiexavier
Thu Jun 13, 2013 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File pattern option for XML file processing
Replies: 2
Views: 1390

File pattern option for XML file processing

Hi All, I have to process more number of XML files of same structure. Seq file ---> XML Input ---> DataSet I am using XML input stage. I am planning to use URL/File path option (In XML input stage) and file pattern option for source in Sequential file stage. Can anyone help me how to use both the op...
by techiexavier
Thu Jun 06, 2013 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 13)- Date conversion
Replies: 1
Views: 1148

Re: Parallel job reports failure (code 13)- Date conversion

To add some more details,

Source i have as Teradata. From the error code i can understand it is related to incorrect timestamp issue. But when i pass the smaller values it runs fine.

I checked the source DB it has data for past 6 years. Please help me how to fix this issue.
by techiexavier
Thu Jun 06, 2013 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 13)- Date conversion
Replies: 1
Views: 1148

Parallel job reports failure (code 13)- Date conversion

Hi All, job: OLTP->Transformer->Flat file We are facing a scenario in the above parallel job when we do a full pull (to_date('#$ABC#', 'ddmmyyyy')-#$XYZ#); when we pass 10 or less to XYZ, the jobs runs successfully, but when we pass in higher values like 500 or 1000 the job aborts with the error &qu...
by techiexavier
Tue Jun 04, 2013 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid precision value. Error in parameter @
Replies: 5
Views: 3045

Scale of the column is actually set to blank. Not sure on how/what to set it, as only the length of the column as been changed. We also tried with odbc connector instead of oracle connector and recieving the same error. Job is finishing successfully in Development, but failing in Certification envir...
by techiexavier
Mon May 27, 2013 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid precision value. Error in parameter @
Replies: 5
Views: 3045

Thanks for the input.

But, Currently the setting is "No" for Fail on size mismatch and still we are facing the issue.
by techiexavier
Fri May 24, 2013 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid precision value. Error in parameter @
Replies: 5
Views: 3045

Invalid precision value. Error in parameter @

Hi All, We are having a parallel job which gets data from a DataSet and loads into oracle table. Dset --> Tr --> Oracle connector The job was running fine. We had a change in a filed length from NVarchar(100) to NVarchar(525). After we had this change in DB for varchar filed we are having the issue....
by techiexavier
Tue Feb 12, 2013 1:00 pm
Forum: General
Topic: How to find the username who has last modified the job
Replies: 4
Views: 3262

In designer, select advanced in Find options there you will get options for last modified.
by techiexavier
Tue Jan 08, 2013 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing java class from DataStage
Replies: 5
Views: 4103

Thanks for the inputs.

Stringp is typo error.. Will check the docs and will update the result.
by techiexavier
Mon Jan 07, 2013 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing java class from DataStage
Replies: 5
Views: 4103

My Java code is:

Public class Print_ds
{
Public static void main(Stringp[] args)
{
System.out.println("Success");
}
}
by techiexavier
Mon Jan 07, 2013 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing java class from DataStage
Replies: 5
Views: 4103

Accessing java class from DataStage

Hi All, I am working with Java client stage to invoke a java class file. I am just calling simple class file to print a message. My design is Java client stage -> seq_file I am not returning anything out of my java class. In the link to seq_file I am just having one filed but I am not passing throug...
by techiexavier
Wed Jan 02, 2013 12:32 am
Forum: General
Topic: Teradata Table Definition Import with primary index
Replies: 2
Views: 1674

Sorry, Forgot to mention it.

I am using Import-> Table Definitions -> Plug-in Meta Data definitions -> Teradata.
by techiexavier
Mon Dec 31, 2012 12:02 am
Forum: General
Topic: Teradata Table Definition Import with primary index
Replies: 2
Views: 1674

Teradata Table Definition Import with primary index

Hi, I too have faced similar kind of issue: http://www.dsxchange.com/viewtopic.php?t=146573 when I tried to import a teradata table which do not have primary index it is not listed in import definition. I have full access on that DB. Please let me know if that is a bug and any workaround for this. W...
by techiexavier
Mon Dec 31, 2012 12:01 am
Forum: General
Topic: Teradata Table Definition Import with primary index
Replies: 0
Views: 1048

Teradata Table Definition Import with primary index

Hi, I too have faced similar kind of issue, http://www.dsxchange.com/viewtopic.php?t=146573&sid=969b7fd5eaea2218f586689dec1ab543 when I tried to import a teradata table which do not have primary index it is not listed in import definition. I have full access on that DB. Please let me know if tha...