Project Workspace will not load. Getting error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2018 01:23 PM
I have one user who is unable to load the Project Workspace. When she attempts to go to the module she gets the message :The context of elements must consist of well formed character data or markup. She has the correct roles and is able to access all other parts of PPM. Any suggestions on what might be causing this?
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2018 09:21 PM
This is due to code error and it occurs only when your project workspace filter contains date related filter. (i.e.. active=true and planned_start_date > some_date).
To solve this issue, Do the following steps:
1) Open 'html_page_pm_home' UI Macro
2) In line no. 63 change the line
from
$provide.value("prefferedQuery", '${query}');
to
$provide.value("prefferedQuery", '${JS:query}');
3) Save it and flush the cache and then reload the project workspace. This should work.
This is fixed in Kingston Patch 11 as a part of PRB1280446.
Please mark this as helpful if it solves your issue.
Thanks,
Harsha Lanka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2019 07:05 AM
Hello Harsha,
I wanted to thank you for your reply. We actually loaded the Patch and it worked.
Regards,
Flora
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2019 09:52 PM
Mark my answer as helpful, if it helped you!