I just finished confirming the manual fix for the transcripts to Naviance issue. I've also opened a ticket with Campus about this. It sounded like Naviance may also be looking into it as well.
In Campus you run your eTranscripts report and submit to batch
Download the XML file
Open the XML file in notepad (or your favorite text editor)
At the top of the file there are 3 things to change:
- Locate the following string: xmlns:AcRecBat="urn:org:pesc:message:AcademicRecordBatch:v2.0.0"
- Change this to xmlns:AcRecBat="urn:org:pesc:message:AcademicRecordBatch:v1.0.0"
- Locate the following string: xsi:schemaLocation="urn:org:pesc:message:AcademicRecordBatch:v2.0.0 AcademicRecordBatch.xsd"
- Change this to
xsi:schemaLocation="urn:org:pesc:message:AcademicRecordBatch:v1.0.0 AcademicRecordBatch.xsd"
- Locate the following string: <BatchContent>
- Remove this string
At the bottom of the file there is 1 thing to change:
- Locate the following string: </BatchContent>
- Remove this string
Save the file. Make sure it is 500 KB or less.
You should now be able to upload your file to the Multiple Transcript Manager in Naviance.
I'll let you all know if I get a bug number for anyone that uses Naviance.