Search found 71 matches

by Terala
Wed Dec 02, 2009 2:43 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA Primary column analysis is failing
Replies: 2
Views: 3041

IA Primary column analysis is failing

I recently installed Information Server and Information Analyzer - I configured .odbc.ini file to point to database. Logging thru IA i was able to create a project and able to import metadata, schema and one sample table. When i try to submit to do Column analysis for profiling, datastage jobs are f...
by Terala
Thu Nov 19, 2009 9:24 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA - ANALYZERPROJECT didnot get created during install
Replies: 5
Views: 4105

cwong,

Were you able to resolve the issue. We installed IA but ANALYZEPROJECT is not created during install process. Are there any scripts which could be run to create the Project or can we create the project manually?
Or do we need to un-install and re-install?

Thanks
by Terala
Thu Nov 12, 2009 2:32 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Installing Information Analyzer
Replies: 3
Views: 2571

Thanks for the information.

Are there any scripts to create the IADB ? If so, where are they located?
by Terala
Thu Nov 12, 2009 11:42 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Installing Information Analyzer
Replies: 3
Views: 2571

Installing Information Analyzer

During our v8.1 installation we did not install Information analyzer.

Can someone tell us the process to add a component e.g. Information Analyzer? Do we need to create IADB before we install IA?

What are the steps?

Thanks
by Terala
Mon Nov 09, 2009 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: auto purge settings for existing jobs.
Replies: 3
Views: 1693

auto purge settings for existing jobs.

Hi, We have around 2500 jobs in our DataStage project and would like to set purge settings for all jobs. right now we do not have any kind of auto purge setting enforced. If we set the auto-purge setting now, it would not affect the old jobs and they would still require auto-purge enabled. What is t...
by Terala
Fri Nov 06, 2009 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director status showing job as running.
Replies: 5
Views: 2717

This behaviour usually occurs because the job is still receiving and logging warnings from, for example, a connected database server. I also thought of the same thing and ran the logsum command to find out if any Warnings were being generated for this job. $DSHOME/bin/dsjob -logsum -type WARNING -m...
by Terala
Thu Nov 05, 2009 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director status showing job as running.
Replies: 5
Views: 2717

Sometimes it does that but to remove that running status go to director under the job tab click on cleanup resources select your job under that and kill it.Then click on clear status file under job tab and it would reset the status from running to compiled. Okay, issue was resolved , thanks. we log...
by Terala
Thu Nov 05, 2009 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director status showing job as running.
Replies: 5
Views: 2717

Director status showing job as running.

One of the parallel job is showing weird status in director. It shows Running status, in logs it shows this message: main_program: Step execution finished with status = OK. From unix it also shows as running when I grep for the PID. But when I ran this command from Unix I get some weird results $DSH...
by Terala
Fri Aug 14, 2009 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic aggregation.
Replies: 6
Views: 1315

Hi Ravindra,

I have also pretty much same kind of requirement you had.
I hope you might build a solution for your requirement, if so can you share how you did ?

Thanks,
by Terala
Wed Aug 12, 2009 10:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynamic creation on metadata
Replies: 9
Views: 3974

Hi Pattemk,

I have same kind of requirement, is it possible for you to share your dsx file reference?
Apprecaite
by Terala
Wed Aug 12, 2009 10:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage job or container to read multiple file formats
Replies: 2
Views: 2758

HI Ray,

I looked at Schema File in PX developer guide, it doesn't provide a sample job.

Does any one have a sample jobs?

Thanks,
by Terala
Thu Feb 26, 2009 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LIST.DICT
Replies: 10
Views: 4120

13 records listed
13 record copied
1 records DELETEd.

Thanks Ray. You are great.
by Terala
Wed Feb 25, 2009 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LIST.DICT
Replies: 10
Views: 4120

Code: Select all

LIST DICT.DICT 'LOC'
1 records listed.


Output Format
----------------

15T
by Terala
Tue Feb 24, 2009 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LIST.DICT
Replies: 10
Views: 4120

First Insert statement entered

Code: Select all

INSERT INTO DICT DS_AUDIT(ID,CODE,LOC,NAME,FORMAT,SM) VALUES ('KEY','D','0','Class\ID','40L','S');
Command Output:

Code: Select all

DataStage/SQL: Field "LOC" data type does not match insert value.
Please advise.