You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
@SergeyMi37 can you please add the logic to set up the REST app that's currently in Demo.SetAnalysis.Setup:CreateRestWebApp() to the module definition? Also, the Demo.Hotels.Tables.* classes are projections created and managed by the iKnow domain definition. They should not be part of this repo. You could even leave the whole Demo.Hotels tree out of the zpm part, as it doesn't come with sample data and is not needed for using the Set Analysis app.
If you do not include the Demo.Hotels.Tables.* package, then an error will be generated during installation:
...
[isc-iknow-setanalysis] Reload SUCCESS
[isc-iknow-setanalysis] Module object refreshed.
[isc-iknow-setanalysis] Validate START
[isc-iknow-setanalysis] Validate SUCCESS
[isc-iknow-setanalysis] Compile START
[isc-iknow-setanalysis] Compile FAILURE
ERROR! Storage on class Demo.Hotels.Tables.CcUnique modified by storage compiler, developer should have run ^build to make sure all storage is updated correctly and saved to Perforce
This is a feature of the current implementation of zpm.
I was forced to include this package in the repo.
That's due to a stale reference in the Extent Manager. We've seen this in some cases when programmatically deleting these projections other than through the domain definition's machinery. This should pass without error in an empty namespace, and you should be able to recover from it in an existing one by using %ExtentMgr.Util:DeleteExtentDefinitionIfExists() for the extents (class names) it complains about.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.