|
Results |
|
Investment tree takes a long time to load causing Mariner to run slowly overall (workaround)
On some systems, you may notice overall poor performance in Mariner that is caused by the investment tree loading slowly. This document will discuss this issue and give a workaround script .
|
|
|
javascript does not run from popup windows
1. In View Designer, edit the Idea, Summary, Overview form. 2. Click the Script button to get to the script . 3. Remove the code at the top that says:
|
|
|
Script error when trying to add more list items to attribute that already has many, many list items
If you have an existing list with many, many values and you try to add more, the screen will pause and then give the a pop-up warning message "Stop running this script ?
|
|
|
Rich Text fields duplicate text, eventually the investment cannot be opened
NOTE: If there is a lot of data in the field, it make take a very long time for the page to load. Just be patient and wait for it to complete. If you get a message saying something like "this page is taking a long time to load, do you wish to continue running scripts ", choose yes.
|
|
|
Rich Text fields duplicate text, eventually the investment cannot be opened
NOTE: If there is a lot of data in the field, it make take a very long time for the page to load. Just be patient and wait for it to complete. If you get a message saying something like "this page is taking a long time to load, do you wish to continue running scripts ", choose yet.
|
|
|
Environment_Settings.sql.txt
-- The following script can be run against a customer Mariner/PPM database and does the following. -- 1. Changes settings in the Environment Settings screen with the variables you supply below. -- 2. Turns off the email notifications by default -- To use just change the variables below with SET in front of them to match your own -- Run the .sql
|
|
|
How to delete your Web User Settings
If the user's settings seem to be causing display issues, you can delete the settings from the database using the command below. NOTE: SQL scripts should be run by your DBA
|
|
|
Cannot create a Portfolio investment.
Running the following sql script against the Mariner database will allow Portfolios to be a parent again. INSERT PES_ClassChildren (chl_ParentUID, chl_ChildUID, nsp_UID) VALUES (1,1,1) GO
|
|
|
I don't have the Rollup Investment Hierarchy Plugin for my Job types
Please run the attached "Add Rollup Plugin" script against your DB. *Note: Please make sure to backup your DB prior to running any scripts & have your DBA run all scripts .
|
|
|
Resetting the Document Manager Docstore password to keystone
Running the following sql script against the Document Manager database will reset the password back to the default of "keystone". Note: Your DBA should make a backup of the Documents Database first and then run the script . update PES_Security
|
|
|