JRE 5.0.10 - Applying a transform fails

Hi,
I've been trying to install JRE 5.0.10 (32bit Windows) with a transform to remove certain properties, specifically JAVAUPDATE, AUTOUPDATE, JU and WEBSTARTICON, for a corporate release. I've created the transform in ORCA and applied it with logging enabled - these indicate that the transform is being read correctly, but the end result always has the above properties set to 1 in the registry. I've even recompiled the .MSI in Installshield with the properties zeroed, with the same results. Can someone tell me what I'm missing?
Cheers
Nick

Hi Nick,
I'm experiencing the same issue. I posted a question at AppDeploy (see http://www.appdeploy.com/messageboards/tm.asp?m=22797). If/when I get a solution, I'll post it here.

Similar Messages

  • Configuring toplink.weaving="static": Cannot apply class transformer?

    All,
    I have managed to successfully run TopLink Essentials build 2.0_49 in JTA mode from within the web container of Sun Java System Application Server 8.1EE by providing appropriate implementations for ServerPlatform and TransactionController as described in Wonseok Kim's blog entry at:
    http://jroller.com/page/guruwons?entry=use_glassfish_java_persistence_provider
    My issue now is that - as I cannot use dynamic weaving based on the agent in this environment - I would like to configure static weaving.
    Using no weaving at all, my application deploys and runs fine, but when changing
    <property name="toplink.weaving" value="false" /> to
    <property name="toplink.weaving" value="static" />I receive the following exception and stack trace:
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cannot apply class transformer without LoadTimeWeaver specified
    Caused by: java.lang.IllegalStateException: Cannot apply class transformer without LoadTimeWeaver specified
            at org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo.addTransformer(SpringPersistenceUnitInfo.java:67)
            at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createContainerEntityManagerFactory(EntityManagerFactoryProvider.java:208)
            at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:218)
            at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:251)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1202)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1172)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:428)
            at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
            at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284)
            at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
            at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
            at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
            at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
            at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4010)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4522)
            at com.sun.enterprise.web.WebModule.start(WebModule.java:241)
            at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:827)
            at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:811)
            at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:646)
            at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1322)
            at com.sun.enterprise.web.HttpServiceWebContainer.loadWebModule(HttpServiceWebContainer.java:880)
            at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1038)
            at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:160)
            at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:246)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:918)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:905)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:427)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:139)
            at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:288)
            at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:155)
            at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:258)
            at com.sun.enterprise.deployment.phasing.StartPhase.runPhase(StartPhase.java:87)
            at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:71)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:639)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:361)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:396)
            at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:702)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:302)
            at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:357)
            at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
            at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
            at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
            at $Proxy1.invoke(Unknown Source)
            at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:272)
            at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:38)
            at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:92)
            at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:69)
            at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:94)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:264)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:178)
            at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:174)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:178)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
            at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:234)
            at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2143) My expectation was that when toplink.weaving is set to "static",
    EntityManagerFactoryProvider.createContainerEntityManagerFactory(EntityManagerFactoryProvider.java:208)should not call back into PersistenceUnitInfo to add a transformer, as none is needed at runtime any more...
    Is this an issue with Spring's JPA module or with TopLink Essentials?
    Thanks in advance & best regards,
    Andreas

    Citing from a mail by Tom Ware/Oracle:
    "There is likely a bug in the static weaving code that attempts to add the transformer even though it will not be used. The reason we have not discovered this issue until now is that in most situations the fact that that transformer gets added despite the fact that we are statically weaving just gets ignored and the application functions. In Spring, apparently that is not the case."
    So I have just created
    https://glassfish.dev.java.net/issues/show_bug.cgi?id=3146
    for this.issue.
    Thanks for your help with this, Tom!
    Best regards,
    Andreas

  • Transport of Transformation failed with RC= 12 and job: RDDEXECL cancelled in Target sytem

    Gurus,
    When i am importing the workbench request from dev to qty.
    I am getting error : Program terminated (job: RDDEXECL, no.: 22321300).
    Transformation contains only Endroutine.
    Job log:
    Job started
    Step 001 started (program RDDEXECL, variant , user ID DDIC)
    All DB buffers of application server xxxxxx were synchronized
    The internal session was terminated with the runtime error UNCAUGHT_EXCEPTION (see ST2
    Job cancelled.
    When i see the dump it is througing errror at the method of following class.
    CL_RSO_TLOGO_PERSISTENCY-CHECK_INITIALIZED
    Could you please help. Thanks in advance.
    Ashok

    Hi Ashok,
    In QA use program "RSTRAN_ROUT_RSFO_CHECK" to check and remove any inconsistencies for the transformations. After that again transport those transformations in new TR and import in QA.
    Also you have to search "Transport of Transformation failed with RC= 12 and job: RDDEXECL canceled in Target system" by Dinesh Tiwari.
    Check the reply of Fun Sébastien in http://scn.sap.com/message/13795238#13795238.

  • The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppres

    I am looking at an issue with users not getting specific group policies. 
    After searching a number of client computers I found that the following error
    The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppressed.
    I can find the folder in the Sysvol folder on all of the domain controllers. 
    The issue with end users seems to be that the proxy settings for internet explorer is not being applied. 
    Potential problems?
    one folder in sysvol entry is empty 
    \\<server>\SYSVOL\<domain.name>\Policies\{E03166E7-A848-48B5-AA93-97B848AA9C13}\User\microsoft\IEAK\LOCK
    or is this our issue
    The old method of configuring proxy settings  to Internet Explorer 9 has changed?
    https://support2.microsoft.com/kb/2530309?wa=wsignin1.0 
    http://thommck.wordpress.com/2013/11/08/the-new-way-to-configure-internet-explorer-proxy-settings-with-group-policy/

    Hi all 
    In administering this policy I am a little confused. 
    We have a policy that distributes proxy settings in the internet explorer maintenance settings section - however when opening this policy up in GPO editor the internet explorer maintenance section is not present.
    I plan to apply the settings via User/preferences/control panel settings/ internet settings (or registry settings from article) however I am unable to edit the settings for internet explorer maintenance and these will persist. Ideas????

  • Date format in Apply SQL Transformation

    I'm trying to read data from an Azure SQL database to an ML Studio experiment and do a SQL transformation on it. 
    The data has a DateTime column in the following format: YYYY-MM-DDTHH:MM:SS.SSS, but as it gets passed to the Apply SQL Transformation module it somehow changes into the 12-hour format: DD/MM/YYYY HH:MM:SSAM/PM
    This means that I cannot use the strftime()-function in the SQL module. Any way to get around this?

    We're working on fixing the DateTime handling in SQL module. Meanwhile you can try the following workaround:
    1) Before using Apply SQL module, convert dates into strings with format “yyyy-mm-dd” that SQLite can parse.
    2) Use SQLite date() function to convert those strings back to dates
    The step 1) can be accomplished using Execute Python module (here “DateTime” is the name of column with dates), for example:
    import datetime as dt
    import pandas as pd
    def azureml_main(dataframe1 = None, dataframe2 = None):
        c= dataframe1['DateTime']
        cs = []
        for elem in c:
            cs.append(str(dt.date.fromtimestamp(elem)))
        return pd.DataFrame({"DateTime":cs}),
    The SQL script in step 2 would look like, for example:
    select * from t1 where date(t1."DateTime") < "2005-07-25" ;

  • JavaFX - applying rotation transformation - preserving transformation state before changing rotation parameters

    Hi folks, let me ask you for a help with my animation experiments.
    case:
    - ball (sphere) is moving and rotating in one direction around RotationAxis1. Rotate transform is set on the object, rotating ball by setting rotation.setAngle(angle1)
    - ball hits a wall
    - rotation axes changes, now the ball rotates around RotationAxis2, new rotation for this axis starts at angle2=0
    issue:
    what i basically need is to preserve (save/apply) rotation transformation to the object, before changing axis and angle to new values, otherwise I am getting ugly change in the object rotation
    If there would be object.rotateBy() and it would preserve it's state, I would not have such problem, as I could call
    object.rotateBy(angle); object.setRotationAxis(...), object.rotateBy(newAngle);
    Following piece of code works for me, it preserves current rotation state, just as it would keep creating new objects and adding transformations, this can't really be used in a real scenario:
            getTransforms().add(rotate);
        private void resetRotation() {
            rotate = new Rotate(0, 0, 0, 0, new Point3D( motion.dy, -motion.dx, 0));
            getTransforms().add(rotate); //keeps current rotation state and starts a new rotation
            //TODO: IT WORKS BUT IT WOULD CASE MEMORY AND PERFORMANCE LEAK  - FIX IS NEEDED!
    what I am looking for is something like:
        private void resetRotation() {
            getTransforms().remove(rotate);
            applyTransformation(rotate);     //can not find anything like this
            rotate = new Rotate(0, 0, 0, 0, new Point3D( motion.dy, -motion.dx, 0));
            getTransforms().add(rotate); //keeps current rotation state and starts a new rotation
    Any hint ?
    Thanks!

    Use a concatenation:Rotate (JavaFX 8.0)

  • Scheduled process 'iOS Apply Policies' completed failed!

    Hi,
    Getting an error "Scheduled process 'iOS Apply Policies' completed failed!" in Afaria Server.
    every day @ 12.00.00 AM.
    kindly help me to solve the same.
    Thanks,
    Boopalan M

    If you're in a multi-tenant environment make sure that the different schedules don't overlap.
    TenantA's Apply Policies schedule MUST be finished before TenantB's Apply Policies schedule will start. It's a bug and I hope it will be fixed in or before SP5 :-)
    BR
    Peter

  • Applying Inline Transformation

    Hello,
    I have a custom XSL which generates a CSV out of XML in a specific format. If I use it in BLS and save the file on hard drive, it works fine but it never works if i apply it for a query as an Inline transformation. There is no error thrown also. The output of Inline transformation is always as if i have not applied the transformation at all. There is no input parameter required by XSL.
    If i apply it on a static XML using "xml-stylesheet" then also it works fine.
    Is there any change in XSL to make it work as an Inline Transformation?
    Regards,
    Yogendra Sharma

    Hi,
        You can not transform XML output of Query Templates to CSV by Inline Transformation.
    but you can test by this URL.
    http://<servername>/Lighthammer/Illuminator/IllumXSLTServlet?URL=<XML doc OR URL reference>&Transform=<XSLReference>
    Cheers
    Dhanabal T
    Edited by: Dhanabal Thangavel on Feb 22, 2008 7:14 AM

  • Apply Operating System Failed

    Environment: SCCM 2012 R2 CU3
    Background:
    Prestaged image was applied to machine. The prestaged image was created based on our old TS which only contains winpe boot image and the windows 7 operating system. WINPE v4.0 was still used in this prestaged image. We recently updated our TS with WINPE
    v5.1(we did not create a new prestage image) in order to accommodate the installation of SCCM client R2 CU3 during the build.
    Build Process:
    Powered on the machine and boot to the hard disk(since prestaged image was already applied to the machine). After selecting our TS, it starts to download the WINPE v5.1 and then asks for a reboot. After the reboot, it starts to apply the operating
    system but will fail afterwards. Snippet of the error in smsts.log can be found below.
    What we have noticed:
    If we don't change the boot image of the TS to WINPE v5.1 and still use WINPE v4.0, we don't encounter the error. The only time we encounter the error is when we change the boot image of the TS to WINPE v5.1. Note that I can ping the FQDN of the Primary
    server and the dp when using WINPE v5.1
    Snippet of the Error:
    DownloadOnDemand flag is true. Attempting to download content locally for Package ABC003CA. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Locations: Multicast = 0, HTTP = 1, SMB = 1. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Package Flags: 0x08000081 ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Trying http://sccm01.contoso.net/SMS_DP_SMSPKG$/ABC003CA. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    GetDirectoryListing() entered ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    No credential information in environment. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Initializing HTTP transport. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Setting URL = http://sccm01.contoso.net/SMS_DP_SMSPKG$/ABC003CA. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
       Address=http://sccm01.contoso.net, Scheme=http, Object=/SMS_DP_SMSPKG$/ABC003CA, Port=80. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Setting Authenticator. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Set authenticator in transport ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    CLibSMSMessageWinHttpTransport::Send: URL: sccm01.contoso.net:80  PROPFIND /SMS_DP_SMSPKG$/ABC003CA ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    401 - Unsuccessful with anonymous access. Retrying with context credentials. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Using thread token for request ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    401 - Unsuccessful with context credentials. Retrying with supplied credentials. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Network access account credentials not supplied. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    401 - Unsuccessful on all retries. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    SendResourceRequest() failed. 80190191 ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    SendResourceRequest(), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\downloadcontent.cpp,516) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    oDavRequest.GetDirectoryListing (setDirs, setFiles), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,2516) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Download() failed. 80190191. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Trying \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2\. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    nPos != CCM::Utility::String::npos, HRESULT=80004005 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,238) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Creating a connection to
    \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2\ with default account ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Connection request for "\\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2" ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    No credentials available for connecting to "\\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2". See whether the share has already been connected. ApplyOperatingSystem 1/28/2015
    11:17:21 AM 1936 (0x0790)
    Connecting to "sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2" ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Unsuccessful in connecting to
    \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2. Invalid username or password. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    reconnect(), HRESULT=80070005 (e:\qfe\nts\sms\framework\tscore\tsconnection.cpp,129) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    connect(pszPath, pszAccount, pszPassword, L"", uFlags), HRESULT=80070005 (e:\qfe\nts\sms\framework\tscore\tsconnection.cpp,148) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Unsuccessful in connecting to or accessing
    \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2\ with default account. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    No credential information in environment. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Creating a connection to the share
    \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2\ with network access account ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Failed to access the share
    \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2\ with network access account ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    DownloadContentAndVerifyHash() failed. 80070002. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    DownloadContentAndVerifyHash ( pszPackageID, L"SMSPackage", saHttpContentSources, saSMBContentSources, saMulticastContentSources, sDestination, dwFlags, L"", 0, dwPackageFlags, mapNetworkAccess ), HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,3052) ApplyOperatingSystem 1/28/2015
    11:17:21 AM 1936 (0x0790)
    DownloadContentLocally (pszSource, sSourceDirectory, dwFlags, hUserToken, mapNetworkAccess), HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,3273) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    TS::Utility::ResolveSource(configPackageID, packagePath), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installcommon.cpp,958) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Failed to resolve source for configuration file package ABC003CA (80070002) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    ReleaseSource() for C:\_SMSTaskSequence\Packages\ABC003CA. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    The user tries to release a source directory C:\_SMSTaskSequence\Packages\ABC003CA that is either already released or we have not connected to it. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    CopyConfigFile( this->configPackageID, this->configFileName, this->configFilePath ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,874) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    InitConfigFile(), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1852) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Configure(), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,2028) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Installation of prestaged media image failed to complete..
    The system cannot find the file specified. (Error: 80070002; Source: Windows) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    installer.install(), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,2094) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    InstallImage( g_InstallPackageID, g_ImageIndex, targetVolume, ImageType_OS, g_ConfigPackageID, g_ConfigFileName, bOEMMedia, g_RunFromNet ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\applyos.cpp,509) ApplyOperatingSystem 1/28/2015
    11:17:21 AM 1936 (0x0790)
    Process completed with exit code 2147942402 TSManager 1/28/2015 11:17:21 AM 1840 (0x0730)

    WINPE v5.1 is not supported and does not work, are you sure you are using it and not PE 5.0? Note that the ADK for Win 8.1 Update does *not* create WinPE 5.1 boot images, it creates WinPE 5.0 boot image that you can then modify to be WinPE 5.1 by injecting
    the appropriate updates.
    The above log file clearly shows authentication issues and calls out the fact that no Network Access Account is set.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Business Rule Design Transformer fails with ORA-00001

    I'm stuck with the Business Rule Design Transformer Utility of Headstart. After running this utility over one BR it is impossible to run it over other BR's because of violation of the unique constraint HST65.QMS_MSP_PK (table QMS_MESSAGE_PROPERTIES). The problem is that the utility tries to insert a record (message, specified in the Notes property of Designer) into QMS_MESSAGE_PROPERTIES with the code "ABI-10000", that was already created by running the utility for the first time.
    Exact error message: "Activity aborted with ORACLE internal errors.
    -1 ORA-00001: unique constraint (HST65.QMS_MSP_PK) violated"
    I'm using Designer 6i (6.5.52.1.0) and Headstart 6.5.1.3
    If someone has any clue about this I would be very grateful
    Cheers,
    Dimce

    Jan,
    The name of the business rule is already in the CONSTRAINT_NAME of the QMS_MESSAGE_PROPERTIES table.
    I already tested by deleting the records in the two tables, QMS_MESSAGE_PROPERTIES and QMS_MESSAGE_TEXT, and ran the utility, but it didn't help either. I can run the utility for one rule, but when I want to run it again at some later point, it fails with this error.
    But, I managed to create rule definitions using the HSU Create Business Rule Design Definition, rule by rule. I only had to add references in the business rule to the used module.
    Dimce

  • How To Apply Similar Transformation Of One Layer To Another Without Duplicating?

    Hey there guys,
    This is my first post.
    I'm also new to Adobe Photoshop as well . I have a sample 3d eCover and I want to fit an image over the front part. However, I'm having a hard time transformating my image to perfectly the front layer. Is there any option to apply the same transformation of my front cover layer to my image?
    Additional infos:
    1. The front cover layer of the 3D eCover is not yet merged with the other layers. So, I can still edit it.
    2. I'm using Adobe Photoshop CS6.
    Thank you.

    Convert the untransformed image layer (or a duplicate of it) to Smart Object then use Edit > Transform > Distort to align the SO with the sample.
    The SO is not necessary but it has several benefits:
    Multiple transform sessions will not increasingly degrade the appearance.
    Each time you initiate a transform session, handles will be attached to the corners and edges of the SO instead of an axis-aligned bounding rectangle.
    It can be a template into which you load alternative images to instantly transform them.

  • Installing JRE 1.6 Update 2 makes IE fail to run

    We moved up to 1.6.0_02 for an intranet app yesterday. We use the <OBJECT> tag within the html page to reference the install media which is on our AppServer.
    For about 50% of the users who installed 1.6.0_02 using the applet, once they've installed it IE 6 will fail to start up after installing 1.6.0_02. IE fails silently with no indication what the problem is.
    If they then use Control Panel to Remove 1.6.0_02 JRE, then IE will start up again.
    Some users were able to use the Advanced Tab on Internet options to "Reset Defaults" and be able to run IE after installing 1.6.0_02.
    For others we had to remove all previous versions of 1.6 and then repeat the install of 1.6.0_02 - then they were able to start IE.
    Has anyone seen anything similar to this? Is anyone else using 1.6 Update 2?

    This is a 'known problem'. A new build of 6u2, JRE/JDK 6 update 2, has been released to java.sun.com, on 7/12/2007, around 5pm Pacific Time. It is build 06, the java -version string will look like 1.6.0_02-b06.
    Our testing has shown that the new build fixes the IE problem. We would appreciate it if you download the from java.sun.com and verify that it does fix the problem.
    Some simple steps that we have been using in our tests:
    - Do not change your system. Do not uninstall 6u2, or any other release.
    - Install the bundle (select Reinstall)
    - After Install, close and restart IE (IE should launch and stay up)
    - Once you get to that step, launch your favorite Java App
    Thank you,
    Roger
    Sun Microsystems
    The bug ID for this IE problem is 6578549, and can be viewed at this link.
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6578549
    Message was edited by:
    rogerl

  • XSLT transformation failed

    Hi ,
    I have the following transformation and the input xml as below.
    When i test it in jdeveloper , it's giving "Unable transform,source XML is null".
    On the traget XML , there is no data and the error is " Document has no root element ,start of root element expected".
    Please revert back if someone has solution.
    XSL
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
    <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
    <mapSources>
    <source type="WSDL">
    <schema location="AdCampaignBilling_adCampaignBillingRS.wsdl"/>
    <rootElement name="ListOfMeruCampaignRevenueIntegrationIo" namespace="http://www.siebel.com/xml/MERUCampaignBilling"/>
    </source>
    </mapSources>
    <mapTargets>
    <target type="WSDL">
    <schema location="updateOracleCampaignBilling_DBAdp.wsdl"/>
    <rootElement name="XmeruArCampaignBillingCollection" namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/updateOracleCampaignBillingDBAdp"/>
    </target>
    </mapTargets>
    <!-- GENERATED BY ORACLE XSL MAPPER 10.1.3.4.0(build 080718.0645) AT [FRI JAN 08 19:01:11 IST 2010]. -->
    ?>
    <xsl:stylesheet version="1.0"
    xmlns:inp1="http://www.siebel.com/xml/MERUCampaignBilling"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:pc="http://xmlns.oracle.com/pcbpel/"
    xmlns:tns="http://oracle.com/esb/namespaces/AdCampaignBilling"
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/db/updateOracleCampaignBilling_DBAdp/"
    xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
    xmlns:top="http://xmlns.oracle.com/pcbpel/adapter/db/top/updateOracleCampaignBillingDBAdp"
    xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
    xmlns:ns0="http://www.w3.org/2001/XMLSchema"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
    xmlns:odate="http://www.oracle.com/XSL/Transform/java/meru.com.dateconversion.OracleDateConversion"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:hdr="http://xmlns.oracle.com/pcbpel/adapter/db/"
    exclude-result-prefixes="xsl inp1 tns ns0 plt pc ns1 top jca hdr bpws ehdr hwf xp20 xref odate ora ids orcl">
    <xsl:template match="/">
    <top:XmeruArCampaignBillingCollection>
    <xsl:for-each select="/inp1:ListOfMeruCampaignRevenueIntegrationIo/inp1:Campaign/inp1:ListOfRevenue/inp1:Revenue">
    <top:XmeruArCampaignBilling>
    <top:corporateOperatingUnit>
    <xsl:text disable-output-escaping="no">Corporate</xsl:text>
    </top:corporateOperatingUnit>
    <top:roNumber>
    <xsl:value-of select="../../inp1:MERUReleaseOrderNumber"/>
    </top:roNumber>
    <xsl:choose>
    <xsl:when ISParent='"../../inp1:ISParent" = "true"'>
    <top:customerName>
    <xsl:value-of select="../../inp1:MERUParentAccount"/>
    </top:customerName>
    </xsl:when>
    <xsl:when ISParent='"../../inp1:ISParent" = "false"'>
    <top:customerName>
    <xsl:value-of select="../../inp1:MERUAccount"/>
    </top:customerName>
    </xsl:when>
    </xsl:choose>
    <!-- Following have been removed
    <top:customerName>
    <xsl:value-of select="../../inp1:MERUAccount"/>
    </top:customerName>
    Above been removed -->
    <top:quantity>
    <xsl:value-of select="inp1:MERUBillingDays"/>
    </top:quantity>
    <top:vehicleNumber>
    <xsl:value-of select="inp1:VIN"/>
    </top:vehicleNumber>
    <!--
    <top:billingEndDate>
    <xsl:value-of select='xp20:format-dateTime(concat(substring(inp1:MERUBillingEnd,7.0,4.0),"-",substring(inp1:MERUBillingEnd,1.0,2.0),"-",substring(inp1:MERUBillingEnd,4.0,2.0)),"[Y0001]-[M01]-[D01]T[H01]:[m01]:[s01]")'/>
    </top:billingEndDate>
    -->
    <top:unitPrice>
    <xsl:value-of select="inp1:Price"/>
    </top:unitPrice>
    <top:amount>
    <xsl:value-of select="inp1:Revenue2"/>
    </top:amount>
    <top:productName>
    <xsl:value-of select="inp1:Product"/>
    </top:productName>
    <top:corporateId>
    <xsl:value-of select="../../inp1:MERUCorporateId"/>
    </top:corporateId>
    <top:billRefNo>
    <xsl:value-of select="inp1:BillRefNo"/>
    </top:billRefNo>
    <!--
    <top:billingStartDate>
    <xsl:value-of select='xp20:format-dateTime(concat(substring(inp1:Date,7.0,4.0),"-",substring(inp1:Date,1.0,2.0),"-",substring(inp1:Date,4.0,2.0)),"[Y0001]-[M01]-[D01]T[H01]:[m01]:[s01]")'/>
    </top:billingStartDate>
    -->
    <top:status>
    <xsl:text disable-output-escaping="no">N</xsl:text>
    </top:status>
    <!-- Following have been added -->
    <xsl:choose>
    <xsl:when ISParent='"../../inp1:ISParent" = "true"'>
    <top:meruAccountNumber>
    <xsl:value-of select="../../inp1:MERUParentAccountNumber"/>
    </top:meruAccountNumber>
    </xsl:when>
    <xsl:when ISParent='"../../inp1:ISParent" = "false"'>
    <top:meruAccountNumber>
    <xsl:value-of select="../../inp1:MERUAccountNumber"/>
    </top:meruAccountNumber>
    </xsl:when>
    </xsl:choose>
    <xsl:choose>
    <xsl:when ISParent='"../../inp1:ISParent" = "true"'>
    <top:siebelRowId>
    <xsl:value-of select="../../inp1:MERUParentAccountId"/>
    </top:siebelRowId>
    </xsl:when>
    <xsl:when ISParent='"../../inp1:ISParent" = "false"'>
    <top:siebelRowId>
    <xsl:value-of select="../../inp1:MERUAccountId"/>
    </top:siebelRowId>
    </xsl:when>
    </xsl:choose>
    <!-- Above has been added -->
    <!-- Following have been removed
    <top:meruAccountNumber>
    <xsl:value-of select="../../inp1:MERUAccountNumber"/>
    </top:meruAccountNumber>
    <top:siebelRowId>
    <xsl:value-of select="../../inp1:MERUAccountId"/>
    </top:siebelRowId>
    Above been removed -->
    <top:description>
    <xsl:value-of select="../../inp1:Objective"/>
    </top:description>
    </top:XmeruArCampaignBilling>
    </xsl:for-each>
    </top:XmeruArCampaignBillingCollection>
    </xsl:template>
    </xsl:stylesheet>
    INPUT XML for Test
    <?xml version="1.0" encoding="UTF-8" ?>
    <ListOfMeruCampaignRevenueIntegrationIo xmlns="http://www.siebel.com/xml/MERUCampaignBilling">
    <Campaign>
    <ListOfRevenue>
    <Revenue>
    <MERUBillingDays>30</MERUBillingDays>
    <MERUBillingEnd>03/27/2011</MERUBillingEnd>
    <Price>750</Price>
    <Revenue2>500</Revenue2>
    <VIN>MH02WA8975</VIN>
    <Product>EB Doors</Product>
    <Date>02/26/2011</Date>
    <BillRefNo>121-02262011</BillRefNo>
    </Revenue>
    <Revenue>
    <MERUBillingDays>40</MERUBillingDays>
    <MERUBillingEnd>06/28/2011</MERUBillingEnd>
    <Price>800</Price>
    <Revenue2>300</Revenue2>
    <VIN>MH06FA8978</VIN>
    <Product>EB Doors</Product>
    <Date>04/29/201</Date>
    <BillRefNo>121-02262011</BillRefNo>
    </Revenue>
    </ListOfRevenue>
    <ISParent>true</ISParent>
    <MERUParentAccount>VVF Limite</MERUParentAccount>
    <MERUParentAccountId>1-MIQQO</MERUParentAccountId>
    <MERUParentAccountNumber>1-37826016</MERUParentAccountNumber>
    <MERUAccount>VVF Limited</MERUAccount>
    <MERUReleaseOrderNumber>121</MERUReleaseOrderNumber>
    <PrimaryOrganization>Mumbai</PrimaryOrganization>
    <MERUCorporateId>232</MERUCorporateId>
    <MERUAccountId>1-MIQQO</MERUAccountId>
    <MERUAccountNumber>1-37826016</MERUAccountNumber>
    <MERUBillingPeriodEndDate>06/28/2011</MERUBillingPeriodEndDate>
    <Objective>236</Objective>
    </Campaign>
    </ListOfMeruCampaignRevenueIntegrationIo>

    There was problem with the <XSL:when> syntax , i was using ISParent which is wrong.
    U have to use test.
    Also no double quetion required ("") in xsl <xsl:when ISParent='*"*../../inp1:ISParent*"* = "true"'>
    <xsl:choose>
    <xsl:when ISParent='"../../inp1:ISParent" = "true"'>
    <top:meruAccountNumber>
    <xsl:value-of select="../../inp1:MERUParentAccountNumber"/>
    </top:meruAccountNumber>
    </xsl:when>
    <xsl:when ISParent='"../../inp1:ISParent" = "false"'>
    <top:meruAccountNumber>
    <xsl:value-of select="../../inp1:MERUAccountNumber"/>
    </top:meruAccountNumber>
    </xsl:when>
    </xsl:choose>

  • Custom transform fails

    I'm creating a custom transformation by implementing oracle.oai.agent.server.transform.Transformable and reading in the .tdf file in IStudio. The contents of the .tdf file is:
    name=ConcatStringsAdvanced
    package=mypackage
    class=ConcatStringsAdvanced
    description=Concats two strings, but leaves out space if second string is empty
    number types=1
    param0 name=Delimiter
    param0 option=.
    my implementation is (I've only included the important part:
    package mypackage;
    import ...
    public class ConcatStringsAdvanced implements Transformable
    public Vector transform (Vector objects,
    Vector params,
    MessageObject sourceMessageObject,
    MessageObject destinationMessageObject) {
    //implementation is here
    I've included the jar file containing my implementation in the classpath of the adapter. When I try to run it, the adapter throws a ClassNotFoundException. If I do not include a package name in the tdf file and change the implementation and jar-file accordingly, it works perfectly. Any suggestions as to what the error can be.

    Be careful with the Option key in transformation shortcuts -- it also means duplicate when held down and transforming. Change the shortcut to Command-Control-R and you'll be OK.
    Also, Option-R is the ® character, so by assigning it to a shortcut you're using a slot that's usually used for a keystroke -- although perhaps you already knew that.
    Dave

  • How to scale animation? (or apply scale transforms?)

    Hi,
    I made a flash game in 640x480 pixels resolution with lots of skeletal animation and bitmap-graphics. Now I want to recreate the very same game for 1024x768. Graphicwise this is no problem, since I've drawn the graphics in a much higher resolution anyway. But I have problems figuring out how to scale all the animations (tweens) I did in the Flash IDE. Needless to say I can scale each MovieClip to 160%, so they have the right size. But then the MovieClips graphical pieces look pixelated, so I would like to replace those pieces with their higher resoluted equivalents. However, if I do so the higher-resoluted-equivalents are, of course, in turn scaled to 160% as well, so they end up far too big. What I am looking for at this point is a way to apply the scale to the MovieClip as well as its contents. Is there a way to do this? And if not, how would you go at scaling animations / tweens to higher resolutions inside the Flash IDE?
    Or do I have to recreate all animations? (That would be a lot)
    By the way, the animations are to be read by the DragonBones-plugin directly inside the Flash IDE (it creates a texture-atlas and xml-files out of the movieclips), so affecting things with Actionscript is no option.
    Best regards

    I also would recommend using a tool like the above mentioned. The process will otherwise require exactly what you don't want to do, replace each piece individually with adjustments.
    There is some JSFL code that can help here but honestly learning a new language just to solve this one short case issue isn't really advisable.
    It might be a good time to consider Stage3D however. While this is an even larger leap than re-importing and aligning all assets, the performance boost would be so amazing it would be well worth your time. 2D sponsored engines like Starling have a texture scale during import that can help here as it seems based on your desired resolution that mobile is or may be important.

Maybe you are looking for

  • Mini Display Port to VGA adapter + Monitor Eizo s2231W = CRASH

    I purchased a new macbook pro last month with 2 adapters, one for VGA the other for DVI. I'm having some trouble with the Mini-DVI to VGA adapter. The Mini Display Port to DVI adapter works well. When I attach the VGA adapter to the monitor it works

  • Safari 5.1.7 (6534.57.2) is taking a long time to open

    For the past week or so, I've been having difficulties with my Safari browser opening in a timely manner.  It takes at least 30 seconds to one minute to load.  I've looked on different forums and people mention deleting com.apple.Safari.plist or upda

  • Blue screen error code 0x00000050 and 0x0000000a on T430 (234234U)

    Hi, I have a new T430 and it crashes with a bluescreen 0x00000050 and 0x0000000a, I have been having this issue intermittently. I've already checked the memory and hard drives with the: linux-bootable-cd-16.iso, with no problems. I tried to use the r

  • My App Store does not work, please help

    When I click on the app I would like to purchase or download On the App Store it does not give me the option to actually download it, I'm not great with macs any answer Is aprreciated

  • PSE8 and Windows 7 Bugs Confirmed by Adobe

    After spending over an hour with tech support, the second level technician confirmed that there are currently some incompatibilities with PSE 8 when interacting with other programs inside of Windows 7. Specifically, I have identified (and Adobe confi