oioi wrote: > > beanfield wrote: > > > > oioi wrote: > > > I have created one report under Multi-Graph Reports with one group of my > > > servers . Now I want to use it as a template to report other groups of > > > server's info . > > > But I found there's no way to copy these configs . > > > > > > Any one can help me ? Thanks! > > > > > > Browse to the report you want to use as a template. Then go up the address > > bar in your browser and put /manage at the end of the URL. Check the > > report and click "Copy". While still in the zope management portion, > > browse to the new location to copy the template and click "Paste". I don't > > think you'll be able to paste to the same location as the original, as zope > > will throw some errors due to the same name. You'll either need to create > > a new organizer under multi-graph reports to place it...or do a copy, > > rename of the original, paste. > > > > -Eric > > > Wow!Thanks. > > I'm login as admin but I'm getting these errors if I click copy: > Do u know what's this mean?Is it a system bug? > > > Code: > > Type: Copy Error > Value: <HTML> <HEAD> <TITLE>Not Supported</TITLE> </HEAD> <BODY > BGCOLOR="#FFFFFF"> <FORM ACTION="manage_main" METHOD="GET" > <TABLE > BORDER="0" WIDTH="100%" CELLPADDING="10"> <TR> <TD VALIGN="TOP"> <BR> > <CENTER><B><FONT SIZE="+6" COLOR="#77003B">!</FONT></B></CENTER> </TD> <TD > VALIGN="TOP"> <BR><BR> <CENTER> The action against the <em>collections</em> > object could not be carried out. One of the following constraints caused the > problem: <br><br>The object does not support this operation.<br><br>-- OR > --<br><br>The currently logged-in user does not have the <b>Copy or Move</b> > permission respective to the object. </CENTER> </TD> </TR> <TR> <TD > VALIGN="TOP"> </TD> <TD VALIGN="TOP"> <CENTER> <INPUT TYPE="SUBMIT" VALUE=" > Ok "> </CENTER> </TD> </TR> </TABLE> </FORM> </BODY></HTML> > > Traceback (innermost last): > > * Module ZPublisher.Publish, line 114, in publish > * Module ZPublisher.mapply, line 88, in mapply > * Module ZPublisher.Publish, line 40, in call_object > * Module OFS.CopySupport, line 118, in manage_copyObjects > > Copy Error: <HTML> <HEAD> <TITLE>Not Supported</TITLE> </HEAD> <BODY > BGCOLOR="#FFFFFF"> <FORM ACTION="manage_main" METHOD="GET" > <TABLE > BORDER="0" WIDTH="100%" CELLPADDING="10"> <TR> <TD VALIGN="TOP"> <BR> > <CENTER><B><FONT SIZE="+6" COLOR="#77003B">!</FONT></B></CENTER> </TD> <TD > VALIGN="TOP"> <BR><BR> <CENTER> The action against the <em>collections</em> > object could not be carried out. One of the following constraints caused the > problem: <br><br>The object does not support this operation.<br><br>-- OR > --<br><br>The currently logged-in user does not have the <b>Copy or Move</b> > permission respective to the object. </CENTER> </TD> </TR> <TR> <TD > VALIGN="TOP"> </TD> <TD VALIGN="TOP"> <CENTER> <INPUT TYPE="SUBMIT" VALUE=" > Ok "> </CENTER> </TD> </TR> </TABLE> </FORM> </BODY></HTML> > > >
I find it hard to believe that user "admin" doesn't have rights to copy a template. The only other thing I can think of is that you're maybe selecting an object other than the report on accident? You can always try from another browser and/or computer to rule out something screwy with your browser. Or adding another admin user and testing that way. Or enable more debug logging to better troubleshoot. I'm not sure if that would be in $ZENHOME/etc/zope.conf under <eventlog> and <logfile> (changing level to DEBUG). Sorry, I'm not sure where to point you from here...it's always just worked for me. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=36522#36522 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
