Solution Export question

When I export a solution, I find that an unexpected table is exported.
Let’s call this table the “other” table.
This table is referred to only by “another” solution (which is not a Module).

I have looked through the relationships from tables in my “working” solution.
I cannot find any relationships to the “other” table.
Likewise, I cannot even find a shared ValueList.
My “working” solution is a Module.

What can cause this ?

The form(s) for the “other” table (which of course reside reside in a separate solution) are not exported.
But if I choose to export data, then data are exported.

We have seen this behavior as well. Not sure what does it but my guess is that at some point you had a form that used a different named database connection in your module that you have since deleted. That connection pointed to the “other” table. I speculate that named connections stick around somehow in solutions even after all forms and relationships that use that connection are deleted.

I have seen the same thing.

david:
…I speculate that named connections stick around somehow in solutions even after all forms and relationships that use that connection are deleted.

You probably had some calculations or aggregates defined on tables of that connection.

I’ll file a bug report.
It’s a very nasty way for any developer to potentially share private data - a client’s no less !