Installing oracle ops center with a Customer-Managed Database.

Hi Everyone,
I am trying to install oracle ops center with a Customer-Managed Database.
I followed this document http://docs.oracle.com/cd/E27363_01/doc.121/e25139.pdf
but I fail.
this is the error I get
Executing job: jobs/40installOracle.pl --install  --remoteDBprops=/var/tmp/RemoteDBProps.txt
40installOracle.pl Job Start = Wed Aug  6 11:16:25 2014
looking for props file: /mnt/xvmoc_full_bundle/./Linux_i686/Product/installer/scripts/localOracleConfig.propertieslooking for alter storage file: /mnt/xvmoc_full_bundle/./Linux_i686/Product/installer/scripts/alterStorage.sqlRestarting install at state=done_install_ic
Skipping Step:PrepOraDB because currentState=done_install_ic
Skipping Step:Install IC because currentState=done_install_ic
Error: Failed to get a database connection: Connection refused
satadm: ERROR:    --- Failed to verify database
Cannot verify remote database
Please fix the problem and then try this step again.
For a full log of the failed install see the file: /var/tmp/installer.log.28153.
t. Try this step again (correct the failure before proceeding)
x. Exit
this is my RemoteDBProps.txt
mgmtdb_appuser=OPSCENTER
mgmtdb_password=xxxxxxxx
mgmtdb_roappuser=OPSCENTER_RO
mgmtdb_ropassword=xxxxxxx
mgmtdb_dburl=jdbc:oracle:thin:@192.168.1.100:1521/oem
I tested the connection to the sql using OPSCENTER and is working fine.
What am I doing wrong?
kind regards
Albert Boqo

Hi Albert,
which Version of remote DB do have installed ?
As the error indicates that the error say sqlpplus can't connect to it.
Is the Oracle listener running for port 1521 ?
Error: Failed to get a database connection: Connection refused
satadm: ERROR:    --- Failed to verify database
example to verify the status:
/export/home/oracle/u01/app/oracle/product/11.2.0/db_1/bin/lsnrctl status
and what is ../oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
configured is these same port/hostname as in RemoteDBProps.txt
Regards
Klaus M

Similar Messages

  • Installing Oracle SOA Suite with the WebLogic Server

    Hi all,
    I am trying to install Oracle SOA Suite with the WebLogic Server. After following the step-by-step instruction in the "Installing Oracle SOA Suite with the WebLogic Server" document, I ran into the following situation: I have a working WebLogic Server with all applications deployed. However the BPELPM application is in Failed state.
    When I try to run the application, I get following exception (AdminServer.log):
    ####<Mar 30, 2009 9:46:43 AM EEST> <Warning> <Deployer> <javadev2> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1238395603163> <BEA-149004> <Failures were detected while initiating start task for application 'BPELPM'.>
    ####<Mar 30, 2009 9:46:43 AM EEST> <Warning> <Deployer> <javadev2> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1238395603164> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "cxloader" failed to preload on startup in Web application: "/orabpel".
    javax.servlet.ServletException:
    ORABPEL START-UP ERROR!!!!!!!!
    OraBPEL run-time system failed to start due to exception:
    Bean is already undeployed.
    at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:87)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:278)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:507)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1723)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1700)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1620)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2761)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:139)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:891)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:139)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Any help would be highly appreciated.
    Boris

    Hi Boris,
    Looks like you have not run the post upgrade script for 10.1.3.4.
    You need to install SOA 10.1.3.4 Basic Installation. Then start following : http://download.oracle.com/docs/cd/E12524_01/core.1013/e13058/weblogic.htm#BHCIIBFB
    You basically, first install 10.1.3.4 basic SOA install, Apply the Opatch 7337034 (HOTPLUG: SOASUITE 10.1.3.4 ON WEBLOGIC 9.2 - CHANGES FOR HOTPLUGGABILITY). Install WLS 9.2 MP3.
    Now, Download the Oracle SOA Suite 10.1.3.4 WebLogic Server 9.2 : patch : 7490612.
    Then , Modify the following mandatory installation properties in the Weblogic_SOA10134_Base\SOADomain.properties file as per the documentation above.
    Cheers
    Anirudh Pucha

  • Oracle Ops Center blog?

    Does anyone from Oracle write a blog on Ops Center? I see the OEM blog (https://blogs.oracle.com/oem/) has occasional references to OC but I can't find a blog for just OC. And are there any third-party blogs on OC?
    Thanks,

    Oracle Enterprise Manager Ops Center is part of Oracle Enterprise Manager family . Oracle Enterprise Manager Blog at https://blogs.oracle.com/oem/ covers Ops Center as well. Oracle Enterprise manager Ops Center VP Steve Wilson has a Ops Center specific blog at https://blogs.oracle.com/stevewilson/ . Some already mentioned the facebook page for Ops Center .
    You can stay connected with Oracle Enterprise Manager including the Ops Center in the following channels :
    Twitter :
    http://twitter.com/oracle_em
    Facebook :
    https://www.facebook.com/OracleOpsCenter
    https://www.facebook.com/oracleenterprisemanager
    Youtube :
    http://www.youtube.com/OracleEnterpriseMgr
    LinkedIn :
    http://www.linkedin.com/groups?gid=2688744
    Oracle Newsletter :
    http://www.oracle.com/us/corporate/newsletter/archive/archives-enterprisemanager-168791.html

  • Can I install oracle VM server with lvm and md raid?

    Hello,
    I am trying to install oracle vm server 2.1.2 on a server with md raid and I would like to use lvm on it. It seems to me that the installer md raid support is not working and lvm support is missing.
    Can you help me?
    Thanks in advance for any reply.
    Mario Giammarco

    Hi,
    now i understand...
    hm - if the install does let you create a raid ( mdraid ) -> you can try to setup the system preconfigured by anaconda...
    the lines would be like following:
    part swap size 8000 asprimary --ondisk cciss/c0d0
    part swap size 8000 asprimary --ondisk cciss/c0d1
    part /boot fstype ext3 size 200 asprimary ondisk cciss/c0d0
    part / fstype ext3 size 14750 asprimary ondisk cciss/c0d0
    part /appl fstype ext3 size 30000 asprimary ondisk cciss/c0d1
    part raid.01 size 1000 grow --ondisk cciss/c0d0
    part raid.02 size 1000 grow --ondisk cciss/c0d1
    raid /disk/disk1 level 0 device=md0 --fstype ext3 raid.01 raid.02
    -> check out the your anaconda file: #/root/anaconda*
    -> -> modify the part lines and setup a anaconda installer...
    ( would also a better idea - if you like to install standarized systems )
    let me know - if you need assistance with anaconda...

  • How to install Oracle developer/2000 with Oracle8i

    hi, my dear firends
    please show me how to install the Oracle Developer/2000 with Oracle8i. or where i can find the install guide for that.
    thank you
    yours
    frank

    Hi you !
    You can do steps:
    1. Install Oracle developer/2000 into Oracle Home: Default - the first.
    2. Install Oracle8i/9i into another Oracle Home - the seconde
    Good luck for you !
    [email protected]
    hi, my dear firends
    please show me how to install the Oracle Developer/2000 with Oracle8i. or where i can find the install guide for that.
    thank you
    yours
    frank

  • Installing Oracle Server 8i with Form 6.0

    Hello Hi,
    I want to Install Form 6.0 With Oracle 8i on Server
    mean not personal oracle,
    if i install first oracle 8i and then form 6.0 then
    they overwrite their homes and vice versa.
    What method i use to control this problem.
    please help me so that i install form 6.0 on oracle 8i server.
    thanks
    hayat ([email protected])

    Install Oracle8i Personal and Dev2k on same machine in following steps
    1. Install Oracle Personal
    2. Install Dev2k (Include SQL Net) and restart the computer
    3. Find file tnsnames.ora
    4. Locate string "TCP-Loopback" in tnsnames.ora
    5. Change it with some other name and remember it.
    6. In the regarding entry (few lines below) specify oracle SID
    7. If you dont know you ORACLE-SID find it in init.ora file
    8. Go to command prompt and write 'lsnrctl'
    9. A propmpt will come write 'start'
    Note:
    1. If you are Installing Dev-2k on a client machine and Oracle server is running on any other machine then Do steps-1,8,9 on server and rest on DEV-2k Machine.
    2. If bad-command occurs on 'lsnrctl' then try to find out the similar exe file in ORACLE_HOME\bin directory and write that name
    If you still get some error mail me at [email protected]

  • Install Oracle 11G, RAC with VMWare, APPS R12, and OBIEE on one server?

    Dear Experts,
    I'm looking to upgrade my skills, and want to learn more of:
    Oracle 11G, RAC, VMWare, APPS R12, and OBIEE
    My server has two quad cores (8 CPU altogether) and 16 gigs of RAM.
    Years ago, I took a shots at installing RAC on multiple servers and firewire.
    One thing I remember was that after I installed RAC, I was not able to use the database unless I enabled all the RAC processes on the server. So, I was not able to just boot the database and use it in the traditional single server manner.
    Which I will also want to do.
    1) Does this symptom/aspect/characteristic of RAC install still exist?
    2) Is it realistic to install all this software on one server?
    If so, what is the order of operations for the install?
    3) If I have to prioritize, I'd like to install
    Oracle 11G, OBIEE, and APPS R12,
    Would installing R12 and OBIEE on the same server present any conflicts or issues?
    If not, what is the order of operations for the install?
    11G, R12, then OBIEE?
    Thanks a lot!

    Hi,
    1) Does this symptom/aspect/characteristic of RAC install still exist?No.
    2) Is it realistic to install all this software on one server?
    If so, what is the order of operations for the install?For learning/traning/demonstration purpose you can Install all these software on same machine.
    3) If I have to prioritize, I'd like to install
    Oracle 11G, OBIEE, and APPS R12,
    Would installing R12 and OBIEE on the same server present any conflicts or issues?
    If not, what is the order of operations for the install?
    11G, R12, then OBIEE?There will not be any conflicts. I would suggest you to select vmware or virtual box in order to configure all these sw's.
    I have done such a configuration on my laptop with i7 Quad processor, 16GB RAM and 640 GB HDD.
    I have Installed 2 node RAC, 2 Node ERP and all are running smoothly without any issues.
    Refer:
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    thanks,
    X A H E E R

  • Error while installing Oracle Web Center Sites

    Hi,
    I am trying to install OracleWebCenter Sites 11.1.1.6.0 on my Windows 7 platform using Web logic Server 10.3.5 and I keep getting the following error during Test CS Configuration:
    HelloCS has failed.
    Ping DB has failed.
    DB Permissions has failed.
    while deploying cas.war and cs.war error generated is:
    java.lang.IllegalStateException: Cannot set web app root system property when WAR file is not expanded.
    pls provide some ideas to resolve this problem.
    Thanks

    Hi Fahad,
    I am sorry I am not sure what the solution to your issue is. However, I was wondering why you are not attempting to install Oracle 10g as opposed to 1.0.2.2.2?
    I am guessng here but perhaps the 10g database is incompatible with a 1.0.2.2.2 install.
    Hopefully someone else may be able to provide more useful feedback.
    cheers
    Nick

  • How to install Oracle form 6i with Oracle8.1.7 on the same driver?

    My machine is P4 with W2K.
    How to install Oracle form6i with Oracle8.1.7 on this machine?
    Could some one give me the details?
    Thanks a lot!!

    Hi Shay,
    Thanks for help. I got it.
    The problem I met is I should not export/import Oralce folder in registry.
    If do that, Oracle only configure one home to either oracle817 or form6i.
    Thanks again

  • How to install Oracle 11.2.0.4.0 Rac Database on Grid Infrastructure 12.1.0.2.0 (Windows 2012 R2)

    Hi all.
    This is the scenario:
    I have a 2 node cluster Microsoft Windows 2012 R2 x86_64, the nodes are part of domain.
    Installed Oracle 12cR1 (12.1.0.2.0) as follows:
    Installation done using domain administrator named "installoracle" that has been EXPLICIT promoted to local administrator in both nodes.
    One domain user named "oracle12c" with no administrator privileges neither in the domain or nodes.
    Installation, after a lot of customization in the OS of the nodes, has gone ok, perfect indeed, not even a warning during runinstaller execution.
    All services and resources are up & running, I have rebooted nodes and all comes back ok in place. In windows services I can see some services started with "oracle12c" user, and all windows groups: DBA, SYSKM, etc, has been created.
    Now I have to install Oracle RAC database in 11gR2 version (11.2.0.4.0) to accomplish with application requirements.
    So, I execute runInstaller (setup.exe) logged as administrator via domain administrator "installoracle" (the one that was able to do the smooth 12c GI installation) and the gui comes with out problems, but at 4th screen the one in which you have to choose what kind of installation you want to do (Single, RAC or RoN) I select RAC option, the gui returns error: crs is not running in the local node...
    Finally, in order to deliver some database 11.2.0.4.0 for my customer, I try to do installation of SW for Single Node, I did using "installoracle". The sw has been installed in one of the nodes. Then I have created a database and I have stored datafiles in ASM (this ASM is part of 12c clusterware) and also register the 11gR2 single instance database in the Grid Infrastructure listener
    So, whats next??? Why is this behavior??? I did similar installations in Linux/Solaris with no issue (well as everyone can imagine, always there are some issues, but when solved you got GI in 12c and databases in the release that you want 12c, 11g, 10g...)
    Any clue?
    Thanks in advance!!
    Best Regards!!

    To go back to old version (without changing compatible parameter), you can perform downgrade.
    Instructions are available at
    How to Downgrade from Database 11.2 to Previous Release (Includes 11.2.0.4 - 11.2.0.1) (Doc ID 883335.1)
    In this case you will having all the data file including the new one.
    But remember database may not be in the same status as before (Before upgrade). it may have invalid objects of higher version after downgrade. 
    Downgrade is applicable only to successfully upgraded databases. In case upgrade faced some issue, do not try downgrade there.
    Your second approach it not correct. Note that each datafile header will have db version. We can not open database in normal mode when header version and binary versions are different.

  • How to install E-bussiness suite with out creating the database?

    We are planning to Migrate our Single node Tru64 E-bussines suit installation to multi node IBM-AIX (DB Node) and Sun Solaris(APPL_TOP)
    We are thinking to follow below step
    1) Install E-Bussines suit with out Oracle Database( Only Oracle DB sotware and Apps Filesystem need to be installed) -- IBM AIX (DB Node) & Sun Solaris (APPL_TOP)
    2) Migrate current Oracle DB on Tru64 into IBM AIX using transportable Tablespace method
    It is ok to follow this approach?
    How to install Oracle E-bussiness suit with out Oracle Database? ( Only Oracle DB sotware and Apps Filesystem need to be installed)
    Thanks
    John

    John,
    For migrating the application tier, please refer to the following note:
    Note: 238276.1 - Migrating to Linux with Oracle Applications Release 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=238276.1
    For the database, you need to export/import the database.
    Note: 369693.1 - Using Oracle Applications with a Split Configuration Database Tier on Oracle 10g Release 2
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=369693.1
    Note: 362205.1 - 10g Release 2 Export/Import Process for Oracle Applications Release 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362205.1
    Note: 304489.1 - Using Oracle Applications with a Split Configuration Database Tier on Oracle 9i Release 2
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=304489.1
    Note: 230627.1 - 9i Export/Import Process for Oracle Applications Release 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230627.1
    1) Install E-Bussines suit with out Oracle Database( Only Oracle DB sotware and Apps Filesystem need to be installed) -- IBM AIX (DB Node) & Sun Solaris (APPL_TOP)
    2) Migrate current Oracle DB on Tru64 into IBM AIX using transportable Tablespace method
    It is ok to follow this approach? 1) What about the patches you have applied since the time of the installation? Doing a fresh installation will not include these patches.
    2) The supported method to migrate an Oracle Apps database between two Operating Systems which are not binary compatible is by using export/import. I believe transportable Tablespace has some limitations and would not work for such migration.
    How to install Oracle E-bussiness suit with out Oracle Database? ( Only Oracle DB sotware and Apps Filesystem need to be installed)You would need to follow the steps in the notes referenced above. However, to answer your question, please refer to:
    Oracle Applications Installation Guide: Using Rapid Install - Chapter 5, Installing Technology Stack Components
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/r115102ins.pdf

  • How to install Oracle Form and Report 6i on existing database

    Hi all please help me,
    My system is rhel 3 (update 6). My question is how can i install Oracle form and report 6i on my machine, which is already have database 10g R2? I known i have to create two separate ORACLE_HOME. Since i already had database 10g R2, can i just go head install Oracle form and report 6i on separate ORACLE_HOME? or i need to remove database 10g R2 first, and then install Oracle form and report 6i
    Thanks in advances

    << Why Forms/Reports 6i and not something later, BTW? >>
    Presumably he has to support a client/server application. They haven't all disappeared overnight, despite what Oracle tell everyone.

  • Installing oracle client 10g with response file

    Hello,
    I'm trying to do a installation of oracle 10g client. I did a setup with the record option (to create responsefile). Everything is installed and works well. When I use the responsefile created from the record option, it does not install all option I had chosen, allthough the responsefile gives them.
    this is the responsefile:
    ## Copyright (c) 1999, 2004 Oracle. All rights reserved. ##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## identifies the variable type. ##
    ## Please specify the values in the following format: ##
    ## Type Example ##
    ## String "Sample Value" ##
    ## Boolean True or False ##
    ## Number 1000 ##
    ## StringList {"String value 1","String Value 2"} ##
    ## The values that are given as <Value Required> need to be ##
    ## specified for a silent installation to be successful. ##
    ## This response file is generated by Oracle Software ##
    ## Packager. ##
    RESPONSEFILE_VERSION=2.2.1.0.0
    #Name : UNIX_GROUP_NAME
    #Datatype : String
    #Description: Unix group to be set for the inventory directory. Valid only in Unix platforms.
    #Example: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME=<Value Unspecified>
    #Name : FROM_LOCATION
    #Datatype : String
    #Description: Complete path to the products.xml.
    #Example: FROM_LOCATION = "..\stage\products.xml"
    FROM_LOCATION="..\stage\products.xml"
    #Name : FROM_LOCATION_CD_LABEL
    #Datatype : String
    #Description: This variable should only be used in multi-CD installations. It includes the label of the compact disk where the file "products.xml" exists. The label can be found in the file "disk.label" in the same directory as products.xml.
    #Example: FROM_LOCATION_CD_LABEL = "CD Label"
    FROM_LOCATION_CD_LABEL=<Value Unspecified>
    #Name : ORACLE_HOME
    #Datatype : String
    #Description: Complete path of the Oracle Home.
    #Example: ORACLE_HOME = "C:\OHOME1"
    ORACLE_HOME="C:\Oracle\product\10\cl_cip1"
    #Name : ORACLE_HOME_NAME
    #Datatype : String
    #Description: Oracle Home Name. Used in creating folders and services.
    #Example: ORACLE_HOME_NAME = "OHOME1"
    ORACLE_HOME_NAME="CLIENT10"
    #Name : TOPLEVEL_COMPONENT
    #Datatype : StringList
    #Description: The top level component to be installed in the current session.
    #Example: TOPLEVEL_COMPONENT = {"oracle.client","10.1.0.2.0"}
    TOPLEVEL_COMPONENT={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_SPLASH_SCREEN
    #Datatype : Boolean
    #Description: Set to true if the initial splash screen in OUI needs to be shown.
    #Example: SHOW_SPLASH_SCREEN = true
    SHOW_SPLASH_SCREEN=true
    #Name : SHOW_WELCOME_PAGE
    #Datatype : Boolean
    #Description: Set to true if the Welcome page in OUI needs to be shown.
    #Example: SHOW_WELCOME_PAGE = false
    SHOW_WELCOME_PAGE=true
    #Name : SHOW_CUSTOM_TREE_PAGE
    #Datatype : Boolean
    #Description: Set to true if the custom tree page in OUI needs to be shown.
    #Use this page to select or de-select dependencies. This page appears only in a custom install type.
    #Example: SHOW_CUSTOM_TREE_PAGE = false
    SHOW_CUSTOM_TREE_PAGE=true
    #Name : SHOW_COMPONENT_LOCATIONS_PAGE
    #Datatype : Boolean
    #Description: Set to true if the component locations page in OUI needs to be shown.
    #This page only appears if there are products whose installed directory can be changed.
    #If you set this to false you will prevent the user from being able to specify alternate directories.
    #Example: SHOW_COMPONENT_LOCATIONS_PAGE = false
    SHOW_COMPONENT_LOCATIONS_PAGE=true
    #Name : SHOW_SUMMARY_PAGE
    #Datatype : Boolean
    #Description: Set to true if the summary page in OUI needs to be shown.
    #The summary page shows the list of components that will be installed in this session.
    #Example: SHOW_SUMMARY_PAGE = true
    SHOW_SUMMARY_PAGE=true
    #Name : SHOW_INSTALL_PROGRESS_PAGE
    #Datatype : Boolean
    #Description: Set to true if the install progress page in OUI needs to be shown.
    #This page shows the current status in the installation. The current status includes the product being installed and the file being copied.
    #Example: SHOW_INSTALL_PROGRESS_PAGE = true
    SHOW_INSTALL_PROGRESS_PAGE=true
    #Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Set to true if the required config assistants page in OUI needs to be shown.
    #This page shows the list of required configuration assistants that are part of this installation.
    #It shows the status of each assistant, including any failures with detailed information on why it failed.
    #Example: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
    #Name : SHOW_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Set to true if the config assistants page in OUI needs to be shown.
    #This page shows the list of configuration assistants that are part of this installation and are configured to launch automatically.
    #It shows the status of each assistant, including any failures with detailed information on why it failed.
    #Example: SHOW_CONFIG_TOOL_PAGE = true
    SHOW_CONFIG_TOOL_PAGE=true
    #Name : SHOW_RELEASE_NOTES
    #Datatype : Boolean
    #Description: Set to true if the release notes of this installation need to be shown at the end of installation.
    #This dialog is launchable from the End of Installation page and shows the list of release notes available for the products just installed.
    # This also requires the variable SHOW_END_SESSION_PAGE variable to be set to true.
    #Example: SHOW_RELEASE_NOTES = true
    SHOW_RELEASE_NOTES=true
    #Name : SHOW_ROOTSH_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if the Confirmation dialog asking to run the root.sh script in OUI needs to be shown.
    #Valid only for Unix platforms.
    #Example: SHOW_ROOTSH_CONFIRMATION = true
    SHOW_ROOTSH_CONFIRMATION=true
    #Name : SHOW_END_SESSION_PAGE
    #Datatype : Boolean
    #Description: Set to true if the end of session page in OUI needs to be shown.
    #This page shows if the installation is successful or not.
    #Example: SHOW_END_SESSION_PAGE = true
    SHOW_END_SESSION_PAGE=true
    #Name : SHOW_EXIT_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if the confirmation when exiting OUI needs to be shown.
    #Example: SHOW_EXIT_CONFIRMATION = true
    SHOW_EXIT_CONFIRMATION=true
    #Name : NEXT_SESSION
    #Datatype : Boolean
    #Description: Set to true to allow users to go back to the File Locations page for another installation. This flag also needs to be set to true in order to process another response file (see NEXT_SESSION_RESPONSE).
    #Example: NEXT_SESSION = true
    NEXT_SESSION=false
    #Name : NEXT_SESSION_ON_FAIL
    #Datatype : Boolean
    #Description: Set to true to allow users to invoke another session even if current install session has failed. This flag is only relevant if NEXT_SESSION is set to true.
    #Example: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=true
    #Name : NEXT_SESSION_RESPONSE
    #Datatype : String
    #Description: Optionally specifies the full path of the next session's response file. If only a file name is specified, the response file is retrieved from the <TEMP>/oraInstall directory. This variable is only active if NEXT_SESSION is set to true.
    #Example: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
    NEXT_SESSION_RESPONSE=<Value Unspecified>
    #Name : DEINSTALL_LIST
    #Datatype : StringList
    #Description: List of components to be deinstalled during a deinstall session.
    #Example: DEINSTALL_LIST = {"oracle.client","10.1.0.2.0"}
    DEINSTALL_LIST={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_DEINSTALL_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if deinstall confimation is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_CONFIRMATION = true
    SHOW_DEINSTALL_CONFIRMATION=true
    #Name : SHOW_DEINSTALL_PROGRESS
    #Datatype : Boolean
    #Description: Set to true if deinstall progress is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_PROGRESS = true
    SHOW_DEINSTALL_PROGRESS=true
    #Name : ACCEPT_LICENSE_AGREEMENT
    #Datatype : Boolean
    #Description: By setting this variable to true, you are accepting the license agreement. This variable is used only for silent installations.
    #Example: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=false
    #Name : SELECTED_LANGUAGES
    #Datatype : StringList
    #Description: Languages in which the components will be installed.
    #Component : oracle.client
    SELECTED_LANGUAGES={"en"}
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installation type of the component.
    #Component : oracle.client
    INSTALL_TYPE="Custom"
    #Name : DEPENDENCY_LIST
    #Datatype : String
    #Description: List of dependees that need to be installed along with this product.
    #Component : oracle.client
    oracle.client:DEPENDENCY_LIST="{oracle.networking.netcltprod:10.1.0.2.0,oracle.rdbms.sqlplus:10.1.0.2.0,oracle.winprod:10.1.0.2.0,oracle.swd.opatch:10.1.0.2.0}"
    #Name : DEPENDENCY_LIST
    #Datatype : String
    #Description: List of dependees that need to be installed along with this product.
    #Component : oracle.winprod
    oracle.winprod:DEPENDENCY_LIST="{oracle.p2k.odbc:10.1.0.2.0,oracle.p2k.oledb:10.1.0.2.0}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.List of optional config assistants that need to be launched.
    # netca, : Oracle Net Configuration Assistant
    # netca_deinst, : Oracle Net Configuration Assistant - Deinstall Script
    #Example: OPTIONAL_CONFIG_TOOLS = {"netca"}
    #Component : oracle.networking.netca
    oracle.networking.netca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.List of optional config assistants that need to be launched.
    # vipca, : Virtual Private IP Configuration Assistant
    #Example: OPTIONAL_CONFIG_TOOLS = {"vipca"}
    #Component : oracle.options.ops.vipca
    oracle.options.ops.vipca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.List of optional config assistants that need to be launched.
    # LocalConfig, : Deinstall Oracle Cluster Synchronization Service
    #Example: OPTIONAL_CONFIG_TOOLS = {"LocalConfig"}
    #Component : oracle.options.ops.csscommon
    oracle.options.ops.csscommon:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : s_recodHTTPPort
    #Datatype : String
    #Description: HTTP listener port for the recod service
    #Component : oracle.cartridges.ordmts
    s_recodHTTPPort=<Value Unspecified>
    products not installad for example: odbc, oledb ...
    in oracle log I found this:
    oracle.p2k.oo4o Product Location: Empty path specified.
    oracle.p2k Product Location: Empty path specified.
    Setting the PROD_HOME variable of 'oracle.p2k.oledb_10.1.0.2.0' to ''. Received the value from the variable calculation.
    oracle.p2k.oledb Product Location: Empty path specified.
    for installation: setup.exe -responsefile pathresponsefile\resp.rp -silent
    is there something that I'm missing or doing wrong?
    thx
    Message was edited by:
    duvelke

    Well, from our .rsp files for Database Client installs:
    oracle.client:DEPENDENCY_LIST={"oracle.winprod:10.2.0.1.0"}
    oracle.winprod:DEPENDENCY_LIST={"oracle.odbc:10.2.0.1.0"}
    # ODBC
    #oracle.winprod:DEPENDENCY_LIST={"oracle.odbc:10.2.0.1.0"}
    # OLE DB
    #oracle.winprod:DEPENDENCY_LIST={"oracle.ntoledb:10.2.0.1.0"}
    # ODP.NET för .NET v1
    #oracle.winprod:DEPENDENCY_LIST={"oracle.ntoledb.odp_net:10.2.0.1.0"}
    If you need ODP for .NET v2, you should complement the Oracle Home with install from ODAC 10.2.0.2.x (what a mess, isn't it).

  • 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.

  • Installing AS: special problem with OPMN Process Manager...

    Hi everybody,
    Actually, i'm trying to install a Grig control 10.2.0.1 on an existing database (10.2.0.1 patched to 10.2.0.4). OS is RHEL5.
    I have the following problem during setup IAS for 3 days.
    Note that my database is open and that didn't succeed in installing some rpm's, especially pdksh...
    Here is the warning box:
    The OPMN Process Manager failed to start.
    Please check the logs in the
    /u00/app/oracle/product/10.2.0/oms10g/opmn/logs directory for the cause of failue. Once the cause of the failure has been remedied, start OPMN manually and click Retry.
    I start manually opmn and obtain this:
    Processes in Instance: EnterpriseManager0.vmbasegrid
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | 6106 | Alive
    HTTP_Server | HTTP_Server | 5955 | Alive
    LogLoader | logloaderd | 6137 | Alive
    dcm-daemon | dcm-daemon | 6189 | Alive
    OC4J | home | 5962 | Alive
    WebCache | WebCache | 5982 | Alive
    WebCache | WebCacheAdmin | 5963 | Alive
    But after clicking on retry, the same warning appears again!
    By watching logs for each process at $ORACLE_HOME/opmn/logs, i didn't se any errors
    moreover opmn.log is empty.
    I already set $ORACLE_HOME, $PATH, $LD_LIBRARY_PATH.
    I didn't find solutions nowhere so that's why I'm posting here.
    Ideas and direction will be very helpful for me.
    Thank you a lot,
    Daniel.

    Hi,
    Thank your for answering.
    Actually, i don't have this issues anymore, because I choice to intall this on RHEL4.6.
    My DSA process was started because, i started it manually to see what will happen.
    Now I succeeded for the installation, I have a new probleme during the configuration with OUI CA.
    The OMS configuration failed and the file configToolFailedCommands show that:
    oracle.sysman.emcp.agent.AgentPlugin failed.
    Have you any idea ?

Maybe you are looking for

  • How do I permanently enlarge the text size

    Hi, all. I know how to enlarge the text size by hitting the "command +" keys simultaneously, but then when I close Safari, the text size is back to the default size the next time I open Safari. I'd like the font size to stay large all the time. How c

  • Keyboard repeat rate too slow

    Hi. For some reason I'm unable to increase the keyboard repeat rate in Windows XP. The slider in Control Panel / Keyboard is set to the maximum, but the rate is still too slow for my taste. I've never had a problem with this setting in Windows before

  • Report For Incoming Check Receipts

    Hello All, Was wondering if anyone is familiar with the report listing all your manual incoming check payments. I know for outgoing payments the standard report is S_ALR_87012104 and would like a similar report only now for incoming manual checks tha

  • Query 1 shows less consistent gets but more cost than Query 2..

    Hi , SQL> select dname from scott.dept where deptno not in (select deptno from scott.emp) Ðñüãñáììá åêôÝëåóçò Plan hash value: 3547749009 | Id  | Operation          | Name | Rows  | Bytes | Cost (%CPU)| Time     | |   0 | SELECT STATEMENT   |      | 

  • ORA-32036 while using WITH

    I will include the query below my question as it is very long. I am using Microsoft SQL Server Reporting Services to connect to an Oracle Database (9i v 2). When I put in the query below I get the following error coming from the Oracle Server - "TITL