I have this errore, when I try to open the DB Lead manager.
Loading Applications Status
CWPCA4006E: Exception while attempting to load application:nrpc:/__85257336004CE6A4/composite.xml?file=lm_ca_8.nsf&name=CompAppMain
I have already imported the lm_us_8.nsf (lead manager update site) in UPDATESITE.NSF of my client.
It’s very urgent, any suggestion?
Subject: New update site, new reference
I’m not sure why you are getting the message you are getting.Certainly one problem is that you have created a new update site. The Comp App is going to look for it’s components in the old update site. An Eclipse component is referenced in a Comp App by it’s update site, it’s feature ID, and it’s view ID. A notes components is referenced by it’s database. If you have changed the update site a component is in, the feature ID and view ID are the same, but the update site is different. You need to tell the component that this has changed.
You can do this via the Advanced Component Properties dialog box. The url.feature property contains the URL to the update site. If this is a Notes based update site then it will be a nrpc:// URL, probably with the replica ID of the database in it. You can update that to use the replica ID of the new database, or referr to it explicitly.
Cheers,
Jo