Hi,
I am trying to make a deployment, the first one on OttoFMS v4. Previously used v3 without issues.
I used the same settings as in v3. The migration fails with an “unknown error” when it tried to close the files.
I am not sure what else to do. Some help please?
queued | Deployment queued |
---|---|
starting | 1 files |
pre-deployment script | No pre deployment script to run |
closing | Error closing files: unknown error |
opening | since files didn’t close, waiting 45 seconds before trying to open files |
done | Deployment process failed. Original files are unmodified. |
{
“source”: {
“type”: “otto4jit”,
“serverUrl”: “https://app…”,
“auth”: {
“type”: “apiKey”,
“apiKey”: “encrypted7a4…"
},
“buildOptions”: {
“closeFiles”: false,
“compressionLevel”: 0,
“memoryLevel”: 1
},
“pushBuild”: false
},
“name”: “RMA”,
“fileOperations”: [
{
“operation”: “migrate”,
“clone”: {
“fileName”: “RiskLabHq_Dev.fmp12”,
“user”: "encrypted982…”,
“password”: “encryptedf42b…",
“encryptionKey”: "encrypted08…”
},
“dataSource”: {
“fileName”: “RiskLabHq.fmp12”,
“user”: “encrypted5f…",
“password”: "encrypted57b…”,
“encryptionKey”: “encrypted60ff…"
},
“target”: {
“fileName”: “RiskLabHq.fmp12”,
“encryptionKey”: "encrypted58254…”
},
“dataMigrationOptions”: {
“-force”: true,
“-ignore_valuelists”: false,
“-ignore_accounts”: false,
“-ignore_fonts”: false,
“-reevaluate”: false,
“-rebuildindexes”: false
}
}
],
“concurrency”: 1,
“options”: {
“closeFilesAfterBuild”: false,
“keepFilesClosedAfterComplete”: false
},
“batchId”: 10,
“status”: “queued”,
“batchName”: “RMA”
}