Rename the request name

for example , I have a request called "test_reneme" , saved and put in a dashboard.
then, I found the name is not correct and want to change the name.
how to rename the request name??

hi,
Edit that request and save using a correct name. Now go to Setting->Administration-> manage Presentation Catalog delete the unwanted Request.
Regards,
Santosh

Similar Messages

  • Rename the file names

    Hello OTN Help,
    I need to modify my old existing question.
    Reason is as follow:
    One of my question I entered some thing which is not appropriate for my company policy and they want from me to rename the file names.
    Please advice me what should I do?
    thanks

    Are you talking about changing the question that you have entered on OTN? If so, I guess you will need to contact Oracle support and have them to request OTN admin to do so ... good luck.
    -Frances

  • You do not have sufficient access privileges to rename the iten "name"

    Hi,
    I want to rename my short name in my powerbook and I can't, it shows me You do not have sufficient access privileges to rename the iten "name".
    can somebody help me pls

    You cannot properly change the short name of your account in the Finder; you need to use this application to do it, or change the short name to the desired name in the NetInfo Manager, which is in the /Applications/Utilities/ folder. Your short name is stored in several places in the NetInfo Manager; these are parts of the information for your user account and a few groups.
    If there are no administrator accounts on the machine, use these instructions to add administrator access to one of your accounts.
    (14100)

  • Item cannot be found in the collection corresponding to the requested name or ordinal.

    Hi,
    I am using Dreamweavers User Authentication tool, and all seems to be working except when I press the 'Submit' button I get the following error;
    ADODB.Fields error '800a0cc1'
    Item cannot be found in the collection corresponding to the requested name or ordinal.
    /coding/test_login.asp, line 35
    As far as I can tell the user login works, as I can assess the restricted page, if I manually type in the URL.
    My code is listed below;
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    <!--#include file="Connections/Conn_PSCRM_Demo.asp" -->
    <%
    ' *** Validate request to log in to this site.
    MM_LoginAction = Request.ServerVariables("URL")
    If Request.QueryString <> "" Then MM_LoginAction = MM_LoginAction + "?" + Server.HTMLEncode(Request.QueryString)
    MM_valUsername = CStr(Request.Form("usercode"))
    If MM_valUsername <> "" Then
      Dim MM_fldUserAuthorization
      Dim MM_redirectLoginSuccess
      Dim MM_redirectLoginFailed
      Dim MM_loginSQL
      Dim MM_rsUser
      Dim MM_rsUser_cmd
      MM_fldUserAuthorization = """group"""
      MM_redirectLoginSuccess = "yes.asp"
      MM_redirectLoginFailed = "no_access.asp"
      MM_loginSQL = "SELECT usercode, epros_password"
      If MM_fldUserAuthorization <> "" Then MM_loginSQL = MM_loginSQL & "," & MM_fldUserAuthorization
      MM_loginSQL = MM_loginSQL & " FROM DBA.[user] WHERE usercode = ? AND epros_password = ?"
      Set MM_rsUser_cmd = Server.CreateObject ("ADODB.Command")
      MM_rsUser_cmd.ActiveConnection = MM_Conn_PSCRM_Demo_STRING
      MM_rsUser_cmd.CommandText = MM_loginSQL
      MM_rsUser_cmd.Parameters.Append MM_rsUser_cmd.CreateParameter("param1", 200, 1, 255, MM_valUsername) ' adVarChar
      MM_rsUser_cmd.Parameters.Append MM_rsUser_cmd.CreateParameter("param2", 200, 1, 255, Request.Form("password")) ' adVarChar
      MM_rsUser_cmd.Prepared = true
      Set MM_rsUser = MM_rsUser_cmd.Execute
      If Not MM_rsUser.EOF Or Not MM_rsUser.BOF Then
        ' username and password match - this is a valid user
        Session("MM_Username") = MM_valUsername
        If (MM_fldUserAuthorization <> "") Then
          Session("MM_UserAuthorization") = CStr(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value)
        Else
          Session("MM_UserAuthorization") = ""
        End If
        if CStr(Request.QueryString("accessdenied")) <> "" And true Then
          MM_redirectLoginSuccess = Request.QueryString("accessdenied")
        End If
        MM_rsUser.Close
        Response.Redirect(MM_redirectLoginSuccess)
      End If
      MM_rsUser.Close
      Response.Redirect(MM_redirectLoginFailed)
    End If
    %>
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    </head>
    <body>
    <form action="<%=MM_LoginAction%>" method="POST" name="logon">
    <input name="usercode" type="text"><br>
    <input name="password" type="text">
    <input type="submit" name="Submit" id="Submit" value="Submit">
    </form>
    </body>
    </html>
    Any help greatly accepted.

    There are several workarounds you could use. I would start by setting the local variable back to the actual column name
    MM_fldUserAuthorization = "group"
    and then modify the reserved word directly SQL. See if this works:
      If MM_fldUserAuthorization <> "" Then MM_loginSQL = MM_loginSQL & "," & """MM_fldUserAuthorization"""
    If that line doesn't work, then you might need to concatenate the quotes around the variable, or try a combination of single/double quotes.
    Also be warned that once you modify DW's generated code, you probably will not be able to maintain the code in DW server behavior wizard. You'll need to maintain by hand.
    Good luck.

  • Can we rename the database name in oracle 10g

    Hi,
    Can we rename the database name in oracle 10g.
    Please help

    Yes as already said, using DBNEWID Utility can renamed the database name.
    You can also take a look at the Oracle Metalink Note:429674.1 (Which was written by me) - Subject: How We Used the Oracle DBNEWID Utility to Change the Database Name
    Regards,
    Sabdar Syed.

  • How to rename the column name in oracle 8i?

    hi,
    Does anyone know how to rename the column name in oracle 8i?My method was drop the relationship key first then delete the old column,finally add the new column.
    Thanks for your replay.
    jing

    There is no facilty to rename a column name in Oracle 8i. This is possible from Oracle 9.2 version onwards.
    For you task one example given below.
    Example:-
    Already existed table is ITEMS
    columns in ITEMS are ITID, ITEMNAME.
    But instead of ITID I want ITEMID.
    Solution:-
    step 1 :- create table items_dup
    as select itid itemid, itemname from items;
    step 2 :- drop table items;
    step 3 :- rename items_dup to items;
    Result:-
    ITEMS table contains columns ITEMID, ITEMNAME

  • How to Rename the Dashboard name

    Hi,
    How to change/rename the dashboard name.
    Thanks,
    Malli

    Hi,
    Go to setting>administration>Manage Presentation Catalog>Presentation_catalog_name>portal(Check show hidden items checkbox otherwise it wont be visible)>Dashboardname
    Click on second icon from left .You can update the dashboard name there.
    Regards,
    Sandeep

  • How to Rename the technical name and description of an infocube?

    Hi,
    How to Rename the technical name and description of an infocube?
    Thanx in advance,
    Ravi.

    Ravi,
    You cant change the Technical name of the cube but you can change the description of the Cube. If you want to have a Cube with the same properties and with different Techname and Description better you do copy from the base cube and rename as per your requirement.
    Regards,
    Gattu.

  • Rename the Company Name in test company

    I did the backup then restore database from SQL Server. I noticed the test company has same Company Name only the Database Name is different from Original Database Name.  
    Can I rename the Company Name to distinguish with the Original Database now?  I get confused when I did some testing not even to users.
    Thanks,

    Not only you can, buhttps://forums.sdn.sap.com/post!reply.jspa?threadID=1175227#t also you must.  Otherwise you or other people will be confused sooner or later.  It is very easy to change company name.

  • How to check the host name or rename the host name in Enterprise Manager

    Hello,
    How do i check the host name or rename the host name in Enterprise Manager for Oracle 11g?
    Regards,
    Ming Man

    there is a shell script called chgip or something
    like that is there . I used it for IAS. I beleive the
    same is there for database too
    Rajesh AlexIf there is, I have not been able to find it.
    Off the top of my head, changing the host name involves at least the following (others feel free to add on):
    For listener and connectivity
    - listener.ora
    - tnsnames.ora (on all clients as well)
    - potentially ldap.ora (on all clients as well)
    - init.ora parameter LOCAL_LISTENER
    For admin using Enterprise Manager (starting 10g)
    - the contents of the sysman schema
    - the directory name of the OEM agent directory
    - the directory name of the OEM OC4J config directory
    - various config files in the OEM OC4J config directory
    Oracle provides the emca to handle this last set.
    In addition, the following refer to hosts that are [probably] not local
    - init parameter REMOTE_LISTENER (usually just points to a tnsnames.ora entry naming remote hosts)
    - init parm SMTP_OUT_SERVER
    Again, adding to the list might be interesting.

  • Renaming the Standard Names in a BSP

    Hi All,
    I just wanted to know, if we can rename the standard names in a BSP application's. For Eg: a cfolder module is getting implemented to a automotive sector. so, i want to rename the standard names like competative scenario to Dealer Network
    Attached file for your reference.
    If possible, please explain me the steps, as i am not a Portal nor a BSP Knowledged.
    Rgs,
    Ravi

    Hi All,
    I just wanted to know, if we can rename the standard names in a BSP application's. For Eg: a cfolder module is getting implemented to a automotive sector. so, i want to rename the standard names like competative scenario to Dealer Network
    Attached file for your reference.
    If possible, please explain me the steps, as i am not a Portal nor a BSP Knowledged.
    Rgs,
    Ravi

  • Rename the column names in Embedded BPM Worklist

    Hi,
    I have embedded the BPM worklist in ADF Page.
    My requirement is to rename the column names in the task list.
    For example, the column 'state' should be renamed as 'Status' and the column 'from User' should be renamed as 'From'.
    Is there any possibility to achieve this? Please let me know.
    Regards,
    Tamil

    See if the solution in this post helps -
    Re: Customize workspaceAlso , its better to post these questions in the BPM forum -
    Business Process Management SuiteEdited by: Sudipto Desmukh on Apr 27, 2012 8:57 AM

  • After renaming the field name in content server,I am get the Exception

    Hai All
    After renaming the field name in Content Server I got one Error Like
    *<ERROR> <oracle.ucm.idocs> <UCM-CS-000001> <General Exception>*
    intradoc.data.dataexception !csRequiredFieldMissing2 dRevLabel in UCM.
    Thanks,
    Hari
    Edited by: Hari on Jun 1, 2011 11:08 AM

    I think it is somehow related to your other question - pure renaming (that is. changing the text of the field's label) should not have an effect what-so-ever, but you probably somehow changed something in a required parameter, so that it is empty now.

  • Rename the Technical Name of InfoSource

    Is there any way to rename the TECH name of an INFOSOURCE ?

    Hi Ren and welcome on board !
    Sorry, but you can only create a copy of it as template, but you cannot rename its technical name...
    Bye,
    Roberto

  • Renaming the technical name

    HI,
    Is it possible to rename the technical name of the query?  If yes, how to rename it? 
    I am trying to rename it using save as and deleting the previous query.  Is there any option without using save as u can rename the technical name of the query?
    Regards
    Prasad

    Hi Prasad,
    I don't think change the technical name of the existing querry. But you can do save as the existing query with the desired technical nbame and then can delete the old query.
    Hope this helps.
    Regards,
    Reddy

Maybe you are looking for