BlogSphereOpenDocument[/Projects/pmt.nsf/ProjectView?ReadForm&Query=]

Project: BlogSphere (Managed by )
Subject
Copy/pasting stories and comments causes comments to be lost for users (solution provided)
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>. |
Feedback
Check out other projects
Anonymous