Error in creation of the GTC for sql 2005 in IOM 9.1.0.1

Good day friends.
I have a problem trying to create a GTC in IOM 9.1.0.1
Journal:

2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/initialize is entered.
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/initialize - data: pilot - value: com.microsoft.sqlserver.jdbc.SQLServerDriver
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/initialize - data: url - value: jdbc:sqlserver://192.168.1.160:1433
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/initialize - data: username - value: its
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/initialize - data: password - value: *.
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/initialize - data: parentContainerName - value: VKUSERS
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBReconTransportProvider/convertCSVToArraylist entered.
2010-01-18 23:36:41, 953 DEBUG [OIMCP. [DATC] class/method: DBReconTransportProvider/convertCSVToArraylist - data: run time parameters - value:]
2010-01-18 23:36:41, 953 DEBUG [OIMCP. [DATC] class/method: DBProvisioningTransportProvider/initialize - data: childContainerTableNames - value:]
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/initialize - data: parentContainerUniqueKey - value:
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/initialize - data: statusField - value:
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/initialize - data: statusFieldLookup - value:
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/initialize left.
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/initialize - data: dbDateFormat - value:
2010-01-18 23:36:41, 953 DEBUG [OIMCP. DATC] class/method: DBProvisioningTransportProvider/defineMetadata entered.
2010-01-18 23:36:41, ERROR 968 [OIMCP. DATC] class/method: some problems with DBProvisioningTransportProvider/defineMetadata: DB_LOAD_DRIVER_CLASS_ERROR
com.thortech.xl.gc.exception.DBException: DB_LOAD_DRIVER_CLASS_ERROR
to com.thortech.xl.gc.impl.common.DBFacade. < init >(Unknown Source)
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.getDBFacade (unknown Source)
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.getSchema (unknown Source)
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.detectMetadata (unknown Source)
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.defineMetadata (unknown Source)
at com.thortech.xl.webclient.actions.CreateConnectorAction.getGenericAdapter (unknown Source)
at com.thortech.xl.webclient.actions.CreateConnectorAction.imageScreen (unknown Source)
at com.thortech.xl.webclient.actions.CreateConnectorAction.goNext (unknown Source)
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:597)
at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute (unknown Source)
at com.thortech.xl.webclient.actions.tcActionBase.execute (unknown Source)
at com.thortech.xl.webclient.actions.tcAction.execute (unknown Source)
at com.thortech.xl.webclient.actions.CreateConnectorAction.execute (unknown Source)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.thortech.xl.webclient.security.SecurityFilter.doFilter (unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.java:583)
to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
Caused by [nested Exception]:
java.lang.ClassNotFoundException: ADP ClassLoader load failure: com.microsoft.sqlserver.jdbc.SQLServerDriver
at com.thortech.xl.dataobj.tcADPClassLoader.findClass (unknown Source)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
at java.lang.Class.forName0 (Native Method)
at java.lang.Class.forName(Class.java:169)
to com.thortech.xl.gc.impl.common.DBFacade. < init >(Unknown Source)
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.getDBFacade (unknown Source)
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.getSchema (unknown Source)
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.detectMetadata (unknown Source)
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.defineMetadata (unknown Source)
at com.thortech.xl.webclient.actions.CreateConnectorAction.getGenericAdapter (unknown Source)
at com.thortech.xl.webclient.actions.CreateConnectorAction.imageScreen (unknown Source)
at com.thortech.xl.webclient.actions.CreateConnectorAction.goNext (unknown Source)
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:597)
at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute (unknown Source)
at com.thortech.xl.webclient.actions.tcActionBase.execute (unknown Source)
at com.thortech.xl.webclient.actions.tcAction.execute (unknown Source)
at com.thortech.xl.webclient.actions.CreateConnectorAction.execute (unknown Source)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.thortech.xl.webclient.security.SecurityFilter.doFilter (unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.java:583)
to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
2010-01-18 23:36:42, ERROR 015 [XELLERATE. WEBAPP] class/method: CreateGenConnectorAction/imageScreen some problems: provider Exception
java.lang.Exception: provider Exception
at com.thortech.xl.webclient.actions.CreateConnectorAction.getGenericAdapter (unknown Source)
at com.thortech.xl.webclient.actions.CreateConnectorAction.imageScreen (unknown Source)
at com.thortech.xl.webclient.actions.CreateConnectorAction.goNext (unknown Source)
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:597)
at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute (unknown Source)
at com.thortech.xl.webclient.actions.tcActionBase.execute (unknown Source)
at com.thortech.xl.webclient.actions.tcAction.execute (unknown Source)
at com.thortech.xl.webclient.actions.CreateConnectorAction.execute (unknown Source)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.thortech.xl.webclient.security.SecurityFilter.doFilter (unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.java:583)
to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
Caused by: com.thortech.xl.gc.exception.ProviderException: DB_LOAD_DRIVER_CLASS_ERROR
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.defineMetadata (unknown Source)
... 39 more
Caused by: com.thortech.xl.gc.exception.DBException: DB_LOAD_DRIVER_CLASS_ERROR
to com.thortech.xl.gc.impl.common.DBFacade. < init >(Unknown Source)
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.getDBFacade (unknown Source)
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.getSchema (unknown Source)
at com.thortech.xl.gc.impl.prov.DBProvisioningTransportProvider.detectMetadata (unknown Source)
... more than 40

Some suggestions to correct the problem.

Thank you

It should work if you put in $OIM_HOME/xellerate/ThirdParty only

Tags: Fusion Middleware

Similar Questions

  • Do not install the update for SQL Server 2005 Service Pack 3 (KB970892) security code error C0000005

    Do not install the update for SQL Server 2005 Service Pack 3 (KB970892) security code error C0000005

    This update didn't install when I used Vista and is still unable to install now, I updated to Windows 7.

    Have searched for a solution for months with no result. Reason why I updated.

    Any help much appreciated.

    DOUGY,

    Microsoft SQL Server 2005 Express Edition Service Pack

    Post here for assistance:

    http://social.msdn.Microsoft.com/forums/en-us/sqlsetupandupgrade/threads/

    --

  • I try to install the update update of security for SQL 2005 service pake 3. I have vista 2 this update applies to my computer I get an error code ff or c0000005

    I try to install the update update of security for SQL 2005 service pake 3.  I have vista 2 this update applies to my computer I get an error code ff or c0000005

    1. navigate to the following registry key (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\Setup)

    2. find the "Summary" (REG_DWORD), and then change its decimal value from 1 to 0

    3. restart the computer

    4. install the same update.  It should work.

  • Whe trying to update ios to ios 9.3 9.2.1 come error 3194 give me the solution for all I phone and ipads

    Whe trying to update ios to ios 9.3 9.2.1 come error 3194 give me the solution for all I phone and ipads

    Try some suggestions here: If you see error 3194, error 17, or "this device is not eligible for the requested build" in iTunes - Apple Support

  • Impossible to uninstall a program error: unable to generate the uninstaller for ca aintivirus E9030 command line.

    Original title: impossible to uninstall the program error msg

    I'm unable to uninstall a program, an error message keeps popping up saying "error E9030 cannot generate the uninstaller for ca aintivirus command line.
    can anyone help?

    Original title: impossible to uninstall the program error msg

    I'm unable to uninstall a program, an error message keeps popping up saying "error E9030 cannot generate the uninstaller for ca aintivirus command line.
    can anyone help?

    Try this... no guarantee

    Start > computer > open C: drive > open the Progran files > y at - it a record of the Ca antivirus?
    If so, open it > is there a uninstaller.exe file here?
    If so, open it and let go about uninstalling.

    Or,

    Start > all programs > CA antivirus > y at - it an option to uninstall?

    Hope one of these AIDS.

  • An error occurred while running the installationCheck for "indesign_install" tool

    When I try and install local versions of CC products that have been provided for me under license by the company that I work, I get an error:

    An error occurred while running the installationCheck for "indesign_install" tool

    Screenshot is below. This is a brand new macbook also (screenshot below), so I don't know why this is happening. Help them to do the work of installation, or as to why this is happening would be appreciated.

    Thank you!

    2016-08-04.png

    Screen Shot 2016-08-04 at 10.17.08.png

    Build.jpg

    Hi Todda,

    I'm not sure people in the download, installation, commissioning forums will be able to offer a solution, given that most of us know better in individual licenses. There are some members of the Adobe staff who jump in, and they may be able to help. If you don't want to wait, however, I would recommend first investigate with the administrator of your business licenses. You can also get help by contacting Adobe customer service.

  • SRM 5.5 - vSphere replication - error: impossible to reverse the replication for the Virtual Machine. A snapshot operation cannot be performed

    Hi all, we have just run a test DR failover of a couple of virtual machines in our protected our failover site and all site swung perfectly, two virtual machines came online and all applications work well. However when we cam to r-eprotect machines virtual, we get some errors.

    One of the virtual machines seems to have lived the reprotect end process, it is still running, but has not moved to 89% for some time. The virtual machine has a couple of grand (a little less than 2 TB) VMDK. slow progress is just a consequence of the large VMDK?

    More worrisome is the virtual machine which don't reprotect at all. It generates an error whenever I click on the "Restore" button (error: impossible to reverse the replication for the Virtual Machine.) A snapshot operation can not be performed).


    Does anyone have any ideas as to the cause?

    Thanks in advance for any help.

    Andy

    Finally got to the bottom of this. The issue was that reprotect SRM work was trying to dispel any snapshots that were taken on the computer object virtual destination in VMWare, but could not clean snapshots.

    The reason why snapshots would not consolidate was because it was snapshots of temporary VEEAM who in fact any snapshot file listed in the VSAN data store. So when we looked through the browser data store, no snapshot file existed in the virtual computers folder. Trying a manual removal also failed.

    To fix this, we created a snapshot of the virtual machine in the original data center (note is the engine to the bottom of the virtual machine), this effect was to get rid of the 'fade' snapshot that was visible in the Snapshot Manager that VEEAM backup had left behind. Once this had disappeared, the reprotect back to DCA worked perfectly.

  • Database connection - error of creation of the admin user Setup. No route to host

    During step 2: configuration of the database connection we select the "internal database".
    After a short delay, we get a message saying "error of creation of the admin user. No route to the host.
    I have been more before DNS records and back and everything seems in good condition.
    Can someone point me in the right direction to solve this error?
    HW-Error.jpg

    This is an SSL certificate error. Have you changed the default self-signed SSL certificates?

  • Need help with the installation of SQL 2005 for my VC 2.5

    Someone can tell me where I can find the instructions for the installation of SQL 2005 and create the DB and connect via ODBC?

    IM assuming that I will first install SQL and then install VC 2.5, correct?

    Hi, take a look at page 21...

    http://www.VMware.com/PDF/vi3_35/esx_3/R35/vi3_35_25_quickstart.PDF

    Dave

  • 10150:error: you must provide the password for SYS the...

    Salvation;
    I'm doing the installation of vault db r12.0.6 db - version 10.2.0.3... While I try to install I get this error:

    10150:error: you must provide the password for SYS the Oracle Database Vault will be installed. in the vault of the Oracle 10.2.0.3.0 database Scripts pane. Installation cannot continue
    for this component.



    Anyone have idea?

    PS: I found the remark and he says:

    Selected user: stop the installation of this component only.
    The solution is to ignore the error.

    But if I chose this option that I come back after the next stage of its 90% waiting and begging and not spend the next step

    Thank you
    HELIOS

    Helios,

    Why should you install the vault of the database? Please note that this is optional and can be installed/configured later.

    Kind regards
    Hussein

  • Security update failed for SQL 2005 SP3

    original title: failure of security update

    I keep trying to install an update to security for SQL 2005 Service Pack 3 to windows, but I get the patch installation error message stopped working and its been going on for months, anyone know how to fix it please I need help!

    Try posting in the SQL Server Setup & Upgrade forum for appropriate assistance: http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/threads

  • Creation of the database for the HRMS 8.9 and 8.49 PT on SQL Server 2005

    Hello
    I have a problem when running database for HRMS 8.9 Wizard and 8.49 PT on SQL Server 2005. The wizard create the database, create and complete all tables but when trying to create the last display of the script produces this error

    Create view EO_MSGOWNRID_VW
    SQL mode: error 2: 16102
    End: Monday May 10 14:00:06 2009
    Unsuccessful end

    I reinstall HRMS database and run the wizard several times with the same result. I also install Service pack 3 to sql 2005 bu nothing...
    No idea what could be the problem?
    Thanks for the help
    Fernando

    user10990985 wrote:
    Hello
    I have a problem when running database for HRMS 8.9 Wizard and 8.49 PT on SQL Server 2005. The wizard create the database, create and complete all tables but when trying to create the last display of the script produces this error

    Create view EO_MSGOWNRID_VW
    SQL mode: error 2: 16102
    End: Monday May 10 14:00:06 2009
    Unsuccessful end

    The mistake is not on EO_MSGOWNRID_VW, but this point of view is the last of the build. You need to check the load log file and search for the string "SQL error" or something similar that indicate which view is currently in an error state. After your exit, two views creation failed.

    Nicolas.

  • error trying to deploy the application for consolidation order

    I got you install patterns, to deploy the module store before, and when I try to deploy the application, I encounter an error :(

    This is my edited file "build.properties":

    ####################################################################
    # Property overall build set for SOA fusion order demo #.
    # > author: clemens utschig (oracle Corp.) 2009 #.
    ####################################################################

    # path of libraries and script imports
    Oracle.Home=D:\\Middleware\\JDEV\\jdeveloper\\
    # PROPERTIES OF THE SEED INTERNALLY - START #.
    # #
    # !!!!! DO NOT CHANGE! #
    # #
    ####################################################################

    Internal version number #.
    FOD.version = 2.3_ps3

    common libs of # home
    Oracle.Common.Home=${Oracle.Home}/... /oracle_common

    # Sub directory of the deployment artifacts
    deploy. Sub.dir = deploy
    # Sub Directory deployment / build scripts
    bin. Sub.dir = Bin

    # jee homes application
    creditauthorization. Home =... / CreditCardAuthorization
    orderapproval. Home =... / OrderApprovalHumanTask
    External.partnersupplier.Home =... / ExternalLegacyPartnerSupplierEjb
    composite homes #.
    orderbookingsdo.composite.Home=../OrderSDOComposite
    partnersupplier.composite.Home=../PartnerSupplierComposite
    orderbooking.composite.Home=../OrderBookingComposite
    B2B.composite.home=../B2BX12OrderGateway

    # adf service implementation context url
    storefrontservice.contextUri.adf=StoreFrontServiceHooks/StoreFrontService
    # sca composite according to context url
    storefrontservice.contextUri.soa=soa-infra/services/${soa.partition.name}/OrderSDOComposite!1.0/StoreFrontService

    # uri for the ExternalPartnerSupplierEJB ejb
    partnersupplier. EJB. URI = WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierEjb-SessionEJB #com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    # ejb application via Spring C uri & I ExternalPartnerSupplierEJB JSca
    partnersupplier. JSCA. EJB. URI = WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierJScaEjb

    # global connection to deploy settings, rmi and other

    # admin server t3: / / url - deployment
    WLS. URL = T3: / / ${admin. Server.Host}: ${admin. Server.port}
    # mgd Server t3: / / url - EJB
    WLS. MGD. Server.URL=T3://${Managed.Server.Host}:${Managed.Server.rmi.port}
    # ctx jndi factory
    Java.naming.Factory.initial = WebLogic.JNDI.WLInitialContextFactory

    # THE INTERNAL - END SEED PROPERTIES #.

    partition # where composites are needed to
    SOA.partition.Name = soaFusionOrderDemo

    # set to false if you want to use the adf supported services.
    SOA. Only.Deployment = true

    # deploy the b2b x 12 order composite transformation
    Enable.B2B.composite = true

    # use a normal ejb3 for the provider external partner (comment or set to false).
    # or use the new SCA Weblogic for Java EJB binding (uncomment and set to true)
    use. JSCA. EJB.impl = true

    Directory of the # file adapter - change your operating system (use-for windows and / for unix)
    orderbooking.file.adapter.dir=/tmp

    Directory control adapter # file - change your operating system (use-for windows and unix)
    orderbooking.file.adapter.Control.dir=/tmp/Control

    # jndi name of the jms for composite orderbooking topic
    orderbooking. JMS.topic.JNDI=JMS/DemoSupplierTopicUdd

    # Connection information for the deployment server

    # connection information in server admin - to start topics
    Admin. Server.Host = RZV - PC
    Admin. Server.port = 7001

    # the area where soa infrastructure is installed
    Server.domain.Name = soa_domain

    login # managed server, used for soa deployment, http
    Managed.Server.Host = RZV - PC
    Managed.Server.port = 8001

    test port # for rmi, ejb invocation and other
    Managed.Server.rmi.port = 8001

    credentials for servers
    Server.User = WebLogic
    Server.Password = WebLogic @.

    target server # wls (for the value server_soa, EIM use AdminServer shiphome)
    Server.targets = soa_server1

    # soa-server side oracle directory - necessary for the deployment plans
    # and the deployment of sca weblogic (on the ExternalPartnerSupplier project library
    SOA. Server.Oracle.Home=D:\\AS11gR1SOA

    # business test event - it's the business event queue

    user name of the diagram main db soa #.
    SOA.db.UserName = sys as sysdba
    # soa db password
    SOA.db.Password = Razvan
    # soa db = connection string > host: port: sid
    SOA.db.ConnectString = RZV - PC:1521:xe

    # MetaDataServices repository (used for SOA artifacts) shared settings #.

    # use 'jdev' for jdeveloper local install, "db" for the database
    # In case of 'db' change below (jdbc) parameters for the mds db

    Foreign.MDS.type = DB

    # Note: Before you deploy are of course you change these settings to your REMOTE
    # db - what is strips soa-infra, set the mds.type above for 'db' and run
    # the target of "importCommonServiceArtifactsIntoMds". This will import the common
    # shared artifacts of $OH/bin/soa-seeds / in the mds (RT) distance.
    # A shiphome install that this user is normally named sh_mds

    MDS.db.UserID = sys as sysdba
    MDS.db.Password = Razvan
    database connection string #: driver@host:port:sid
    MDS.db.JDBC-URL=jdbc:Oracle:Thin:@RZV-PC:1521:XE


    and this is the error I get:



    BuildFile: C:\fod\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    init:
    [echo] Version of SOA Suite 11g:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.5.0
    [java] Build: 0
    [java] The generation time: my Apr 18 18:05:14 PDT 2011
    [java] Build type: free
    [java] Tag from the source: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
    [java]
    [echo] soa infrastructure mgmt home: D:\Middleware\JDEV\jdeveloper\

    setupWorkspaceForJdeveloperUse:
    [echo]! Implementation of workspace for JDeveloper, where seedlings adf-config, connections.xml and filling mds
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    init:
    [echo] Version of SOA Suite 11g:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.5.0
    [java] Build: 0
    [java] The generation time: my Apr 18 18:05:14 PDT 2011
    [java] Build type: free
    [java] Tag from the source: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
    [java]
    [echo] soa infrastructure mgmt home: D:\Middleware\JDEV\jdeveloper\

    createMDSConnections:
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    createMDSConnectionForDB:
    [echo] Creation... /. ADF/META-INF/ADF-config.xml for the MDS supported database
    entry entry jump as mds.db.password property has already been set.
    [copy] Copy 1 file to C:\fod\CompositeServices\.adf\META-INF
    [echo] With the help of jdbc:oracle:thin:@RZV-PC:1521:xe for storage based on db, with the sys as sysdba user
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    createMDSConnectionForFileStore:
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    createMDSConnectionForServerFileStore:

    importCommonServiceArtifactsIntoMds:
    [java] Starting import from file system local to the mds...
    [java] oracle.mds.config.MDSConfigurationException: MDS-01330: cannot load the MDS configuration document
    [java] MDS-01329: cannot load the item "persistence-config".
    [java] MDS-01370: Configuration of MetadataStore for metadata-store-use 'mstore-usage_1"is not valid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier ' MDS_INTERNAL_SHREDDED. GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java] at oracle.mds.config.PConfig.loadFromBean(PConfig.java:690)
    [java] at oracle.mds.config.PConfig. < init > (PConfig.java:499)
    [java] at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:707)
    [java] at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:764)
    [java] at oracle.mds.config.MDSConfig. < init > (MDSConfig.java:515)
    [java] at oracle.mds.config.MDSConfig. < init > (MDSConfig.java:443)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.getTargetMdsInstanceByAdfConfig(MdsImportTask.java:133)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:155)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)
    [java] Caused by: oracle.mds.exception.MDSExceptionList: SDM-01329: cannot load the item "persistence-config".
    [java] MDS-01370: Configuration of MetadataStore for metadata-store-use 'mstore-usage_1"is not valid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier ' MDS_INTERNAL_SHREDDED. GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java] at oracle.mds.config.PConfig.loadFromBean(PConfig.java:684)
    [java]... 8 more
    [java] Exception in thread "main" SDM-01330: cannot load the MDS configuration document
    [java] MDS-01329: cannot load the item "persistence-config".
    [java] MDS-01370: Configuration of MetadataStore for metadata-store-use 'mstore-usage_1"is not valid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier ' MDS_INTERNAL_SHREDDED. GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:225)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)

    BUILD FAILED
    C:\fod\CompositeServices\bin\build.XML:276: The following error occurred during the execution of this line:
    C:\fod\CompositeServices\bin\common-SCA-tools.XML:414: Java returned: 1

    Total time: 4 seconds


    Please help, I need this aplication for my final year project.

    Thanx

    # MetaDataServices repository (used for SOA artifacts) shared settings #.

    # use 'jdev' for jdeveloper local install, "db" for the database
    # In case of 'db' change below (jdbc) parameters for the mds db

    Foreign.MDS.type = DB

    # Note: Before you deploy are of course you change these settings to your REMOTE
    # db - what is strips soa-infra, set the mds.type above for 'db' and run
    # the target of "importCommonServiceArtifactsIntoMds". This will import the common
    # shared artifacts of $OH/bin/soa-seeds / in the mds (RT) distance.
    # A shiphome install that this user is normally named sh_mds

    MDS.db.UserID = sys as sysdba
    MDS.db.Password = Razvan
    database connection string #: driver@host:port:sid
    MDS.db.JDBC-URL=jdbc:Oracle:Thin:@RZV-PC:1521:XE

    You need to change below-

    The value of the mds.db.userid property must be created in DB using the remote schema MDS name. For example - dev_mds
    The value of the mds.db.password property must be the password for MDS schema.

    Make sure that the "mds_internal_shredded" module is in valid state (compiled) in the MDS schema.

    Kind regards
    Anuj

  • Anyone know when the SP1 for SQL Server 2008 R2 is available

    We have a problem that is related to parallel processing (MAXDOP) and were informed that this would be solved in SP1 for SQL Server 2008 R2.  Can anyone provide indications as to when that is being released as a download?

    You the problem are solved better post on the TechNet forum: http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/threads

    J W Stuart: http://www.pagestart.com

  • Add/Remove components error and DVD driver error: Windows cannot load the driver for this hardware device. The driver may be corrupted or missing. (Code 39)

    Original title: Add/Remove components error and DVD driver error

    Yesterday, I removed several components of windows to attempt to clean my cpu. After the reboot, I noticed that my DVD drive disappeared. I tried to update the driver but told me I have the most updated version, I uninstalled and reinstalled the drive, but I still get the same error. Under Driver Details, it shows that I have a lot of drivers for my Phillips DVD player. However, the status of the device is the following: Windows cannot load the driver for this hardware device. The driver may be corrupted or missing. (Code 39) Click Troubleshoot to start the troubleshooter for this device. I've done the troubleshooting, and the two options has not fixed the problem.

    Then I tried to add windows components that I removed, thinking maybe that was the problem. However, when I try to add them, I get an error message that says: 'Setup cannot copy the file zClientm.ex_' it shows the location of this file as being in windows/i386, and of course, the file is located in this folder. So when I go to browse to locate the file, I find and click on it to open it, but I keep getting the same error message that the file is not found and Setup cannot continue.

    I realize that this problem seems very rare and weird, but any help at all would be appreciated. Thank you.

    Hello
     
     
    Code 39: Windows cannot load the driver for this hardware device. The driver may be corrupted or missing. (Code 39)
    Explanation of error codes generated by the Device Manager in Windows XP Professional http://support.Microsoft.com/kb/310123
     
     
    Method 1.
    Microsoft Automated Troubleshooting Services scans your computer and detects that the root causes of common problems, then automatically solves the problems that he finds and offers additional resources if the problem is not resolved. Click run now in the article below.
    Your CD or DVD drive cannot read or write media
    http://support.Microsoft.com/GP/cd_dvd_drive_problems
     
     
    Method 2.
    Also, try the methods listed in the section below and check.
    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.Microsoft.com/kb/982116
     
     
    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for