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.

Similar Messages

  • Content area views

    How is possible to see which items need approval.
    this link for Content area views doesn't work any other link for Content area views? http://technet.oracle.com/products/iportal/files/pdk/plsql/doc/sdk23vws.htm

    This will do it in Portal 3.0.6:
    SELECT DISTINCT c.title folder_title
    , a.title
    , a.author
    , a.createdate
    , a.cornerid
    , c.name
    , c.parentid
    FROM wwv_things a
    , wwsbr_sites$ b
    , wwv_corners c
    WHERE a.siteid = b.id
    AND b.id = g_site_id
    AND a.iscurrentversion = 1
    AND a.active = 0
    AND a.cornerid = c.id
    AND a.siteid = c.siteid
    AND a.language IN ('us', 's');
    /Malin
    null

  • Accessing secured content area view from JPDK

    Is it possible to access the secured content are views from JPDK?
    For example if I am logged on as user USER1 in Portal, is it then possible to access WWSBR_ALL_ITEMS as USER1?

    hi,
    You can access Content Area APIs from any user using JDBC calls. But, you may have to grant 'EXECUTE' privileges on those procedures (& SELECT privilege if its a DB object like Table, VIEW).
    If you are using PL/SQL procedures in your application, you can directly access them through PL/SQL calls, otherwise you have to use JDBC.
    --Sriram                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Placing Images on Content Areas in Text

    Hello;
    I'd like to customize the position of an image on my content area.
    Adding text- and image-items is no problem, but I can't customize the position of the image so that it is diplayed e.g. on the right-hand side of the text.
    Adding a text-item and specifying an image at secondary item attributes is also no problem, but when choosing the display option "Item Displayed Directly In Folder Area", the text is displayed but NOT the image...
    Any suggestions?
    Thank you for reply (please also to my email: [email protected]),
    Bernhard
    null

    What kind of item are you adding? Is it a text item or an image item?

  • All pages contents are diagonal (text, pictures, buttons...)

    when i open firefox, the home page loads, but everything is diagonal, and it's the same for every page, they load but all the contents are diagonal. an example: i see a button that should be in a corner standing in the middle of the page and when i want to click on it, the text from the button appears near it so i have to click there to load this content. it's like the button and it's picture are separated and everything it's diagonal, even the text is italic.

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

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

  • Updating the contents of a text item only if ......

    Hi ,
    Suppose that we have a text item which can host up to 500 characters. On double-clicking on this item an lov is activated and a description of a parameter table appears in it....
    I want this item's content not to be updated .... but simultaneously the end-user can add (only add) more characters on it......
    To be more specific.... assume that:
    the words "sample data" appear in this item -as its contents , when the user select a record in an activated lov- but the user cannot alter these words....-sample_data- or deleted them...
    He can only put a period ('.') and add more info/notes e.t.c......
    Is it achievable somehow...???
    Note: I use Dev10g....
    Many thanks,
    Sim

    Yes... i was aware of 'indirect' solutions...-i mean solutions which use of additional variables or non-db based item.....
    Is it possible , anyway, to achieve my requirement without using an 'indirect' solution.... I mean that the user cannot update the value returned by an lov , but he can add - only add some characters , as notes to this particular text item.....
    Thanks.....anyway,
    Sim

  • Export of items in a content area

    We have items of type image in a content area. In the
    browser the image url appears as follows:
    /pls/portal30/docs/1234.gif
    When migrating content areas does the item content
    also get migrated (eg: the image file) and also
    are the appended numbers eg: 1234.gif and itemids
    kept the same in the new instance or are they changed.
    Also is the correlation between the image and the number
    maintained in the new instance.
    Thanks,
    Suzanne

    Yes. All these correlations are automatically taken care.

  • Content area items not visible

    I had a content area that had items. Somehow, the items are now invisible. If I add new items to the content area, they are invisible too!!
    What could be the problem?

    Eva,
    Have you recently upgraded to Portal 3.0.9? Check the content area properties to see if your categories are hidden. The 3.0.9 upgrade script has a bug that hides existing categories.
    Regards,
    Jerry

  • Setting the text of a text item

    Hi.
    I am new to forms. This must be simple! How do you set the contents of a text item programmatically at run time? I want to put the value of a parameter into a text item that appears on my form.
    Thanks.

    In an appropriate trigger (WHEN-NEW-FORM-INSTANCE, perhaps), you can set the value of a field on a block by simply assigning a value to it, thus:
    :BLOCK.FIELD := value ;
    Remember to make sure the datatypes are compatible by casting if necessary.

  • Portal Content area not displaying in Portal

    I tried to disable Portal favorites option from Content admin -> Default Frame work Page -> Detailed navigation. Instead of only disabling the default navigation I have disabled the entire Portal content area and I am now not able to see any content  in the Portal except the masthead area and the Top level navigation.
    Can any one please help me on this.
    Thanks.

    Hi,
    Check the content area iview in the Desktop inner page in framework page.If this iview is not there then it will not show the content area.
    If desktop inner page is deeted then also you will not see the content area.
    If so please add the content area iview indside the Desktop inner page then you can see the content area for the users.
    Content area iview will be available under the following path of the portal
    Content Administration > Portal Content > Content provided by sap > Admin Interfaces > Admin Iview Templates > Content Area (view).
    Thanks,
    Regards,
    Rudradev Devulaplli

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

  • Searching a content area with a (java) function

    I have to write a function (possibly java) for running an
    Intermedia search on a portal content area. The function should
    be called with search parameters, returning a list/array with
    search results.
    I saw the submit_search PL/SQL function (I could even call
    directly the search URL with all the parameters), but both the
    solutions returns a quite complex html page, difficult to parse
    for getting results in a table/array.
    Any suggestion?

    The actual query that we use for advanced search is quite
    complex and subject to change from release to release.
    Depending on what you want to search on, you could try using the
    content area views that are documented in the PDK instead of an
    interMedia search.
    Regards,
    Jerry

  • XMII content area not opening after Netweaver patch update.

    Hi all,
    Recently we upgrade Netweaver patches [few] from 7.3 SP7 to 7.3 SP9, after the patch update XMII is not show main content area, Header and links in the left panel are displayed but the main content area is blank.
    Error Trace:
    #2.0 #2014 07 14 13:32:16:540#+0300#Error#com.sap.xmii.Illuminator.gui.homepage.HomePageBuilder#
    ##sap.com/xapps~xmii~ear#C0000A365209024C00000001000031D8#111421450000000004#sap.com/xapps~xmii~ear#com.sap.xmii.Illuminator.gui.homepage.HomePageBuilder#96221#353##1FCB79F10B4211E4BC70000006A4280A#f37849690b4111e4afb7000006a4280a#f37849690b4111e4afb7000006a4280a#0#Thread[HTTP Worker [@2100786422],5,Dedicated_Application_Thread]#Plain##
    Error transfering attributes org.w3c.dom.DOMException: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified. #
    #2.0 #2014 07 14 13:32:31:063#+0300#Error#com.sap.xapps.mpm.interceptors.AuthorizationChecker#
    #NONE#sap.com/xapps~mpm~ear#C0000A365209024D00000017000031D8#111421450000000004#sap.com/xapps~mpm~ear#com.sap.xapps.mpm.interceptors.AuthorizationChecker#96221#353#JTA Transaction : 57060#1FCB79F10B4211E4BC70000006A4280A#204e5c880b4211e4b3cb000006a4280a#204e5c880b4211e4b3cb000006a4280a#0#Thread[HTTP Worker [@15878578],5,Dedicated_Application_Thread]#Plain##
    com.sap.xapps.oee.ejb.exception.OEELocalizedException: User 96221 does not have authorization to execute this service; user is trying to perform action read#
    #2.0 #2014 07 14 13:32:31:063#+0300#Error#com.sap.xapps.mpm.interceptors.ExceptionHandlerInterceptor#
    #NONE#sap.com/xapps~mpm~ear#C0000A365209024D00000019000031D8#111421450000000004#sap.com/xapps~mpm~ear#com.sap.xapps.mpm.interceptors.ExceptionHandlerInterceptor#96221#353#JTA Transaction : 57060#1FCB79F10B4211E4BC70000006A4280A#204e5c880b4211e4b3cb000006a4280a#204e5c880b4211e4b3cb000006a4280a#0#Thread[HTTP Worker [@15878578],5,Dedicated_Application_Thread]#Plain##
    com.sap.xapps.oee.ejb.exception.OEELocalizedException: User <USER_ID>does not have authorization to execute this service; user is trying to perform action read#
    #2.0 #2014 07 14 13:32:31:079#+0300#Error#com.sap.tc.webdynpro.model.ejb.model#
    #BC-JAS-EJB#tc~cm~ejb~api#C0000A365209024D0000001B000031D8#111421450000000004#sap.com/xapps~mpm~ui#com.sap.tc.webdynpro.model.ejb.model#96221#353##1FCB79F10B4211E4BC70000006A4280A#204e5c880b4211e4b3cb000006a4280a#204e5c880b4211e4b3cb000006a4280a#0#Thread[HTTP Worker [@15878578],5,Dedicated_Application_Thread]#Plain##
    execute
    Component and version:
    Component
    Version
    ADSSAP
    1000.7.30.0.0.20101020230400
    AJAX-RUNTIME
    1000.7.30.9.19.20140618151600
    BASETABLES
    1000.7.30.9.1.20140217143400
    BI-WDALV
    1000.7.30.7.2.20120925175200
    CFG_ZA
    1000.7.30.7.1.20120710234700
    CFG_ZA_CE
    1000.7.30.7.0.20120312160300
    CORE-TOOLS
    1000.7.30.9.15.20140609162300
    DI_CBS
    1000.7.30.9.0.20130217111100
    DI_CLIENTS
    1000.7.30.7.2.20120808174400
    DI_CMS
    1000.7.30.9.0.20130217111100
    DI_DTR
    1000.7.30.9.1.20130429184500
    ENGFACADE
    1000.7.30.9.3.20130731225200
    ENGINEAPI
    1000.7.30.9.13.20140514195200
    EP-BASIS-API
    1000.7.30.9.3.20131203022700
    ESI-UI
    1000.7.30.7.1.20120419061400
    ESP_FRAMEWORK
    1000.7.30.7.3.20121022202400
    ESREG-BASIC
    1000.7.30.7.2.20130915212500
    ESREG-SERVICES
    1000.7.30.7.0.20120312224700
    FRAMEWORK
    1000.7.30.9.6.20140312211900
    FRAMEWORK-EXT
    1000.7.30.9.11.20140510042200
    J2EE-APPS
    1000.7.30.9.8.20140513152200
    J2EE-FRMW
    1000.7.30.9.20.20140702194800
    JSPM
    1000.7.30.7.1.20131029203300
    LM-CORE
    1000.7.30.9.10.20140702194800
    LM-CTS
    1000.7.30.7.5.20121018185000
    LM-CTS-UI
    1000.7.30.7.0.20120312160500
    LM-MODEL-BASE
    1000.7.30.7.0.20120312170300
    LM-MODEL-NW
    1000.7.30.7.0.20120312170300
    LM-SLD
    1000.7.30.7.3.20130822180000
    LMCFG
    1000.7.30.7.7.20130211235800
    LMCTC
    1000.7.30.7.5.20120823193700
    LMNWABASICAPPS
    1000.7.30.9.7.20140528172400
    LMNWABASICCOMP
    1000.7.30.7.1.20120501171100
    LMNWABASICMBEAN
    1000.7.30.7.2.20130509173200
    LMNWACDP
    1000.7.30.7.0.20120312170300
    LMNWATOOLS
    1000.7.30.7.0.20120313005500
    LMNWAUIFRMRK
    1000.7.30.7.3.20131028182100
    MESSAGING
    1000.7.30.9.31.20140616191000
    MII_ADMIN
    1000.14.0.4.2.20140310045511
    ODATA-CXF-EXT
    1000.7.30.8.3.20130619172700
    OEE_MII
    1000.1.0.2.0.20140110094411
    SAP-XI3RDPARTY
    1000.7.30.0.0.20101021060500
    SAPMECORE
    1000.6.1.4.14.201405091456
    SAPMECTC
    1000.6.1.4.2.20140513105149
    SAPMEINT
    1000.6.1.4.9.20140513105113
    SAPMEINTCTC
    1000.6.1.4.2.20140411083601
    SAPMELEGACY
    1000.6.1.4.14.201405091456
    SAP_BUILDT
    1000.7.30.9.0.20130217101400
    SECURITY-EXT
    1000.7.30.7.5.20121008182800
    SERVERCORE
    1000.7.30.9.31.20140702194800
    SOAMONBASIC
    1000.7.30.9.1.20130626201800
    SR-UI
    1000.7.30.7.0.20120313005400
    UDDI
    1000.7.30.7.0.20120312224700
    UISAPUI5_JAVA
    1000.7.30.9.19.20140130141100
    UMEADMIN
    1000.7.30.7.7.20130515172000
    WD-ADOBE
    1000.7.30.7.0.20120312164400
    WD-APPS
    1000.7.30.9.0.20130217123000
    WD-RUNTIME
    1000.7.30.9.22.20140609172000
    WD-RUNTIME-EXT
    1000.7.30.9.0.20130217123000
    WSRM
    1000.7.30.9.0.20130217140200
    XMII
    1000.14.0.4.3.20140314030733
    Are we missing patch updates?
    Has anyone faced this issue, any help would be highly appreciated.
    Thanks,

    Please see SAP Note 2040655 for this fix.
    Regards, Steve

  • 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

Maybe you are looking for

  • How to create Vendor list in SRM

    Hi GURU's, I am new to SRM. I have worked on other modules but no idea qbout SRM. I have been a requirement to create vendor list in SRM - need to find BAPI for it. Can any one please help me.

  • Adobe Content Bundler for Mac

    Hi everyone... At work I have PC and Mac... I have started downloading all adobe publishing suite for PC and once I wanted to download the Mac version, there was nothing available... Could you please help me to find mac software for Adobe publishing

  • PowerPC Applications are no longer supported since Lion was installed

    Would someone please tell me what this is all about? My applications are not runnning since I downloaded Lion. Why would Apple do this? Why are they forcing me to purchase new software? Isn't a Mac Pro supposed to handle these applications? Why would

  • Teaming Cluster ehcache error

    Hi there, I have a problem with the ehcache I guess. As soon as I activate Clustered Configuration the main context is no more initializing. I dont know whats wrong ? My configuration for the cluster is listed at the bottom of this entry. Hopefully s

  • After motherboard swap, Time Machine doesn't recognise older backups

    Hello, After I had my motherboard replaced on my MacBook Pro, my older backups are not recognised. Is there any way to access this data? Many thanks in advance.