Search found 2886 matches

by qt_ky
Thu Sep 25, 2014 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: InfoSphere CDC installation
Replies: 4
Views: 2643

I believe there is more than one way to configure IIDR (CDC) with Oracle.

Did you search the Knowledge Center? Here is a link.

http://www-01.ibm.com/support/knowledge ... lcome.html
by qt_ky
Thu Sep 25, 2014 6:36 am
Forum: General
Topic: Server Routine Name Pattern
Replies: 6
Views: 2102

The preceding integer is the repeating factor.

X stands for any characters.
A stands for any alphabetic characters.
N stands for any numeric characters.

You can read a lot more about the pattern matching operator, MATCH and MATCHES, in the IBM InfoSphere DataStage BASIC Reference Guide.
by qt_ky
Thu Sep 18, 2014 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: more than one final delimiter?
Replies: 8
Views: 3594

Try Ray's suggestion to read each record as a single varchar column. You would also benefit from using the loop feature inside the Transformer stage. The product documentation has good examples.
by qt_ky
Wed Sep 17, 2014 8:41 pm
Forum:
Topic: Business Glossary - Users and Groups
Replies: 5
Views: 4059

Too many glossary authors could be problematic, like wikipedia. The authorized user licensing helped to encourage a limited number of authors. The change to unlimited will make things more interesting.
by qt_ky
Wed Sep 17, 2014 8:34 pm
Forum: General
Topic: Upgrade from 8.1 to 9.1
Replies: 10
Views: 4765

11.3 was made available for download June 27, 2014. Like other major releases, it contains a lengthy fix list. I found over 18 security and rollup patches for 9.1.2 that were included in the base install of 11.3, so that alone saves a lot of install time!!
by qt_ky
Wed Sep 17, 2014 9:07 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: generic drill down error when data contains a single quote
Replies: 2
Views: 3200

I like your sample query! :lol: That was also my guess also, based on the different drill downs tested. I had searched on DSXchange and on the Support Portal and come up empty, prior to posting this question. Given that quotes are commonly contained in name data, I was curious if anyone else had run...
by qt_ky
Tue Sep 16, 2014 7:06 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: generic drill down error when data contains a single quote
Replies: 2
Views: 3200

generic drill down error when data contains a single quote

Has anyone run into the generic drill down error when the data contains a single quote? This is coming from IA 8.7.0.0 (no fix packs) on AIX via ODBC data source (SQL Server), Format tab, General Format A'AAAA, such as a name. The names display fine in the Distinct Values pane. Click Drill Down give...
by qt_ky
Mon Sep 15, 2014 10:14 am
Forum: Site/Forum
Topic: Points Per Post
Replies: 7
Views: 9971

Many posts are great. A few posts here and there deserve negative points. The ratings per post is more meaningful than points.
by qt_ky
Mon Sep 15, 2014 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on calculate transaction history
Replies: 7
Views: 2932

Or, put the data into a temp table then use the SQL to calculate the rolling total column via a DataStage job, to make life easier.
by qt_ky
Mon Sep 15, 2014 7:35 am
Forum: General
Topic: Authentication Error while trying to launch Director
Replies: 9
Views: 8981

Thanks for sharing the solution.
by qt_ky
Sun Sep 14, 2014 3:15 pm
Forum: General
Topic: dssearch returning <none>
Replies: 4
Views: 2634

According to this technote, the 8.1 release notes say that the dssearch command is not supported / not fully supported because certain options have known issues. JR35342: DSSEARCH COMMAND IS NOT NAVIGATING SUB-CATEGORIES CORRECTLY Now we know why the command is undocumented on versions 8.5, 8.7, 9.1...
by qt_ky
Sun Sep 14, 2014 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on calculate transaction history
Replies: 7
Views: 2932

Puzzled out from the column header of a running total of the last 7 days... Words would have been helpful. I agree that stage variables can be used if data is sorted, etc.
by qt_ky
Sun Sep 14, 2014 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Prevent rounding in transformer.
Replies: 2
Views: 2366

This is a great question, however I am afraid the root cause was an incorrect understanding of how DataStage works. It looks like DataStage is actually giving the correct results. The inner if then else statement is operating on an integer of 0 so the result will be an integer. You may surround that...
by qt_ky
Sat Sep 13, 2014 6:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 12983

I feel better now :)
by qt_ky
Sat Sep 13, 2014 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 12983

That certainly is an interesting requirement. I am not a big fan of XML. It carries a huge amount of overhead, so it is incredibly inefficient. Using it causes heavier loads on processors and networks. Many people do not realize the labor costs involved with all the extra effort in dealing with it a...