Search found 524 matches

by stuartjvnorton
Mon Jan 06, 2020 4:09 pm
Forum: IBM QualityStage
Topic: How to calculate match stage scores
Replies: 5
Views: 13909

Firstly, I had to laugh at the idea of IBM giving you the source code. There's no way they're going to give you their secret sauce. Just saying. On the question at hand though, it's been a while since I dug full-on into this stuff, so here goes not much... The match frequency files can skew the scor...
by stuartjvnorton
Sat Dec 28, 2019 1:41 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA-Column Analysis-Incorrect inferred results for a column
Replies: 3
Views: 13397

Out of curiosity, what is the maximum length of the actual data in your field?
by stuartjvnorton
Sun Sep 29, 2019 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quick fix in Prod - Before / After statements
Replies: 9
Views: 7758

Yeah, that argument is a slippery slope to nowhere good. The business don't care about proper IT dev practices, that's not their job. Expect them to push for the most expedient thing they can get away with. It's up to IT leadership to define and defend the integrity of their environment and practice...
by stuartjvnorton
Thu May 16, 2019 7:37 am
Forum: Enhancement Wish List
Topic: Automated Code review/check
Replies: 11
Views: 65076

MettleCI offers what it calls Compliance checking as part of its CICD processes, and it can also be run standalone through the Workbench. It has a number of pre-canned rules to check things like naming standards, use of deprecated stages, adherence to best practices (no hardcoded DB credentials or f...
by stuartjvnorton
Thu May 16, 2019 7:36 am
Forum: General
Topic: Code Review tool for DataStage
Replies: 3
Views: 4571

MettleCI offers what it calls Compliance checking as part of its CICD processes, and it can also be run standalone through the Workbench. It has a number of pre-canned rules to check things like naming standards, use of deprecated stages, adherence to best practices (no hardcoded DB credentials or f...
by stuartjvnorton
Tue May 07, 2019 7:53 am
Forum: General
Topic: DSODB - Is there a DSODB data dictionary?
Replies: 6
Views: 5570

Hi Paul,

I checked those links, and the 1st and 3rd have a link to the pdf at the bottom of the page.
The 2nd was a pdf.

Or are you saying the old pdf's were different and you want those ones?
by stuartjvnorton
Tue Apr 09, 2019 8:06 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Column Analysis Sample - recommendations, best practices
Replies: 2
Views: 11981

Sampling can be a tricky one. I have seen large tables profiled in the past and set a pre-defined sample size, eg: 1M records. Need to be careful here. In one example, review showed a particular field was not populated. Failed the sniff test, so I took a look. Turns out the table had 495M records an...
by stuartjvnorton
Wed Apr 03, 2019 3:17 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Drill Down User Role
Replies: 4
Views: 14150

Dumb question I'm sure, but you selected "Enable drill down security" in the Details tab of the Project Properties?

Drill Down Role is project-specific and IIRC the role is ignored (ie granted by default) if you don't have that property set.
by stuartjvnorton
Tue Dec 04, 2018 8:49 pm
Forum: General
Topic: Automated deployments using Team Foundation Server?
Replies: 4
Views: 4514

Might be worth checking this out:

https://www.mettleci.com/
by stuartjvnorton
Thu Apr 26, 2018 8:24 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cannot profile columns with a "/" in the name
Replies: 7
Views: 18843

Had to go with the views, unfortunately.
HANA is not on Information Server's list of ODBC supported databases.
by stuartjvnorton
Tue Apr 17, 2018 12:49 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cannot profile columns with a "/" in the name
Replies: 7
Views: 18843

Hi Craig, Yeah, we've resigned ourselves to that fact too. We were hoping to avoid that, as: - we don't own the database so only have read-only access to it. - the issue affects around 14k of the 50k tables in the database. 8-( I'd better get started then! ;-) PS: The thing that annoys me is that if...
by stuartjvnorton
Sun Apr 15, 2018 10:26 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cannot profile columns with a "/" in the name
Replies: 7
Views: 18843

Hey Ray, I raised a PMR but they just came back with "SAP HANA is not supported". This isn't just a HANA problem. I've seen this sort of thing in SQL Server in the past, and SQL Server is obviously supported. The silly thing is that the code that generates the SQL recognises that there is ...
by stuartjvnorton
Thu Apr 12, 2018 6:07 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cannot profile columns with a "/" in the name
Replies: 7
Views: 18843

Cannot profile columns with a "/" in the name

I am attempting to run column analysis on SAP HANA. We have: - connected to it via ODBC through the HANA driver - and have successfully imported and shared metadata through IMAM - created an IA project and associated the data When it comes to the column analysis, some of the tables were successfully...
by stuartjvnorton
Wed Nov 29, 2017 5:42 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA Custom DataClass not returning example data
Replies: 5
Views: 14244

Hi guys, Yes, I've tested the regex and it works. I think this one is on me. Someone had made a change to the settings to reuse the IADB tables, and the generate FD tables is mutually exclusive to that. I switched it over and re-ran CA and I had them. Still interesting that the standard DataClasses ...