No roll storage space of length 9728 available for occurs area.area

I am getting a dump 'No roll storage space of length 9728 available for occurs area.area' when I try to execute the web dynpro application from SE80. But when I execute the same application from the portal I do not get any dump.
Can someone give me some pointers on this?
Thanks and Best Regards,
Pooja

Hi Pooja,
You can deactivate and activate ther service from the SICF transaction, and try. If not works.
You ahve to increase Shared memory... follow this..
1) use t code: SHMM
2) click on the "Shared Objects Memory"
3) check the availiable space there.
4) if the space availiable is less you will have to increase it. and try.
Cheers,
Kris.

Similar Messages

  • No roll storage space of length 2352 available for OCCURS area : Error in SAP Service Manager 4.0

    Hi All,
    I am facing one issue while downloading Service Orders in SAP Service Manager 4.0 with SMP 2.3 SP03
    I am working in the development environment where I have 15 - 20 Service Orders. When I am transmitting the client it downloads the rest of the configurations properly like complex tables, data tables, rules, screens etc but as soon as it hits /SMCRM/BTX_DOSERVICEORD_GET it does not downloads anything. I get a session time out error and then the ATE gets crashed.
    I checked in the logs where I found -
    throwExceptionToClient::com.syclo.sap.component.serviceorder.steplet.ServiceOrderFetchSteplet::throwExceptionToClient::285::ServiceOrderFetchSteplet - No roll storage space of length 2352 available for OCCURS area.
    2014/05/13 14:04:12.082:  ServiceOrderFetchSteplet: doSteplet returned false; no data to process
    As I said its in the development environment it has hardly 15 - 20 Service Orders but when checked with the basis team it is consuming all the 65GB RAM and hence could not proceed further.
    Please let me know what could be the possible error and how can I fix this.
    Please advise.
    Thanks and Regards
    Neha Mahanty
    Tags edited by: Michael Appleby

    Neha,
    Only 15-20 service orders, but how much data on those orders?  SM 4.0 brings down potentially a lot of data per service order, including:
    Addresses,
    Business Partners,
    Categorizations,
    Confirmations (and all the data under those),
    History Records (There can be a lot of those),
    Items,
    Reference Objects (This could be a huge installed base).
    You may need to debug the java and adjust what data is pulled down and/or examine the Service Orders to see where the bottle-neck is.  You should also increase the timeouts in your Agentry.ini file.  Those settings are in seconds.
    Jason Latko - Senior Product Developer at SAP

  • No roll storage space of length 256 available for OCCURS area.

    i am getting the following error
    <b>No roll storage space of length 256 available for OCCURS area.</b>
    so i refered the note <b>Note 17965 - No storage space available</b> and the note told me to increase the roll storage.
    Please let me know of how to increase the roll Storage

    Hi
    Memory Issue-- There is no enough space to run the Process-- BASIS Team can help you.

  • Bex error:No roll storage space of length 5670 available for OCCURS area.

    Hi,
    When i run a report and try to drill down on one of the free characteristics, the query gets aborted with error detail as "No roll storage space of length 5670 available for OCCURS area.Area"
    I tried searching in SAP Notes, but was not able to find much there.
    Similarly, a few such threads also are there in SDN, that are not answered.
    Can you please help me solve this problem?
    Naveen.A

    Hi Naveen,
    This error may be due to support pack of your BEx frontend. Try to run it in RSRT. If it is working there and upgrade frontend to support pack 14. In my it worked.
    Let me know, if further information is needed.
    Thanks nad regards,
    Balaraj

  • Memory Dump :FBL5N No roll storage space of length 1753104 available for internal storage.

    Dear Friends,
               I am getting below error during T-Code FBL3N Report. No roll storage space of length 1753104 available for internal storage.
    Our Server' RAM size is 24 GB,and existing parameters are as below
    ztta/roll_area: 6500000
    ztta/roll_extension:2000683008
    abap/heap_area_total:2000683008
    abap/heap_area_dia: 5000000000
    abap/heap_area_nondia: 2000683008
    em/initial_size_MB: 4092
    Please suggest Parameter to be change.
    Details Dump log ST22
    Runtime Errors         TSV_TNEW_BLOCKS_NO_ROLL_MEMORY
    Date and Time          04.03.2014 10:18:48
    |Short Text                                                                                        |
    |    No roll storage space of length 1753104 available for internal storage.                       |
    |What happened?                                                                                    |
    |    Each transaction requires some main memory space to process                                   |
    |    application data. If the operating system cannot provide any more                             |
    |    space, the transaction is terminated.                                                         |
    |What can you do?                                                                                  |
    |                                                                                                  |
    |    Try to find out (e.g. by targetted data selection) whether the                                |
    |    transaction will run with less main memory.                                                   |
    |                                                                                                  |
    |    If there is a temporary bottleneck, execute the transaction again.                            |
    |    -                                                                                             |
    |                                                                                                  |
    |    If the error persists, ask your system administrator to check the                             |
    |    following profile parameters:                                                                 |
    |                                                                                                  |
    |    o  ztta/roll_area            (1.000.000 - 15.000.000)                                         |
    |           Classic roll area per user and internal mode                                           |
    |           usual amount of roll area per user and internal mode                                   |
    |    o  ztta/roll_extension       (10.000.000 - 500.000.000)                                       |
    |           Amount of memory per user in extended memory (EM)                                      |
    |    o  abap/heap_area_total      (100.000.000 - 1.500.000.000)                                    |
    |           Amount of memory (malloc) for all users of an application                              |
    |           server. If several background processes are running on                                 |
    |           one server, temporary bottlenecks may occur.                                           |
    |           Of course, the amount of memory (in bytes) must also be                                |
    |           available on the machine (main memory or file system swap).                            |
    |           Caution:                                                                               |
    |           The operating system must be set up so that there is also                              |
    |           enough memory for each process. Usually, the maximum address                           |
    |           space is too small.                                                                    |
    |           Ask your hardware manufacturer or your competence center                               |
    |           about this.                                                                            |
    |           In this case, consult your hardware vendor                                             |
    |    abap/heap_area_dia:        (10.000.000 - 1.000.000.000)                                       |
    |           Restriction of memory allocated to the heap with malloc                                |
    |           for each dialog process.                                                               |
    |    Parameters for background processes:                                                          |
    |    abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)                                    |
    |           Restriction of memory allocated to the heap with malloc                                |
    |           for each background process.                                                           |
    |    Other memory-relevant parameters are:                                                         |
    |    em/initial_size_MB:         (35-1200)                                                         |
    |           Extended memory area from which all users of an                                        |
    |           application server can satisfy their memory requirement.                               |
    |    Note which actions and input led to the error.                                                |
    |                                                                                                  |
    |    For further help in handling the problem, contact your SAP administrator                      |
    |    .                                                                                             |
    |                                                                                                  |
    |    You can use the ABAP dump analysis transaction ST22 to view and manage                        |
    |    termination messages, in particular for long term reference.                                  |
    |                                                                                                  |
    |Error analysis                                                                                    |
    |    The internal table "\CLASS=ZCL_IM__GTA_TAX_CODE\METHOD=IF_EX_FI_ITEMS_CH_DATA~C               |
    |    HANGE_ITEMS\DATA=GT_BSIK" could not be enlarged further.                                      |
    |                                                                                                  |
    |    Memory location: "Session memory"                                                             |
    |                                                                                                  |
    |    You attempted to extend the data structure for the management of the                          |
    |    memory blocks for table "\CLASS=ZCL_IM__GTA_TAX_CODE\METHOD=IF_EX_FI_ITEMS_CH_D               |
    |    ATA~CHANGE_ITEMS\DATA=GT_BSIK". However, the 1753104 bytes required for                       |
    |    this were no longer available in the specified memory area.                                   |
    |                                                                                                  |
    |    The amount of memory requested is no longer available.                                        |
    |How to correct the error                                                                          |
    |                                                                                                  |
    |    Try to decide by analysis whether this request is                                             |
    |    reasonable or whether there is a program error. You should pay                                |
    |    particular attention to the internal table entries listed below.                              |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |    If the error occures in a non-modified SAP program, you may be able to                        |
    |    find an interim solution in an SAP Note.                                                      |
    |    If you have access to SAP Notes, carry out a search with the following                        |
    |    keywords:                                                                                     |
    |                                                                                                  |
    |    "TSV_TNEW_BLOCKS_NO_ROLL_MEMORY" " "                                                          |
    |    "ZCL_IM__GTA_TAX_CODE==========CP" or "ZCL_IM__GTA_TAX_CODE==========CM001"                   |
    |    "IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS"                                                         |
    |                                                                                                  |
    |    If you cannot solve the problem yourself and want to send an error                            |
    |    notification to SAP, include the following information:                                       |
    |                                                                                                  |
    |    1. The description of the current problem (short dump)                                        |
    |                                                                                                  |
    |       To save the description, choose "System->List->Save->Local File                            |
    |    (Unconverted)".                                                                               |
    |                                                                                                  |
    |    2. Corresponding system log                                                                   |
    |                                                                                                  |
    |       Display the system log by calling transaction SM21.                                        |
    |       Restrict the time interval to 10 minutes before and five minutes                           |
    |    after the short dump. Then choose "System->List->Save->Local File                             |
    |    (Unconverted)".                                                                               |
    |                                                                                                  |
    |    3. If the problem occurs in a problem of your own or a modified SAP                           |
    |    program: The source code of the program                                                       |
    |       In the editor, choose "Utilities->More                                                     |
    |    Utilities->Upload/Download->Download".                                                        |
    |                                                                                                  |
    |    4. Details about the conditions under which the error occurred or which                       |
    |    actions and input led to the error.                                                           |
    |                                                                                                  |
    |System environment                                                                                |
    |    SAP-Release 700                                                                               |
    |                                                                                                  |
    |    Application server... "NEWPRD1"                                                              |
    |    Network address...... "10.0.0.1"                                                              |
    |    Operating system..... "Windows NT"                                                            |
    |    Release.............. "6.0"                                                                   |
    |    Hardware type........ "16x AMD64 Level"                                                       |
    |    Character length.... 16 Bits                                                                  |
    |    Pointer length....... 64 Bits                                                                 |
    |    Work process number.. 19                                                                      |
    |    Shortdump setting.... "full"                                                                  |
    |                                                                                                  |
    |    Database server... "NEWPRD1"                                                                 |
    |    Database type..... "ORACLE"                                                                   |
    |    Database name..... "PRD"                                                                      |
    |    Database user ID.. "SAPSR3"                                                                   |
    |                                                                                                  |
    |    Terminal................. " "                                                                 |
    |                                                                                                  |
    |    Char.set.... "C"                                                                              |
    |                                                                                                  |
    |    SAP kernel....... 700                                                                         |
    |    created (date)... "Sep 17 2012 22:56:00"                                                      |
    |    create on........ "NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00"                              |
    |    Database version. "OCI_10201_SHARE (10.2.0.4.0) "                                             |
    |                                                                                                  |
    |    Patch level. 353                                                                              |
    |    Patch text.. " "                                                                              |
    |                                                                                                  |
    |    Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*"               |
    |    SAP database version. 700                                                                     |
    |    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows                |
    |     NT 6.0, Windows NT 6.1, Windows NT 6.2"                                                      |
    |                                                                                                  |
    |    Memory consumption                                                                            |
    |    Roll.... 16192                                                                                |
    |    EM...... 1826770240                                                                           |
    |    Heap.... 0                                                                                    |
    |    Page.... 40960                                                                                |
    |    MM Used. 1815573536                                                                           |
    |    MM Free. 2717408                                                                              |
    |User and Transaction                                                                              |
    |                                                                                                  |
    |    Client.............. 500                                                                      |
    |    User................ 1651                                                                     |
    |    Language key........ "E"                                                                      |
    |    Transaction......... " "                                                                      |
    |    Transactions ID..... "ED4EA3E3AB0AF11DA318E61F131BC713"                                       |
    |                                                                                                  |
    |    Program............. "ZCL_IM__GTA_TAX_CODE==========CP"                                       |
    |    Screen.............. "SAPMSSY0 1000"                                                          |
    |    Screen line......... 6                                                                        |
    |Information on where terminated                                                                   |
    |    Termination occurred in the ABAP program "ZCL_IM__GTA_TAX_CODE==========CP" -                 |
    |     in "IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS".                                                    |
    |    The main program was "RFITEMGL ".                                                             |
    |                                                                                                  |
    |    In the source code you have the termination point in line 64                                  |
    |    of the (Include) program "ZCL_IM__GTA_TAX_CODE==========CM001".                               |
    |    The program "ZCL_IM__GTA_TAX_CODE==========CP" was started as a background job.               |
    |    Job Name....... "RFITEMGL"                                                                    |
    |    Job Initiator.. "BASIS"                                                                       |
    |    Job Number..... 09115400                                                                      |
    |Source Code Extract                                                                               |
    |Line |SourceCde                                                                                   |
    |   34|          MANDT TYPE BSEG-MANDT,                                                            |
    |   35|          BUKRS TYPE BSEG-BUKRS,                                                            |
    |   36|          BELNR TYPE BSEG-BELNR,                                                            |
    |   37|          GJAHR TYPE BSEG-GJAHR,                                                            |
    |   38|          BUZEI TYPE BSEG-BUZEI,                                                            |
    |   39|          QSSKZ TYPE BSEG-QSSKZ,                                                            |
    |   40|          KTOSL TYPE BSEG-KTOSL,                                                            |
    |   41|          HKONT TYPE BSEG-HKONT,                                                            |
    |   42|         END OF TY_BSEG,                                                                    |
    |   43|                                                                                            |
    |   44|         BEGIN OF TY_FINAL,                                                                 |
    |   45|           BUKRS TYPE BSEG-BUKRS,                                                           |
    |   46|           BELNR TYPE BSEG-BELNR,                                                           |
    |   47|           GJAHR TYPE BSEG-GJAHR,                                                           |
    |   48|         END OF TY_FINAL.                                                                   |
    |   49|                                                                                            |
    |   50|  DATA: CW_ITEMS TYPE RFPOSXEXT,                                                            |
    |   51|        GT_BSIK TYPE STANDARD TABLE OF TY_BSIK,                                             |
    |   52|        GW_BSIK TYPE TY_BSIK,                                                               |
    |   53|        GT_BSAK TYPE STANDARD TABLE OF TY_BSAK,                                             |
    |   54|        GW_BSAK TYPE TY_BSAK,                                                               |
    |   55|        GT_BSEG TYPE STANDARD TABLE OF TY_BSEG,                                             |
    |   56|        GW_BSEG TYPE TY_BSEG,                              &nb

    sap basis wrote:
    |Information on where terminated                                                                   |
    |    Termination occurred in the ABAP program "ZCL_IM__GTA_TAX_CODE==========CP" -                 |
    |     in "IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS".                                                    |
    |    The main program was "RFITEMGL ".                                                             |
    |                                                                                                  |
    |    In the source code you have the termination point in line 64                                  |
    |    of the (Include) program "ZCL_IM__GTA_TAX_CODE==========CM001".                               |
    |    The program "ZCL_IM__GTA_TAX_CODE==========CP" was started as a background job.               |
    |    Job Name....... "RFITEMGL"                                                                    |
    |    Job Initiator.. "BASIS"                                                                       |
    |    Job Number..... 09115400                                                                      |
    First of all try to optimize code.

  • No roll storage space of length 7904 available for OCCURSE area.area

    I Experts,
    I am getting below dump when ever I login into WEB UI .
    No roll storage space of length 7904 available for OCCURSE area.area.
    When ever we got this error, we are restarting the CRM server. After that dump is not coming.
    Can any body having any idea please get me some knowledge on this to rectify it permanently.
    Thanks
    Chand

    Hi Stephen,
    Thanks for reply.
    Please find details below.
    Version :SAP CRM ABAP 7.0
    Support Stack of CRM :
    SAP_BASIS     701     3     SAPKB70103     SAP Basis Component
    SAP_ABA     701     3     SAPKA70103     Cross-Application Component
    PI_BASIS     701     3     SAPK-70103INPIBASIS     Basis Plug-In
    ST-PI     2005_1_700     6     SAPKITLQI6     SAP Solution Tools Plug-In
    SAP_BW     701     3     SAPKW70103     SAP Business Warehouse
    SAP_BS_FND     701     3     SAPK-70103INSAPBSFND     SAP Business Suite Foundation
    LCAPPS     2005_700     1     SAPKIBHD01     LC Applications (LCAPPS) 2005_700
    SAP_AP     700     16     SAPKNA7016     SAP Application Platform
    WEBCUIF     700     3     SAPK-70003INWEBCUIF     SAP WEBCUIF 700
    BBPCRM     700     3     SAPKU70003     BBPCRM
    WFMCORE     200     14     SAPK-20014INWFMCORE     WFMCORE 200 Installation: Meta-Commandfi
    BI_CONT     704     3     SAPK-70403INBICONT     Business Intelligence Content
    OS: Linux
    Physical memory of CRM system:
    Description                              Value     Description                              Value
    Physical mem avail  Kb                 7928892     Physical mem free   Kb                  250032
    Pages in/s                                   1     Kb paged in/s                                4
    Pages out/s                                  0     Kb paged out/s                               0
    Please specify exact parameter settings which can be helpful to you to analyze
    Regards
    Chand

  • No roll storage space of length: 1686916 available for internal storage:...

    A database error occured. The datebase error text is: Error in MDDataSetBW.GetCellData. No roll storage space of length: 1686916 available for internal storage: table blocks.. (WIS 10901)

    I was not able to post the complete question.
    A database error occured. The datebase error text is: Error in MDDataSetBW.GetCellData. No roll storage space of length: 1686916 available for internal storage: table blocks.. (WIS 10901)
    We are running on:
    Business Objects 3.1  SP 3, FP 3.3
    SAP Integration Kit same verion /SP and fix pack as of BOBJ.
    BW 701, SP 7,  EHP1
    All of our reports stopped working in since we enter new year. We have date prompts in Universe based on BW objects that are date type.  The issue we figured out was if we run the report for 2011 using calendar it runs for hours and give the above error. If we enter the date vales manually in the prompt it runs fine. But there is a big run time difference. Same report is now taking 3-4 times more to run.
    We have a active ticket with SAP. They have checked the universe and found nothing in it. We ran a trace and sent it to SAP and waiting for a reply.
    Any idea, resolutions.........
    Thanks.
    Toor.

  • Issue to create Workbook BI7 - No roll storage space of length 1984 availab

    Hello,
    I am creating a workbook in BI7 Analyzer Excel doing the following: design mode, insert analysis grid, selecting the query as data provider. However, when I click to get out of design mode or change variable values, it starts processing without asking me to fill the variable screen. It takes a ong time until an error message appears: No roll storage space of length 1984 available for OCCURS area. area.
    If I go to open query and execute it, there is no problem. The issue only appears in the workbook.
    Could you please suggest some solution?
    Thanks & Regards,
    Adriana Oliveira
    Edited by: ADRIANA OLIVEIRA on Sep 29, 2009 3:28 AM

    SAP Gui 640 as of now is no longer supported, for BEx 7.0, its best you use the latest GUI version and its latest patch.
    Below is the list that might help u get rid of this error.
    1) SAP GUI 7.10.
    2) BEx 3.x or 7.0 (or both)
    3) Patch > 12.
    4) BW Addon.
    5) BI Addon.
    Install it in the same order, and make sure you restart your system (Local Machine) whenever it asks you to.
    Rgds,
    Sree.

  • BEx error: No roll storage space available

    Hi,
    While running a Bex query, i goth the following message and the query run was terminated "No roll storage space of length 96 available for OCCURS area".Can you please let me know what this roll storage space referes to and how this can be corrected?
    Also I get some other space related issues like "Client Out of memory" sometimes and the query execution is terminated.
    Is there any OSS notes detailing these issues(I was searching the OSS, but all my search terms didn't pick up a relavent match)
    Thanks
    Aravind

    Check this thread:
    /message/5547566#5547566 [original link is broken]
    STORAGE_PARAMETERS_WRONG_SET (EM-Memory exhausted) error in NW04
    Re: Bex error:No roll storage space of length 5670 available for OCCURS area.
    Thnaks...
    Shambhu

  • No roll storage space  error in webi

    Hi,
         I am using SAP BW query in webi.  while running the report i am getting the following error.
    "Error in MDDATASetBW.GetCELLData. No roll storagespace of length 1293328 available for internal storage. table blocks..(WIS10901)"
    I searched in sdn. but unable to find solution for this problem. can anyone provide solution for this..
    Regards,
    Shanthakumar.

    Hi,
    Try with below steps. or check SAP Note 1369738 - Error in MDDataSetBW.GetCellData (WIS 10901) when refreshing WebI report using SAP BEx query.
    Restrict query results to a smaller set of data.
    Suppress the 'Not assigned/#' Hierarchy node (Exclude Selection) in the BEx hierarchy query. This reduces the size of I-Table & buffer requirements.
    Avoid use of 'default values' for hierarchy & hierarchy node variables. Or, if a default must be assigned, set it to an attribute that has 0 levels.
    Implement : Enhancement Pack 1 + Support Package 3 (or above) for optimized interoperability between BusinessObjects & SAP modules.
    Thanks,
    Amit

  • Is GIST available for documents that are stored in Beehive

    Customer is asking the following
    “We are using Beehive and Oracle Portal 11G with the Database 11G, all tied in via SSO/OID. Is GIST available for documents that are stored in Beehive?”
    I asked the customer for more information on GIST and he responded with the following.
    “GIST when used in Portal Builder gives a summary of the document, say in the case of a PDF it will give the first para, we have used it heavily in OCS and want to use it in beehive.”
    Digging a little deeper we found the following,
    http://download.oracle.com/docs/cd/E11882_01/text.112/e24435/view.htm#CCAPP9206
    “5.2.2 Gist and Theme Summary
    A gist is the text of a document that best represents what the document is about as a whole. A theme summary is the text of a document that best represents a single theme in the document.”
    Seems to be a text feature.
    Is this a feature that would be available with Oracle Beehive?

    Change forum

  • Storage Spaces -error Location not available.

    I have had Storage spaces running for a couple of weeks. 4 drives 3tb each, same make/model. Have them pooled into a striped "raid 5" setup thru storage spaces.  I travel and do some shift work. I frequently try to get access to them remotely
    and informed that the drive pool is not accessible.  So when I get home I attempt to access it locally with same issue.
    I see my pool (G:) in my drive list, I click on it no problem,  can see 1st directory, and can go into 1 folder.  If I try to do anything in that folder, go to any other folders or attempt to use any files in the root, it sits and waits and looks
    like it is searching. I hear no drives spinning up and after about 2 minutes I get a pop up that says location not accessible.
    In order to access the information, I need to shut computer down and reboot. Not only is this a bother, but sometimes not available remotely.
    Are the drives going to sleep and not waking up?
    Any help on how to fix this would be greatly appreciated.
    Chris

    Hello Chris,
    Do you mean that you use a RAID5 drive to create a storage space, and it worked for weeks and now has the issue about ‘location not accessible’?
    Please share us the whole error message and a screenshot is preferred.
    Based on my test, I can normally create a storage space with 3 VHD. And it work with no accessible issue.
    Please try to change ownership and permission of the drive and check if the issue still exists.
    For more information about taking ownership, please take a look at the following article.
    https://technet.microsoft.com/en-us/library/cc753659.aspx?f=255&MSPPError=-2147217396
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Novell Storage Manager 4.0 Now Available for Download

    Both the eDirectory and Active Directory versions are available for download here.

    bgashler,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • How much storage space do I currently have for the Basic Adobe FormsCentral subscription?

    I am researching alternatives to FormsCentral but cannot seem to find how much storage is offered with our current Basic FormsCentral membership (ie how many GB of storage)? Is there a way to tell how much storage I am currently using with my existing forms?

    “You may notice a difference in available space statistics between Disk Utility, Finder, and Get Info inspectors. This is expected and can be safely ignored. The Finder displays the available space on the disk without accounting for the local snapshots, because local snapshots will surrender their disk space if needed."
    OS X Lion: About Time Machine's "local snapshots" on portable Macs

  • Revel Storage Space Hassle on IOS

    So I have a pretty extensive collection of photographs, a couple hundred gigs worth, and I thought that Adobe Revel would be the way to go for storing them quickly and easily while having access on all my devices.
    The problems is that the Adobe Revel app for my iPhone 4 (along with all IOS Revel Apps) insists on storing thumbnails of ALL my photos from my entire 16,000+ photo collection. This means that upwards of 500 megabytes worth of space on my phone is constantly dedicated to storing thumbnails that I will rarely need. While this might not seem like a big deal to some, on a device with 14 gigs worth of free space, 500 megabytes is the equivalent of half a movie or a few medium length audiobooks.
    I appreciate the convenience of being able to scroll through everything quickly because it is already loaded. I understand that. But its the 21st century and I think we should have a little choice as to how much space this app takes up. I mean, my photo collection isn't exactly going to be getting any smaller is it?
    I think we should be able to set within Revel HOW MUCH STORAGE SPACE the app will use for these thumbnails instead of having the decision be EVERYTHING by default. Given my own choice I would set it to everything marked as a favorite and everything from the past 2 weeks. I think that is a fair thing to ask for a developer as big as Adobe that could easily work this into their product.
    Because right now the app is completely broken. Any attempt to open the app causes the message to pop up "Not enough local storage space: The import was stopped because there is not enough storage available for Revel on this device. Please free up space and try again." Dismissing this message only allows it to pop up again IMMEDIATELY. Can we at least fix the app so that I can still import to the cloud from my phone even when my phone cannot accept any more thumbnails?
    Has anyone else encountered this problem?

    If you use a MAC then you can check the status view of the library(s) and to ensure nothing is in the upload queue. You can do this by looking at each library, and clicking on the dot to the left of the name. It will give you a status for that library. If you are sure all the uploads are done, clear the caches for each and every library.You may have more than one library using space.
    On your iphone or ipad, go to the library view for each library and look at the bottom left cloud icon above the libary icon. Next to that you will see "up to date" if it has completed the sync.  You can click on the cloud icon for more information.
    You can also confirm the images are uploaded by signing into the same account using another device or using a browser at www.adoberevel.com. Try downloading some original images. If other uploads are complete, you should see the new images upload and  be able to view them.
    If the files are in sync and clearing the cache does not help, I suggest you delete the app and reload it. Your photos will still be safely stored in the cloud. You will have some delay the first time you use it due to loading in the thumbnails. Please let me know if this reduces the amount of space used.
    Pattie

Maybe you are looking for

  • SQLPLUS login as SYSDBA

    Hi Guys, When I try to login as SYS, oracle complains that I should connect as SYSDBA or SYSOPER. Fine. Now I enter the login user as SYSDBA and enter the password..it fails. However, if I login as user scott and password tiger, I can login. Then fro

  • Installation of Database instance on server where database is already exist

    Hi All, We have a separate oracle database team who have copied one of the database using oracel backup restore procedure. This database is in 10g and it is working fine from oracle perspective. Now as a basis admin i need to install database instanc

  • CS3 & 10.5.2 unjustified "not enough memory (ram)" error

    This problem occurs when I use particular functions, usually colour related ones (eg. the colour sampler, using the colour palette and 'select by colour'). It also occurs at random. It seems to get more frequent as I use photoshop for longer. The err

  • JDBC drivers

    Hi Experts, we are working on JDBC interfaces..we currently have Oracle 9 JDBC drivers in SAP PI...which is working good.. one of our vendor  DB migrated to Oracle 12c...those messages are failing in PI. now, we would like to install Oracle 12 in add

  • How to configure FXO and FXS port?

    hi, can anyone help me on how to configure FXO port on 2820 router and FXS port on 2810. What are the things i need to configure to make a voip network that connect to PSTN network and PBX?