Search found 39 matches

by kiran0435
Fri Aug 01, 2014 8:57 am
Forum: General
Topic: Datastage job triggering issue from Tivoli
Replies: 0
Views: 1393

Datastage job triggering issue from Tivoli

Hi, I am triggering a script with different parameters, that triggers a datastage Parallel job with different instances at same time. Sometimes they are running as expected and some times jobs are failing with the following error: ERROR: Failed to lock job Status code = -10 DSJE_JOBLOCKED When I re-...
by kiran0435
Mon Jun 30, 2014 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Reading a SQL Server Stored Procedure
Replies: 2
Views: 1760

I will try that. But before I just tried various options with ODBC Connector. Can you please help in figuring out with ODBC stage.
by kiran0435
Mon Jun 30, 2014 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Reading a SQL Server Stored Procedure
Replies: 2
Views: 1760

Issue in Reading a SQL Server Stored Procedure

Hi, I am trying to read a SQL Server Stored Procedure in the following way in ODBC Connector Stage: DECLARE @TEST int Exec dbo.spValidateLoadProcess 'xyztable', @TEST OUTPUT SELECT @TEST abc Then I am getting an error as Null Arguement:pDataSetDef Can anyone help me in accessing this procedure. If I...
by kiran0435
Mon Sep 09, 2013 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increment Counter based on Stage Variable
Replies: 4
Views: 3426

Use the given expression below. It will work.

If svMatchCheck = 1 Then
(svGroupRecordIdx + 1)
Else
1
by kiran0435
Mon Sep 09, 2013 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CHECKPOINT_DIR
Replies: 2
Views: 2840

By default, when running a job, InfoSphere DataStage stores state information in the current
working directory. This value will be Empty by default. We have to use APT_CHECKPOINT_DIR to specify another directory.
by kiran0435
Tue Aug 20, 2013 3:46 pm
Forum: General
Topic: dsexport.exe command - Help required.
Replies: 3
Views: 3041

I have directly executed at Client tier.

When I give that command, a popup window prompting for user id, password and project is getting enabled.

I don't want to re-enter it again. Datastage version is 8.5v and running the command from Windows.
by kiran0435
Mon Aug 19, 2013 1:05 pm
Forum: General
Topic: dsexport.exe command - Help required.
Replies: 3
Views: 3041

dsexport.exe command - Help required.

I want to export job with executable individually at command line. I am using dsexport.exe command, it is prompting to a window where in we need to reenter the user id , password and project details again. I don't want any another window to be prompted. Directly using a single command I need the exp...
by kiran0435
Mon Jul 30, 2012 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Sequence level resources at job level
Replies: 1
Views: 1588

Passing Sequence level resources at job level

Hi, I am using a sequence job which has one parallel job. APT CONFIG FILE at project level is set to 2 nodes. In sequence job, I have added APT CONFIG FILE parameter and assigned 4 node configuration file to it. But my parallel job present in the sequence is running on 2 nodes only. I want to run th...
by kiran0435
Wed Nov 02, 2011 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replace | with |"
Replies: 6
Views: 2737

No Sura... this is not working...
by kiran0435
Wed Nov 02, 2011 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replace | with |"
Replies: 6
Views: 2737

replace | with |"

Hi,

My requirement is to replace | with |"

i tried with convert('|','|"', inputcolumn). But this doesn't solve the requirement.

Please suggest me how to solve this. My output is one shared container for which i have to send the data in this format.
by kiran0435
Fri Oct 28, 2011 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strip double quotes at end of the record
Replies: 4
Views: 2735

only right side... empty fields needs to be trimmed
by kiran0435
Fri Oct 28, 2011 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strip double quotes at end of the record
Replies: 4
Views: 2735

my output should for the corresponding inputs should be

abc|"1234|"xyz|"1|"|" --- abc|"1234|"xyz|"1
xyz|"3244|"342|"|"|" --- xyz|"3244|"342
by kiran0435
Fri Oct 28, 2011 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strip double quotes at end of the record
Replies: 4
Views: 2735

Strip double quotes at end of the record

Hi, I have my source record as abc|"1234|"xyz|"1|"|" xyz|"3244|"342|"|"|" I have Strip |" at the end of each record. How I can accomplish removing quote characters... I tried with trim function and mentioned |" as delimiter field but it was...
by kiran0435
Thu Sep 08, 2011 12:13 pm
Forum: General
Topic: dsjob run command--- Failed to open project
Replies: 6
Views: 6194

permission to the project is 775.

The command used is

dsjob -run <project name> <job name>

project name and job name are correctly given**
by kiran0435
Thu Sep 08, 2011 10:41 am
Forum: General
Topic: dsjob run command--- Failed to open project
Replies: 6
Views: 6194

i have run the dsenv file from DSEngine path using . ./dsenv command and then used this dsjob command...