Add-in Error forces exit

Had been using latest Add-in Version 9.0.177.0 as means to
fully participate in a Connect Web Conference run by NIH, who has
an Enterprise scale implementation of Connect.
Was working fine until recently. Now when attempting to enter
meeting, keep getting message that the Add-in has encountered an
error and must exit. Error notes: AppVer: 9.0.177.0; ModName:
kmw_dll.dll
No system modifications except recent recommended Microsoft
patches for WinXP-Prof.
Running XP-Prof. SP2; IE 7; FlashPlayer 9.0.115.0
Reinstalled all the pieces. System passes Connect diagnostics
page.
Suggestions?

How to resolve problem with a dll?
Have realized this appears to be conflict with a dll for
Kensington Mouseworks software ("kmw").

Similar Messages

  • How to add an error message to an Output Type.

    Hello SAPients,
    Using a User Exit I'm modifying the segments of an outbound IDoc. When certain conditions apply I trigger an exception 
    RAISE DATA_NOT_RELEVANT_FOR_SENDING.
    It's ok because the IDoc is not generated and the Output Type is set to "Incorrectly Processed" status.
    But, when the user clicks the "Processing Log" button there is no informatio of the error occurred. How can I add an error message to the Processing Log of the Output Type?
    Thanks in advance for your kind help.

    Hi,
    Try this statement..
          MESSAGE ID      sy-msgid << Your msg class
                  TYPE    sy-msgty << Your message type
                  NUMBER  sy-msgno << Your msg no.
                  WITH    sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4 << Other info
                  RAISING data_not_relevant_for_sending.
    Regards,
    Joy.

  • How to add an error message to script?

    Hi, every one
    I got this script
    function paste in place to next master
    I want to add an error message to it, if there was no such thing as master B, C,D,E,F,G
    instead of system error.
    Teetan
    var
      myDialog = app.dialogs.add({name:"Copy Selected item(s) to chosen Master",canCancel:true}),
      mStringList = ["Master A", "Master B","Master C", "Master D", "Master E","Master F", "Master G"];
    with(myDialog){
      with(dialogColumns.add()){
      staticTexts.add({staticLabel:"Select a Master you want to copy to"});
      with(dialogRows.add()){
      var mySelection = dropdowns.add({stringList:mStringList, selectedIndex:0});
    app.doScript('main()', ScriptLanguage.JAVASCRIPT, undefined, UndoModes.FAST_ENTIRE_SCRIPT, "Paste in place");
    function main(){
      if (!app.documents.length || !app.selection.length)
      alert( "Nothing selected!" );
      exit();
      if (myDialog.show() == true)
      copy_to_next_master(); 
    function copy_to_next_master() { 
    var
      mChoice = mySelection.selectedIndex,
      mMsg = "Done.\rWhat you select is pasted in place to next documents - " + mStringList[mChoice],
      nSel = app.selection.length,
      mDone = false,
      i,n,nextDoc,curSel;   
    for ( i = 1; i < app.documents.length; i++) {   
      nextDoc = app.documents[i];   
      targetMaster = nextDoc.masterSpreads[mChoice];
      if (!targetMaster.isValid) {
      mMsg += "\rCan't detect " + mStringList[mChoice] + " in a doc: " + nextDoc.name;
      continue;
      mDone = true;
      for ( n = 0; n < nSel; n++ ) { 
      curSel = app.selection[n]; 
      curSel.duplicate( nextDoc.masterSpreads[mChoice] ); 
    mDone ? alert(mMsg) : alert("Nothing copied");

    Sorry Jarek
    I made a big mistake
    I want add an error message in to this:
    var curSel = app.selection[0]; 
    for ( var i = 1; i < app.documents.length; i++) { 
        var nextDoc = app.documents[i]; 
        if (!curSel) { alert( "Nothing selected!" ); exit(); } 
        curSel.duplicate( nextDoc.masterSpreads[1] ); 
    in case of I just want to paste in place to only on choice
    Teetan

  • FRM-40655: SQL error forced rollback: clear form and re-enter transaction.

    Hello ,
    I have ORACLE 10G & Forms 6i on Windows server 2008 . When I open the forms for some work , it give me error in few minis.
    FRM-40655: SQL error forced rollback: clear form and re-enter transaction.
    I have not done anything unusual in form design. it was working properly from a long time.
    Yesterday i set the default profile to idle_time = 20. Will that make any problem ???
    I checked my Alert Log but no sign of any deadlock in it, or any other unusual activity ....
    What is the solution ???
    Thanks in advance ..

    This happens due to dead lock situation
    To avoid this problem, add NOWAIT option to the UPDATE and DELETE statements, which returns ORA-00054 error, trap this error and display user defined message like 'The record is being accessed and try after some time'.
    This even improves the performance
    because no process waits for the locks preventing dead locks.
    If it is due to the UPDATE's or DELETE's with base table blocks in the form, in the PRE-UPDATE and PRE-DELETE triggers write SELECT statements to select the particular row with FOR UPDATE NO WAIT option. Handle by trapping the ORA-00054 error

  • ERROR CEPHtmlEngine exits, unload extension

    Hello,
    i have installed PS CC 2014 and no extensions like kuler works. I get this log-Entry at debug-lvl 6:
    2015-02-20 20:45:41 : INFO  PlugPlug version : 5.2.0.54
    2015-02-20 20:45:41 : INFO  LogLevel : 6
    2015-02-20 20:45:41 : INFO  IVulcanController already configured with groupName , sourceSpecifier
    2015-02-20 20:45:41 : INFO  IVulcanMessageDispatcher already configured with appId PHXS, appVersion 15.2.2
    2015-02-20 20:45:41 : INFO  Copy RGB Background Color Information for AppBar
    2015-02-20 20:45:41 : INFO  Copy RGB Background Color Information for Panel
    2015-02-20 20:45:41 : INFO  Copy sRGB Background Color Information for AppBar
    2015-02-20 20:45:41 : INFO  Copy sRGB Background Color Information for Panel
    2015-02-20 20:45:41 : INFO  Windows 64-bit PlugPlug logs
    2015-02-20 20:45:41 : INFO  ----------------------------
    2015-02-20 20:45:41 : INFO  PlugPlugSetup() API called:
    2015-02-20 20:45:41 : INFO  hostData->appName : PHXS
    2015-02-20 20:45:41 : INFO  hostData->appVersion : 15.2.2
    2015-02-20 20:45:41 : INFO  hostData->locale : de_DE
    2015-02-20 20:45:41 : INFO  hostData->userInterfaceLocale : de_DE
    2015-02-20 20:45:41 : INFO  hostData->supportedTypes : 15
    2015-02-20 20:45:41 : INFO  hostData->apeVersion : 3.4.0r
    2015-02-20 20:45:41 : INFO  hostData->overrideManifestLocation : (null)
    2015-02-20 20:45:41 : INFO  isApplicationOffline : false
    2015-02-20 20:45:41 : INFO  hostData->hostCEPHtmlEngineDirectory : C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\CEPHtmlEngine\
    2015-02-20 20:45:41 : INFO  hostData->hostExtensionDirectory :C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\
    2015-02-20 20:45:41 : INFO  hostData->hostStageManagerDirectory : (null)
    2015-02-20 20:45:41 : INFO  hostData->imsLibPath: (null)
    2015-02-20 20:45:41 : INFO  skinInfo->baseFontSize : 10
    2015-02-20 20:45:41 : INFO  skinInfo->baseFontFamily : Tahoma
    2015-02-20 20:45:41 : INFO  skinInfo->appBarBackgroundColor->antialiasLevel : PlugPlugAntialiasLevel_None
    2015-02-20 20:45:41 : INFO  skinInfo->appBarBackgroundColor->type : PlugPlugColorType_RGB
    2015-02-20 20:45:41 : INFO  ExtensionRegistry started
    2015-02-20 20:45:41 : INFO  Searching for valid extensions in 'C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\'
    2015-02-20 20:45:41 : DEBUG Searching for valid extensions in 'C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\'
    2015-02-20 20:45:41 : DEBUG Found RequiredRuntime with name 'CSXS' and version '5.0'
    2015-02-20 20:45:41 : DEBUG Found extension with id 'com.adobe.behance.shareonbehance.html.extension'
    2015-02-20 20:45:41 : INFO  Localization file for C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.behance.shareonbehance.html\locale\de_DE\messages. properties was read
    2015-02-20 20:45:41 : INFO  Adding extension with id 'com.adobe.behance.shareonbehance.html.extension'
    2015-02-20 20:45:41 : DEBUG Found manifest file at path: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.behance.shareonbehance.html\csxs\manifest.xml
    2015-02-20 20:45:41 : DEBUG Found RequiredRuntime with name 'CSXS' and version '5.0'
    2015-02-20 20:45:41 : DEBUG Found extension with id 'com.adobe.DesignLibraries.angular'
    2015-02-20 20:45:41 : INFO  Localization file for C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.DesignLibraryPanel.html\locale\de_DE\messages.prop erties was read
    2015-02-20 20:45:41 : INFO  Adding extension with id 'com.adobe.DesignLibraries.angular'
    2015-02-20 20:45:41 : DEBUG Found manifest file at path: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.DesignLibraryPanel.html\csxs\manifest.xml
    2015-02-20 20:45:41 : DEBUG Found RequiredRuntime with name 'CSXS' and version '5.0'
    2015-02-20 20:45:41 : DEBUG Found extension with id 'KLR'
    2015-02-20 20:45:41 : INFO  Localization file for C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.KulerPanel.html\locale\de_DE\messages.properties was read
    2015-02-20 20:45:41 : INFO  Adding extension with id 'KLR'
    2015-02-20 20:45:41 : DEBUG Found manifest file at path: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.KulerPanel.html\csxs\manifest.xml
    2015-02-20 20:45:41 : DEBUG Found RequiredRuntime with name 'CSXS' and version '5.0'
    2015-02-20 20:45:41 : DEBUG Found extension with id 'com.adobe.WEBPA.crema.saveforweb'
    2015-02-20 20:45:41 : INFO  Localization file for C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.webpa.crema\locale\de_DE\messages.properties was read
    2015-02-20 20:45:41 : INFO  Adding extension with id 'com.adobe.WEBPA.crema.saveforweb'
    2015-02-20 20:45:41 : DEBUG Found manifest file at path: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.webpa.crema\csxs\manifest.xml
    2015-02-20 20:45:41 : DEBUG Found RequiredRuntime with name 'CSXS' and version '5.0'
    2015-02-20 20:45:41 : INFO  ExtensionManifest is not valid for this locale (C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.photoshop.welcome\csxs\manifest.xml)
    2015-02-20 20:45:41 : DEBUG Found manifest file at path: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.photoshop.welcome\csxs\manifest.xml
    2015-02-20 20:45:41 : INFO  Searching for valid extensions in 'C:\Program Files (x86)\Common Files\Adobe\CEP\extensions'
    2015-02-20 20:45:41 : DEBUG Searching for valid extensions in 'C:\Program Files (x86)\Common Files\Adobe\CEP\extensions'
    2015-02-20 20:45:41 : DEBUG Found RequiredRuntime with name 'CSXS' and version '5.0'
    2015-02-20 20:45:41 : DEBUG Found extension with id 'com.adobe.DesignLibraries.angular'
    2015-02-20 20:45:41 : INFO  Localization file for C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\locale\de_DE\messages.proper ties was read
    2015-02-20 20:45:41 : INFO  Adding extension with id 'com.adobe.DesignLibraries.angular'
    2015-02-20 20:45:41 : DEBUG Found manifest file at path: C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\csxs\manifest.xml
    2015-02-20 20:45:41 : DEBUG Found RequiredRuntime with name 'CSXS' and version '4.0'
    2015-02-20 20:45:41 : DEBUG Found extension with id 'com.taptapideas.beautyretouchcc'
    2015-02-20 20:45:41 : INFO  Adding extension with id 'com.taptapideas.beautyretouchcc'
    2015-02-20 20:45:41 : DEBUG Found manifest file at path: C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\csxs\manifest.xml
    2015-02-20 20:45:41 : DEBUG Found RequiredRuntime with name 'CSXS' and version '5.0'
    2015-02-20 20:45:41 : DEBUG Found extension with id 'KLR'
    2015-02-20 20:45:41 : INFO  Localization file for C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\locale\de_DE\messages.properties was read
    2015-02-20 20:45:41 : INFO  Adding extension with id 'KLR'
    2015-02-20 20:45:41 : DEBUG Found manifest file at path: C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\csxs\manifest.xml
    2015-02-20 20:45:41 : INFO  Searching for valid extensions in 'C:\Users\Callayn\AppData\Roaming\Adobe\CEP\extensions'
    2015-02-20 20:45:41 : INFO  A newer/equal version for ExtensionManifest 'com.adobe.DesignLibraries.angular' already exists, ignoring second ExtensionManifest (got '1.1.5'; ignoring '1.1.3').
    2015-02-20 20:45:41 : DEBUG Added ExtensionManifest from 'C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.DesignLibraryPanel.html\csxs\manifest.xml' to out list
    2015-02-20 20:45:42 : DEBUG Keeping ExtensionManifest from 'C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\csxs\manifest.xml'
    2015-02-20 20:45:42 : INFO  Found a newer version for ExtensionManifest 'KulerPanelHTMLBundle' (replacing version '6.0.0.20140903-m-59' with '6.0.0.20140911-m-60').
    2015-02-20 20:45:42 : DEBUG Added ExtensionManifest from 'C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.KulerPanel.html\csxs\manifest.xml' to out list
    2015-02-20 20:45:42 : DEBUG Keeping ExtensionManifest from 'C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\csxs\manifest.xml'
    2015-02-20 20:45:42 : INFO  ExtensionManifest 'C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\csxs\manifest.xml' contains '1' valid extensions for this host
    2015-02-20 20:45:42 : INFO  Found extension with id 'com.adobe.DesignLibraries.angular'
    2015-02-20 20:45:42 : DEBUG -> BasePath                    : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular
    2015-02-20 20:45:42 : DEBUG -> ExtensionBundleId           : com.adobe.DesignLibraries.angular
    2015-02-20 20:45:42 : DEBUG -> ExtensionBundleVersion      : 1.1.5
    2015-02-20 20:45:42 : DEBUG -> ID                          : com.adobe.DesignLibraries.angular
    2015-02-20 20:45:42 : DEBUG -> Version                     : 1.1.5
    2015-02-20 20:45:42 : DEBUG -> MainPath                    : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\index.html
    2015-02-20 20:45:42 : DEBUG -> ScriptPath                  : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\jsx\core.jsx
    2015-02-20 20:45:42 : DEBUG -> ScriptEngineId              : com.adobe.DesignLibraries.angular_Engine_Id
    2015-02-20 20:45:42 : DEBUG -> CEFCommandLine            : 2
    2015-02-20 20:45:42 : DEBUG    ->parameter           ->: --ignore-certificate-errors
    2015-02-20 20:45:42 : DEBUG    ->parameter           ->: --high-dpi-support=1
    2015-02-20 20:45:42 : DEBUG -> AutoVisible                 : true
    2015-02-20 20:45:42 : DEBUG -> StartOn -> Event            : 0
    2015-02-20 20:45:42 : DEBUG -> Type                        : Panel
    2015-02-20 20:45:42 : DEBUG -> Menu                        : Bibliotheken
    2015-02-20 20:45:42 : DEBUG -> MenuPlacement               : (null)
    2015-02-20 20:45:42 : DEBUG -> Size
    2015-02-20 20:45:42 : DEBUG    -> Height                   : 300
    2015-02-20 20:45:42 : DEBUG    -> Width                    : 239
    2015-02-20 20:45:42 : DEBUG -> MaxSize
    2015-02-20 20:45:42 : DEBUG -> MinSize
    2015-02-20 20:45:42 : DEBUG    -> Height                   : 165
    2015-02-20 20:45:42 : DEBUG    -> Width                    : 239
    2015-02-20 20:45:42 : DEBUG -> IconPath
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> Normal       : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\images\IconLight.png
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> Disbaled     : (null)
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> RollOver     : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\images\IconLight.png
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> DarkNormal   : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\images\IconDark.png
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> DarkRollOver : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\images\IconDark.png
    2015-02-20 20:45:42 : DEBUG -> DefaultExtensionData        : (null)
    2015-02-20 20:45:42 : DEBUG -> SpecialExtensionData        : (null)
    2015-02-20 20:45:42 : DEBUG -> RequiredRuntimeList            : 1
    2015-02-20 20:45:42 : DEBUG    -> RequiredRuntime -> Name     : CSXS
    2015-02-20 20:45:42 : DEBUG    -> RequiredRuntime -> Version  : 5.0.0
    2015-02-20 20:45:42 : INFO  ExtensionManifest 'C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.behance.shareonbehance.html\csxs\manifest.xml' contains '1' valid extensions for this host
    2015-02-20 20:45:42 : INFO  Found extension with id 'com.adobe.behance.shareonbehance.html.extension'
    2015-02-20 20:45:42 : DEBUG -> BasePath                    : C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.behance.shareonbehance.html
    2015-02-20 20:45:42 : DEBUG -> ExtensionBundleId           : com.adobe.behance.shareonbehance.html
    2015-02-20 20:45:42 : DEBUG -> ExtensionBundleVersion      : 2.0.0
    2015-02-20 20:45:42 : DEBUG -> ID                          : com.adobe.behance.shareonbehance.html.extension
    2015-02-20 20:45:42 : DEBUG -> Version                     : 2.0.0
    2015-02-20 20:45:42 : DEBUG -> MainPath                    : C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.behance.shareonbehance.html\index.html
    2015-02-20 20:45:42 : DEBUG -> ScriptPath                  : C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.behance.shareonbehance.html\host\ps.js
    2015-02-20 20:45:42 : DEBUG -> ScriptEngineId              : com.adobe.behance.shareonbehance.html.extension_Engine_Id
    2015-02-20 20:45:42 : DEBUG -> CEFCommandLine            : 1
    2015-02-20 20:45:42 : DEBUG    ->parameter           ->: --proxy-auto-detect
    2015-02-20 20:45:42 : DEBUG -> AutoVisible                 : true
    2015-02-20 20:45:42 : DEBUG -> StartOn -> Event            : 0
    2015-02-20 20:45:42 : DEBUG -> Type                        : ModalDialog
    2015-02-20 20:45:42 : DEBUG -> Menu                        : Auf Behance teilen
    2015-02-20 20:45:42 : DEBUG -> MenuPlacement               : (null)
    2015-02-20 20:45:42 : DEBUG -> Size
    2015-02-20 20:45:42 : DEBUG    -> Height                   : 530
    2015-02-20 20:45:42 : DEBUG    -> Width                    : 950
    2015-02-20 20:45:42 : DEBUG -> MaxSize
    2015-02-20 20:45:42 : DEBUG -> MinSize
    2015-02-20 20:45:42 : DEBUG -> IconPath
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> Normal       : (null)
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> Disbaled     : (null)
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> RollOver     : (null)
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> DarkNormal   : (null)
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> DarkRollOver : (null)
    2015-02-20 20:45:42 : DEBUG -> DefaultExtensionData        : (null)
    2015-02-20 20:45:42 : DEBUG -> SpecialExtensionData        : (null)
    2015-02-20 20:45:42 : DEBUG -> RequiredRuntimeList            : 1
    2015-02-20 20:45:42 : DEBUG    -> RequiredRuntime -> Name     : CSXS
    2015-02-20 20:45:42 : DEBUG    -> RequiredRuntime -> Version  : 5.0.0
    2015-02-20 20:45:42 : INFO  ExtensionManifest 'C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\csxs\manifest.xml' contains '1' valid extensions for this host
    2015-02-20 20:45:42 : INFO  Found extension with id 'com.taptapideas.beautyretouchcc'
    2015-02-20 20:45:42 : DEBUG -> BasePath                    : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc
    2015-02-20 20:45:42 : DEBUG -> ExtensionBundleId           : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:42 : DEBUG -> ExtensionBundleVersion      : 1.0.0
    2015-02-20 20:45:42 : DEBUG -> ID                          : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:42 : DEBUG -> Version                     : 1.0.0
    2015-02-20 20:45:42 : DEBUG -> MainPath                    : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\index.html
    2015-02-20 20:45:42 : DEBUG -> ScriptPath                  : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\jsx\hostscript.jsx
    2015-02-20 20:45:42 : DEBUG -> ScriptEngineId              : com.taptapideas.beautyretouchcc_Engine_Id
    2015-02-20 20:45:42 : DEBUG -> AutoVisible                 : true
    2015-02-20 20:45:42 : DEBUG -> StartOn -> Event            : 0
    2015-02-20 20:45:42 : DEBUG -> Type                        : Panel
    2015-02-20 20:45:42 : DEBUG -> Menu                        : Beauty Retouch CC
    2015-02-20 20:45:42 : DEBUG -> MenuPlacement               : (null)
    2015-02-20 20:45:42 : DEBUG -> Size
    2015-02-20 20:45:42 : DEBUG    -> Height                   : 380
    2015-02-20 20:45:42 : DEBUG    -> Width                    : 368
    2015-02-20 20:45:42 : DEBUG -> MaxSize
    2015-02-20 20:45:42 : DEBUG -> MinSize
    2015-02-20 20:45:42 : DEBUG    -> Height                   : 200
    2015-02-20 20:45:42 : DEBUG    -> Width                    : 217
    2015-02-20 20:45:42 : DEBUG -> IconPath
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> Normal       : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\icons\iconNormal.png
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> Disbaled     : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\icons\iconDisabled.png
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> RollOver     : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\icons\iconRollover.png
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> DarkNormal   : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\icons\iconDarkNormal.png
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> DarkRollOver : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\icons\iconDarkRollover.png
    2015-02-20 20:45:42 : DEBUG -> DefaultExtensionData        : (null)
    2015-02-20 20:45:42 : DEBUG -> SpecialExtensionData        : (null)
    2015-02-20 20:45:42 : DEBUG -> RequiredRuntimeList            : 1
    2015-02-20 20:45:42 : DEBUG    -> RequiredRuntime -> Name     : CSXS
    2015-02-20 20:45:42 : DEBUG    -> RequiredRuntime -> Version  : 4.0.0
    2015-02-20 20:45:42 : INFO  ExtensionManifest 'C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\csxs\manifest.xml' contains '1' valid extensions for this host
    2015-02-20 20:45:42 : INFO  Found extension with id 'KLR'
    2015-02-20 20:45:42 : DEBUG -> BasePath                    : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle
    2015-02-20 20:45:42 : DEBUG -> ExtensionBundleId           : KulerPanelHTMLBundle
    2015-02-20 20:45:42 : DEBUG -> ExtensionBundleVersion      : 6.0.0.20140911-m-60
    2015-02-20 20:45:42 : DEBUG -> ID                          : KLR
    2015-02-20 20:45:42 : DEBUG -> Version                     : 6.1.0
    2015-02-20 20:45:42 : DEBUG -> MainPath                    : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\index.html
    2015-02-20 20:45:42 : DEBUG -> ScriptPath                  : (null)
    2015-02-20 20:45:42 : DEBUG -> ScriptEngineId              : KLR_Engine_Id
    2015-02-20 20:45:42 : DEBUG -> CEFCommandLine            : 1
    2015-02-20 20:45:42 : DEBUG    ->parameter           ->: --user-agent=Photoshop
    2015-02-20 20:45:42 : DEBUG -> AutoVisible                 : true
    2015-02-20 20:45:42 : DEBUG -> StartOn -> Event            : 0
    2015-02-20 20:45:42 : DEBUG -> Type                        : Panel
    2015-02-20 20:45:42 : DEBUG -> Menu                        : Adobe Color-Themen
    2015-02-20 20:45:42 : DEBUG -> MenuPlacement               : (null)
    2015-02-20 20:45:42 : DEBUG -> Size
    2015-02-20 20:45:42 : DEBUG    -> Height                   : 590
    2015-02-20 20:45:42 : DEBUG    -> Width                    : 215
    2015-02-20 20:45:42 : DEBUG -> MaxSize
    2015-02-20 20:45:42 : DEBUG    -> Height                   : 800
    2015-02-20 20:45:42 : DEBUG    -> Width                    : 215
    2015-02-20 20:45:42 : DEBUG -> MinSize
    2015-02-20 20:45:42 : DEBUG    -> Height                   : 455
    2015-02-20 20:45:42 : DEBUG    -> Width                    : 215
    2015-02-20 20:45:42 : DEBUG -> IconPath
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> Normal       : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\icons\kuler_icon_msg_D.png
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> Disbaled     : (null)
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> RollOver     : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\icons\kuler_icon_msg_D.png
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> DarkNormal   : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\icons\kuler_icon_msg_D.png
    2015-02-20 20:45:42 : DEBUG    -> IconPath -> DarkRollOver : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\icons\kuler_icon_msg_D.png
    2015-02-20 20:45:42 : DEBUG -> DefaultExtensionData        : (null)
    2015-02-20 20:45:42 : DEBUG -> SpecialExtensionData        : (null)
    2015-02-20 20:45:42 : DEBUG -> RequiredRuntimeList            : 1
    2015-02-20 20:45:42 : DEBUG    -> RequiredRuntime -> Name     : CSXS
    2015-02-20 20:45:42 : DEBUG    -> RequiredRuntime -> Version  : 5.0.0
    2015-02-20 20:45:42 : INFO  ExtensionManifest 'C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.webpa.crema\csxs\manifest.xml' contains '1' valid extensions for this host
    2015-02-20 20:45:42 : INFO  Found extension with id 'com.adobe.WEBPA.crema.saveforweb'
    2015-02-20 20:45:42 : DEBUG -> BasePath                    : C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.webpa.crema
    2015-02-20 20:45:42 : DEBUG -> ExtensionBundleId           : com.adobe.WEBPA.crema
    2015-02-20 20:45:43 : DEBUG -> ExtensionBundleVersion      : 1.0.0
    2015-02-20 20:45:43 : DEBUG -> ID                          : com.adobe.WEBPA.crema.saveforweb
    2015-02-20 20:45:43 : DEBUG -> Version                     : 1.1.0.148
    2015-02-20 20:45:43 : DEBUG -> MainPath                    : C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.webpa.crema\PSPanel\index.html
    2015-02-20 20:45:43 : DEBUG -> ScriptPath                  : (null)
    2015-02-20 20:45:43 : DEBUG -> ScriptEngineId              : com.adobe.WEBPA.crema.saveforweb_Engine_Id
    2015-02-20 20:45:43 : DEBUG -> AutoVisible                 : true
    2015-02-20 20:45:43 : DEBUG -> StartOn -> Event            : 0
    2015-02-20 20:45:43 : DEBUG -> Type                        : Modeless
    2015-02-20 20:45:43 : DEBUG -> Menu                        : Elemente extrahieren
    2015-02-20 20:45:43 : DEBUG -> MenuPlacement               : (null)
    2015-02-20 20:45:43 : DEBUG -> Size
    2015-02-20 20:45:43 : DEBUG    -> Height                   : 640
    2015-02-20 20:45:43 : DEBUG    -> Width                    : 980
    2015-02-20 20:45:43 : DEBUG -> MaxSize
    2015-02-20 20:45:43 : DEBUG    -> Height                   : 640
    2015-02-20 20:45:43 : DEBUG    -> Width                    : 980
    2015-02-20 20:45:43 : DEBUG -> MinSize
    2015-02-20 20:45:43 : DEBUG    -> Height                   : 640
    2015-02-20 20:45:43 : DEBUG    -> Width                    : 980
    2015-02-20 20:45:43 : DEBUG -> IconPath
    2015-02-20 20:45:43 : DEBUG    -> IconPath -> Normal       : (null)
    2015-02-20 20:45:43 : DEBUG    -> IconPath -> Disbaled     : (null)
    2015-02-20 20:45:43 : DEBUG    -> IconPath -> RollOver     : (null)
    2015-02-20 20:45:43 : DEBUG    -> IconPath -> DarkNormal   : (null)
    2015-02-20 20:45:43 : DEBUG    -> IconPath -> DarkRollOver : (null)
    2015-02-20 20:45:43 : DEBUG -> DefaultExtensionData        : (null)
    2015-02-20 20:45:43 : DEBUG -> SpecialExtensionData        : (null)
    2015-02-20 20:45:43 : DEBUG -> RequiredRuntimeList            : 1
    2015-02-20 20:45:43 : DEBUG    -> RequiredRuntime -> Name     : CSXS
    2015-02-20 20:45:43 : DEBUG    -> RequiredRuntime -> Version  : 5.0.0
    2015-02-20 20:45:43 : INFO  ExtensionManifest 'C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.photoshop.welcome\csxs\manifest.xml' contains '0' valid extensions for this host
    2015-02-20 20:45:43 : INFO 
    ********** Number of extensions found : 5 **********
    2015-02-20 20:45:43 : INFO  Register Extension called for Extension : KLR, ExtensionType : Trusted
    2015-02-20 20:45:43 : INFO  ----------------------------------------------------------------
    2015-02-20 20:45:43 : DEBUG Extension inPlayerType : 2
    2015-02-20 20:45:43 : DEBUG Extension mainUTF8Path : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\index.html
    2015-02-20 20:45:43 : DEBUG Extension iconPathNormal : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\icons\kuler_icon_msg_D.png
    2015-02-20 20:45:43 : DEBUG Extension iconPathRollOver: C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\KulerPanelHTMLBundle\icons\kuler_icon_msg_D.png
    2015-02-20 20:45:43 : DEBUG Extension iconPathDisable:
    2015-02-20 20:45:43 : DEBUG Extension windowType: Panel
    2015-02-20 20:45:43 : DEBUG Extension showWindowOnCreate: true
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry topleftx: 0
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry toplefty: 0
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry width: 215
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry height: 590
    2015-02-20 20:45:43 : DEBUG Extension minSize width: 215
    2015-02-20 20:45:43 : DEBUG Extension minSize height: 455
    2015-02-20 20:45:43 : DEBUG Extension maxSize width: 215
    2015-02-20 20:45:43 : DEBUG Extension maxSize height: 800
    2015-02-20 20:45:43 : INFO  PlugPlugRegisterExtension() callback returned: PlugPlugErrorCode_success
    2015-02-20 20:45:43 : INFO  Register Extension called for Extension : com.taptapideas.beautyretouchcc, ExtensionType : Trusted
    2015-02-20 20:45:43 : INFO  ----------------------------------------------------------------
    2015-02-20 20:45:43 : DEBUG Extension inPlayerType : 2
    2015-02-20 20:45:43 : DEBUG Extension mainUTF8Path : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\index.html
    2015-02-20 20:45:43 : DEBUG Extension iconPathNormal : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\icons\iconNormal.png
    2015-02-20 20:45:43 : DEBUG Extension iconPathRollOver: C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\icons\iconRollover.png
    2015-02-20 20:45:43 : DEBUG Extension iconPathDisable: C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.taptapideas.beautyretouchcc\icons\iconDisabled.png
    2015-02-20 20:45:43 : DEBUG Extension windowType: Panel
    2015-02-20 20:45:43 : DEBUG Extension showWindowOnCreate: true
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry topleftx: 0
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry toplefty: 0
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry width: 368
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry height: 380
    2015-02-20 20:45:43 : DEBUG Extension minSize width: 217
    2015-02-20 20:45:43 : DEBUG Extension minSize height: 200
    2015-02-20 20:45:43 : INFO  PlugPlugRegisterExtension() callback returned: PlugPlugErrorCode_success
    2015-02-20 20:45:43 : INFO  Register Extension called for Extension : com.adobe.WEBPA.crema.saveforweb, ExtensionType : Trusted
    2015-02-20 20:45:43 : INFO  ----------------------------------------------------------------
    2015-02-20 20:45:43 : DEBUG Extension inPlayerType : 2
    2015-02-20 20:45:43 : DEBUG Extension mainUTF8Path : C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.webpa.crema\PSPanel\index.html
    2015-02-20 20:45:43 : DEBUG Extension iconPathNormal :
    2015-02-20 20:45:43 : DEBUG Extension iconPathRollOver:
    2015-02-20 20:45:43 : DEBUG Extension iconPathDisable:
    2015-02-20 20:45:43 : DEBUG Extension windowType: Modeless
    2015-02-20 20:45:43 : DEBUG Extension showWindowOnCreate: true
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry topleftx: 0
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry toplefty: 0
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry width: 980
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry height: 640
    2015-02-20 20:45:43 : DEBUG Extension minSize width: 980
    2015-02-20 20:45:43 : DEBUG Extension minSize height: 640
    2015-02-20 20:45:43 : DEBUG Extension maxSize width: 980
    2015-02-20 20:45:43 : DEBUG Extension maxSize height: 640
    2015-02-20 20:45:43 : INFO  PlugPlugRegisterExtension() callback returned: PlugPlugErrorCode_success
    2015-02-20 20:45:43 : INFO  Register Extension called for Extension : com.adobe.behance.shareonbehance.html.extension, ExtensionType : Trusted
    2015-02-20 20:45:43 : INFO  ----------------------------------------------------------------
    2015-02-20 20:45:43 : DEBUG Extension inPlayerType : 2
    2015-02-20 20:45:43 : DEBUG Extension mainUTF8Path : C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\CEP\extensions\com.adobe.behance.shareonbehance.html\index.html
    2015-02-20 20:45:43 : DEBUG Extension iconPathNormal :
    2015-02-20 20:45:43 : DEBUG Extension iconPathRollOver:
    2015-02-20 20:45:43 : DEBUG Extension iconPathDisable:
    2015-02-20 20:45:43 : DEBUG Extension windowType: ModalDialog
    2015-02-20 20:45:43 : DEBUG Extension showWindowOnCreate: true
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry topleftx: 0
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry toplefty: 0
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry width: 950
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry height: 530
    2015-02-20 20:45:43 : INFO  PlugPlugRegisterExtension() callback returned: PlugPlugErrorCode_success
    2015-02-20 20:45:43 : INFO  Register Extension called for Extension : com.adobe.DesignLibraries.angular, ExtensionType : Trusted
    2015-02-20 20:45:43 : INFO  ----------------------------------------------------------------
    2015-02-20 20:45:43 : DEBUG Extension inPlayerType : 2
    2015-02-20 20:45:43 : DEBUG Extension mainUTF8Path : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\index.html
    2015-02-20 20:45:43 : DEBUG Extension iconPathNormal : C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\images\IconLight.png
    2015-02-20 20:45:43 : DEBUG Extension iconPathRollOver: C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.DesignLibraries.angular\images\IconLight.png
    2015-02-20 20:45:43 : DEBUG Extension iconPathDisable:
    2015-02-20 20:45:43 : DEBUG Extension windowType: Panel
    2015-02-20 20:45:43 : DEBUG Extension showWindowOnCreate: true
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry topleftx: 0
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry toplefty: 0
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry width: 239
    2015-02-20 20:45:43 : DEBUG Extension defaultGeometry height: 300
    2015-02-20 20:45:43 : DEBUG Extension minSize width: 239
    2015-02-20 20:45:43 : DEBUG Extension minSize height: 165
    2015-02-20 20:45:43 : INFO  PlugPlugRegisterExtension() callback returned: PlugPlugErrorCode_success
    2015-02-20 20:45:43 : INFO  PlugPlugSetMenu() callback called for main menu. Extension : , inMenuPosition: (null), Menu: [{menuId: '1',nameUtf8: 'Adobe Color-Themen',extensionId: 'KLR'},{menuId: '4',nameUtf8: 'Auf Behance teilen',extensionId: 'com.adobe.behance.shareonbehance.html.extension'},{menuId: '2',nameUtf8: 'Beauty Retouch CC',extensionId: 'com.taptapideas.beautyretouchcc'},{menuId: '5',nameUtf8: 'Bibliotheken',extensionId: 'com.adobe.DesignLibraries.angular'},{menuId: '3',nameUtf8: 'Elemente extrahieren',extensionId: 'com.adobe.WEBPA.crema.saveforweb'}]
    2015-02-20 20:45:43 : INFO  PlugPlugSetMenu() callback returned: PlugPlugErrorCode_success
    2015-02-20 20:45:43 : INFO  ExtensionLoadService activated
    2015-02-20 20:45:43 : DEBUG PlugPlugAMTRequest() callback called. Request: <?xml version="1.0" encoding="UTF-8"?><PlugPlugEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./AmtlibPlugPlug.xsd"><request id="1" functionName="getProductLicenseInfo"><arguments/></request></PlugPlugEnvelope>
    2015-02-20 20:45:43 : DEBUG PlugPlugAMTRequest() return value: PlugPlugErrorCode_success
    2015-02-20 20:45:43 : DEBUG PlugPlugAMTRequest() XML returned chunk: <?xml version="1.0" encoding="utf-8" ?>
    <PlugPlugEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./AmtlibPlugPlug.xsd">
        <response id="1" functionName="getProductLicenseInfo">
            <AdobeIDCreated>1</AdobeIDCreated>
            <LicenseType>Retail</LicenseType>
            <LicenseExpires>0</LicenseExpires>
            <LicenseRefreshes>0</LicenseRefreshes>
            <LicenseEncryptedSerial>909700749228412815900390</LicenseEncryptedSerial>
            <LicensedProductName>EPIC_APP_598</LicensedProductName>
            <SecondsSinceActivation>0</SecondsSinceActivation>
            <SecondsSinceSerialization>1901773</SecondsSinceSerialization>
            <SecondsBeforeExpiration>0</SecondsBeforeExpiration>
            <SecondsBeforeRefresh>0</SecondsBeforeRefresh>
            <AMTLibResponse>6</AMTLibResponse>
            <LicenseStatus>3</LicenseStatus>
            <SerializationGraceInseconds>3888000</SerializationGraceInseconds>
            <ProductCycle>8</ProductCycle>
            <PendingClaims>
                <PendingClaim>
                    <AdobeID>E14A8A53C31C390693BC48908C0C47F8</AdobeID>
                    <TimeStamp>1422559768</TimeStamp>
                </PendingClaim>
            </PendingClaims>
            <IsSuite>SUITE</IsSuite>
            <APIVersion>2.0</APIVersion>
            <PersonGUIDWithAuthSource>097935244F95E8AA0A490D45@AdobeID</PersonGUIDWithAuthSource>
        </response>
    </PlugPlugEnvelope>
    2015-02-20 20:45:43 : DEBUG PlugPlugNotifyStateChange called for extension : (null),  inEvent->event : PlugPlugGoOnline
    2015-02-20 20:45:43 : DEBUG Return value for PlugPlugNotifyStateChange : PlugPlugErrorCode_success
    2015-02-20 20:45:43 : INFO  PlugPlugLoadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:43 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, LoadExtension com.taptapideas.beautyretouchcc begin.
    2015-02-20 20:45:43 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Verify signature begin.
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Verify signature end.
    2015-02-20 20:45:44 : INFO  RED 83.000000, GREEN 83.000000, BLUE 83.000000, ALPHA 255.000000
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, PrepareLoad begin.
    2015-02-20 20:45:44 : INFO  GetPanel() callback called. Extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:44 : INFO  GetPanel() callback returned: PlugPlugErrorCode_success
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init ContentHwnd...
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init MessageHwnd...
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init RPC...
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init client process...
    2015-02-20 20:45:44 : WARN  PlugPlugSetup must be called first
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, PrepareLoad end.
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, LoadExtension com.taptapideas.beautyretouchcc end.
    2015-02-20 20:45:44 : INFO  Return value of PlugPlugLoadExtension call : PlugPlugErrorCode_success
    2015-02-20 20:45:44 : ERROR CEPHtmlEngine exits, unload extension
    2015-02-20 20:45:44 : INFO  PlugPlugUnloadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:44 : INFO  UnloadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:44 : INFO  <ExtensionUnloadedEvent><Id>com.taptapideas.beautyretouchcc</Id><ClosingType>3</ClosingTy pe></ExtensionUnloadedEvent>
    2015-02-20 20:45:44 : INFO  Return value of PlugPlugUnloadExtension call : PlugPlugErrorCode_success
    2015-02-20 20:45:44 : INFO  PlugPlugUnloadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:44 : ERROR Failed to unload extension com.taptapideas.beautyretouchcc as it is not loaded
    2015-02-20 20:45:44 : INFO  Return value of PlugPlugUnloadExtension call : PlugPlugErrorCode_extensionNotFound
    2015-02-20 20:45:44 : INFO  PlugPlugLoadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, LoadExtension com.taptapideas.beautyretouchcc begin.
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Verify signature begin.
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Verify signature end.
    2015-02-20 20:45:44 : INFO  RED 83.000000, GREEN 83.000000, BLUE 83.000000, ALPHA 255.000000
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, PrepareLoad begin.
    2015-02-20 20:45:44 : INFO  GetPanel() callback called. Extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:44 : INFO  GetPanel() callback returned: PlugPlugErrorCode_success
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init ContentHwnd...
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init MessageHwnd...
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init RPC...
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init client process...
    2015-02-20 20:45:44 : WARN  PlugPlugSetup must be called first
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, PrepareLoad end.
    2015-02-20 20:45:44 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, LoadExtension com.taptapideas.beautyretouchcc end.
    2015-02-20 20:45:44 : INFO  Return value of PlugPlugLoadExtension call : PlugPlugErrorCode_success
    2015-02-20 20:45:44 : ERROR CEPHtmlEngine exits, unload extension
    2015-02-20 20:45:44 : INFO  PlugPlugUnloadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:44 : INFO  UnloadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:44 : INFO  <ExtensionUnloadedEvent><Id>com.taptapideas.beautyretouchcc</Id><ClosingType>3</ClosingTy pe></ExtensionUnloadedEvent>
    2015-02-20 20:45:44 : INFO  Return value of PlugPlugUnloadExtension call : PlugPlugErrorCode_success
    2015-02-20 20:45:44 : INFO  PlugPlugUnloadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:44 : ERROR Failed to unload extension com.taptapideas.beautyretouchcc as it is not loaded
    2015-02-20 20:45:44 : INFO  Return value of PlugPlugUnloadExtension call : PlugPlugErrorCode_extensionNotFound
    2015-02-20 20:45:45 : INFO  PlugPlugLoadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:45 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, LoadExtension com.taptapideas.beautyretouchcc begin.
    2015-02-20 20:45:45 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Verify signature begin.
    2015-02-20 20:45:46 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Verify signature end.
    2015-02-20 20:45:46 : INFO  RED 83.000000, GREEN 83.000000, BLUE 83.000000, ALPHA 255.000000
    2015-02-20 20:45:46 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, PrepareLoad begin.
    2015-02-20 20:45:46 : INFO  GetPanel() callback called. Extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:46 : INFO  GetPanel() callback returned: PlugPlugErrorCode_success
    2015-02-20 20:45:46 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init ContentHwnd...
    2015-02-20 20:45:46 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init MessageHwnd...
    2015-02-20 20:45:46 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init RPC...
    2015-02-20 20:45:46 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init client process...
    2015-02-20 20:45:46 : WARN  PlugPlugSetup must be called first
    2015-02-20 20:45:46 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, PrepareLoad end.
    2015-02-20 20:45:46 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, LoadExtension com.taptapideas.beautyretouchcc end.
    2015-02-20 20:45:46 : ERROR CEPHtmlEngine exits, unload extension
    2015-02-20 20:45:46 : INFO  Return value of PlugPlugLoadExtension call : PlugPlugErrorCode_success
    2015-02-20 20:45:46 : INFO  PlugPlugUnloadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:46 : INFO  UnloadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:46 : INFO  <ExtensionUnloadedEvent><Id>com.taptapideas.beautyretouchcc</Id><ClosingType>3</ClosingTy pe></ExtensionUnloadedEvent>
    2015-02-20 20:45:46 : INFO  Return value of PlugPlugUnloadExtension call : PlugPlugErrorCode_success
    2015-02-20 20:45:46 : INFO  PlugPlugUnloadExtension called for extension : com.taptapideas.beautyretouchcc
    2015-02-20 20:45:46 : ERROR Failed to unload extension com.taptapideas.beautyretouchcc as it is not loaded
    2015-02-20 20:45:46 : INFO  Return value of PlugPlugUnloadExtension call : PlugPlugErrorCode_extensionNotFound
    2015-02-20 20:45:48 : INFO  PlugPlugTerminate called
    2015-02-20 20:45:48 : INFO  Return value for PlugPlugTerminate: PlugPlugErrorCode_success
    I have de- and reinstalled PS, CC and Java for many times and cleanedup my registry but it still doenst work. After opening the extension it closed immediatly :/
    Please help me

    Here are couple suggestions you could try
    #1. Change your debug port to something else e.g. 8899
    #2. Add this line to your main.js, Though its not mandatory with CEP 4.2 or later
    window.__adobe_cep__.showDevTools();
    #3. Make sure your .debug file is created using command line tool and ends with newline.
    #4. Double sure your .debug file is in root of extension.
    Mac

  • Runtime error with exit FM when statying in the same screen

    Hi,
    I have written my exit function module for the init function, and now I have a problem with the runtime error when I execute the planning function wihtout exiting BPS. More likely the users would want to stay within the screen to do all the necessary changes, for example variables, and then re-execute the planning function without encountering the runtime error.
    Has anyone come across this problem and has resolved it? Have you resolved it with ABAP or the settings from BPS? Please advise.
    Thanks,
    RT

    Hi Anand,
    My program refreshes the table entries for every time a user chooses the "Execute planning function" before processing the data from the InfoProvider and then updates the entries to the tables and then updates the buffer. If the user doesn't exit from BPS and then chooses again the "Execute planning function", a runtime error will result about duplicate table entries because the existing entries were not refreshed because the user did not exit from BPS since the last action.
    Basically the user has to exit BPS and enter back in BPS to choose "Execute planning function" to process data to avoid runtime error of table entry duplication when processing the same planning function.
    I think I have to add code to my Exit FM to detect the user's action to refreshes the table entries everytime the user chooses to "Execute planning function" when staying in the same screen.
    Is there another approach to this?
    Thanks,
    RT
    Message was edited by: Rob  Thomas
    Message was edited by: Rob  Thomas
    Message was edited by: Rob  Thomas

  • FRM-99999 ERRORE 408 OCCURRED FRM-40655 SQL ERROR FORCED ROLLBACK CLEAR FRO

    Dear Friends
    I am getting this FRM-99999 ERRORE 408 OCCURRED FRM-40655 SQL ERROR FORCED ROLLBACK CLEAR FROM AND RE-ENTER TRANACTION.
    FRM-40512 ORACLE ERROR UNABLE TO ISSUE SAVE POINT COMAND.
    I am calling the form using the following script :
    :global.command_line := 'C:\SALES\NEW_ITEMS.FMX' ;
    CALL_FORM(:global.command_line);
    go_block('COP_ORDER_DETAILS');
    go_record(:global.l_n_curr_rec2);
    :COP_ORDER_DETAILS.ITEM_CODE :=:GLOBAL.ITEM_CODE_VAR;
    :COP_ORDER_DETAILS.COLOR := :GLOBAL.COLOR_CODE ;
    :COP_ORDER_DETAILS.SHAPE_CODE := :GLOBAL.SHAPE_CODE ;
    :COP_ORDER_DETAILS.DELIVERY_QUANTITY := :GLOBAL.QTY ;
    :COP_ORDER_DETAILS.VOLUME := :GLOBAL.VOLUME;
    It works fine for one record, when I try to create another record by calling the called form it gives the above messages.
    Waiting for your valuable replay.
    Best regards
    Jamil

    This happens due to dead lock situation
    To avoid this problem, add NOWAIT option to the UPDATE and DELETE statements, which returns ORA-00054 error, trap this error and display user defined message like 'The record is being accessed and try after some time'.
    This even improves the performance
    because no process waits for the locks preventing dead locks.
    If it is due to the UPDATE's or DELETE's with base table blocks in the form, in the PRE-UPDATE and PRE-DELETE triggers write SELECT statements to select the particular row with FOR UPDATE NO WAIT option. Handle by trapping the ORA-00054 error

  • FRM-40655 SQL Error Forced Rollback

    Hi,
    I am getting the following Error:
    Why this appears?
    FRM-40655 SQL Error Forced Rollback: clear form and re enter transaction.
    ORA-24324: service handle not initialized
    Madni

    FRM-40655: SQL error forced rollback: clear form and re-enter transaction.
    Cause: A deadlock or some other error has caused the current transaction to fail. Your changes were rolled back.
    Action: Clear the form (or exit and re-enter the form) and re-enter the transaction. You might have to modify the form's design to prevent the error from recurring.
    Run the debugger and find out which line the error is occuring. Also see
    http://www.oracle.com/technology/products/forms/pdf/forms9idiagnostics.pdf
    http://www.oracle.com/technology/products/forms/pdf/trace9i.pdf

  • SDK 2015.1 xsct gets fatal JVM error on exit

    After executing various sdk commands from a xsct shell on 64-bit Windows 7, I get the following error when I exit from the shell:
    A fatal error has been detected by the Java Runtime Environment:
    Lots of useless debug data then gets dumped to a log file.
    Executing any of these commands causes the error on exit (both from the xsct shell and from batch files that invoke the shell):
    sdk set_user_repo_path
    sdk create_hw_project
    sdk import_projects
    The sdk set_workspace command doesn't seem to cause this error.  I haven't tried any other sdk commands.
    Note all the commands in my tcl script finish executing. The error occurs when exiting xsct.
    Is there a way to avoid this error?
    Thanks.
    -steve
     

    Hi Vinay:
    The command you suggested does not exist:
    C:\projects\hamid\imax\github\IMAX_git\sw\fpga\kc705_hdmi_workspace> xsdk -jvm Xmx4096m
    unrecognised option '-jvm'
    Display Options:
      -help
          Help -- just display this message and quit.
      -version
          Display Version and quit.
      -batch
          SDK Tcl Batch Mode.
      -wait
          Wait for SDK to complete.
    Options:
      -workspace <Workspace location>
          Specify the Workspace directory for SDK projects
      -hwspec <hardware specification file>
          Specify the XML file to load.
      -bit <bitstream file>
          Specify the Bitsteam file to use for programming FPGA
      -bmm <bmm file>
          Specify the BMM file to use for BRAM initialization
      -batch -source <tcl script file>
          Specify tcl Script file to executee all commands in SDK batch mode
      {-lp <repository_path>}
          Add <repository_path> to the list of Driver/OS/Library search directories.
      -eclipseargs <eclipse arguments>
          Any other arguments that should be passed to Eclipse.
          This should follow all other SDK arguments.
      -vmargs <java vm arguments>
          Any other arguments that should be passed to Java VM.
          This should follow all other SDK arguments.

  • I get nothing but error messages, -"Your IMAP server wants to alert you to the following: 113 that mail is not available" or 364? there are hundreds stacked up.You must give answers to how to fix these when we do "search" add the error code number

    I get nothing but error messages, -
    "Your IMAP server wants to alert you to the following: 113 that mail is not available"  or  the same with:  364? 
    Now there are hundreds stacked up on my desktop.
    I cannot find the answer anywhere. You need to  give answers to how to fix these errors because when I  "search" "error code" or the number there is NOTHING. NOTHING!  Yet you give us these stupid error codes
    then you do not give us ANYTHING on how to fix these. These error codes make me so mad it makes me hate outlook, and hate the developers and hate microsoft.  How in the world can you give us ERROR codes without the explanation of what
    to do or how to fix it. You need to  add each  error code number in your "search" then explain what it is and how to fix it.  I am not a tech. I am a lawyer. I have googled the entire string of error code and nothing is clear.
    So, for the last several years, I get these error codes. Also, there is another error code that won't go away--it is the password error code that asks if I want to store the password. Yes, so I say YES. but it pops back. I am sick of this. This is the reason
    I hate Microsoft and I love google. #1 they respond to error, #2 them try to fix them you do not. I paid the full price to buy the OUtlook 2010, almost $500 just to get outlook, and all I got was error codes. I could not even open it because all I would get
    was that error codes and NO ONE knew how to fix them. WHAT IS YOUR PROBLEM that you cannot fix the stupid error codes that you imbed? PLEASE HELP

    Hi,
    I understand how frustrated you are when facing such an issue, maybe I can provide some suggestions on the problem.
    Based on the description, you should be using an IMAP account setup in Outlook. As for the error message, usually it's caused by a corrupted message on the Server. I suggest you logon the Webmail site, check if sending/receiving emails works well.
    If you find any unusual emails that cannot be read or sent, try deleting them to try again.
    I also suggest you create a new profile to setup the IMAP account:
    http://support.microsoft.com/kb/829918/en-us
    Contact your Email Service Provider to get the correct and latest account settings, since you have been using Outlook for years, some settings may have been changed while you haven't been informed.
    For the steps to setup an account in Outlook 2010, please refer to:
    http://office.microsoft.com/en-001/outlook-help/add-or-remove-an-email-account-HA010354414.aspx
    I hope this helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • While downloading add-ons error message - unable to download . want ad blocker urgently

    while installing add-ons error message appears
    " theree was an error downloading ...."
    This happened will all addons i tried within 2-3 seconds of clicking on install

    Check to see if installations are allowed in Firefox
    *Go to <code>about:config</code> like you were going to a website
    *Press the button saying you'll be careful
    *Search for <code>xpinstall.enabled</code>
    *The value of <code>xpinstall.enabled</code> should bet set to TRUE. If it's FALSE, right click it and select Reset.
    What exact error is it giving you?<br>
    Try these fixes from this article
    *https://support.mozilla.org/en-US/kb/unable-install-add-ons-or-extensions

  • LV 8.5 DLL - Windows error on exit

    I created a DLL in a LabVIEW 8.5 project, and found that if I used the 'Call Library Function Node' in a subsequent LabVIEW 8.5 VI, the DLL functions worked perfectly, but after I exited LabVIEW I would get the attached error from Windows.
    I then created a very simple DLL VI, and built separate DLLs from it in LabVIEW versions 6.1, 8.2.1, and 8.5. I created a set of simple VIs to call these DLLs using LabVIEW versions 6.1, 8.2.1, and 8.5.
    The DLL calls worked perfectly in all combinations of VI & DLL versions (for example, calling the 8.5 DLL from a 6.1 VI, or calling the 8.2.1 DLL from an 8.5 VI, etc.). I repeatably get the error message after exiting LabVIEW ONLY after opening an 8.5 VI that called the 8.5 DLL. I have also tried calling DLLs written by others in LabVIEW version 7 from an 8.5 VI, which worked perfectly and there was no error after exit.
    Does anybody know why I might be getting this error message?
    Attachments:
    Error.png ‏68 KB

    BEHajder wrote:
    Hello Yi Y,
    Thank you (and Rolf) for your replies.
    I have not been able to configure the DLL build or Call parameters to avoid the error popup from occurring.
    I have attached a zip file which contains 4 sub-folders:
    The "LV 8.2.1 DLL" folder contains a project to build a simple DLL in LabVIEW version 8.2.1.
    The "LV 8.5 DLL" folder contains a project to build the same simple DLL in LabVIEW version 8.5.
    The "LV 8.2.1 DLL Test VIs" folder contains 2 LabVIEW version 8.2.1 VIs, one calls the version 8.2.1 DLL, the other calls the version 8.5 DLL.
    The "LV 8.5 DLL Test VIs" folder contains 2 LabVIEW version 8.5 VIs, one calls the version 8.2.1 DLL, the other calls the version 8.5 DLL.
    My test procedure consists of opening one of the Test VIs using it's version of LabVIEW, and then exiting LabVIEW.
    If I open the "Test 8.5 call 8.5 DLL.vi", I always get the error after exiting LabVIEW. Opening the other test VIs do not result in an error after exiting LabVIEW. It does not make any difference if the test VI was actually executed or not.
    The projects and VIs are very simple, please let me know if you think there is a configuration somewhere responsible for producing the error. I guess I am very interested to know if the error is reproducible for you, I have tested this on two Windows XP PCs here and both get the error. Also let me know if there is a problem with the attached zip file.
    I can't find any configuration error in these VIs, HOWEVER:
    I've run the 8.2 DLL with 8.2 Test in 8.2 and everything was fine.
    And I've run the 8.5 DLL with the 8.5 Test VI in 8.5 and everything is fine too!! No error dialog independant if I just open the VI and close LabVIEW or if I run the VI before closing.
    So I guess it is more of an environmental problem than a pure LabVIEW problem.
    As to my computer all I can say it is a Sony VAIO, Pentium Mobile 1.5GHz, Windows XP Professional SP2, with latest fixes, Englisch OS version, just about any NI software starting from LabVIEW 5.1 up to and including LabVIEW 8.5, LabVIEW 7.1 and 8.2 with DSC, IMAQ, FPGA and RT software, NI-DAQ 7.4, DAQmx 8.6, MAX 4.3, NI-488, NI-VISA 4.2 and a few other drivers like CAN etc.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • When I try to resume adobe manager reader download I get an add-on error

    my computer is a Windows Vista (64 Bit) Sp1
    It already had adobe reader 9 installed, but I decided to install Adobe Reader 9.1.
    I don't know if it's the same version so this is what happened.
    I downloaded adobe reader 9.1 and then I paused it and turn off the computer. The next day I tried to resume the Adobe Reader 9.1 with the adobe reader manager that was in my desktop, but I got an error message saying an add-on was being used and it had to close.  Everytime I resume it always closes.  I tried deleting the add-on ( get_atlcom Class, which is the add-on you have to download in order to get adobe reader 9.1)  and installing it again, but the same Adobe Manager page that pops up with the add-on error comes on my screen.
    this is the message that i get from the add-on error
    gp.ocx
    get_atlcom Class
    Company Name: Adobe
    Description DLM
    it's something like that
    can anyone help me with this error.
    Or can I just simply remove(uninstall) adobe reader 9 and try to install it again?
    thank you

    If I were you, I would remove everything related with Reader by the method Pat Willener describes in the "can't install adobe reader" thread, and then download the version you want from the fpt site given by ~graffiti in the "Trying to download Adobe Reader but can't"...

  • I cannot install Creative Suite 5.5 on my Windows 7 Professional. I keep getting error message: "Exit Code: 15 - Media DB sync failed". I have disabled UAC and Startup items and Services with no luck. Can you please help?

    I cannot install Creative Suite 5.5 on my Windows 7 Professional. I keep getting error message: "Exit Code: 15 - Media DB sync failed". I have disabled UAC and Startup items and Services with no luck. Can you please help?

    I am sorry Erickkasner but there is no longer direct support provided for Creative Suite 5.5 installation issues.
    You are welcome to post any specific errors you are able to discover within your installation log to this discussion.  Since you are using Windows then Exit Code 15 could mean one of the following:
    Installer database is corrupted
    Update pending to your operating system
    Improper permissions set for the Media.db
    The installation log file should provide additional insight into the exact error you are experiencing.  Please make sure to use the find command to look for the words 'ERROR' and 'FATAL' to locate the relevant error messages.

  • How can i add field to screen exit ?

    ver 4.7
    trans.  me21n
    add field in screen exit .
    i implement screen exit MM06E005->SAPMM06E->0111
    in the layout i try to add field  by pressing
    button in the toolbar ( dictionary field window ) ,
    but when i press "save" in me21n  ,
    i get message "No data changed".
    i choose in the dialog window
    field from structure "ci_ekpodb" , field that i already
    been add  .
    thanks .

    Hi
    You have to implement the exit to import/export the data into/from screen-exit:
    EXIT_SAPMM06E_016 and EXIT_SAPMM06E_018
    Max

Maybe you are looking for

  • Unable to import RAW files from my 400D, (XTi) Even if its a supported cam

    Hi, I have been unable to upload RAW files from my Canon XTi, a.k.a. 400D. I know this camera is supported and I am running Mac OS X 10.4.8 on an Intel Core Duo Mac Book. iPhoto had no issues with my previous Canon 350D raw files, yet its not working

  • Disappointing support - will not buy creative products any more

    Hi, just wanted to share my experience with creative support. Just to keep in mind for those planning to buy creative products... I bought a Zen X-fi 2 last summer. Mainly the features of sleep-timer and alarm using any mp3 file have been my selectio

  • Query Builder in Oracle 9i

    We use the tool Query Builder in our Oracle BD version 8.0.5.1. We have a development version of Oracle 9i and I don't see anything like Query Builder. What product is replacing Query Builer in Oracle 9i ?? THANKS

  • Regarding MM function

    hey guys, I am trying to learn MM functional module myself. To start with i need some sample data(SAP existing data) to see how the transaction flows from one screen to another screen. so can somebody give me a starting from basic purchase order tran

  • Acrobat 9 freezes when I print a filled in form

    When I click on the print button in Acro 9 the app often freezes. I have to force quit, and then try again. Sometimes it takes 5 or 6 attempts before things print normally