EXCEL.EXE in task manager not terminating after FREE OBJECT statement

hi,
can someone please help me find what's wrong with my codes below.  my problem is that after executing the entire codes, the EXCEL.EXE remains in the task manager.
DATA: g_excel          TYPE ole2_object,
      g_workbooks      TYPE ole2_object.
Create Excel Object
    CREATE OBJECT g_excel 'EXCEL.APPLICATION'.
    IF sy-subrc NE 0.
      MESSAGE e000(z2) WITH 'No Excel Creation Possible'(lrc).
    ENDIF.
Display Alerts While Macro Is Running
    SET PROPERTY OF g_excel 'DisplayAlerts' = 0.
Put Excel In Background
    SET PROPERTY OF g_excel 'VISIBLE' = 0.
    CALL METHOD OF g_excel 'Workbooks' = g_workbook.
    CALL METHOD OF g_workbook 'Open'
      EXPORTING #1 = p_file.
    GET PROPERTY OF g_excel 'ActiveWorkbook' = g_workbook.
Save File To PC
    CALL METHOD OF g_workbook 'SAVEAS'
      EXPORTING
      #1 = p_file
      #2 = 1.
Close The Workbook And Excel Application
    CALL METHOD OF g_workbook 'CLOSE'.
    FREE OBJECT g_workbook.
Free Objects Used
    CALL METHOD OF g_excel 'QUIT'.
    FREE OBJECT g_excel.
im guessing that the statement CALL METHOD OF g_workbook 'SAVEAS'.. has something to do with the issue because when i commented that statement, everything went fine - the EXCEL.EXE process is gone in the task manager.
appreciate any inputs..
thanks!
Kel

Hello,
the correction in OSS note 575877 for function module ALSM_EXCEL_TO_INTERNAL_TABLE will free the 6 objects instead of just one.
>>>>> Begin of change note 575877
to kill the Excel process it's necessary to free all used objects
  FREE OBJECT h_cell.       m_message.
  FREE OBJECT h_cell1.      m_message.
  FREE OBJECT range.        m_message.
  FREE OBJECT worksheet.    m_message.
  FREE OBJECT workbook.     m_message.
  FREE OBJECT application.  m_message.
<<<<< End of change note 575877
best regards,
J. N. N.

Similar Messages

  • Task manager not working after 5.1.1 update

     task managers don't work why is that? on new 5.1.1 update

     It is not a Sony issue, it's something the app developer has to fix, just  because the app work with other phones running 5.1.1 it doesn't mean it will work with ALL phones running 5.1.1, again, contact the app developer regarding this issue, it is NOT a Sony app.

  • Thunderbird occasionally opens links in Firefox; some open, most do not. Each click on a link produces a new Firefox.exe in Task Manager, Win. 7.

    I have tried all suggestions in articles relating to 'links in Thunderbird not opening in Firefox.' None of them work.
    The issue is, one link will usually open if it is the first time I click a link in Thunderbird. After that I cannot open any links to Firefox, and each click on a link in Thunderbird (including the first one) produces an additional firefox.exe in Task Manager (see image). Each of these Firefox iterations are generally 49,000+K. They do not seem to interfere with Firefox's operation.
    I also cannot right click to 'open link in browser.' Only copying link location and pasting it into the browser is working for me. this has been fairly recent with the last two upgrades to Thunderbird.
    Any suggestions?

    This is a Thunderbird forum but there should be an option to open in a new or existing window or tab. You might ask over in the Firefox forum for more details.

  • Why always i need to close Firefox.exe from task manager when visiting some websites?

    Hello dear Mozilla team! I just defaced to the problem , when i'm trying to visit http://cyberprogrammers.net/ website from Firefox browser, its frozen and i need to close firefox.exe from task manager. <a href="http://cyberprogrammers.net/">Cyber Programmers</a> website is working perfect with other browsers, and i try to open it with my friends computer, with Firefox browser and i don't get any error like that, its not frozen. So please help me to understand the problem and solve it. I'm using Latest version of firefox, Windows 8.1. Thanks for your support!

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • I still see javaw.exe in Task Manager after I close app !

    javaw.exe seems to like to hang around (45 mb in memory) after I close the app.
    I'm running JWS 1.4.2.
    I thought maybe it was because I wasn't doing the System.exit(0) on WindowClosed, but that doesn't seem to kill javaw.exe.
    Unsolved mystery.

    I am having the same problem.
    When invoked from JWS, the javaw task does not exit when the app does.
    I suspect this may be something related to a still running thread (the app does make use of threads).
    If I exit the app prior to the "threading-heavy" logic, all behaves as desired/expected.
    However, when the app is invoked from the command line via java or javaw, the app exits as expected, in all cases.
    This confounds me.
    Looking at the still active threads at the point at which the last window has been closed, it appears the only difference is that when running under JWS is that there is one additional thread ("traceMsgQueueThread", a daemon thread). Otherwise, the number and daemon state of these threads is the same.
    Is there something other than a still running thread which could cause a JWS initiated process to remain running after the app has completed?

  • Ctrl Alt Del and Task manager not working

    Hi, Ive been having a problem getting task manager to run at all. On a fresh reboot, if I use the ctrl alt del function the according screen will come up like normal, and I will click on task manager. It bring me back to my desktop and nothing pops up.
    Its not running in my task bar or anything. Then if I try to use the ctrl alt del function again, nothing happens. Ive tried running task manager straight from the start menu, but then I get an error saying that the version of that file is not compatible with
    the version of windows I am running, which is 64 bit W7. It just started happening on my system a few days ago and I have changed nothing the past few days. I have tried to do a system restore, but to my idiocy, I did not know I needed to manually create restore
    points. So I can only restore to yesterday which would fix nothing. I have run antivirus and anti spyware programs and they have shown no problems and my hard drive only has a 1% disk fragmentation. Is there a way to uninstall and re download a 64 bit compatible
    version of the windows 7 task manager? Or is there a separate reason why it is not working? Thankyou

    Also try it By Registry Editor :
    Start --> Run --> regedit --> ok
    Then 
    Hive: HKEY_CURRENT_USER 
    Key: Software\Microsoft\Windows\CurrentVersion\Policies\System 
    Name: DisableTaskMgr 
    Type: REG_DWORD
    Value: 0=Disablethis key, that is Don't Disable, Enable TaskManager
    Regards,
    MCP | MCTS | MCITP
    The first fix did not work, I tried doing the second one but there is no system folder in
    Software\Microsoft\Windows\CurrentVersion\Policies\ 
    The only one its showing is an explorer folder.

  • Firefox doesn't open, but is open in Processes in Task Manager, not even profile manager opens up for Firefox opens up. Please help

    I'm using Vista, 32 bit - not even downloading the beta version of Firefox 4 helps; it downloads (just like the regular version of Firefox, 3.4) and I can install it, but trying to run it gives me nothing - no warning, no text; it just doesn't open up, but is still visible in my start menu, programs folder and in task manager. And not even profile manager opens up.

    Make sure that you do not remove your personal data when you uninstall Firefox. Then you won't lose personal data stored in a different location in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder].
    See also http://kb.mozillazine.org/Profile_backup and [[Backing up your information]]
    A possible cause is security software (firewall) that blocks Firefox.<br />
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.<br />
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls
    See also http://kb.mozillazine.org/Browser_will_not_start_up
    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database.<br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • EXCEL.EXE process is keep running even after closing all the handles

    I am using Excel Report Instrument functions  for creating excel application and sheet,workbook after reading/writing in to excel file am closing all the handles using CA_DiscardObjHandle (handle);     even after file is getting closed m checking it in TaskManager then one EXCEl.EXE process is keep running there,pls let me know how to deal with this....
    Solved!
    Go to Solution.

    A Kumar:
    Have you tried running the example program excelreportdemo.prj that ships with CVI?  It ends the excel process by discarding multiple handles, and it works even if you're editing a cell or have an Excel dialog open, etc.  Try running this without modification and verify that the excel process is closed when you quit the CVI app.
    Here's the Quit function from excelreportdemo.  It checks for and closes handles for the worksheet, chart, workbook, and excel application.
    int CVICALLBACK Quit (int panel, int control, int event,
            void *callbackData, int eventData1, int eventData2)
        switch (event)
            case EVENT_COMMIT:
                if (worksheetHandle)
                    CA_DiscardObjHandle(worksheetHandle);
                if (chartHandle)
                    CA_DiscardObjHandle(chartHandle);
                if (workbookHandle)
                    ExcelRpt_WorkbookClose(workbookHandle, 0);
                    CA_DiscardObjHandle(workbookHandle);
                if (applicationHandle)
                    ExcelRpt_ApplicationQuit(applicationHandle);
                    CA_DiscardObjHandle(applicationHandle);
                QuitUserInterface (0);
                break;
        return 0;

  • Cross-reference does not work inside the object states

    Hi All,
    I use InDesign CS5.5. I have four pages document. first three page has full for text and the fourth page has multi-state object. I am trying to insert the cross reference from the third page to the multi-state object (fourth multi-state object). when I export to SWF and click the cross-reference it does not got to the fourth state, but it goes to only on the first state. can any one help me how to add the cross-reference?
    I have tried on the other way. i have inserted the text anchor on the fourth multi-state object and tried to add cross-reference, still it does not work.
    am i doing something wrong or InDesign does not have this feature.
    please help.
    thanks.
    Regards
    Ramji V K

    @Ramji V K – Do we have a "terminology problem" here?
    Do you really mean a "Cross-Reference" or do you try to control the MultiStateObject (MSO) by a "Button" that does not work propperly?
    I did not do anything with the "Cross-Reference" feature yet, so I might be on the wrong trail…
    Uwe

  • Extension Manager not finding After Effects CC

    Hey all,
    I have been having a bit of an issue in regards to Adobe Extension Manager. I just installed the new CC version, and wanted to install an extension to Adobe After Effects. However, it does not show up on the Extension Manager screen:
    As you can see, it shows some of my other CC programs, but not After Effects. I used Adobe Extendscript to print out a log. Can you help me figure out what I need to do to install this extension to After Effects?
    Log:
    Result: BridgeTalk Diagnostics
      Info:
      Name = estoolkit-4.0
      Status = PUMPING
      Group = cs
      Path = C:\Program Files (x86)\Adobe\Adobe ExtendScript Toolkit CC\ExtendScript Toolkit.exe
      Version = 2.0
      Build = ES 4.5.5
      Next serial number = 42
      Logging: = OFF
      Now = 18:05:34
      Messages:
      Message Version = 2.05
      Authentication = ON
      Digest = ON
      Thread: estoolkit-4.0#thread
      Avg. pump interval = 27ms
      Last pump = 51ms ago
      Ping: 7
      ECHO_REQUEST: ECHO_RESPONSE
      Timeout = undefined
      Handler = undefined
      STATUS: PUMPING
      Timeout = undefined
      Handler = undefined
      MAIN: MAIN
      Timeout = undefined
      Handler = installed
      LAUNCHED: LAUNCHED
      Timeout = undefined
      Handler = installed
      DIAGNOSTICS: DIAGNOSTICS
      Timeout = undefined
      Handler = installed
      INFO: INFO
      Timeout = undefined
      Handler = installed
      SETUPTIME: thread=1ms, left=93ms
      Timeout = undefined
      Handler = undefined
      Instances: 3
      estoolkit-4.0#dbg:
      msg[18:05:34]: 00000037
      @BT>Version = 2.05
      Target = estoolkit-4.0#dbg
      Sender = estoolkit-4.0#dbg
      Sender-ID = localhost:win136632
      Timeout = 18:05:35
      Type = Ignore
      Response-Request = Timeout
      Headers = (no headers)
      Timestamp = 18:05:34
      Serial-Number = 37
      Received = undefined
      Result = undefined
      Error = undefined
      Body = (empty)
      Incoming: 1
      Outgoing: 0
      Handler: 9
      ExtendScript = for all messages
      Error = for only msg #25
      Error = for only msg #27
      Error = for only msg #33
      Result = for only msg #37
      Error = for only msg #37
      Timeout = for only msg #37
      Result = for only msg #39
      Error = for only msg #39
      estoolkit-4.0#estk:
      msg[18:05:34]: 00000039
      @BT>Version = 2.05
      Target = estoolkit-4.0#estk
      Sender = estoolkit-4.0#dbg
      Sender-ID = localhost:win136632
      Timeout = 18:15:34
      Type = Debug
      Response-Request = Result Error
      Headers = (no headers)
      Timestamp = 18:05:34
      Serial-Number = 39
      Received = undefined
      Result = undefined
      Error = undefined
      Body: 107 bytes
      Text = <get-properties engine="main" object="$.global" exclude="undefined,builtin,prototype" all="true" max="20"/>
      Incoming: 1
      Outgoing: 0
      Handler: 1
      ExtendScript = for all messages
      estoolkit-4.0: (main)
      Incoming: 0
      Outgoing: 0
      Handler: 1
      ExtendScript = for all messages
      Targets: 26
      Connector = PCD
      Installed: 0
      Running: 0
      aftereffects-13.0:
      Path = C:\Program Files\Adobe\Adobe After Effects CC 2014\Support Files\AfterFX.exe
      Display Name = Adobe After Effects CC 2014
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = AfterFX.exe
      ame-7.0:
      Group = cs
      Path = C:\Program Files\Adobe\Adobe Media Encoder CC\Adobe Media Encoder.exe
      Display Name = Adobe Media Encoder
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = Adobe Media Encoder.exe
      ame-8.0:
      Path = C:\Program Files\Adobe\Adobe Media Encoder CC 2014\Adobe Media Encoder.exe
      Display Name = Adobe Media Encoder CC 2014
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = Adobe Media Encoder.exe
      audition-6.0:
      Group = cs
      Path = C:\Program Files\Adobe\Adobe Audition CC\Adobe Audition CC.exe
      Display Name = Adobe Audition CC
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = Adobe Audition CC.exe
      bridge-6.064:
      Group = cs
      Path = C:\Program Files\Adobe\Adobe Bridge CC (64 Bit)\Bridge.exe
      Display Name = Bridge CC (64 bit)
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = Bridge.exe
      dreamweaver-12.0:
      Group = cs
      Path = E:\Applications\Dreamweaver real\Adobe Dreamweaver CS6\Dreamweaver.exe
      Display Name = Adobe Dreamweaver CS6
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = OFF
      BundleID = com.adobe.dreamweaver-12.0
      Status = (not running)
      ExeName = Dreamweaver.exe
      estoolkit-3.8:
      Group = cs
      Path = C:\Program Files (x86)\Adobe\Adobe Utilities - CS6\ExtendScript Toolkit CS6\ExtendScript Toolkit.exe
      Display Name = ExtendScript Toolkit CS6
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = ExtendScript Toolkit.exe
      estoolkit-4.0: PUMPING
      Group = cs
      Path = C:\Program Files (x86)\Adobe\Adobe ExtendScript Toolkit CC\ExtendScript Toolkit.exe
      Display Name = ExtendScript Toolkit CC
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = PUMPING
      Info:
      Group = cs
      Version = 2.0
      Build = ES 4.5.5
      Next serial number = 52
      Logging: = OFF
      Now = 18:05:34
      Messages:
      Message Version = 2.05
      Authentication = ON
      Digest = ON
      Thread: estoolkit-4.0#thread
      Avg. pump interval = 27ms
      Last pump = 252ms ago
      Ping: 7
      ECHO_REQUEST: ECHO_RESPONSE
      Timeout = undefined
      Handler = undefined
      STATUS: PUMPING
      Timeout = undefined
      Handler = undefined
      MAIN: MAIN
      Timeout = undefined
      Handler = installed
      LAUNCHED: LAUNCHED
      Timeout = undefined
      Handler = installed
      DIAGNOSTICS: DIAGNOSTICS
      Timeout = undefined
      Handler = installed
      INFO: INFO
      Timeout = undefined
      Handler = installed
      SETUPTIME: thread=1ms, left=93ms
      Timeout = undefined
      Handler = undefined
      ExeName = ExtendScript Toolkit.exe
      exman-6.0:
      Group = cs
      Path = E:\Applications\Photoshop\Adobe Extension Manager CS6\Adobe Extension Manager CS6.exe
      Display Name = Adobe Extension Manager CS6
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = OFF
      BundleID = com.adobe.exman
      Status = (not running)
      ExeName = Adobe Extension Manager CS6.exe
      exman-7.0: IDLE
      Group = cs
      Path = E:\Applications\Adobe Extension manager ccc\Adobe Extension Manager CC\Adobe Extension Manager CC.exe
      Display Name = Adobe Extension Manager CC
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = OFF
      BundleID = com.adobe.exman
      Status = IDLE
      Info:
      Group = cs
      Version = 2.0
      Build = ES 4.5.5
      Next serial number = 3
      Logging: = OFF
      Now = 18:05:36
      Messages:
      Message Version = 2.05
      Authentication = ON
      Digest = ON
      exman-7.0: IDLE
      Thread: exman-7.0#thread
      Avg. pump interval = 3842ms
      Last pump = 200ms ago
      Ping: 7
      ECHO_REQUEST: ECHO_RESPONSE
      Timeout = undefined
      Handler = undefined
      STATUS: IDLE
      Timeout = undefined
      Handler = undefined
      MAIN: MAIN
      Timeout = undefined
      Handler = installed
      LAUNCHED: LAUNCHED
      Timeout = undefined
      Handler = installed
      DIAGNOSTICS: DIAGNOSTICS
      Timeout = undefined
      Handler = installed
      INFO: INFO
      Timeout = undefined
      Handler = installed
      SETUPTIME: thread=0ms, left=0ms
      Timeout = undefined
      Handler = undefined
      ExeName = Adobe Extension Manager CC.exe
      flash-13.0:
      Group = cs
      Path = C:\Program Files\Adobe\Adobe Flash CC\Flash.exe
      Display Name = Adobe Flash Professional CC
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = OFF
      Status = (not running)
      ExeName = Flash.exe
      illustrator-17.032:
      Group = cs
      Path = C:\Program Files (x86)\Adobe\Adobe Illustrator CC\Support Files\Contents\Windows\Illustrator.exe
      Display Name = Adobe Illustrator CC
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = Illustrator.exe
      illustrator-17.064:
      Group = cs
      Path = C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Support Files\Contents\Windows\Illustrator.exe
      Display Name = Adobe Illustrator CC (64 bit)
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = Illustrator.exe
      incopy-9.032:
      Group = cs
      Path = C:\Program Files (x86)\Adobe\Adobe InCopy CC\InCopy.exe
      Display Name = Adobe InCopy CC
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = InCopy.exe
      incopy-9.064:
      Group = cs
      Path = C:\Program Files\Adobe\Adobe InCopy CC (64 bit)\InCopy.exe
      Display Name = Adobe InCopy CC (64 bit)
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = InCopy.exe
      indesign-10.064:
      Path = C:\Program Files\Adobe\Adobe InDesign CC 2014\InDesign.exe
      Display Name = Adobe InDesign CC 2014
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = InDesign.exe
      photoshop-70.032:
      Group = cs
      Path = C:\Program Files (x86)\Adobe\Adobe Photoshop CC\Photoshop.exe
      Display Name = Adobe Photoshop CC
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      BundleID = com.adobe.Photoshop
      Status = (not running)
      ExeName = Photoshop.exe
      photoshop-70.064:
      Group = cs
      Path = C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Photoshop.exe
      Display Name = Adobe Photoshop CC (64 bit)
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      BundleID = com.adobe.Photoshop
      Status = (not running)
      ExeName = Photoshop.exe
      prelauncher-11.0:
      Path = E:\Applications\Adobe premiere elements\Adobe Premiere Elements 11\Adobe Premiere Elements 11.exe
      Display Name = Welcome Screen - Adobe Premiere Elements 11
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = OFF
      Status = (not running)
      ExeName = Adobe Premiere Elements 11.exe
      premiereelements-11.0:
      Path = E:\Applications\Adobe premiere elements\Adobe Premiere Elements 11\Adobe Premiere Elements.exe
      Display Name = Adobe Premiere Elements 11
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = Adobe Premiere Elements.exe
      premierepro-7.0:
      Group = cs
      Path = C:\Program Files\Adobe\Adobe Premiere Pro CC\Adobe Premiere Pro.exe
      Display Name = Adobe Premiere Pro CC
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = Adobe Premiere Pro.exe
      premierepro-8.0:
      Path = C:\Program Files\Adobe\Adobe Premiere Pro CC 2014\Adobe Premiere Pro.exe
      Display Name = Adobe Premiere Pro CC 2014
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = Adobe Premiere Pro.exe
      pseeditor-11.0:
      Path = E:\Applications\Photoshop Elements\Photoshop Elements 11\PhotoshopElementsEditor.exe
      Display Name = Adobe Photoshop Elements Editor 11
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = PhotoshopElementsEditor.exe
      pselauncher-11.0:
      Path = E:\Applications\Adobe premiere elements\Elements 11 Organizer\Photoshop Elements 11.0.exe
      Display Name = Adobe Photoshop Elements Launcher
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = OFF
      Status = (not running)
      ExeName = Photoshop Elements 11.0.exe
      pseorganizer-11.0:
      Path = E:\Applications\Adobe premiere elements\Elements 11 Organizer\PhotoshopElementsOrganizer.exe
      Display Name = Elements Organizer 11
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = (not running)
      ExeName = PhotoshopElementsOrganizer.exe
      switchboard-3.064:
      Group = cs
      Path = C:\Program Files\Adobe\Adobe Bridge CC (64 Bit)\SwitchBoard\SwitchBoard.exe
      Display Name = SwitchBoard 3.0 (64 bit)
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = OFF
      Status = (not running)
      ExeName = SwitchBoard.exe
      Installed: 24
      Running: 2
      Groups: 140
      cs3:
      acrobat-8.0
      aftereffects-8.0
      soundbooth-1.0
      bridge-2.0
      contribute-4.5
      devicecentral-1.0
      dreamweaver-9.0
      encore-3.0
      estoolkit-2.0
      fireworks-9.0
      flash-9.0
      illustrator-13.0
      indesign-5.0
      indesignserver-5.0
      incopy-5.0
      photoshop-10.0
      premiere-3.0
      premierepro-3.0
      stockphotos-1.5
      audition-3.0
      cs4:
      acrobat-9.0
      aftereffects-9.0
      soundbooth-2.0
      bridge-3.0
      contribute-5.0
      devicecentral-2.0
      dreamweaver-10.0
      encore-4.0
      estoolkit-3.0
      fireworks-10.0
      flash-10.0
      illustrator-14.0
      indesign-6.0
      indesignserver-6.0
      incopy-6.0
      photoshop-11.*
      premierepro-4.0
      audition-4.0
      ame-1.0
      exman-2.0
      cs5:
      acrobat-9.0
      aftereffects-10.0
      soundbooth-3.0
      bridge-4.0
      contribute-6.0
      devicecentral-3.0
      dreamweaver-11.0
      encore-5.0
      estoolkit-3.5
      fireworks-11.0
      flash-11.0
      illustrator-15.0
      indesign-7.0
      indesignserver-7.0
      incopy-7.0
      photoshop-12.*
      premierepro-5.0
      audition-5.0
      ame-2.0
      exman-3.0
      flashbuilder-4.0
      flashcatalyst-1.0
      ts1:
      captivate3-en_us
      captivate3-fr_fr
      captivate3-it_it
      captivate3-ja_jp
      captivate3-es_es
      captivate3-de_de
      ts2:
      captivate-4.0
      el2:
      captivate-5.0
      as1:
      acrobat-10.0
      ts3:
      robohelp-9.0
      framemaker-10.0
      cs55:
      aftereffects-10.5
      audition-4.0
      bridge-4.1
      contribute-6.1
      devicecentral-3.5
      dreamweaver-11.5
      encore-5.1
      estoolkit-3.6
      fireworks-11.1
      flash-11.5
      illustrator-15.1
      indesign-7.5
      indesignserver-7.5
      incopy-7.5
      photoshop-55.*
      premierepro-5.5
      ame-2.5
      exman-5.5
      flashbuilder-4.5
      flashcatalyst-1.5
      switchboard-2.0
      el25:
      captivate-5.5
      cs60:
      aftereffects-11.0
      audition-5.0
      bridge-5.*
      contribute-6.88
      devicecentral-4.0
      dreamweaver-12.0
      encore-6.0
      estoolkit-3.8
      fireworks-12.0
      flash-12.0
      illustrator-16.*
      indesign-8.0
      indesignserver-8.0
      incopy-8.0
      photoshop-60.*
      premierepro-6.0
      ame-6.0
      exman-6.0
      flashbuilder-4.52
      switchboard-2.0
      prelude-1.0
      speedgrade-6.0
      el60:
      captivate-60.*
      ts4:
      robohelp-10.0
      framemaker-11.0
      cs70:
      audition-6.0
      bridge-6.*
      dreamweaver-13.0
      encore-7.0
      fireworks-13.0
      flash-13.0
      illustrator-17.*
      indesign-9.*
      indesignserver-9.0
      incopy-9.*
      photoshop-70.*
      premierepro-7.0
      ame-7.0
      exman-7.0
      flashbuilder-5.0
      prelude-2.0
      estoolkit-4.0
      aftereffects-12.0
      el70:
      captivate-70.*
      cs70:
      switchboard-3.*
    What should I do to get that showing up on the CC Extension Manager?
    Thanks,
    Sam Kramer

    This is as designed. Extension Manager doesn't support After Effects. If the extension you want to install is a .ZXP file, you can install it anyway. I guess it will be shown in "Others" after installation.

  • Sun Update Manager not working after applying latest patches

    I just applied the latest patches using the Sun Update Manager GUI but now it doesn't work. After logging in to the GUI as root I get a message telling me an unknown error occurred and I see the following on my terminal:
    java.lang.NullPointerException
    at com.sun.swup.client.engine.solaris.SolarisUpdateCollection.invalidateCachedData(SolarisUpdateCollection.java:783)
    at com.sun.swup.client.ui.UpdateFrame$LoadDataWorker.construct(UpdateFrame.java:256)
    at com.sun.swup.client.ui.foundation.swing.SwingWorker$2.run(SwingWorker.java:109)
    at java.lang.Thread.run(Thread.java:595)
    Any hints?

    I just installed the latest 9 recommended patch cluster and I am getting the same problem. Although I am not even able to login as root. I enter the login name root and then it blinks and comes back to the login screen. Any help would be greatly appreciated.

  • Concurrent Manager not started after Clonning - Forms not showing

    Hi,
    I have cloned PROD system into a TEST system using Rapid Clone.
    After I started TEST services, I log into application but OracleForms are not working. When I click on a function which calls a selfservice form, it works well, but when the function calls an Oracle form, the Forms Environment is opened but there is only "Window" menu (which contains "tile", "cascade", etc).
    The same situation even when I open directly from http://apptest.rmis:8000/dev60cgi/ifcgi60.exe.
    Also Concurrent Manager service is not started. I deleted and recreated it, ran autoconfig, but the problem still persist.
    Please help me to solve the issue.
    Thank you.

    Hi,
    I did the relinking of all executables under FND, tried to adsvcm -deinstall (-install) and ran autoconfig successfully, but still CM service is started than stopped.
    Here is the CM logfile:
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 15-FEB-2008 16:33:27 -
    Shutting down Internal Concurrent Manager : 15-FEB-2008 16:33:27
    Reviver is not enabled, not spawning a reviver process.
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01012: not logged on
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPCSQ encountered an ORACLE error. ORA-12222: TNS:no such
    protocol adapter
    Review your error messages for the cause of the error. (=<POINTER>)
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    Please help to solve this issue.
    Thank you.

  • MEDIA MANAGER NOT HANDLING AFTER EFFECTS 7.0 RENDERS

    Media Manager works on my captured DV footage. However, when using an After Effects QT movie copy of my credits, it failed. I spent several hours on this since it initially was my "test."
    I gave up then tried my captured footage, canceling before actually processing it. Voila! I could finally see a change in the bar graphs. Any ideas why this happened? Can't insert a screenshot of my afx settings (ugh!) so I've typed them. Thanks for helping!!!
    After Effects 7.0
    RENDER SETTINGS BASED ON BEST SETTINGS
    Resolution: full
    Size: 720x480
    Proxy use: no proxies
    Effects: Current Settings
    Disk Cache: Read Only
    Color Depth: Current settings
    Frame Blending: on for checked layers
    Field Render: off
    Pulldown: off
    Motion blur: On for checked layers
    Use openGL: off
    Solos: current settings
    Frame rate: 29.97
    OUTPUT MODULE BASED ON QT DV NTSC 48KHZ:
    Format: qt movie
    Output info: DV/DVCPRO-NTSC
    Spatial Quality=Most(100)
    Embedding: project link
    Output Audio: 48,000kHz/16bit Stereo
    Channels:RGB
    Depth: Millions of Colors
    Color: Premultiplied
    Final Size: 720 x 480
    Stretch: -
    Crop: -
    MacBook Pro   Mac OS X (10.4.7)   1G RAM, 500G LaCie HD

    There can be problems with media manager if your source clips do not have a reel associated with them (as happens with imported files as opposed to captured material). Try creating a tape name in the browser for these clips. This may solve your problem.

  • Object manager not starting after initial install

    Solaris 10/x86, SGD 4.2 - installation was smoothforward.
    I was able to open a terminal server connection to a windows host using the wizards but I'm unable to start the object manager.
    After clicking on it I get in the detail view:
    Initialising ...
    Starting the application...
    Logging in to the application server...
    Passwort:
    I am logged on as root. What is the problem here?
    Any hints are appreciated.
    Markus

    I don't know what you mean with "connect via ssh"...
    I have installed the software on the console. Then I fired up the webbrowser (as in the documentation) and logged in as root (locally).
    How is that done when nowhere ssh is explicitly specified?
    Markus

  • Concurrent Manager not starting after cloning

    Hi,
    I am not able to start concurrent manager after cloning the CM tier. I am gettiing below error in the manager log file,
    Could not initialize the Service Manager FNDSM_<Node name>_<Env>. Verify that <Node Name> has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /u01/app/hl.../...appl/po/11.5.0/bin/RCVOLTM.
    What might be cause of the error?
    Thanks,
    Prasad

    Hi Prasad,
    Using normal hostsnames or virtual hostsnames? Also did you experience issues during the dbTier clone (check all log files created even if the cloning did not error out)
    Possible the hostsnames in FND_NODES are not cleared properly during the DB clone
    Running the following might give a better result:
    1 - SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;
    COMMIT;
    EXIT;
    2 - Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers,
    3 - check if the concurrent managers are starting.
    Regards,
    Ronald

Maybe you are looking for

  • Intra company sto with excise

    In sto I did 1.Raised a P.O using me21n with doc.type UB 2.VL10b 3.VL02n 4.J1is until this every thing fine. A)when i try to capture Excise Invoice Using J1iex wrt P.O system is not allowing B) i even tried J1IEX without P.O -system is asking for ven

  • Receiving OCI/ORA-27163 when querying XML data in 11g.

    When querying a table with a column stored in XML format, we get this error for large XML values. This works in Oracle 10g but this error happens when the same data is queried in an 11.2.0.3 instance. I have had a support request open with Oracle for

  • Can't import a DVD into iMovieHD

    Please help. I just purchased a new imac and am new to iMovie and iDVD. I am unable to import a DVD that I made using onestep DVD in iMovie. If I click and drag the icon into the iMovie clip sectin it says "importing" but nothing happens. Can someone

  • Itouch verson 3.0 (7A341) unable to start Apple Mobile Device Support .

    can someone help ? i spent my 6 hours figuring this out . i googl-ed everything all the solutions it still wouldn't work :/ services thingy stuff , change to automatic , done that already . still could not start it says . "The Apple Mobile device ser

  • CUCM - UCS Server Replacement

    Hi All, We have installed CUCM 9.1.2 on UCS 220-M3 server (standby hardware). Now we are going to replace the UCS server. Has any other vmware method or tool available to migrate the virtual machines one UCS to another UCS ? { VM's are resided in DAS