Avatar

Correct answer by
Community Advisor

Hi,

*All* the schemas have to be correct, all the time- all schemas are syntax and reference validated on save of any schema.

Since you have another environment that's functioning, the fix here is straightforward:

  1. Create a package def of all schemas with your namespace in prod env, sorted by name
  2. Export the package def, import the package def into functioning env
  3. Use the package def in both envs to export schema package
  4. Use winmerge or your favorite diff tool to compare the packages
  5. The errors will be highlighted, fix them in prod

Thanks,

-Jon

View solution in original post