Problems in BAQ update processing

Hi,

I’m creating an updateable BAQ to update a UD table. I set up everything and when it comes to analyze the BAQ it gave me the following error:

Input mapping expression for ‘UD20.Character01’ field is invalid: Assembly ‘Epicor.Customization.BPM’ with identity ‘Epicor.Customization.BPM, Version=3.2.400.0, Culture=neutral, PublicKeyToken=5d3fa3c7105d7992’ uses ‘Ice.Data.Model, Version=3.2.400.0, Culture=neutral, PublicKeyToken=476c49c300052a33’ which has a higher version than referenced assembly ‘Ice.Data.Model’ with identity ‘Ice.Data.Model, Version=3.1.400.0, Culture=neutral, PublicKeyToken=476c49c300052a33’

Anyone ever came across this issue before?

This happens due to .Net mismatch. https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019LEVSA2

Thanks for the reply, but how do I go about changing the reference in Epicor?

Assuming there is not an external DLL involved with your BPM, I would try regenerating the data model. If there is an external DLL, I think you would need to fix the references and recompile.

There’s no external DLL, pretty standard updatable BAQ. I’ll to regen first. Thanks Tanner.

Thanks everyone, I’ve resolved this by re-installing my Epicor. :sweat_smile: