- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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:
- Create a package def of all schemas with your namespace in prod env, sorted by name
- Export the package def, import the package def into functioning env
- Use the package def in both envs to export schema package
- Use winmerge or your favorite diff tool to compare the packages
- The errors will be highlighted, fix them in prod
Thanks,
-Jon