Search found 2886 matches

by qt_ky
Tue Jan 20, 2015 10:00 am
Forum: General
Topic: Multiple DataStage Versions on Same Server
Replies: 12
Views: 3663

My understanding is that you would have to install 9.x onto a server and go with default port numbers in that installation.
by qt_ky
Tue Jan 20, 2015 9:45 am
Forum: General
Topic: Change default port
Replies: 2
Views: 968

It is probably possible. Contact Support to request a procedure.
by qt_ky
Tue Jan 20, 2015 9:43 am
Forum: General
Topic: dsjob unable to run after install Datastage 9.1
Replies: 2
Views: 1172

My understanding is that you can avoid specifying the port number only if you installed using the default port number.
by qt_ky
Tue Jan 20, 2015 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to HANA database through data stage?
Replies: 3
Views: 4712

You mentioned you had installed a Hana client on your AIX server. Have you tried connecting from the AIX command line, via that client, with the same ID and password, with success? The ODBC error you got looks pretty generic, so it could be caused by any number of things.
by qt_ky
Tue Jan 20, 2015 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Tuning
Replies: 2
Views: 1546

That sounds like really bad performance. I would be curious if you tried any of the above suggestions and what you found out from those.
by qt_ky
Tue Jan 20, 2015 9:25 am
Forum: General
Topic: Installing Information Server 11.3.1 - surprises
Replies: 17
Views: 20148

There is no RLVIEWS in my 11.3.1 XMETA database (yet?)... My repository uses the bundled DB2. I also did not find any such references in any *.sql file from the install media. There are, however, plenty of SQL comments "-- DataStage operations database: create reference/lookup tables & view...
by qt_ky
Tue Jan 20, 2015 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage waiting for DB2 table load
Replies: 4
Views: 2520

Try a test where you do all processing possible in job1 and write the output to a data set. In job2, read the data set from job1 and truncate and load into DB2.
by qt_ky
Tue Jan 20, 2015 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: interesting logical questions
Replies: 5
Views: 1739

Sometimes less is more.
by qt_ky
Fri Jan 09, 2015 9:46 pm
Forum: IBM QualityStage
Topic: two-source probabilistic matching in real time
Replies: 4
Views: 3483

Thanks for clarifying!!
by qt_ky
Fri Jan 09, 2015 7:01 am
Forum: IBM QualityStage
Topic: two-source probabilistic matching in real time
Replies: 4
Views: 3483

Great suggestion! Thank you.
by qt_ky
Thu Jan 08, 2015 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Reusable transformation Logic.
Replies: 6
Views: 2206

This will not directly answer your question, however...

Are you aware of the derivation substitution feature? You can, for instance, select multiple columns (dozens or hundreds), right-click, and apply the same derivation to all selected columns in a single step.
by qt_ky
Thu Jan 08, 2015 10:58 am
Forum: IBM QualityStage
Topic: two-source probabilistic matching in real time
Replies: 4
Views: 3483

two-source probabilistic matching in real time

Is it possible to perform two-source probabilistic matching in real time with: - data source: real-time request, one record at a time, via web service call to a job we deploy as an ISD application - reference source: Oracle (akin to an Oracle sparse lookup, knowing that the reference records can be ...
by qt_ky
Thu Jan 08, 2015 7:57 am
Forum: General
Topic: orchadmin utility
Replies: 8
Views: 4515

Try the following:

1. Output from command "uname -n"

2. The config file fastname, for each node, should match the above output

3. The /etc/hosts file should contain one or more hostnames (short and/or long versions) that match the above output and resolve to the same IP address
by qt_ky
Thu Jan 08, 2015 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading timestamp in sequential file
Replies: 3
Views: 2750

abc123: The 2nd format tag is more accepting than the first... Please read my answer a few more times, test it yourself, and compare the results you see with the documentation about the format tags.
by qt_ky
Wed Jan 07, 2015 8:23 pm
Forum: General
Topic: MySQL ODBC Connection Issue - "SQLSTATE = IM003"
Replies: 9
Views: 10737

1. Does the downloaded driver file name actually contain an extra "a" that is not in the example from the instructions? 2. Are there any differences in file sizes, owners, groups, or permissions, as far as the mysql driver file(s) go? 3. Does your .odbc.ini header section have a line for t...