![]() |
#1 |
Участник
|
Microsoft Dynamics NAV technical support sometimes gets involved regarding request for E-mail logging assistance after an Exchange Server was migrated from old to new hardware or when the original Exchange Server was upgraded to a later release. Starting in Exchange 2007, the underlying OS should be 64-bit which means that new hardware needs to be purchased and the question then comes up how to migrate the old Exchange Server database to the new one. Some customer decide to use tools like Exmerge (PST migration method) or a similar approach.
This however breaks the entry ID’s and store ID’s that are needed to link the interaction log entries with the E-mails that are stored in the STORAGE folder on the Exchange Server. The way to preserve the correct ID’s is to establish Public Folder replication / Move Mailbox methods. E-mail logging will be functional after the move to the newly created Exchange Server and old and new interactions of type E-mail can be shown without troubles utilizing Office 2003 and Office 2007. If a different migration scenario was chosen, the only way forward is to move the stored E-mails from STORAGE folder to the QUEUE folder (on the new Exchange Server). This of course becomes tricky if the logged E-mails do not contain correct E-mail addresses or do now contain X500 addresses. The current advice is to file a support call with Microsoft Dynamics NAV technical support for further assistance. However, we now also see a couple of new scenario’s when 32-bit and 64-bit Office 2010 comes into the working place as well. When Office 2010 is added to the environment, an update is required: 2291071 "This e-mail has been deleted" error message if you use the "E-mail Logging" feature in Microsoft Dynamics NAV 2009 SP1 together with Microsoft Office 2010 https://mbs.microsoft.com/knowledgeb...;EN-US;2291071 Furthermore, you could have a look at the following blog: http://blogs.msdn.com/b/nav/archive/...oint-2010.aspx After Exchange Server migration, there are problems with old and new Interaction Log Entries when using a mixture of 32-bit Office 2010 and 64-bit Office 2010. On 32-bit Office 2010, only the older logged E-mails do not open successfully. Newly logged E-mails do open successfully. On 64-bit Office 2010, only the new logged E-mail do not open successfully. older logged E-mails do open successfully. This has been reproduced by Microsoft. The workaround to move the logged E-mails from STORAGE folder to QUEUE folder, does not really apply here. The cause of this problem is due to two issues.
{ OBJECT-PROPERTIES { Date=; Time=; Version List=; } PROPERTIES { OnRun=VAR Attachment@1170000000 : Record 5062; BaseAttachment@1000000000 : Record 5062; TransferInStream@1000000001 : InStream; TransferOutStream@1000000002 : OutStream; BEGIN // define here what attachment (in table 5062) has a correct and working Store Pointer ID BaseAttachment.GET(31); IF Attachment.FIND('-') THEN REPEAT IF Attachment."Store Pointer ID".HASVALUE AND (Attachment."No." <> BaseAttachment."No.") THEN BEGIN BaseAttachment.CALCFIELDS("Store Pointer ID"); BaseAttachment."Store Pointer ID".CREATEINSTREAM(TransferInStream); Attachment.CALCFIELDS("Store Pointer ID"); Attachment."Store Pointer ID".CREATEOUTSTREAM(TransferOutStream); COPYSTREAM(TransferOutStream, TransferInStream); Attachment.MODIFY; END UNTIL Attachment.NEXT = 0; MESSAGE('Attachment Store Pointer IDs were updated'); END; } CODE { BEGIN END. } } Regards, Marco Mels CSS EMEA This posting is provided "AS IS" with no warranties, and confers no rights Источник: http://feedproxy.google.com/~r/Micro...-hardware.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|