Start a new topic

How to get LOAD_ID for replay matching?

I am trying to run Replay Matching on the datalocation(MS SQL Server) of my model.
However, when I call the function GET_NEW_LOADID, I am getting error.
Can someone help me with this?


image


1 Comment

Hello Aishwarya,


The error seems to be related to the function that doesn't exist in the schema where you are trying to execute the query. This function is present inside the Repository, so you need to have access to the repository.

Also, please check the access to your user for the repository schema.


Thank you

Login to post a comment