Search found 135 matches

by truenorth
Tue May 31, 2011 9:06 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: View IA published results in DS
Replies: 12
Views: 8585

Don't know if I'm out on left field here, but I think you will need to export out the analysis results to a flat file. The other team may have done this, based on what you said that they got the definition from flat files. There is no way for you get the definitions straight out of IADB, short of go...
by truenorth
Wed Nov 03, 2010 6:47 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Coding modulus (%)
Replies: 5
Views: 3498

Yes, Ray, that's what I ended up doing. IBM should get their act together! And the list of functions is short. I hope they can add more. I can use add_months right now.

Thanks, all.
by truenorth
Tue Nov 02, 2010 4:15 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Coding modulus (%)
Replies: 5
Views: 3498

I coded

Code: Select all

mod(no_of_months,12)
and got the error "Mod is not a known scalar function."
by truenorth
Sun Oct 31, 2010 8:50 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Coding modulus (%)
Replies: 5
Views: 3498

Coding modulus (%)

I am coding this in a rule logic:

Code: Select all

new_month = no_of_months % 12
In the list of functions, the modulo operator is listed as "%". But with code similar to the above, I am getting this error:

The variable "%" contains an invalid character.

Does anyone know how to code modulus?
by truenorth
Sun Oct 31, 2010 3:56 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can IA see views (versus physical tables)?
Replies: 3
Views: 3331

Thanks, guys.

The DBA had checked and confirmed we have SELECT permission on the views. But IA still could not see them.

RESOLVED: In Set Pre-filter, I had to Include Views, which is off by default.
by truenorth
Wed Oct 20, 2010 1:16 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can IA see views (versus physical tables)?
Replies: 3
Views: 3331

Can IA see views (versus physical tables)?

We created views of tables but when I try to import metadata, the views are not available. Is IA only able to work on physical tables only?
by truenorth
Thu Oct 07, 2010 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Problem - Incorrect syntax near....
Replies: 11
Views: 9768

I agree with this diagnosis:
wernerg_at wrote:Hi,

I think a closing quote is missing after 10:00 p.m.

Try changing

or PrinterException like 'Sun.-Sat. 9:00 a.m.. - 10:00 p.m. or

To

or PrinterException like 'Sun.-Sat. 9:00 a.m.. - 10:00 p.m.' or

BR

Werner
Have you looked into it?
by truenorth
Mon Oct 04, 2010 11:23 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can IA profile a file?
Replies: 2
Views: 2717

Thanks, Ray.
by truenorth
Mon Oct 04, 2010 11:20 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Automation of Information Analyzer Profiling
Replies: 5
Views: 4797

As far as I know, the Run/Submit interface allows for scheduling a job. Is that not sufficient for your needs?
by truenorth
Thu Sep 23, 2010 11:45 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can IA profile a file?
Replies: 2
Views: 2717

Can IA profile a file?

I have only used IA to profile, i.e., conduct column analysis, etc. on tables. Is IA also capable of profiling a flat file? If so, how?
by truenorth
Thu Aug 19, 2010 9:06 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: What does the field "Status" (Rule/Rule Definition
Replies: 2
Views: 2558

Thanks, Ray.
by truenorth
Thu Aug 19, 2010 8:01 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA Projects Location & job export & Import
Replies: 9
Views: 6637

Argh! I'm not a premium member yet and I don't see your full reply, Ray. :(

How's everyone at Zenith though? Please say hi to Tony, Amar, Tim and Brad for me.
by truenorth
Thu Aug 19, 2010 7:55 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: What does the field "Status" (Rule/Rule Definition
Replies: 2
Views: 2558

What does the field "Status" (Rule/Rule Definition

Hi, everyone. From the 8.1.2 User Guide: Managed - Each data rule has a defined state, such as draft or accepted, so you can identify the status of each rule. A data rule or rule definition can have a Status of: - Draft - Candidate - Accepted - Deprecated - Rejected A rule or rule definition starts ...
by truenorth
Wed Aug 18, 2010 12:28 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA Projects Location & job export & Import
Replies: 9
Views: 6637

It's now 10 months since the last post on this. Does anyone know of any developments?

Our project is now at this same stage, where we are doing a POC on deploying an IA project from one server to another.
by truenorth
Mon Jul 12, 2010 11:14 pm
Forum: Enhancement Wish List
Topic: Information Analyzer: Output directly to user-defined tables
Replies: 5
Views: 23175

It is the exception records that I would like to be in a user-defined table, immediately available for consumption outside of IA. Yes, we are looking at using DS to move them, but that is the extra step we can avoid if IA had the ability to output directly to a user-defined table. The table and colu...