Location of Schema file

In my tests I went a step further in moving data tables and relativity Server to one machine and my application to a different one.
Schema modelerer finds the Connection and displays Displays tablenames.
I created a Schema by dragging those tablenames and stored that Schema in the source Directory of my Delphi application.

Now I have two Problems.

  1. When running the application, the message ‘Session not found’ Pops up. The examples from RemObjects shows the same behaviour.
  2. After that I got the message ‘Cannot find schema’.

What is the intended Location to store the Schema file ?

Hello

Schema is a server side entity? so it is irrelevant where it is stored in the client application.

Message “Session not found” means that client did not logged to the server (or provided incorrect credentials during the login attempt)

Regards