by Michael Hill >> Mon, 13 Aug 2007 22:02:03 GMT
Morning,
I'm trying to create an RPS database and I'm having some trouble and was wondering if anyone can help.
I've followed Chapter 9 in the Admin Guide but I'm missing something and I'm not quite sure what. I get to step 6 (Start the node) but when I do the service doesn't start and if I look in the even viewer I get this error message "jomSrvrSystemInitialize failed, error 5505". This only seems to happen when I set DatabaseSubrole, if I remove this line the service runs ok.
My ini file settings are:
;==================
;SDS Settings Start
;==================
[SyncDbService]
ReconnectInterval=60
TrackingDisabled=false
ReadAccessDisabled=false
MaxSecondaries=32
AuditCauseEvents=true
JournalXferBlockSize=128K
JournalXferCompression=true
ConnectionPollInterval=30
SyncMode=JournalBlockWrite
[DFGRPSPrimary.SyncDbService]
DatabaseRole=PrimaryRole
MyName=DFGRPSPrimary
PrimaryServerName=DFGRPSPrimary
[ConnectionParams.DFGRPSPrimary]
NetworkSpecification1=TcpIp,Enabled,8001 ServerNodeSpecifications=TcpIp,acatest4,8001
RestrictedHostAccess=false
[DFGRPSPrimary.JadeClient]
ServerNodeSpecifications=TcpIp,acatest4,8002
[DFGRPSPrimary.JadeServer]
NetworkSpecification1=TcpIp,Enabled,8002
[DFGRPSSecondary.SyncDbService]
DatabaseRole=SecondaryRole
DatabaseSubrole=RelationalRole
MyName=DFGRPSSecondary
PrimaryServerName=DFGRPSPrimary
[ConnectionParams.DFGRPSSecondary] NetworkSpecification1=TcpIp,Enabled,8011 ServerNodeSpecifications=TcpIp,acatest4,8011
RestrictedHostAccess=false
[DFGRPSSecondary.JadeClient]
ServerNodeSpecifications=TcpIp,acatest4,8012
[DFGRPSSecondary.JadeServer]
NetworkSpecification1=TcpIp,Enabled,8012
;================
;SDS Settings End
;================
Michael