External BEA Content Repository

Good day,
I am attempting to create a new BEA Repository that resides in an external database and have followed the instructions as described in Creating Additional BEA Repositories at http://e-docs.bea.com/wlp/docs81/repository/repository.html
After deploying the content_repo.jar and bouncing the WebLogic Portal Server, I am not able to view or edit repository content. It is also not possible to manage content types in the new repository.
Has anyone managed to create an external repository and published content to it satisfactorily?
The errors I get are of the following types:
1.) Error Retrieving Tree Operation.
EJB Exception: : com.bea.content.RepositoryRuntimeException: Error getting the folders files. Parent Id: {0} Type: {1} at com.bea.content.repo.internal.RepoNodeOpsBean.getNodeChildren(RepoNodeOpsBean.java:1228) at com.bea.content.repo.internal.RepoNodeOpsEJBRefImpl_57333u_ELOImpl.getNodeChildren(RepoNodeOpsEJBRefImpl_57333u_ELOImpl.java:776) at com.bea.content.spi.internal.NodeOpsImpl.getNodeChildren(NodeOpsImpl.java:285) at ... (400 lines trimmed off)
or:
2.) Defined Types for Repository: RefImplRepository An exception has been thrown while trying to render this page.
Exception Message:
Error getting types.; nested exception is: javax.ejb.TransactionRolledbackLocalException: EJB Exception: ; nested exception is: com.bea.content.RepositoryRuntimeException: While trying to look up comp/env/jdbc/contentDataSource in /app/ejb/content_repo.jar#RepoObjectClassReaderEJBRefImpl.... (500 lines trimmed off)
Thanks for your time.

Does it work in the admin tools when you click on the placeholder and preview it?
In the admin tools, do you have the primary property configured on your node's type? (to be the binary you want displayed)
Can you retrieve the content by hitting the ShowProperty servlet? (try a url like http://localhost:7001/<webappname>/ShowDoc/<path to your node>

Similar Messages

  • How to Export/Import Datas from BEA content Repository

    Hi,
    I want to Export the datas from BEA content repository and import into the ORacle Repository. Can anybody please let me know how to do that . Thanks in advance.
    Best regards,
    Venkat.S

    copy the files from
    (username)/library/preferences/AICS3settings/en_us/workspaces
    to
    (username)/library/preferences/AICS5settings/en_us/workspaces

  • Does the bea content repository is JSR-170 compliant

    Hi ALL,
    Actually i want to use the bea content repository form my web service so should i go for SPI interface or i should use the JCR (Java Conetnt repository)API.
    But i would be able to use the JCR interface only if the bea content repository is JSR 170 compliant.
    Pls. suggest me the right way.
    Thanks.........

    The BEA repository is not yet JSR-170 compliant.

  • Getting uploded file object from bea Content repository

    Hi,
    This is regarding bea portal 8.1 content repository
    I have a content node ,type of content is message or article
    Now in this one of the attribute is Attachment..
    I have uploded a XMl file to this attribute
    How do i retrive this file object using bea cutom tags,,
    Are there any custom tag available? or
    can i accessthis document using some kind of API..?
    Can anyone please throw light on this...
    Quick response will be highly appreciated
    Thanx a lot
    Manish Rathi

    Manish,
    You can use the GetPropertyTag located in com.bea.content.manager.servlets.jsp.taglib,
    or you can also use the API directly. To use the api, you would do something like
    this:
    Property property = node.getProperty("Attachment");
    ID propertyId = property.getId();
    ID nodeId = node.getId();
    NodeOps nops = repositoryManager.getNodeOps();
    InputStream is = nops.getPropertyBytes(nodeId, propertyId);
    Regards,
    James
    "Manish" <[email protected]> wrote:
    >
    Hi,
    This is regarding bea portal 8.1 content repository
    I have a content node ,type of content is message or article
    Now in this one of the attribute is Attachment..
    I have uploded a XMl file to this attribute
    How do i retrive this file object using bea cutom tags,,
    Are there any custom tag available? or
    can i accessthis document using some kind of API..?
    Can anyone please throw light on this...
    Quick response will be highly appreciated
    Thanx a lot
    Manish Rathi

  • Bea content repository bug (?)

    Hi All,
    I've encountered a problem working with the Bea weblogic content repository.
    I've tried to create a new property for a content type wich has already some contents associated.
    The results is that if i try to set the new proprery value, for a content that has been loaded before the new property was created, the admin console displays an error (reported below)
    Does someone know if there's a bug on the content managemtent, and if it is, how can be avoided?
    Here is a summarization of the steps i followed:
    1. Loaded a new content of Image type (named image1)
    2. Created a new property (image width) for the type Image
    3. Tried to set the new property of the content image1 --> (ERROR)
    4. Loaded another content of the same type (named image2)
    5. Tried to set the new property of the content image2 --> (OK)
    Thank you in advance,
    Kind regards.
    -- Marco --
    --------------------- ERROR LOG ---------------------
    java.lang.NullPointerException
         at content.node.nodeSelected.properties.NodePropertiesController.saveProperty(NodePropertiesController.java:1032)
         at content.node.nodeSelected.properties.NodePropertiesController.saveProperties(NodePropertiesController.java:986)
         at content.node.nodeSelected.properties.NodePropertiesController.saveProperties(NodePropertiesController.java:779)
         at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:869)
         at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:808)
         at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:477)
         at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:305)
         at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:335)
         at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:51)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:95)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2042)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:90)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2114)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:554)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:851)
         at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:630)
         at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:157)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
         at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1169)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:688)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:144)
         at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:107)
         at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:99)
         at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:180)
         at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:168)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    hi,
    I have not verified it with BEA, but I have analyzed the error as I encountered it my self. Seems like the bug arises from a missing row in the CM_PROPERTY table. This seems to trigger a bug of some sort in the content framework.
    You could try to make a sql ( should be easy ) to insert the missing rows.
    I have blogged about this in my [url http://blog.thej2eestruggle.com]J2EE blog.
    - Anders Mathisen

  • Bea content repository configuration

    Hi All,
    Can somebody can tell me that what will be impact of setting
    streamble property set to true in BEA repository configuration.
    and one more doubt that how can we use multiple BEA systme repository ?
    PLs. reply ASAP
    Thanks.
    Edited by btsl_deepti at 03/16/2007 3:37 AM

    These javadocs on the RepositoryConfig class explain what streaming binary content means and the implications for its use:
    http://e-docs.bea.com/wlp/docs92/javadoc/com/bea/content/manager/RepositoryConfig.html
    For multiple repositories, see the "Configuring Additional BEA Repositories" section on this page:
    http://e-docs.bea.com/wlp/docs92/cm/filesystemArchCM.html

  • Accessing bea content repository through a webservice

    Hi All,
    I want to use the bea default database based repository through a web service.
    So please suggest me the way to do this.
    Can i use the spi interface to do the same if yes
    then how should i go ahead ?
    Regards,
    BTSL_Deepti

    Yes, it's called InDesign Server :-)

  • Programmatically checking the security in content repository

    Hi all,
    Is there any way to programmatically check whether a user has access to the documents under a particular node in content repository(in my case I have to use deligated administration role to check for the role in my code)? I am using BEA content repository.
    any help appreciated.
    thanks
    Ravindra

    Hello,
    I suppose you could meta-tag the content node with a property that specifies the user groups allowed access to the content. And then you could construct a rule which checks (programmatically, using the rule related EJB's) if the user has access rights. This is probably one technique.
    cheers,
    Deepak

  • Content repository - Multiple unrestricted ordering issue for a property

    Hi there,
    I have a problem in terms of getting the correct ordering for a property that I have defined in the BEA Content Repository. Does anyone know what can be done?
    Below is a description of what I am doing. I hope someone can help me order the vector returned or advise me on a better way on doing this. Thanks for your help in advance!
    Andrew
    Description
    In the BE Content Repository, I have set up a type with properties set to "Multiple Unrestricted" and of Data Type "String". Basically the entries for this property will be used to fill in a table on my HTML page.
    e.g.
    column_1 Multiple Unrestricted String
    column_2 Multiple Unrestricted String
    column_3 Multiple Unrestricted String
    column_4 Multiple Unrestricted String
    What I am planning to do is fill this in for say the weather. Column 1 will be the city name, column 2 will be the temperature, column 3 will be another city name and column 4 will be the temperature.
    e.g.
    Column 1 | Column 2 | Column 3 | Column 4
    =========================================
    City 1 | 12-20C | City 2 | 14-19C
    City 3 | 20-25C | City 4 | 25-30C
    City 5 | 5-10C | City 6 | -10-5C
    and so on...
    So for the defined content item I have entered in the following:
    column_1 >> "City 1", "City 3", "City 5"
    column_2 >> "12-20C", "20-25C", "25-30C"
    column_3 >> "City 2", "City 4", "City 6"
    column_4 >> "14-19C", "25-30C", "-10-5C"
    However when I reference the content item in my HTML page, the ordering in the returned vector is totally different to the way in which i entered the data into the content repository...
    I access the information this way:
    <cm:getProperty resultId="vect_col_1" node="<%= content_node%>" name= "<%= RepositoryProps.COLUMN_1%>" isMultiple="true" resultType="String" />
    Thanks for your help!

    Hi there,
    I have a problem in terms of getting the correct ordering for a property that I have defined in the BEA Content Repository. Does anyone know what can be done?
    Below is a description of what I am doing. I hope someone can help me order the vector returned or advise me on a better way on doing this. Thanks for your help in advance!
    Andrew
    Description
    In the BE Content Repository, I have set up a type with properties set to "Multiple Unrestricted" and of Data Type "String". Basically the entries for this property will be used to fill in a table on my HTML page.
    e.g.
    column_1 Multiple Unrestricted String
    column_2 Multiple Unrestricted String
    column_3 Multiple Unrestricted String
    column_4 Multiple Unrestricted String
    What I am planning to do is fill this in for say the weather. Column 1 will be the city name, column 2 will be the temperature, column 3 will be another city name and column 4 will be the temperature.
    e.g.
    Column 1 | Column 2 | Column 3 | Column 4
    =========================================
    City 1 | 12-20C | City 2 | 14-19C
    City 3 | 20-25C | City 4 | 25-30C
    City 5 | 5-10C | City 6 | -10-5C
    and so on...
    So for the defined content item I have entered in the following:
    column_1 >> "City 1", "City 3", "City 5"
    column_2 >> "12-20C", "20-25C", "25-30C"
    column_3 >> "City 2", "City 4", "City 6"
    column_4 >> "14-19C", "25-30C", "-10-5C"
    However when I reference the content item in my HTML page, the ordering in the returned vector is totally different to the way in which i entered the data into the content repository...
    I access the information this way:
    <cm:getProperty resultId="vect_col_1" node="<%= content_node%>" name= "<%= RepositoryProps.COLUMN_1%>" isMultiple="true" resultType="String" />
    Thanks for your help!

  • Content Repository sharing across domains

    Hello,
    Is it possible to share a bea content repository across domains?
    Thanks,
    -- Anant

    Ok,
    But besides caching, would there be any other issues, like entitlements and delegated admin?
    If the content cache timeout were to be set to say 20 minutes, then at the most the content would be 20 minutes out of date. So then could you set up a repository in multiple domains, with one domain having the entitlements and delegated admin setup for publishing content and the other domains being read only?
    Thanks,
    -- Anant

  • DMS Link Table for External Content Repository

    Can someone advise in what table is the link to the External Content Repository stored, in SAP's DMS? We are able to save a document using CV01n in documentum, but are unable to determine the table in which the link to the external document id is stored.
    It is NOT in TAO01, which would be the obvious choice. Perhaps TAO01 is only used by ArchiveLink and not by DMS.
    We know that the link is stored in one of the tables in SAP, because we are able to retreive the document.
    Regards,
    Ajay

    Dear Ajay,
    please check if tables DMS_DOC2LOIO, DMS_PHIO2FILE and DMS_PH_CD1 could provide you the necessary data.
    Maybe also FM SDOK_PHIOS_PROPERTIES_GET could be usefull.
    Best regards,
    Christoph

  • Use Documentum Content Repository to BEA Repository

    Hi,
    I want to migrate content from BEA Repository to Documentum Content Repository. I would like to know if there are any standard API's to display content from Documentum to Portal jsp pages?
    Any help is greatly appreciated.
    Thanks,
    Latha

    You can use the CMSPI implemented by Documentum. But it is a separate
    license.
    <Sailatha Kapavarapu> wrote in message news:[email protected]..
    Hi,
    I want to migrate content from BEA Repository to Documentum ContentRepository. I would like to know if there are any standard API's to display
    content from Documentum to Portal jsp pages?
    >
    Any help is greatly appreciated.
    Thanks,
    Latha

  • Changing content repository for external archiving:

    Recently my company is in the process of transitioning from one document archiving server to another.  We configured a new content repository in our system, and then I used transaction OACT to change the content repository for the category of documents that I am working with.
    This appeared to work well on development,  old documents on the server A were still accessible,  newly created documents were archiving succesfully to server B.
    The problem arose when I attempted to transport my change to the QA server.  It seems that when a change to a content repository field is made in transaction OACT the transports do not contain a change to that field, so I cannot change it in QA.
    The following entries are created in my transport:
    IMG Activity  Define Content Categories
         View Maintenance: Data
             V_SDOKSTCA
                 SDOKSTCAE
                 SDOKSTCAT
                 SDOKSTCDSP
    I can change the Document Area,  but the content repository field is not included in the transport.  Has anyone else run into this when migrating between archving servers?

    It seems that it isn't a good idea to change the content repository for this type of object once a system has gone live.  I'm planning to have all of the documents previously archived migrated to the new server and once that occurs I'll edit this field directly in production...
    If anyone has a better suggestion please let me know.

  • How do you retrieve Many documents from an external content repository

    We are using P8 to store our AP Imaging documents (invoices).  The conenction for this is set up through all the standard document management configuration using OAC0, OAC3, etc.
    I wrote an ALV program that allows the users to search SAP and it will give them the unique GuiID that is passed between SAP and P8.  This works great for retrieving document data, and then in the ALV layout I have a hot spot on the document number so it will launch SAP function module: ARCHIV_GET_CONNECTIONS and display the invoice using standard functionality.
    The client has recently recieved a request to pull over 2500 invoices and save them in a folder for review.  I tested BAPI_DOCUMENT_CHECKOUTVIEW2 and it either doesn't allow me to connect to the P8 system, or I'm filling out the document type and document nuber different from what SAP expects.
    Question:
    Has anyone recieved a similar request to extract multiple documents from a content repository and what did you use to accomplish this?
    Thanks,
    Anthony

    After the weekend has past, could it be true?  No one has had to do this yet?
    Thanks,
    Anthony

  • IBM FileNet instead of UCM as default content repository for WebCenter

    Hi,
    Appreciate if anyone can clarify the following queries:
    Is it possible to replace UCM with IBM FileNet as the default (primary) content repository of Oracle WebCenter?
    Is JSR 227 adapter available for FileNet to connect it to WebCenter (as Secondary, NOT as primary content repository)?
    regards
    Rafique

    useful links:
    UCM replacement with IBM File net
    Using IBM FileNet instead of UCM
    From the installation document:
    The Documents service provides content management and storage capabilities for WebCenter applications. To use the Documents service, you must have a content repository > at the back end that contains the documents you want to manage. Oracle WebCenter supports content integration with the following external repositories:
    Oracle Content Server
    Oracle Portal 11g
    Microsoft Office SharePoint Server (MOSS) 2007 Service Pack 2
    Microsoft Windows SharePoint Services (WSS) version 3 Service Pack 2I know that the marketing materials show a Documentum adaptor, but I don't believe that's been created yet. I believe that it's a legacy BEA adaptor that hasn't been officially released for WC yet.
    Thanks,
    -ryan

Maybe you are looking for

  • "Unknown Error" (-50) The disk could not be read from or written to

    My iPod Nano syncs fine, but I have never been able to change a setting without getting the above error dialogs ("Unknown Error (-50)" and "The disk could not be read from or written to") Does anyone know what's up?

  • Test Report button on report queries

    Does anyone know the code/javascript/url behind the test report button on report queries component? We are having DSN problems using the print url given on the report query. The URL works for some of our developers and not for others. The test report

  • CRMD_ORDER - Status

    Hie frds, in a QT, line item status was set to COMPLETED manually and hence the system says, changes to this document are not possible. we want to be able to change the document. is there any report from where we can reset the status? thanks and rega

  • Template not updating pages on save

    I created a template, then created pages based on that template. I make a change to the template, save, it says it will update my 10 pages, then the log shows that 0 pages were updated. I check the pages, they didn't update. What's the problem? Why a

  • Authentication/Synchr. examples with Oracle DB source?

    Hi, We want to develop our own synchr./auth. service accessing tables in an Oracle DB and could not figure out yet how to specify the connection. Does anybody has examples/information how to do it? I've already looked at the EDK documentation but I'v