I am in the process of upgrading to 7.8 from 7.6.
When I try to reconcile or load or reconcile a 7.8 published package from within a 7.6 image I get the following error; ERROR: relation "tw_pkgclassesandsourcesview" does not exist How do I do this? Terry =========================================================== Terry Raymond Crafted Smalltalk 80 Lazywood Ln. Tiverton, RI 02878 (401) 624-4517 [hidden email] <http://www.craftedsmalltalk.com> =========================================================== _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Terry,
Strange, that view should have been created by, Store.DbRegistry update7 Or updated by, Store.DbRegistry update73 The following only seem to add new indexes and constraints, not views, Store.DbRegistry update77 Store.DbRegistry update771 Store.DbRegistry update78 -Boris -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Terry Raymond Sent: Thursday, June 23, 2011 2:39 PM To: VWNC Subject: [vwnc] How to connect VW 7.6 store to a 7.8 repository I am in the process of upgrading to 7.8 from 7.6. When I try to reconcile or load or reconcile a 7.8 published package from within a 7.6 image I get the following error; ERROR: relation "tw_pkgclassesandsourcesview" does not exist How do I do this? Terry =========================================================== Terry Raymond Crafted Smalltalk 80 Lazywood Ln. Tiverton, RI 02878 (401) 624-4517 [hidden email] <http://www.craftedsmalltalk.com> =========================================================== _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Boris
I created the repository with 7.8. I want to take a 7.6 image with my code and publish into it. Terry =========================================================== Terry Raymond Crafted Smalltalk 80 Lazywood Ln. Tiverton, RI 02878 (401) 624-4517 [hidden email] <http://www.craftedsmalltalk.com> =========================================================== > -----Original Message----- > From: Boris Popov, DeepCove Labs [mailto:[hidden email]] > Sent: Thursday, June 23, 2011 2:52 PM > To: Terry Raymond; VWNC > Subject: RE: [vwnc] How to connect VW 7.6 store to a 7.8 repository > > Terry, > > Strange, that view should have been created by, > > Store.DbRegistry update7 > > Or updated by, > > Store.DbRegistry update73 > > The following only seem to add new indexes and constraints, not views, > > Store.DbRegistry update77 > Store.DbRegistry update771 > Store.DbRegistry update78 > > -Boris > > -----Original Message----- > From: [hidden email] [mailto:[hidden email]] On > Behalf Of Terry Raymond > Sent: Thursday, June 23, 2011 2:39 PM > To: VWNC > Subject: [vwnc] How to connect VW 7.6 store to a 7.8 repository > > I am in the process of upgrading to 7.8 from 7.6. > When I try to reconcile or load or reconcile a 7.8 published package > from within a 7.6 image I get the following error; > > ERROR: relation "tw_pkgclassesandsourcesview" does not exist > > How do I do this? > > Terry > > =========================================================== > Terry Raymond > Crafted Smalltalk > 80 Lazywood Ln. > Tiverton, RI 02878 > (401) 624-4517 [hidden email] > <http://www.craftedsmalltalk.com> > =========================================================== > > > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
What something was published from has no effect on whether a view
exists or not, but if you created it with 7.8 it probably doesn't
have the views that the older version relied on, since it's not
using them. That seems like an oversight, but it should be fairly
easy to create the views.
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
It appears you have to execute #update73. Terry From: Alan Knight [mailto:[hidden email]] What something was published from has no effect on whether a view exists or not, but if you created it with 7.8 it probably doesn't have the views that the older version relied on, since it's not using them. That seems like an oversight, but it should be fairly easy to create the views. [hidden email] Boris
[hidden email] Terry, _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Terry:
> It appears you have to execute #update73. Yes, good catch. In 7.8 we no longer use the views, however older images would. And So It Goes Sames ______________________________________________________________________ Samuel S. Shuster [|] VisualWorks Engineering, Store Project Smalltalk Enables Success -- What Are YOU Using? _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Terry Raymond
Terry:
> It appears you have to execute #update73. That may or may not be the best way. Here is a new file in that should do the trick properly. And So It Goes Sames ______________________________________________________________________ Samuel S. Shuster [|] VisualWorks Engineering, Store Project Smalltalk Enables Success -- What Are YOU Using? _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc DBAccess-updateViews.st (1K) Download Attachment |
Sames
I assume you execute this in the 7.6 image? Terry =========================================================== Terry Raymond Crafted Smalltalk 80 Lazywood Ln. Tiverton, RI 02878 (401) 624-4517 [hidden email] <http://www.craftedsmalltalk.com> =========================================================== > -----Original Message----- > From: Samuel S. Shuster [mailto:[hidden email]] > Sent: Thursday, June 23, 2011 5:38 PM > To: Terry Raymond > Cc: [hidden email]; 'VWNC' > Subject: Re: [vwnc] How to connect VW 7.6 store to a 7.8 repository > > Terry: > > > It appears you have to execute #update73. > > That may or may not be the best way. Here is a new file in that should do the trick properly. > > And So It Goes > Sames > ______________________________________________________________________ > > Samuel S. Shuster [|] > VisualWorks Engineering, Store Project > Smalltalk Enables Success -- What Are YOU Using? > > _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Terry:
> I assume you execute this in the 7.6 image? It should be able to be done in a 7.6 OR 7.8 (or in between) image And So It Goes Sames ______________________________________________________________________ Samuel S. Shuster [|] VisualWorks Engineering, Store Project Smalltalk Enables Success -- What Are YOU Using? _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |