Internal error. Invalid object name 'BASTestDomain

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
JHew
Posts: 27
Joined: Thu Jun 25, 2020 12:23 pm

Internal error. Invalid object name 'BASTestDomain

Post by JHew »

I have a BO connected to MYSQL and I am trying to take that data and create it in an AwareIM database.

I have used a process found on this sub: https://www.awareim.com/forum/viewtopic.php?t=8178

Legacy BO is called Legacy, New BO is called AwareData

In a process...

FIND ALL Legacy
CREATE AwareData FOR EACH Legacy WITH AwareData.Attribute1=Legacy.AttributeJ, AwareData.Attribute2=Legacy.AttributeK, AwareData.Attribute3=Legacy.AttributeL,etc etc


When I put the application in test mode and run the process I get this error:
Internal error. Invalid object name 'BASTestDomain[Buisness Object name]
I have tested the process using another AwareIM database and it works fine, so I know its not the process. Does anyone know how to fix this?

Thanks.
Post Reply