Extract report only runs on a single core

I am running the following extract report on a dual quad-core processor server with 32 GB ram and when I suppress empty rows the process runs on a single core which of course runs at 100% slowing down the process, but if I do not sppress rows all cores are used. Has anyone else experienced this or can i modify my report to improve performace?
<PAGE ("Years")
FY06
<COLUMN ("Time Periods")
{SUPHEADING}
{Width 20}
<DIMBOTTOM "Time Periods"
<ROW ( "Market Segments","Object",Entities, Currencies,Years,Scenarios, Versions,HSP_Rates,Accounts,"Data Type")
{NAMEWIDTH 30}
{TABDELIMIT}
{ ROWREPEAT}
{MISSINTTEXT "0"}
{SUPMISSINGROWS}
{ NOINDENTGEN  }
{ SUPCOMMAS  }
{ decimal 4 }
<DIMBOTTOM "Market Segments"
<DIMBOTTOM "Object"
<DIMBOTTOM "Total Company (Mgmt)"
Local JPY USD CNY GBP
<DIMBOTTOM "Scenarios"
<DIMBOTTOM "Versions"
<DIMBOTTOM "HSP_Rates"
<DIMBOTTOM Accounts
<DIMBOTTOM "Data Type"
!

One item unrelated to the DimBot issue:
If you have a time period that can be used to restrict on (for suppression), you can use the restrict approach rather than the sup missing, ala:
<RESTRICT (@DataCol(11) <> #Missing )
I'm not sure I would attempt this if you had to deal with multiple restrict's though -- I'm also not entirely convinced the savings would be substantial, but it could be based on the multiple core aspects.

Similar Messages

  • Extract report only 15 rows at a time

    Hi,
    I need to generate report when i export it to a spear sheet it must allow to take only 15 rows at a time how to do this please suggest.
    Thanks
    Sudhir.

    Having the maxbufferrowsize
    But I have a doubt that it is related. You probably max up the allowed size for your version of Excel.
    Arthur My Blog

  • Invocation service only processing on a single node (Coherence 3.4).

    I'm trying to run a task on each node using the invocation service. The task should return a list of report files from each node.
    The service is setup as follows:<b>
        <invocation-scheme>
            <scheme-name>agents</scheme-name>
            <service-name>agents</service-name>
            <serializer>com.tangosol.io.DefaultSerializer</serializer>
        </invocation-scheme></b>
    And accessed as follows, using the deprecated getInvocationService method:<b>
        InvocationService service = CacheFactory.getInvocationService("agents");
        Map<Member, List<String>> reportQuery = service.query(new ReportFilesnameAgent(), null);</b>
    When I access it in this way, the ReportFilesnameAgent only runs on a single node, despite the following listing both cluster nodes:<b>
        Set memberSet = service.getCluster().getMemberSet();</b>
    I even tried to force it to run on all nodes by passing the member set to the query method, but this made no difference:<b>
        Map<Member, List<String>> reportQuery = service.query(new ReportFilesnameAgent(), memberSet);</b>
    If I access the service using the recommended (non-deprecated) method:<b>
        InvocationService service = (InvocationService) CacheFactory.getService("agents");</b>
    Coherences throws the following:<b>
        Caused by: java.lang.IllegalArgumentException: Missing scheme for service: "agents"</b>
    Any ideas?
    Many thanks in advance,
    Cormac.
    Edited by: user1744133 on Dec 21, 2009 4:15 AM

    Hi,
    I'm trying this invocation-schema with Version 3.5.2/463a and a pof serializer and it fails with the below stack trace suggesting that my nodes run of different configurations.
    I can see them loading the same cache-config and the same config though.
    Any ideas?
    many thanks,
    Christoph.
    The new invocation conig:
         <invocation-scheme>
              <scheme-name>agents</scheme-name>
              <service-name>agents</service-name>
              <serializer>
                   <class-name>
                        com.tangosol.io.pof.SafeConfigurablePofContext
              </class-name>
                   <init-params>
                        <init-param>
                             <param-type>string</param-type>
                             <param-value>
                                  orion-pof-config.xml
              </param-value>
                        </init-param>
                   </init-params>
              </serializer>          
              <autostart>true</autostart>
         </invocation-scheme>
    the stackt trace:
    2010-02-15 15:37:37.286/5.469 Oracle Coherence GE 3.5.2/463 <D5> (thread=Invocation:agents, member=2): Service agents joined the cluster with senior service member 1
    2010-02-15 15:37:37.333/5.516 Oracle Coherence GE 3.5.2/463 <Error> (thread=Invocation:agents, member=2): The service "agents" is configured to use serializer com.tangosol.io.DefaultSerializer {loader=sun.misc.Launcher$AppClassLoader@17590db}, which appears to be different from the serializer used by Member(Id=1, Timestamp=2010-02-15 15:37:20.268, Address=165.2.93.118:18001, MachineId=64118, Location=site:EMEA.AD.JPMORGANCHASE.COM,machine:LLDNCFI5SZW83J,process:2360, Role=TmpMain).
    java.io.StreamCorruptedException: invalid type: 78
         at com.tangosol.util.ExternalizableHelper.readObjectInternal(ExternalizableHelper.java:2231)
         at com.tangosol.util.ExternalizableHelper.readObject(ExternalizableHelper.java:2219)
         at com.tangosol.io.DefaultSerializer.deserialize(DefaultSerializer.java:60)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.readObject(Service.CDB:4)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid$ServiceConfigMap.readObject(Grid.CDB:1)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid$MemberConfigResponse.read(Grid.CDB:13)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:123)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
         at java.lang.Thread.run(Thread.java:619)
    Stopping the agents service.
    2010-02-15 15:37:37.333/5.516 Oracle Coherence GE 3.5.2/463 <D5> (thread=Invocation:agents, member=2): Service agents left the cluster
    2010-02-15 15:37:37.333/5.516 Oracle Coherence GE 3.5.2/463 <Error> (thread=main, member=2): Error while starting service "agents": java.lang.RuntimeException: Failed to start Service "agents" (ServiceState=SERVICE_STOPPED)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:38)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:38)
         at com.tangosol.coherence.component.util.SafeService.startService(SafeService.CDB:28)
         at com.tangosol.coherence.component.util.SafeService.ensureRunningService(SafeService.CDB:27)
         at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
         at com.tangosol.net.CacheFactory.getInvocationService(CacheFactory.java:943)
         at com.tmp.InvocationClient.main(InvocationClient.java:37)

  • Single core

    Hello,
    I would like to ask if anyone could refer me to some reading material that explains the difference in recommended LabVIEW programming for single core and multi core machines?
    Assuming I had a multi VI program that runs fine on a quad core, but barely runs on a single core. Obviously the quad core is more likely to provide better performance, but I am vaguely aware of the different programming methods which are more suitable for the respective type of cpu.  
    I do not ask for any specific help with any vi or issue, I would just like to read up on this subject. I looked around a little but did not find very much. Any links or suggestions would be greatly appreciated.
    Thanks

    Ben wrote:
    Please tell more about what you think you should be finding but are are not finding.
    I know of things to watch for when going from single core to multi-core but little "rings a bell" going the other way... EXCEPT adding a "zero-millisecond wait" to all loops. The presnece of a wait tell she secudler this loop can be interupted. Without the timer, LV will "read the code" as "please run as fast as possible, and if that means don't give up the CPU, so be it.".
    See alos this search on "Cooperative multitasking".
    Ben
    A wait is not always required. It won't hurt, but there are other pieces of code that will allow the scheduler to evaluate if other tasks are ready to run. If you have any queue or notifier VIs they will allow the scheduler to run as well. There are probably a few others. I am reasonably sure that any VI with a timeout input will allow the scheduler to run.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Hot and slow while only running two apps

    Ive got a 3.0gGHz dual, 4GB, with 354GB of space left on the HDD. Most of what im doing on the computer is playing World of Warcraft, windowed, with safari open (a very popular thing for those unaware). These are the only two apps ill have open, and not only will the computer become incredibly hot, upwards of 95C, but when clicking between the two and attempting to load pages, it beachballs until clicking back into the game, when the page strangely and quickly loads. I have to have the fans blowing as a gusty 6200rpm with a 2000rpm cooling fan pad underneath just to get it down to 80C, but it still fluctuates. I took it into the genius bar in Atlanta while on vacation, and while they didnt have time to do an OS test (i had to get back on the road), they did a hardware test and found no problems. The genius wasn't much help and had no idea about it being slow or anything, just kind of addressed the heat issue, which what i thought might have been the root cause. After having a desktop computer with only a 2.8 single core and 4GB (windows) with no problems in terms of speed, im feeling that theres got to be something wonky going on. Ive repaired permissions but not done a disk repair. I dont want to reload the OS...because well i feel after switching from PC to Mac its a bit of a copout. Any suggestions? Possibly just some better cooling pads and cooling solutions?

    And Safari is good to have open so you can look up various things while youre playing.
    I see; thanks for explaining.
    Anyways, i still dont think it should bog it down enough to beachball.
    Not unless there's Flash or other streaming video content on the page being displayed, no. If there is any, it might very well beachball. Flash is a gigantic processor hog.

  • Single Core CPU - REQUIREMENTS

    Hi ALL Hope I'm in the right place this is a hard hardware isssue I can't seem to figure. Here's the deal: Old Toshiba Satellite (circa 2006) with Intel® Pentium® M Processor 780 (2M Cache, 2.26 GHz, 533 MHz FSB) with MMX instructions, SSE / Streaming SIMD Extensions, SSE2 / Streaming SIMD and 2 NX / XD / Execute disable bit. For the new guys out there - yeah this is old - it's single core. Remember those? OS win xp pro (32bit) 100% fully patched and with no failed updates. Just waiting to install the MS Skype update. So will this setup run Skype with a webcam and if it will which webcam should I buy?

    You can run a webcam with that setup.  I would suggest you buy a webcam that is designed to run on a single core.  I would suggest getting at most a 720p camera or under [2Mbit video (not photo capture) or below] that is compatible with Windows XP.  The higher resolution a camera is capale of, the more likely it will attempt to negotiate ata a higher resolution which will result in more CPU consumption.  If you use a 720p camera and it determines to engage the higher resolution, don't be surprised if your CPU resources hit as high as 80% while on a call.  Then again, it might not try and you could be fine even with a high-end camera.  I would personally recommend getting a big brand name camera like a Microsoft Lifecam or Logitech series (I use both).  Getting a generic brand might work great on your computer as well but it may work too great providing too low a quality that is acceptable to you or others with no room for improvement in the hardware.

  • HP 4510S laptop. has dual core processor but is only running one half of it.

    This system is running on Win 7 32bit.  If I upgraded to W7-64 bit would the system then use both halves of the processor?

    I use BELARC advisor which lists all hardware, SW on my system.  It also tells me what processors I have, memory, etc.  It will also tell me if I have a dual or single core processor and whether it is running both cores or only one.  My gateway NV50 is running Win 7-64 bit and BELARC tells me how it is working on both cores.  But my wifes LT which is an HP has win 7-32 bit for an OS and Belarc advises that it is only running one core.  That is why I asked the question.  I am upgrading the HD from 250 to 750 gb and maxing out her memory.  Maybe then she will quit complaining about how slow it works. 

  • Why single core only on a MBP13 Core i5 w/ VMware Fusion + Win7 BootCamp Partition

    1. When I boot into OS X and launch VMware Fusion running Windows7 on a 2011 MacBook Pro 13" w/ Core i5:
    I see only a single core in-use in the Windows 7 CPU performance widget running VMware Fusion using Windows 7 installed in BootCamp Partition?
    2. When I boot directly into Windows 7 using the BootCamp Partition on the same MacBook Pro as above:
    I see all four cores in-use in the Windows 7 CPU performance widget. Why doesn't VMware fusion use all four virtual cores that the MAcBook Pro 13" Core i5 provides? Core i5 has 2 physical cores but 4 hyper-threads which appear as 4 virtual cores to the OS as I understand it.
    Is this expected behavior for this config? Why can't VMware Fusion on OS X see all four virtual cores? I see that the CPU submenu is greyed out under the VM Settings menu? So it appears CPU settings can't be changed for a running VM instance?  Any suggestion and pointers would be greatly appreciated.
    Thanks in advance!
    Fuji Apple Pie

    I think your i5 is 2-cores with 4-threads (the name virtual core for HT is just a way to get 20-35% more per physical core).
    And one physical core has to be assigned to Mac.
    If you had the i7 4-core / 8-threads, I can see more load balancing.
    Comparison Fusion and Parallels

  • Hello Everyone,      I have a MacBook older model with me.I am running 10.7.6 on that, I was trying to use BootCamp to install windows on my mac. Since BootCamp can only work on a single Volume, I partitioned my Hard Disk to one volume.   Using BootCamp I

    Hello Everyone,
              I have a MacBook older model with me.I am running 10.7.6 on that, I was trying to use BootCamp to install windows on my mac. Since BootCamp can only work on a single Volume, I partitioned my Hard Disk to one volume.
    Using BootCamp I installed windows and everything worked fine. After installing windows and testing everything, I switched back to OS X and this time I tried to make another partition on my single portioned Mac volume and named it Backup. That too worked. Now I have three Volumes
    1)Development2)Backup3)BootCamp.
    Next when I switched to Windows, It should the classic error, No Bootable device found, please insert a Bootable CD and press any key. When I tried to enter my Mac OS X install DVD and by pressing option key, it does not show me the proper Mac OS X development volume. It keeps going back to the No bootable device found message.
    Any help will be much appreciated
    Regards
    Mithun

    you can't add a partition in between - you put Windows to a new partition number.
    GPT (GUID)
    EFI
    Mac HFS
    Lion Recovery
    Windows
    And now you have two HFS
    One partition and one Windows (plus Lion Recovery).
    If you were to have more, it can't be before Windows for one thing.

  • Adobe Media Encoder only using single core of CPU (core parking has already been disabled and did not solve the problem)

    I only edit videos every few months and the last time I edited a video was around 6-9 months ago.  At that time, I noticed AME was only using a single core of the CPU and contacted Adobe who instructed me to disable core parking, which worked.  After disabling core parking AME used 100% of all 12 logical cores to process the video and all was good.  Then last week, I decided to edit another video and noticed AME was very slow and checked and it was again only using a single core to process the video, but core parking is still turned off.  By slow I mean that a 10 minute video with the lens distortion correction preset and one video transition effect is estimated to take nearly 3 hours to complete.  For comparison, the GoPro software processed the same clip with the same effects in 20 minutes.  Also, through troubleshooting with Adobe over the last few days, I have also tried downloading previous versions of the software but the prior versions have the same issue.
    The video I'm trying to edit was shot on a GoPro Hero 4 Black with 1080p Wide at 60 frames per second.  The default video format for GoPro is .mp4.   The output settings I'm using when I export from Premiere Pro to AME are H.264 with the YouTube 1080p HD.
    My system:
    ASUSSabertooth X79
    Intel core i7 4930k (6 physical cores, 12 logical cores)
    16GB DDR3 Quad channel RAM
    Samsung 830 SSD 128GB
    NVIDIA GeForce GTX 460 (not CUDA compatible, I know)
    Please ask if you need any additional information to help solve this problem.

    This has been driving me CRAZY... so going over the message boards from 2 to 5 am this morning I found the best explanation I have seen.   The problem is that Adobe Creative Cloud is NOT "Processor Group Aware".  Windows parses any more than 36 cores into "Processor Groups" and while the Pro version of Windows 7 & 8 can handle 256 threads they have to spread them across multiple processor groups.
    Simple Version:  AREA | How many cores does 3ds Max support?
    Microsoft's Explanation:  Processor Groups (Windows)
    Clearly, this is an Adobe Problem... If any engineers are reading this PLEASE review the below and incorporate it into your next build of Creative Cloud!!!
    https://msdn.microsoft.com/en-us/library/windows/hardware/dn653313%28v=vs.85%29.aspx
    Again, I bought a VERY expensive machine based on your white paper that recommended Dual Xeon Workstations.  Please, Please Give us the product you PROMISED!!!
    Michael

  • Report to run only after prompt selection

    Hi all,
    we are using obiee 11.1.13, We have a required prompt (with property require user input checked), only after selecting the prompt the report should run, how do we make this work.
    Thanks,
    Sreekanth

    Hi Sreekanth,
    Don't create the prompt separately. Instead create the prompt while creating the report itself (Third tab in the Create report section) . Then add this report to dashboard. Make the default selection of the prompt "None" and "Enable User Input required". Try this and let me know.
    Thanks,
    Arul
    Edited by: Arul on Jul 25, 2011 2:42 AM

  • Granting Run Report permissions on a specific report only

    Guys,
    Is there a way to grant access to users only on a specific report so that users can run that report.
    For example, we want to give access to a user group on a report "All deployments for a specified package and program".
    Environment: SCCM 2012 R2
    Steps Performed:
    1. Created a security role called "Run specific reports"
    2. Selected permissions for this role are ONLY, "Run Report" under Packages node
    2. Added user group TB\XYZ in this role
    As a result:
    - User groups TB\XYZ were added in the security of all the reports in category "Software Distribution - Package and Program..."
    - Users run the report "All deployments for a specified package and program" but don't see any values in Package drop down list. If we supply report parameter (package ID) in the report URL, it still does not work and shows incorrect
    parameter value.
    - Users can see all other reports and folders in SSRS e.g. when they access
    http://servername/reports - this is not what we want.
    Requirements:
    1. What we want is to grant user group access only on one report "All deployments for a specified package and program" and all the related reports so that users can drill down further reports.
    2. User cannot read data using SCCM console
    3. User should not see/run other reports (we want to provide users direct report URL passing package/program ID as a paramter)
    -- S Ahmad

    How is granting read permission only to those object that you want them you have access to giving them too much permissions?
    The permission in CM12 R2 are far better (from a reporting stand point) than in CM12.
    Exactly which report are you trying to grant accces too and why?
    What is the business case for this?
    I just want to grant permissions on "All deployments for a specified package and program" report in such a way that users can further drill down to following three reports:
    -Status of a specified package and program deployment
    -All system resources for a specified package and program deployment in a specified state
    -Package and program deployment status messages for a specified client and deployment
    So total of 4 reports. In SCCM 2007, it was easy to give access in the properties of the reports only (asp based reporting). However in CM12 (or R2), reporting is based on SSRS and what I've found is that we have to grant rights on objects those are part
    of above reports e.g. packages, collections, workstations etc.
    Giving "Run Report" rights to users does not grant access on view the information related to packages, collection or workstatons so report shows as blank. Another problem with "Run Report" permission for "Packages" in Security role is that it grants "Run
    Report" access to all the reports in Software Distributions section.
    -- S Ahmad

  • Core 2 duo only running at 997mhz at full load

    Hi my new/used thinkpad t60 core 2 duo t2400 1.8ghz is only running at 997mhz even at full load i disabled speedstep in the bios the power management is set to maximum performance and still it only runs that clock speed even at 100% load.
    Link to picture
    thank you for looking
    Eastham.
    My main Thinkpad - T400, 2768-BA8, core 2 duo t8300, 8GB RAM, ATI HD3470, 700GB HDD drive.
    Solved!
    Go to Solution.

    Do you have a charged genuine battery installed and is the cpu operating at normal temps?
    ThinkPad W-510 i7-820QM(1.73-3.06GHz) Quad Core... ThinkPad T500, T9900, 8gb SSD...FrankNpad T-60p/61p (X9000 2.8ghz) 8gb SSD ips FlexView...ThinkPad T-61p (T9300 2.5ghz) 8gb ram...Thinkpad X-61 Tablet 4gb ram...ThinkPad A-31 (1.9ghz P4 1.5gb ram)

  • How do I schedule the Oracle Reports to run only weekdays (Mon - Fri)?

    I am using the Oracle Reports Server to schedule the report.
    I have successfully been able to schedule my report to run every day (Monday - Sunday), but the customer does not want it creating an empty report on Saturdays and Sundays. I have tried at least 50 different &schedule= commands and none of them work.
    Someone here suggested that to use WEEKDAYS that the DBAs have to set something up in the Oracle Report Server, however our DBAs do not know of anything that they have to do.

    If you have monday to friday these would be 5 weekly jobs for every day.

  • Compressor performance - single core transcoding?

    I have a relatively new MacBook Pro (15" Retina, 2.6 GHZ i7, 1TB SSD, 16GB RAM). I am an experienced user of the Adobe Suite of products especially Premier Pro and Media Encoder. I have download Compressor and run a number of transcoding tests and found that trancoding takes considerably longer compared to Media Encoder. The Activity Monitor reports what looks like on a single core is running (e.g. 100% CPU and the graph showing only about 10% CPU utilization.
    Is this right? Are there any settings that can be tweaked to get all the cores on this processor churning on the transcode?

    Compressor is multi-core aware.  It may be that your encoding job won't benefit from more than one core.  I could be you're encoding a variation of H.264 that doesn't allow job segmenting.
    Also, check your preferences, the Advanced section, how many "instances" is it set to?  The max number is not always the most efficient.  Do a test encode with the Max number, then decrease by one on following tests, see where the sweet spot is.
    Finally, only single-pass H.264 will take advantage of the hardware encoding, not multi-pass.

Maybe you are looking for

  • IPhoto not compatible with OSX Yosemite

    I have a MacBook Pro  (17 inch, early 2011) with a 2GHz Intel Core i7 and 4 GB 1333 MHz DDR3. A few weeks ago I downloaded the Yosemite operating system (10.10.3). Since then, my iPhoto application will not open. I can't save pictures to my computer

  • Layers not Printing in Acrobat 7 Windows

    Hi, I'm hoping someone can help me with an issue I'm having printing layered acrobat files.  Many of my layers are not printing for some reason.  This only happens on page 1 of a two page pdf.  This is happening on Acrobat 7 pro on both Windows XP an

  • OCIEnvNlsCreate() failed: OCI8+PHP+Linux+Oracle 11g

    Hi All, I've been struggling with this since 3 days. I'm getting the following error while using oci_connect: Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - please check that LD_LIBRARY_PATH includes the

  • Installment plan creation for the items on the Case

    Hi, Is it possible to create Installment plan for the Items that are part of the Case (Case Management)? Transaction FPR1 exclude these items from selection! Regards, Miroslav

  • Multiple Async Task Method in single worker role

    Hi all, I want to combine two more Async task method in single Worker role project .i.e.       public override void Run()                 this.RunAsyncForInvoice(this.cancellationTokenSource.Token).Wait();                 this.RunAsyncForStatisticalJ