What are the size limitations in Predictive Analytics - regression charts

I'm trying to display the trend chart for an Exponenential Regression Prediction and I got the following error.  The Regression itself runs OK and provides a summary, but I can't display the data on a chart.
There's only 1 other related posting- Error PAS10066 and it doesn't provide much more info than is in the error itself.
Does anyone have extra info on what the size of the limitation is?  Is it something that can be overcome with extra RAM etc?
I'm using the desktop version of PA 1.19, and I'm on a 64 bit installation of Windows 7 with 8GB of RAM, processing a csv file with 1.1 million rows.
I've used some filters in the Prediuct workflow to cut down on the amount of data being processed, and I got past the PAS10066 error and am now getting a max call stack size error - can't find anything related on SCN for this one.
Many Thanks
Astrid

Hi Astrid,
Thanks for reaching out.It could be a out of memory issue.
If you increase the memory that SAP Predictive Analysis is allowed to consume.
Go to the location where SAP Predictive Analysis was installed. In my case it is:
C:\Program Files\SAP Predictive Analysis\Desktop
Here you find a file "SAPPredictiveAnalysis.ini" - open this in Notepad and change the
"-Xmx" parameter to approximately half of our PC/laptops memory.
For instance in your case you could try with: -Xmx4096m
I have outlined this is a few more steps here:
http://scn.sap.com/message/15099575#15099575
Hope it works for you.
Best regards,
Kurt

Similar Messages

  • What are the size limitations, if any? Best practices?

    Are there any limitations on the size of the Spiceworks database (including knowledge base), outside of the system it lives on, or a point at which it might begin to affect performance?  If so, is there an archive feature, or is the solution deleting old tickets and kb articles?  
    This topic first appeared in the Spiceworks Community

    Hi Astrid,
    Thanks for reaching out.It could be a out of memory issue.
    If you increase the memory that SAP Predictive Analysis is allowed to consume.
    Go to the location where SAP Predictive Analysis was installed. In my case it is:
    C:\Program Files\SAP Predictive Analysis\Desktop
    Here you find a file "SAPPredictiveAnalysis.ini" - open this in Notepad and change the
    "-Xmx" parameter to approximately half of our PC/laptops memory.
    For instance in your case you could try with: -Xmx4096m
    I have outlined this is a few more steps here:
    http://scn.sap.com/message/15099575#15099575
    Hope it works for you.
    Best regards,
    Kurt

  • What are the safe limits of current and voltages

    What are the safe limits of current and voltage of an ac signal to the NI USB 6008.

    Hi hanan,
    current is voltage/resistance. There surely a resistance is given too...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • What is the size limitation of Oracle JDBC Statement?

    Want to know how large is the limiation of one complete SQL insert string can be place
    into a JDBC Statement and can insert the big record successfully. I tried up to 13K, JDBC still can accept it. Does some experienced
    guru can tell me what is the size limitation
    for insert or update SQL string JDBC can accept it?
    Thanks a lot.

    None known. More than 10 GB. Please note Acrobat is not for server use (I mention that because you mention C# and experience shows it is often preferred for backend development).

  • What are the possible limitation?

    Dear All,
    I have multithreaded socket programming which is running on linux environment. To run it as a daemon I use this software YAJSW . Before it I use to have problem of "too many open file" so then I have set a higher file descriptor settings. The problem is that the software run smoothly for few months and suddenly it stop without any error on the log file of the wrapper programme. What else could be limiting my code? Could it be due to leak in JVM etc?

    You have previously checked my programme where I have broken into relevant proper functionNot Reading data on particular port? January 2010?
    and you have said is fine ready on my codes.No, I have never said any such thing. After a great deal of effort on my part over 21 months you have been occasionally convinced to adopt a small number of my suggestions. What remains, last time I looked, is some of the worst computer programming I have ever seen in my life.
    If it was due to file descriptor burst then the error must surface rite.Please restate that in standard English. My tolerance for gibberish is zero.
    Can it also be the cause of the YAJSW which I am using to run my programme as a service?First you will have to confide in us what YAJWS is.

  • Do Reason and GB2 work well together? What are the benefits & limitations?

    I was reading on the propellerhead web site that GB2 supports Reason. I am completely green on both these programs.
    Reason by itself seems pretty neat, and I can see a bunch of areas where Reason will compliment GB2.
    Do any of you out there currently use both these programs in conjunction with one another. If so what are your likes and dislikes. Do you have any tips or basic knowledge I should be aware of before diving in?
    Thank you.
    iMac G5   Mac OS X (10.4.2)  

    Edit: oops, posted in wrong thread. hang on.
    Alright: so all I use is Reason 3 and GB2. What I love about Reason is that there are soo many Refills out there. I only have about 15 or 20 of them, but I love each one.
    I make many different genres of music on my own, including grind, folk, hip-hop, experimental, and some progressive jazz. I always use Reason for drums (not loops, I create the beats myself with the Redrum Computer) and then I'll mix it up between Garageband and Reason with the instruments.
    my myspace music has some good examples. "The Green Door" is all Reason except the Star Wars quotes which were added in GB. "38 seconds of test" is just Reason drumming, and then I mic'd my guitar amp, and acoustic guitar in garageband.
    Anyway, I think Reason and Garageband work wonderfully together. But then again, I've never used Pro Tools or any of that stuff, so I'm sure someone else could tell you a million reasons why they think another duo is better.

  • KMDF Driver. What are the recommended limits for buffer size when calling WdfCommonBufferCreate

    Hi,
    I have a customer who wants to really stress-test his PCIe hardware. His idea is to declare two 8 GB buffers alternately filled by application software and fetched by scatter/gather DMA in the hardware (Transfer to PCIe card). If I calculate this through,
    this is a maximum of 2M scatter/gather elements per buffer or 32 MByte, assuming S/G element is 16 bytes. i.e. 64 MByte logically contiguous memory as a common buffer for storing the S/G lists. The test system will have plenty of memory, 32 G upwards.
    Still don't think I am likely to get a 64MByte common buffer from the system or even two disjunct 32 Mbyte buffers. If I look at poolmon on my server, the current size for NP is only 86M
    So I expect the driver will have to handle multiple calls to EvtProgramDma, each covering just part of the 8G to be transferred.
    Still I have two questions:
    1) Are there any recommendations, house numbers from experience etc. regarding what is a usable maximum size I can reliably get for a common buffer with a call to WdfCommonBufferCreate (percentage of NP pool?, absolute number? ...). The common buffer is
    for storing the S/G elements for the HW DMA controller
    2) If I just declare a huge array of SCATTER_GATHER_ELEMENT[4M] or 2x huge arrays SCATTER_GATHER_ELEMENT[2M] in the device context (to be managed later by WdfMemoryCreatePreallocated() etc.) , will windows refuse to load the driver because the driver footprint
    is too large?
    We are talking about Windows 7/x64
    Thanks,
    Charles

    Don,
    thanks for your reply. The card is always physically present in the test system which means I could load the driver at boot time, but it would have to be after PCIe enumeration of course.
    So far I have always managed to avoid writing a boot-start driver, my main objection being for "purist" reasons. I understand the MS documentation to mean that boot-start is really only intended for devices that are required to boot the system
    (disk, console, keyboard, maybe network ....). I am aware of the advantage of boot-start though, a much higher probability of getting contiguous memory in larger chunks. This driver however is definitely not relevant for system start. The add-in card is essentially
    a high performance source of test data and only runs when a SW application has been started.
    The card does have high performance scatter/gather DMA support also 64-bit addressing capability.
    I do wish Microsoft would issue some guidelines regarding realistic sizing of common buffers, it would make my discussion easier. Yes, I could write a test driver and measure it out but I don't really have time for that. Microsoft surely have test/application
    teams for figuring these things out.
    Charles

  • What are the forensic limitations of Metadata & Exif Data+ Adobe Photoshop 3 question; e.g. Metadata

    I have some questions regarding metadata, and exif data on digital   cameras and its forensic limitations in Adobe photoshop 3;
    For  instance; After a picture is taken and has a metadata/exif digital   stamp of the "picture being taken day" under what circumstances can  that  "picture being taken day" be changed?
    Does the picture  being taken day change when you import it into adobe  photoshop 3 and  add a caption?
    Does it change only when the picture is edited,  to perhaps add a white  sidebar that says "family photo" or whatever?
    Under what circumstances does the exif/metadata digital time stamp  of  the "picture being taken day" change?
    Also, is it possible  to change the picture being taken day on a  photograph in adobe  photoshop 3 manually?
    Thanks-
    Phil

    I guess it would be easier to give you an example. The above picture shows the exif data as 9.11.2001. How is this possible if this is a 911 victim? In the top metadata, it says Adobe photoshop 3. I assume this is the program it was last edited in? Or was adobe software used exclusively in cameras back then perhaps? I am not sure, I just know I have many questions I really want answers to. Was the exif data changed perhaps in the above photo on 9.11.2001 to add that white sidebar, which says (Family photo) ?? Click the image below to see the screenshot of what I am looking at, this way we are on the same page or picture so to  speak.
    Any help you can give will be greatly appreciatted...
    Thanks,
    Phil

  • What are the storage limits for LR Mobile Sync?

    I'm trying to find a definitive answer on whether there are limits to the amount of data that can be synced to Lightroom Mobile. I know my CC subscription gets me 20GB but I have also heard suggestions that LR Mobile sync data is outside of that.
    I have a 128GB iPad, so it wouldn't be terribly hard for me to blow a 20GB limit.
    Thanks,
    Fraser

    Fraser, Mobile only has lossy Smart Previews and camera roll files so you can have plenty of files on your iPad from Lightroom. They are outside the 20GB of CC AFAIK.

  • What are the license limits of FDS Express?

    I understand that FDS Express is max 1cpu, no cluster and
    it's ok to use it in production.
    Are there any hidden hard limits to it's use? For example is
    there a hard-wired maximum number of "connections", number of
    RemoteObject requests or messages/second or anything?

    Here's the relevant section from the 2.0.1 license.
    3.1.3 Adobe Flex Data Services Express License. This Section
    3.1.3 applies only if Licensee has obtained a valid Adobe Flex Data
    Services Express Software license. With respect to each unique
    application created by Licensee, Adobe grants Licensee a license to
    install and use such unique application and the Adobe Flex Data
    Services Express Software as Production Software on a Per-CPU
    basis; provided that Licensee shall not: (a) install, use or access
    such unique application and/or the Adobe Flex Data Services Express
    Software on more than one CPU, (b) cluster any CPUs, and/or (c) use
    load balancing. For avoidance of doubt, Licensee shall not deploy
    any unique application on multiple disconnected single CPUs,
    including without limitation, on kiosks and other such
    devices.

  • What are the size of 1080p HD video files recorded locally on the iPhone 6?

    I am deciding between the 64 and 128 GB versions of the iPhone 6. Knowing the file sizes it records natively to will inform my decision.

    Thanks a lot. After a variety of searches I found a thread on Mac Rumors that roughly substantiates this. Cheers!

  • What are the benefits/limitations in using iPad for sales people?

    I've been wanting to know if I could use the iPad to do my sales job instead of having to carry around a Windows laptop.  I would obviously still have the laptop and prob would create Powerpoint presentations, Word and Excel docs, but the main use would be Powerpoint and web.
    Anyone have any real experience they can share?
    Thanks!!

    I've used it to display my photographic skills.  I've found that it's much less "intrusive" on the potential client.

  • What are the restrictions/limitation in lookout with the use of graphs created in third party software? When we use these kind of graphs we normally loose resolution, shadows or 3D effects.

    We don't know exactly how does lookout handle .bmp or .wmf files created in third party programs like CorelDraw, since we have a different response from lookout to those graphs. We loose the shadows effects, we don't have a transparect effect, etc.
    Thanks in advance, any help is welcome.

    It shows Peter's doing its jobs properly.
    Anyway there is no more communication from Sony since awihle. If you can have any news.
    Anyway good job Zero!

  • What are the roles in CRM implementation Project(all generic extractions)

    Hi Gurus,
    Now I am placed from a support project from BW (CRM) implementation project(all are generic extractions).
    & I am also new to implementation project.
    what are the neccessary steps to be taken when we are implementing BW for CRM.
    Gurus please clarify my doubts.
    1. what are the steps in implementation project in detail(as a developer).
    2. what are the sizes of the cubes,ODS & How to decide them.
    3. what are the neccessary steps for Master data & Transaction data.
    4.How to make the functional specifications for Infoobjects,cubes,ODS,Remote cubes,Multiproviders.
    5.can we change to delta loads to full loads if yes what happens to existing data.
    6.How flat file extraction used in the case of crm& how to do ascii format.
    7.What are the steps to be taken when we are creating Queries & Reports in BW CRM.
    It's very urgent.
    thanks = points.
    Bwcheta.

    1. what are the steps in implementation project in detail(as a developer).
    U have to basically to the techinal design after understnading the functional designs and implemnet the same( creating infoobjects, datatargets, datasources, queries etc.). Then u have to load data and do the unit testing on the same.
    2. what are the sizes of the cubes,ODS & How to decide them.
    Completely the business reqmnet and the data that the client wants to load.
    3. what are the neccessary steps for Master data & Transaction data.
    U have to understand ur master data and transaction data on the basis of whch u have create ur infoobjects and load data in them and finally in the datatarget.
    4. can we change to delta loads to full loads if yes what happens to existing data.
    Sure u can do that by choosing Full update in the infopkg. It will just load the complete data instead of changed records.
    *Hope it helps.

  • Print one button in LR2 (what are the assumptions)

    What exactly does this button do and with what assumptions?
    I'm assuming what it does is:
    No matter how many photos you uhave selected, or how many copies you may have printed last.
    It prints one copy of the currently displayed photo with the last print settings.
    Can someone confirm/clarify the exact funciton of this button? I can't find it listed anywhere.

    sergefrommilnthorpe wrote:
    Can I change the hard disk on my MacBook Pro to a larger one, and if so what are the sizes I can get? I bought my MacBook Pro in Feb 2006.
    Also would it be possible to copy my current apps,data etc to the new drive? I.e. have a mirror image of my current laptop onto the new drive?
    Whatever drive you choose to replace with, you need a magnetic 00 micro philips screwdriver to open the case and a container for each of the screws to place in their own sections in order so you return the right screws to each hole. (also a green or dark mat to catch and see any fallen tiny screws)
    http://www.macsales.com/
    Before you do surgery, you use the free Carbon Copy Cloner to clone your entire boot drive (doesn't do Bootcamp) to a blank, HFS+ journaled formatted drive (equal or larger than the boot drive)
    http://www.bombich.com/
    Hold option and boot from the clone, check it out and Disk Utility > repair permissions on both drives. Disconnect.
    Do your drive surgery.
    Hold option and boot from the clone, use Disk Utility to Erase with Zero the new drive, format HFS+ and then use CCC to reverse clone. Repair permissions on both again.
    Reboot and your Mac should be just like it was, only with a larger hard drive.
    Piece of cake.
    (no comp for site or product mention)

Maybe you are looking for

  • Creating a Business Partner from XML

    I have a problem creating a Business Partner from an XML First I did get the XML from an existing one.  Deleted the DocEntry element but I always get this error : -5002 : Employee is not a Technician  [OCRD.DfTcnician] , '0' Even if I go to this elem

  • Plex Media or Server will not install on MacBook Air OS X 10.8.5 Mountain Lion

    I am trying to install Plex Media Plex Server on the latest Mac OS X 10.8.5 - it will not install?  Keep getting error.  Have to manually open up server from downloads folder - rather than it automatically be on top menu bar like it is suppose to be?

  • Archiving faulty Source file not working in Sender Adapter FCC

    Hi Experts, I have enabled "Archiving Faulty Source File" in Sender Adapter FCC and pen down the directory path accordingly. Likewise I also enable the processed mode as "archive" and give it the direcotory path. However when there is a error flagged

  • How to change portfolio pdf to a standard pdf

    i accedently saved my pdf file as a portfolio and now i cant convert back to a standard pdf file.

  • Connecting 2 external VGA monitors to an E535

    I already have one external VGA monitor connected to my Thinkpad E535 via the VGA port. What is the best way to connect a second VGA external monitor? Should I use a VGA-USB or VGA-HDMI converter? Do the converters need to have their own graphics car