How to remove corrupted portal forms.

I am unable to delete Portal Components (forms, reports) that got
corrupted
when I try to revoke permissions from it.
For example, I granted execute permission to 5 users. Later, when
I try to
revoke
execute permission from 3 users, the form was corrupted totally.
I can't even
edit it. So now, it still shows up as an entry under the
application but I
cannot even edit nor delete it. How do I remove it? Thanks.

My new 5800 had the same problem.
I fixed it like this:
- first used the Content Copier in the OVI suite to backup the memory card.
- then go into the FileManager application on the phone, select the memory card and then under Options->Memory Card Options select "Format". This will wipe all the data off the memory card.
- Then I restored the memory card from the backup using the ContentCopier again (otherwise you end up losing all the Nokia Maps)
- Switched the phone on and off again.
- Going into the music player, it came up with a message like "Looking for music files" or something.
- Once this had finished, all the working music tracks were back in the library but the corrupt ones were gone.
No other problems that I can see after doing this.
regards
Message Edited by lameplanet on 06-May-2009 06:11 PM
Message Edited by lameplanet on 06-May-2009 06:12 PM

Similar Messages

  • How to remove corrupt MD form in PL/SQL App

    I have a form that no longer shows any options in the 'Actions' column of the portal Navigator. All other types in the application still show actions and can be modified. I need to remove this corrupt form, because since it corrupted I can no longer add portlets from this application to any page. If I click the name of the form listed in the Navigator I see Error: Insufficient privileges. (WWV-10600) I have privs, they work fine on other App Items. I can still add portlets from other applications to pages. I am on 9i AS 1.0.2 for NT. Of course the flame throwers are full blast to get this application available ... please help me remove this corrupt form!

    Tim,
    There is a couple of things you can do:
    1. Restore ACL info for that form by running following plsql as portal schema owner:
    begin
    portal30.wwsec_api.set_user_acl(
    p_person_id => portal30.wwsec_api.USER_PUBLIC,
    p_object_type_name => 'MDF',
    p_owner => 'YOUR_APPLICATION_NAME',
    p_name => 'YOUR_FORM_NAME',
    p_privilege => 'MANAGE');
    end;
    2. Delete the component entry directly from the table, from sqlplus as portal schema owner:
    delete from WWV_MODULES$
    where name = 'YOUR_FORM_NAME'
    and type_id = 17;
    I would recommend to try the 1. first.
    Thanks,
    Dmitry

  • How To Remove Standard CheckIn Form in CheckIn menu option list

    Hi to all.
    I need To Remove Standard CheckIn Form in CheckIn menu option list.
    I want to use only my customized profiles.
    Is there any doc or sample related.
    Thanks in advance,
    Soni

    Unfortuantely, you must create your own custom component. I'm not going to explain how to do that since that requires a lot of typing, but if/when you decide to tackle that, you will need to include this in your resource file:
    <@dynamichtml custom_finish_layout_init@>
    <$include super.custom_finish_layout_init$>
    navBuilder.deleteItem('MY_PERSONAL_CHECKINS_'+pneCheckinDocProfiles.length);
    <@end@>
    However, keep in mind this is what I use for my content server (10gR3 with CS10gR3CoreUpdate component, build 186). I have no idea what future patches may or may not have done with profile naming conventions or changes. I'm confident this will still work, but cannot be for certain.
    Good luck.
    PS. Please award points if deemed necessary

  • How to Validate a Portal Form field from the database

    I created a Portal Form based on a procedure, which requires three parameters. One of the parameters is Item Number. I need to check if the Item Number exists in database. I am trying to use pl/sql button event handler, where I try to use the select count(*) statement to verify. However, I don't know how to reference the form field in the where clause. Please advise. Or is it possible to achieve this by creating a javascript? If you go to 'Shared Component' provider and click on javascript, you will see some system validation scripts, which you can call in the form level validation. My doubts with javascipt is how I can talk to database in the script? Any input is appreciated.

    Hi,
    You cannot access the DB from the script. If you want to access the values of a field you should use session variables. Here is a sample to access the values of a form field.
    declare
    ticket_no varchar2(20);
    flight_no varchar2(20);
    blk varchar2(30) := 'DEFAULT';
    begin
    ticket_no := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_TICKET_NO');
    flight_no := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHT_NO');
    end;
    Thanks,
    Sharmila

  • How to clear the portal form fields while clicking on Back button in browser?

    Hi All,
    I have a portal form, which calls another form. When I types in a value and presses submit, it goes to the new
    form with the information on it. When I click on the back button in the browser, it will show the last value user
    has entered. I want to clear these values, when I click on the back button in the browser.
    Any help is greatly appreciated.
    Thanks & regards,
    Nevin

    Lets assume that the name of the field, whose value you want to clear off,
    is SEARCH_TEXT :-
    Steps :-
    1> Edit the form and goto the Additional PL/SQL Section
    2> Add the following code to the "...after displaying the page" area
    declare
    l_form_name varchar2(200);
    l_sess_id integer;
    begin
    l_form_name := p_session.get_module().get_name();
    l_sess_id := p_session.get_id();
    htp.p('<script>
    var fieldName = "'||l_form_name||'.DEFAULT.SEARCH_TEXT.01";
    var formObj = document.WWVM'||l_sess_id||';
    for (var i=0; i < formObj.length; i++){
    if (formObj.elements.name == fieldName){
    formObj.elements[i].value = "";
    break;
    </script>
    end;

  • How to remove corrupt image from iPhoto

    Somewhere in my photo library I have a photo that iPhoto really doesn't like! I want to know how to remove this image from my library, possibly by deleting it via Finder.
    When I scroll through my photos in iPhoto the software hangs momentarily, and then crashes completely, whenever it gets to this particular image. When I try to export my photos (for backup purposes) iPhoto always crashes when trying to export this same image.
    The problem has appeared with one of the recent updates to iPhoto, when I originally imported this image I could see and export the image just fine. The same issue is preventing me from migrating my photo library to the new Photos app - the import process that runs when I first launch Photos always crashes at the same point, presumably because of this same image file.
    I am unable to remove the image by deleting it via iPhoto because I can't get iPhoto to display the image without crashing, please can anyone suggest another way to get rid of it.

    I've been trying to post details from the crash report here, but the forum software tells me that the message contains 'an invalid character' - which character is invalid? Who knows...

  • How to remove 'Back to form' from portal page.

    How can I remove the 'Back to form' and tick from a portal page?

    I'm assuming you are creating a form from a procedure. Edit the form. The first page you see, scroll to the bottom. You'll see a text area where you can use the go('') statement. You'll redirect the submitted portlet to the page that displays your portlet. This skips the link.

  • How to remove corrupted music files?

    I had a list of music files in my gallery. I wanted to remove all, then i marked all n deleted but then it shows me 'System Error'..
    so i tried to deleted them off through memory card. Files deleted but still appears in my gallery. Tried to delete again but this time it shows Files Corrupted.
    pls, I need some adviseon how to completely remove them.
    Thanks.

    My new 5800 had the same problem.
    I fixed it like this:
    - first used the Content Copier in the OVI suite to backup the memory card.
    - then go into the FileManager application on the phone, select the memory card and then under Options->Memory Card Options select "Format". This will wipe all the data off the memory card.
    - Then I restored the memory card from the backup using the ContentCopier again (otherwise you end up losing all the Nokia Maps)
    - Switched the phone on and off again.
    - Going into the music player, it came up with a message like "Looking for music files" or something.
    - Once this had finished, all the working music tracks were back in the library but the corrupt ones were gone.
    No other problems that I can see after doing this.
    regards
    Message Edited by lameplanet on 06-May-2009 06:11 PM
    Message Edited by lameplanet on 06-May-2009 06:12 PM

  • How to remove a oracle form from read only format

    I need to personalize an Oracle form for one responsibility. But when i open through that responsibility, it is opening in read only format. When i open the same form through super user responsibility, then it is opening up-datable format. I tried different options like 'System Profiles- HR Query only to 'NO'', 'Removing Query-Only'. but still i can open it only in read only format where i need to make some fields up-datable.
    Any suggestions please?

    Hi All,
    I have an Standard E-Business Suite screen.
    This is the Transaction Overview Screen, which is in Read-Only Mode.
    The Value of the unit price is rounded on 2 decimal.
    We tried to change this with Perzonilization, but the the error is coming up
    "FRM-40602: Cannot insert into or update data in a view"
    What are we doing wrong.
    Thanks for your support.
    Best regards Marcel Snoeck

  • How to remove corrupt patches

    Is there any procedure to remove a corrupt patch from multiple machines using SCCM 2012 ?  Like I have deployed monthly patches to many machines and would like to remove
    one of the installed patches from all.
    What is the procedure for the same please ?

    There are no procedure for this, it will depend on the SU. You will need to re-search what command line you will need to remove it.  Then you can deploy it as either a package or application but again you will need to define the collection used for
    targeting.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • How to remove corrupt share point?

    Hi All,
    I have a corrupt sharepoint that is killing my backups, I'm in need of some help getting rid of this "beast".
    OS X Server 10.5.4 Advanced.
    Mac Mini 1.83 GHz 2GB RAM.
    Server runs on internal drive, backs up to external firewire drive.
    Server has been in daily use for about 4 months without incident.
    Here's the what happened and what I've tried so far.
    I Created a new sharepoint in ServerAdmin.
    Shared folder: /Library/WebServer/Documents
    Custom AFP name: /WebDocs
    The sharepoint "/Documents" was created, but I was unable to see or connect to /WebDocs.
    The first workstation connecting to /Documents resulted in a server crash (did not record details). Server seemed to be OK after rebooting.
    A second attempt to connect by the same workstation (Windows 2000) worked as expected and the user was able to read and write data on the server.
    As "/Documents" conflicts with an important local name, I deleted the /Library/WebServer/Documents share point and set up /Library/WebServer with Custom AFP name at default "WebServer".
    The sharepoints "/WebDocs" and "/Documents" do not appear in Server Admin.
    Now the server, and workstations bound to it, have an alias "/WebDocs" which seems to be corrupt and causes Superduper backups to fail with an error:
    Error - SDCopy: Failed to copy extended attributes to directory /Volumes/SrvBack/WebDocs:
    Too many levels of symbolic links
    Running Repair Permissions did not help.
    Get Info on /WebDocs (in Path Finder) shows:
    Kind: Alias
    UTI: com.apple.mount-point
    Locked: Yes
    Owner: root
    Permission 000
    type: 'lcmt'
    Creator 'rhap'
    BUT...
    server:/ root# ls -ld /WebDocs
    dr-xr-xr-x 2 root wheel 1 Aug 3 12:08 /WebDocs
    server:/ root# chmod -h 777 /WebDocs
    chmod: /WebDocs: Too many levels of symbolic links
    server:/ root# rm -d /WebDocs returnes an error:
    rm: /WebDocs: Resource busy
    server:/ root# mv /WebDocs /BrokenWebDocs
    seems to work as expected, but /WebDocs alias is recreated on server boot.
    server:/ root# ls -l /WebDocs returns an error:
    ls: WebDocs: Too many levels of symbolic links
    server:/ root# ls -l /var/db/dslocal/nodes/Default/config/Sharepoints
    shows all expected sharepoints, WebDocs is not present.
    server:/ root# sharing -l
    lists all expected sharepoints, WebDocs is not present.
    LDAP Log does not list WebDocs or Documents
    Server Log contains:
    Aug 4 13:14:35 server servermgrd[88]: servermgr_filebrowser:
    FSPathMakeRef failed with status -35.
    path: /Volumes/Macintosh HD/WebDocs
    I am guessing that the corrupt /WebDocs share point is contained in the LDAP directory, because it's propagated out to the work stations, but I don't know where to begin looking for that.
    Any input would be greatly appreciated!
    -Glen
    Message was edited by: gihrig

    The solution to this problem:
    Workgroup Manager/Preferences/Show "All Records" tab and inspector.
    Select the "All Records" tab (Target icon).
    Use the search tool to find the errant sharepoint and delete it.
    Problem solved.
    Odd that the sharepoint did not sow in the System Admin tool...
    Regards,
    -Glen

  • "urgent" pls help: How to remove name space form message in call to WS

    Hi
    I am calling a WS from my BPEL process. In the BPEL process I call the WS by referring to the URI of the WS in the partner link. The process works fine. But I have a problem with the message size. The WS does not accept Message size greater than 16kB.
    But my message some time exceeds 16kB when maximum data is handled in the message.
    Now I found that the each element in the request contains the namespace which eats up a lot of space.
    Is there a way to remove the namespace from individual elements and put it in a common place in the file? This would reduce the file size.
    I would like to bring to your notice that the WSDL of the WS that I am referring to does not have any reference of xsd. And also no XSD has been created in my BPLE process for this WS.
    Present message
    <messages>
    <InvokeCallORSNewHI_HELLO_InputVariable>
    <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameters">
    <HELLO xmlns:ns1="http://abc.def.com/webservices/" xmlns="http://abc.def.com/webservices/">
    <ns1:HELLO_DATA>
    <ns2:HI_TW xmlns:ns2="http://abc.def.com/webservices/packets">
    <ns3:IDENT xmlns:ns3="http://abc.def.com/webservices/fields">400001102/T1-TW17902</ns3:IDENT>
    <ns3:HI xmlns:ns3="http://abc.def.com/webservices/fields">400001102/T1</ns3:HI>
    <ns3:START_DATE xmlns:ns3="http://abc.def.com/webservices/fields">20080404</ns3:START_DATE>
    <ns3:START_TIME xmlns:ns3="http://abc.def.com/webservices/fields">0800</ns3:START_TIME>
    <ns3:DURATION xmlns:ns3="http://abc.def.com/webservices/fields">1200</ns3:DURATION>
    <ns3:WINDOW_COST xmlns:ns3="http://abc.def.com/webservices/fields">1.113</ns3:WINDOW_COST>
    <ns3:LATE_COST xmlns:ns3="http://abc.def.com/webservices/fields">1.75</ns3:LATE_COST>
    </ns2:HI_TW>
    </ns1:HELLO_DATA>
    </HELLO>
    </part>
    </InvokeCallORSNewHI_HELLO_InputVariable>
    </messages>
    Expected------------
    <HELLO xmlns:ns1="http://abc.def.com/webservices/" xmlns="http://abc.def.com/webservices/">
    <ns1:HELLO_DATA>
    <ns2:HI_TW>
    <ns3:IDENT>400001102/T1-TW17902</ns3:IDENT>
    <ns3:HI>400001102/T1</ns3:HI>
    <ns3:START_DATE>20080404</ns3:START_DATE>
    <ns3:START_TIME>0800</ns3:START_TIME>
    <ns3:DURATION>1200</ns3:DURATION>
    <ns3:WINDOW_COST>1.113</ns3:WINDOW_COST>
    <ns3:LATE_COST>1.75</ns3:LATE_COST>
    </ns2:HI_TW>
    </ns1:HELLO_DATA>
    </HELLO>
    Thanks
    Buddhadev

    Dear Rico
    Thanks for replying.
    Which XSD are you refering to ;
    Is it process XSD or the XSD created for the called WSDL.
    As I have stated, no XSD has been created for the Consumed WS. And no XSD reference is present in the WSDL of the WS consumed by me.
    Please confirm
    Thanks a lot
    Buddhadev

  • Remove the 'Submit Form' button.

    I would like to know how to remove the 'Submit Form' button of a writable pdf please as I don't want my users to see this and use it.

    I'm going to assume you mean the one that appears in the document message bar when you use the Distribute Form process. If you don't want your users to submit, you can instead simply Reader-enable the form (if needed for pre-11 Reader users) and make the form available to your users.

  • How to remove login form for iView in portal

    Hi,
    I have created a workset in portal which provides links for various BI reports. In the properties of each page for report I set the property to lunch it in headerless window.
    When I login with test user and click on link for report its asking for userID password again. Once I login, it opens the report and it doesnt ask for other reports. If I logoff and close the browser and open in new browser its again ask's for user ID password when I open the report for first time.
    Could any one let me know the solution how to avaoid the login form  on clicking the link for BI report configured in workset.
    It is working fine for me in Dev and QA system, recently we did transport to Trainign system and I am facing this issue only in training system.
    Regards,
    Ravi.

    Hi,
    I dont want that login page to appear again. evan for the first time.
    The login page should apper only once that too while loging into portal. once I enter into workset and click on link for report which is launched in new window should not ask for login again.
    Its happening in my training system, which is not used to be in my dev and QA system.
    I need solution to show the report directly with out asking for authentication(login form) once again on clickig the link for report in workset.
    Regards,
    Ravi.

  • How to remove Forms/DispForm.aspx from search results

    HI
    I configured enterprise search in our share point public facing portal,
    and when a user search for any content why the search results are displaying from below links and when user clicks it asking authentication.
    /Pages/Forms/DispForm.aspx?ID=477
    /PublishingImages/Forms/DispForm.aspx?ID=3
    /SiteAssets/Forms/DispForm.aspx?ID=1
    /Documents/Forms/DispForm.aspx?ID=1
    and how to remove these from search results .
    adil

    To remove from search results...
    Central Administration > Application Management > Manage service applications > Search Service Application > Crawl Rules
    In the Path enter: *://*/DispForm.aspx* and for the Crawl Configuration check "Exclude all items in this path" and check "Exclude complex URLs (URLs that contain question marks - ?)"
    You will then need to do a crawl of your content to remove any URLs that match this path.

Maybe you are looking for

  • Report error- All fields are not taking

    Hi, I have created Program for the report ,But it does ,not selecting all foelds, What will the possible reason. I have created report for rows as Notification  Inspection lot  qty Ok Qty Rejected Qty Defect Group Defect Code Code Qty Code Descriptio

  • How large of an external Hard drive should I get

    I shot 20 lecture, aprox 2 hours each, on Sony DVCAM 184 tape stock and need to digitize to edit in FCP. I'm limited to Firewire (400 & 800) on my IMAC 24". I've been using Lacie's and have been pleased. Is there a recommendation on the size and make

  • Fillable PDFs in Acrobat Pro 9.

    Does anyone know why Adobe Acrobat changes the action of a button submit property from 'Submit a form' to 'Run a JavaScript'? http://bit.ly/mvmUvh Not only has it removed all of the preset functions such as subject and bcc but it's included some real

  • No authorization for action: CRE with object: ADCP

    Hi, I encountered the following error when creating an index: No authorization for action: CRE with object: ADCP I was at transaction DB02 -> 'Checks' -> Database<->ABAP/4 Dictionary. The checks indicate that there are some optional indexes that are

  • Authorizations....Sales organization level

    Hi all I want to create the authorizations for the sales organization level. I have made the Sales Organization Object authorization relevant. After that i created an authorization object based on the Sales org object. I created a roles and created a