Quantcast
Channel: Primavera Online Interaction » PMDB
Viewing all articles
Browse latest Browse all 92

prim18761:Error: “One Default value is required” when removing one default calendar when there are two selected

$
0
0
Solution ID: prim18761
Error: "One Default value is required" when removing one default calendar when there are two selected
Status: Reviewed
Version(s): 3.5, 3.5.1, 4.0, 4.1



Problem: Error: “One Default value is required” when removing one default calendar when there are two selected.

Problem: There are two default calendars selected.  The program should not allow this.


When attempting to remove one selection, the following error is received:


“One Default value is required”

Problem:

Multiple default Global Calendars checked

Problem: Two(2) checked default calendars
Fix: This known problem in Project Manager/Project Management has been corrected in version 4.1 Service Pack 2.

To download the latest Service Pack, see:
Solution ID PRIM29780:  Primavera Project Management Version 4.1 Service Pack 4 (SP4)

Fix:

It has been reported this issue is still happening in 4.1 SP3.  Also tested with 4.1 SP4 and it is still an issue.  Fixed in 5.0.  Version 5.0 will not allow the multiple default calendars.   


Note:  There are no additional 4.1 Service Packs scheduled at this time (11/2005).


Workaround:


Run the following queries against a BACKUP of the database before running on the production database.


For Oracle, launch SQLPlus and login to your PMDB database as ADMUSER .


For SQL, launch Query Analyzer and login to your server as PRIVUSER.  Make sure the PMDB database is selected.


select * from calendar where default_flag = ‘Y’;


(this should return 2 records (each default calendar), take note of the clndr_id for the one that should not be the default global calendar)


Run the following using that clndr_id:


update calendar set default_flag = ‘N’ where clndr_id = xxx


(where xxx is the clndr_id for the calendar that should not be the default global calendar)


Viewing all articles
Browse latest Browse all 92

Trending Articles