Limitation on the data stored in community preferences

Is there a limitation on the amount of data stored in community preferences?
Thanks
Sampath

no there is not in the portal...but remember: the community preferences (as well as the other type of preferences) are passed to your portlet code through HTTP header and that's where the limit is (it depends on the app server / web server you are using...i.e. i think tomcat limits by default http header size to 16k)...plus having a lot of data in your preference will be a performance hog for your portlet (much more data goes back and forth beteen portal and portlet)
Hope that helps.
Fabien

Similar Messages

  • How to get all the data stored on a table?

    Hi.
    I'm tryng to get all the data stored on a database table but I'm losing in trouble. I've looked for a soloution to my problem in the forums but each post I follow related to this issue gives me a different way to solve the problem and no one works :(
    I suppose I have to call the getAllRowsInRange() method from my ViewObject class. But how can I get an instance of my ApplicationModule in order to get the corresponding ViewObject?
    I think I messed my head a lot.
    Could someone help me please?
    Thanks in advance.

    Thanks for your answer.
    However, there are some things that I don't understand. I will look the book but why is necessary to create another ApplicationModule? The fact is that my application just have one ApplicationModule.
    Apart from that, I have tried your suggestion and I've obtained the quite little friendly response that follows:
    javax.faces.FacesException: #{backing_pruebaFilas.commandButton1_action}: javax.faces.el.EvaluationException: oracle.jbo.ConfigException: JBO-33001: No se ha encontrado el archivo de configuración /DatosViewObj/common/bc4j.xcfg en classpath
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:98)
         at javax.faces.component.UICommand.broadcast(UICommand.java:332)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:287)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:401)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:95)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.faces.el.EvaluationException: oracle.jbo.ConfigException: JBO-33001: No se ha encontrado el archivo de configuración /DatosViewObj/common/bc4j.xcfg en classpath
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:150)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:92)
         ... 24 more
    Caused by: oracle.jbo.ConfigException: JBO-33001: No se ha encontrado el archivo de configuración /DatosViewObj/common/bc4j.xcfg en classpath
         at oracle.jbo.client.Configuration.loadFromClassPath(Configuration.java:367)
         at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:284)
         at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:539)
         at oracle.jbo.common.ampool.ContextPoolManager.findPool(ContextPoolManager.java:165)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1498)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1476)
         at view.backing.PruebaFilas.commandButton1_action(PruebaFilas.java:100)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:146)
         ... 25 more
    At that point, I think a better explanation of my purpose could be helpful. What I'm trying to do is just create a simple page with a command button, and in its action method get all the data stored in the rows of the table. I've seen a possible solution that I understand:
    DCIteratorBinding iter = getIterator("DatosViewObj1Iterator");
    System.out.println("Iterator Binding: "+iter);
    int startRange = iter.getRangeSize();
    iter.setRangeSize(-1);
    Row[] rows = iter.getAllRowsInRange();
    iter.setRangeSize(startRange);
    but the problem is that I don't know what is the class the method getIterator belongs to.
    Could you help me with this last piece of code? If not, I accept, of course, any suggestion. I am absolutely stuck.
    Thanks and regards.

  • How to see the datas stored in DBMS_SQL.Varchar2S variable?

    how to see the datas stored in DBMS_SQL.Varchar2S variable?
    it says error if i use dbms_out.put_line.

    in PLSQL :
    procedure p_try (p_test IN OUT DBMS_SQL.VARCHAR2S) is
    begin
        p_test.delete ;
        p_test(    -3000) := '===============' ;
        p_test(       22) := 'Hello'  ;
        p_test(    55555) := 'World' ;
        p_test(987654321) := '===============' ;
    end p_try;
    set serveroutput on
    declare
         l_test dbms_sql.varchar2s ;
         i number ;
    begin
         p_try (l_test) ;
         i :=  l_test.first ;
         while i >= l_test.first and i <= l_test.last loop
                 dbms_output.put_line (l_test(i)) ;
                 i := l_test.next(i) ;
         end loop ;
    end ;
    ===============
    Hello
    World
    ===============when using Forms, you would use TEXT_IO instead of DBMS_OUTPUT

  • Where is the data stored for the Contacts application in OS X 10.10?

    My client uses Backblaze online backup, and recently needed to retrieve his contacts. Is the data stored in the app itself, or somewhere else? Backblaze doesn't back up applications by default. Is there a way to instruct Backblaze to back up the Contacts application?

    Thanks, lllaass.

  • I use LabVIEW 7.1 but I have some problem when, I use LabVEW to read the data from serial communication

    I use LabVIEW 7.1 but I have some problem when, I use LabVEW to read the data from serial communication.
    I use LabVIEW to read the data from serial communication then, i open the example (.vi) from Serial Communication - Advanced Serial Write and Read  from LabVIEW Example. BUT it have some error message that : Error - 1073807202 occured  at property node in visa configure serial port (instr).vi -> advance serial write and read .vi
    this error code is undefined. no one has provide a description for this code, or you might have wired a number that is not an error code to the error code input.
    I don't know why? please help me. thank you.

    When I copy that code into "Explain Error" I get: "VISA:  (Hex 0xBFFF009E) A code library required by VISA could not be located or loaded."
    You may have a bad install of VISA or the wrong version of VISA loaded. Try re-installing VISA. You can get the latest version from the NI support site: http://digital.ni.com/softlib.nsf/webcategories/85256410006C055586256BBB002C0E91?opendocument&node=1....
    Also ensure that you are not pointing the example towards a serial port that does not exist.
    Please let us know what you find and what gets this working for you.
         Rob

  • Where is the "data" stored???

    Which table or where is the "data" stored when new users are created inside of Portal? I've been to the Portal Navigator page and can view the many, many classes, triggers, tables, etc.. but find it a bit overwhelming to try and look for stuff. How can one maneuver around the different schemas easily? Is there a way to tie in a visual tool that can show the objects and schemas of the db?

    hi,
    the users are stored in the table called WWSEC_PERSONS$ and the groups are stored in WWSEC_GROUP$.
    i'm using the SQL Navigator to go thru all the components of the product.

  • Hi, can I transfer my apps from my old iphone to a new iphone? And If I can, can I still keep the data stored inside those apps transferred in the new iphone?

    Hi, can I transfer my apps from my old iphone to a new iphone? And If I can, can I still keep the data stored inside those apps transferred in the new iphone?

    Old Phone to New Phone
    http://support.apple.com/kb/HT2109

  • How can I import my IE8 bookmarks/favorites into Safari if I only have access to the data stored on my old hard drive? I can't run Windows to export them to an html file.

    My old PC died and I replaced it with a MacBook Pro.  Although I was able to copy the data from the PC's hard drive, I am unable to export my previous bookmarks/favorites to an html file because that PC won't boot.  Is there any other way to import them into Safari using the raw data stored on that drive or convert them somehow to a format I can import?

    You can only use a JSON backup to restore all bookmarks in Firefox.<br />
    If you need to import Firefox bookmarks in Safari then you need to (re)install Firefox and export the bookmarks to an HTML file.
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • How to access the data stored in Java tables in E-Commerce 7.0

    For the CRM E-Commerce 7.0 Web shop all the data related order templates, Shop Id and catalog variants are not getting stored in CRM tables. Can anyone please let us know where all the details are getting stored.
    By searching here, in SDN Forum we found that these details are getting stored in some java tables. If this is true  kindly let us know the following points.
    1). How can we access these tables.
    2).Where these java tables are stored .
    3).Do we have authorizations to check and modify these tables.
    4).If we donu2019t have authorizations to check and modify these tables, how can we get the access to them.
    4).How can we write Database Queries to retrieve the data from these tables.

    I am afraid, all these three entities are in CRM tables.
    Web Shops - Function module CRM_ISA_SHOP_GETLIST, Table crmm_isa_shop_h
    Catalog Variants - Function module - COM_PRDCAT_GET_VARIANTS (they are also stored in CRM tables) for a given catalog.
    Now for the Order Templates - They are technically order objects with system status set to "Order Template" I1034. You should be able to see them in CRM tables alongwith other orders... crmd_orderadm_h and etc...

  • How to retrieve the data stored in BLOB field in MySql using java?

    Hi all!
    i stored a file content into the MySql database in BLOB field.
    and i now want retrieve the data......
    Please help me out in doing the task...........
    Thanx...........

    Thrisha..
    When u get a result set u can have rs.getBlob() function that will give u a BLOB object that can be captured using Blob interface of javax.sql package...
    Blob interface has getBinaryStream, getBytes etc as functions...
    i think i cleared u
    regards
    Shanu

  • Talent Assessment form - what table is the data stored in?

    Hi All,
    I am just wondering what SAP data table is used to store the data from the Talent Assessment form?
    Kind regards,
    Luke

    Hey Luke:
    So for Potential - HRP7408-POTENTIAL.  SAP came up with a very nice and easy way to find the performance and potential values, which is great.
    For Risk of Loss, that's not really stored in the same way.  I wish I could tell you this would be easy, but it's not.  For the output on the Talent Profile screens, SAP simplifies it for configurators and lets them choose a value called SAP_RISK.  If you want to go get a person's risk assessment (or impact of loss... or whatever Assessment attribute other than potential you want) other than this, you'd do it the same way as SAP does it for SAP_RISK
    They start by looking at the table t77tmcaesfield.  This is the set of fields you maintain in the IMG step - "Adjust Data Retrieval for Appraisals, Evaluations, and Surveys".  This is where you say template (VA) and criteria group (VB) is where the risk value is stored in.
    You can find the source code for this in BAdI BADI_HRTMC_DR_FIELDS -> Enhancement Implementation HRTMC_IM_DR_FIELDS_AES -> Method IF_HRTMC_DR_FIELDS~GET_FIELD_INFOS
    Then in the same path, Method IF_HRTMC_DR_FIELDS~GET_FIELD_VALUES details how they get the values.  Basically they call Class cl_hrtmc_cp_basic_utilities and Method get_aes_field_value_fapp.
    If you look at that Method, it has all of the ugly details about getting the appraisal document ID for a person, then using what you already have to grab the value of the correct data element.
    Hopefully that helps you, sorry it's not more straightforward.  Holler if you have any questions.
    Thanks,
    Chris

  • How to see the data stored in the t.code: cat2.

    Hi All
    I am doing Userexits
    here using CATS0006 exit.and T.code CAT2 i am entering values and i saved, it's showing data is saved.
    but i am not able to see that values, where it will store the data.
    Regards....

    Hi Chinna,
    The entries are stored in the CATSDB table.. you can do a look up by PERNR, DATE & Attendance/Absence type on this table to see what you have saved voa CAT2 transaction.
    Regards,
    Suresh Datti

  • Where is the data stored for Formscentral subscribers based within the European Economic Area?

    We are already experimenting with Formscentral for some basic survey collection tasks, but I am interested in the potential to collect larger and more complex data sets.  However, being based within the European Economic Area it would be easier if the data collected from any of our online published forms remained within the EEA rather than being stored in the US.
    Does Adobe store EEA customers' data within the EEA or is it all stored within the US?

    Everything is stored within the US.
    Randy

  • What happen to the data stored in OVI suite if i f...

    If and only i had to reformat my computer,how do i backup all data like messages,contacts and others that stored in nokia OVI suite??

    Make a backup and place it on a different partition.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • ChaRM Tables Structure where is the data stored

    Hello All.
    - I need to know the tables where actual data is stored about the:
      Change Requests
      Normal and Urgnt Corrections
      Maintenance Cycles
      Transport Request
    And how are they related to each other.
    Does anyone know where can I find this information.
    Thanks and regards,
    Alberto

    I found the table.
    go to se16 and type the table name /TMWFLOW/TRORDHC
    It contains the transports and parent Corrections. that is what we needed.

Maybe you are looking for

  • HP Officejet 6500 E709n reports

    How do i manually make the printer do a Wireless Network Test Report again? This question was solved. View Solution.

  • How do I uninstall an "AMD VISION engine control center" "program"? DV7 1264nr

    How do I remove AMD VISION Engine Control Center that appears in my programs section? It does not appear in control center programs for uninstalling. It has never worked--when I try to open it, it is stopped.  I installed it thinking it was an update

  • Acknowledgement from a BPE fails inside an IDoc to BPE-scenario

    Hi, we have PI/7.0 SPS 10. My scenario is quite simple: IDOC --> BPE (in XI) --> IDOC back to R3 Everything works good ... besides the acknowledgements. I'm getting the error message <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="

  • IWeb folder to FTP uploader results in page not found!

    I had he original site on created on iWeb and uploaded to yahoo through filezilla. I re-made the site and then proceeded to delete the other site publish folder from filezilla and then replace it with the new published folder. this did not work and s

  • Oracle, Excel, and Windows XP 64

    Greeting Oracle Community, I am experiencing an issue with a new machine having migrated from Windows XP 32 bit to 64 bit. Using the most up to date version on Oracle 10g for 32 bit installed on the machine, with a TNS names file. I am able to create