Stream: committers
Topic: Code list not generating properly
Bryn Rhodes (Jun 14 2016 at 23:57):
I have a case where I have changed the contents of a code list and it generates with the new values everywhere except the xsd, which still uses the old values. I have no idea where it's getting the old list of values from. Thoughts on where I should look to track down this difference?
Grahame Grieve (Jun 14 2016 at 23:58):
it's almost certainly an issue with the terminology subset I haven't figured out yet, which is that the value set caching is not hooked up to the code system changes.
Grahame Grieve (Jun 14 2016 at 23:58):
search and delete all json files in the vscache that mention the code system
Grahame Grieve (Jun 14 2016 at 23:58):
then do a full build
Rob Hausam (Jun 15 2016 at 00:01):
could you delete and rebuild the entire vscache, rather than deleting only the specific files that mention the code system?
Grahame Grieve (Jun 15 2016 at 00:01):
well, yes, but it could take >2 hours if you do that
Rob Hausam (Jun 15 2016 at 00:02):
well, that's a good reason to not do that, then :)
Bryn Rhodes (Jun 15 2016 at 00:04):
Indeed, I will just delete ones that mention it.
Grahame Grieve (Jun 15 2016 at 00:05):
I do blow away the cache pre-publication, but I always run against a local terminology server if I'm going to do that.
Bryn Rhodes (Jun 15 2016 at 00:30):
yay! That fixed it, thanks Grahame; was beginning to question my sanity.
Last updated: Apr 12 2022 at 19:14 UTC