Hello again all!
We have a solution that works nicely in developer, but when we deploy it to production, it fails with an error with a relationship (developer shows now relationship errors)
We believe that the repository has some old lingering references that no longer apply, yet we have had no luck getting a fresh start.
Originally, we had a solution named:
mod_xcart
(note, this is a database that works as the backend to a shopping cart – we have integrated our servoy solution to interface with the mysql files… makes managing a brick and mortar and a web store much easier)
So the shopping cart company came out with a new version and changed a bunch of database columns. (grr)
So, we had to upgrade our solution to point to the new data structure.
We then duplicated our mod_xcart solution via the steps outlined in the user guide and then had a solution named mod_xcart_42
We then changed all the necessary database refs and in the development environment, things work without errors.
On our server, we originally had mod_xcart installed. We deleted it via the app server interface.
We imported the new soluiton, mod_xcart_42
That’s how we are still getting the error. We suspect that the repository is holding some old info from the mod_xcart solution. We thought that maybe if we deleted all solutions via the app server and then reimported, that would solve all… but we still get the same result. We also tried the -updgradeRepository step… but that didn’t seem to help either.
Hopefully this makes sense. Any ideas on what we could try? Is it safe to clear out any tables in the repository? And then try and import again?
Thanks,
Chico