Search found 136 matches

by boxtoby
Fri Nov 09, 2007 4:56 am
Forum: IBM QualityStage
Topic: Quality Stage Performace Issue
Replies: 5
Views: 2950

Firstly, check the size of your match groups on the match output report in the data folder of the project. Go to the bottom of the report where this information is held. They should be less than 100 although it depends on the data, machine size etc etc. You are looking for a very large maximum group...
by boxtoby
Fri Nov 09, 2007 4:46 am
Forum: IBM QualityStage
Topic: QS v8 ruleset issue
Replies: 3
Views: 2724

Have you tried recreating the target file?

QS uses the rule name as part of the column name, so if you are using file definitions based on the ruleset that you copied they will not match up to the rule set you are using now.

Hope this helps.
by boxtoby
Thu Nov 08, 2007 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header, Detail design issue
Replies: 5
Views: 2953

Try using a Stage Variable to hold the Header Date and in the derivation check for @INROWNUM = 1 or record type of Header so you only update the Stage Variable once. The Stage Variable can then be used to populate the column in the detail records. You may also need to control the parallel processing...
by boxtoby
Mon Oct 29, 2007 11:41 am
Forum: IBM QualityStage
Topic: QualityStage import problem
Replies: 12
Views: 5692

The "not a valid number" problem is likely to be caused by a european number in the MProb and UProb parameters eg. 0,1

If you open the export file in notepad and search for MProb you will see if this is the problem. You can edit the file if you wish.
by boxtoby
Wed Oct 10, 2007 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special character  getting trimmed in DataStage
Replies: 9
Views: 11374

I've had a similar problem here.

My problem was code page related. If the code page of your source, ds job and target are not aligned you tend to get this sort of problem.

Try utf-8 as your ds job code page or nls setting and see what happens.


Hope this helps!
by boxtoby
Thu Sep 20, 2007 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS_PXDEBUG
Replies: 4
Views: 3036

DS_PXDEBUG, further correction

I now find that it is $DS_PXDEBUG=1, you have to define it as an environment variable and then include it in the job .....

A warning message appears in the log to show it is switched on and logs appeard in <projectdir>/Debugging/<jobname>
by boxtoby
Thu Sep 20, 2007 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS_PXDEBUG
Replies: 4
Views: 3036

It's PX_DEBUG!

Thanks for responding, Ray.

I found out eventually through support that the env var is PX_DEBUG=1

I also discovered that there is a unix core dump file in the project directory in addition to the DS dump.
by boxtoby
Wed Sep 19, 2007 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS_PXDEBUG
Replies: 4
Views: 3036

DS_PXDEBUG

Guys,

I am trying to get DS to produce a dump when it aborts.

I understand that by setting DS_PXDEBUG=1 (True) and APT_DUMP_SCORE=True this should happen, but it is not.

Does anyone have experience of doing this that they could pass on?


Thanks,
Bob.
by boxtoby
Wed Sep 05, 2007 8:14 am
Forum: IBM QualityStage
Topic: Add 30000 Names to Rule Set Specification as First Name
Replies: 5
Views: 2793

What I would do is to run a word investigation stage over the name column. This will produce several files one of which is effectively a .ucl or .cls file. It looks a bit like this: AAAAA AAAAA ? The problem is that for a name like FRED SMITH you will get FRED FRED ? SMITH SMITH ? I imagine you want...
by boxtoby
Fri Aug 03, 2007 11:32 am
Forum: IBM QualityStage
Topic: UNIX access to QualityStage directories
Replies: 1
Views: 1628

As I understand it, Autosys needs to be a member of the same group as qsadm. Your unix admin guys should be able to sort it!
by boxtoby
Wed Apr 04, 2007 5:33 am
Forum: IBM QualityStage
Topic: Matching concepts
Replies: 1
Views: 1567

What match comparison are you using? Char, I suspect. Trying using Uncert with param 1 set to 800.

Also, how many records are you matching? With small number of records match scores tend to be lower because of low frequency values.

hth
Bob.
by boxtoby
Tue Mar 27, 2007 3:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Storing double characters in an oracle table
Replies: 0
Views: 854

Storing double characters in an oracle table

I have a job which stores data in an oracle table and works fine with European data. However with double byte characters the job aborts with the error "ORA-01401: inserted value too large for column". My question is when working with double byte characters is it necessary to double the siz...
by boxtoby
Mon Mar 26, 2007 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help in Logic through Stage Variables
Replies: 2
Views: 770

It's not quite clear to me exactly what you're doing with the stage variables in the stage, but here's one approach you can try: Assuming you can detect header, detail and trailer records which might be a little tricky as they header and trailer appear rather similar!, here's the logic: Detect the h...
by boxtoby
Thu Mar 22, 2007 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Field Function
Replies: 4
Views: 6577

I'm not sure if I undertand correctly, but I think you're using a string like "ABC DEF" as the delimiter of the main string. If you are, field my not return the results you're expecting. Here's an example: String = "aaaa123bbbb123ccccc123dddd" Ans = field(String, "123",...
by boxtoby
Thu Mar 22, 2007 6:35 am
Forum: IBM QualityStage
Topic: Error Match
Replies: 6
Views: 2967

Sorry, good question!

Yes, you can do that that or edit the .imf file.

Bob.