Where to find JCo server examples under NW04

I am using NW04 and do not know where to look for or download demos showing how to set up a JCo server program that can be called into using ABAP.  I have seen references to a JCo.zip file, but that file seems to have been pulled from the downloads.  Can someone tell me where I can download sample programs?

Hi,
you can download Jco (and yes, documentation and examples are included in the download package) from SAP Service Marketplace at: http://service.sap.com/connectors -> SAP Java Connector -> Tools & Services and then select the Jco version you need from the right hand side frame.

Similar Messages

  • Where can find jclient applet example or documentation

    Hi all:
    please help about find jclient applet example or documentation,
    and using JClient within Applet have any limition or constraint with JClient/Swing/WebStart technology ?
    thanks a lot .

    Hi,
    if available then it should be in the online help. We don't really recommend ADfJClient as an Applet because of the size of the libraries that you need to download with the Applet. Instead we recommend using Java WebStart for centralised Swing application deployment. The latter is explained in a white papaer on otn.oracle.com/products/jdev
    Frank

  • More complex JCO Server examples (ABAP to Java)

    JCo connections:
    I found a couple of good documents for connecting from Java to ABAP. Whenever it comes to the other direction (ABAP to Java), information is somehow rare.
    I had a look at the examples coming with the JCo lib, however I would like to find some more complex examples. Especially the transfer of larger result sets (obtained on the Java side) is interesting.
    Does anybody know something like this? I have tried Google, but somehow always the same few articles showed up.
    Any hints?

    You can also use the JCO RFC Provider Service of the Web Application Server for your ABAP to Java calls.
    The steps involved in that are
    1. Configure destination in SM59 in SAP.
    2. Create RFC Destination in Visual Admin.
    3. Create a stateless session bean with JNDI name as the name of calling function module in SAP.
    4. Add a business method public void processFunction(JCO.Funtion fn) which is called by the JCO RFC Provider Service. The name should be 'processFunction'.
    5. Set library references in application-j2ee-engine.xml to type weak for the following
        a. com.sap.mw.jco.
        b. com.sap.tc.Logging (if you are using the logging api )
    Here is the sample code for the EJB biz method
    Business Method.
         public void processFunction(JCO.Function function) {
              try {
                   // Get the import parameters for the function module
                   JCO.ParameterList importList = function.getImportParameterList();
                   logger.infoT("The value sent is" +
                   (String)importList.getValue("USER_NAME"));
                   // Set the export parameter value for the function module
                   JCO.ParameterList export = function.getExportParameterList();
                   export.setValue("From EJB", "RETURN");
                   function.setExportParameterList(export);
              catch (java.lang.Exception e) {
                   e.printStackTrace();     

  • Where to find WebLogic Server credentials

    Hi
    I have installed Oracle WebLogic Server Version 10.3.1.0 and it is running fine.
    I'd like to know where (in which DB table) can I find usernames and passwords in the DATABASE. On the tab Security Realms I can see that I have users listed.
    Rrgds
    Kobs

    weblogic stores the credentials in embedded ldap server
    you can connect to it by following this article
    http://weblogic-wonders.com/weblogic/2010/05/20/connecting-to-weblogic-server-embedded-ldap-using-ldap-browser/
    -Faisal

  • Where to find iCal-Server-Prefs?

    Hi there
    Where do I find the plist of the ical-server? There's nothing in Library/Prefs. Is it the one in /etc/caldav/ Not sure, just wanted to get rid of the 501delegation-error as described here:
    http://discussions.apple.com/thread.jspa?messageID=10983952#10983952
    Thanks and regards
    Goofy

    Take a look here:
    /etc/caldavd/caldavd.plist

  • Where to find Message Server port ?

    How can I find the message server port on my portal server installation ?
    - punam

    Hi Punam,
    There are various ways of finding this out. One way is that you check the following log file and you can see the message port for your system. As far as I remember default port is 3601 but anyway confirm it in this file
    parameter is ms port
    C:usrsap<SID><INSTANCEworkdev_* files for ex dev_jcontrol
    You can also find this from SAP MMC as welk. Check developer trace after right clicking on message server process.
    Also check out similar thread:
    How can i find SDM port , Message server port, Message server name?
    Regards,
    Piyush
    ps: please mark all useful answers.

  • Where to find Forms Server

    Where will I get the Forms Server?Does it comes along with Oracle Forms Developer 6i or 9i?
    Kindly help me as I am highly confused.
    Thanks in Advance
    Naushad Akhtar

    If you'll download Forms6i from OTN you'll have it.
    You can also downalod Oracle9iAS from OTN and when you install it you'll have everything configured for you to run forms.

  • Cannot install onto DW CS6 with latest extension Manager hangs indefinitely ASP Shopping Cart DwZone Software Version 1.3.10 Where to find it Server Behaviors panel DwZone menu  ***Dreamweaver CC users: Please note this extension is only compatible wit

    EM CS6 log file has a single error line, yet it hangs right after license agreement at about 10% progress and never makes it any further.
    [DEBUG] Wed Nov 12 01:23:36 2014 [.187] (OWLMain.cpp,899) -APE environment initializd OK
    [DEBUG] Wed Nov 12 01:23:36 2014 [.187] (OWLMain.cpp,902) -C:\Program Files\Adobe\Adobe Extension Manager CS6
    [DEBUG] Wed Nov 12 01:23:36 2014 [.250] (OWLMain.cpp,937) -Create APE stage window OK
    [INFO] Wed Nov 12 01:23:36 2014 [.437] (OWLMain.cpp,969) -Load swf file succeed.
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (OWLMain.cpp,143) -AIR is ready for the invocation from C++ side
    [TRACE] Wed Nov 12 01:23:38 2014 [.125] (CommandExecutorMfc.cpp,35) -MESSAGE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\GetSupportedLocalList.cpp,56) -Sending Get Locale list request to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,407) -Method Name: airGetLocaleList
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,424) --1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) --1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) -en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_B R,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\PumpBridgeTalkMessageCommand.cpp,67) -PumpBridgeTalkMessageCommand::execute(), register bridge talk message handler.
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\Control\OWLFrontController.cpp,165) -RequestId is-1. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\Control\GetSupportedLocalList.cpp,81) -Get Locale list completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1738) -=====Supported locales list items:=====
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -da_DK
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -de_DE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -es_ES
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -fi_FI
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -fr_FR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -it_IT
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -nb_NO
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -nl_NL
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -pt_BR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -sv_SE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1762) -The User preferred language code is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1765) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,407) -Method Name: airSetLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,424) --2
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,424) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MacrExtensionManager.cpp,1327) -Extension Mnaager starts initializing
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4274) -Bare version is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4275) -6.0.8.28
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4280) -Formal version is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4281) -6.0.8.28
    [DEBUG] Wed Nov 12 01:23:38 2014 [.328] (..\Products\MacrExtensionManagerProduct.cpp,193) -Application name is Adobe Extension Manager CS6.exe
    [DEBUG] Wed Nov 12 01:23:38 2014 [.343] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Bridge CS5.1
    [INFO] Wed Nov 12 01:23:38 2014 [.375] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\Adobe Touch App Plugins), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.390] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Audition CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.406] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\XMP\Custom File Info Panels\4.0), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Extension Manager CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Bridge CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.437] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Utilities - CS6\ExtendScript Toolkit CS6), with value (en_US).
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,407) -Method Name: airCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,424) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,424) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [INFO] Wed Nov 12 01:23:38 2014 [.468] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Utilities - CS5.5\ExtendScript Toolkit CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Photoshop CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Media Encoder CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\XMP\Custom File Info Panels\3.0), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Extension Manager CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Device Central CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.515] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InDesign CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.515] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Fireworks CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.531] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\Bridge CS5.1 Extensions\Adobe Output Module), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.531] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\SwitchBoard), with value (en_GB,en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Catalyst CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Bridge CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe ExtendScript Toolkit CC), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.578] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Photoshop CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.625] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InCopy CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.640] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.640] (..\MacrProductInfoFromCapsLib.cpp,273) -Got dummy languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS6), with value (da_DK,en_US;en_AE,en_US;en_GB,en_US;en_IL,en_US;en_XM,en_US;es_MX,es_ES;fi_FI,en_US;fr_C A,fr_FR;fr_MA,fr_FR;fr_XM,fr_FR;hu_HU,en_US;uk_UA,en_US;).
    [INFO] Wed Nov 12 01:23:38 2014 [.687] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.687] (..\MacrProductInfoFromCapsLib.cpp,273) -Got dummy languages for key (C:\Program Files\Adobe\Adobe Flash CS6), with value (da_DK,en_US;en_AE,en_US;en_GB,en_US;en_IL,en_US;es_MX,es_ES;fi_FI,en_US;fr_CA,fr_FR;fr_M A,fr_FR;hu_HU,en_US;nb_NO,en_US;uk_UA,en_US;).
    [INFO] Wed Nov 12 01:23:38 2014 [.703] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Media Encoder CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.718] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Builder 4.6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.734] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Fireworks CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.734] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Builder 4.7), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.750] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InDesign CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.765] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Prelude CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.781] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Bridge CS5.1), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) --3
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.796] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) --3
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -FamilyName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -4.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Configuration/Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$installfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$pluginsfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder/Plug-Ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$presetsfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder/Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Configuration
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$startupscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$adobecommon/Startup Scripts CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgestartupscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$startupscripts/Adobe Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$adobecommon/Bridge CS5.1 Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensionworkspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensions/Workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$userscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Startup Scripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,165) -RequestId is-3. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,401) -Product Name for bridge-4.1 is Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,1317) -Display Name for bridge-4.1 is Bridge CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,444) -Product version forBridge CS5.1 is 4.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,463) -Language code for Bridge CS5.1 is en_GB
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Bridge CS5.1 is C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for bridge-4.1 is Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,173) -The product bridge-4.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,1423) -EMStore path for Bridge CS5.1 is C:\Documents and Settings\mike\Application Data\Adobe\Extension Manager CS5.5\Configuration\Extensions\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,1283) -Preferred folder for Bridge CS5.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,173) -The product bridge-4.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows
    [INFO] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) --4
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) --4
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe Illustrator CS5.1 Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../..
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$plugin
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Plug-ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -15.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -ILST
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -Configuration/ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -$SharedRibsDataFolder/Adobe/Extension Manager CS5.5/Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,165) -RequestId is-4. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,401) -Product Name for illustrator-15.1 is Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1317) -Display Name for illustrator-15.1 is Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,444) -Product version forIllustrator CS5.1 is 15.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,463) -Language code for Illustrator CS5.1 is en_GB
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Illustrator CS5.1 is C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for illustrator-15.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,173) -The product illustrator-15.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1423) -EMStore path for Illustrator CS5.1 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS5.5\Illustrator CS5.1\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1283) -Preferred folder for Illustrator CS5.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,173) -The product illustrator-15.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows
    [INFO] Wed Nov 12 01:23:38 2014 [.890] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) --5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) --5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../..
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$plugin
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Plug-ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator CS6 32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -FamilyName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -16.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -ILST
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -Configuration/ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,165) -RequestId is-5. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,401) -Product Name for illustrator-16.032 is Illustrator32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1317) -Display Name for illustrator-16.032 is Illustrator CS6 32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,444) -Product version forIllustrator CS6 32 is 16.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,463) -Language code for Illustrator CS6 32 is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Illustrator CS6 32 is C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for illustrator-16.032 is Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1459) -EMStore path per-machine for illustrator-16.032 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 32\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for illustrator-16.032 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1283) -Preferred folder for Illustrator CS6 32 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InCopy CS6
    [INFO] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InCopy CS6), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) --6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.937] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) --6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$incopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$incopy_user
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -Adobe InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -InCopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -8.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -AICY
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InCopy/Version 8.0/en_US/Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InCopy/Version 8.0/en_US/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,165) -RequestId is-6. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,401) -Product Name for incopy-8.0 is InCopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1317) -Display Name for incopy-8.0 is InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,444) -Product version forInCopy CS6 is 8.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,463) -Language code for InCopy CS6 is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InCopy CS6 is C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for incopy-8.0 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1459) -EMStore path per-machine for incopy-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\InCopy CS6\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for incopy-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\InCopy CS6\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1283) -Preferred folder for InCopy CS6 is C:\Documents and Settings\All Users\Application Data\Adobe\InCopy\Version 8.0\en_US\Extensions\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InDesign CS5.5
    [INFO] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InDesign CS5.5), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) --7
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) --7
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS5.5/Configuration/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$indesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$indesign_user
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -Adobe InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -7.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -IDSN
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -en_GB
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/en_GB/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InDesign/Version 7.5/en_GB/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,165) -RequestId is-7. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,401) -Product Name for indesign-7.5 is InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1317) -Display Name for indesign-7.5 is InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,444) -Product version forInDesign CS5.5 is 7.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,463) -Language code for InDesign CS5.5 is en_GB
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InDesign CS5.5 is C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for indesign-7.5 is
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,173) -The product indesign-7.5 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1423) -EMStore path for InDesign CS5.5 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 7.5\EmStorePath\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1283) -Preferred folder for InDesign CS5.5 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 7.5\en_GB\Extensions\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,173) -The product indesign-7.5 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InDesign CS6
    [INFO] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InDesign CS6), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) --8
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) --8
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$indesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$indesign_user
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -Adobe InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -8.0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -IDSN
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 8.0/en_US/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InDesign/Version 8.0/en_US/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,165) -RequestId is-8. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,401) -Product Name for indesign-8.0 is InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1317) -Display Name for indesign-8.0 is InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,444) -Product version forInDesign CS6 is 8.0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,463) -Language code for InDesign CS6 is en_US
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InDesign CS6 is C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for indesign-8.0 is
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1459) -EMStore path per-machine for indesign-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\InDesign CS6\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for indesign-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1283) -Preferred folder for InDesign CS6 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 8.0\en_US\Extensions\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Photoshop CS5.1
    [INFO] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Photoshop CS5.1), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Photoshop CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) --9
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Photoshop CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) --9
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$SharedRibsDataFolder/Adobe/Extension Manager
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$installfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$pluginsfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder/Plug-Ins
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder/Presets
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$platform
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -Win
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$actions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Actions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$blackandwhite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Black and White
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$brushes
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Brushes
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$channelmixer
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Channel Mixer
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorbooks
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Color Books
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorrange
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Color Range
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorswatches
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$p

    You will be better off asking on DWZone website (or whoever released that extension) if they have the solution for you.  We are not likely to have premium extensions on our system.
    Good luck.

  • Guidance to find Express Server Forum

    Hello everyone,
    Please can anyone tell me that where to find Express Server forums. I am starting it from scratch and i dont know any thing about it. I know the definition of it. I have installed it but enable to do anything with it.
    If any oneany know about it then please can he send me user manual type of thing or documentation to get started.
    I shall be gratefull to u for this favour.
    Regards
    [email protected]

    Try the OLAP discussion forum.

  • JCO.SERVER could not find the server function

    Hi,
    I am calling "BAPI_COMPANY_GETDETAIL".thuough the zprogram"ZBAPI_COMPANY_GETDETAIL"
    REPORT ZBAPI_COMPANY_GETDETAIL.
    DATA:BEGIN OF ITAB,
    RCOMP LIKE T880-RCOMP,
    END OF ITAB.
    ITAB-RCOMP = 99999.
    CALL FUNCTION 'BAPI_COMPANY_GETDETAIL'
    EXPORTING
    COMPANYID = ITAB.
    IMPORTING
    COMPANY_DETAIL =
    RETURN =
    The Details I Gave......
    In SM59 of R/3:
    PROGRAMID:LCRSAPRFC_PIT
    GATEWAYHOST:PITEST
    GATEWAYSERVICE:sapgw01
    Tested the connection and it is running
    ID:
    In Communication Channel.
    Application server (Gateway):PITEST
    Application server Service (Gateway):
    PROGRAMID:LCRSAPRFC_PIT
    RFC Metadata Repository parameter.
    ip of XI Server
    System No Xi System NO
    username
    pwd
    In SM58 I find the Following error.
    "JCO.SERVER could not find the server function BAPI_COMPANY_GETDETAIL.
    I Tested RFC ADAPTOR in  RWG and it is ok.
    I do not Understand where the problem is.
    Please clarify.
    Thanks,
    Srinivasa

    Thanks for the reply,
    Yes RFC is in the Sender  side.
    I am calling "BAPI_COMPANY_GETDETAIL".thuough the zprogram"ZBAPI_COMPANY_GETDETAIL"
    REPORT ZBAPI_COMPANY_GETDETAIL.
    DATA:BEGIN OF ITAB,
    RCOMP LIKE T880-RCOMP,
    END OF ITAB.
    ITAB-RCOMP = 99999.
    CALL FUNCTION 'BAPI_COMPANY_GETDETAIL'
    EXPORTING
    COMPANYID = ITAB.
    IMPORTING
    COMPANY_DETAIL =
    RETURN =
    The Details I Gave......
    In SM59 of R/3:
    PROGRAMID:LCRSAPRFC_PIT
    GATEWAYHOST:PITEST(XI system name)
    GATEWAYSERVICE:sapgw01
    Tested the connection and it is running
    ID:
    In Communication Channel.
    Application server (Gateway):PITEST(XI system name)
    Application server Service (Gateway):
    PROGRAMID:LCRSAPRFC_PIT
    RFC Metadata Repository parameter.
    ip of XI Server
    System No Xi System NO
    username
    pwd
    In SM58 I find the Following error.
    "JCO.SERVER could not find the server function BAPI_COMPANY_GETDETAIL.
    I Tested RFC ADAPTOR in RWG and it is ok.
    I do not Understand where the problem is.
    These is what I gave,

  • "Safari can't find the server" - connection issues under Lion

    Hi there,
    Since upgrading to Lion, Safari has been displaying this odd and annoying behaviour, where, for some links to some web resources (like maybe 2 clicked links out of 10), it throws up a grey error page telling me it can't find the server (screenshot below):
    Normally, this error would be evidience of an intenet connection issue (but it isn't). If I immediately try to find the same resource via another browser (Firefox or Chrome), those other browsers navigate to the site absolutely fine. Although, occasionally (though with less frequency) I'm also getting a similar "Can't find stuff" error with Chrome too.
    In the Safari address bar (is this significant?) there isn't even a URL, but a file path to file:///Applications/Safari.app/Contents/Resources... what does that mean?
    Hints from other threads would indicate that this is a Firewall issue, or maybe there's another third-party app causing problem, rather than a problem with Safari under Lion specifically.
    But I'm really bugged and irrittate by this. Anyone had a similar experience? Anyone with any ideas? How might I go about finding out what's causing this and fixing it? 
    Best wishes,

    It's most likely a problem with corrupted files in the Safari Cache or corrupted cookies.
    Go to Safari menu bar
    Click on Safari
    Click "Empty Cache"
    Restart Safari
    If the problem persists...
    Go to Safari -> Preferences
    Go to privacy
    Click "Remove All Website Data"
    Restart Safari
    Cheers - Lupunus

  • Where to find the example illustrated how to using script to deploy app

    Hi
    my new job involves configure and deploy app in WL Server. one of tasks is
    to write script and use script file to configure and deploy app.
    This script may need to specify the JDBC for various app (like one app
    communicates with oracle, the other may want DB2, etc).
    anyway, Can any one tell me where to find an example, an URL which shows
    what I want?
    Thanks lots in advance.
    John
    Toronto

    click window and tick actions. that will open the actions
    panel if the flash program. find a frame that contains that button.
    click on an spot off-stage and then click on the button. you may
    see code in the actions panel that control that button's behavior.
    if not, look in the properties panel (window/properties/tick
    properties) for the instance name of that button. now search for
    code attached to a frame/layer that references that instance
    name.

  • Error RFC sender scenario :JCO.Server could not find server function

    Hi ,
    The scenario which am working is as follows:
    I already have a report in R/3 that calls a Bapi which is in CRM system, now I want to make this point-point connection through XI(RFC sender-XI-RFC Reciever) with out changing the report (only changing the RFC destination).
    I have imported the bapi from CRM to XI , changed the rfc destination(to tcp/ip) that existed in R/3 to point to XI(test connection is working fine) and also created the RFC sender adapter .
    Now on executing the report am getting the following error.
    “JCO.Server could not find server function” 
    Please, let me know where I went wrong.
    Should the function module exists on the XI server. If the functional module is not there then I am getting the  error if the function module is there in XI then every thing is working fine.

    Hi Michal ,
    Now my scenario is working . The error <b>"JCO.Server counld not find server function"</b>  got fixed by giving the system details that contain the RFC in the adapter metadata parameters in the channel configuration.
    Thanks & Regards,
    Srikanth.

  • JCO.SERVER COULD NO FIND THE FINCTION" Z....."

    Hi all,
    I am Getting the Above error in the SM58 when i excute the Report under which I am calling th eFunction Module.
    Please brief me this procedure.
    Thanks,
    Srinivas

    Hello Phani,
    Check this Note :
    Note 938175 - JCO.Server could not find server function 'xxxx'
    Symptom
    ABAP runtime error with the following message: "JCO.Server could not find server function 'xxxx'".
    'xxxx' being a RFC function module.
    Other terms
    eBridge, RFC
    Reason and Prerequisites
    The RFC repository of the eBridge is not up-to-date and does not contain the requested RFC function module.
    Solution
    Shut down and restart the eBridge, it will download the latest version of the RFC repository from the Amadeus Gateway.
    regards
    Prasad

  • "Safari Can't Find the Server" is chronic in Safari under Snow Leopard...

    Since moving to Snow Leopard (or perhaps it is just an updated Safari in SL and otherwise not related to SL??) when my Mac starts up from sleep with Safari being already open, I typically find a blank message with "Safari Can't Find the Server"... And just clicking on pages, I sometimes get that same message. Sometimes I get the spinning gear (for way too long) and I've learned to stop it and just click the same link again and more often than not, it opens immediately the second time...
    Any ideas??? Is this a bug that Apple needs to fix or do I need to do something to Safari (or something else) to fix this problem???
    thanks... bob...

    Robert Paris wrote:
    Whoa... Now I'm really confused... When I go to my System Preferences, then Network, highlight Airport, then click on Advanced, then choose the DNS tab, all I see under DNS Servers is the internal IP address of my Apple Router (10.x.x.x).. And next to that under Search Domains is hsd1.ca.comcast.net... And that is all there is... And I didn't set any of that up... When I bought my Apple Extreme Router a couple years ago, I was so impressed because I came home, plugged it in, basically said "GO" and the router set it all up and just worked... And I'm pretty sure (though not positive) that the Router put the 10.x.x.x in that preference panel, in other words, pointed to itself for DNS services...
    This is effectively saying that the DNS configured in the router will be the default.
    So help me understand... If I change the DNS settings on the mac from 10.x.x.x to the OpenDNS values, the router would still have the Comcast values in it??? How does that work??? And if I only change them on my mac, then the rest of the computers on my home network would still be using the original Comcast DNS servers as established on the router, yes??? I mean I think that would have to be...
    If you change your Mac, that is what it will use. Other computers will use whatever
    they are configured to use.
    See my confusion??? Again, I know only enough about Network settings to know that if I click a wrong button I could make a lot of trouble... So I don't move until I understand what at least a little more than clearly I know now...
    So how do local (mac) settings for DNS play (or not) with DNS settings up at the router level???
    The local settings should override anything else since that is what will
    be used first. They have no interaction with what is at the router level.
    thanks... bob..
    Dave

Maybe you are looking for