Search found 53125 matches

by ray.wurlod
Fri Dec 17, 2010 2:31 pm
Forum: General
Topic: Unix dsadm user uid changed after DataStage install issues.
Replies: 2
Views: 2121

I would have suggested that, but I was asleep while you solved it! Well done.
by ray.wurlod
Fri Dec 17, 2010 2:28 pm
Forum: General
Topic: Issue with compiling Datastage jobs in 8.5 migrated from 8.0
Replies: 2
Views: 1480

Did you use the migration tool (concierge service) to migrate? Among other things this picks up DSParams settings, message handlers, etc.
by ray.wurlod
Fri Dec 17, 2010 2:27 pm
Forum: General
Topic: Presettings in linux environment to run a job
Replies: 2
Views: 1497

... provided, of course, that you've also set APT_CONFIG_FILE.
by ray.wurlod
Fri Dec 17, 2010 2:25 pm
Forum: General
Topic: revoke delete rights
Replies: 1
Views: 1116

You can't. A sanction of some kind is the only way.
by ray.wurlod
Fri Dec 17, 2010 2:24 pm
Forum: General
Topic: "Empty DSN: list returned from host XXX" Windows
Replies: 6
Views: 9329

Yes, on most Windows platforms uvodbc.config is populated automatically when Import > Table Definitions > ODBC is selected. But, as you note, it seems not to work when the operating system is Windows 2008, hence my question about editing the file. If uvodbc.config in the project correctly refers to ...
by ray.wurlod
Fri Dec 17, 2010 2:21 pm
Forum: General
Topic: Datastage server 8.1 installation
Replies: 3
Views: 2990

The most accurate way is inspection of the order documenation between the reseller (or IBM) and your organization. Contact your account representative.
by ray.wurlod
Fri Dec 17, 2010 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding XML Output
Replies: 3
Views: 936

If it's one attribute per line like that, constrain the stream not to pass any line containing "><"
by ray.wurlod
Fri Dec 17, 2010 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage - # in Password
Replies: 3
Views: 1329

No, unless you encase the password in quote characters.
by ray.wurlod
Fri Dec 17, 2010 2:52 am
Forum: General
Topic: Datastage server 8.1 installation
Replies: 3
Views: 2990

Licensing is now on an honesty system. Check only those components that you have actually purchased. If, when IBM audits your site (which the licensing agreement allows them to do), they find you using unlicensed software, you get to pay for that software back to day 1 (probably plus penalties).
by ray.wurlod
Thu Dec 16, 2010 7:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup_int16_from_string
Replies: 4
Views: 1365

Even though it may be counter-intuitive, try reversing the pairs in the table definition. TargetValue:string = lookup_string_from_int16[{default_string='N'}('N'=1; 'Y'=2;)](SourceName) Note, too, that default_value property is only for int data types - for strings the property to use is default_stri...
by ray.wurlod
Thu Dec 16, 2010 7:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup_int16_from_string
Replies: 4
Views: 1365

You still need 'N' in the lookup table, even though you've set it as default value (if I understand your requirement correctly). Can you be more specific about what "failed" means in this instance? What output do you get?
by ray.wurlod
Thu Dec 16, 2010 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with Japanese characters
Replies: 8
Views: 4016

You need to obtain a definitive statement concerning how these characters are encoded in the target table (for example SHIFT-JIS, UTF-8), then ensure that all DataStage mappings and all database mappings are compatible. For example if your target is Oracle, make sure that the NLS_LANG environment va...
by ray.wurlod
Thu Dec 16, 2010 3:52 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cross Column Analysis in IA
Replies: 5
Views: 2796

A Cross Domain analysis asks for base and pair. Looks to me like you haven't gotten into that workspace at all. From the INVESTIGATE pillar menu it's the "Key and Cross-Domain Analysis" option. It is feasible for the base and paired tables to be the same table, if you need to investigate w...
by ray.wurlod
Thu Dec 16, 2010 3:48 pm
Forum: General
Topic: Websphere and DataStage 8.1
Replies: 4
Views: 2248

Information Server (of which DataStage is but one small piece) does indeed require WebSphere Application Server. The new architecture is service-oriented, and it's WAS that delivers the services: things like login/security, metadata access, metadata analysis, and so on.
by ray.wurlod
Thu Dec 16, 2010 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage 8.0 giving problem while running
Replies: 2
Views: 1044

Have you reset or recompiled this job? At least until you get it right, set the warning limit to, say, 50.