NoahDataInterfaces.NoahExceptionEx: Missing token, NoahExceptionCode: RESTMissingToken (700)



In Noah 4.10 ValidateLogin must be called on the Business API before it is possible to communicate with Noah Server i.e. call function on the Business API. This means that SetCurrentUserID should not be called anymore.

There is one possibility to call the server and the database implementation calling the new function DataAccessNoLogin. The function is not mandatory and should only be implemented if there are a need for communicating with database implementation before ValidateLogin is called.

 

public bool ValidateLogin(string LoginName, object Password, out int UserID)
public Object DataAccessNoLogin(Object obj)