Unable to register ta_flash_lib.dll & ta_programmi...

I'm trying to distribute Nokia Suite by SCCM on a corporate network.
Some computers have an issue when installing.
The errors that show up are (MSI Log)
MSI (s) (B8:38) [13:33:32:291]: Executing op: RegSelfReg(File=ta_flash_lib.dll,FileID=ta_flash_lib.dll.D321D6CC_DBBE_4AC3_8DBD_DFF82BB39BDC)
MSI (s) (B8:38) [13:33:32:491]: Transforming table Error.
CustomAction +ta_flash_lib.dll.D321D6CC_DBBE_4AC3_8DBD_DFF82BB39BDC returned actual error code -2147024770 (note this may not be 100% accurate if translation happened inside sandbox)
If I click ignore, the same issue happens with ta_programmingdevice_lib.dll.
Since this issue only occur on some computers and not all, I would think my custom Transform file for Nokia_Suite.msi is a-ok and the issue lies elsewhere. However, I will try to describe my distribution method as clearly as possible as well as modifications done to the package.
The Nokia Suite exe file was extracted with /U=Nokia
Changes to the transform file with Wise Package Studio 8:
Based on 1044.mst
Added reg key to product:
[HKEY_LOCAL_MACHINE\Software\Nokia\Nokia Suite\{55C272E5-541F-406b-A458-5149CB9715FB}]
"Nos2DownloadAutomatically"="false"
This was added to remove the auto update of the software
Property DESKTOPICON changed from 1 to 0 to remove desktop icon.
The installation sequence in the task sequence is as follow:
Visual C 8
Visual C 9
Visual C 10
Nokia Connectivity Cable Driver
Nokia PC Connectivity Solution
Nokia Suite
The Nokia Suite package is installed with the following command:
msiexec.exe /i Nokia_Suite.msi TRANSFORMS=1044_mod.mst /qb!-
The rest is installed with msiexec.exe /i MSIFILE.msi /qb!-
The target computers are Windows 7 Enterprise with Service Pack 1.
Since the cellphone models are irrelevant to this case, I've opted to not include any spesifics here. But since this is a corporate environment it ranges from Symbian devices to Windows Phone 7.5 devices. All installations have been performed while the cellphone is disconnected from the target computer.
Please advice on some dependencies that migth be missing or a workaround.
Solved!
Go to Solution.

Thanks for the reply anttih.
I checked with Dependency Walker on both a computer that had a successful install and a computer which failed.
Both reported the only module that had an issue with ta_flash_lib.dll to be IEShims.dll, so I don't think this is the case either.
I tried to manually register the ta_flash_lib.dll on the failed and success computer, and it went well for the latter, but not for the former.
I copied the DLL's from a working computer to a failed and tried to register them (to ensure no file corruption) but I'm getting the same result.
Using the following command: regsvr32 ta_flash_lib.dll & regsvr32 ta_programmingdevice_lib.dll

Similar Messages

  • Unable to register the SAP JAVA CONNECTOR sapjco3.dll file

    HI
    I'm trying to intergrate BO and BW using SAP BO Integration kit, and following the manual at http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/a00ee3b2-5283-2b10-f1bf-8c6413e0898f&overridelayout=true
    But first i must install the SAP Java Connector, I have downloaded them from https://websmp107.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000719346&.
    My server is a WMvare win 2008.service pack 2.
    My problem is that i'm unable to register the sapjco3.dll file.
    I'm runnning the comand regsvr32 "C:windowssyswow64sapjco3.dll
    but I only get the error message "The module "sapjco3.dll" was loaded but the entry-point DllRegisterServer was not found. Make sure that "sapjco3.dll" is a valid DLL or OCX file ant try again"
    I hav tried both the 64 bit and the 32 bit version of the dll. same error.
    the dll version is 7110.34.16.7531
    Any ideas
    Thanks

    Hi Pal,
    you need to use the Java Connector v 2.1.8 and there is no need to register the DLL.
    ingo

  • Unable to register DLL

    I am using JDK/JRE 1.4.2_08 on Windows XP Professional Version 2002, SP1. I have Visual C++ 6.0 on my system. I upgraded to SP6.
    j: is a substituted drive mapped to c:\dev0p.
    I create the jar and dll files. I issue the following commands:
    cd j:\java\classes\bin
    regsvr32 ImageViewerBean.dll
    I get this message:
    DllRegisterServer in ImageViewerBean.dll failed.
    Return code was: 0x80004005
    The .jar file is in j:\java\classes\lib and the .dll was created in j:\java\classes\bin.
    Putting the full path (c:\windows\system32) for the regsvr32 cmmand made no difference.
    Any ideas what this error means and what can I do to register my dll?
    I created the dll using the packager by the following commands:
    set classpath=j:\java\classes;j:\tools\jar\station.jar;j:\tools\jar\jgl3.1.0.jar;..\jre\lib\rt.jar;..\jre\lib\jaws.jar;
    call "c:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT"
    packager -out j:\java\classes\bin j:\java\classes\lib\ImageViewerBean.jar com.adachcis.IApplications.Cedara.ImageViewerBean
    This is the output from the commands. The ImageViewerBean.dll was created in the j:\java\classes\bin directory.
    C:\dev0p\java\build>set classpath=j:\java\classes;j:\tools\jar\station.jar;j:\tools\jar\jgl3.1.0.jar;..\jre\lib\rt.jar;..\jre\lib\jaws.jar;
    C:\dev0p\java\build>call "c:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT"
    Setting environment for using Microsoft Visual C++ tools.
    Processing C:\DOCUME~1\es9527\LOCALS~1\Temp\\ImageViewerBean.idl
    Processing C:\PROGRA~1\MICROS~3\VC98\INCLUDE\oaidl.idl
    Processing C:\PROGRA~1\MICROS~3\VC98\INCLUDE\objidl.idl
    Processing C:\PROGRA~1\MICROS~3\VC98\INCLUDE\unknwn.idl
    Processing C:\PROGRA~1\MICROS~3\VC98\INCLUDE\wtypes.idl

    As I understand the instructions, you only have to have the axbridge\bin directory if you don't specify a -out parameter. From the instructions I've read (http://java.sun.com/j2se/1.4.2/docs/guide/beans/axbridge/developerguide/index.html), you should be able to specify a -out then go to that directory and run regsvr32 <bean name>.dll to register the dll.
    I did, in fact, create the axbridge\bin directory, specified it as the -out and used the -reg option and it did register my bean. I just now need to figure out how to create a file for my clients to use to register the bean once it's been deployed.
    My latest VM is 1.4.2_08 so it should be using that one. Is there a way I can determine which VM is being used?
    Thanks for the reply.

  • Unable to register lenovo extended warranty service pack

    I purchased a new lenovo laptop essential G510 on 16 march 2014 online from flipkart.com.
    I also got free extended warranty with this laptop purchase but I am unable to register the warranty pack as per guidelines given in the brochure.none of the link given in the brocure are working nor the toll free number( 180030029929 ) given can be contacted.
    On calling lenovo customer care on 1800-3000-5366 for ideapad user they are unable to resolve the issue or moreover unable to understand the issue .
    The service pack  has a model number (0C07942) and has written on it ideapad U/Y/Z/G :1 yr onsite -3/3/1  and inside it I have a offering number and an authorization number. 
    i have also mailed all my details to [email protected] with no reply from them for a month now.
    can anybody help me please on how to register this service pack because I paid 4000 for this to flipkart and now it seems like  waste without the registration 

    Hi Pal,
    you need to use the Java Connector v 2.1.8 and there is no need to register the DLL.
    ingo

  • I have two issues. 1) unable to update Acrobat XI Pro and 2) unable to register product

    First issue: I have for the second time installed Acrobat xi pro and then click on "check for updates" from the help menu. And it shows that an update is available. But when I update it I am given the following error message:
    Error 1328. Error applying patch to file C:\Config.Msi\PT669B.tmp. It has probably been updated by other means, and can no longer be modified by this patch. For more information contact your patch vendor."
    When I click on "details" I am sent to adobe's "update error" page. Which states the following for error 1328: Error applying patch to [filename]. It's likely that something else updated the file, and the patch can't modify it. For more information, contact your patch vendor.
    I have tried uninstalling program and re-installing program but still get same error message from my attempt at updating. So I am not sure if program is update or not. And I do not know who my "patch vendor" is.
    Second issue: Unable to register product with Adobe. Because the option to do so from the "help" menu which lists "product registration" is greyed/dimmed out. Therefore not giving me the ability to register this product. Please let me know what is causing this problem.

    I am not sure, but will suggest some things to try. On the activate issue, it may be that your system already thinks it is activated and so you might try the deactivate and check. If that works, I would suggest you then uninstall, run http://labs.adobe.com/downloads/acrobatcleaner.html, remove anything left of the Acrobat folder, reboot, and reinstall. Hopefully you can open Acrobat and activate. Then do the updates from the Help menu.

  • Unable to load a DLL

    Hi,
    I have written a java application using JNI which sucessfully access the cryptoAPI functions. I am trying to convert it into an applet. I get the following error when i open it in IE.
    before
    java.lang.UnsatisfiedLinkError: no Msgimpl in java.library.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at cryptoJNI.<clinit>(cryptoJNI.java:20)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    The following were the steps that i followed
    1.javac cryptoJNI.java
    2javah -jni cryptoJNI
    3.cl -IC:\Amsapps\WebSphere\AppServer\java\include -I"C:\Program Files\Microsoft SDK\include" -LD CryptoJNIImp.c advapi32.lib crypt32.lib -FeMsgimpl.dll
    4.jar cvf cryptoJNI.jar cryptoJNI.class
    5.jarsigner -keystore jnikeystore -storepass password -keypass passwd12 -signedjar scryptoJNI.jar cryptoJNI.jar jnikeyalias
    6.start cryptoJNI.html
    In step number 4, should the dll be also added to the jar?
    My current working directory is c:\vivek work\signedcode and the dll which is created using VC++ is in the same directory. I am guessing the mistake lies in the loadlibrary or in the "static" initializer . I have signed my applet so that it can access the cryptoapi's.I am pasting the java and the HTML file for your reference. PLease help
    cryptoJNI.java
    import java.awt.*;
    import java.io.*;
    import java.lang.*;
    import java.applet.*;
    public class cryptoJNI extends Applet {
    public void init(){
    cryptoJNI app = new cryptoJNI();
    app.crypto("My");
    private native void crypto(String store);
    static {
    System.out.println("before");
    System.loadLibrary("Msgimpl");
    System.out.println("After");
    public void paint(Graphics g) {
    g.setColor(Color.blue);
    g.setColor(Color.magenta);
    // g.drawString(test(), 120, 50);
    g.drawString("Signed 123", 120, 80);
    cryptoJNI.html
    <html>
    <title> CRYPTO JNI</title>
    <h1> Calling the keystore </h1>
    <hr>
    <APPLET CODE = cryptoJNI.class archive="scryptoJNI.jar" WIDTH=500 HEIGHT=500>
    </APPLET>
    <hr>
    </html>
    I have tried putting the MSgimpl.dll in c:\winnt\system32 , but it did not work!!

    Maybee you have to register the dll first. this is done on the OS-level with the command register.
    But I prefer to manually give the path to the dll I want to load. Then I don't have to bother about where the dll is. Some code:
      public static void loadDll(String _libPath, String _libDll) throws java.io.IOException{
        File fPath=new File(_libPath);
        if(!fPath.exists()) throw new IOException("No such path "+_libPath);
        if(!fPath.isDirectory()) throw new IOException(_libPath+" is not a directory");
        File f=new File(fPath,_libDll);
        if(!f.exists()) throw new IOException("file "+_libDll+" in path "+_libPath+" not found");
        System.load(f.getAbsolutePath());
      }Gil

  • Unable to load OraOps10w.dll

    Hi All,
    I am using VS 2005 and trying to connect to an oracle database. My Oracle Client version is 10.2.0.1.0.
    I am getting the error Unable to load OraOps10w.dll. I checked in the Bin directory of the Oracle client and i could find only OraOps10.dll.
    So what is OraOps10w.dll? Where could i get it? Do i need to install any other version of Oracle Client. Please advise.
    Thanks,
    Karthick.

    OraOps10w.dll is the unmanaged dll for 2.x ODP.NET, which was introduced in 10.2.0.2.20. To resolve this, you should be able to just add [10.2.0.2.20 ODAC|http://www.oracle.com/technology/software/tech/windows/odpnet/index.html] into your existing 10201 client home.
    Hope it helps,
    Greg

  • Essbase Error : Unable to load the dll essapinu.dll.

    Hi Guys,
    I have imported a essbase cube in the OBIEE. The import went fine, then i made the logical model and presentation layer. Now when i am selecting column from that cube in BI answers, i am getting this error:
    *State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. The specified module could not be found. [nQSError: 36001] Unable to load the dll essapinu.dll. (HY000)*
    Any idea how to solve this. BTW the installation of essbase server went fine and also this dll is present in the hyperion server directory.
    Thanks in Advance

    hi,
    check this blog...
    it refers to essbase...maybe he/she know more...
    http://www.rittmanmead.com/2009/07/27/oracle-bi-ee-10-1-3-4-1-essbase-connectivity-repository-design-enabling-drills-on-evaluate-columns-part-1/
    Check with google and in others blogs..you may find something useful
    hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Unable to load rdbnet.dll

    Hello,
    I'm trying to use the provider Oracle.DataAccess.Rdb.dll with the following statement in c#
    RdbConnection connection = new RdbConnection();
    connection.ConnectionString = string.Format("User Id={0};Password={1};Server={2};Database={3};",login,pwd,server,database);
    connection.Open();
    But after Open statement an exception is thrown with the following message :
    "unable to load "rdbnet.dll"".
    But the fact is after launching the .msi to install the provide the system create an ORDP folder on the C:\Program Files\Oracle path and in this folder I can see the Oracle.DataAccess.Rdb.dll and rdbnet.dll. So I am suprised by this message.

    Hi,
    Did manually uninstall the crystal reports if not please do it.
    1) Uninstall the CR by add remove programme
    2) Start->Run->Regedit->Hkey_local_machince->softwares->Crystal report folder
    3)  Delete the  CR folde
    4)  Install the CR again
    Try this and let me know the result
    If you have any doubts about regestry key deletion please contact ur system admin.
    Regards,
    Nagraj Kundan.

  • Unable to load the dll essapinu.dll (Integration Of essbase and OBI)

    Hi,
    I am facing an issue in generating the Hyperion-Essbase report in OBI presentation service.
    I have integrated essbase DB in OBI RPD and after that I dragged the catalogs of Essbase to BMM-->PL.Then made the consistency check and till this point its perfect.
    After that I restarted the service.Then opened the Essbase Subject area through Answers and pulled a column from Essbase table in Answers->Criteria window.But when I click the get Result button, automatically my OBI Server is getting stopped and in Server Log I am getting the following error report :
    36007 Loading repository D:\OracleBI\server\Repository\OracleBIAnalyticsApps.rpd.
    2009-10-08 18:57:43
    14055 Loading subject area: Core ...
    2009-10-08 18:57:43
    14055 Loading subject area: Usage Tracking ...
    2009-10-08 18:57:43
    14056 Finished loading subject area: Usage Tracking.
    2009-10-08 18:57:43
    14055 Loading subject area: ABC Plan ...
    2009-10-08 18:57:44
    14056 Finished loading subject area: ABC Plan.
    2009-10-08 18:58:06
    14056 Finished loading subject area: Core.
    2009-10-08 18:58:06
    nQSError: 43059 Init block 'SUB_VAR_BLOCK_10.12.68.37': Dynamic refresh of repository scope variables has failed.
    The specified module could not be found.
    **nQSError: 36001 Unable to load the dll essapinu.dll.**
    Please help me in resolving the Issue.
    Thanks.

    Which version of OBIEE? Which Essbase components are installed on the OBI machine which opnes the connection to the Essbase server? You need at least a 9.3.1 client.
    Cheers,
    C.

  • Error Message: Resource Not Found, Unable to Load SyncUICoreLocalized.dll

    I'm having trouble syncing my iPhone 4. I get an error message that says: Resource Not Found, Unable to load SyncUICoreLocalized.dll.  This is preventing me from transferring my information from my old phone to my new iPhone 5c.  Can anyone help me??? A simple restart of the computer did not solve the problem.
    Thanks :-)

    I found a thread of people having the same problem, and a suggestion by stanalet solved my problem! Thanks stanalet!

  • Trying to restore new phone with backup from previous.  itunes can not finish due to "unable to load SyncUICoreLocalized.dll"  what do i do now?

    trying to restore new phone with backup from previous.  itunes can not finish due to "unable to load SyncUICoreLocalized.dll"  what do i do now?

    See this discussion: iTunes Sync Error with iPhone

  • Unable to clear Qmtsrv.dll attributes

    Dear All,
    We are having an issue while installing communication station.here the deatils go..
    Background:
    We are in the process of Installing the Communication Station SP6. We are following SAP Communication Installation Manual from CD.
    Components:
    OS: 2003 Enterprise Edition
                CRM: 4.0 SP10
    Issues:
                We have installed Microsoft Visual Studio Runtime Environment, Microsoft .Net Frame work and SAP Gateway as per manual. When we try installing communication station we got the error message at the end of installation say that “Unable to clear Qmtsrv.dll attributes”.
    Appreciate your response

    hi,
    we have the same problem here.
    CRM 4.0 and the Errormessage "Unable to clear Qmtsrv.dll attributes" while installing Communication Station 4.0 SP6.
    The default Authentication Level is on "none" and the Default Impersonate Lebel is on "Identify".
    We stopped all instances of our SAP System before starting the installation.
    It´s running on Windows Server 2003 64-bit.
    .NET and Visual Runtime is already installed.
    I hope you can help us with this issue.

  • Unable to register service Error while deployment

    Hi All,
    I am getting the following error while deploying. I have attached the log details and the WSDL. Please suggest how to resolve this error.
    2010-07-26T17:11:37.828+10:00] [soa_server1] [NOTIFICATION] [SOA-21046] [oracle.integration.platform.blocks.deploy.servlet] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IcD_uWX9xWD_n9G7yZ1CHweF000w^H,0] [APP: soa-infra] [dcid: 1cc699ed1d7ff4a3:-1e45b33a:129f87006e3:-7ffd-000000000000c092] [arg: default/ProcessData!1.0*soa_14ef45a1-847d-450b-aa18-a7eee66632ea] [arg: default/ProcessData!1.0*soa_0c78781a-709d-4b7e-a8f6-ccbd9ac75916] [arg: true] Calling coordinator to update composite. base composite: default/ProcessData!1.0*soa_14ef45a1-847d-450b-aa18-a7eee66632ea, new composite: default/ProcessData!1.0*soa_0c78781a-709d-4b7e-a8f6-ccbd9ac75916, isForceDefault flag: true
    [2010-07-26T17:11:38.254+10:00] [soa_server1] [ERROR] [SOA-20003] [oracle.integration.platform] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IcD_uWX9xWD_n9G7yZ1CHweF000w^H,0] [APP: soa-infra] [dcid: 1cc699ed1d7ff4a3:-1e45b33a:129f87006e3:-7ffd-000000000000c092] Unable to register service.[[
    oracle.webservices.provider.ProviderException: oracle.webservices.provider.ProviderException: No service {http://oracle.com/sca/soapservice/ORTDWS/ProcessData/AVCadDataFeed}AVCadDataFeed defined in the WSDL
    at oracle.j2ee.ws.server.provider.ProviderConfigImpl.addService(ProviderConfigImpl.java:443)
    at oracle.j2ee.ws.server.provider.ProviderConfigImpl.addService(ProviderConfigImpl.java:282)
    at oracle.integration.platform.blocks.soap.FabricProviderConfig.addService(FabricProviderConfig.java:112)
    at oracle.integration.platform.blocks.soap.FabricProviderConfig.addService(FabricProviderConfig.java:201)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.load(WebServiceEntryBindingComponent.java:157)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.load(WebServiceEntryBindingComponent.java:91)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployServices(CompositeDeploymentConnection.java:162)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:93)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:144)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:62)
    at sun.reflect.GeneratedMethodAccessor5638.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:69)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy262.load(Unknown Source)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeRedeploy(StandaloneCompositeDeploymentCoordinatorImpl.java:62)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.overwriteExistingComposite(BaseDeployProcessor.java:375)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:222)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:161)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:110)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:98)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:79)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: oracle.webservices.provider.ProviderException: No service {http://oracle.com/sca/soapservice/ORTDWS/ProcessData/AVCadDataFeed}AVCadDataFeed defined in the WSDL
    at oracle.j2ee.ws.server.provider.ProviderConfigImpl.getServiceName(ProviderConfigImpl.java:604)
    at oracle.j2ee.ws.server.provider.ProviderConfigImpl.addService(ProviderConfigImpl.java:339)
    at oracle.j2ee.ws.server.provider.ProviderConfigImpl.addService(ProviderConfigImpl.java:283)
    at oracle.integration.platform.blocks.soap.FabricProviderConfig.addService(FabricProviderConfig.java:112)
    at oracle.integration.platform.blocks.soap.FabricProviderConfig.addService(FabricProviderConfig.java:202)
    ... 43 more
    [2010-07-26T17:11:38.265+10:00] [soa_server1] [NOTIFICATION] [SOA-21061] [oracle.integration.platform.blocks.deploy.servlet] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IcD_uWX9xWD_n9G7yZ1CHweF000w^H,0] [APP: soa-infra] [dcid: 1cc699ed1d7ff4a3:-1e45b33a:129f87006e3:-7ffd-000000000000c092] [arg: soa_0c78781a-709d-4b7e-a8f6-ccbd9ac75916] [arg: /deployed-composites] Removing label soa_0c78781a-709d-4b7e-a8f6-ccbd9ac75916 in namespace /deployed-composites of MDS storage
    [2010-07-26T17:11:38.272+10:00] [soa_server1] [ERROR] [SOA-21037] [oracle.integration.platform.blocks.deploy.servlet] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IcD_uWX9xWD_n9G7yZ1CHweF000w^H,0] [APP: soa-infra] [dcid: 1cc699ed1d7ff4a3:-1e45b33a:129f87006e3:-7ffd-000000000000c092] [arg: Error during deployment: Update Failed: Unable to register service..] Sending back error message: Error during deployment: Update Failed: Unable to register service...
    WSDL
    <?xml version= '1.0' encoding= 'UTF-8' ?>
    <wsdl:definitions
    name="AVCadDataFeed"
    targetNamespace="http://oracle.com/sca/soapservice/ORTDWS/ProcessData/AVCadDataFeed"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:inp1="http://au/gov/vic/mas/ortd/Cadmsg"
    xmlns:tns="http://oracle.com/sca/soapservice/ORTDWS/ProcessData/AVCadDataFeed"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <wsdl:types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" >
    <import namespace="http://au/gov/vic/mas/ortd/Cadmsg" schemaLocation="xsd/OdsCadMsg.xsd" />
    </schema>
    </wsdl:types>
    <wsdl:message name="requestMessage">
    <wsdl:part name="request" element="inp1:odsCadDataSet"/>
    </wsdl:message>
    <wsdl:portType name="livefeed_ptt">
    <wsdl:operation name="livefeed">
    <wsdl:input message="tns:requestMessage"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:message name="headerMessage">
    <wsdl:part name="header" element="inp1:customHeader"/>
    </wsdl:message>
    <wsdl:binding name="livefeed_pttSOAP11Binding" type="tns:livefeed_ptt">
    <soap:binding style="document"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="livefeed">
    <soap:operation style="document"
    soapAction="http://oracle.com/sca/soapservice/ORTDWS/ProcessData/AVCadDataFeed/livefeed"/>
    <wsdl:input>
    <soap:body use="literal" parts="request"/>
    <soap:header use="literal" part="header"
    message="tns:headerMessage"/>
    </wsdl:input>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="OrtdService">
    <wsdl:port name="Ortd_Port" binding="tns:livefeed_pttSOAP11Binding">
    <soap:address location="http://vdatdlsoa02.mas.vic.gov.au:8001/soa-infra/services/default/ProcessData/AVCadDataFeed"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Thanks
    Edited by: user5108636 on 26/07/2010 00:19

    I is till throwing error after changing <wsdl:service name="AVCadDataFeed">Because still there are problems in WSDL. Error description gives the detail -
    Deployment Failed: Unable to find a WSDL that has a definition for service {http://oracle.com/sca/soapservice/ORTDWS/ProcessData/AVCadDataFeed}AVCadDataFeed and port livefeed_pt.
    Make sure that port attribute has right value.
    Also, what should be the value of the <soap:address location attribute in the service elementFrom Web Services Description Language (WSDL) 1.1 specification (http://www.w3.org/TR/wsdl#_soap:address) -
    The SOAP address binding is used to give a port an address (a URI). A port using the SOAP binding MUST specify exactly one address. The URI scheme specified for the address must correspond to the transport specified by the soap:binding.
    <definitions .... >
    <port .... >
    <binding .... >
    <soap:address location="uri"/>
    </binding>
    </port>
    </definitions>
    Regards,
    Anuj

  • Unable to register ORACLE_HOME into global orainventory

    Hi,
    I am unable to register my rdbms_oracle_home in global orainventory.
    I am getting the velow error.
    ERROR: Error in fixing ORACLE_HOME index
    java.io.FileNotFoundException: /u04/Rel11i/devdb/9.2.0/inventory/ContentsXML/comps.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:91)
    at java.io.FileInputStream.<init>(FileInputStream.java:54)
    at oracle.apps.ad.util.OUISetup.fixHomeIdx(OUISetup.java:293)
    at oracle.apps.ad.util.OUISetup.main(OUISetup.java:1347)
    Removing OUI entries from the global inventory: /etc/oraInventory/ContentsXML/comps.xml
    Registering the OUI component with local inventory...
    ERROR: Exception while registering OUI 2.2 Component in the inventory.
    java.io.FileNotFoundException: /u04/Rel11i/devdb/9.2.0/inventory/ContentsXML/comps.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:91)
    at oracle.apps.ad.util.OUISetup.registerOuiComp(OUISetup.java:913)
    at oracle.apps.ad.util.OUISetup.main(OUISetup.java:1349)
    The error is due to missing "inventory" directory in RDBMS $ORACLE_HOME.
    But the IAS$ORACLE_HOME is fine.
    Is there any way to create this directory or we need to reinstall Oracle_home. if yes then how do we do that. Currently we are on 9.2.0.6. Do I need to reinstall it ?
    Regards,
    Farhat

    So, what is the difference between this and using 'rapidwiz -techstack'? We never discussed this option in this thread ? Moreover what's the point in installing and redoing the work just for Inventory? Can you explain, if I can do the task in 5 min, why should I spend 50 min on it. Anyways that's my opinion.
    Thanks

Maybe you are looking for

  • Itunes wont open on my laptop? tried everything!

    i've tried uninstalling and reinstalling .. the support help on here and i cant find anything that will open my itunes, no message shows.. just nothing happens! help?

  • Transfer music between ipod and iphone

    I'm having trouble transfering my music from iPod Touch to my iPhone. How to do this?

  • [package upgrade] Can't update udisks due to filesystem conflicts

    Hello everybody, after not updating my box for like two weeks I wanted to update it this morning. Unfortunately the upgrade process hangs due to several file conflicts within the udisks package. $ sudo pacman -Syu :: Synchronizing package databases..

  • Create dependencies 4 SWC in SLD which are directly imported in to IR

    Hi, We have imported the SWCV 6.02 from SAP Marketplace to use the predelivered content. When we wanted to create a dependency in SLD for my own SWC, I was not able to find associated SWCV in SLD for 6.02. Any one has any idea on how we can update th

  • Collapsing Video Tracks.

    I did a search on this forum and didn't find the answer so I'll post new. I have developed a .psd file in Photoshop Express that had 11 layers (what I wanted). I imported the .psd file into FCE and each layer was assigned a video track (also very goo