내 사이트에서 Exm Subscription Form을 사용합니다. 나는 "전송"버튼을 클릭하면 아무것도 일어나지 나는 로그에이 예외를 참조하십시오 I는 3.2에서 3.3 EXM 버전을 업그레이드 할 때 Sitecore EXM 3.3 구독 신청서 디코딩 메시지 문제
11:47:00 ERROR unhandled exception thrown while processing task '0x479FA17B72734C448A640E959089B01F' from task pool 'sent_message_task_pool'. The task has not reached the maximum number of Attempts to process a failing task and is postponed.
Exception: System.FormatException
Message: The input is not a valid base-64 string, since they in the voids containing a non-base 64 character, more than two spaces or a character that is not valid.
Source: mscorlib
at System.Convert.FromBase64_Decode (char * startInputPtr, Int32 inputLength, Byte * startDestPtr, Int32 destLength)
at System.Convert.FromBase64CharPtr (char * inputPtr, Int32 inputLength)
at System.Convert.FromBase64String (String s)
at Sitecore.Modules.EmailCampaign.Core.Crypto.AuthenticatedAesStringCipher.TryDecrypt (String encryptedmessage)
at Sitecore.EmailCampaign.Cm.Tasks.MessageEventBaseTaskProcessor.OnProcess (Short Running Task task, CancellationToken CancellationToken)
at Sitecore.ExM.Framework.Distributed.Tasks.Processing.ShortRunning.TaskProcessor.Process(ShortRunningTask task, CancellationToken CancellationToken)
at Sitecore.ExM.Framework.Distributed.Tasks.Processing.ShortRunning.DatabaseTaskAgent.ProcessTask(DatabaseTaskDtoCollectionItem taskDto, CancellationToken CancellationToken)
11:47:01 WARN One or more tasks processed by task agent 'sent_message_task_pool' failed. The agent wants to revert to the slowest processing speed possible.
이
일이 일어나고 시작했다.string str3 = this._cipher.TryDecrypt(eventData.ContactId);
그것은 ("00000000-0000-0000-0000-000000000000"동일) 그 ContactID가 같이있어
누락되었습니다 3.2 버전에서는 모든 내가이 예외를 무슨 일이 생긴되는 선을 발견괜찮 았는데
는 \ 데이터 \의 viewstate가 폴더 아래에있는 모든 폴더를 제거하려고 내가 발견 다시 –
문제가 계속 –
재현이 문제를 재현 해보세요 이 예외가 발생하는 행 : 문자열 str3 = this._cipher.TryDecrypt (eventData.ContactId); ContactId (같음 "00000000-0000-0000-0000-000000000000")가 누락 된 것 같습니다. 어디에서 채워야합니까? –