Skip to main content
Planview Customer Success Center

Wrong terminology is used (ITD vs PSO)

Symptoms
After the upgrade we are seeing ITD terminology. Verified that the global.asa and web.config files have PSO referenced and also the version table has the ITDFlag set = 0

Is there a stored procedure that we need to run to convert all ITD terms to PSO terms?


Resolution
The following SQL statement will switch the database from ITD to PSO terminology:

exec UpdateSystemDefaults @ITDFlag = 0