Quantcast
Channel: EPMSync Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4

Commented Issue: Project List Load duplicate key exception

$
0
0
EPMSync queries MOPS for a complete list of projects (loaded by type in order of Normal, Master, Activity Plans, and Inserted projects) and adds them to a dictionary object, using project name as the key. EPMSync kept throwing duplicate key exceptions on an Activity Plan during this load. At first I suspected an issue with name collision on an Inserted project with a Normal project but this was not the case. The client had no Master plans, Activity Plans, or Inserted projects. Upon analysis of the ReadProjectStatus call in the PSI I found that if the database held no data for a certain type and that type was requested in a ReadProjectStatus call, then the ProjectDataSet still returned a blank row. Since EPMSync processed the results in a foreach loop, it was adding a blank string to the dictionary object. The blank row from the Master projects load successfully added but the next type (Activity Plan) failed with the duplicate key exception. I verified this by adding an Activity Plan to the system and the duplicate key error began reporting for Inserted projects. I fixed this in EPMSync by only adding projects to the dictionary object if the project name had a length over zero. The EPMSync Configuration has a similar routine used to load the project list to define Excluded Projects (duplicate key exception happens here too) and I made the same change there. While I was in that code, I also enhanced the selection lists to allow for multiple project selection for exclusion/inclusion.

Paul Congdon
Milestone Consulting Group
Comments: ** Comment from web user: vhelsink **

Can you please advise how to get the updated version you are mentioning here? We are facing the same exception.


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images