Cannot Delete Content Areas without getting Integrity Constraint Issues

When I try to delete an unused Content Area by issuing the command:
Delete from wwsbr_sites$ where id = <value>;
I get the following error:
ORA-02292 - integrity constraint violated child record found.
How can I delete these entries and cascade through the what looks like maybe some 100 other child tables?

We have done that...Deleted a Content Area through the Navigator...But the Content area still exists, there is nothing in there, but it is still there, it is like a ghost. And when you query the wwsbr_sites$ table
where ID for that Content Area is still there.

Similar Messages

  • Problem deleting Content Areas

    Hi!
    i have just encountered the following error while deleting a content area
    An unexpected error has occurred (WWS-32100)
    ORA-6502: ORA-06502: PL/SQL: numeric or value error (WWC-36000
    Thing to mention is... before that when i tried to delete another content area my browser hanged for pretty much time and i had to abort the deletion,after resuming back to that page i have that content area there but all edit,open links have disappeared,clicking on the link shows error page 'Folder ID Does Not Exist',checking the databse shows corresponding entries still in wwsbr_all_languages$' and wwsbr_site$',after trying instructions(found in another thread with similar problem) from sqlplus there is no reponse after executing the delete query,what might be the problem
    any steps to follow up
    How can I get rid of these errors??
    thx
    Alizeh

    We have the same problem - we deleted content areas in 3.0.8, but they still display in navigator, and we upgraded to 3.0.9 and they still display but they do not exist.

  • I want to remove my credit card from my daughter's itunes account but i can't delete the information without getting a notification that i must have the fields filled out

    I want to remove my credit card from my daughter's itunes account but i can't delete the information without getting a notification that i must have the fields filled out. When she first got the ipod touch, we did not need to supply credit card information for her to set up her account. Only now that I entered it for one purchase, I can't remove it. Now my daughter has purchased over $300 in downloads the last two weeks.

    You definitely can.
    To remove your payment information open iTunes and go into your account. An easy way to access your account is from quick links on the store home page. After you login there will be a payment type listed with an edit button next to it. Click edit then select none under card type (next to visa, mastercard, etc).
    Afterwards at the bottom of the page select done, then your card will no longer be on file. It will prompt you for a card next time you try to download something that isn't free.

  • How to create folder and items in content area without edit folder option

    Hello!!
    I would like to create something to users can create and insert folders and items in content area without using the edit folder option.They would have a form to include the name of the file and the name.i would like to do this for the end users can insert files more easily. Can i do this? Anyone can help me ??
    Thanks in advance!!!
    null

    The wwsbr_api and wwsbr_search_api packages are included in the current PDK, but won't be supported until 3.0.8 is release, later this month.
    Regards,
    Jerry
    null

  • Delete Content Area

    Error: An unexpected error has occurred (WWS-32100) ORA-2292: ORA-02292: integrity constraint (PORTAL30.WWSBR_URL_SITELANG_FK) violated - child record found (WWC-36000)
    Delete the record manual creates this Error:
    table wwsbr_sites
    delete ID 53 Inhalte und Dokumente'
    table wwsbr_sites_languages
    foreign key ID 53 us Inhalte und Dokumente'
    table wwv_settingsets
    foreign key ID 53 Inhalte und Dokumente'
    Delete produces a Trigger Error message:
    reference on package:
    wwpth_api.remove_path_element(
    p_domain => wwpth_api.DOMAIN_WWS,
    p_object_type => wwpth_api.OBJECT_TYPE_WWS_STYLE,
    p_context_id => :old.siteid,
    p_object_id => :old.id);
    It's a bug?
    Best regards
    Dieter
    null

    Ricardo, below is an extract of the code we currently use to delete a user's content area. (Error trapping removed for brevity...)
    - Bill
    -- get the user's Folder ID
    -- (Ricardo: TXTUSERLOGIN is passed in to the function as a VARCHAR2 parameter)
    SELECT ID INTO P_FOLDER_ID
    FROM PORTAL30.WWSBR_ALL_FOLDERS
    WHERE UPPER(NAME) = UPPER(TXTUSERLOGIN);
    -- get the content area's Folder ID
    -- (USERDATA is the root content area where all our User folders are kept)
    SELECT ID INTO P_CONTENT_AREA_ID
    FROM PORTAL30.WWSBR_ALL_CONTENT_AREAS
    WHERE NAME = 'USERDATA';
    -- Now delete the content area
    IF P_FOLDER_ID IS NOT NULL THEN
    BEGIN
    PORTAL30.wwv_cornerdb.remove(p_language=>'us',
    p_id=>P_FOLDER_ID,
    p_siteid=>P_CONTENT_AREA_ID);
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    NULL;
    END IF;
    COMMIT;

  • Sub folders content are not getting displayed using KM Navigation iView.

    Subfolder contents are not being displayed for KM Nvaigation ivew
    Posted: Feb 15, 2006 1:01 PM        Reply      E-mail this post 
    Hi
    I created CM repository and did all settings.i could able to see the folder and subfolder contents under Content administration>KMContent>root-->KMPublications(my own folder).
    -->using Administrator user i could able to see all folders/subfolders correctly and could able to edit.
    -->now i created KMNavigation iview and created new role called "KMRole".then i assigned iview to page,then page to Role .this "KMRole" is assigned to user called "prasad".
    >for folder "KMPublications" ,using context menu Details>settings-->permissions ,i added "KMRole" for "Read" only.
    -->when i logon to portal with user "prasad" ,it is showing all root directory content and subfolders.when i click on subfolder called "foods",it is showing me exception.this problem is not coming if i logon as "Administrator".can anybody helpme out.
    Note:if i chnage the Path to display value to subfolder ,it is only displaying subfolders content only.if i click on its subdirectory ,it is giving null pointer exception.
    i checked default trace file,it is giving following information
    #1.5#001560AB529E0068000001130000050000040CDA8CF94AE8#1140032714402#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#sriram#586##epdev1.corporate_EPD_4605550#sriram#8ba54e509e5b11da9930001560ab529e#Thread[PRT-Async 0,5,PRT-Async]##0#0#Error#1#/System/Server#Java###Exception ID:02:45_15/02/06_0007_4605550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/KMEx/KMRole/KMExPage/KMNavigationiView
    Component class : com.sapportals.wcm.portal.component.base.ControllerComponent
    User : sriram
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)
    at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Exception during PageProcessorComponent.doContent()
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:139)
    at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:73)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 7 more
    Caused by: com.sapportals.htmlb.page.PageException: null (java.lang.NullPointerException)
    at com.sapportals.wcm.app.controller.ControllerDynPage.doProcessBeforeOutput(ControllerDynPage.java:81)
    at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doProcessBeforeOutput(KMControllerDynPage.java:56)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:123)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    ... 11 more
    #1.5#001560AB529E006D0000001C0000050000040CDA8E1777DD#1140032733168#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#sap.com/irj#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#Guest#192####b0827ab09e5911da8591001560ab529e#Thread[Thread-108,5,PRT-Async]##0#0#Warning##Plain###Exception reading project list. Error was Cannot get item /etc/xmlforms/XFBuilderConfig/ProjectsTimestamps.pref#
    #1.5#001560AB529E006D0000001D0000050000040CDA8E17786B#1140032733168#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#sap.com/irj#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#Guest#192####b0827ab09e5911da8591001560ab529e#Thread[Thread-108,5,PRT-Async]##0#0#Warning##Plain###com.sapportals.wcm.repository.InvalidUriException#
    #1.5#001560AB529E006D0000001E0000050000040CDA91E8084B#1140032797168#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#sap.com/irj#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#Guest#192####b0827ab09e5911da8591001560ab529e#Thread[Thread-108,5,PRT-Async]##0#0#Warning##Plain###Exception reading project list. Error was Cannot get item /etc/xmlforms/XFBuilderConfig/ProjectsTimestamps.pref#
    #1.5#001560AB529E006D0000001F0000050000040CDA91E808D9#1140032797168#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#sap.com/irj#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#Guest#192####b0827ab09e5911da8591001560ab529e#Thread[Thread-108,5,PRT-Async]##0#0#Warning##Plain###com.sapportals.wcm.repository.InvalidUriException#
    can anybody help
    prasad
    Prasad

    Maybe there is approval set up on this folder. Order time based publishing. Both can cause the read users to see nothing.
    The first means that read users can only see published documents. If no document is published the result is a empty folder.
    Same for the second feature. If timebased publishing it can be that all documents are hidden for the read users because the documents are out of there time interval.
    Hope this helps. Check both in folder > details > settings.
    Frederik

  • Delete Content area Error

    Error: An unexpected error has occurred (WWS-32100) ORA-2292: ORA-02292: integrity constraint (PORTAL30.WWSBR_URL_SITELANG_FK) violated - child record found (WWC-36000)
    Delete the record manual creates this Error:
    table wwsbr_sites
    delete ID 53 Inhalte und Dokumente'
    table wwsbr_sites_languages
    foreign key ID 53 us Inhalte und Dokumente'
    table wwv_settingsets
    foreign key ID 53 Inhalte und Dokumente'
    Delete produces a Trigger Error message:
    reference on package:
    wwpth_api.remove_path_element(
    p_domain => wwpth_api.DOMAIN_WWS,
    p_object_type => wwpth_api.OBJECT_TYPE_WWS_STYLE,
    p_context_id => :old.siteid,
    p_object_id => :old.id);
    Best regards
    Dieter

    Hi Jerry,
    I have Application Server 9i on SunSparc, database Portal30 on Oracle Enterprise Edition 8.1.6.1.0 for Linux as development database.
    The import goes to a database instance with Oracle Enterprise Edition 8.1.7.0 for Linux based on a second Application Server also 9i for presentation.
    Best regards,
    Dieter

  • Cannot delete empty page without deleting others

    I have a page with headers and footers and two columns. When I try to add another page or paste a similar one from another document, it creates a new empty page in between them. So I have one section with one page of content and one empty one and another section with the new page with content. Whenever I try to delete the empty page, it deletes the one before it as well. I have switched on the invisibles and see that it has inserted a section break at the top of the empty page. However, if I delete this, my new page is gone. If I change it to a page break and try and get rid of the empty page, then the new (or pasted) page also gets deleted. I am at my wit's end. I am an Apple fan and recently changed my business to iMac and use iWorks, but did not expect silly issues like this.
    Please help!

    • I'm sure that you aren't using iWorks which doesn't exists.
    • Insert a section break in the pair of "grouped pages" this will cut the group in two separate pages.
    Yvan KOENIG (from FRANCE jeudi 3 juillet 2008 12:24:14)

  • Cannot extract new version without getting error record size = 8 blocks, firefox cannot open file exists, exiting with falure status due to previous errors

    I have firefox 3.6 and have tried several times with newer versions to update....always get errors on extracting and never goes through. What am I doing wrong, just tried version 8 got the errors I listed?

    See:
    * https://support.mozilla.com/en-US/kb/Installing%20Firefox%20on%20Linux
    make sure your pc meets minimum requirement?
    * http://www.mozilla.org/en-US/firefox/8.0/system-requirements/

  • I did the upgrade to my iTunes yesterday and it did not install correctly. Kept getting same message.  Now cannot download any iTunes without getting windows error 126. Please help.

    Upgraded my itunes yesterday and it failed.  Tried reinstalling and failed again.  Now tried to install several earlier versions and coming up with  windows error 126. Do you have any ideas on how I can fix this?  Please help.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99732)

  • I have excel icons on my desktop which I cannot delete and are empty.  Ideas for how to delete these?

    Any ideas?

    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macexcel/excel-icons- on-my-desktop/3712d5dd-dd28-4c1f-835a-016f30892fa2?msgId=05410a1f-b4f3-48b2-9092 -4ed722c8a36d
    Force quitting and Relaunching Finder semms to help.
    I have never tried this.

  • CS4 "Already in use cannot delete" over network problem

    Hello,
    I am having a problem with a Mac on OS X not being able to open or delete any .ai files over a network on a Dell Server running Windows Server 2008. If we try to open or delete the file I get an error message "Already in use cannot delete". Also, I get a "cannot complete copy" error too. Whats weird is that both machines can see each other over the network and the Mac can read and write to all other files over the network. The server does not have anything adobe products installed at all. There is no other machine on the network that is causing these files to be in use. I have checked when the backups are done using Windows Server 2008 Backup and they are finished before anyone gets into the office, so I dont believe its the Backup program holding the files hostage. I have read in some areas that this may be a known flaw with NTFS formatting over a network, but im not sold on that idea yet.
    Any and all suggestions would be as useful to me as insulin right about now.

    Sorry one last thing. I can delete the files on the Server itself.

  • Refreshing only portal content area and not the naviagtion area.

    Hello all,
              I want to refresh only portal content area without refreshing the navigation contents.
       Eg;- When i click on the any document present in the REPORTS folder in Detailed Navigation Area only the portal contents should get refreshed.

    Links on DTN?Are they on a custom Iview?? Then u control with url mode.
    If they are page links, i don think u cud restrict one WD application not to refresh when the whole page getz refreshed.
    <b>Plz don forget points, if it helped.</b>
    Regards,
    P.

  • Cannot delete Document Content Type. Getting error "Document Content Type Still in use" powershell, sharepoint 2013

    not able to delete "Document" content type from a library. I have a custom content type. I have added the custom content type to all the items of library. also, i have added the custom columns from "Document" content type to my custom
    content type. Still cannot delete the "Document" content type. I am doing the same process in different site collections and different libraries. But not able to delete in a few say- 10 in 100. Get the error - "Document content type is still
    in use"

    Hello 
    Here you go
    http://blog.octavie.nl/index.php/2012/09/14/error-the-content-type-is-in-use-explained
    https://social.technet.microsoft.com/Forums/en-US/e81020e3-2c12-4f39-a2f4-f1fd88ba6547/content-type-is-still-in-use-on-document-library
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • "Cannot get inner content of frm1 because the contents are not literal." error in building a dynamic form within other HTML

    Hi, 
    I am trying to build an aspx form dynamically but I have to user some HTML tags among controls. I am getting the error "Cannot get inner content of frm1 because the contents are not literal." in my 
    oForm.InnerHtml += "</fieldset>";
    instruction. If I put it before adding the text and button controls to the form the error is gone. What am I doing wrong, if I want the controls to be inside a <fieldset> ... </fieldset> tag?
    public void LoadForm()
    HtmlForm oForm = new HtmlForm();
    oForm.ID = "frm1";
    oForm.Action = "";
    oForm.InnerHtml += "<fieldset>";
    oForm.InnerHtml += "<legend> ### TITALO ### </legend>";
    HtmlInputText oText = new HtmlInputText();
    oText.ID = "txt";
    HtmlInputSubmit oSubmit = new HtmlInputSubmit();
    oSubmit.ID = "btn";
    oSubmit.Value = "submit";
    oForm.Controls.Add(oText);
    oForm.Controls.Add(oSubmit);
    oForm.InnerHtml += "</fieldset>";
    main.Controls.Add(oForm);
    Thanks, regards. 
    Bruno

    According to articles (e.g.
    http://forums.asp.net/t/939432.aspx?Panel+GroupingText), in order to include a
    <fieldset>, you can use a Panel control having GroupingText
    attribute. Therefore, instead of dealing with InnerHtml, try this:
    var panel = new Panel { GroupingText = "### TITALO ###" };
    panel.Controls.Add(oText);
    panel.Controls.Add(oSubmit);
    oForm.Controls.Add(panel);
    main.Controls.Add(oForm);

Maybe you are looking for

  • Cash Income and Cash Expense report

    Hi all,         i need a report where i can get cash income report based on payment means i.e. thorough cheque, through credit card, cash and also cash expense report based on cheque and cash. I tried to make a query but it doesnt give any result nor

  • Acrobat Pro 11 - how do I add more review servers?

    I have reviews in progress, so I do not want to remove the present server. I need to add at least one more server, but I don't see any way to do this, I only see a way to remove servers. What is the procedure for adding servers (this is not in the us

  • Alert Box Problem

    Hey, I need the following code right... I have: function jsAlertWindow(event:MouseEvent):void { var  alert:URLRequest = new URLRequest("javascript:alert('Hello  World!')"); navigateToURL(alert,  "_self");  alert_btn.addEventListener(MouseEvent.CLICK,

  • Appelle dll créée avec LabView 8.2 sous VB6 (Booleen)

    Bonjour, Je développe un programme sous LabView8.2 pour créer une dll qui sera appelée par VB6. Lorsque que je mets un booleen VB6 me renvoie le message d'erreur "erreur de chargement de la DLL". Y a t il une configuration à réaliser sous VB ou LabVi

  • Why do 31 photos have to reload everytime I use my iPhoto?

    I have the '06 version of iPhoto, but I don't think iLife offers enough for me to buy the 08 version. However, even though I'm using an outdated version, I don't think I should have to watch the same 31 photos reload EVERYTIME I use iPhoto. Also, as