I've got a master/slave cluster set up with just a master and a slave. I can connect to the master with a client app no problem. My slave can connect to the master and replicate no problem. But when I use a client app to connect to the slave like this:
objectdb://slaveserverurl.com:6136//masterserverurl.net:6136/prod/theFile.odb;user=slaveUserName;password=slavePassword;
I get an error: User slaveUserName has no permission to to access database file (error 572)
Why is that?