Custom Scheduler Error  and guidance required

Hello Experts,
I am creating a custom scheduler on OIM 11g R1, while running the importmetadata.bat am getting the following error:
FYI: OIM on win 32 platform:
While running script first am getting the your environment has been set then the following error, this is the first time am creating a custom scheduler
And i have done the following things:
1. created a plugins.xml and OIMsamplescheduledtask.zip in pluginsutillity
2. created a task folder in which i have custom folder where I have placed samplescheduledtask.xml
3. edited weblogic.properties file where I have changed
metadata_from_loc=C:\Oracle\Middleware\Tasks
and after running script getting this response:
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Starting import metadata script ....
Please enter your username :weblogic
Please enter your password :
Please enter your server URL [t3://localhost:7001] :192.168.1.2:7001
Connecting to t3://192.168.1.2:7001 with userid weblogic ...
Successfully connected to Admin Server 'AdminServer' that belongs to domain 'idm
domain'.
Warning: An insecure protocol was used to connect to the
server. To ensure on-the-wire security, the SSL port or
Admin port should be used instead.
Location changed to domainRuntime tree. This is a read-only tree with DomainMBea
n as the root.
For more help, use help(domainRuntime)
Problem invoking WLST - Traceback (innermost last):
File "C:\Oracle\Middleware\Oracle_IDM1\server\bin\weblogicImportMetadata.py",
line 21, in ?
File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 268, i
n importMetadata
File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 727, i
n executeAppRuntimeMBeanOperation
File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 697, i
n getMDSAppRuntimeMBean
UserWarning: MDS-91002: MDS Application runtime MBean for "@applicationname" is
not available. "importMetadata" operation failure.
Kindly suggest
regards,
KK
Edited by: 958122 on Jan 10, 2013 8:37 PM

both servers are running fine, now getting this error
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Starting import metadata script ....
Please enter your username :weblogic
Please enter your password :
Please enter your server URL [t3://localhost:7001] :192.168.1.2:7001
Connecting to t3://192.168.1.2:7001 with userid weblogic ...
Successfully connected to Admin Server 'AdminServer' that belongs to domain 'idm
domain'.
Warning: An insecure protocol was used to connect to the
server. To ensure on-the-wire security, the SSL port or
Admin port should be used instead.
Location changed to domainRuntime tree. This is a read-only tree with DomainMBea
n as the root.
For more help, use help(domainRuntime)
Problem invoking WLST - Traceback (innermost last):
File "C:\Oracle\Middleware\Oracle_IDM1\server\bin\weblogicImportMetadata.py",
line 21, in ?
File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 268, i
n importMetadata
File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 733, i
n executeAppRuntimeMBeanOperation
File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 996, i
n saveStackAndRaiseException
WLSTException: MDS-90034: The source directory or archive "C:OracleMiddlewareTas
ks" for importing metadata is invalid.MDS-91009: Operation "importMetadata" fail
ure. Use dumpStack() to view the full stacktrace.
Edited by: 958122 on Jan 11, 2013 8:43 PM

Similar Messages

  • Customer reports-Table and field required

    Hi experts,
    We have customized on customer reports.We raise billing in USD4,in INR and in other currency.At present,they can get reports in INR,USD4 and other currency separately.Now my user requires,the whole reports in USD4,that means all other currencies tp be converted in USD4.Please advise in which table and field for the said matter
    Regards,
    Samaar

    You can use TCURR table. Program should get USD4 amount and then convert amount to different currencies using either historical excahnge rate or current exchange rate in TCURR table.

  • Help and Guidance required with host side programming

    Hi all,
    We have to connect the Java Card reader(+ Java Card!!) to an ARM powered embedded system running Debian Linux.
    Now basically we have to program the host program that will send APDUs to the card and receive responses from the card.
    This program has to be in C.
    I have been coding the Java Card bit on my Windows laptop and have been installing it using GPshell.
    I have the following card reader and card:
    a) SCR 3310 from SCM Microsystems - Smart Card reader
    b) Cyberflex Access 64 k v2c from Gemalto (formerly Axalto) - Java Card (Supports JC 2.1.1 and Global Platform 2.0.1)
    My question is as follows:
    At the moment to test my applet, I use the GPshell commands. Does GPshell work with Linux (powered by an ARM processor)
    I understand that Global Platform is a library and can be used to program the host side to communicate with the Smart card. Can this be compiled for Linux? I have no idea how I would do it for an ARM based system.
    I am very shaky about the host side part of things. Please shed as much light on this bit as possible - It will save me from a lot of heartburn later, trust me!
    Before I started working with JC, I was under the impression that once the connection with the card is setup, one just needs to send the APDU's (a la the JCWDE emulator) to communicate with the card. I had no clue that we use GPshell for that. So, basically if there is any other way that supports APDUs to and from the card that works for linux(I believe that PC/SC supports APDU's) that would do the trick and I guess what I do from GPshell on Windows, Id be able to do with that other way on Linux.
    Please Help.
    Much appreciated.
    Thanks a lot in advance.
    Cheers

    Hi,
    Firstly, does your host application need to be able to load and install applets or do you just need to communicate with a card that has your applet preloaded? The answer to this will help determine what you need on your Linux host.
    If you do not need to load applets, you can use pcsc-lite (this is the PC/SC port for Linux/Unix http://www.linuxnet.com/middle.html). This may already be included in your distribution or you can easily compile it from source. GPShell uses the GlobalPlatrform library that uses PC/SC to communicate with your card. If you aren't loading applets then you can skip the wrappers and use PC/SC directly.
    You were correct in your original assumption. When you have a connection to the card you just send APDU's. There are a number of ways to do this but they all eventually go through PC/SC. Most are just a wrapper that makes things more convenient (smartcardio) while others are just a language binding or wrapper (jpcsc). You do not need to use GPShell once you have an applet on your card. This is mostly used for creating scripts to load and sometimes personalise a card. I would not use this for any more than that. Since it sounds like an embedded Linux platform you should keep your host as light weight as possible and go directly with PC/SC.
    You could start working on your host application using PC/SC and could compile it for both windows and linux. You can look at the GlobalPlatform source to see how they did it (it is compilable for both and I have also compiled it for OS X). The only real problem from memory is the include path for pcsc headers.
    Cheers,
    Shane

  • Regarding the logo and guidance required to get in to IT field

    Hi Team,
    I have just completed my OCA(9i) Developer Track
    Please guide me from where I can download the logo to add it on my cv.
    Now I want to do a DBA Track 10g i.e. 1z0-042 and 1z0-043 is it necessary to join instructor base training institute to get the certificate??(after clearing the exam) or one can do only one subject training and submit the oracle form?
    and do self study for second paper (43) is it possible?? or I have to do both instructor base training
    what is scope for 9i developer OCA in the market as I am fresher in database (I have experience from other field i.e KPO) will it help me if I show the certification in CV do they give me chance to enter in Technology and I cant show fake experience
    How I should get more and more chances in the field of Database to ensure my knowledge
    Please suggest me the procedure to prove my skill in the field of IT
    Regards
    Tushar

    user9312215 wrote:
    Hi Team,
    I have just completed my OCA(9i) Developer TrackTo be very strictly correct this is not actually true; as I am fairly you have not recieved evidence via your certiication success kit or via Certview in which case either of these would give you details of where to get the logo.
    I believe you have exam passes for the relevant exams, but that is not quite the same thing as the certification.
    >
    Please guide me from where I can download the logo to add it on my cv.
    http://certview.oracle.com
    http://blogs.oracle.com/certification/2009/11/0080a.html
    Now I want to do a DBA Track 10g i.e. 1z0-042 and 1z0-043 is it necessary to join instructor base training institute to get the certificate??(after clearing the exam) or one can do only one subject training and submit the oracle form?
    and do self study for second paper (43) is it possible?? or I have to do both instructor base training
    If you take either course from oracle university you only need to attend one hands on class ... you will not receive 10g DBA OCP without it. (10g DBA OCA does not need it).
    If you are taking the course via a WDP instiute, which is more econmical but risks lesser quality, this is less clear to me whether the complete course has to be attended {thread:id=1065168}
    what is scope for 9i developer OCA in the market as I am fresher in database (I have experience from other field i.e KPO) will it help me if I show the certification in CV do they give me chance to enter in Technology and I cant show fake experience There are too many factors to give a simple answer; and conditions in different parts of the world may be different. Experience may often be more important than certification. I would image the market for DBA's with certifications and little experience is saturated in many parts of the world.
    Previous experience in a related business area can help. As you KPO and bigdelboy dunno you should hve a better answer than I; i merely try to mainly do cerification process logistics and strange humour.
    >
    How I should get more and more chances in the field of Database to ensure my knowledge Use KPO
    Please suggest me the procedure to prove my skill in the field of ITPublish useful blog on the web on how to do something technical.
    Regards
    TusharRegards - bigdelboy .... in a holiday mood.

  • OBIEE 11G Scheduler error

    Good afternoon guys
    Hope all are well
    My Question is as follows.
    When doing and ./opmnctl startall or even a startproc for the BI Scheduler i get the following error.
    [2013-09-26T13:03:57.000+02:00] [OracleBISchedulerComponent] [ERROR:1] [] [] [ecid: ] [tid: a0ee1720] [68008] Scheduler Error:  [[
    Current Table: S_NQ_JOB.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    Current Table: S_NQ_JOB_PARAM.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    Current Table: S_NQ_INSTANCE.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    Current Table: S_NQ_ERR_MSG.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.. Errors were encountered while initializing Scheduler's backend database, check database configuration.
    Can anyone assist?
    Regards
    Rayno

    Good Morning Guys
    We are still having the Scheduler error and i have tried all the posts from you guys, and still no luck.
    In the OPMN logs i get the following error.
    [2013-10-03T10:01:26+02:00] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (1752313904:27266) [No addresses matched the properties for the request]
    [2013-10-03T10:01:26+02:00] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (1752313904:27266)
    [2013-10-03T10:01:26+02:00] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:1752313904
    [2013-10-03T10:01:27+02:00] [opmn] [NOTIFICATION:1] [663] [pm-process] Stopping Process: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (1752313904:27266)
    [2013-10-03T10:02:26+02:00] [opmn] [ERROR:1] [] [libopmncustom] Forcefully Terminating Process: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (1752313904:27266)
    [2013-10-03T10:02:26+02:00] [opmn] [TRACE:1] [536] [pm-workers] Job 0 955 result: [[
    No addresses matched the properties for the request
    Can anyone assist please?
    Regards
    Rayno

  • Background job SWFSLSDLEX cannot be scheduled (error )"

    Hi All ,
    i got the following error ,
    when i try to customize the SWU3 " Schedule background job for dead line monitoring ".
    The error is :
    "Work item -: Background job SWFSLSDLEX cannot be scheduled (error )"
    And the Error log says :
    Refer to your workflow system administrator.
    The specified error number should indicate possible reasons for the error. It is possible that the system is in an inconsistent state. The scheduled start of the specified background job must be compared with the minimum date/time of all work items in table SWWDHMIN. It may be necessary to delete the scheduled background job by hand and reschedule it by calling report RSWWDHEX.
    Apparently i dont see any table SWWDHMIN.
    Thanks!
    Richard A

    The issue is solved by adding start profile and instance profile to operation modes.
    Many thanks to my BASIS Guys for solving it !
    Richard  A

  • Nvideo scheduler error

    I was streaming a movie online. My toshiba laptop froze up with loud buzzing noise. Could not do anything with keyboard. So I shut down the laptop by pressing the power button for 3 seconds. Turned it on but it was a black screen. Turned on the next day, it started working. Again I was streaming a video, same problem happened, you have a nvideo scheduler error and we might have to shut down to avoid damages to your laptop. I had to manually shut down the system using the power button after it did not shut down itself. Now the system starts but there is black screen and does not go any furthur.
    Please help me.

     
    Satellite L500-00Y (PSLJ0C-00Y008)
    We support US computers at this site. Everything for that Canadian model is here.
    I was streaming a video   ...   you have a nvideo scheduler error
    I don't see anything nVidia-related in the spec above. Try reinstalling your Intel chipset software followed by the display driver.
       Intel Chipset Utility for Windows Vista 64bit, 9.0.0.1011, 6/24/2009
       Intel Chipset SW Installation Utility-9.0.0.1011.zip
       Intel Display Driver for Windows Vista 64bit, 7.15.10.1670, 6/24/2009
       Intel Display Driver-7.15.10.1670.zip

  • Error while registering plugin for custom schedule task

    Hello,
    I am trying to register a plugin for creating a custom scheduled task. I have referred to the document
    http://docs.oracle.com/cd/E23943_01/doc.1111/e14309/refsched.htm
    Followed the below steps-
    1. Updated the task.xml as below taken from MDS database
    <task>
    <name>AC Target Source Reconciliation</name>
    <class>com.cgc.iam.customconnector.ac.ReconACTarget</class>
    <description>This schedule task reconciles the active users from AC to OIM. This is a one time initial recon</description>
    <retry>0</retry>
    <parameters>
    <string-param required="true" helpText="IT Resource">IT Resource</string-param>
    <string-param required="true" encrypted="false" helpText="FileName">FileName</string-param>
    <string-param required="true" helpText="Admin">Admin</string-param>
                   <string-param required="true" helpText="AdminPassword">AdminPassword</string-param>
    <string-param required="true" helpText="ConfigurationLookup">ConfigurationLookup</string-param>
                   <string-param required="true" helpText="FilePath">FilePath</string-param>
                   <string-param required="true" helpText="ResourceObject">ResourceObject</string-param>
    </parameters>
    </task>
         <task>
    <name>ACRoleReconTask</name>
    <class>com.cgc.iam.customconnector.ac.ReconACRoles</class>
    <description>This scheduled task will reconcile the ACGroups and AC Roles from a csv file that is stored at a shared location</description>
    <retry>0</retry>
    <parameters>
    <string-param required="true" helpText="Admin">Admin</string-param>
                   <string-param required="true" helpText="AdminPassword">AdminPassword</string-param>
                   <string-param required="true" helpText="FilePath">FilePath</string-param>
    <string-param required="true" helpText="GroupLookup">GroupLookup</string-param>               
    <string-param required="true" helpText="RoleLookup">RoleLookup</string-param>               
                   <string-param required="true" helpText="GroupTableName">GroupTableName</string-param>
                   <string-param required="true" helpText="RoleTableName">RoleTableName</string-param>
    </parameters>
    </task>
    2. Imported the task.xml into MDS.
    3. created the plugin.xml as below-
    <?xml version="1.0" encoding="UTF-8"?>
    <oimplugins xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <plugins pluginpoint="oracle.iam.scheduler.vo.TaskSupport">
    <plugin pluginclass= "com.cgc.iam.customconnector.ac.ReconACTarget" version="1.0.1" name="scheduler element"></plugin>
    <plugin pluginclass= "com.cgc.iam.customconnector.ac.ReconACRoles" version="1.0.1" name="scheduler element">
    </plugin>
    </plugins>
    </oimplugins>
    3. created the plugin.zip with the folder structure as-
    plugin.zip
    plugin.xml
    lib
    jar files
    4. set ant properties
    5. run the command
    java -jar ../../../modules/com.bea.core.jarbuilder_1.7.0.0.jar
    4. registered plugin using ant utility.
    Now, I am getting the below exception-
    oracle.iam.platform.utils.NoSuchServiceException: java.lang.reflect.InvocationTargetException
    Please help.
    Thanks
    sjit

    [echo] at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    [echo] at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    [echo] at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [echo] Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    [echo]
    [echo] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
    [echo] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    [echo] at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
    [echo] at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
    [echo] at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
    [echo] at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
    [echo] at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
    [echo] at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)
    [echo] at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
    [echo] at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
    [echo] at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3904)
    [echo] at oracle.jdbc.driver.UpdatableResultSet.executeInsertRow(UpdatableResultSet.java:8630)
    [echo] at oracle.jdbc.driver.UpdatableResultSet.insertRow(UpdatableResultSet.java:6428)
    [echo] at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_UpdatableResultSet.insertRow(Unknown Source)
    [echo] at oracle.iam.platform.pluginframework.DBStore.updatePluginTable(DBStore.java:395)
    [echo] at oracle.iam.platform.pluginframework.DBStore.storePlugins(DBStore.java:193)
    [echo] at oracle.iam.platform.pluginframework.PluginManagerImpl.registerPluginAndReturnStatus(PluginManagerImpl.java:90)
    [echo] at oracle.iam.platformservice.impl.PlatformServiceImpl.registerPluginAndReturnStatus(PlatformServiceImpl.java:106)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy735.registerPluginAndReturnStatus(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformServiceEJB.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    [echo] at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    [echo] at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy734.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.__WL_invoke(Unknown Source)
    [echo] at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl_WLSkel.invoke(Unknown Source)
    [echo] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    [echo] at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    [echo] at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    [echo] at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [echo] at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    [echo] at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    [echo] ... 3 more
    [echo] Exception in thread "Main Thread" oracle.iam.platform.pluginframework.PluginStoreException: An error occurred while storing the plugin in store ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    [echo]
    [echo] at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)
    [echo] at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
    [echo] at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl_1036_WLStub.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
    [echo] at $Proxy2.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformServiceDelegate.registerPluginAndReturnStatus(Unknown Source)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at Thor.API.Base.SecurityInvocationHandler$1.run(SecurityInvocationHandler.java:68)
    [echo] at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    [echo] at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    [echo] at weblogic.security.Security.runAs(Security.java:41)
    [echo] at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
    [echo] at Thor.API.Base.SecurityInvocationHandler.invoke(SecurityInvocationHandler.java:79)
    [echo] at $Proxy3.registerPluginAndReturnStatus(Unknown Source)
    [echo] at oracle.iam.platformservice.utils.PluginUtility.registerPluginAndReturnStatus(PluginUtility.java:279)
    [echo] at oracle.iam.platformservice.utils.PluginUtility.main(PluginUtility.java:219)
    [echo] Caused by: oracle.iam.platform.pluginframework.PluginStoreException: An error occurred while storing the plugin in store ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    [echo]
    [echo] at oracle.iam.platform.pluginframework.DBStore.storePlugins(DBStore.java:222)
    [echo] at oracle.iam.platform.pluginframework.PluginManagerImpl.registerPluginAndReturnStatus(PluginManagerImpl.java:90)
    [echo] at oracle.iam.platformservice.impl.PlatformServiceImpl.registerPluginAndReturnStatus(PlatformServiceImpl.java:106)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy735.registerPluginAndReturnStatus(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformServiceEJB.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    [echo] at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    [echo] at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy734.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.__WL_invoke(Unknown Source)
    [echo] at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl_WLSkel.invoke(Unknown Source)
    [echo] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:668)
    [echo] at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    [echo] at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    [echo] at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    [echo] at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [echo] Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    [echo]
    [echo] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
    [echo] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    [echo] at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
    [echo] at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
    [echo] at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
    [echo] at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
    [echo] at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
    [echo] at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)
    [echo] at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
    [echo] at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
    [echo] at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3904)
    [echo] at oracle.jdbc.driver.UpdatableResultSet.executeInsertRow(UpdatableResultSet.java:8630)
    [echo] at oracle.jdbc.driver.UpdatableResultSet.insertRow(UpdatableResultSet.java:6428)
    [echo] at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_UpdatableResultSet.insertRow(Unknown Source)
    [echo] at oracle.iam.platform.pluginframework.DBStore.updatePluginTable(DBStore.java:395)
    [echo] at oracle.iam.platform.pluginframework.DBStore.storePlugins(DBStore.java:193)
    [echo] at oracle.iam.platform.pluginframework.PluginManagerImpl.registerPluginAndReturnStatus(PluginManagerImpl.java:90)
    [echo] at oracle.iam.platformservice.impl.PlatformServiceImpl.registerPluginAndReturnStatus(PlatformServiceImpl.java:106)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy735.registerPluginAndReturnStatus(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformServiceEJB.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    [echo] at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    [echo] at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy734.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.__WL_invoke(Unknown Source)
    [echo] at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl_WLSkel.invoke(Unknown Source)
    [echo] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    [echo] at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    [echo] at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    [echo] at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [echo] at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    [echo] at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    [echo] ... 3 more
    [echo] classpath=/users/oim/Oracle/Middleware/Oracle_IDM1/server/ext/spring.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/ext/jakarta-commons/commons-logging.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-context.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-utils.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-auth-client.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-pluginframework.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/client/oimclient.jar:/users/oim/Oracle/Middleware/wlserver_10.3/server/lib/wlfullclient.jar:/users/oim/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar
    [echo]
    [echo]
    [echo] was_home=null
    [echo]
    [echo]
    [echo] client_home=null
    [echo]
    [echo]
    [echo] xl_home=null
    [echo]
    [echo]
    [echo] mw_home=null
    [echo]
    [echo]
    [echo] newClasspath=/users/oim/Oracle/Middleware/Oracle_IDM1/server/ext/spring.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/ext/jakarta-commons/commons-logging.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-context.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-utils.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-auth-client.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-pluginframework.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/client/oimclient.jar:/users/oim/Oracle/Middleware/wlserver_10.3/server/lib/wlfullclient.jar:/users/oim/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar.:/sample:null/ext/ojdbc14.jar:null/ext/ucp.jar:null/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:null/lib/oimclient.jar:null/server/lib/wlfullclient.jar:null/ext/jakarta-commons/commons-logging.jar:null/ext/commons-logging.jar:null/ext/spring.jar:null/ext/spring.jar:null/server/lib/webserviceclient+ssl.jar:null/platform/iam-platform-utils.jar:null/server/lib/wlclient.jar:null/server/lib/weblogic.jar:null/platform/iam-platform-auth-client.jar:null/features/iam-features-system-configuration.zip:null/features/iam-features-identity.zip:null/features/iam-features-platformservice.zip:null/ext/log4j-1.2.8.jar:null/lib/XellerateClient.jar:null/lib/xlAPI.jar:null/lib/xlLogger.jar:null/lib/xlVO.jar:null/lib/xlUtils.jar:null/lib/xlCrypto.jar:null/lib/xlAuthentication.jar:null/lib/xlDataObjectBeans.jar:null/ext/oscache.jar:null/ext/javagroups-all.jar:null/lib/xlFvcUtil.jar:../../../iam/iam-lib/internal/jrf-api.jar:null/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar:null/ext/jrf-api.jar:null/oracle_common/webservices/wsclient_extended.jar:null/oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:null/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:null/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar
    [echo] Error in registering the plugin. An error occurred while storing the plugin in store ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    [echo]
    [echo] Error occured during the use of plugin registering utility. An error occurred while storing the plugin in store ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    BUILD SUCCESSFUL
    Edited by: sjit on Nov 23, 2012 5:20 AM

  • Setup has encountered an error and cannot continue. Contact Adobe Customer Support for assistance.

    I have an iMac that meets system requirements.  I have downloaded CS4 from Adobe and when I try to install it says "Setup has encountered an error and cannot continue. Contact Adobe Customer Support for assistance."  This happens while it is checking the system profile.  I have read many forums and tried the following:
    Re-downloading the software
    Moving the download to an external drive to install
    Deleting all Adobe programs on my computer
    Clearing all caches
    Installing in safe mode
    Verifying the disk
    Creating a new administrator and then installing
    Attempting to re-install after the error
    None of these options have seemed to make a bit of difference. If there is another option could someone please share?  Adobe said they will not ship actual discs although I own the program.  They have yet to be able to help me when I have called. 
    Thank you in advance for any help!

    cs4 wasn't designed for that os, System requirements | CS4, Point Products
    you can check other users success here, http://roaringapps.com/apps:table
    you can try cleaning before installing, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    and, if all else fails, you can check your log files for more detailed error info, Troubleshoot with install logs | CS5, CS5.5, CS6, CC

  • OIM 11s Custom Scheduler plugin.xml not found error.

    Hi,
    I am working on OIM11g Custom Schedulers . I have created a Custom scheduler javatask packaged it in plugin.jar , configured same in pulgin.xml and made a zip file of it. There after i have placed it in oim)server/server/plugins directory. Along with it i have made a SchduleTask.xml and imported it in mds. Now my problem is when i try to run Schedule Job created through OIm COnsole, i get exception as Class not found.
    Along with tht on oim server start up i am getting error as below :
    <Feb 28, 2011 10:12:14 AM GMT+05:30> <Error> <oracle.iam.platform.pluginframework> <IAM-1050001> <plugin.xml is not found in the plugin zip D:\Oracle\Middleware\Oracle_IDM1\server\plugins\plugin.zip.>
    <Feb 28, 2011 10:12:14 AM GMT+05:30> <Warning> <oracle.iam.platform.pluginframework> <IAM-1050022> <Unable to load plugins from D:\Oracle\Middleware\Oracle_IDM1\server\plugins\plugin.zip. Error plugin.xml is not found in the plugin zip D:\Oracle\Midd
    leware\Oracle_IDM1\server\plugins\plugin.zip.>
    However , plugin.xml is already there in my zip file. Is there any step i have missed ? I am providing here the detail of my plugin.xml.
    Here is the content of my plugin.xml.
    <?xml version="1.0" encoding="UTF-8"?>
    <oimplugins xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <plugins pluginpoint="oracle.iam.scheduler.vo.TaskSupport">
    <plugin pluginclass="com.*.*.*.*.*.HREmployeeScheduler" version="1.0.1" name="HREmployeeScheduler">
    </plugin>
    </plugins>
    </oimplugins>
    Thanks In Advance
    Swati Pandey

    The Issue is resolved. You need to place your jar file in JavaTasks .

  • I am trying to authorize my computer and I get an error message: The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed. Help?

    I am trying to authorize my computer and I get an error message: The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed. Help?

    I used Terminal to change the permissions on the folder in question.  I followed the instructions in this article:
    iTunes: Missing folder or incorrect permissions may prevent authorization
    In my case, the folder was there, so I needed the command to change permissions on the folder, not to create one.   I was hesitant to use Terminal b/c I know that if I made an error I could wipe out my hard drive or render my computer unusable.  So to be SURE I didn't make an error, I carefully copied the command from that page and *pasted* it into Terminal.  Also, before I could do anything in Terminal, I had to go change my admin password (it had been a blank password before and that's not acceptable for making changes in Terminal).  I was just super careful when entering my password or doing anything else while Terminal was open (making sure I didn't accidently hit the spacebar or another key, etc.)  And it fixed the problem right away.
    What was confusing for me was that the iTunes error message said to change permissions in the FINDER, which is what I was trying to do.  It didn't mention Terminal.  What would really be helpful is if Apple included a link to a page like this in their error message.

  • CS4 design premium and CS3 web premium fails to insall in windows 7 home premium service pack 1 64bit. it shows checking system profile....  setup error  setup has encountered an error and cannot continue. contact adobe customer support for assistance.

    CS4 design premium and CS3 web premium fails to insall in windows 7 home premium service pack 1 64bit.
    when i click on setup file, it shows checking system profile....  setup error.  setup has encountered an error and cannot continue. contact adobe customer support for assistance.

    i am not able to understand the log. here is the entire log. pl help
    3044] Fri Oct 10 23:03:42 2014  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 2.0.138.0
    -------------------- BEGIN - Proxy File Summary - BEGIN --------------------
    AdobeCode: {00DF958D-8DD1-416E-8697-A0DBBE702A37}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10en_USLanguagePack\AdobeFireworks10en_USLanguagePack.proxy. xml
    AdobeCode: {02FD2912-C5C4-41f0-B7D2-0C1871EB9565}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-es-ExtensionFL30\AdobeFlash10-es-ExtensionFL30.boot.xml
    AdobeCode: {043A67CA-08C4-4669-A2A1-B03F6D8D509C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeWinSoftLinguisticsPluginAll\AdobeWinSoftLinguisticsPluginAll.boot.xml
    AdobeCode: {064F0D64-1F54-4F4B-953E-BAED5D7E69B2}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFSettings9-mul\AdobePDFSettings9-mul.boot.xml
    AdobeCode: {08D66D31-CC4B-101B-B7BF-FD1B1E2718A8}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6IconHandler-mul\AdobeInDesign6IconHandler-mul.boot.xml
    AdobeCode: {092DF7B0-6E10-4718-9763-9704CC4E6EF9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeALMAnchorService2-mul\AdobeALMAnchorService2-mul.boot.xml
    AdobeCode: {0967604F-33E6-4C6B-934B-157C3AB4ED4C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeExtensionManager2All\AdobeExtensionManager2All.boot.xml
    AdobeCode: {0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlashPlayer10_axDbg_mul\AdobeFlashPlayer10_axDbg_mul.proxy.xml
    AdobeCode: {0C0BD663-FF73-4EA4-9FF7-A7AE0405B90F}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10fr_CALanguagePack\AdobeDreamweaver10fr_CALanguagePack.pr oxy.xml
    AdobeCode: {0C91FCEB-C2EF-101B-89B8-C06AE9160079}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-en_GB\AdobeInDesign6CommonLang-en_GB.proxy.xml
    AdobeCode: {0D47D055-102E-443D-9FE7-FFF0BBAB6A98}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeTypeSupport9-mul-x64\AdobeTypeSupport9-mul-x64.boot.xml
    AdobeCode: {14A5A29B-D252-4575-B40C-695B8D8B34D5}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeBridge3All\AdobeBridge3All.boot.xml
    AdobeCode: {176894A3-E35F-45C0-98E3-3FB4CD46C0E0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePhotoshop11-Support\AdobePhotoshop11-Support.boot.xml
    AdobeCode: {195C539A-1546-43A8-A224-C03FE427F47D}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-es_MXLanguagePack\AdobeFlash10-es_MXLanguagePack.proxy.xml
    AdobeCode: {198E1366-F2E8-4853-8A6B-B0CF8BDBF091}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-zh_CN\AdobeSGM3-zh_CN.boot.xml
    AdobeCode: {223EB970-F510-4D0A-A7D0-0B79B163B35B}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeALMAnchorService2-mul-x64\AdobeALMAnchorService2-mul-x64.boot.xml
    AdobeCode: {22DBAEF9-C0EE-101B-ACA7-89BA7D08F8B9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-es_MX\AdobeInDesign6AppLang-es_MX.proxy.xml
    AdobeCode: {289C46A2-F2F7-4887-A8DA-5CB1AB65754D}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDreamweaver10-mul\AdobeDreamweaver10-mul.boot.xml
    AdobeCode: {2965A5F0-0326-4479-B140-F5799BD025B7}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCameraRaw5.0All\AdobeCameraRaw5.0All.boot.xml
    AdobeCode: {2B0F340D-1EAF-4471-90A8-BC380EF7209A}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10en_GBLanguagePack\AdobeFireworks10en_GBLanguagePack.proxy. xml
    AdobeCode: {2B47D5DE-E019-4130-AB69-2DAB4DEEBB0A}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorJA_ExtraSettings2-mul\AdobeColorJA_ExtraSettings2-mul.boot.xml
    AdobeCode: {2BD22DAB-D025-4c9a-A62E-DAD828393885}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-en-ExtensionFL30\AdobeFlash10-en-ExtensionFL30.boot.xml
    AdobeCode: {2E39F462-F4AE-4617-8416-CDCEC9C18232}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeIllustrator14en_USLanguagePack\AdobeIllustrator14en_USLanguagePack.pr oxy.xml
    AdobeCode: {3095E614-711B-48D2-BAAF-0CA9D9968F68}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeOutputModuleAll\AdobeOutputModuleAll.boot.xml
    AdobeCode: {31FC14DD-7641-4BEB-B5D1-9976F99AF956}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFontsAll\AdobeFontsAll.boot.xml
    AdobeCode: {324A6E8E-CD0F-4D37-9143-05468F0204C3}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_GB_x64\AdobePhotoshop11-en_GB_x64.proxy.xml
    AdobeCode: {3251BB24-1889-4BB4-9774-BA0D57FE7D0E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-en_GBLanguagePack\AdobeFlash10-en_GBLanguagePack.proxy.xml
    AdobeCode: {3410D3EC-5407-4BA7-92D9-55207A04C3BF}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_US\AdobePhotoshop11-en_US.proxy.xml
    AdobeCode: {3419CF4A-C105-101B-B1EE-EF5CA3F6A41C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-fr_CA\AdobeInDesign6AppLang-fr_CA.proxy.xml
    AdobeCode: {34BBC769-B1F1-412A-8663-50B2EAB6D5A9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-fr_CA\DeviceCentral2LP-fr_CA.proxy.xml
    AdobeCode: {35304775-CB5F-101B-A142-83B5468C225C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppBase-mul\AdobeInDesign6AppBase-mul.boot.xml
    AdobeCode: {368BF6FC-8F78-4936-B381-BFE2B4880334}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_US_x64\AdobePhotoshop11-en_US_x64.proxy.xml
    AdobeCode: {395FC443-B34B-4E77-9928-23C147FC83F1}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeTypeSupport9-mul\AdobeTypeSupport9-mul.boot.xml
    AdobeCode: {3A17921E-0B93-40C6-B0A9-3CD40475B3F0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-fr_CA_x64\AdobePhotoshop11-fr_CA_x64.proxy.xml
    AdobeCode: {3A4D8E3D-83E0-425F-A8FB-B04538CDC2A0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCSIAll\AdobeCSIAll.boot.xml
    AdobeCode: {3A5B6B11-CB5C-101B-89C0-E6A199775FEF}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppFSet-Roman\AdobeInDesign6AppFSet-Roman.boot.xml
    AdobeCode: {3C2CCCD6-CB9D-4288-8B3D-EF7AEC16C35B}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-mul\AdobeFlash10-mul.boot.xml
    AdobeCode: {3CD02B3D-9EEE-4786-95A8-73E7BA8558CA}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDriveAll\AdobeDriveAll.boot.xml
    AdobeCode: {3D9625C4-525A-4368-932D-749B91B3B222}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-fr-ExtensionFL30\AdobeFlash10-fr-ExtensionFL30.boot.xml
    AdobeCode: {40E33B80-0C73-41A0-82A5-9AF7D1D68C98}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFontsAllx64\AdobeFontsAllx64.boot.xml
    AdobeCode: {48ECA3E4-C4E8-101B-A3E5-8A776B36B2F7}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-fr_CA\AdobeInDesign6CommonLang-fr_CA.proxy.xml
    AdobeCode: {490F274E-689A-4ECF-AC3E-322347ED7613}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeExtendScriptToolKit3.0.0All\AdobeExtendScriptToolkit3.0.0All.boot.xml
    AdobeCode: {4F3CE025-D60B-4E6B-8D39-B04CD3769008}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeVideoProfilesCS2-mul\AdobeVideoProfilesCS2-mul.boot.xml
    AdobeCode: {52432964-89C2-48CD-9749-4036D3E97BD9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-es_MX_x64\AdobePhotoshop11-es_MX_x64.proxy.xml
    AdobeCode: {53560287-20EA-4EB6-9B5C-5B1EC080350A}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\kuler2.0-mul\kuler2.0-mul.boot.xml
    AdobeCode: {53EBE8B3-CB5B-101B-82B1-D22FEF2EEFE5}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppFSet-Japan\AdobeInDesign6AppFSet-Japan.boot.xml
    AdobeCode: {563275A9-CC66-101B-8B71-81B8A321A480}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6IconHandler64-mul\AdobeInDesign6IconHandler64-mul.boot.xml
    AdobeCode: {5746C6E3-DC6E-4762-9445-F89C50B5E1D2}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlashPlayer10_plDbg_mul\AdobeFlashPlayer10_plDbg_mul.proxy.xml
    AdobeCode: {587AF245-DD3F-402A-A32C-4321594DD279}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_GB\AdobePhotoshop11-en_GB.proxy.xml
    AdobeCode: {5A2D6654-8164-4810-A76F-FD160223558E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorNA_ExtraSettings2-mul\AdobeColorNA_ExtraSettings2-mul.boot.xml
    AdobeCode: {5C99A447-812B-4531-816B-38F0C8B19F02}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCMaps2-mul\AdobeCMaps2-mul.boot.xml
    AdobeCode: {5D195AB1-30AC-44F6-93FE-225CE5BBAB74}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\Acrobatcom-mul\Acrobatcom-mul.proxy.xml
    AdobeCode: {603DA164-1FA4-43F4-AD82-0A56206E5BD7}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSearchforHelp-mul\AdobeSearchforHelp-mul.boot.xml
    AdobeCode: {6743AE49-4594-4CAE-807C-27682446F498}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAMP-mul\AdobeAMP-mul.proxy.xml
    AdobeCode: {69A6AF34-639F-4AC8-8EFB-86DB91C5E106}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorEU_ExtraSettings2-mul\AdobeColorEU_ExtraSettings2-mul.boot.xml
    AdobeCode: {6A7D180B-9A75-4C62-BE94-FE44BE3732C2}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDrivex64All\AdobeDrivex64All.boot.xml
    AdobeCode: {6ADE0200-DE21-4D6C-AFB1-DF7D0D77CB47}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-en_USLanguagePack\AdobeFlash10-en_USLanguagePack.proxy.xml
    AdobeCode: {6CA25E84-FDC9-4EAE-86A6-FE0697BAF171}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorNA_Recommended2-mul\AdobeColorNA_Recommended2-mul.boot.xml
    AdobeCode: {71C506FA-C006-4822-A371-059856E706CA}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCameraRaw5.0All-x64\AdobeCameraRaw5.0All-x64.boot.xml
    AdobeCode: {731F2B61-8028-4E63-95BF-B13B224DA13E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-other\AdobeFlash10-STI-other.boot.xml
    AdobeCode: {73656117-7621-4603-9830-786F7F46F966}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeServiceManager-mul\AdobeServiceManager-mul.boot.xml
    AdobeCode: {76A848DA-E186-42F0-B057-8FCC2490C40E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-es_MX\DeviceCentral2LP-es_MX.proxy.xml
    AdobeCode: {79E0F594-E8F3-4930-8EBD-0C7178302EFB}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorPhotoshop2-mul\AdobeColorPhotoshop2-mul.boot.xml
    AdobeCode: {7F60FD0C-F2FF-433A-A91C-EC76152DEF05}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeIllustrator14mul\AdobeIllustrator14mul.boot.xml
    AdobeCode: {7FC72310-D125-41B7-943A-EC467BA72F82}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAssetServices4All\AdobeAssetServices4All.boot.xml
    AdobeCode: {8167335C-8FEA-4576-8EC2-8AC77EC58F19}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFL9-mul\AdobePDFL9-mul.boot.xml
    AdobeCode: {85022982-C128-4177-96E4-6E04B88C489C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10en_GBLanguagePack\AdobeDreamweaver10en_GBLanguagePack.pr oxy.xml
    AdobeCode: {85112378-F845-4581-9499-2D5E38441E76}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDynamicLinkSupport1All\AdobeDynamiclinkSupport1All.boot.xml
    AdobeCode: {869E3432-BDAC-4211-B1DC-EC211962EEFA}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFireworks10All\AdobeFireworks10All.boot.xml
    AdobeCode: {87809DB4-F038-4C7B-9CA9-FFB6EAE6042F}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDefaultLanguage2-mul\AdobeDefaultLanguage2-mul.boot.xml
    AdobeCode: {87C4EC3E-47F0-4287-A436-9ADA103E05E9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeXMPPanelsAll\AdobeXMPPanelsAll.boot.xml
    AdobeCode: {88346284-C41C-101B-99A2-AAB2A0A1B87C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-es_MX\AdobeInDesign6CommonLang-es_MX.proxy.xml
    AdobeCode: {8AD0C0B9-B397-45FE-89A3-D42F95F6E9EF}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDeviceCentral2-mul\AdobeDeviceCentral2-mul.boot.xml
    AdobeCode: {8B4C951B-F853-4B05-B892-9D5B3CD8AC98}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFSettings9-ja_JP\AdobePDFSettings9-ja_JP.boot.xml
    AdobeCode: {8C273902-BE22-429D-BEEF-C9FFABF18178}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-fr\AdobeFlash10-STI-fr.boot.xml
    AdobeCode: {8EA01C93-7DA6-461D-A794-DF98C4268927}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-es_MX\AdobePhotoshop11-es_MX.proxy.xml
    AdobeCode: {94C6AEF4-BE0D-431B-B0A5-567E6B89E576}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\aifsdk-win\aifsdk-win.boot.xml
    AdobeCode: {98D81F21-D408-4431-B1CD-FD5F34F70DA0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeWinSoftLinguisticsPluginAll_x64\AdobeWinSoftLinguisticsPluginAll_x64.bo ot.xml
    AdobeCode: {9907B3BB-23CD-424E-B18F-A2E158D4B6D0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeLinguisticsAll\AdobeLinguisticsAll.boot.xml
    AdobeCode: {9C6EE72C-3B56-4218-8424-E763E2E0D286}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10fr_CALanguagePack\AdobeFireworks10fr_CALanguagePack.proxy. xml
    AdobeCode: {9D0C6527-C1EC-4AFD-B446-4BC12C83C8EF}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorEU_Recommended2-mul\AdobeColorEU_Recommended2-mul.boot.xml
    AdobeCode: {9DFDAC02-972C-4A6A-9419-AD702DC40EC6}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorCommonSetCMYK2-mul\AdobeColorCommonSetCMYK2-mul.boot.xml
    AdobeCode: {9F299EC3-0FBB-4C64-80C8-66849A26CFBD}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeLinguisticsAll_x64\AdobeLinguisticsAll_x64.boot.xml
    AdobeCode: {A2240090-CA81-4762-82DC-EAFD1503FA3F}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-others-ExtensionFL30\AdobeFlash10-others-ExtensionFL30.boot.xml
    AdobeCode: {A286D8E4-3168-49EB-89B5-CF7D8DF8D985}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-en_US\DeviceCentral2LP-en_US.proxy.xml
    AdobeCode: {A4EEE829-8B33-4609-874F-AD0CFD8D6AF0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-fr_CA\AdobePhotoshop11-fr_CA.proxy.xml
    AdobeCode: {A6148177-E733-4F44-8123-C7565DFA7819}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePhotoshop11-Core_x64\AdobePhotoshop11-Core_x64.boot.xml
    AdobeCode: {A80B7019-16DF-42DB-BF83-B6B3452677A1}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAMP-fr_FR\AdobeAMP-fr_FR.proxy.xml
    AdobeCode: {A9A71A55-3C8A-4DCD-8291-1F4B749627C9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAUM6.0All\AdobeAUM6.0All.boot.xml
    AdobeCode: {AA603BD2-D4CF-436C-BE8E-DC3E0C337734}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-zh_TW\AdobeSGM3-zh_TW.boot.xml
    AdobeCode: {AB8E4534-C573-4CC9-BA6A-76DD14055510}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorCommonSetRGB2-mul\AdobeColorCommonSetRGB2-mul.boot.xml
    AdobeCode: {AC76BA86-1028-0000-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-zh_TW\AdobeAcrobat9-zh_TW.proxy.xml
    AdobeCode: {AC76BA86-1029-4770-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-cs_CZ\AdobeAcrobat9-cs_CZ.proxy.xml
    AdobeCode: {AC76BA86-1033-F400-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-fr_FR\AdobeAcrobat9-fr_FR.proxy.xml
    AdobeCode: {AC76BA86-1040-7D70-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-es_ES\AdobeAcrobat9-es_ES.proxy.xml
    AdobeCode: {AC76BA86-1041-0000-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ja_JP\AdobeAcrobat9-ja_JP.proxy.xml
    AdobeCode: {AC76BA86-1042-0000-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ko_KR\AdobeAcrobat9-ko_KR.proxy.xml
    AdobeCode: {AC76BA86-1048-8780-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ru_RU\AdobeAcrobat9-ru_RU.proxy.xml
    AdobeCode: {AC76BA86-1053-DF60-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-sv_SE\AdobeAcrobat9-sv_SE.proxy.xml
    AdobeCode: {AC76BA86-2052-0000-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-zh_CN\AdobeAcrobat9-zh_CN.proxy.xml
    AdobeCode: {AEACF6C0-8690-48D1-A243-C3A796219CF9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-ko_KR\AdobeSGM3-ko_KR.boot.xml
    AdobeCode: {B17CBF80-149C-4008-BF62-69842F242B5E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeIllustrator14fr_CALanguagePack\AdobeIllustrator14fr_CALanguagePack.pr oxy.xml
    AdobeCode: {B2A01A26-BCD8-4BFB-ADC2-164416D42A38}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-en_US\AdobeSGM3-en_US.boot.xml
    AdobeCode: {B317020B-BB2B-41DE-9255-C795D212A140}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeIllustrator14es_MXLanguagePack\AdobeIllustrator14es_MXLanguagePack.pr oxy.xml
    AdobeCode: {B40EAA06-05C8-4790-83B9-83CD2334704E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-en_GB\DeviceCentral2LP-en_GB.proxy.xml
    AdobeCode: {B68DB15D-31B2-4AA9-B5DA-611024E3ABA4}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10es_MXLanguagePack\AdobeFireworks10es_MXLanguagePack.proxy. xml
    AdobeCode: {C3192773-54FD-472D-B639-D2960A454DE6}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-es\AdobeFlash10-STI-es.boot.xml
    AdobeCode: {CA1FF49F-C354-101B-ADFD-84F42A706653}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-en_US\AdobeInDesign6CommonLang-en_US.proxy.xml
    AdobeCode: {CBC8AB3C-85F0-4D16-8E01-95E0343EE383}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAIR1.0\AdobeAIR1.0.proxy.xml
    AdobeCode: {CF362349-F670-4EB2-A7D3-308DA95BF4BE}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeIllustrator14en_GBLanguagePack\AdobeIllustrator14en_GBLanguagePack.pr oxy.xml
    AdobeCode: {CFCD7AD2-150A-4194-BA98-4C59850A0F98}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePhotoshop11-Core\AdobePhotoshop11-Core.boot.xml
    AdobeCode: {D7AF82DE-06CD-493D-8866-58BD4A7C54EB}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFL9-mul-x64\AdobePDFL9-mul-x64.boot.xml
    AdobeCode: {D95B5192-2606-4176-893B-7B6704D2605B}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeConnect-mul\AdobeConnect-mul.boot.xml
    AdobeCode: {DBB1B2E9-0DF9-495C-B58D-C23A3599EDA7}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCMaps2-mul-x64\AdobeCMaps2-mul-x64.boot.xml
    AdobeCode: {DD829154-9968-43C5-9975-4A2CF9E87869}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AMECore1All\AMECore1All.boot.xml
    AdobeCode: {DEF58ED5-552A-4a7c-9BE6-CCCCC0704D77}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10mul_ExtensionFL30\AdobeFlash10mul_ExtensionFL30.proxy.xml
    AdobeCode: {E769C759-5B9B-487B-AAC3-FAB7015D7B9A}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSING2-mul\AdobeSING2-mul.boot.xml
    AdobeCode: {E8A4414C-0268-46D7-830A-BF4EA049BF18}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\Acrobatcom-fr_FR\Acrobatcom-fr_FR.proxy.xml
    AdobeCode: {E8B28C6D-46DF-4842-9B06-9924D94DA1E0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDesignSuitePremium4-mul\AdobeDesignSuitePremium4-mul.boot.xml
    AdobeCode: {E8CA713D-38A8-47A0-ACFB-39CA6A59CA1D}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AMEImporter1All\AMEImporter1All.boot.xml
    AdobeCode: {E8D75E23-1782-4DB3-B8B8-8C80BFD35CB7}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10es_MXLanguagePack\AdobeDreamweaver10es_MXLanguagePack.pr oxy.xml
    AdobeCode: {E8FCBFB4-0975-4B44-A728-70171FE44108}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-en\AdobeFlash10-STI-en.boot.xml
    AdobeCode: {E9124DCC-945E-4450-B8CD-689A6FE15F8D}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCSIx64All\AdobeCSIx64All.boot.xml
    AdobeCode: {E9864DB2-4AC9-4BEC-BFD1-644C4276F901}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeVersionCue4All\AdobeVersionCue4All.boot.xml
    AdobeCode: {EC787A8E-FFCC-4586-8089-61C4F44D150E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10en_USLanguagePack\AdobeDreamweaver10en_USLanguagePack.pr oxy.xml
    AdobeCode: {EEEE6D36-C0CA-101B-BE84-F9A9E8302DC5}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-en_GB\AdobeInDesign6AppLang-en_GB.proxy.xml
    AdobeCode: {F5BA527F-CC31-101B-A39B-97F2C87C690F}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6CommonBase-mul\AdobeInDesign6CommonBase-mul.boot.xml
    AdobeCode: {F624F59F-28A9-4C6B-8BE3-7B9B34D26BFF}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-fr_CALanguagePack\AdobeFlash10-fr_CALanguagePack.proxy.xml
    AdobeCode: {F962C173-3665-403C-BFFC-4A52BC4F6D62}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-ja_JP\AdobeSGM3-ja_JP.boot.xml
    AdobeCode: {FB03EE85-C0D6-101B-9DA9-9F91A460EA39}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-en_US\AdobeInDesign6AppLang-en_US.proxy.xml
    AdobeCode: {FC7AC288-3C96-42DB-B1CF-EE104D2CE4E9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSuiteSharedConfiguration-mul\AdobeSuiteSharedConfiguration-mul.boot.xml
    AdobeCode: {FE13D314-FB1D-4973-ABC8-BDE5D9D6190B}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorJA_Recommended2-mul\AdobeColorJA_Recommended2-mul.boot.xml
    --------------------  END  - Proxy File Summary -  END  --------------------
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4
    Updating media info for: {00DF958D-8DD1-416E-8697-A0DBBE702A37}, Effective: {00DF958D-8DD1-416E-8697-A0DBBE702A37}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10en_USLanguagePack\AdobeFireworks10en_USLanguagePack.msi
    Updating media info for: {02FD2912-C5C4-41f0-B7D2-0C1871EB9565}, Effective: {02FD2912-C5C4-41f0-B7D2-0C1871EB9565}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-es-ExtensionFL30\AdobeFlash10-es-ExtensionFL30.msi
    Updating media info for: {043A67CA-08C4-4669-A2A1-B03F6D8D509C}, Effective: {043A67CA-08C4-4669-A2A1-B03F6D8D509C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeWinSoftLinguisticsPluginAll\AdobeWinSoftLinguisticsPluginAll.msi
    Updating media info for: {064F0D64-1F54-4F4B-953E-BAED5D7E69B2}, Effective: {064F0D64-1F54-4F4B-953E-BAED5D7E69B2}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFSettings9-mul\AdobePDFSettings9-mul.msi
    Updating media info for: {08D66D31-CC4B-101B-B7BF-FD1B1E2718A8}, Effective: {08D66D31-CC4B-101B-B7BF-FD1B1E2718A8}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6IconHandler-mul\AdobeInDesign6IconHandler-mul.msi
    Updating media info for: {092DF7B0-6E10-4718-9763-9704CC4E6EF9}, Effective: {092DF7B0-6E10-4718-9763-9704CC4E6EF9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeALMAnchorService2-mul\AdobeALMAnchorService2-mul.msi
    Updating media info for: {0967604F-33E6-4C6B-934B-157C3AB4ED4C}, Effective: {0967604F-33E6-4C6B-934B-157C3AB4ED4C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeExtensionManager2All\AdobeExtensionManager2All.msi
    Updating media info for: {0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}, Effective: {0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlashPlayer10_axDbg_mul\AdobeFlashPlayer10_axDbg_mul.msi
    Updating media info for: {0C0BD663-FF73-4EA4-9FF7-A7AE0405B90F}, Effective: {0C0BD663-FF73-4EA4-9FF7-A7AE0405B90F}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10fr_CALanguagePack\AdobeDreamweaver10fr_CALanguagePack.ms i
    Updating media info for: {0C91FCEB-C2EF-101B-89B8-C06AE9160079}, Effective: {0C91FCEB-C2EF-101B-89B8-C06AE9160079}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-en_GB\AdobeInDesign6CommonLang-en_GB.msi
    Updating media info for: {0D47D055-102E-443D-9FE7-FFF0BBAB6A98}, Effective: {0D47D055-102E-443D-9FE7-FFF0BBAB6A98}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeTypeSupport9-mul-x64\AdobeTypeSupport9-mul-x64.msi
    Updating media info for: {14A5A29B-D252-4575-B40C-695B8D8B34D5}, Effective: {14A5A29B-D252-4575-B40C-695B8D8B34D5}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeBridge3All\AdobeBridge3All.msi
    Updating media info for: {176894A3-E35F-45C0-98E3-3FB4CD46C0E0}, Effective: {176894A3-E35F-45C0-98E3-3FB4CD46C0E0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePhotoshop11-Support\AdobePhotoshop11-Support.msi
    Updating media info for: {195C539A-1546-43A8-A224-C03FE427F47D}, Effective: {195C539A-1546-43A8-A224-C03FE427F47D}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-es_MXLanguagePack\AdobeFlash10-es_MXLanguagePack.msi
    Updating media info for: {198E1366-F2E8-4853-8A6B-B0CF8BDBF091}, Effective: {198E1366-F2E8-4853-8A6B-B0CF8BDBF091}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-zh_CN\AdobeSGM3-zh_CN.msi
    Updating media info for: {223EB970-F510-4D0A-A7D0-0B79B163B35B}, Effective: {223EB970-F510-4D0A-A7D0-0B79B163B35B}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeALMAnchorService2-mul-x64\AdobeALMAnchorService2-mul-x64.msi
    Updating media info for: {22DBAEF9-C0EE-101B-ACA7-89BA7D08F8B9}, Effective: {22DBAEF9-C0EE-101B-ACA7-89BA7D08F8B9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-es_MX\AdobeInDesign6AppLang-es_MX.msi
    Updating media info for: {289C46A2-F2F7-4887-A8DA-5CB1AB65754D}, Effective: {289C46A2-F2F7-4887-A8DA-5CB1AB65754D}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDreamweaver10-mul\AdobeDreamweaver10-mul.msi
    Updating media info for: {2965A5F0-0326-4479-B140-F5799BD025B7}, Effective: {2965A5F0-0326-4479-B140-F5799BD025B7}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCameraRaw5.0All\AdobeCameraRaw5.0All.msi
    Updating media info for: {2B0F340D-1EAF-4471-90A8-BC380EF7209A}, Effective: {2B0F340D-1EAF-4471-90A8-BC380EF7209A}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10en_GBLanguagePack\AdobeFireworks10en_GBLanguagePack.msi
    Updating media info for: {2B47D5DE-E019-4130-AB69-2DAB4DEEBB0A}, Effective: {2B47D5DE-E019-4130-AB69-2DAB4DEEBB0A}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorJA_ExtraSettings2-mul\AdobeColorJA_ExtraSettings2-mul.msi
    Updating media info for: {2BD22DAB-D025-4c9a-A62E-DAD828393885}, Effective: {2BD22DAB-D025-4c9a-A62E-DAD828393885}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-en-ExtensionFL30\AdobeFlash10-en-ExtensionFL30.msi
    Updating media info for: {2E39F462-F4AE-4617-8416-CDCEC9C18232}, Effective: {2E39F462-F4AE-4617-8416-CDCEC9C18232}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeIllustrator14en_USLanguagePack\AdobeIllustrator14en_USLanguagePack.ms i
    Updating media info for: {3095E614-711B-48D2-BAAF-0CA9D9968F68}, Effective: {3095E614-711B-48D2-BAAF-0CA9D9968F68}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeOutputModuleAll\AdobeOutputModuleAll.msi
    Updating media info for: {31FC14DD-7641-4BEB-B5D1-9976F99AF956}, Effective: {31FC14DD-7641-4BEB-B5D1-9976F99AF956}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFontsAll\AdobeFontsAll.msi
    Updating media info for: {324A6E8E-CD0F-4D37-9143-05468F0204C3}, Effective: {324A6E8E-CD0F-4D37-9143-05468F0204C3}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_GB_x64\AdobePhotoshop11-en_GB_x64.msi
    Updating media info for: {3251BB24-1889-4BB4-9774-BA0D57FE7D0E}, Effective: {3251BB24-1889-4BB4-9774-BA0D57FE7D0E}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-en_GBLanguagePack\AdobeFlash10-en_GBLanguagePack.msi
    Updating media info for: {3410D3EC-5407-4BA7-92D9-55207A04C3BF}, Effective: {3410D3EC-5407-4BA7-92D9-55207A04C3BF}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_US\AdobePhotoshop11-en_US.msi
    Updating media info for: {3419CF4A-C105-101B-B1EE-EF5CA3F6A41C}, Effective: {3419CF4A-C105-101B-B1EE-EF5CA3F6A41C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-fr_CA\AdobeInDesign6AppLang-fr_CA.msi
    Updating media info for: {34BBC769-B1F1-412A-8663-50B2EAB6D5A9}, Effective: {34BBC769-B1F1-412A-8663-50B2EAB6D5A9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-fr_CA\DeviceCentral2LP-fr_CA.msi
    Updating media info for: {35304775-CB5F-101B-A142-83B5468C225C}, Effective: {35304775-CB5F-101B-A142-83B5468C225C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppBase-mul\AdobeInDesign6AppBase-mul.msi
    Updating media info for: {368BF6FC-8F78-4936-B381-BFE2B4880334}, Effective: {368BF6FC-8F78-4936-B381-BFE2B4880334}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_US_x64\AdobePhotoshop11-en_US_x64.msi
    Updating media info for: {395FC443-B34B-4E77-9928-23C147FC83F1}, Effective: {395FC443-B34B-4E77-9928-23C147FC83F1}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeTypeSupport9-mul\AdobeTypeSupport9-mul.msi
    Updating media info for: {3A17921E-0B93-40C6-B0A9-3CD40475B3F0}, Effective: {3A17921E-0B93-40C6-B0A9-3CD40475B3F0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-fr_CA_x64\AdobePhotoshop11-fr_CA_x64.msi
    Updating media info for: {3A4D8E3D-83E0-425F-A8FB-B04538CDC2A0}, Effective: {3A4D8E3D-83E0-425F-A8FB-B04538CDC2A0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCSIAll\AdobeCSIAll.msi
    Updating media info for: {3A5B6B11-CB5C-101B-89C0-E6A199775FEF}, Effective: {3A5B6B11-CB5C-101B-89C0-E6A199775FEF}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppFSet-Roman\AdobeInDesign6AppFSet-Roman.msi
    Updating media info for: {3C2CCCD6-CB9D-4288-8B3D-EF7AEC16C35B}, Effective: {3C2CCCD6-CB9D-4288-8B3D-EF7AEC16C35B}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-mul\AdobeFlash10-mul.msi
    Updating media info for: {3CD02B3D-9EEE-4786-95A8-73E7BA8558CA}, Effective: {3CD02B3D-9EEE-4786-95A8-73E7BA8558CA}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDriveAll\AdobeDriveAll.msi
    Updating media info for: {3D9625C4-525A-4368-932D-749B91B3B222}, Effective: {3D9625C4-525A-4368-932D-749B91B3B222}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-fr-ExtensionFL30\AdobeFlash10-fr-ExtensionFL30.msi
    Updating media info for: {40E33B80-0C73-41A0-82A5-9AF7D1D68C98}, Effective: {40E33B80-0C73-41A0-82A5-9AF7D1D68C98}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFontsAllx64\AdobeFontsAllx64.msi
    Updating media info for: {48ECA3E4-C4E8-101B-A3E5-8A776B36B2F7}, Effective: {48ECA3E4-C4E8-101B-A3E5-8A776B36B2F7}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-fr_CA\AdobeInDesign6CommonLang-fr_CA.msi
    Updating media info for: {490F274E-689A-4ECF-AC3E-322347ED7613}, Effective: {490F274E-689A-4ECF-AC3E-322347ED7613}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeExtendScriptToolKit3.0.0All\AdobeExtendScriptToolkit3.0.0All.msi
    Updating media info for: {4F3CE025-D60B-4E6B-8D39-B04CD3769008}, Effective: {4F3CE025-D60B-4E6B-8D39-B04CD3769008}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeVideoProfilesCS2-mul\AdobeVideoProfilesCS2-mul.msi
    Updating media info for: {52432964-89C2-48CD-9749-4036D3E97BD9}, Effective: {52432964-89C2-48CD-9749-4036D3E97BD9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-es_MX_x64\AdobePhotoshop11-es_MX_x64.msi
    Updating media info for: {53560287-20EA-4EB6-9B5C-5B1EC080350A}, Effective: {53560287-20EA-4EB6-9B5C-5B1EC080350A}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\kuler2.0-mul\kuler2.0-mul.msi
    Updating media info for: {53EBE8B3-CB5B-101B-82B1-D22FEF2EEFE5}, Effective: {53EBE8B3-CB5B-101B-82B1-D22FEF2EEFE5}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppFSet-Japan\AdobeInDesign6AppFSet-Japan.msi
    Updating media info for: {563275A9-CC66-101B-8B71-81B8A321A480}, Effective: {563275A9-CC66-101B-8B71-81B8A321A480}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6IconHandler64-mul\AdobeInDesign6IconHandler64-mul.msi
    Updating media info for: {5746C6E3-DC6E-4762-9445-F89C50B5E1D2}, Effective: {5746C6E3-DC6E-4762-9445-F89C50B5E1D2}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlashPlayer10_plDbg_mul\AdobeFlashPlayer10_plDbg_mul.msi
    Updating media info for: {587AF245-DD3F-402A-A32C-4321594DD279}, Effective: {587AF245-DD3F-402A-A32C-4321594DD279}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_GB\AdobePhotoshop11-en_GB.msi
    Updating media info for: {5A2D6654-8164-4810-A76F-FD160223558E}, Effective: {5A2D6654-8164-4810-A76F-FD160223558E}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorNA_ExtraSettings2-mul\AdobeColorNA_ExtraSettings2-mul.msi
    Updating media info for: {5C99A447-812B-4531-816B-38F0C8B19F02}, Effective: {5C99A447-812B-4531-816B-38F0C8B19F02}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCMaps2-mul\AdobeCMaps2-mul.msi
    Updating media info for: {5D195AB1-30AC-44F6-93FE-225CE5BBAB74}, Effective: {5D195AB1-30AC-44F6-93FE-225CE5BBAB74}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\Acrobatcom-mul\AIRApplicationRunner.exe
    Updating media info for: {603DA164-1FA4-43F4-AD82-0A56206E5BD7}, Effective: {603DA164-1FA4-43F4-AD82-0A56206E5BD7}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSearchforHelp-mul\AdobeSearchforHelp-mul.msi
    Updating media info for: {6743AE49-4594-4CAE-807C-27682446F498}, Effective: {6743AE49-4594-4CAE-807C-27682446F498}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAMP-mul\AIRApplicationRunner.exe
    Updating media info for: {69A6AF34-639F-4AC8-8EFB-86DB91C5E106}, Effective: {69A6AF34-639F-4AC8-8EFB-86DB91C5E106}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorEU_ExtraSettings2-mul\AdobeColorEU_ExtraSettings2-mul.msi
    Updating media info for: {6A7D180B-9A75-4C62-BE94-FE44BE3732C2}, Effective: {6A7D180B-9A75-4C62-BE94-FE44BE3732C2}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDrivex64All\AdobeDrivex64All.msi
    Updating media info for: {6ADE0200-DE21-4D6C-AFB1-DF7D0D77CB47}, Effective: {6ADE0200-DE21-4D6C-AFB1-DF7D0D77CB47}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-en_USLanguagePack\AdobeFlash10-en_USLanguagePack.msi
    Updating media info for: {6CA25E84-FDC9-4EAE-86A6-FE0697BAF171}, Effective: {6CA25E84-FDC9-4EAE-86A6-FE0697BAF171}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorNA_Recommended2-mul\AdobeColorNA_Recommended2-mul.msi
    Updating media info for: {71C506FA-C006-4822-A371-059856E706CA}, Effective: {71C506FA-C006-4822-A371-059856E706CA}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCameraRaw5.0All-x64\AdobeCameraRaw5.0All-x64.msi
    Updating media info for: {731F2B61-8028-4E63-95BF-B13B224DA13E}, Effective: {731F2B61-8028-4E63-95BF-B13B224DA13E}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-other\AdobeFlash10-STI-other.msi
    Updating media info for: {73656117-7621-4603-9830-786F7F46F966}, Effective: {73656117-7621-4603-9830-786F7F46F966}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeServiceManager-mul\AdobeServiceManager-mul.msi
    Updating media info for: {76A848DA-E186-42F0-B057-8FCC2490C40E}, Effective: {76A848DA-E186-42F0-B057-8FCC2490C40E}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-es_MX\DeviceCentral2LP-es_MX.msi
    Updating media info for: {79E0F594-E8F3-4930-8EBD-0C7178302EFB}, Effective: {79E0F594-E8F3-4930-8EBD-0C7178302EFB}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorPhotoshop2-mul\AdobeColorPhotoshop2-mul.msi
    Updating media info for: {7F60FD0C-F2FF-433A-A91C-EC76152DEF05}, Effective: {7F60FD0C-F2FF-433A-A91C-EC76152DEF05}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeIllustrator14mul\AdobeIllustrator14mul.msi
    Updating media info for: {7FC72310-D125-41B7-943A-EC467BA72F82}, Effective: {7FC72310-D125-41B7-943A-EC467BA72F82}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAssetServices4All\AdobeAssetServices4All.msi
    Updating media info for: {8167335C-8FEA-4576-8EC2-8AC77EC58F19}, Effective: {8167335C-8FEA-4576-8EC2-8AC77EC58F19}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFL9-mul\AdobePDFL9-mul.msi
    Updating media info for: {85022982-C128-4177-96E4-6E04B88C489C}, Effective: {85022982-C128-4177-96E4-6E04B88C489C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10en_GBLanguagePack\AdobeDreamweaver10en_GBLanguagePack.ms i
    Updating media info for: {85112378-F845-4581-9499-2D5E38441E76}, Effective: {85112378-F845-4581-9499-2D5E38441E76}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDynamicLinkSupport1All\AdobeDynamiclinkSupport1All.msi
    Updating media info for: {869E3432-BDAC-4211-B1DC-EC211962EEFA}, Effective: {869E3432-BDAC-4211-B1DC-EC211962EEFA}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFireworks10All\AdobeFireworks10All.msi
    Updating media info for: {87809DB4-F038-4C7B-9CA9-FFB6EAE6042F}, Effective: {87809DB4-F038-4C7B-9CA9-FFB6EAE6042F}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDefaultLanguage2-mul\AdobeDefaultLanguage2-mul.msi
    Updating media info for: {87C4EC3E-47F0-4287-A436-9ADA103E05E9}, Effective: {87C4EC3E-47F0-4287-A436-9ADA103E05E9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeXMPPanelsAll\AdobeXMPPanelsAll.msi
    Updating media info for: {88346284-C41C-101B-99A2-AAB2A0A1B87C}, Effective: {88346284-C41C-101B-99A2-AAB2A0A1B87C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-es_MX\AdobeInDesign6CommonLang-es_MX.msi
    Updating media info for: {8AD0C0B9-B397-45FE-89A3-D42F95F6E9EF}, Effective: {8AD0C0B9-B397-45FE-89A3-D42F95F6E9EF}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDeviceCentral2-mul\AdobeDeviceCentral2-mul.msi
    Updating media info for: {8B4C951B-F853-4B05-B892-9D5B3CD8AC98}, Effective: {8B4C951B-F853-4B05-B892-9D5B3CD8AC98}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFSettings9-ja_JP\AdobePDFSettings9-ja_JP.msi
    Updating media info for: {8C273902-BE22-429D-BEEF-C9FFABF18178}, Effective: {8C273902-BE22-429D-BEEF-C9FFABF18178}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-fr\AdobeFlash10-STI-fr.msi
    Updating media info for: {8EA01C93-7DA6-461D-A794-DF98C4268927}, Effective: {8EA01C93-7DA6-461D-A794-DF98C4268927}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-es_MX\AdobePhotoshop11-es_MX.msi
    Updating media info for: {94C6AEF4-BE0D-431B-B0A5-567E6B89E576}, Effective: {94C6AEF4-BE0D-431B-B0A5-567E6B89E576}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\aifsdk-win\aifsdk-win.msi
    Updating media info for: {98D81F21-D408-4431-B1CD-FD5F34F70DA0}, Effective: {98D81F21-D408-4431-B1CD-FD5F34F70DA0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeWinSoftLinguisticsPluginAll_x64\AdobeWinSoftLinguisticsPluginAll_x64.ms i
    Updating media info for: {9907B3BB-23CD-424E-B18F-A2E158D4B6D0}, Effective: {9907B3BB-23CD-424E-B18F-A2E158D4B6D0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeLinguisticsAll\AdobeLinguisticsAll.msi
    Updating media info for: {9C6EE72C-3B56-4218-8424-E763E2E0D286}, Effective: {9C6EE72C-3B56-4218-8424-E763E2E0D286}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10fr_CALanguagePack\AdobeFireworks10fr_CALanguagePack.msi
    Updating media info for: {9D0C6527-C1EC-4AFD-B446-4BC12C83C8EF}, Effective: {9D0C6527-C1EC-4AFD-B446-4BC12C83C8EF}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorEU_Recommended2-mul\AdobeColorEU_Recommended2-mul.msi
    Updating media info for: {9DFDAC02-972C-4A6A-9419-AD702DC40EC6}, Effective: {9DFDAC02-972C-4A6A-9419-AD702DC40EC6}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorCommonSetCMYK2-mul\AdobeColorCommonSetCMYK2-mul.msi
    Updating media info for: {9F299EC3-0FBB-4C64-80C8-66849A26CFBD}, Effective: {9F299EC3-0FBB-4C64-80C8-66849A26CFBD}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeLinguisticsAll_x64\AdobeLinguisticsAll_x64.msi
    Updating media info for: {A2240090-CA81-4762-82DC-EAFD1503FA3F}, Effective: {A2240090-CA81-4762-82DC-EAFD1503FA3F}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-others-ExtensionFL30\AdobeFlash10-others-ExtensionFL30.msi
    Updating media info for: {A286D8E4-3168-49EB-89B5-CF7D8DF8D985}, Effective: {A286D8E4-3168-49EB-89B5-CF7D8DF8D985}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-en_US\DeviceCentral2LP-en_US.msi
    Updating media info for: {A4EEE829-8B33-4609-874F-AD0CFD8D6AF0}, Effective: {A4EEE829-8B33-4609-874F-AD0CFD8D6AF0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-fr_CA\AdobePhotoshop11-fr_CA.msi
    Updating media info for: {A6148177-E733-4F44-8123-C7565DFA7819}, Effective: {A6148177-E733-4F44-8123-C7565DFA7819}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePhotoshop11-Core_x64\AdobePhotoshop11-Core_x64.msi
    Updating media info for: {A80B7019-16DF-42DB-BF83-B6B3452677A1}, Effective: {A80B7019-16DF-42DB-BF83-B6B3452677A1}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAMP-fr_FR\Installer.bat
    Updating media info for: {A9A71A55-3C8A-4DCD-8291-1F4B749627C9}, Effective: {A9A71A55-3C8A-4DCD-8291-1F4B749627C9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAUM6.0All\AdobeAUM6.0All.msi
    Updating media info for: {AA603BD2-D4CF-436C-BE8E-DC3E0C337734}, Effective: {AA603BD2-D4CF-436C-BE8E-DC3E0C337734}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-zh_TW\AdobeSGM3-zh_TW.msi
    Updating media info for: {AB8E4534-C573-4CC9-BA6A-76DD14055510}, Effective: {AB8E4534-C573-4CC9-BA6A-76DD14055510}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorCommonSetRGB2-mul\AdobeColorCommonSetRGB2-mul.msi
    Updating media info for: {AC76BA86-1028-0000-7760-000000000004}, Effective: {AC76BA86-1028-0000-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-zh_TW\AcroPro.msi
    Updating media info for: {AC76BA86-1029-4770-7760-000000000004}, Effective: {AC76BA86-1029-4770-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-cs_CZ\AcroPro.msi
    Updating media info for: {AC76BA86-1033-F400-7760-000000000004}, Effective: {AC76BA86-1033-F400-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-fr_FR\AcroPro.msi
    Updating media info for: {AC76BA86-1040-7D70-7760-000000000004}, Effective: {AC76BA86-1040-7D70-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-es_ES\AcroPro.msi
    Updating media info for: {AC76BA86-1041-0000-7760-000000000004}, Effective: {AC76BA86-1041-0000-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ja_JP\AcroPro.msi
    Updating media info for: {AC76BA86-1042-0000-7760-000000000004}, Effective: {AC76BA86-1042-0000-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ko_KR\AcroPro.msi
    Updating media info for: {AC76BA86-1048-8780-7760-000000000004}, Effective: {AC76BA86-1048-8780-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ru_RU\AcroPro.msi
    Updating media info for: {AC76BA86-1053-DF60-7760-000000000004}, Effective: {AC76BA86-1053-DF60-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-sv_SE\AcroPro.msi
    Updating media info for: {AC76BA86-2052-0000-7760-000000000004}, Effective: {AC76BA86-2052-0000-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-zh_CN\AcroPro.msi
    Updating media info for: {AEACF6C0-8690-48D1-A24

  • I am trying to download a free trial of photoshop for my macbook pro and it says there is an error and that the requirements for the new version is not supported for the mac I have. I have looked at the list of requirements but have no idea how to tell wh

    I am trying to download a free trial of photoshop for my macbook pro and it says there is an error and that the requirements for the new version is not supported for the mac I have. I have looked at the list of requirements but have no idea how to tell what I do and do not have?

    Apple Menu --> About this Mac.
    Mylenium

  • Hi, I am trying to install 4 Adobe apps onto a new iMac but Apps in Creative Cloud doesn't list any apps but says there is a download error and to contact customer support.

    Hi, I am trying to install 4 Adobe apps onto a new iMac but Apps in Creative Cloud doesn't list any apps but says there is a download error and to contact customer support.
    I can sign in fine with my username and password.
    Rick

    Hi daveforrestaid,
    Please refer to the threads below where this issue has been addressed:
    1. Creative Cloud "Download Error" message
    2. Creative Cloud - Download error - stubborn error
    Regards,
    Sheena

  • HT1848 I cannot authorize my computer, I'm having this error message The required file was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed." please hel

    cannot authorize my computer, I'm having this error message The required file was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed." please help me

    Doublechecking. In the course of your troubleshooting to date, have you worked through the instructions from the following document?
    iTunes: Missing folder or incorrect permissions may prevent authorization

Maybe you are looking for