Openbyreplicaid ,does any one use this

Hello all:I am using this code to open the database either from local or from server

If fdb.OpenByReplicaID( “”,“862569F1:005A3974” ) Then

Elseif  fdb.OpenByReplicaID(profdoc.DelegationServer(0),"862569F1:005A3974" ) Then

End If

I am getting an error “Invalid replica ID”

although I am sure that my Replica ID is fine

what did I do wrong

thanx

Dalia

Subject: Openbyreplicaid ,does any one use this

I think the format of the replica id is incorrect. Remove the : between the numbers.

862569F1005A3974 instead of

862569F1:005A3974

/Bobby