Tuesday, 8 February 2022

LCS Service update at step 25 issue, Fields not available or changed the datatypes in D365 FO

Download the runbook and check step25 issue if it's table field issues Connect to RDP and SQL server execute the below scripts

select TABLEID from SQLDICTIONARY where name ='TableName'

delete SQLDICTIONARY where TABLEID in ('TableID')

drop table TableName 

https://nuxulu.com/2020-05-10-database-sync-after-data-type-on-field-has-been-changed/

No comments:

Post a Comment

Azure Data Engineer stack

A very common Azure Data Engineer stack is: Azure Data Factory Azure Databricks Azure Data Lake Storage Azure Synapse Analytics ...