Question

Instance of workspace item with type "Terrasoft.Configuration.PushNotificationQueueSchema" cannot be obtained

Hi Team,

 

We are facing the below error while running a business process, what exactly the issue, it is representing and please let us know how to resolve it.

 

Terrasoft.Common.NullOrEmptyException: Instance of workspace item with type "Terrasoft.Configuration.PushNotificationQueueSchema" cannot be obtained from server metadata

at Terrasoft.Core.Entities.EntitySchemaManager.InitializeSchema(ISchemaManagerItem schemaManagerItem, Assembly assembly)

at Terrasoft.Core.SchemaManagerItem`1.get_Instance()

at Terrasoft.Core.Manager`2.GetInstanceByUId(Guid uid)

at Terrasoft.Core.Process.Configuration.AddDataUserTask.GetEntitySchema(Guid entitySchemaId)

at Terrasoft.Core.Process.Configuration.AddDataUserTask.GetNewEntity()

at Terrasoft.Core.Process.Configuration.AddDataUserTask.InternalExecute(ProcessExecutingContext context)

at Terrasoft.Core.Process.ProcessActivity.ExecuteElement(ProcessExecutingContext context)

at Terrasoft.Core.Process.ProcessActivity.Execute(ProcessExecutingContext context)

 

Regards,

Akshaya B M

Like 1

Like

1 comments

Hi,

 

It's not obvious from the error message you've provided. Share more details: what is the schema of the process, what should it do, which element of the process returns this error, which actions you performed to get this error, what is logged in the application logs when this error occurs, have you tried generating the source code for all schemas in the app and compiling the app.

 

Best regards,

Oscar

Show all comments