Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

DescriptionResolutionStatusExpected Resolution Date
User Rejected: missing a mandatory field: statistical category

The PS code assumes everyone should have a Dept/Major, but retirees and visiting scholars don't, so it creates a statistical category but doesn't supply a value, which Alma (rightly) complains is illegal. So the fix is just to not include that category at all for those user types.

It's scheduled for the next PS release (MP 25) in early June. I hope everyone is okay to wait for that.

PENDING

early June

Invalid byte 1 of 1-byte UTF-8 sequence

PS Code outputs the file non-explicitly as UTF-8 encoding. Should be a CMS fix, to set UTF-8 as charset when opening the file for writing. In the meantime, can fix individual records with potential UTF-8 encoding problems.

PENDING


Identifier of type OTHER_ID_2 and value <some_value> is already taken AcrossInstitution.

Caused by duplicate Alma records. Resolution: delete one of the records in Alma.

KNOWN FIX


Mandatory field is missing: User identifier value

Missing identifier. Resolution: Fix in PeopleSoft. User identifier segment might look something like this:

<user_identifiers>
<user_identifier segment_type="External">
<id_type desc="Additional ID 2">OTHER_ID_2</id_type>
<value></value> <----note blank value
<status>ACTIVE</status>
</user_identifier>

KNOWN FIX


  • No labels