Search found 53125 matches

by ray.wurlod
Wed Oct 03, 2012 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract produces nothing but columns repeated as output
Replies: 7
Views: 2717

Does this also occur if you use the DataStage diagnostic tool DS_CONNECT ?
by ray.wurlod
Wed Oct 03, 2012 3:01 pm
Forum: General
Topic: Web Service Client - How To
Replies: 4
Views: 1112

Note that, if you expect a SOAP response, you will need to prefer the Web Services Transformer stage, rather than the Web Services Client stage. All that is in the manual suggested.
by ray.wurlod
Wed Oct 03, 2012 3:00 pm
Forum: General
Topic: Password expired for datastage and db users
Replies: 1
Views: 1378

Change the password properties in the usual fashion, setting "password never expires" this time. I suggest you "change" the passwords to their previous values.
by ray.wurlod
Wed Oct 03, 2012 2:57 pm
Forum: General
Topic: Regular Expression in Transformer Stage
Replies: 3
Views: 3960

In version 8.7 you can use a matches_regex check in the Data Rules stage. (Another place in DataStage where regular expression is supported.)
by ray.wurlod
Tue Oct 02, 2012 7:03 pm
Forum:
Topic: Operational metadata being captured on other server
Replies: 3
Views: 1822

It should work as you describe - the captured operational metadata are imported on the services tier on which the import script is run. The metadata will still, of course, refer to the engine on which the original operational metadata were captured.
by ray.wurlod
Tue Oct 02, 2012 7:01 pm
Forum:
Topic: Reimport the Erwin data model with changes
Replies: 3
Views: 1961

It fully imports both "versions".
by ray.wurlod
Tue Oct 02, 2012 7:00 pm
Forum:
Topic: Import the Business Objects Universe repository failed
Replies: 7
Views: 3022

Metadata Workbench names things generically. For example it will refer to a "Business Intelligence report" rather than, specifically, a Cognos or Business Objects report. Are you looking for the right thing? A convenient tool to use, if you have it, is the "All Assets" search in ...
by ray.wurlod
Tue Oct 02, 2012 2:54 pm
Forum: General
Topic: ./istool: not found
Replies: 13
Views: 5149

Code: Select all

cd /app/IBM/InformationServer/Clients/istools/cli
ls -l istool
by ray.wurlod
Tue Oct 02, 2012 2:50 pm
Forum: General
Topic: ./istool: not found
Replies: 13
Views: 5149

Prove that istool exists in the cli directory. UNIX seems to think that it does not.
by ray.wurlod
Tue Oct 02, 2012 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between File Set and Data Set
Replies: 6
Views: 3398

You are all on the wrong track entirely. Both Data Sets and File Sets are parallel structures for storing data on disk retaining partitioning and sorted order. The difference between them is that Data Sets store data in the same internal format that DataStage parallel engine uses (the operator for r...
by ray.wurlod
Tue Oct 02, 2012 5:33 am
Forum: General
Topic: Error while creating a datastage project
Replies: 7
Views: 5459

The error message requires you to contact your support provider. Craig asked whether you had done so. The support provider will guide you through the diagnostic steps you need to take to figure out why you are unable to create a project. DSXchange is not really a substitute for official support. The...
by ray.wurlod
Tue Oct 02, 2012 1:26 am
Forum: General
Topic: Privileges in Metadata Repository
Replies: 1
Views: 856

Privileges in Metadata Repository

Currently installing Information Server at a site where we're not allowed to touch the keyboards. The metadata repository is an Oracle RAC. 1. The Oracle DBA has refused to include GRANT ADMINISTER DATABASE TRIGGER -- the XMETA user will only be able to have that grant on their own schema. Will this...
by ray.wurlod
Mon Oct 01, 2012 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need logic..
Replies: 3
Views: 1851

What have you already tried? Why did it not succeed?
by ray.wurlod
Mon Oct 01, 2012 5:57 pm
Forum: General
Topic: sending mail from a param file in datastage
Replies: 4
Views: 4087

That's what converting @FM to "" achieves.
:wink:
by ray.wurlod
Mon Oct 01, 2012 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle UPSERT
Replies: 9
Views: 4111

Probably not. Depends what you mean by "is there".