![]() |
#1 |
Участник
|
emeadaxsupport: Troubleshooting Inplace Upgrade Script updateDirDartyRelationshipXDSLegalEntity()
Источник: http://blogs.msdn.com/b/axsupport/ar...galentity.aspx
============== You might recieve the following message when running the upgrade script Classes\ReleaseUpdateDB62_GABMinor\updateDirDartyRelationshipXDSLegalEntity() during an inplace upgrade from MS Dynamics AX 2012 R2 to R3: “Cannot create a record in Party relationships (DirPartyRelationship). Invalid value specified for 'Expiration:'. It cannot be greater than or equal to the 'Expiration:' of the first record.” One possible background could be unsufficient customer data quality in terms of partly missing data in the field “PartyID” The following script is a slightly modified version of the standard script updateDirDartyRelationshipXDSLegalEntity(). It loops through the records sequentially instead of block wise and will list records where a PartyID might be missing: “Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability or fitness for a particular purpose. This blog post assumes that you are familiar with the X++ programming language that is being demonstrated . Always test the script in test environments first in detail! ” > Источник: http://blogs.msdn.com/b/axsupport/ar...galentity.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|