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's gravatar image

MustangMD
23147
accept rate: 0%


Hi --

All you need to do is to put NOCRC at the top of your file and then do your import.

Thanks
Quinn

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.

link

answered 02 May '14, 10:59

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

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
Quinn

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 ♦♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×6
×1

Asked: 01 May '14, 23:48

Seen: 4,122 times

Last updated: 02 May '14, 14:04