This afternoon I manually added a new table definition to my DA server’s daSchema file. I’ve done this MANY times before and never had issues. I did it again, double checked things, and recompiled my server and installed it (.NET service). I went to my client lib, updated the table definitions, saw my new table and proceeded to do some tests…when everything went to hell.
I was getting a strange error in the new table, but I also got a phone call telling me that suddenly, another app was not working properly that used this service. This was related to a completely different table and I never touched its definition.
well, to fix things I reverted to the previous version and things once again worked.
I went back to review my daSchema file, and quickly realized that I failed to increase the Counts tag on the initial Datasets tag in the XML. This is strange since I added the new table to the end…and it showed up in my table definitions. The table that was generating errors was 5 definitions up in the schema.
Does this make any sense?
Alan