Search found 15 matches

by pg_smh
Tue Dec 01, 2015 3:27 pm
Forum: General
Topic: Installing Datastage 8.7 on Hadoop Cluster
Replies: 5
Views: 5555

DS 11.5 certified to run on Hadoop

Hi,

Just wanted to check if anyone has had a chance to work with the latest Datastage offering DS 11.5 on the Hadoop cluster.

Just trying to assess how easy/difficult will it be to integrate it with an existing hadoop cluster and any references that anyone can share.
by pg_smh
Tue Feb 17, 2015 6:59 pm
Forum: General
Topic: Installing Datastage 8.7 on Hadoop Cluster
Replies: 5
Views: 5555

Installing Datastage 8.7 on Hadoop Cluster

Hi, I wanted to check if anyone has installed DS8.7 on a Hadoop cluster. Can we put $DSHOME directory of HDFS and leverage the power of Hadoop's distributed computing. I intend to have the datasets, source/target files on the hadoop cluster anyhow. Just wondering if putting $DSHOME on HDFS gets me a...
by pg_smh
Sun Dec 19, 2010 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to understand this error message
Replies: 6
Views: 7229

Try this:

SELECT TRIM(TableKind) as TableKind FROM DBC.Tables WHERE DatabaseName = 'DB_NAME' AND TableName = 'Table_Nm'
by pg_smh
Mon Nov 15, 2010 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterized values getting hard coded
Replies: 10
Views: 7119

Yes Ray, parameter set migration was done. Let me repeat, the problem is occurring sometimes, it is not occurring for all the jobs. Had the parameter set not been migrated, all the jobs would have given this problem. And I see this problem only for Connector stages - both DB2 & Teradata. The ent...
by pg_smh
Mon Nov 15, 2010 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterized values getting hard coded
Replies: 10
Views: 7119

Had the values been incorrect in DSParams file in QA, this problem would have happened for all the ETL jobs, but this problem is occurring sometimes, and I don't see any pattern in the occurrence of the problem. It is weird.... :roll:
by pg_smh
Mon Nov 15, 2010 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterized values getting hard coded
Replies: 10
Views: 7119

Yes, the value in the parameter set it is given as $PROJDEF.

So, if the parameter set is: ParamSet
parameter name is: Param1

In the ETL job, I'm using : #ParamSet.$Param1#
by pg_smh
Mon Nov 15, 2010 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterized values getting hard coded
Replies: 10
Views: 7119

Parameterized values getting hard coded

Hi, I'm facing a strange issue with the parametrization of values in DB2/Teradata Connector stages. All the DB related parameters - DBname, DBSchema, DBpassword are passed to the Db2/Teradata Connector stage using a parameter set. Still, when I compile and migrate the job from one environment to oth...
by pg_smh
Sat Aug 11, 2007 11:58 am
Forum: General
Topic: Use of cmd line import utility "dscmdimport" in Da
Replies: 6
Views: 7037

Hi,

Thanks a lot Chulett, it now works with a minor modification:

dscmdimport /H=host /U=test /P=pass /O=N /NUA Proj_test C:\DSX\Test.dsx

for usage analysis as disabled, and:

dscmdimport /H=host /U=test /P=pass /O=N Proj_test C:\DSX\Test.dsx

for usage analysis as enabled
by pg_smh
Sat Aug 11, 2007 6:03 am
Forum: General
Topic: Use of cmd line import utility "dscmdimport" in Da
Replies: 6
Views: 7037

Obviously its not working

Well, had it been working then I might not have posted this thread altogether, anyways, its not working giving me the message: "Failed to attach to project".
by pg_smh
Sat Aug 11, 2007 2:32 am
Forum: General
Topic: Use of cmd line import utility "dscmdimport" in Da
Replies: 6
Views: 7037

Use of cmd line import utility "dscmdimport" in Da

Hi, I am trying to make use of command line import utility for Ascential Datastage 7.5. The help that I could get from Datastage was : dscmdimport [/H][/U][/P][/O][/NUA] project|/ALL|/ASK filepaths [/V] /H Host name. /U User name. /P Password. /O Omit flag. /NUA Suppress usage analysis. project Spec...
by pg_smh
Sat May 26, 2007 7:19 am
Forum: General
Topic: Usage of IPC stage
Replies: 5
Views: 2825

This hash file acts as a shared lookup across different warehouses(In my case warehouses differ on the basis of line of business - Finances, HR, etc..). and all the rows are needed.
by pg_smh
Sat May 26, 2007 2:01 am
Forum: General
Topic: Usage of IPC stage
Replies: 5
Views: 2825

Usage of IPC stage

If I use an IPC stage between a DRS stage and a hash file, will it improve the performance. I'm trying to load data from an Oracle DB table containing around 3 million records into a hash file and it took around 30 minutes, I want to improve upon this.
by pg_smh
Thu May 24, 2007 1:48 pm
Forum: General
Topic: Is there any way of getting the list of tables used in a job
Replies: 1
Views: 1839

Is there any way of getting the list of tables used in a job

Hi, is there any way of getting the list of tables used as source DRS, lookups and target DRS in the ETL job.
by pg_smh
Sat Feb 10, 2007 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Message - "DSP.Open GCI $DSP.Open error -100"
Replies: 3
Views: 3892

The series of messages are as follows

1. Warning - Error occurred during link open processing. (while sending data to the Lookup transformer) 2. warning - DSP.Open GCI $DSP.Open error -100. 3. Fatal - DSP.Open GCI $DSP.Open error -100 (while sending data to the error transformer) If the SQL query for pulling data from the source is run ...
by pg_smh
Sat Feb 10, 2007 3:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Message - "DSP.Open GCI $DSP.Open error -100"
Replies: 3
Views: 3892

Error Message - "DSP.Open GCI $DSP.Open error -100"

I am getting the following error message - "DSP.Open GCI $DSP.Open error -100" while running a server job. Data is being pulled from DB2 datasource.