OpenNTF.org - BlogSphere
BlogSphereOpenDocument[/Projects/pmt.nsf/ProjectView?ReadForm&Query=]

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: BlogSphere (Managed by )
Actions:


Subject
 Copy/pasting stories and comments causes comments to be lost for users (solution provided)
Categories
 Feedback
Posted by
 Rocky Oliver on 05/28/2003 at 10:52 PM
Details

PROBLEM: My Blogsphere based blog died a horrible death (I have no idea what happened, that's another story). I created a new db from the template, then copied settings/configs/stories from an old local replica and rebuilt my blog in the new db. It worked great - except for one thing. My comments showed up in the notes client as responses (all well and good). But they didn't show up for users on the web (bad).

SOLUTION: There is a field called txParentUNID that is Computed When Composed. It is set to the old, original UNID of the parent. The way to fix it is to write an agent to run on selected docs with the following code:

FIELD txParentUNID := @Text($REF)

This fixes the problem, and causes your comments to show back up for web users.

Rock
http://www.LotusGeek.com
Modification history
Entered 28-May-2003 22:52 by Rocky Oliver. Last Modified <none> by <none>.


Anonymous