VW7.9.1 Store, Reconcile with database

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

VW7.9.1 Store, Reconcile with database

askoh
Administrator
My image has bundle CADSM 1.5.3.
I connect to Store.
Select CADSM in browser.
RightClick/Store/Reconcile with database
Select CADSM 1.5.5
The browser now shows CADSM to be dirty as if the code has been changed.
But when I examine the actual method, there is no change!
What is happening here?

How can I update the image to CADSM 1.5.5 without it showing to be all dirty?

Thanks,
Aik-Siong Koh
Reply | Threaded
Open this post in threaded view
|

Re: VW7.9.1 Store, Reconcile with database

Niall Ross
Dear Koh,
    IIUC, you load CADSM 1.5.3 (from Store?  from parcel and then
reconcile to Store?) and it shows dirty.  You then do 'Compare with
Parent' and see 'No Changes'.

What do you see when you inspect
    Registry bundleNamed: 'CADSM'
and then navigate via its dbInfo dictionary to the changeSet for that
database connection?  What does the changeSet contain that causes the
dirty appearance?

                HTH
                   Niall Ross

>My image has bundle CADSM 1.5.3.
>I connect to Store.
>Select CADSM in browser.
>RightClick/Store/Reconcile with database
>Select CADSM 1.5.5
>The browser now shows CADSM to be dirty as if the code has been changed.
>But when I examine the actual method, there is no change!
>What is happening here?
>
>How can I update the image to CADSM 1.5.5 without it showing to be all
>dirty?
>
>Thanks,
>Aik-Siong Koh
>
>
>
>--
>View this message in context: http://forum.world.st/VW7-9-1-Store-Reconcile-with-database-tp4667460.html
>Sent from the VisualWorks mailing list archive at Nabble.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: VW7.9.1 Store, Reconcile with database

askoh
Administrator
Ok, I understand it now.
Reconcile means making the selected bundle (1.5.5) the parent of what I have in the image (1.5.3).
Dirty means it was changed from 1.5.5.

If I choose load instead, my image will have 1.5.5 clean.
(1.5.3) is history.

Thanks,
Aik-Siong Koh