Update SWC dependencies in Enterprise Repository 7.1

Hi All,
We are running PI 7.1.  I have updated the swc dependency in the SLD for an existing swc.  How do I update the SWC in PI 7.1 Enterprise Repository so that the dependency is active?  I know in previous versions, we just re-imported the swc but in PI 7.1 it complains that the swc already exists.  Please help as I really need to access message types in the other swc that I have defined the dependency too.
Regards,
JM

Hey...
            I am facing the same issue. You have marked it as answered...How did u resolve it?
Arvind R

Similar Messages

  • Best Practice for Enterprise Repository Layout

    We recently moved to 6i R2 non-versioned from 2.1.2. We have several projects that use the repository for development in various business areas of the agency. We have 100+ application containers and only 5 active projects at this time. Many of the containser were built to hold subject area entity objects and not designed for a project application. As a result we now have a web of shares back and forth between all of these applications.
    My goal is to "clean up" this layout and move the repository in the direction of a limited number of application containers for subject area "enterprise" objects and individual application containers for each project development task.
    One of my main concerns is how best to move several application objects to one application container and then what impact will this limited container structure have on application projects once we turn versioning on later this year. (I would really like to limit or end the use of shares/shortcuts if possible....)
    Any advice for configuring an enterprise repository structure would be very helpful! Also, what impacts or gotcha's I need to be aware of once we have the structure in place and turn on versioning...
    Sorry this is a long winded question :-}
    Thanks ;)
    Laurie

    Laurie,
    There is some good news for you: in Designer 6i, shares are no longer needed to be able to have references between objects ni different folders/application systems.
    Previously in Designer 2.1 and 6.0 you could only have references from Object X to objects in other application systems if these objects were shared into the application system that owned the object X. If you moved Object X to a different Application System Y, all objects that X had references to were shared to Y.
    All of this no longer exists. Object X in Application System A can have references to objects in any other Application System, without having to create shares or short-cuts as I call them in the context of 6i. Existing short-cuts (created by the migration for example) may be removed, especially if the only reason for their existence is to support a reference across application systems. Short-cuts are now only needed for reasons listed in the paper (Interior Designer) you referred to (e.g. quick navigation or clear insight in dependencies).
    Moving objects between application systems will not create Short Cuts in Designer 6i. You also do not have to generate forms again if you moved the module definition or one of the objects used by the module. Moving has no effect whatsoever on the actual contents of objects or values of properties. It only affects the repository structure, the composition of folders and potentially the access users have to objects, since that is organized by folder.
    One thing you do need to be aware of: if you are in the context of a workarea that contains an object X with a reference to object Y, and object Y is not in the workarea, you have a so called External Reference (also known as Dangling Reference). The consequence is that your object X is almost invalid: you can look at it, but you cannot generate it; you may also have a problem updating the object as long as it has these dangling references. In general, only update and generate objects that do not have dangling references. Note: the RON has the External References tool to find out about dangling references. This tool also allows you to include objects into the workarea, to resolve dangling references.
    best regards,
    Lucas

  • Oracle Enterprise Repository User account locked out

    Hi,
    I installed Oracle Enterprise Repository 11g and tried logging into its web console by opening http://host:port/oer. I gave the wrong credentials and the account got locked. I went into weblogic web consle under security > myrealm but dont see the user admin. I then went to wls_web_console > Domain
    Can someone please tell me how to unlock it....
    Regards,
    Anant

    This should do the trick.
    1. Stop OER
    2, Login to DB using OER user
    3. update ENTSECUSERS set ACTIVESTATUS=0 where USERNAME='xxxxxxxx';
    4. Need to get the entsecuserid value from entsecusers table and column ID,
    5. update CMEEUSERS set ACTIVESTATUS=0 where ENTSECUSERID='id value';
    6. Restart OER

  • Error In Oracle Enterprise Repository in IBM AIX 5.3

    Hello,
    I'm have installed:
    Oracle Weblogic Server 11g (10.3.3)
    Oracle Enterprise Repository 11g (11.1.1.3)
    The installation is succefully but when i try access to http://10.1.1.218:7111/oer is empty !!
    in the log apper:
    $ tail -f nohup.out
    JIT - r9_20091123_13891
    GC - 20091111_AA)
    JCL - 20091202_01
    Starting WLS with line:
    /usr/java6_64/bin/java -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=oer_server1 -Djava.security.policy=/oracle/app/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -server -da -Dplatform.home=/oracle/app/Middleware/wlserver_10.3 -Dwls.home=/oracle/app/Middleware/wlserver_10.3/server -Dweblogic.home=/oracle/app/Middleware/wlserver_10.3/server -Dweblogic.management.discover=false -Dweblogic.management.server=http://snode938:7115 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/oracle/app/Middleware/patch_wls1033/profiles/default/sysext_manifest_classpath:/oracle/app/Middleware/patch_ocp353/profiles/default/sysext_manifest_classpath weblogic.Server
    <Oct 28, 2011 7:06:22 PM GMT-04:30> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with IBM J9 VM Version 2.4 from IBM Corporation>
    <Oct 28, 2011 7:06:22 PM GMT-04:30> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Oct 28, 2011 7:06:23 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 28, 2011 7:06:23 PM GMT-04:30> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 28, 2011 7:06:24 PM GMT-04:30> <Notice> <Log Management> <BEA-170019> <The server log file /oracle/app/Middleware/user_projects/domains/oer_domain/servers/oer_server1/logs/oer_server1.log is opened. All server side log events will be written to this file.>
    <Oct 28, 2011 7:06:26 PM GMT-04:30> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 28, 2011 7:06:28 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Oct 28, 2011 7:06:28 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 28, 2011 7:06:31 PM GMT-04:30> <Warning> <HTTP> <BEA-101369> <ServletContext@766848437[app:oer module:/oer path:/oer spec-version:null]: The encoding jsp-descriptor param has been deprecated. Consider declaring the encoding in the jsp-config element (web.xml) or as a page directive (pageEncoding) instead.>
    INITIALIZING EXTERNAL EVENTING
    running in single server mode
    Intializing Thinkmap Server. Version: 2.6.051122173836X
    Thinkmap Server initialized.
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.1.1.218:7111 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "oer_server1" for domain "oer_domain" running in Production Mode>
    OER: Asset Preload completed: 4982ms
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $ tail -f nohup.out
    Intializing Thinkmap Server. Version: 2.6.051122173836X
    Thinkmap Server initialized.
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.1.1.218:7111 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "oer_server1" for domain "oer_domain" running in Production Mode>
    OER: Asset Preload completed: 4982ms
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Oct 28, 2011 7:16:07 PM GMT-04:30> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=WebAppModuleOverviewPage&WebAppModuleOverviewPortlethandle=com.bea.console.handles.ModuleHandle%28%22com.bea%3AName%3Doer%2CType%3DAppDeployment%3Boer-web%3B%2Foer-web%3B%3Cnone%3E%3BWEBAPP%22%29.>
    java.lang.Exception: Provider named 'SUN' not found
    at com.flashline.crypto.EncryptedPassword.constructor(EncryptedPassword.java:125)
    at com.flashline.crypto.EncryptedPassword.<init>(EncryptedPassword.java:74)
    at com.flashline.crypto.EncryptedPassword.<init>(EncryptedPassword.java:38)
    at com.flashline.enterprise.authentication.servlet.Login.service(Login.java:46)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    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.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:529)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at com.flashline.enterprise.authentication.EnterpriseSession.checkLogin(EnterpriseSession.java:441)
    at com.flashline.cmee.jsp.CMEESession.checkLogin(CMEESession.java:254)
    at com.flashline.cmee.jsp.CMEESession.checkLogin(CMEESession.java:250)
    at com.flashline.cmee.jsp.CMEESession.checkLogin(CMEESession.java:249)
    at jsp_servlet.__index._jspService(__index.java:130)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    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.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3686)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    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)
    Any idea ?
    Thank.-
    Post Data: I search any solution in My Oracle Support, and apply the only solution found here. But the issue persist...

    if you see the log file it tells about saposcolSAPCAR: could not open for writing /usr/sap/IND/SYS/exe/run/saposcol (error 28). Text file busy
    could you please check is there any SAPOSCOL process running?
    that is why you are getting error as unpack was executed with status ERROR
    cheers,
    -Sunil

  • System update configuration issue with local repository related to machine type

    Hi,
     Sorry if the issue has been posted earlier, i tried searching but cudnt find relevant post. Here is my issue:
     My machine is Thinkpad R52. Type as printed on label is: 1858-CLG 
     While adding machine type in update retriever, I added machine type as 1858 (as it doesnt accept 1858CLG). After connecting to the support site, it downloaded all required updates onto a local(shared) repository.
    I installed system update, configured it to pickup update from local (network) repository in the registry.
    Now when I launch system update, it determines my machine type as 1858CLG & it connects to local repository only to display message as "No updates were found for this machine type"
    Though I cud see updates if I directly connect to help center.
    I think the problem is with machine type identification, not sure though.
    Please advice on what I'm doing wrong. Is it with update retriever configuration or system update configuration.
    Thanks much,

    Solution for me was to change status of packages from "Test" to "Active" using Update Retriever.
     Since this is not documented in Best Practices (but is stated in chapter 5 - modify settings) I spent several hours figuring it out..
    -brian

  • Open report from Enterprise Repository

    Post Author: bbazian
    CA Forum: General
    When I try to open a report from my Enterprise repository that is on the CR server I can only see reports from A - E and the file name field is greyed out.  How can I see all the reports in the repository?  I do not have this issue if I try to open from a network share.
    Thanks

    The help document you reference is for the Report Application Server SDK; this is no longer available as a standalone SDK (unless you have an OEM Partner Agreement.)  It is now only available as part of the managed enterprise products, such as Crystal Reports Server, BusinessObjects Edge or BusinessObjects Enterprise.
    Unless I am missing part of the story, it seems you don't have the products you need to do what you want to do.  Crystal Reports 2008 does not contain any runtime Java SDK's.
    If you want to deploy a Crystal Reports java application that is free, check out [Crystal Reports for Eclipse|SAP BI SDK].  If you want something to deploy on IIS, check out the [Crystal Reports for .NET|SAP BI SDK].

  • Service Bus(OSB) not harvesting Endpoint to Enterprise Repository(OER)

    Hi,
    I am harvesting a WSDL-based HTTP Proxy Service from Oracle Service Bus (OSB) to Oracle Enterprise Repository (OER) but the Endpoint is not harvested. The other artifacts are harvested successfully.
    Can someone please help
    Thanks,
    Umar

    Hi Anuj,
    Here is the info you requested:
    *1. Exactly which version of OSB and OER are you using?*
    OSB version: Oracle Service Bus 11.1 Sun Dec 18 03:49:34 PST 2011 1447174
    OER version: Oracle® Enterprise Repository 11.1.1.6.0 (v11.1.1.6.0-111103_0001-1437995)
    *2. What type of proxy services are you publishing?*
    Proxy Type: Web Service - SOAP 1.1 (WSDL:OSB_PR_POC/OpenAccount, port="OpenAccountServicePort")
    My proxy service routes to business service.
    *3. If it is a WSDL based proxy then are you able to see enpoint URL in exported WSDL from proxy?*
    OSB shows the Endpoint information(Endpoint URI      /OSB_PR_POC/PS_OpenAccount)
    I don't exactly understand what you mean by 'exported WSDL'
    *4. Did you harvested the configuration from OSB machine itself?*
    The OSB and OER are on the same machine. Used the OSB command line harvester to harvest the project. So, Yes, harvested the configuration from OSB machine.
    *5. Can you provide the harvesting log?*
    Please find below the logs:
    E:\Oracle\Middleware\Oracle_OSB1\harvester>"C:\PROGRA~1\Java\JDK17~1.0_0\bin\java"     -Dweblogic.home="E:\Oracle\MIDDLE~1\WLSERV~1.3" -Dosb.home="E:\
    Oracle\MIDDLE~1\ORACLE~2" com.oracle.oer.sync.framework.Introspector -harvester_home "E:\Oracle\MIDDLE~1\ORACLE~2\harvester"
    log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle).
    log4j:WARN Please initialize the log4j system properly.
    +0 [main] INFO com.oracle.oer.sync.framework.MetadataManager - Oracle Enterprise_Repository_Harvester version: v11.1.1.6.0-111020_0001-1434818+
    +250 [main] INFO com.bea.alsb.harvester.container.OSBInstance - OSB Harvester created a temporary directory (C:\Users\c74945\AppData\Local\Temp\3\OS+
    B11gConfig) for the configuration framework data. This directory will not be automatically deleted.
    +<Aug 29, 2012 12:03:21 PM AST> <Info> <OSB Offline> <BEA-000000> <Initialing ALSB in offline mode. Install dir: E:\Oracle\MIDDLE~1\ORACLE~2 config dir+
    +: C:\Users\c74945\AppData\Local\Temp\3\OSB11gConfig>+
    +<Aug 29, 2012 12:03:23 PM AST> <Alert> <OSB Security> <BEA-387042> <There is no user password credential mapper provider configured in your security r+
    ealm. Oracle Service Bus service account management will be disabled. Configure a user password credential mapper provider if you need OSB service acc
    ount support.>
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "Resource SDK".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "Resource SDK" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "Custom Resource SDK".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "Custom Resource SDK" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "XSLT Resource".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "XSLT Resource" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "XML Schema Resource".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "XML Schema Resource" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "MFL Resource".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "MFL Resource" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "WS-Policy Resource".>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "WS-Policy Resource" initialized.>+
    +<Aug 29, 2012 12:03:25 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "WSDL Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "WSDL Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "XQuery Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "XQuery Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "JCA Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "JCA Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "XML Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "XML Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "Archive Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "Archive Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "JNDI Provider Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "JNDI Provider Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "SMTP Server Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "SMTP Server Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "Proxy Server Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "Proxy Server Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "Global Settings Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "Global Settings Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "UDDI Registry Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "UDDI Registry Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397037> <Initializing Proxy Service Repository>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397038> <Proxy Service Repository Intialized>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397039> <Initializing Business Service Repository>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397040> <Business Service Repository Intialized>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397001> <Initializing type definitions for module "FLOW Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397002> <Type definitions for module "FLOW Resource" initialized.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "Resource SDK".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "Resource SDK" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "Custom Resource SDK".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "Custom Resource SDK" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "XSLT Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "XSLT Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "XML Schema Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "XML Schema Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "MFL Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "MFL Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "WS-Policy Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "WS-Policy Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "WSDL Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "WSDL Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "XQuery Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "XQuery Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "JCA Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "JCA Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "XML Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "XML Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "Archive Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "Archive Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "JNDI Provider Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "JNDI Provider Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "SMTP Server Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "SMTP Server Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "Proxy Server Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "Proxy Server Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "Global Settings Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "Global Settings Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "UDDI Registry Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "UDDI Registry Resource" started.>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <Monitoring> <BEA-000000> <New Metadata version is 0>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397003> <Starting services for module "FLOW Resource".>+
    +<Aug 29, 2012 12:03:26 PM AST> <Info> <ALSB Kernel> <BEA-397004> <Services for module "FLOW Resource" started.>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390020> <Config Service is initializing for the first time>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Project System>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Project _static>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Project default>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Folder System/JNDI Providers>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Folder System/Operator Settings>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Folder System/Proxy Servers>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Folder System/SMTP Servers>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390021> <Creating out-of-the-box location: Folder System/UDDI>+
    +<Aug 29, 2012 12:03:28 PM AST> <Info> <ConfigFwk> <BEA-390022> <Creating out-of-the-box resource: Operations System/Operator Settings/GlobalOperationa+
    lSettings>
    +8393 [main] INFO com.bea.alsb.harvester.plugin.reader.OSBReader - OSB Config Jar Import / Validation starting.+
    +10452 [main] INFO com.bea.alsb.harvester.plugin.reader.OSBReader - OSB Config Jar Import / Validation complete.+
    +61402 [main] INFO com.oracle.oer.sync.framework.MetadataManager - Successfully completed the harvest+
    Starting OERWriter Shutdown and Clean up...
    Let me know if you need anymore info.
    Thanks.

  • No Enterprise Repository View

    I'm new to the Eclipse platform and I'm trying to publish a Crystal Report to our Enterprise Repository.  As I understand from the documentation for Crystal Reports for Eclipse, I should be able to go to Window>Show View> Other, expand the Crystal Reports folder and click on Enterprise Repository.  However, I see no sign of it.
    I'm running:
    Windows XP SP3
    Eclipse 3.5.0 build I20090611-1540
    Crystal Reports for Eclipse v. 2.0.6.r916
    I tried doing this with no project open, with a Crystal Reports Java project open (but no report), and with a report open.
    Thanks!

    Thanks, Ted.
    I located that documentation from within Eclipse by going to Help and clicking on Help Contents.  That opened the help window with all of the documentation listed.  Here's the path down the document tree I took to get to page I was talking about:
    Crystal Reports for Eclipse Designer Guide>Printing, Exporting, and Viewing Reports>Distributing Reports>Working with Enterprise folders>Editing managed Crystal reports>To open a managed report from an Enterprise folder
    Here's what that page says (just in case you have trouble finding it):
    To open a managed report from an Enterprise folder
    1. On the Window menu, point to Show View and click Other.
    2. In the Show View dialog box, expand Crystal Reports and click Enterprise Repository View.
    If you have not already logged on to BusinessObjects Enterprise, the Log On to BusinessObjects Enterprise dialog box appears.
    3. In the Systemfield, enter or select the name of the BusinessObjects Enterprise system that you want to connect to.
    4. Enter your user name and password.
    5. Click OK.
    The Enterprise Repository View folders appear.
    6. Double-click a report name to open it in the Crystal Reports Designer.
    Tip: You can also right-click a report name and from the context menu, click Open or Open With.
    7. Make changes to the report.
    8. On the File menu, click Save to save the report back to the Enterprise Repository View.
    Thanks for the help

  • Oracle Enterprise Repository + Web logic server configuration

    Hi,
    I have installed Oracle Enterprise Repository 11g, I would set web logic server with application server fo OER, when I started the configuration tool of web logic server (config.sh), in the second screen 'Generate a domainconfigured automatically to support the following products', there isn't 'Oracle enterprise Repository - 11.1.1.2.0'.
    Why?
    Regards
    Leopoldo

    Hi Nitin
    1. Refer: http://otn.oracle.com/products/reports/htdocs/getstart/examples/Tools/index.html
    2. You can develop reports using Report Builder that comes with Oracle 9iDS. Alternatively, since Reports 9i supports .jsp/.xml/.html input files, you can also "hand code" your reports. Moreover, you can create reports JSP file using JDeveloper.
    3. iDS suite comes with Reports Developer, Runtime and Server. You need iAS to deploy your reports.
    Oracle Database is required if you go for Job Repository and several other options with Reports. Oracle Reports per se does not require Oracle database to be installed.
    Regards
    Sripathy

  • Need information on oracle enterprise repository

    Hi,
    I am planning to get started on oracle enterprise repository.
    I have read a lot about it st various blogs and now want to have hands on implementation of the same. Can someone  let me know where I can get some tutorials or examples to get started with it. Sincerely appreciate your help.
    Thanks.Sridhar.

    have a look at these links
    Oracle Enterprise Repository
    Installing Oracle Enterprise Repository
    Installation Guide
    ORA:FMW Fusion Middleware: Installing Oracle Enterprise repository 11g
    regards
    Nasir

  • Oracle Enterprise Repository

    Hi All,
    We are installing OER on weblogic. we successlly installed it, but we are unable to create Domain
    weare facing below issue
    2010-08-05 18:05:54,128 INFO [WizardController] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - /apps/erikas3/aerikas3/u01/app/oracle/product/fmw/wlserver_10.3/common/lib/components.xml does not contain component elements and will be skipped
    2010-08-05 18:05:54,254 INFO [WizardController] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Selected required template: Basic WebLogic Server Domain:10.3.3.0 [apps/erikas3/aerikas3/u01/app/oracle/product/fmw/wlserver_10.3/common/templates/domains/wls.jar]
    2010-08-05 18:06:54,682 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No config-groups.xml found in template
    2010-08-05 18:06:54,691 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-05 18:06:58,319 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: WebLogic Server version 10.3.3.0
    2010-08-05 18:06:58,339 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.3.0 to WebLogic_Server_10.3.3.0_wlserver_10.3_ORACLE_HOME
    2010-08-05 18:06:59,229 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-05 18:06:59,611 WARN [WizardController] com.oracle.cie.domain.AbstractTemplate - Could not find component name 'Oracle Enterprise Repository' version 'null'
    2010-08-05 18:06:59,612 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Replacing component reference Oracle Enterprise Repository version null with top-level component reference: WebLogic Server version 10.3.3.0
    2010-08-05 18:06:59,612 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.3.0 to WebLogic_Server_10.3.3.0_wlserver_10.3_ORACLE_HOME
    2010-08-05 18:06:59,813 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.MachineTypeImpl
    2010-08-05 18:06:59,864 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.ServerTypeImpl
    2010-08-05 18:07:52,628 ERROR [WizardController] com.oracle.cie.common.util.JdkVersion - JDK version is null.
    2010-08-05 18:10:26,218 INFO [WizardController] com.oracle.cie.domain.assignment.ServerMachineAssignment - ListenPort internal Validation result= [null]
    2010-08-05 18:10:51,639 INFO [WizardController] com.oracle.cie.domain.assignment.ServerMachineAssignment - ListenPort internal Validation result= [null]
    2010-08-05 18:10:55,139 INFO [WizardController] com.oracle.cie.domain.DomainChecker - ListenPort external Validation result= [null]
    2010-08-05 18:11:32,465 ERROR [create_gui] com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask - Generation Error!!
    Traceback (innermost last):
    (no code object) at line 0
    SyntaxError: ('Lexical error at line 6, column 11. Encountered: "@" (64), after : ""', ('<iostream>', 6, 11, 'oerPort = @DOMAIN_LISTEN_PORT@'))
         at org.python.core.parser.fixParseError(Unknown Source)
         at org.python.core.parser.parse(Unknown Source)
         at org.python.core.Py.compile_flags(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at com.oracle.cie.domain.script.ScriptHelper.executeEmbeddedTemplateScript(ScriptHelper.java:1571)
         at com.oracle.cie.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:1322)
         at com.oracle.cie.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:1305)
         at com.oracle.cie.domain.DomainChecker.preprocessOutput(DomainChecker.java:143)
         at com.oracle.cie.domain.DomainGenerator.generate(DomainGenerator.java:269)
         at com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:216)

    Hi,
    Once before you install OER u need to create some Table spaces for OER and some default OER user for Installation and that from the log i understood tat you are trying to create the Domain from an existing WLS Template.
    Once u run the scripts for OER User schemas and Tablespaces and OER user then reinstall OER and then try to create the DOmian with SOA and OER.
    Correct me if i m wrong..
    Thanks and Regards,
    Ramnath

  • Oracle Enterprise Repository post installation steps failed.

    Hi,
    I was able to install Oracle 11g Express and Weblogic 10.3.6.0 and 11.1.1.6.0 and when try to follow post installation steps to extend a domain installation fails with following steps. Could you please assist me
    what could i have done wrong or suggest me hints to locate the error.
    2013-01-30 23:08:04,768 INFO [WizardController] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - C:\Oracle\Middleware\wlserver_10.3\common\lib\components.xml does not contain component elements and will be skipped
    2013-01-30 23:08:11,830 INFO [WizardController] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Selected required template: Basic WebLogic Server Domain:10.3.6.0 [C:\Oracle\Middleware\wlserver_10.3\common\templates\domains\wls.jar]
    2013-01-30 23:08:15,362 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2013-01-30 23:08:15,471 WARN [WizardController] com.oracle.cie.domain.AbstractTemplate - Could not find component name 'Oracle Enterprise Repository' version 'null'
    2013-01-30 23:08:15,471 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Replacing component reference Oracle Enterprise Repository version null with top-level component reference: WebLogic Server version 10.3.6.0
    2013-01-30 23:08:15,471 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.6.0 to WebLogic_Server_10.3.6.0_wlserver_10.3_ORACLE_HOME
    2013-01-30 23:08:27,096 INFO [WizardController] com.oracle.cie.domain.assignment.ServerMachineAssignment - ListenPort internal Validation result= [null]
    2013-01-30 23:08:28,737 INFO [WizardController] com.oracle.cie.domain.DomainChecker - ListenPort external Validation result= [null]
    2013-01-30 23:08:32,580 ERROR [create_gui] com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask - Generation Error!!
    Traceback (innermost last):
    (no code object) at line 0
    SyntaxError: ('Lexical error at line 6, column 11. Encountered: "@" (64), after : ""', ('<iostream>', 6, 11, 'oerPort = @DOMAIN_LISTEN_PORT@'))
         at org.python.core.parser.fixParseError(Unknown Source)
         at org.python.core.parser.parse(Unknown Source)
         at org.python.core.Py.compile_flags(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at com.oracle.cie.domain.script.ScriptHelper.executeEmbeddedTemplateScript(ScriptHelper.java:1574)
         at com.oracle.cie.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:1322)
         at com.oracle.cie.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:1305)
         at com.oracle.cie.domain.DomainChecker.preprocessOutput(DomainChecker.java:143)
         at com.oracle.cie.domain.TemplateImporter.generate(TemplateImporter.java:274)
         at com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:216)
    Thanks
    Edited by: 985275 on Jan 31, 2013 12:13 AM

    Hi,
    After installing Oracle DB, did you Install RCU setup succesfully??
    If not, Install RCU and then procced.
    -Santosh

  • No Endpoint created in Oracle Enterprise Repository (OER)

    Hi,
    I created a proxy service in Oracle Service Bus (OSB) and harvested it to Oracle Enterprise Repository (OER). The harvesting was successful. Following artifacts were created in OER:
              Interface/OpenAccountService      1.0      Interface      Unsubmitted
              OpenAccount.wsdl      1.0      Artifact: WSDL      Unsubmitted
              OpenAccount.wsdl-2      1.0      Artifact: WSDL      Unsubmitted
              OpenAccount.wsdl-3      1.0      Artifact: WSDL      Unsubmitted
              OpenAccount.xsd      1.0      Artifact: XSD      Unsubmitted
              ProxyService/PS_OpenAccount      1.0      Service      Unsubmitted
              PS_OpenAccount.proxy      1.0      Artifact: Proxy      Unsubmitted
    But no Endpoint is created. Can someone explain why?
    I need to publish this service to Oracle Service Registry. I cannot publish without a valid Endpoint. Kindly help
    Thanks.

    Adding reference to the thread where we discussed it-
    Service Bus(OSB) not harvesting Endpoint to Enterprise Repository(OER)
    Regards,
    Anuj

  • Problem Installing Oracle Enterprise Repository 10.3

    Hi All,
    When I'm running the installation program in the silent mode on Windows XP, I get the following error:
    *ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The directory path must be absolute: []*
    This is my silent.xml:
    <?xml version='1.0' encoding='UTF-8'?>
    <Oracle-installer>
         <input-fields>
              <data-value name='OracleHOME' value='C:\oracle\Middleware\home_11gR1'/>
              <data-value name='COMPONENT_PATHS' value='Oracle Enterprise Repository/Core Repository with Examples|Oracle Enterprise Repository/Oracle Enterprise Repository Plug-In for Eclipse'/>
              <data-value name='APP_SERVER_TYPE' value='WLS'/>
              <data-value name='APP_SERVER_NAME' value='WebLogic Server 10.3'/>
              <data-value name='APP_PATH' value='oer103'/>
              <data-value name='WEB_PATH' value='oer103-web'/>
              <data-value name='ALER_URL' value='lkxkca0.cantv.com.ve'/>
              <data-value name='DOMAIN_LISTEN_PORT' value='7001'/>
              <data-value name='USER_INSTALL_DIR' value='C:\oracle\Middleware\home_11gR1\repository103'/>
              <data-value name='RUN_DBCONFIG_WIZARD' value='yes'/>
              <data-value name='CONFIG_RESPOSIT_DB' value='yes'/>
              <data-value name='DB_TABLE_BLOB' value='OER_LOB'/>
              <data-value name='DB_TABLE_DATA' value='OER_DATA'/>
              <data-value name='DB_TABLE_INDEX' value='OER_INDEX'/>
              <data-value name='DB_DRIVER' value='oracle.jdbc.driver.OracleDriver'/>
              <data-value name='DB_JARFILES' value='C:\oracle\Middleware\home_11gR1\ojdbc14.jar'/>
              <data-value name='DB_DBMS' value='xe'/>
              <data-value name='DB_PORT' value='1521'/>
              <data-value name='DB_HOST' value='LKXKCA0.cantv.com.ve'/>
              <data-value name='DB_USERNAME' value='OER'/>
              <data-value name='DB_PASSWORD' value='OER_PWD'/>
              <data-value name='APP_SERVER_HOME' value='C:\oracle\Middleware\home_11gR1\wlserver_10.3'/>
              <data-value name='USER_DOMAIN_DIR' value='C:\oracle\Middleware\home_11gR1\user_projects\domains\base_domain'/>
              <data-value name='SUPPORTED_WL_HOME' value='C:\oracle\Middleware\home_11gR1\wlserver_10.3'/>
              <data-value name='WL_HOME' value='C:\oracle\Middleware\home_11gR1\wlserver_10.3'/>          
         </input-fields>
    </Oracle-installer>
    Thanks,

    Amit Rathi wrote:
    Please can anyone tell me if OER10.3 is compliant with Oracle Weblogic 11g and 10.3???Waiting for an answer? Consider asking in a WebLogic forum instead of a database forum. (Clikc on the "Forum Home" link above and scroll down.) There are lot more people over there who might know the answer.

  • Submit file/project to Oracle enterprise repository from Jdeveloper 11g

    Hi,
    I created an project and used to submit file/project to oracle enterprise repository from Jdeveloper 11g Release1, it throws the following Ant log as:
    Buildfile: /home/weblogic/Oracle/Middleware/jdeveloper/harvester/11.1.1.5.0-OER-Harvester.zip_FILES/harvester/harvester-ant.xml
    introspect-file:
    [repository.submit] An error occurred performing the Repository operation:
    [repository.submit] com.oracle.oer.sync.framework.MetadataIntrospectionException: com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to read plugin file: /home/weblogic/Oracle/Middleware/jdeveloper/harvester/11.1.1.5.0-OER-Harvester.zip_FILES/harvester/plugins/bpmn.introspector
    BUILD FAILED
    com.oracle.oer.sync.framework.MetadataIntrospectionException: com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to read plugin file: /home/weblogic/Oracle/Middleware/jdeveloper/harvester/11.1.1.5.0-OER-Harvester.zip_FILES/harvester/plugins/bpmn.introspector
         at com.oracle.oer.sync.framework.MetadataManager.init(MetadataManager.java:310)
         at com.oracle.oer.sync.framework.ant.IntrospectTask.createMetadataManager(IntrospectTask.java:370)
         at com.oracle.oer.sync.framework.ant.IntrospectTask.getMetadataManager(IntrospectTask.java:355)
         at com.oracle.oer.sync.framework.ant.IntrospectTask.performRepositoryWork(IntrospectTask.java:312)
         at com.oracle.oer.sync.framework.ant.RepositoryTaskBase.execute(RepositoryTaskBase.java:182)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         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.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:357)
         at org.apache.tools.ant.Target.performTasks(Target.java:385)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
         at org.apache.tools.ant.Main.runBuild(Main.java:758)
         at org.apache.tools.ant.Main.startAnt(Main.java:217)
         at org.apache.tools.ant.Main.start(Main.java:179)
         at org.apache.tools.ant.Main.main(Main.java:268)
    Caused by: com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to read plugin file: /home/weblogic/Oracle/Middleware/jdeveloper/harvester/11.1.1.5.0-OER-Harvester.zip_FILES/harvester/plugins/bpmn.introspector
         at com.oracle.oer.sync.framework.impl.DefaultPluginManager.processIntrospector(DefaultPluginManager.java:127)
         at com.oracle.oer.sync.framework.impl.DefaultPluginManager.<init>(DefaultPluginManager.java:73)
         at com.oracle.oer.sync.framework.MetadataManager.init(MetadataManager.java:308)
         ... 21 more
    Caused by: com.oracle.oer.sync.framework.MetadataIntrospectionRuntimeException: Error: Unable to find asset type in OER: c1b66c2b-a0a5-11df-a365-576b3399627c. Please make sure that the Harvester Solution Pack is installed in OER.
         at com.oracle.oer.sync.framework.MetadataManager.putAssetType(MetadataManager.java:213)
         at com.oracle.oer.sync.framework.impl.DefaultPluginManager.processIntrospector(DefaultPluginManager.java:104)
         ... 23 more
    Please, provide any solution be appreciated..
    Thanks, Janardhan
    Edited by: 899397 on Nov 27, 2011 9:55 PM

    I'd suggest to try the solution desciribed in [this |https://forums.oracle.com/forums/thread.jspa?messageID=10058821&#10058821] discussion thread.

Maybe you are looking for