In PMF, if you configure using RDBMS on Oracle or DB/2, there are a few additional items to pay attention to. SQL Server is relatively straightforward comparatively (which is why we typically recommend demos and POCs to be on SQL Server).
Besides what's needed to set up the connectivity for the adaptor, there are three settings specific to Oracle in PMF:
Schema Name: The Oracle schema which contains among other things the identity of the PMF data mart's DB Owner.
Tablespace Name: The name of the tablespace used in Oracle for the PMF data mart.
Index space Name: The name of the index space used in Oracle for the PMF data mart.
PMF V 5.0 and early 5.1 prompted for these properties. If they were entered incorrectly, or if a DBA changed them (and even changing the CASE of these names can have an effect) the user had to go in and change the settings in the a_defaults.fex file.
PMF V 5.1.3 introduced a test/reprompt logic, so that if these were not set properly they could be corrected. PMF tests against the schema and looks at the owners configured for the database tables. If they dont' exactly match, PMF will refuse to resync (for fear of corrupting the master files for the app, or the database). It pops up an error that "the schema name isn't correctly configured."
We've seen one customer situation where the schema name started out as UPPERCASE when the data mart was built, but then was changed to lowercase later on (the DBA thought this woudl be harmless). Changing the schema name doesn't change the Owner registered to each table in Oracle. So the owners were [UPPERCASENAME].[table name] whereas the schema was being entered as [lowercasename].[table name]. So when PMF went to test the schema for validity (and since FOCUS generally uses case sensitive matching) it detected a mismatch.
The answer was to have the adaptor configured with the new lowercase schema name, but to configure PMF to use the UPPERCASE schema name. When the prompt came up, this was typed in, and all worked.
Just another tip in a series.
thanks!
Bob Jude Ferrante
Director of Business and Development
WebFOCUS Performance Management
Bob_Ferrante@ibi.com
917-339-5105
I'll take any questions about PMF - business or technical - anytime!