Search found 104 matches

by neeraj
Thu Jun 13, 2019 2:46 pm
Forum: General
Topic: Field Function
Replies: 2
Views: 3254

Field Function

Hello, I have a command activity stage to get the job statistics as below DSHOME=`cat /.dshome`;. $DSHOME/dsenv; SRC_CNT=$($DSHOME/bin/dsjob -linkinfo DS_SANDBOX jb_SRC_TGT_Job_Extract ODBC_WELLHEADER_WELLBORE lnk_ODBC_Stage1 | awk 'NR>1{exit};1{print $5}'); TGT_CNT=$($DSHOME/bin/dsjob -linkinfo DS_...
by neeraj
Wed Apr 10, 2019 7:38 am
Forum: General
Topic: Exec Command Activity
Replies: 0
Views: 2244

Exec Command Activity

Hello, In one of my Job, I have used a Exec command stage activity in which I am trying to capture the Job Statistics from the server as below DSHOME=`cat /.dshome`;. $DSHOME/dsenv; SRC_CNT=$($DSHOME/bin/dsjob -linkinfo MCB_IDAP_P jb_SRC_to_TGT_Norm_Load ODBC_Delta lnk_ODBC_Delta | awk 'NR>1{exit};1...
by neeraj
Mon Feb 18, 2019 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage Socket Error
Replies: 6
Views: 7576

Hello,

Thanks for the reply.

We have added keepAlive variable in odbc.ini file but still getting the problem and involved the network team, they are not saying any connection break during the process.

What change you performed to mitigate the issue?

Regards
Neeraj
by neeraj
Thu Feb 14, 2019 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage Socket Error
Replies: 6
Views: 7576

ODBC Stage Socket Error

Hello, I am using DataStage to read from Azure SQL Server and Writing into Azure Sql Server. During the process of reading and writing using ODBC connector Job is performing the CDC . For the High Data volume jobs, if the job runs for more than 30 minutes, I get this error message ODBC_Target,5: ODB...
by neeraj
Sun May 27, 2018 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pxbridge error
Replies: 2
Views: 4327

pxbridge error

Hello, We have a new Azure SQL database created for our project. After updating the ODBC.ini file and changing the DataStage environment variable to point to new Database, when I opened the ODBC connector stage property tab and hit test, "It shows connection successful" that means DataStag...
by neeraj
Sun Feb 04, 2018 7:37 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Executing the IA rules outside the information analyzer
Replies: 1
Views: 11314

Executing the IA rules outside the information analyzer

Hello, Thanks a lot for the reply. We have another requirement of executing the IA rules outside the information analyzer either using Unix script or DataStage. The follow is as below Populate the Landing Area --> Execute the IA rules means we need to put the predecessor condition that once DataStag...
by neeraj
Wed Jan 31, 2018 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information Analyzer and DataStage Rules Integration
Replies: 2
Views: 2825

Information Analyzer and DataStage Rules Integration

Hello,

We have created few rules in Information Analyzer and when I am trying to execute those rules using DataStage, I am not able to view the rules in Data Rules.

Please guide.


Regards
Neeraj
by neeraj
Fri Nov 10, 2017 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector Multiple update Queries
Replies: 11
Views: 10460

ODBC Connector Multiple update Queries

Hello, I am using ODBC connector stage to connect to Azure SQL Server and execute the 2 update statement in sequence as below: UPDATE HWP.WRK_VHEW_VOL SET EXP_DT = '2017-11-09' , STG_FL='D' FROM HWP.WRK_VHEW_VOL A WHERE EXISTS ( SELECT 1 FROM HWP.WRK_VHEW_VOL B WHERE A.ID=B.ID AND B.STG_FL='D' ) AND...
by neeraj
Tue Oct 24, 2017 3:24 pm
Forum: General
Topic: dsexport command
Replies: 2
Views: 3068

dsexport command

Hello,

I am executing the dsexport.exe command from windows command prompt. During execution, it open up EXPORT PROGRESS window and at the end provide the list of components exported.

Is there anyway these message windows don't pop during export and import?

Regards
Neeraj
by neeraj
Tue Oct 03, 2017 12:10 pm
Forum: General
Topic: DataStage and Visual Studio Team Services(VSTS)
Replies: 1
Views: 2886

DataStage and Visual Studio Team Services(VSTS)

Hello, We are currently using VSTS as the code repository as per the company standards. While looking at DSXchange, I have found a thread stating that we can use VSTS as a DataStage code repository and to do so first needs to download and install the eclipse TFS Plugin. I could not find any link exp...
by neeraj
Tue Aug 11, 2015 11:53 am
Forum: General
Topic: MultiInstance Sequncer failing with Error code 255
Replies: 19
Views: 9120

Hello Arn,

I am sorry but due to some limitation could not read your complete sentence. But We are not using invoking any parameter set in this command.

Regards
Neeraj
by neeraj
Tue Aug 11, 2015 8:25 am
Forum: General
Topic: MultiInstance Sequncer failing with Error code 255
Replies: 19
Views: 9120

Hello, I m trying to explain the issue once again and Hope it helps. I have a multi Instance Job. At same time 2 instances of the same job having different invocation ID are running in Parallel. Most of times, Jobs runs with Success i.e. from 20-July till today Job failed only once. My Analysis is:-...
by neeraj
Mon Aug 10, 2015 11:24 am
Forum: General
Topic: MultiInstance Sequncer failing with Error code 255
Replies: 19
Views: 9120

Hi,

You are right. There are possibilities that 2 different instances trying to access the Authfile/Security file at same time as the multiple instances are running in Parallel.

But this is how the job is designed i.e. to run in parallel.

How can we handle such scenerio.

Regards
Neeraj
by neeraj
Wed Jul 22, 2015 2:17 pm
Forum: General
Topic: MultiInstance Sequncer failing with Error code 255
Replies: 19
Views: 9120

The Sequencer itself fails to start
by neeraj
Wed Jul 22, 2015 12:49 pm
Forum: General
Topic: MultiInstance Sequncer failing with Error code 255
Replies: 19
Views: 9120

The Job is not executed how can we have Director log for the Job.