I am trying to create an Oracle endeca EAC agent only instance..
Here is my setup
EAC Central Server: MDEX, Platform services(Application Controller + EAC agent), ToolsAndFramework, CAS
EAC agent only instance: MDEX, Platform services(EAC agent).
On the central server
1. I updated the AppConfig.xml and liveDgraphCluster file, adding the definition for dgraph of EAC agent only instance.
Heres my Appconfig file
https://drive.google.com/file/d/0B3VI_HjGO-qUd21aVFVPX2s3Sms/view
and my liveDgraphCluster.xml
https://drive.google.com/file/d/0B3VI_HjGO-qUQ0NGTjB0VU1LT3M/view
2. Ran runcommand.sh --update-definition.
3. Ran initialize_services. I'm not using deploy.bat for deploy the application(I just run initialize_services.bat(is it enough?))
4. Ran runcommand.sh DistributeIndexAndApply
5. Then I run the baseline indexing on central server(successful).
The DB table is not getting indexed onto EAC agent only instance. Only the folder structure are being created. C:\Endeca\Apps\ATGen\logs\dgraphs\DgraphB1
C:\Endeca\Apps\ATGen\data\dgraphs\DgraphA1\dgraph_input\updates
(only these 2 folders and they both are empty) I check the baseline update log and here's the part of the log that I found odd...
INFO: Publishing Workbench 'live' configuration to MDEX 'DgraphA1'
INFO: 'LiveDgraphCluster': no available config to apply at this time, config is created by exporting a config snapshot.
INFO: Publishing Workbench 'live' configuration to MDEX 'DgraphB1'
INFO: 'LiveDgraphCluster': no available config to apply at this time, config is created by exporting a config snapshot.
Please Help Me!