I have a data deploy deployment that uses a file list to find the xml file that contains all te data that gets deployed.
I have gotten the filelist deployment to work in a non-sychronized deployment as part fo a
.
The deployment config file looks like this:
However, I'm having problems with the sychronized deployment tag structure. Here's my current config:
Howeevr, when I run this I egt the following error and virtually no useful information in the logs:
132:aawr00006:/opt/opendeploy6/OpenDeployNG/bin> ./iwodcmd start metadatadeploy
Locating OpenDeploy service.
Got OpenDeploy service
>>>>>-- Start deployment metadatadeploy.
iwodstart running in default synchronous mode.
Need to wait for deployment to complete.
***ERROR - Starting deployment.
Reason from server: DEPLOY_CONFIG_FILE
Details : Got Exception: null
133:aawr00006:/opt/opendeploy6/OpenDeployNG/bin>
This same synchronized deployment works with a remoteDiff tag in place of the fileist as was shown in the documentation example. I se eno reason why the sychronized deployment would not support a filelist tag, btu cannot seem to get it working.
Any feedback appreciated. - Jesse
jesse.driver@aa.com