Acrobat Mac OS background process saps CPU

I have had a background process on my Mac OS (Mountain Lion and Mavericks) that occassionally shows up. I find it via Apple's Activity Monitor and see it on the CPU tab, and sorted by CPU Time it shows up near the top.
I think it has more to do with Acrobat Pro X (maybe 9 as well), since I haven't seen it while just using Acrobat Pro XI (yet!).
Anyway, the process is called "Acrobat and Adobe Reader" in the listing, with an icon that looks like the Adobe Acrobat updater, the one with the rotating arrow on it. This process will start up at some point, and then it will never quit on its own.
While it runs, it uses up immense amounts of CPU cycles (in the CPU histogram it is the red area that grows higher than 60% of the activity), and consequently other operations get starved, and it makes the CPU run harder and hotter.
The only way I have been able to get it to stop is to select it in the Processes list and call it to quit.
Anyone else run into this? Is there any way to keep it from coming up?
Thank!

Hi pathblaster,
Please refer the following KB to diable autoupdater for Acrobat : http://helpx.adobe.com/acrobat/kb/disable-automatic-updates-acrobat-reader.html
Alternatively you can install the updates manually from : http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Macintosh

Similar Messages

  • Background process of SAP BPC 7.5 or 7.0 NetWeaver or MicroSoft version

    Hi Experts,
    I am new to SAP BPC NetWeaver. I want to know u2026.
    While creating a dimension or an application in BPC 7.5 or 7.0 NetWeaver or MicroSoft Version, what process is going on background, like what tables or what objects are created in SAP BI 7.0 or in MS SQL Server?
    Appreciate your help.
    Regards
    Raja

    Hi Experts,
    I am new to SAP BPC NetWeaver. I want to know u2026.
    While creating a Characteristic InfoObject for Master Data in SAP NetWeaver BW. It creates
    /BIC/P<InfoObject Name>          P table or Attribute Table
    /BIC/T<InfoObject Name>          Text Table
    /BIC/H<InfoObject Name>          Hierarchy Table
    /BIC/M<InfoObject Name>          View of P Table or Attribute Table
    /BIC/S<InfoObject Name>          SID Table
    /BIC/K<InfoObject Name>         
    /BIC/I<InfoObject Name>          Maintain Parent Child relationship
    My query is:
    Does this SAP BPC 10 or 7.5 or 7.0 NW dimension, which is equivalent to an InfoObject in SAP BW creates the same tables in the background in SAP BW.
    An InfoCube of SAP BW is connected with the Dimension Table. This Dimension Table is connected with the SID Table. This SID Table is connected with the Characteristic, which is connected with Attribute Table, Text Table, and Hierarchy Table. Does this SAP BPC 10 or 7.5 or 7.0 NW cube follow the same structure.
    Appreciate your help.
    Regards
    Raja

  • SAP BI 7 - Background process performance Issue

    This question is about efficiency of dialog process compared to inefficiency of the background process and I want suggestions from SAP Basis/BI experts on this.
    We have observed that our background processes on BI server are not running as efficiently as we would like them to run.
    For example
    DSO activation:
    When I use Dialog mode for DSO Activation with 3 parallel processes, I can activate a certain DSO with in 15 seconds. But the same DSO and the same data package when activated using background mode with 3 parallel process takes about 15 minutes.(there are plenty of background processes available on the system when this activation is running). So dialog process runs 60 times faster than background process.
    In BI 7 most of the operations can be executed only in the background parallel mode. And from the activation example we know that our background processes are not as efficient as dialog processes. It
    is understood that in general the background processes will not be as efficient as dialog processes, but in our case the difference is a factor of 60. We want help to identify, why the background processes are not as efficient as dialog processes. What SAP Basis settings need to be changed to make them as efficient as we can. Any suggestion or help will be highly appreciated.

    Hello Eswaran
    Generally a dialog process is not faster by any means than a background workprocess. Nevertheless i trust you on your observations, so there must be some difference. I just did a small test, i ran SE16 chose a big table and selected 10000 rows, i did 3 tries in dialog and 3 in background. The results:
    dialog: 10.2s, 9.4s, 9.6s
    background: 26s, 24s, 24s
    So even in my simple example the background execution took more time. The issue here is, that the resulting output (which is pretty large) had to be saved additionally in a spool (a total of 167 pages) when executed in background. The selection of the data certainly did not take more time in either case.
    The most important difference between dialog and batch processes is the memory management. Dialog processes work with a shared memory segment (extended memory). Background processes have their private heap memory.
    Nevertheless, background processes are not "slower" in general, not at all. You will need to observe closer, what your processes are doing. Maybe watching SM50 while running the DSO activation is enough to see it, maybe you need to trace a process. If you see large spools generated, or huge amounts of memory consumed, we might already have an answer.
    Regards
    Michael

  • Java code running as background process in Linux causes high CPU util.

    I'm running a piece of java code as a background process in Redhat 7.1 . When I specify to run it as a background process (using the '&') at the command line, I get CPU utilization at around 5% and it dips.
    When I edit the script that runs the java code to specify running it as a background process withint the script itself (java ..... &) and then go to the command line and run the script, the CPU utilization shoots up to 95% and stays at the low 90's - very high 80's range for the CPU utilization..
    I'm hoping someone has any idea for this behavior and a way to fix it.
    Thanks in advance,
    Sarat..

    This is an interesting post and i'm sory i don't have time to
    experament before i answer
    you could of course run the script as background
    *.sh &
    but that's probubly not what you want
    I think the solution lies in giving the
    proccess a job number %n
    then setting it %n &
    it might even work to
    put something like %java &
    Anyway when it's running fullout
    it is because it is in the
    current terminal process group PID.
    wish i could help more

  • CC background processes are locking my CPU since updates for CC 2104 released

    Two hours with Apple points to background processes of Creative Cloud consistently locking up my iMac CPU around 5 min and 45 secs after booting up. 
    Issues stated last week Thursday after updates released, progressed Friday to the point of not being able to perform any tasks on my workstation after the 5:45s time window.
    Attempted to upgrade CC apps to 2014 and was able to get CC Illustrator 14 installed but CC Photoshop 14 fails around 42% everytime I try. Have not updated any other apps (indesign, etc).
    Have seen mention of others having same CPU lock up now.
    Tried phone support - discounted when transferred to a busy signal after 17 min and two operators.
    Can NOT work this way - need answers.

    Anthony,
    IMHO, locking by task id is not advisable because effectively you are going to allow only one instance of the task type to execute at a time. What if an instance of the task has different materials?
    If you still want to play with your idea, the code below in your object method will get the current task id.
    DATA:
      workingwi       type swc_object,
      TASK            type SWWWIHEAD-WI_RH_TASK.
    swc_get_element container '_Workitem' workingwi.
    swc_get_property workingwi 'WorkitemTask' task.
    Cheers,
    Ramki.

  • Background processes on SAP BW Production stall - kicked off via UC4

    All,
    We have the following issue; there 6 background processes available on the BW server. The UC4 (external) scheduler kicked off 3 jobs that in turn was kicking off 3 process chains which were trying to kick off 10  background processes. The result was that 6 background processes were kicked off, seemed to be active (in sm37), but actually stalled (they were not doing anything), it was like they ended up in a deadlock. Normally one would expect the processes to run according to the mechanism that when there are no background processes available, to wait. My guess is that because they were initiated by an external scheduler and demanded more than the total available background processes that mechanism did not work. Has anyone encountered this problem before? And knows why it happens?
    Regards, Meindert

    Hi Meindert,
    If I recall correctly I remember having seen this before as well, and then the root cause actually was the way the process chains work. There was (is?) some dependency on free batch processes in the initialization phase of the process chain which lead to hanging processes if you started a few process chains at the same time and there are not enough free batch processes available.
    I believe this is internal to SAP so probably not caused by scheduling the chains externally, however your external scheduler could maybe take the number of free batch processes into account. I do not know your external scheduler well enough to explain it for that product, I do know how I would handle it with CPS: I'd use queueing to make sure that there are enough free batch processes available, or I would let it monitor the number of free batch processes on the system and if that would become too low, I'd temporarily hold new process chains that needed to start. The chosen option would depend on the priorities of the processes involved, to make sure that the processes with the highest priorities can always start and always have batch processes available.
    Regards,
    Anton.

  • Background processes initialization much longer in CS6

    Hello,
    The title says it all.
    When launching a render, the message "background processes initializing / this may take a while" gets stuck more than 70s in CS6, whatever the project, whereas it was never on more than 10s in CS5.
    We're back to the CS4 delays here. Is this a known issue ?
    On a side note, the multiprocessing is a bit weird:
    Before it was pretty straightforward : When 10 cores were used for the render, the frames were rendered by batches of 10. With CS6 it's different : A first batch of 3 frames get rendered, then another one of 14 (!!), then I lost track of the process.
    Is multiprocessing so different in CS6 ?
    Thanks to whoever can answer...
    JM
    Mac Pro 12-Core / 32GB RAM
    Mac Os 10.6.8
    AE MP settings :
    2,5GB per core / RAM reserved for other applications : 4GB
    CPU reserved for other applications : 4

    It seems that the latest update (11.0.2) did not fix this. Are Adobe actually going to acknowlegde this problem exists or just bury their heads in the sand over it? I just tried rendering out a TIFF sequence and a WAV file into an mp4. After 3 minutes of it saying 'background processes intializing this may take some time' I cancelled it, turned off multi-processing and it then rendered straight away. This was using an i7 on Windows using 6 cores to multi-process with. The majoirty of time the delay in ram previewing with multi-processing turned on completely negates the speed advantages you get than if you don't have it turned on as well - especially with small, easy comps. I also see the same problem with the Mac Pros at work. Could you please possibly spend less time inflating the software by adding plugins and components that we don't need ie Camera Tracker (I have Boujou, PFMatchIt, Matchmover and The Foundry Camera Tracker already) and that god awful slow raytracing engine and actually speed the whole programme up which is what we all want?
    And one last thing. When are we going to see proper playback from disk and not ram like a Smoke, Flame or Avid system does? I have 5 SSDs in RAID 0, more than quick enough to playback uncompressed 2k+. Why if I'm working in any comp longer than 10 seconds even with 32Gb or RAM am I constantly having to re-render the front part of the comp because AE has used the RAM elsewhere - just store and play it back directly from disk??? This is the only thing that is stopping AE from being a proper online finishing system.
    Rant over. Breathe.....

  • How do I kill a background process that is slowing my Macbook down?!

    So basically I tried to run parallels 10 on my macbook pro and it did nothing but slow the entire machine to the point that it went out to the geek squad 2x and nearly back to apple.  It got a full restore and seemingly everything was gone that associated the comp with parallels ...until I found this...running in the background and need to seek it out and destroy it from my computer!!!
    The goal is to make it disappear and never come back...ps when I try to quit it by pressing the X (stop sign) button below the red, yellow and green icons it just turns right back on...please help
    this image below is when I tried to hit info and locate where it was within the mac...no idea what either means
    thanks

    trying to get rid of some of this stuff and it just isn't disappearing
    need help
    Problem description:
    ckeck
    EtreCheck version: 2.1.6 (109)
    Report generated January 24, 2015 at 8:54:49 PM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Technical Specifications)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
      Battery Health: Normal - Cycle count 41
    Video Information: ℹ️
      Intel HD Graphics 4000
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Time since boot: 1:55:13
    Disk Information: ℹ️
      APPLE HDD HTS545050A7E362 disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Unicron HD (disk1) / : 498.89 GB (291.74 GB free)
      Core Storage: disk0s2 499.25 GB Online
      HL-DT-ST DVDRW  GS41N 
    USB Information: ℹ️
      Logitech USB Receiver
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Extensions
      [not loaded] com.kaspersky.kext.klif (3.0.4a41) [Support]
      [not loaded] com.kaspersky.nke (1.6.4a15) [Support]
      [not loaded] com.smarttech.driver.response (1.0.0d1) [Support]
      [not loaded] com.smarttech.iokit.SMARTBoard (11 - SDK 10.9) [Support]
      /System/Library/Extensions
      [not loaded] com.tectona.driver.PL2303 (1.3.0) [Support]
    Startup Items: ℹ️
      ResponseHardwareService: Path: /Library/StartupItems/ResponseHardwareService
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [invalid?] com.paragon.NTFS.auth.plist [Support]
    Problem System Launch Daemons: ℹ️
      [running] com.seagate.TBDecorator.plist [Support]
    Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [running] com.smarttech.boardservice.plist [Support]
      [running] com.smarttech.floatingtools.plist [Support]
      [running] com.smarttech.ink.plist [Support]
      [not loaded] com.smarttech.responseconnectorservice.plist [Support]
      [running] com.smarttech.responsedesktopmenu.plist [Support]
      [running] com.smarttech.SBWDKService.plist [Support]
      [running] com.smarttech.smartnotification.plist [Support]
      [not loaded] com.smarttech.systemtrayicon.plist [Support]
      [failed] org.chromium.chromoting.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.oracle.java.JavaUpdateHelper.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.leadertech.PowerRegister.SEA1.b60059e7de6dca0698a5db94a25194fa.plist [Support]
    these 2 are of particular interest because I cannot get rid of them
      [invalid?] com.parallels.mobile.startgui.launchagent.plist [Support]
      [invalid?] com.seagate.dashboard.plist [Support]
    User Login Items: ℹ️
      iTunesHelper Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 16.0.0.287 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.287 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Support]
      MeetingJoinPlugin: Version: Unknown - SDK 10.6 [Support]
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    Safari Extensions: ℹ️
      OpenIE [Installed]
    3rd Party Preference Panes: ℹ️
      remoting_host_prefpane  [Support]
      Flash Player  [Support]
      Java  [Support]
      Seagate Dashboard for Mac OSX  [Support]
      SMART Board  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Unicron HD: Disk size: 498.89 GB Disk used: 207.15 GB
      Destinations:
      Unicron Port-HD [Local]
      Total size: 999.86 GB
      Total number of backups: 10
      Oldest backup: 2014-10-23 17:56:28 +0000
      Last backup: 2015-01-09 19:49:04 +0000
      Size of backup disk: Adequate
      Backup size 999.86 GB > (Disk used 207.15 GB X 3)
    Top Processes by CPU: ℹ️
          4% WindowServer
          0% SMART Ink
          0% launchservicesd
          0% fontd
          0% Floating Tools
    Top Processes by Memory: ℹ️
      232 MB Google Chrome
      142 MB softwareupdated
      120 MB Finder
      116 MB soagent
      113 MB Google Chrome Helper
    Virtual Memory Information: ℹ️
      122 MB Free RAM
      1.76 GB Active RAM
      1.65 GB Inactive RAM
      672 MB Wired RAM
      1.64 GB Page-ins
      4 MB Page-outs
    Diagnostics Information: ℹ️
      Jan 24, 2015, 07:00:12 PM Self test - passed
      Jan 24, 2015, 02:27:47 AM /Library/Logs/DiagnosticReports/WindowServer_2015-01-24-022747_[redacted].crash
      Jan 23, 2015, 08:09:17 PM /Library/Logs/DiagnosticReports/SMART Ink_2015-01-23-200917_[redacted].crash
      Jan 23, 2015, 01:00:09 PM /Library/Logs/DiagnosticReports/Installer_2015-01-23-130009_[redacted].hang
      Jan 23, 2015, 11:26:13 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-11261 3_[redacted].crash
      Jan 23, 2015, 10:58:04 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-10580 4_[redacted].crash
      Jan 23, 2015, 10:50:33 AM /Library/Logs/DiagnosticReports/Installer_2015-01-23-105033_[redacted].hang
      Jan 23, 2015, 10:49:15 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-10491 5_[redacted].crash
      Jan 23, 2015, 10:48:30 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-10483 0_[redacted].crash
      Jan 23, 2015, 10:28:04 AM /Library/Logs/DiagnosticReports/softwareupdated_2015-01-23-102804_[redacted].cp u_resource.diag [Details]
      Jan 23, 2015, 10:25:17 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-10251 7_[redacted].crash
      Jan 23, 2015, 07:53:31 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-07533 1_[redacted].crash
      Jan 23, 2015, 07:39:48 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-07394 8_[redacted].crash
      Jan 23, 2015, 07:38:33 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-07383 3_[redacted].crash
      Jan 23, 2015, 07:08:28 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-07082 8_[redacted].crash
      Jan 23, 2015, 06:59:47 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-06594 7_[redacted].crash
      Jan 23, 2015, 06:36:59 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-06365 9_[redacted].crash
      Jan 23, 2015, 06:36:27 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-06362 7_[redacted].crash
      Jan 23, 2015, 06:36:01 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-06360 1_[redacted].crash
      Jan 23, 2015, 06:35:38 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-06353 8_[redacted].crash
      Jan 23, 2015, 06:35:24 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-06352 4_[redacted].crash
      Jan 23, 2015, 02:38:39 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02383 9_[redacted].crash
      Jan 23, 2015, 02:37:38 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02373 8_[redacted].crash
      Jan 23, 2015, 02:34:04 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02340 4_[redacted].crash
      Jan 23, 2015, 02:33:51 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02335 1_[redacted].crash
      Jan 23, 2015, 02:33:27 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02332 7_[redacted].crash
      Jan 23, 2015, 02:33:00 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02330 0_[redacted].crash
      Jan 23, 2015, 02:31:52 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02315 2_[redacted].crash
      Jan 23, 2015, 02:31:10 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02311 0_[redacted].crash
      Jan 23, 2015, 02:30:20 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02302 0_[redacted].crash
      Jan 23, 2015, 02:29:05 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02290 5_[redacted].crash
      Jan 23, 2015, 02:28:31 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02283 1_[redacted].crash
      Jan 23, 2015, 02:12:39 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-23-02123 9_[redacted].crash
      Jan 22, 2015, 12:53:19 PM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-22-12531 9_[redacted].crash
      Jan 22, 2015, 12:53:04 PM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-22-12530 4_[redacted].crash
      Jan 22, 2015, 12:52:45 PM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-22-12524 5_[redacted].crash
      Jan 22, 2015, 12:08:02 PM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-22-12080 2_[redacted].crash
      Jan 22, 2015, 12:06:52 PM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-22-12065 2_[redacted].crash
      Jan 22, 2015, 11:58:32 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-22-11583 2_[redacted].crash
      Jan 22, 2015, 11:58:19 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-22-11581 9_[redacted].crash
      Jan 22, 2015, 11:47:06 AM /Users/[redacted]/Library/Logs/DiagnosticReports/syncdefaultsd_2015-01-22-11470 6_[redacted].crash
      Jan 22, 2015, 11:21:13 AM /Library/Logs/DiagnosticReports/Installer_2015-01-22-112113_[redacted].hang
      Jan 22, 2015, 10:56:28 AM /Library/Logs/DiagnosticReports/activationwizard_2015-01-22-105628_[redacted].h ang
      Jan 22, 2015, 10:56:27 AM /Library/Logs/DiagnosticReports/activationwizard_2015-01-22-105627_[redacted].h ang
      Jan 22, 2015, 10:31:34 AM /Users/[redacted]/Library/Logs/DiagnosticReports/SMART Ink_2015-01-22-103134_[redacted].crash
      Jan 22, 2015, 08:18:23 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Notebook_2015-01-22-081823_[re dacted].crash

  • GUI_DOWNLOAD and background processing

    Hello,
    I have created a process which creates a file. this process uses GUI_DOWNLOAD to put the file on the users C drive or other directory on our network. The user wants to run this process in background and the program is returning a 6  (error unknown) from the GUI_DOWNLOAD FM. I was looking on SDN and found out the GUI_DOWNLOAD only works in foreground. You have to use OPEN and CLOSE DATASET statements to process in background. I am thinking about putting a button to denote foreground/background processing and using the appropriate statements to process the file. I will then have to get the file from the app server to a place will the user can get access to it.
    <b>first question</b> - is there a FM to do a FTP from the app server to a directory on our network for the user to access?
    <b>second question</b> - is this the right approach or is there something else that I should be doing.
    thanks in advance for your help

    Hi,
    Yes, your right, GUI_DOWNLOAD wil not work in background mode, you need to place the file in Application server, here.
    See the below link for a FTP program, use the proper commands(i do not know whether downloading the file is possible through the commands)
    http://www.sap-img.com/ab003.htm
    or else, write a small program which downloads the data from the application server, but it should run in the foreground
    Regards
    Sudheer

  • Crystal Reports VS 2008 "The request could not be submitted for background processing"

    Hi,
    I am going to try to explain this issue the best I can. Please let me know if you need any other information or have any ideas as I have exhausted my resources. We have an ASP.NET application that has highly formatted crystal reports in them that the users can export as PDFs. All reports export without a problem when the application is run off of our desktops. The reports use a sql server authenticated user, executing stored procedures, and each subreport is linked by the main parameter. We are using Visual Studio 2008 version 3.5 SP1 with Crystal Reports Basic for Visual Studio 2008 on Windows 7 Enterprise SP1. We have designed the reports in Crystal Reports XI Release 2 (11.5.12.1838) and imported them into the ASP.NET application. When trying to export the reports as PDFs from the development or production servers, we get the error message below for some, not all, reports:
    System.Runtime.InteropServices.COMException (0x800002AD):  Error in File C:\Windows\TEMP\KeyAccountProfile {9FA5C095-77A2-425D-AC6B-8BB66B435336}.rpt: The request could not be submitted for background processing.     at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)     at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
    We have cleared the temp directory on the servers before exporting and are still receiving the error. We have installed Crystal Reports Basic Runtime for Visual Studio (10.5.2.0) on both servers. I have identified the underlying issue to one stored procedure/subreport that is causing the report to fail. The weird thing is, when we change the connection to point to development, the stored procedure/subreport runs fine for the report that generates an error when run from production, and the data is the exact same. I have tried rebuilding the subreport but the error still appears even though it runs fine for other reports.
    I have been through the document below, and othe similar issues in the forums, but still have not found a resolution. I was trying to use the "modules" application put since this is an ASP.NET application I am unsure of which executable I should be looking at.
    http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/50a6f5e8-8164-2b10-7ca4-b5089df76b33?QuickLink=index&overridelayout=true&36837934524320
    Thanks in advance for your assistance,
    Brad Hood
    06-26-14
    OK.. I did some more investigating on this today. I have found out when I move the sub report that generates the error under another sub report, the sub report in question runs without issue. But when I try and move the sub report that produces the error above any other sub report, the error still generates. Can this get any weirder.... FYI.. there is a total of ten sub reports on this report.

    Hi Brad
    I'm not sure that Modules would show us anything in this case, so let's try a few other things:
    1) Make sure you are using SP 1 for Crystal Reports Basic Runtime for Visual Studio:
    Crystal Reports for VS 2005 and VS 2008 Updates & Runtime Downloads
    2) Seeing as this works on dev, this may be some db inconsistency so enabling the report option "Verify on 1st Print" will be a good idea.
    3) Double check the database client and make sure the same client is used on dev and deployed systems. Actually I take back my Modules negative as this is where it may prove useful. Once you have the Modules logs, look at who is loading the crpe32.dll, then look at that process and see the client dlls.
    4) Check the printer driver; see if there are any updates. Try a different printer driver.
    Ten subreports is not too bad, though not that good either as you are loading the report engine with at minimum 11 simultaneous reports (each subreport is considered to be a report). If a subreport is in a details section and the details section returns a 100 records, you are running 100 + 1 reports. This may lead to memory issues, which may lead to the error.
    If I was a betting man, I'd put most of my money on the printer driver (based on your last addition to your post). What ever money I had left would go to some database issue (be it actual data or client related).
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Background Processing? how schedule job for "System Error" Message .

    Hello everyone,
    in sap help i have read.
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/f72040599a8f5ce10000000a155106/frameset.htm
    PCK> Monitoring>Message Monitoring-->Background Processing
    you can schedule jobs for various background processing:
    ●     Archiving of messages processed successfully
    ●     Deletion of messages that are not to be archived
    ●     Restarting of messages with errors
    ●     Rescheduling of lost messages
    can anyone understand this docu?
    give me some introduction, how can i define and schedule these jobs ?
    thx in advance!!
    best regards
    Yaning

    Background Processing
    Prerequisites
    You have started the message monitor on the initial screen of the PCK and are in Background Processing.
    Features
    Archiving
    You require two archiving sessions to archive messages:
    ●     One session to write the messages to the archive
    ●     One session to delete the persisted messages that have been archived
    To do this, you schedule an archiving job, which implicitly schedules the sessions to write to the archive and delete the archived messages.
    You can define one or more rules for each archiving job; these rules contain conditions that a message must meet in order to be archived by the job. At least one of the defined rules must be met for archiving to take place.
    All information that is displayed for a message in message monitoring is archived, in addition to the audit log for each message.
    Deleting
    A standard delete job is created automatically. It runs once a day. You can schedule additional delete jobs; however, you cannot define rules for them.
    Restarting
    Instead of restarting messages with errors manually with message monitoring, you can schedule a job to automatically restart these messages. This is possible for all messages for which the number of defined restart attempts has been exceeded (messages with the system error status).
    You can define one or more rules for each job to restart messages; these rules contain conditions that a message must meet in order to be restarted by the job. At least one of the defined rules must be met for archiving to take place.
    Rescheduling
    A standard job to reschedule messages is created automatically. The job runs once a day and ensures that messages lost as a result of database failure, for example, are rescheduled. You can schedule additional rescheduling jobs; however, you cannot define rules for them.
    Thx Aamir.
    But I mean the messages with errors in Adapter Engine , not in Intergrations Engine.
    the situation is like Naveen Pandrangi's WebLog
    II. Errors in Adapter Engine [XI :  How to Re-Process failed XI Messages Automatically|XI :  How to Re-Process failed XI Messages Automatically]
    I
    Till now we have seen how to resubmit/restart message that failed in Integration Engine.  One a message makes it from Integration Engine to Adapter Engine, the message is flagged as checked in Integration Engine. The status of the message in Adapter engine does not effect the processed state in Integration Engine. Now if this message was asynchronous, XI will by default try to restart the message 3 times at intervals of 5 minutes before the status of the message is changed from Waiting to System Error .
    *how can i schedule a job to automatically restart these messages with errors?
    best regards
    Yaning
    Edited by: Yaning Liu on Aug 18, 2008 1:43 PM

  • Background processing needed...

    iWeb needs to background process.
    Each shape/rollover/png/navbar/image-resize file needs to be generated as you make it, or in the background if you're working fast. Every time you alter the item's size or appearance on the iWeb page, it should regenerate it, but if you don't alter the item it leaves the generated file untouched. Moving the item on the iWeb page should not alter the already generated file. Altering plain text on a page should not change anything, only the html file.
    There should be an info page like iDVD informing you of background encoding status. You can however save at any time (like iDVD).
    When you come to publish, it should generate all other items that have changed or not yet been background encoded (as it does now).
    Next time you open iWeb to work on it, all encoding is all up to date (as it did it all prior to publish), so any items that have not been changed should be untouched, and only new items need to be encoded and hence published.
    That way, only changed items are generated, not the whole shebang. Thus saving everybody's wasted time and effort in uploading/finding changed files etc.
    It should be perfectly possible as iWeb has an undo and a restore feature, so it is already keeping track of changes all the time.
    What do you think, will this be in iWeb 1.2, iWeb 2.0, or Web Studio Pro 1.0 ?
    Michael
    Quicksilver G4 Dual 1GHz   Mac OS X (10.4.5)   http://www.rowan-cottage.co.uk

    Hi,
    This is the F1 documentation for calling a FM in Update task
    Flags the function module func for execution in the update task. It is not executed at once, but the data passed with EXPORTING or TABLES is placed in a database table and a subsequent COMMIT WORK then causes the function module to be executed by the update task.
    This is the F1 documentation for calling a FM in background task
    Flags the function module func to be run asynchronously. That is, it is not executed at once. Instead, the data passed using EXPORTING or TABLES is placed in a database table and the next COMMIT WORK executes it in another work process.
    Hope this helps
    Regards,
    San

  • BACKGROUND PROCESSING, REPORT NOT LOADING, "OBJECT NOT SET TO INSTANCE..."

    Post Author: thecoffeemachine
    CA Forum: .NET
    I already posted this message in other Web sites, but I am almost getting crazy here and I need help:
    HI:
    The Web application I am testing was having several issues related to loading Crystal Reports. It was fixed and I do not know which of the 1000 things I did to fix it; but now it began, again, to have the same behavior after I had a conflict with another Web site that was in the same server.
    The thing is that I had another virtual directory where resided a copy of the same Web app. for testing purposes/working with the Visual Studio. The reports were loading all fine, very fast, all perfect... And suddenly the assemblies of one Web site and the other began to "blend" together and..... well the same behaviors appeared again. I tried to copy the last stable backup and rebuild the Web app... but it did not work.
    At the very first time that one requests the report, it shows without problem. At the second time it shows an error message related to "cannot submit to background processing", and sometimes "object not set to an instance.." ... and on the third time it just never shows up and the app. becomes unresponsive. I have to close the window and request the Web site again in another browser window. If I wish to see the report again I have to wait for hours until it shows it.
    I am using Visual Studio 2003 and the Crystal Report version that was shipped with that Visual Studio version. I am working with Windows Server 2003 and SQL Server 2000. Below is the VB code:
        Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load             Me.SqlConnection1.Open()
           Me.SqlSelectCommand1.Parameters("@CourseCode").Value = Request.QueryString("CD")         Me.SqlSelectCommandReferences.Parameters("@CourseCode").Value = Request.QueryString("CD")         Me.SqlSelectCommandTextbook.Parameters("@CourseCode").Value = Request.QueryString("CD")         Me.SqlSelectCommandObjectives.Parameters("@CourseCode").Value = Request.QueryString("CD")         Me.SqlSelectCommandTopicData.Parameters("@CourseCode").Value = Request.QueryString("CD") Me.SqlSelectCommandCourseOutcomes.Parameters("@CourseCode").Value = Request.QueryString("CD")
            Me.SqlDataAdapterMainData.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseSyllabusData")         Me.SqlDataAdapterReferences.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseReferenceData")         Me.SqlDataAdapterTextBook.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseTextbookData")         Me.SqlDataAdapterObjectives.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseObjectivesData")         Me.SqlDataAdapterTopicData.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseTopicData")
    Me.SqlDataAdapterCourseOutcomes.Fill(Me.DtsSyllabusCompleteData1, "procWebSelectCourseOutcomes")
            Dim myExportOptions As CrystalDecisions.Shared.ExportOptions         Dim myDiskFileOptions As CrystalDecisions.Shared.DiskFileDestinationOptions         Dim myExportFile As String         Dim myReport As New ABETFormat         myReport.SetDataSource(Me.DtsSyllabusCompleteData1)
            myExportFile = "C:UNTempPDF" & Session.SessionID.ToString & ".pdf"         myDiskFileOptions = New CrystalDecisions.Shared.DiskFileDestinationOptions         myDiskFileOptions.DiskFileName = myExportFile         myExportOptions = myReport.ExportOptions
            With myExportOptions             .DestinationOptions = myDiskFileOptions             .ExportDestinationType = .ExportDestinationType.DiskFile             .ExportFormatType = .ExportFormatType.PortableDocFormat         End With
            myReport.Export()
            Response.ClearContent()         Response.ClearHeaders()         Response.ContentType = "application/pdf"
            Response.WriteFile(myExportFile)         Response.Flush()         Response.Close()         System.IO.File.Delete(myExportFile)         Me.SqlConnection1.Close()
        End Sub
    I already have tried moving the Crystal Reports dll´s to the bin directory. ..... I have tried calling the Garbage Collector at page unload...I also have checked, inside the report, that the database is "up to date"... ... recycling the worker process of the IIS... etc...
    I see that, in debbuging mode inside the Visual Studio, when the page loads the debbuging window shows a message notifying that the symbols related to the Crystal Reports dll's could not be loaded.
    Should I need to modify the default properties of the database? I checked "database is case insensitive", "use indexes or server for speed".. I have tried checking and unchecking the box "performing grouping on server"
    Oh by the way, my report has about 4 subreports in it. Each report loaded shows 1 or 2 pages.
    ANY HELP WILL BE EXTREMELY APPRECIATED....
    MMS

    See  [Crystal Reports For Visual Studio 2005 Walkthroughs|https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/2081b4d9-6864-2b10-f49d-918baefc7a23&overridelayout=true] article, page 107 and on for details on how to use Crystal reports in session.
    Ludek

  • Error: The request could not be submitted for background processing

    I'm getting an intermittent error in our custom reporting application using Crystal Reports Server XI R2 w/ SP1:
    Error in File C:\WINDOWS\TEMP\{F6D30537-956A-458C-96D0-84ECB520D688}.rpt: The request could not be submitted for background processing.
    I'm using the Report Application Server XI Release 2 .NET SDK. This is the code that produces the exception (The export type is pdf):
    ByteArray ba = this.reportClientDocument.PrintOutputController.Export(ConvertExportReportTypeToCrystalReportExportType(),0);
    The error is also logged by Business Objects in the crystalras log file:
    ErrorLog 2007 12  3 12:24:56.531 6624 4872 (\servers\ras\dtsagent\reporthandler.cpp:11592): CReportHandler::buildReportViewerError: CSResultException thrown.   ErrorSrc:"CRPE" FileName:"\servers\ras\dtsagent\reporthandler.cpp" LineNum:11588 ErrorCode:685 ErrorMsg:" Error in File C:\WINDOWS\TEMP\{F6D30537-956A-458C-96D0-84ECB520D688}.rpt:
    The request could not be submitted for background processing." DetailedErrorMsg:""
    This has been happening regularly about once a week, at which point the RAS fails and no more reports can be run until the CMS and RAS servers have been restarted.
    Has anyone else had this problem, or have any ideas?
    Thanks

    It was not a  bug (not in all cases anyhow), but it is one of those error message that might as well say; something went wrong. I wrote an article on the most likely cases for the error and the article can be downloaded from here;
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50a6f5e8-8164-2b10-7ca4-b5089df76b33
    See if the above article will help you out. Please note that having the latest SP / FP is step one. The downloads page is here;
    http://service.sap.com/sap/bc/bsp/spn/bobj_download/main.htm
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Request could not be submitted for background processing

    Using Crystal Reports XI R2
    <br />Using Visual Studio .NET 2005
    <br />
    <br />Here's the scenario.  The client goes to run a report and specifies the filters they want for the report.  We load a pre-built rpt with no saved data and pass the filters in to the report via the parameters.  We then generate and export the report to another rpt file with saved data using the PULL method from the report itself.  When the viewer wants to view the report the file (with saved data) is copied locally to the web server and the CrystalReportViewer control is pointed at the rpt with the saved data in it.  In almost every case the reports come up fine and display in the viewer no problem.  The error above (Request could not be submitted for background processing) tends to show itself in the CrystalReportViewer control whenever the report has large amounts of data (like 8 megs worth).  I've tried everything I can find on this issue including the steps listed in the white paper for this issue.
    <br />
    <br />So just to be clear on the steps taken:
    <br />1)If I take the saved rpt and open it in Crystal Reports itself then it works fine.
    <br />2)If I point to the rpt with the CrystalReportViewer control in my development environment it works fine.
    <br />3)I've run Process Monitor and there were a couple of access denied messages to one of the HKLM registry keys but I modified the permissions so those went away but the problem still remained
    <br />4)As far as I can tell the report has no design issues.  Nothing runs over any edges, no overlapping of any kind, the Font itself exists on the machine in question.
    <br />5)Its not a dataset problem since the report is using the PULL method to generate itself plus the rpt with saved data is correctly generated its just showing the above error when trying to view it in the control.
    <br />6)The client is using a WIndows 2003 server, with 4 Quad Core processors and 8 gigs of RAM and 100 gigs of hard drive space remaining (so hardware is not an issue)
    <br />7)In code the ReportDocument object is inside a using statement (C# .NET) and only exist for the brief period needed to create the rpt with saved data.  So they are getting closed and disposed of correctly.  Also as pointed out above the rpt with saved data is already being generated correctly its just not displaying in the control.
    <br />
    <br />So to recap on a web server used by multiple people whenever a user tries to view a saved rpt file that has a large amount of data using the CrystalReportViewer control the error above tends to get generated even though the vast majority of the reports do display.  I'm at a loss for what else to try to make the report display correctly in the control.  Any thoughts would be helpful.

    Make sure you are using SP6:
    https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe
    Runtime
    msm:
    https://smpdl.sap-ag.de/~sapidp/012002523100000634042010E/crxir2sp6_net_mm.zip
    msi:
    https://smpdl.sap-ag.de/~sapidp/012002523100000633302010E/crxir2sp6_net_si.zip
    Other than that, I'd consider installing the CR designer - as a test, on the user machine and see if the designer can open the report.
    Ludek

Maybe you are looking for