URGENT: Problems with DB, after upgrade Domino from 8.5 to 8.5.1

Hi, i am worried, about some problems tht i found in the application after have upgraded to 8.5.1.I have a principal xPage with it proper datasource, that includes some other xPages with its datasources. All datasources are equals, they point to the same FORM to create documents.

1)When saving document, i get 11 save conflict documents.

2)When clicking a button to edit the document, i get some fields in edit mode, but only those wich are on the principal xPage, not those wich are into an included xPage!!! Then, i go to the Navigator URL field, and change openDocument to editDocument and get all fields in edit mode. But when clicking save button, i get data saved, only for those fields on the prncipal xPage, but no for that fields into some included xPage…

Subject: This might be a known issue…

Hi Diego,I’m not sure about the first issue you’re having - it might be as a result of a change in 851. Do you have a sample app that demos this which you could send on (paul_hannan@ie.ibm.com)?

On the second, I think that this is a bug in 851. We have a bug (which is going to be fixed in FP1 - January 2010) where documents in nested facets fail to change document mode (PHAN7X8T85).

Again, if you have a demo app that show this we can get to the problem faster.

Regards,

Paul.

Subject: the database source

hi Paul,i have sent you the database yesterday afternoon.

Thanks

Diego

Subject: I also get replication conflicts

See my post http://www-10.lotus.com/ldd/nd85forum.nsf/ShowMyTopicsAllFlatweb/592d09df15f7fcc88525765b00422acf?OpenDocument.It is related to the bug to be fixed ?

Subject: yes, the same problem and this worked for me…

Yes, i think it is the same problem, i have a principal xPage with it propper datasource, that includes another xPages with more Datasources pointing to same form(document). I think when saving Data Sources, i get that save conflict documents.

Searching for help at this forum, i found a Paul Hannan(IBM) idea. I deleted the data source from all included xPages, this is, only the <this.data>…</this.data> element,

but leaving all fields datasource asociations unmodified as if that xpage had a defined datasource.

I didn’t get more save conflict documents.

Note: i lost the document events for all those xpages…

Subject: My case is not the same

I have a panel data source and some nested repeaters which documents other than the panel’s one. I get the replication conflicts for the repeaters documents.

Subject: Save conflicts solved but…i lost document events by deleting the datasource definitions.

Hi Paul, after reading your post at the forum, http://www-10.lotus.com/ldd/nd85forum.nsf/5f27803bba85d8e285256bf10054620d/e9552c2ec41448b2852575a80033684b?OpenDocument

i tryed deleting xml Data Source elements enclosed by <this.data>… but not deleting the fields asociation to the Data Source, as you said in your post.

It worked, and no more save conflict documents were generated as result of save datasources.

The new problem for me is that, into some xPages(two of them), i had document events for defaults values into some fields. I had to delete the datasources that contained document events!!!

I am now thinkning about where to move that source code.

Thanks

Diego