Search found 27 matches

by anajitKS
Thu Jul 06, 2017 9:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function works in debug mode but does not work in normal mod
Replies: 2
Views: 13806

Function works in debug mode but does not work in normal mod

I have created a user defined function. Here is the code in the function WorkFileName = 'wrk':FileName XMLFileName = 'XML.':FileName If OutputDirectoryPath = '' Then OutputDirectoryPath = InputDirectoryPath End If Store = 'XGLOBAL' Then Store='' End MoveCommand = 'mv ':InputDirectoryPath:'/':FileNam...
by anajitKS
Wed May 03, 2017 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question about Data Set Stage , Lookup File Set Stage
Replies: 2
Views: 2761

Question about Data Set Stage , Lookup File Set Stage

Can a Data Set or Lookup File Set be read by more than one process at the same time?
by anajitKS
Fri Apr 28, 2017 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informational Service related question
Replies: 5
Views: 3542

Informational Service related question

I have created an Informational service which has got 2 lookup stages using normal lookup (Not Sparse) involved in it. My question is, is it going to load lookup data in the memory with every request the service receives? or is it going to hold on to the old data that it loaded at the time of the fi...
by anajitKS
Tue Apr 25, 2017 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need suggestion to exctract data from HTML string
Replies: 6
Views: 3616

chulett wrote:The first technical term that comes to mind is... yuck. :?
I had the same reaction when it came up as a requirement. I just wanted to find out if anyone has any suggestions.
by anajitKS
Tue Apr 25, 2017 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need suggestion to exctract data from HTML string
Replies: 6
Views: 3616

Here is one example <div class='container-fluid custPDPBucketContainer'><div class='row'><div class='col-md-12'><div class='row'><div class='col-md-6'><div class='row custPDPBucketHeader'><div class='col-md-12'> ITEM NUMBER </div></div><div class='row custPDPBucketRow'><div class='col-md-1'></div><d...
by anajitKS
Mon Apr 24, 2017 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need suggestion to exctract data from HTML string
Replies: 6
Views: 3616

Need suggestion to exctract data from HTML string

I have a requirement to extract data from HTML string. Is there a good/easy way to achieve it using DataStage?

Any suggestion is appreciated.
by anajitKS
Thu Jan 26, 2017 11:52 am
Forum: General
Topic: Basic Quetions about Built-in func Parallel & Server Job
Replies: 1
Views: 2075

Basic Quetions about Built-in func Parallel & Server Job

When we use the built-in functions in Transformer in Server job or Parallel job,
do they get included in the main program after compilation ?

I have same question about the user defined functions.
by anajitKS
Tue Jan 03, 2017 5:18 pm
Forum: General
Topic: ISALite - Getting validation Failed
Replies: 1
Views: 2046

ISALite - Getting validation Failed

We are in the process of installing Infosphere 11.5. As a first step we ran ISALite. It produced PrereqChecker-Failures.html. This document has the following messages with "Failed" Status: Ensure that user xmeta can connect to the database xmeta on host infosphere02v at port number 50000 a...
by anajitKS
Tue Nov 15, 2016 8:43 am
Forum: General
Topic: Command Line command to export Project properties
Replies: 5
Views: 4130

Define "project properties" for us. After logging into DataStage Administrator and choosing a project, we have the option to get to Environment Variable tab. On that tab we have option to Export variables to a file. I am looking for a way to use a command line column which will do the sam...
by anajitKS
Tue Nov 15, 2016 6:58 am
Forum: General
Topic: Command Line command to export Project properties
Replies: 5
Views: 4130

Command Line command to export Project properties

Is there any command line command available to export project properties to a file ?
by anajitKS
Tue Jun 28, 2016 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Count from Lookup is only showing in Node 0.
Replies: 1
Views: 2140

Record Count from Lookup is only showing in Node 0.

I have developed a parallel job where source data is coming from Netezza. I have used Netezza Connector. Records are read in Sequential Mode. The next stage is LookUp Stage where I have partioned the source data using Modulous. Partition scheme for the reference data ( coming through Netezza connect...
by anajitKS
Mon Jun 20, 2016 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue Invoking WebService
Replies: 7
Views: 9525

No attachment was passed to the web service when invoked from the datastage.
by anajitKS
Mon Jun 20, 2016 7:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue Invoking WebService
Replies: 7
Views: 9525

There is no attachment when the SOAPUI request was made. Here is the request. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/" xmlns:erp="ht...
by anajitKS
Mon Jun 20, 2016 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue Invoking WebService
Replies: 7
Views: 9525

Yes. this is truly a Server job leveraging the WebService Client stage.
by anajitKS
Mon Jun 20, 2016 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue Invoking WebService
Replies: 7
Views: 9525

Issue Invoking WebService

I am invoking an external WebService by using WebService Client Stage. While running the webservice. It is coming back with an error stating 'No Support For attachment'.I checked the WS via soapUI and it works fine. I am getting the following error. TestOracle_UCM4A..Transformer_16: com.ascentialsof...