How to connect VW 7.6 store to a 7.8 repository

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

How to connect VW 7.6 store to a 7.8 repository

Terry Raymond
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
Reply | Threaded
Open this post in threaded view
|

Re: How to connect VW 7.6 store to a 7.8 repository

Boris Popov, DeepCove Labs (SNN)
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
Reply | Threaded
Open this post in threaded view
|

Re: How to connect VW 7.6 store to a 7.8 repository

Terry Raymond
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
Reply | Threaded
Open this post in threaded view
|

Re: How to connect VW 7.6 store to a 7.8 repository

Alan Knight-2
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]
June 23, 2011 2:55 PM


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>
===========================================================



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


[hidden email]
June 23, 2011 2:51 PM


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] [[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

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: How to connect VW 7.6 store to a 7.8 repository

Terry Raymond

It appears you have to execute #update73.

 

Terry

===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================

From: Alan Knight [mailto:[hidden email]]
Sent: Thursday, June 23, 2011 3:08 PM
To: Terry Raymond
Cc: 'Boris Popov, DeepCove Labs'; 'VWNC'
Subject: Re: [vwnc] How to connect VW 7.6 store to a 7.8 repository

 

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]
June 23, 2011 2:55 PM

 

 

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>
===========================================================



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


 

[hidden email]
June 23, 2011 2:51 PM

 

 

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] [[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


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: How to connect VW 7.6 store to a 7.8 repository

Samuel S. Shuster-2
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
Reply | Threaded
Open this post in threaded view
|

Re: How to connect VW 7.6 store to a 7.8 repository

Samuel S. Shuster-2
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
Reply | Threaded
Open this post in threaded view
|

Re: How to connect VW 7.6 store to a 7.8 repository

Terry Raymond
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
Reply | Threaded
Open this post in threaded view
|

Re: How to connect VW 7.6 store to a 7.8 repository

Samuel S. Shuster-2
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