Execute Process Group (or Execute Inline Object) fails with the following error message:
ExecuteNonQuery: CommandText property has not been initialized
TableNameSource:
TableNameDestination: <DestinationTable>
Answer:
The error is probably caused by Inline objects being out of sync. Run the following script at a time when the stack is not in use.
USE [<PREFIX>_XBI_MGMT_DEV]
EXEC [XBI_Tr_Create_InlineObjects]
Comments
0 comments
Please sign in to leave a comment.