Search found 166 matches

by major
Wed Nov 05, 2014 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Error - CDIER0802E: The assembly has 2 errors.
Replies: 2
Views: 3502

from the post it seems there are errors in assembly

Code: Select all

xml_assemble_aqi_files,0: Fatal Error: CDIER0802E: The assembly has 2 errors. Please edit the Assembly to resolve
Did you try to see what those issues are ?

Thanks
Major
by major
Wed Nov 05, 2014 6:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector BULK Load Error
Replies: 2
Views: 2250

Hi Chulett , thanks for the reply.

Issue has been resolved after using Teradata Connector variant 12

Thanks
Major
by major
Wed Nov 05, 2014 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector BULK Load Error
Replies: 2
Views: 2250

Teradata Connector BULK Load Error

Hi, I'm trying to do BULK load using Teradata Connector stage, but the job is failing with below error DBMS code 2113: Operator(libloadop.so) instance(1): INITIATE method failed with status = Fatal Error I did try playing with Array Size using 'Immediate' method , but job is estimated to complete 6 ...
by major
Tue Sep 09, 2014 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different Input layout but same target
Replies: 5
Views: 2164

As of now I'm using 2 different jobs to load the target , but I'm looking to optimize them , and want to use 1 job..

No clue where to start from

Thanks
Major
by major
Mon Sep 08, 2014 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different Input layout but same target
Replies: 5
Views: 2164

Hi ,

Thanks for the suggestion , but I forgot to mention that there is a dependency between 2 file loads , one file load has to be completed before proceeding with next one

Thanks
Major
by major
Fri Sep 05, 2014 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different Input layout but same target
Replies: 5
Views: 2164

Different Input layout but same target

Hi all,

I have 2 different datasets with their own metadata , I have to do couple of lookups with DB stages and then insert into a same target table.

What is the best design so that this can be done in a single job instead of creating 2 jobs to load dataset to target table.

Thanks in advance
Major
by major
Tue Mar 12, 2013 5:22 pm
Forum: General
Topic: Renaming a job name in dsx file is not changing the job name
Replies: 1
Views: 1070

Renaming a job name in dsx file is not changing the job name

Hi, I have some 20 jobs to be renamed from PROD env to DEV env, so I have exported them to a dsx file and very carefully renamed the job names in dsx file. While I try to import them in DEV env I have selected 'Import selected' , but I see the job name unchaned , pretty confused. (Job X is still Job...
by major
Sat May 12, 2012 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector Stage Test connection using SSL
Replies: 3
Views: 1980

Hi,

Can you share those details.

Thanks,
Major
by major
Wed Apr 25, 2012 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector Stage Test connection using SSL
Replies: 3
Views: 1980

MQ Connector Stage Test connection using SSL

Hi, I'm using MQ connector stage as Target in Client Mode. We have a situation where when I use 'Test' option for verifying connectiviy for non-SSL queues the connection succeeds and indeed job runs fine when I actually run it also. (Here I'm not using channel table, name) But for SSL enabled queues...
by major
Sat Apr 21, 2012 1:57 pm
Forum: General
Topic: Find where used not showing all the dependent items
Replies: 4
Views: 1345

Yes, if I go to the sequence job properties-->dependencies , I can see the job X with the type set to 'Job'.
But still when I export the sequence with dependencies the job X will not get exported :(
by major
Wed Apr 18, 2012 5:02 pm
Forum: General
Topic: Find where used not showing all the dependent items
Replies: 4
Views: 1345

Any suggestions please..
by major
Tue Apr 17, 2012 12:40 pm
Forum: General
Topic: Find where used not showing all the dependent items
Replies: 4
Views: 1345

Find where used not showing all the dependent items

Hi all,

When I right clidk on one of the jobs say X and choose 'find where used ' I dont see the job sequence associated wiht it.
and when I export the sequence with its dependent items this job X is not getting exported

This is not happening for all the jobs though.

any suggestions

Thanks
Major
by major
Sat Dec 03, 2011 1:22 am
Forum: General
Topic: To add a function to the parameter value ?
Replies: 12
Views: 4958

you can pass the current date through the sequene in whatever format you as a parameter to the job , generally , i use currentdatetimestamp(1) not sure if that is the correct trasnform

Thanks
Major
by major
Thu Dec 01, 2011 6:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting SYSDATE and Jobname to Oracle table
Replies: 4
Views: 1976

hi,

In your case the only other way is to populate sysdate and jobname in the seq file which you are loading to oracle table.

Thanks
Major
by major
Wed Nov 30, 2011 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error
Replies: 3
Views: 3351

Code: Select all

SV1 = if a = b then 'true' else 'false' 
......
...
a is nullable 
b is not null 
.....
Also handle NULL values for column a in stage variable 1 (SV1)

Thanks
Major