Search found 46 matches

by suryapkakani
Wed Dec 21, 2011 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before SQL - Insert a default row based on a condition
Replies: 7
Views: 3119

Thank you. The script seems to be the easiest solution, but i didn't want the task to be DBA dependent, so i was looking for the alternate solutions. Thanks Chulett and Craig for your responses.
by suryapkakani
Wed Dec 21, 2011 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before SQL - Insert a default row based on a condition
Replies: 7
Views: 3119

Before SQL - Insert a default row based on a condition

Hello, I want to insert a default row (Ghost row) into a table if target table count = 0 i.e., if it is an initial load and don't load the default row if table count > 0. Is it possible that i can give this logic in 'Before SQL' tab of DB2 API stage to insert or not to insert, based on table count? ...
by suryapkakani
Tue Jan 04, 2011 10:41 am
Forum: General
Topic: Designer Disappear
Replies: 4
Views: 2803

PaulVL wrote:Try logging in to the web console and disconnecting all of your active designer sessions.
Hi Paul,

It is not the problem of Job Locking, It is the problem of the Client Designer disappearing and job locking.
by suryapkakani
Mon Jan 03, 2011 1:49 pm
Forum: General
Topic: Designer Disappear
Replies: 4
Views: 2803

Designer Disappear

Hi All, I was trying to run a Master Job Sequence ( Which have 100 Job activities in terms of 10 parallel blocks ). When I was trying to compile the job in Designer the designer hangs and disappears all of sudden. When I try to reopen the job it says the job is locked. What is the way to get around ...
by suryapkakani
Tue Sep 21, 2010 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel warning - Dropping "APT_0_comm_type"
Replies: 7
Views: 4008

You have to make sure to match the input and output metadata when using a Funnel Stage.
by suryapkakani
Thu Jul 22, 2010 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Anyone had success with NTEXT in a Parallel job?
Replies: 3
Views: 2945

I could overcome the problem with the following.

SELECT cast(value_text AS Varchar(8000)) value_text from dbo.table

Thanks for some valuable notes from the blog.

Regards,
Sunny
by suryapkakani
Thu Jul 22, 2010 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Anyone had success with NTEXT in a Parallel job?
Replies: 3
Views: 2945

Hi ,

I have a similar kind of issue, I am trying to read a field on sql server though odbc connection and trying to write to a file. The field is defined as text in source. I get the following error

main_program: Datatype Not Supported

Any Ideas, of how it can be resolved..
by suryapkakani
Wed Feb 17, 2010 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copybook to DataStage schema file
Replies: 4
Views: 10542

Found this on search http://sourceforge.net/projects/cb2xml/. A java parser job can be used to populate the required.
by suryapkakani
Tue Feb 16, 2010 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine in DS
Replies: 4
Views: 2883

Search on Routines and there is innumerable amount of information already availaible.
by suryapkakani
Fri Feb 12, 2010 2:57 pm
Forum: General
Topic: Dont see mappings in Transformer
Replies: 2
Views: 1713

Dont see mappings in Transformer

Hi, I have a wierd problem here. Some how my Datastage Interface doesn't show the mappings within the transformer. All my existing jobs are working fine, which shows that there is a a mapping, but just that i cannot see. I dont remember doing changes to the settings. I can just see the column names ...
by suryapkakani
Tue Feb 09, 2010 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SELECT not in your VOC
Replies: 4
Views: 4454

Hi Ray, I tried the following as mentioned dsadm@dldatas01:/opt/IBM/InformationServer/Server/DSEngine/bin> ./dssh DataStage Command Language 8.0 Licensed Materials - Property of IBM (c) Copyright IBM Corp. 1997, 2006 All Rights Reserved. bin logged on: Tue Feb 9 16:43:44 2010 >SELECT * FROM DS_JOBS;...
by suryapkakani
Tue Feb 09, 2010 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SELECT not in your VOC
Replies: 4
Views: 4454

SELECT not in your VOC

Hi, I am trying to execute a query from the dssh folder, but it gives me the error below. dsadm@XXXXX01:/opt/IBM/InformationServer/Server/DSEngine/bin> ./dssh DataStage Command Language 8.0 Licensed Materials - Property of IBM (c) Copyright IBM Corp. 1997, 2006 All Rights Reserved. bin logged on: Tu...
by suryapkakani
Tue Feb 09, 2010 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: source SQL from each job to a file
Replies: 3
Views: 1851

I have to perform enhancements to already existing jobs. My first step was to tune the SQL. I need to pull the Source SQL. How would I query the log to get the following information.
by suryapkakani
Mon Feb 08, 2010 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: source SQL from each job to a file
Replies: 3
Views: 1851

source SQL from each job to a file

Hi,

My requirement is to get source SQL from each job and have the information on a file. There are altogether 150 jobs. What will be my approach to have the information on to a file.
by suryapkakani
Fri Jan 22, 2010 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC error
Replies: 9
Views: 3910

Give detailed information about the the message that you are getting