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

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.

  • 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;

  • 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.

  • Can't delete from portal content areas

    Sun Solaris o/s version 2.7
    Oracle Portal version 3.0.9.8.0
    9iAS version 1.0.2.2
    Oracle Database version 8.1.7.1.0b
    Some users are suddenly unable to delete from content areas. The
    following error occurs:
    An unexpected error has occurred (WWS-32100)
    An unexpected error has occurred (WWS-32100)
    ORA-1;User-defined exception (WWC-36000)
    normal, successful completion (WWS-00000)
    This has worked fine in the past. One user is also complaining
    that she is intermittently getting a 'The page you requested was
    not found' error when trying to add files.
    Does anyone have any idea what could be the problem?
    Thanks.

    "Recent" (at least on Windows) is not an actual folder; it's just a list of recently used files/documents.  I clean such things using CCleaner.

  • Portlet could not be contacted error in content area

    hi everybody,
    i've developed an application using Portal Content Area.And i am
    accessing the content Area
    like "http://<servername>/pls/portal30/url/folder/<Content area
    name>".
    But when i access it shows "Error : Portlet could not be
    Contacted".then when i press refresh it opens the content Area.
    Now i badly in need of avoiding that portlet error and directly
    go to content area.
    Pl. help me.
    thanks in advance
    regards,
    Kathir

    I strongly recommend upgrading to the 3.0.9 release (iAS
    1.0.2.2) with the 3.0.9.8.2 patch (this patch should be
    available for NT/2000 this week). Also, the database should be
    running 8.1.7.1 (or later), as explained in the iAS release
    notes.
    Regards,
    Jerry

  • Error Creating File Items in Content Area

    Received the following error message when trying to create an item in a content area:
    An unhandled exception has occurred, ORA-01403: no data found.
    I checked in the Apache error_log file and the only messages I see relate to portal30.wwv_add_wizard.edititem and portal30.wwv_additem.additem (had to be described for execution).
    Any suggestions? Thanks

    This is an unusual problem. Please work with Oracle Support to resolve it.
    Regards,
    Jerry
    PortalPM

  • Error when editing items in content area!

    Hi,
    I get an error: HTTP 404 - File not found, everytime I want to edit an item in the content area, after another try it works and does the changes.
    I'd like to know if this is a know bug? what's happening?
    This is bad to portal performance, the publishers and developers are backing out, due to this prob.
    Also I'm getting timeouts all the time.
    Any help?
    Carolina.

    Hi,
    This has been mentioned on a thread on 'General' about getting 404 errors and timeouts. I am having exactly the same problem.
    I re-installed our Server from Scratch with Windows 2000 and Portal version 3.0.9.8.0 so I would have a totally clean install, but I still get the same problems.
    Someone mentioned that turning Intermedia (Oracle Text) searching on causes the problems. Does anyone know if there is a fix for this? Any word on this from Oracle?
    Richard

  • Content Areas - Viewing Text Items error

    Hi,
    Our ability to view text items within content areas has just stopped.
    We now get Error: (WWS-00000)
    with no other dialogue or entries in the logs.
    As far as I know nothing has changed.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Krish Palaniappan ([email protected]):
    Hi everyone,
    We identified the issue. I expect that a patch will be released. I'll keep you posted!
    Thanks.<HR></BLOCKQUOTE>
    Hi,
    any news on the patch yet?
    Best regards,
    ~Dietmar.

  • Content generation error. [Error: Duplicate overlay IDs are not allowed]

    Has anyone else experienced this? I'm creating a hidden navigation menu that has buttons for showing and hiding it. When the menu is on, there are a number of buttons grouped together in one of the states. It works when I preview with the preview tool, but when I try to preview through Folio Builder I get the error message: Content generation error. [Error: Duplicate overlay IDs are not allowed]
    All of my multi-state objects have unique names, as do buttons and layers and I still get this error. Any ideas?
    Thanks,
    Christopher

    Attached are screenshots of my layers palette, object states and buttons. I noticed in the layers palette, after I've made the menu into a multi-state object there's a sub-group called "normal" that's showing up in my layers palette. Could this be it?

  • "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);

  • Javascript errors when iView is running in Portal Content Area

    We have URL based iView which is running flex application. If this iView is running in separate window (by preview, link or setting "Launch in new Window" option) everything is fine.
    However, if iView is running inside Portal Content Area there are bunch of JavaScript errors (missing object, permission denied). The iView itself is still running fine, but those errors are annoying and could be a problem for customers.
    Are there any ways to fix it?
    Thanks.

    Hi,
    So after a few days I managed to finally get a workable solution:
    Whenever you are referring to a script file in your main page, you will not be able to open the file when in normal mode, even with relaxing the domain and all the other hints posted.
    What you need to do is to include the actual content of the *.js file in the main html page.
    For example, if you have a page called index.html that refers to a file AC_RunActiveContent.js which is located in your scripts directory, you will need to change the code in the index.html file as follows:
    Initial HTML File:*
    < HTML>
    < HEAD>
    < TITLE>Test Page</TITLE>
    <!-- Collapsible Panel Java Script -->
    < s c r i p t  s r c="../scripts/collapsiblepanel. j s" type="text/ j a v a s c r i p t"></ s c r i p t>
    <!-- Collapsible Panel Java Script -->
    < /HEAD>
    < BODY>
    < /BODY>
    < /HTML>
    New HTML File:
    < HTML>
    < HEAD>
    < TITLE>Executive Committee - Balance Sheets</TITLE>
    <!-- Collapsible Panel Java Script -->
    < s c r i p t t y p e="t e x t / j a v a s c r i p t ">
    your actual javascript code
    < / s c r i p t >
    <!-- Collapsible Panel Java Script -->
    < /HEAD>
    < BODY>
    < /BODY>
    < /HTML>
    By doing this:
    You will be able to use java scripts in your html file and applications without experiencing the problems mentioned. Keep in mind though that you will now have all your script file code in your actual html file and the number of lines in the files will increase dramatically.
    The increase in size of the actual html files are not too bad, a normal 2Kb html file may increase to 70Kb if not more, depending on the code contained in the initial *.js file.
    I have played around with this and have been able to include Macromedia Flash objects in my html files too, by pasting the actual code content in the html files as opposed to refereincing the script in the relevant directory.
    I hope this helps.
    Regards,
    Freddie Botha.

  • URGENT : On clicking back button of IE error message in the content area

    Hi all,
    On clicking of a link in my navigation area KM folders are displayed in the content area via a KM iview. On 1st level navigation in this iView and clicking the explorer back button there is no problem. But if we navigate to inner folders and click on back button I get a warning in the Content Area:
    " Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
    To resubmit your information and view this Web page, click the Refresh button."
    This is not the case when I navigate through Bread Crumb.
    The isolation method for my iView is Embedded and for my Page is also Embedded.
    Please reply soon.
    Thanks and Regards,
    Sweta.

    I am pretty sure that nothing can be done about this. A Lot of other websites/applications also have this same problem. You try playing with the browser cache settings so that the back button doesn't try and get the page from the cache. You could also try and experiment with the cache-control and expires HTTP headers, to see whether this has any effect.
    Other than this, I am unsure as to whether it can be resolved
    Sorry
    D

  • Powershell to add/delete content type to particular library alone in a site collection

    Hi,
    I am trying to add and delete content type from a particular picture library (site collection) using powershell.
    I have tried the below, but it is not working.
    Below scenarios are not working:
    1) If the content type to be added is there in library, then the loop is still moving to "No content type exists".
    2) Content type is not getting deleted from library
    3) Set the newly added content type as default content type.
    Below is the powershell, which I am trying:
    function ChangeContentType($url)
    $site = Get-SPSite($url);
    $web =$site.RootWeb
    $lookForList = "PicLibrary"
    $lookForCT = "Img1ContentType"
    $lookForRemoveCT = "Image2CT"
    write-host "Checking site:"$web.Title
    #Make sure content types are allowed on the list specified
    $docLibrary = $web.Lists[$lookForList]
    if ($docLibrary -ne $null)
    $docLibrary.ContentTypesEnabled = $true
    $docLibrary.Update()
    if (($web.ContentTypes | where { $web.Name -eq $lookForCT }) -eq $null)
    write-host "No content type exists with the name" $lookForCT "on list" $docLibrary.Title
    #Add site content types to the list
    write-host "Adding content type " $lookForCT "on list" $docLibrary.Title
    $ctToAdd = $web.ContentTypes[$lookForCT]
    $ct = $docLibrary.ContentTypes.Add($ctToAdd)
    write-host "Content type" $ct.Name "added to list" $docLibrary.Title
    $docLibrary.Update();
    else
    write-host "content type exists with the name" $lookForCT "on list" $docLibrary.Title
    #Remove Content type
    if (($web.ContentTypes | where { $web.Name -eq $lookForRemoveCT }) -eq $null)
    write-host "No content type exists with the name" $lookForRemoveCT "on list" $docLibrary.Title
    else
    $ctToRemove = $web.ContentTypes[$lookForRemoveCT]
    write-host "Removing content type" $ctToRemove.Name "from list" $docLibrary.Title
    $docLibrary.ContentTypes.Delete($ctToRemove.Id)
    $docLibrary.Update()
    else
    write-host "The list" $lookForList "does not exist in site" $web.Title
    #Dispose object
    $site.Dispose()
    $web.Dispose()
    How to fix this?
    Thanks

    Hi,
    Thanks for the reply.
    I checked it. If the script is run multiple times, the add and delete content type will throw error.
    How to delete content type? I have tried the below:
    $docLibrary = $web.Lists[$lookForList]
    if ($docLibrary -ne $null)
    $docLibrary.ContentTypesEnabled = $true
    $docLibrary.Update()
    #get the content Type
    Write-host "Getting content type $lookForCT in site $web"
    #Confirm that the content type exists.
    $contentType = $web.ContentTypes | where {$web.ContentTypes.Name -eq $lookForCT}
    ##Abort if not found.
    if ($contentType -eq $null)
    Write-host "$lookForCT not found in site collection."
    else
    if ($web.ContentTypes.Name -eq $lookForCT)
    Write-host $docLibrary.ContentTypes.Name
    if($docLibrary.ContentTypes.Name -eq $lookForCT)
    write-host "Content type $lookForCT is already added to list" $docLibrary.Title
    else
    write-host "No content type exists with the name" $lookForCT "on list" $docLibrary.Title
    write-host "Adding Content Type"
    $ctToAdd = $web.ContentTypes[$lookForCT]
    $ct = $docLibrary.ContentTypes.Add($ctToAdd)
    $docLibrary.Update()
    write-host "Content type" $ct.Name "added to list" $docLibrary.Title
    #get the content Type
    Write-host "Getting content type $lookForRemoveCT in site $web"
    #Confirm that the content type exists.
    $contentType = $web.ContentTypes | where {$web.ContentTypes.Name -eq $lookForRemoveCT}
    ##Abort if not found.
    if ($contentType -eq $null)
    Write-host "$lookForRemoveCT not found in site collection."
    else
    if ($web.ContentTypes.Name -eq $lookForRemoveCT)
    Write-host $docLibrary.ContentTypes.Name
    if($docLibrary.ContentTypes.Name -eq $lookForRemoveCT)
    write-host "Content type $lookForRemoveCT is added to list" $docLibrary.Title.
    write-host "Removing Content type $lookForRemoveCT"
    $ctToRemove = $web.ContentTypes[$lookForRemoveCT]
    $docLibrary.ContentTypes.Delete($ctToRemove.Id)
    $docLibrary.Update()
    else
    write-host "No content type exists with the name" $lookForRemoveCT "on list" $docLibrary.Title
    I am getting error in delete now. Error is "Exception calling "Delete" with "1" argument(s): "Specified argument was out of the range of valid values.
    Parameter name: id"
    Thanks

  • Invalid URL Link in Content Area

    Hi,
    When I create a URL item which display directly on the Content Area. If I
    enter a invalid URL addres, the system will show an error when I view the
    folder, which is fine. However, it will disable me to see other item on the
    same folder and there is also no way to delete that invalid URL item at all.
    The only way is to delete the folder which will in turn delete all the items
    under that folder, which, is not acceptable. Is there some form of solution ?

    Alvin,
    Please see thread http://technet.oracle.com:89/ubb/Forum82/HTML/000067.html .
    I encourage everyone to search the forum to see if your question has already been answered.
    Thanks,
    Jerry
    null

Maybe you are looking for

  • What is the best way to update a help file once it's already been compiled

    As programs get updated, many of the programmers I write for don't highlight their Microsoft Word help document changes.  This leaves me to re-compile their newest document - creating many headaches for me if the previous document needed hyperlinks a

  • Less than symbol,   shows as XML value &lt ; in translate table drop down

    We are upgrading from 8.19 to 8.49. We have set up a field that has translate values of <, <=, >, >=, <> and =. We use this field as a drop down on a page and they should display as shown. For some reason, when you click the drop down, any of the cho

  • Can I do plsql in SQL Developer?

    I am new to SQL Developer. Can I do plsql stuff in it just like in SQL Station?

  • Blank space in photoshop window

    Hello, this may be obvious, but how to I use the entire height of the window to view a document?  It happens using my external monitor only, not on the laptop.

  • Vista SP1 32bit and USB Headpho

    Prior to upgrading to SP, when I used my USB headset (Logitech), Windows would discover it and disable my speakers. Now after upgrading to SP, it no longer does that. I've checked the settings, headset discovery is on and automatically mute speakers