Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
I'm still new to Appian, so I apologize if I get some of the terminology incorrect.
I am seeing deployment errors in the deploymentautomation.log:
2017-08-04 14:24:17,577 [main] INFO com.appiancorp.ps.plugins.automatedimport.remote.DeployUtils - Status: Failed. Current step: Inspecting Application. Error message: Error occured during inspection. The database schema does not map to the structure expected by the following datastores: [33995, 3072, 3079]. No DDL files exist to update the datastore schema.
I work in an environment with privilege separation between model.publisher and the database users, so I cannot include the DDL files in the import package, and instead must run the scripts separately. In this case, however, the database schema either contains something it shouldn't, or is missing something it needs, but the error message above isn't very helpful. Does anyone know of another log file I can look at, or a debug option I can turn on to see more detail?
None of the logs in the "logs" folder seemed to be of any help. Thanks in advance for any pointers.
Discussion posts and replies are publicly visible
The database schema does not map to the structure expected by the following datastores: [null]. No DDL files exist to update the datastore schema..In my case, I was getting the same above error when I missed to push a CDT object, but included that CDTs entity in the DataStore. So was able to fix it by adding the missing CDT.