Needs to added default data cache to 1GB

Hi All,
When i tried to change defualt data cache getting below prompt.
1> sp_cacheconfig "default data cache", "1024M"
2> go
Msg 10879, Level 16, State 1:
Server 'TST', Procedure 'sp_cacheconfig', Line 1752:
The current 'max memory' value '1792000', is not sufficient to change the size
of cache 'default data cache' to '1024M' (1048576 KB). 'max memory' should be
greater than 'total logical memory' '2024571' required for the configuration.
(return status = 1)
How to add 1GB for default data cahce.
Please suggest.

Hello Karthik,
Increase your max menmory and run the cache config command again it should work.
Eg:
1. Please increase 'max memory' by additional X MB
2. Please increase 'statement cache size' by additional X MB
3. Both are dynamic parameters, does not require ASE restart.
Regards
Kiran K Adharapuram

Similar Messages

  • Need help adding field data from a table to a text box

    I have a form that has a table. Within the table is a description box. The user enters data into the box and can add/remove new items. When they are done I would like the text from these fields to be concatenated into a large text box. Essentially what they are doing is creating a list of descriptions that will be pushed into a report field.
    Thanks,

    Hi,
    Yes, you should be able to adapt the example to work for the main summary textfield.
    I would place the script in the exit event of the table textfields. You would still need to clear the summary textfield and then loop through the table and update.
    Inside the loop the text would be like:
    summary.rawValue = summary.rawValue + xfa.resolveNode("Table1.Row1[" + i + "]").textField.rawValue + " ";
    Hope that helps,
    Niall

  • How to remove objects cached in data cache?

    With following query, I can find out how the  table cached in data cache with the indexes: 
    Select CacheName,DBName,OwnerName,ObjectName,IndexID,sum(CachedKB) as "CachedKb"
    from master..monCachedObject
    where ObjectName = 'invent'
    group by CacheName,DBName,OwnerName,ObjectName,IndexID
    order by CacheName,DBName,OwnerName,ObjectName,IndexID
    Is it possible to remove the cached data for particular index from data cache? I want to verify the performance issue is on particular index and reproduce the performance issue.

    SImply unbind the objects from their named cache.  Then, bind the objects again back to their named cache.  The "re-bind" step doesn't have to be done if we are talking about "default data cache".
    For objects bound to named cache other than "default data cache":
    exec sp_unbindcache <dbname>,<tablename>,<indexname>
    exec sp_bindcache <cachename>,<dbname>,<tablename>,<indexname>
    Now data will be read from disk on first retreival.
    For "default data cache" objects:
    exec sp_unbindcache <dbname>,<tablename>,<indexname>

  • Need to default dates based on appraisal model in Java Iview MboStatusApp

    Hi Gurus,
      I Need to default dates based on appraisal model selected in Java Iview MboStatusApp in MSS->Team->Performance Managemeent->Update Appraisals of reportees->Status overview .
    In this iview we have drop down with list of appraisal models along with the validity period(Start and end date)
    Trails Made : HRPDV00APPRAISAL0001 - I made an implementation for this BADI along with the iview settings at
    self services - > Use Evaluation Period for Employee Selection set to 'NO'.
    But when i tried to run the iview after implementation of BADI , i see there is no execution of BADI .
    My Basic requirement is when manager select any appraisal model say 2009 's appraisal model then dates must be as
    start date : 01/01/2009   End data : 12/31/2009
    when i select 2011 appraisal model
    start date : 01/01/2011   End data : 12/31/2011
    Please help !
    Appreciates the efforts made !!!

    Hi Reddy, did you get any solution on how to change the initial date in Status overview?
    Best regards
    Lasse Finderup

  • Hi, I need help with the dates of plugins added to my browser

    Hi I need to know what date a plugin was installed on my browser.
    openh264 / video codec provided by cisco systems.
    If you can't help, please point me in the direction of someone who can?
    Any help greatly appreciated.

    The new "OpenH264 Video Codec provided by Cisco Systems, Inc." plugin that now shows up in the Firefox Add-ons Manager Plugins list was added in Firefox 33.0. It's installed in a subfolder of your [[Profiles|Firefox profile folder]], which you can confirm by typing '''about:plugins''' in the Firefox address bar to bring up a list of installed plugins (details [http://kb.mozillazine.org/Issues_related_to_plugins#Identifying_installed_plugins here]) and checking its "Path" entry .
    The first link in the [https://www.mozilla.org/en-US/firefox/33.0/releasenotes/ Firefox 33.0 release notes] under What’s New, has this:
    '''New''' | [http://andreasgal.com/2014/10/14/openh264-now-in-firefox/ OpenH264 support] * (sandboxed)
    [*] Quoted from the linked page, http://andreasgal.com/2014/10/14/openh264-now-in-firefox/
    (which also includes a [https://andreasgal.files.wordpress.com/2014/10/openh264.jpg screenshot] of the Add-ons Manager entry):
    <blockquote>Today in collaboration with Cisco we are shipping support for H.264 in our WebRTC implementation. </blockquote>
    <blockquote>Cisco has agreed to distribute OpenH264, a free H.264 codec plugin that Firefox downloads directly from Cisco.</blockquote>
    <blockquote> Note: Firefox currently uses OpenH264 only for WebRTC and not for the <nowiki><video></nowiki> tag, because OpenH264 does not yet support the high profile format frequently used for streaming video. We will reconsider this once support has been added. </blockquote>
    See also:
    *https://wiki.mozilla.org/Media/WebRTC
    *https://wiki.mozilla.org/GeckoMediaPlugins

  • Need input on data cache

    Hi All,
    This is the situation..
    Data cache = 3mb (default)
    Data block size = 20kb
    so number of blocks a memory segment (data cache) can hold is 157
    What will happen If user is retrieving 300 blocks in one retrieval ?
    I know swapping will takes place for multiple retrievals.
    I know that agg cache in ASO will increase till OS say no it.
    Will Essbase tries to increase data cache....?? if so how it works??
    My understanding is Essbase tries to increase data cache and it may touch the wrong segment in memory to create a segment violation to crash!!
    As per the modern OS, virtual memory management using pages and segments ...I think this will takes place!!
    Please give your inputs!!
    Thanks,
    Jeeth
    Edited by: Jithendra on Mar 28, 2011 7:12 PM
    Edited by: Jithendra on Mar 28, 2011 7:14 PM
    Edited by: Jithendra on Mar 28, 2011 7:15 PM

    Hi,
    I just did an initial analysis....
    It is always 3mb. (never increased it)!!
    XCP log says it stopped at executing the maxl!! ..like (Maxl pending)
    and its an segmentation violation!!
    from my understanding segmentation violation is something to do with kernal memory allocation, virtual memory and physical memory.
    I cannot try the same on prod server (pls don't ask why the settings are default etc ..I'm new to the system)
    I just provided an intial analysis telling that at this point of time...the highly visible point to me is data cache in buffered I/o.
    The segmentation violation can also happen at total level of availability of RAM.
    but in our case we are using only 1/3rd of the Total available RAM.
    memory in all applications = (1/3rd of available RAM)
    and its a Maxl operation...
    by seeing al this i suspected the application cache.(data cache)
    I posted only to gather little mor info and to have a debate to get clear understanding.
    Thanks for your support and input...
    Please advice
    Thanks,
    Jeeth
    Edited by: Jithendra on Mar 29, 2011 1:37 AM

  • Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).

    Hi,
    Our Environment is Essbase 11.1.2.2 and working on Essbase EAS and Shared Services components.One of our user tried to run the Cal Script of one Application and faced this error.
    Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).
    I have done some Google and found that we need to add something in Essbase.cfg file like below.
    1012704 Dynamic Calc processor cannot lock more than number ESM blocks during the calculation, please increase CalcLockBlock setting and then retry (a small data cache setting could also cause this problem, please check the data cache size setting).
    Possible Problems
    Analytic Services could not lock enough blocks to perform the calculation.
    Possible Solutions
    Increase the number of blocks that Analytic Services can allocate for a calculation:
    Set the maximum number of blocks that Analytic Services can allocate to at least 500. 
    If you do not have an $ARBORPATH/bin/essbase.cfg file on the server computer, create one using a text editor.
    In the essbase.cfg file on the server computer, set CALCLOCKBLOCKHIGH to 500.
    Stop and restart Analytic Server.
    Add the SET LOCKBLOCK HIGH command to the beginning of the calculation script.
    Set the data cache large enough to hold all the blocks specified in the CALCLOCKBLOCKHIGH setting. 
    Determine the block size.
    Set the data catche size.
    Actually in our Server Config file(essbase.cfg) we dont have below data  added.
    CalcLockBlockHigh 2000
    CalcLockBlockDefault 200
    CalcLockBlocklow 50
    So my doubt is if we edit the Essbase.cfg file and add the above settings and restart the services will it work?  and if so why should we change the Server config file if the problem is with one application Cal Script. Please guide me how to proceed.
    Regards,
    Naveen

    Your calculation needs to hold more blocks in memory than your current set up allows.
    From the docs (quoting so I don't have to write it, not to be a smarta***:
    CALCLOCKBLOCK specifies the number of blocks that can be fixed at each level of the SET LOCKBLOCK HIGH | DEFAULT | LOW calculation script command.
    When a block is calculated, Essbase fixes (gets addressability to) the block along with the blocks containing its children. Essbase calculates the block and then releases it along with the blocks containing its children. By default, Essbase allows up to 100 blocks to be fixed concurrently when calculating a block. This is sufficient for most database calculations. However, you may want to set a number higher than 100 if you are consolidating very large numbers of children in a formula calculation. This ensures that Essbase can fix all the required blocks when calculating a data block and that performance will not be impaired.
    Example
    If the essbase.cfg file contains the following settings:
    CALCLOCKBLOCKHIGH 500  CALCLOCKBLOCKDEFAULT 200  CALCLOCKBLOCKLOW 50 
    then you can use the following SET LOCKBLOCK setting commands in a calculation script:
    SET LOCKBLOCK HIGH; 
    means that Essbase can fix up to 500 data blocks when calculating one block.
    Support doc is saying to change your config file so those settings can be made available for any calc script to use.
    On a side note, if this was working previously and now isn't then it is worth investigating if this is simply due to standard growth or a recent change that has made an unexpected significant impact.

  • Web Application - Data caching of enterprise data

    Sorry in advance if this is off-topic but I can't find anywhere else to post this type of question.
    I am looking for information/suggestions such as books, technology or design methodology for my enterprise web applications. These sites are currently up and functional using only JSP, servlets and regular Java classes stored in a web application session to provide data caching and access. We are using Weblogic Server 6.1 running on an AIX Unix system at this time. I'm not sure that this is the best design architecture as our web sessions are getting too large but I can't think of any other Java technology to use and I need some help. Here's an overview of our environment and our needs.
    Our core data is held in a mainframe based IMS system. Some DB2 is also used. Access to this data is through IMS COBOL transactions which we can execute with IMS Connect. We also use some JDBC to get to the DB2 tables directly where available.
    Some overall application data is cached when the web application is deployed. We use singleton classes which are created and refreshed at deployment and they then refresh themselves from the sources every 24 hours.
    Each time a user logs in we execute several IMS transactions and JDBC calls to cache user specific data in regular Java classes which are then simply placed in the users web session where we access them from JSP, servlets and other Java classes. The fields in these Java classes range from any type of primitive field to TreeMaps of other Java classes. As the data is cached it is sorted and other fields are calculated and stored in these classes. As the user progresses through the system we then may have to do several other IMS transaction and JDBC calls to collect other types of data. All of this is then also added to the users session. Most of this in inquiry. We do allow transactions but those are built from user input and data already cached and are then we just execute the IMS transactions with the input.
    As our application has grown these Java classes have gotten larger and larger. And since these are simply stored in server memory in the web sessions then these are also getting huge. I'm concerned that this is not the best way for this application to be architected. Is there something else we should be doign? I simply don't understand how Entity Java Beans could be used but then again I don't know much about them. I wouldn't think that caching the data to a local database and accessing it from there would be any more efficient and would probably just slow down the system from all the I/O.
    Any help or direction would be greatly appreciated.

    The best book you can buy is 'Professional Java Server Programming, j2ee edition' by Wrox. It is by far the best reference I've used. Another quick reference consideration might be the j2ee book provided by codenotes... its quick and to the point.

  • In AP invoice i need to make "Terms date " field to calculate the date automatically when i select the payment terms

    In AP invoice i need to make "Terms date " field to calculate the date automatically when i select the payment terms.
    How can i do this?

    Hi,
    You can select the Payment Term at PO Header Level.
    When you book an invoice, that Payment Term will automatically defaulted to Invoice.
    You can define Payment Term in AP.
    Payment terms have one or more payment terms lines, each of which creates one scheduled payment. Each payment terms line and each corresponding scheduled  payment has a due date or a discount date based on either a specific day of a month, such as the 15th of the month, or a number of days added to your terms date, such as 14 days after the terms date.
    Payment Terms (Oracle Payables Help)

  • SQL Loader needs to load default value instead of null

    I am loading data from the flat file into the table. The table primary key consists of 5 fields. One of these fields might be empty in the text file, so on the load I need to substitute it with some default value like "***", for instance. Is there any way to make some conditions in the control file?

    You can either make use of the suggession given by Warren Tollentino or alter table by adding default constraint for the column.

  • What's the simplest method of adding a date field in a form in DW(CS3)?

    I'm creating a form that among other things has a date field where the user will need to input a date. I'd like to make it a standard date field where as soon as the user clicks on the field they get a pop-up of a mini calendar to select a date from. Anybody knows the simplest way to achieve this in DW? I should mention that I still use DW CS3. Possibly a known free widget of some sort?
    I should add that if possible I'd like to make this a mandatory field - much like Spry Validation works with the common components of a form (e.g. text field or checkbox). Would that be possible to do if the code supplied for date field was external (as at seems DW doesn't have a date field feature internally)?

    Thanks again. There's one other thing I wanted to achieve here. I need the date format to be displayed like "dd/mm/yyyy" and not like it's doing by default at the moment (i.e. mm/dd/yyyy)
    I don't have any knowledge of jQuery but had a go anyway at trying to fix this using this link http://api.jqueryui.com/datepicker/ as aid to try adjust my code. Obviously I couldn't get it to work so far...  So I'm looking for a little bit of help from anyone who knows a bit of jQuery.
    Here's the original default code (just the stuff that goes in the 'head' of the page):
    <script>
      $(function() {
          $( "#datepicker" ).datepicker();
    </script>
    And here's what I tried adding to make it work:
    <script>
      $(function() {
          $( "#datepicker" ).datepicker();
          $.datepicker.formatDate( "dd/mm/yyyy" );
    </script>
    Obviously I tried other combinations including .parseDate instead of .formatDate etc etc none of which worked.
    I'm wondering whether the extra code should perhaps go inside where the XXs are - $( "#datepicker" ).datepicker(XX)
    Anyway, if somebody could help me out that would be great. Cheers!

  • How to configure params for buffer pool for named data cache?

    when create a named data cache on ase 12.5, it will setup 2K I/O buffer pool by default with Configured size=0, wash size = 60M
    1. if 2K can be changed to 8K for this buffer pool?
    2. If add another 16k buffer pool, should Affected Pool be changed to the right pool?
    3. How to decide then pagesize, configured size and wash size for a buffer pool? Are they part of total memory size allocated for this cache?

    > 1. if 2K can be changed to 8K for this buffer pool?
    You should be able to create an 8K i/o pool, then drop the 2k pool by setting its size to 0.
    > 2. If add another 16k buffer pool, should Affected Pool be changed to the right pool?
    If you don't specify the Affected Pool (when calling sp_poolconfig), the procedure uses the pool with the smallest i/o.  So if you had an 8k but not had dropped the 2k, the space for the new 16k pool would come from the 8k pool.
    > 3. How to decide then pagesize, configured size and wash size for a buffer pool? Are they part of total memory size allocated for this cache?
    The wash is included in the pool. I don't think it usually needs to be adjusted.
    Which page size pools to have will depend on how the cache is used.  Tables with a clustered index that have a lot of range queries will benefit from larger page size pools, as will text/image/java.   Syslogs is said to do well on a 4k pool.
    -bret

  • Adding default namespace after inlinedXML() in OSB

    Hi All,
    Please suggest me for the following.
    We are sending one data in xml format from proxy service.
    Following is the message we are getting in OSB to send
    <Notification>
    <Type>Data</Type>
    <Channel>webservice</Channel>
    <Security>NONSSL</Security>
    <Message>
    <type>Transfer</type>
    <msg><![CDATA[<Transfer></Transfer>]]></msg>
    </Message>
    <Destination>XXXXXX</Destination>
    <Priority>HIGH</Priority>
    </Notification>>
    Ideally what we are sending in our CDATA there should not be any change.
    but when we are printing out body variable after inlinedxml() function.
    its adding default namespace in Transfer tag.
    <Body xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://schemas.xmlsoap.org/soap/envelope/">
    <Transfer xmlns="">
    </Transfer>
    </Body>>
    why OSB is putting xmlns="" in Transfer tag.
    Regards,
    ABHISHEK
    Edited by: abhishek on Sep 11, 2012 12:52 AM
    Edited by: abhishek on Sep 11, 2012 1:04 AM

    Hi ,
    Thanks for reply and suggestion. now I got why its adding the namespace.
    Now i got the problem. when we are not adding any namespace OSB environment is adding the default namespace.
    My use case is :
    when the body variable is
    <Transfer xmlns=''></Transfer>
    My outbound of proxy is following
    <?xml version="1.0" encoding="UTF-8"?>
    <Transfer xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"></Transfer>
    I need my outbound variable is like
    <?xml version="1.0" encoding="UTF-8"?>
    <Transfer></Transfer>
    Then I tried to send the body variable (providing default namespace) <Transfer xmlns='' xmlns:soap-env=''></Transfer>
    but still getting the
    <Transfer xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"></Transfer> as outbound variable
    Is there any way to remove this namespace from outbound variable.
    Thanks,
    Abhishek
    Edited by: abhishek on Sep 12, 2012 1:38 AM
    Edited by: abhishek on Sep 12, 2012 1:41 AM

  • Setting up default Date Order

    Hello,
    We are trying to set date order(YMD,MDY or DMY) on date control. Customize (YMD,MDY) option is not suitable in this situation beacuse it needs individual upadate at each date control.
    So we tried to set it a base level so that one change reflects everywhere on all existing reports and new reports(new date controls added in future) created with this date order by default.
    We tried File>Options>Fields>Date>Customize
    It is not overriding the date field deafult settings on report.
    We also tried to use com.crystaldecisions.sdk.occa.report.definitionsdk. FieldObject to set dateformat/order on the reports. It did not worked out.
    Could you please help me with setting date control order at base level so taht it reflected everywhere else.
    Thanks,
    Arun

    Hi Arun,  
    Crystal get's it's default date formatting from the Window's Regional settings, same as Excel.  You can overwrite individual objects but you can't really change the default for the reports themselves. 
    The closet I've come to addressing this is to have your application check the user's Regional Settings and changing them.  The the reports will format the dates properly, unless someone has formatted the dates differently in the report. 
    This can cause issues if another program requires to display dates differently. 
    If you can identify a date field or formula, you can have your application loop through each field/formula, verify the type and conditionally format the object with the order  you want. 
    Good luck,
    Brian

  • Data Cache full - what is the soultion

    Hello,<BR>I am using essbase. In this 7 are sparse members and 2 are dense members. I am using parallel calculation, with 3 threads. After loading the data when calculation starts it says an error "DATA CACHE FULL INCREASE THE DATA CACHE". I increased the data cache data file cache to twice as existing. Existing size is default one. But still the calcualtion was not happening.<BR>Can any one suggest why it is happening and what has to be done.<BR>Do the needful.<BR><BR>Regards<BR>R.Prasanna

    I have no concrete information that there are any risks, only suspicion based on the way most servers operate. <BR><BR>You dedicated 4 GB of memory to one running application. Depending on how much physically exists on the server, this could result in a lot of paging taking place, adversely affecting performance across the entire server. In general, the physical addressable memory caps out at 4 GB (although depending on the O.S., 2 GB is the limit for application space). What all this means, is that you are not (probably) allowing the O.S. any "room" to operate in, and even though you only have one application, the O.S. still needs some space too.<BR><BR>Again, "don't fix what ain't broken" applies here, but you might want to try a somewhat more discrete setting and see if things actually improve somewhat. If you "only" allocated 2 or 3 GB instead of 4, would it continue to work, etc...<BR><BR>If anyone else out there has used a setting above 2 GB, I'd be interested in hearing how it went for you -- perhaps my fears are totally unfounded (though ( still believe there's reason for caution).<BR>

Maybe you are looking for

  • Please help me with publishing i tried everthing...

    i wish i could like others be so lucky to have uploaded their site using iweb. it worked ones and then nothing since.. is this random? or by adding too many font changes i am making it harder for it? i have tried taking off the pages by going in the

  • Sent e-mails do not deliver in th same format

    Using windows 7 with aol, I recently have been sending e-mails that do not arrive in the same format that I sent. Spacing is out of line, columns are out of order and the page is almost unreadable.

  • Sending E-mail from BI Publisher without using Bursting Option

    Hi All, "While clicking on Send Button and selecting E-mail as Delivery option in BI Publisher for a particular Report, we want that To, CC, BCC  and the Body part should get populated  with the Email id's and Static text(for Body )  from database .

  • Required Config and testing Docs for cash management/cash forecasting

    Hi All, My client need to implement cash management/cash forecasting .. Can anyone send the details Required Config and testing Docs for the same as earlier i have not worked in this area.. Thanks in advance... Regards, Sandip

  • Modify the UI of the testplayer is LSO CP

    Dear All, We have implemented SAP Learning Solution on SAP Netweaver Portal with dual stack (ABAP + JAVA Engine). As a part of enhancements, We enable online test is LSO and need to change the color scheme and the feedback table template of the testp