|
Home > Archive > WebSphere Portal Server > August 2007 > import-wcm-data warning message
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
import-wcm-data warning message
|
|
|
| Whats the reason for this warnings when i execute import-wcm-data command for importing web content
ate] EJPSB0027E: The principal with ID cn=authors,o=default organization could not be found.
[migrate] WARNING: Unable to set the attribute icm:role: actionset:Privileged User,actions:Traverse,View,Personalize,A
dd_Private_Child,Join, for /contentRoot/icm:libraries[5]/UIControls/Content to user cn=approvers,o=default organization. User not foun
d.
[migrate] EJPSB0027E: The principal with ID cn=approvers,o=default organization could not be found.
[migrate] WARNING: Unable to set the attribute icm:role: actionset:Contributor,actions:Traverse,V
iew,Add_Child, for /contentRoot/icm:libraries[5]/UIControls/Content to user cn=approvers,o=default organization. User not found.
[migrate] EJPSB0027E: The principal with ID cn=approvers,o=default organization could not be found.
[migrate] WARNING: Unable to set the attribute icm:role: actionset:Editor,actions:Traverse,View,E
dit,Add_Child,Join, for /contentRoot/icm:libraries[5]/UIControls/Content to user cn=authors,o=default organization. User not found.
[migrate] EJPSB0027E: The principal with ID cn=authors,o=default organization could not be found.
[migrate] WARNING: Unable to set the attribute icm:owner for /contentRoot/icm:libraries[5]/UIControls/Site Management to user uid=wpsadmin,o=default organization. User not found.
[migrate] EJPSB0027E: The principal with ID uid=wpsadmin,o=default organization could not be found.
[migrate] WARNING: Unable to set the attribute icm:role: actionset:Manager,actions:Traverse,View,
Edit,Add_Child,Delete,Join, for /contentRoot/icm:libraries[5]/UIControls/Site Management to user cn=authors,o=default organization. User not found.
[migrate] EJPSB0027E: The principal with ID cn=authors,o=default organization could not be found.
[migrate] WARNING: Unable to set the attribute icm:role: actionset:Manager,actions:Traverse,View,
Edit,Add_Child,Delete,Join, for /contentRoot/icm:libraries[5]/UIControls/Site Management to user cn=approvers,o=default organization. User not found.
[migrate] EJPSB0027E: The principal with ID cn=approvers,o=default organization could not be found.
[migrate] WARNING: Unable to set the attribute icm:owner for /contentRoot/icm:libraries[5]/UIControls/Component Library to user uid=wpsadmin,o=default organization. User not found.
[migrate] EJPSB0027E: The principal with ID uid=wpsadmin,o=default organization could not be found.
[migrate] WARNING: Unable to set the attribute icm:role: actionset:Editor,actions:Traverse,View,E
dit,Add_Child,Join, for /contentRoot/icm:libraries[5]/UIControls/Component Library to user cn=authors,o=default organization. User not found.
[migrate] EJPSB0027E: The principal with ID cn=authors,o=default organization could not be found.
[migrate] WARNING: Unable to set the attribute icm:owner for /contentRoot/icm:libraries[5]/UIControls/Authoring Template to user uid=wpsadmin,o=default organization. User not found.
[migrate] EJPSB0027E: The principal with ID uid=wpsadmin,o=default organization could not be found.
[migrate] com.ibm.icm.command.CommandException: Import of one or more files failed.
[logmsg] 2007.08.15 19:00:42.634 import-wcm-data
[logmsg] EJPCA3102I: Configuration task "import-wcm-data" is complete.
Thanks
Rajesh
| |
| Christopher Knight 2007-08-16, 1:24 am |
| The reason for this message is that the library that was exported has access assigned to the group named 'authors'. Same with 'approvers' and 'wpsadmin'. It's possible that the server that you are importing to has security enabled? It looks like on the
server that you are importing the content to does not have the default security enabled, or if it does it does not have the approvers and authors group, and the wpsadmin user.
Theres a couple of options:
1) If the destination server has default security, ensure the groups and users mentioned exist.
2) If it has a different security structure, you could use find/replace on the cn=authors,o=default organization with an existing user or group DN from the import server. Same with the approvers group and wpsadmin user.
<a href="http://www.ibm.com/developerworks/workplace/library/wwcm-security/">WCM Security</a><br>
<a href="http://www.ibm.com/developerworks/workplace/library/wwcm-workflows/">WCM Workflows</a><br>
<a href="http://www-128.ibm.com/developerworks/websphere/library/techarticles/0702_knight/0702_knight.html">WCM PDM Integration</a>
|
|
|
|
|