I've taken the Exchange 2010 template and customized it in an external text editor (Notepad++), but need to be able to recalculate the checksum so I can import it back into PA. How can I do that? (I've already tried calculating a checksum using the three most popular methods - MD5, CRC, & SHA1 - but apparently you aren't using any of those methods.) Thank you. asked 01 May '14, 23:48 MustangMD |
Hi -- All you need to do is to put NOCRC at the top of your file and then do your import. Thanks Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer. answered 02 May '14, 10:59 Quinn ♦♦ Just to clarify - I needed to replace the actual checksum value with NOCRC. E.g. change the first line in the .txml file from: <?xml version="1.0"?><checksum value="3411785151"> TO: <?xml version="1.0"?><checksum value="NOCRC">
(02 May '14, 11:49)
MustangMD
Quinn, thanks for the info! Is there documentation on this kind of things somewhere? I tried to find it before posting this request and couldn't find anything. Matt
(02 May '14, 12:00)
MustangMD
Matt, No there isn't any documentation on the site for the checksum value="NOCRC" instructions, but now there is. :-) Thanks Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer.
(02 May '14, 14:04)
Quinn ♦♦
|