Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  Performance Management Framework (PMF)    Creating new "blank" PMF SQL database

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Creating new "blank" PMF SQL database
 Login/Join
 
Gold member
posted
I copied the pmf_datamart database into a new, empty database with the Import utility.

When I tried to create a time dimension from external table, I was getting message from PMF "failure dropping dimension table". I text searched the mainstreet application folder for this string and found it in the dim_loader_metadata.fex. Looks like it calls the database stored procedure pmf_drop_table.
..
Looks like, the MS SQL database import utility doesn't copy stored procedures, just tables and views. I can only see two stored procedures in pmf_datamart that I can copy easily to the new database. Is there anything else I should copy?
thnx
Endre


WebFocus 7.6.8
iWay Data Migrator 7.6.8
PMF 5.1
 
Posts: 83 | Registered: March 28, 2006Report This Post
Master
posted Hide Post
Hi Endre--
Import will not work for many reasons; it does not copy SQL metadata between databases at all, which means a whole bunch of stuff will be broken. There are only two operational ways to create a new pmf datamart and both are even easier than import.

You can either:


  • (SQL Server 2005+ only) Restore the pmf_datamart.bak backup into another database name. Make sure you change the file names for the data and log files on the Option tab after you have typed in the database name which you want to create during restore.
  • (Any SQL Server) Execute the SQL script [drive]:\ibi\apps\pmfdbms\mssql_ddl\sqlmss.sql on any empty database to turn it into a PMF datamart.


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!

 
Posts: 919 | Registered: March 26, 2003Report This Post
Guru
posted Hide Post
Hi Bob,

I've ran the mqlmss.sql on an empty database, and pointed the adapter to the same database. All objects were created properly, and PMF is now working as desired.

This issue is resolved.

Cheers,

Joey


-WebFOCUS 8.2.01 on Windows
 
Posts: 318 | Location: Los Angeles, CA | Registered: November 15, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  Performance Management Framework (PMF)    Creating new "blank" PMF SQL database

Copyright © 1996-2020 Information Builders