You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jing and I encountered an issue when attempting to index new records that two required fields in the XML—submitter and rightsHolder—were not filled in as expected. An example is reproduced below:
On a tip from Dave I verified that these fields were not filled out in the database at harvest time. The solution then is to use the OPersist object setDefaultSubmitter and setDefaultOwner prior to harvesting any records.
Additionally, the replicationPolicy should be set prior to harvest time, although we have not yet seen that its absence causes an issue.
The text was updated successfully, but these errors were encountered:
The primary reason for this issue has been solved and can be closed. However, I have not found a way to set replicationPolicy yet and will create a new issue for it.
Jing and I encountered an issue when attempting to index new records that two required fields in the XML—
submitter
andrightsHolder
—were not filled in as expected. An example is reproduced below:On a tip from Dave I verified that these fields were not filled out in the database at harvest time. The solution then is to use the OPersist object
setDefaultSubmitter
andsetDefaultOwner
prior to harvesting any records.Additionally, the
replicationPolicy
should be set prior to harvest time, although we have not yet seen that its absence causes an issue.The text was updated successfully, but these errors were encountered: