Recursively publish content from BEA Repository

Hi.
Weblogic Portal 9.2, Content Management:
I have moved all our content from the test system to the production environment using propagation. The test system had versioning enabled and when the content was propagated the workflow status disapeared and all content ended up with status Draft...
Is there something I can do to recursevely set all content to a published state? There's a lot of content and I don't wanna go through it all again...
Thanks in advance.

There is no API or tooling to approve content in bulk, but you could use the existing API to recursively traverse the content by path and approve as you go. We have an enhancement request covering the need for bulk approval.
-Ryan

Similar Messages

  • How put content from Bea repository

    I can't put content from bea repository to a jsp, i read the e-docs of portal 10, but it didn't work.. someone can help me with that.. some link that show how to do it?
    Some tutorial or manual to do it.
    PS: I use weblogic portal 10 ??.

    There is no API or tooling to approve content in bulk, but you could use the existing API to recursively traverse the content by path and approve as you go. We have an enhancement request covering the need for bulk approval.
    -Ryan

  • How to fetch an image from bea repository.

    Dear ALL,
    I have two binary properties named image and altImage in the content item of one
    of the nodes in the virtual repository. Looks like, BEA arranges all the properties
    alphabetically and when I use showBinary servlet to display a binary property,
    it displays the uploaded image from the altImage property(because it starts with
    a alphabet). But when I make the other image property PRIMARY, ShowBinary servlet
    displays the uploaded image from the image property but I could not show uploaded
    file from altImage property.
    The SYNTAX used by me is,
    <img src="<%=request.getContextPath() + "/ShowBinary" + conItem.getPath()%>" width="791"
    height="150" border="0" >
    Is there a way where I can show the selective binary(jpg/gif only) properties
    using /ShowBinary, if no, can you guide me to another way of doing the same.
    Vijay B.

    Vijay,
    Sorting on search will only work with system properties. For a list of system
    properties please take a look at com.bea.content.expression.Search on the javadoc
    site at http://e-docs.bea.com/wlp/docs81/javadoc/index.html. I'll add the ability
    to sort on non-system properties as a feature request for next release.
    James
    "Vijay Bijjargi" <[email protected]> wrote:
    >
    Thanks alot.
    I have one more query. I would appreciate if you help me. Thanks in advance.
    There is a attribute(property) of contentselector
    named sortBy(even in cm:search). But when I run my jsp, It could fetch
    the
    contents from the repository but It could not sort by a specified field
    of
    a repository.
    Can you pls tell me the right way of using it or why it is not showing
    me
    the expected result.
    Thanks.
    Vijay Bijjargi
    [email protected]
    Mumbai, India
    "Markus Blumrich" <[email protected]> wrote:
    Vijay, I brought this up during beta testing and the response from BEA
    was
    that you would be able to use ShowBinary on any property in GA by appending
    the name of the property with two slashes to your URL... example:
    /ShowBinary/my/url//myBinProperty
    I haven't had time to see if it works yet,
    Markus
    "Vijay Bijjargi" <[email protected]> wrote in message
    news:[email protected]...
    Dear ALL,
    I have two binary properties named image and altImage in the contentitem
    of one
    of the nodes in the virtual repository. Looks like, BEA arranges allthe
    properties
    alphabetically and when I use showBinary servlet to display a binaryproperty,
    it displays the uploaded image from the altImage property(because
    it
    starts with
    a alphabet). But when I make the other image property PRIMARY, ShowBinaryservlet
    displays the uploaded image from the image property but I could notshow
    uploaded
    file from altImage property.
    The SYNTAX used by me is,
    <img src="<%=request.getContextPath() + "/ShowBinary" +conItem.getPath()%>" width="791"
    height="150" border="0" >
    Is there a way where I can show the selective binary(jpg/gif only)properties
    using /ShowBinary, if no, can you guide me to another way of doingthe
    same.
    Vijay B.

  • Migration of content from Subversion repository

    Hi.  I'm trying to migrate some content from some subversion (svn) repositories into SharePoint document libraries.  Since I don't currently have .NET-based svn-reading capabilities, I've got my content in another application that was then calling into the SharePoint copy web service.  With this I can get almost everything I need, but not quite everything.  I want to be able to retain the check-in author, check-in date, and check-in comment from my svn metadata, but I don't see how to force that information into my document library at the time that I upload my document.
    So, how can I create a document in a versioned document library that will allow me to supply my own specific author, modified-by user, and check-in comment?  I am also not opposed to just buying a standalone product that does this, but I can't seem to find anything like it.
    thanks,
    Chris

    Interesting topic..
    We use Tortoise/SVN heavily for our team development.
    We use it for maintaining all kinds of code stuff. VBS, C#, PowerShell, IPF, AU3 etc....
    It's sooo easy to work with, but the backend is either a file share or an  Apache web server.
    Currently there does not seem to exist an IIS backend or even a Sharepoint solution.
    We have been toying with embedding SVN in IIS/MOSS 2007 since versioning is build in there.
    The problem is IMHO the SVN protocol must be implemented in a special MOSS feature and you also need to access the backend trough a web part in order to upload/download subscribe to a repository.
    Supplying the mandatory comment attributes can be done in MOSS in the document library settings by adding columns and making them required.
    We do that kind of stuff in combination with a special autonumbering feature in order to create unique ID numbers for each document.
    I've googled a while about this subject, but there is no real solution in IIS/Sharepoint as far as I know.
    Marcel

  • Dowloading Binary from BEA Repository

    Hi,
    Im having problems in creating a link to down load a binary file from the repository. I have a list of files produced via a contentSelector. But cant seem to be able to create a valid link in the JSP. Is there anywhere that i can find an example on how to acheive this.
    Thanks

    Take a look at the DownloadBinaryServlet and its javadoc. By default, this is registered (in web.xml) to service URLs of the form /DownloadBinaryServlet/*
    You should be able to construct a URL to the DownloadBinaryServlet for your link, by specifying the NodeID or path (and optionally the property name). When the link is clicked, the binary can be downloaded.
    -Steve

  • Publishing content from reports server to a portal page

    I have a system with Forms/Reports 6i in a client/server implementation. I have 6i reports server from this on the server tier. I have added 9iAS (minimal install) to get Portal and HTTP server. I have completed the configuration and I can have the portal page submit jobs to the reports server and they are displayed properly.
    But I also wish to run reports from the application. This app submits jobs to the reports server via RWCLI60. I was hoping I could use 'File' as the destype and drop off content into a directory the web server knows about and then have a portal page that will generate links to the files. These could be pdf or html output.
    Can anyone tell me if this is possible and provide a short list of steps to configure it? Thanks.

    there is an example of this on dev2dev, see sample code, "redirect" example
    (dev2dev.bea.com)
    "Lancy Mendonca" <[email protected]> wrote:
    >
    All
    In a webflow how is it possible to redirect to a portal page from a input
    processor.
    The situation I have is as follows. I have a homepage that has a login
    portlet.
    The user enters the username and password and after performing the validation
    and authentication I need to redirect to another portal page that is
    available
    only to logged users.
    Any help will be creatly appreciated

  • HTML5 published content from Captivate 7 including slide audio does not play audio in DPS preview

    I have added HTML 5 content to a DPS publication I am creating in Indesign CC. When I preview the content on my desktop I cannot hear the audio play when initiated. The content appears, but without audio. is this normal? I cannot publish to a device right now, and am just trying to figure out if I am doing something wrong.

    I concur, but do not have the device with me today, and was wondering if this is a common discrepancy. Has anyone tested Captivate output with slide audio into DPS? Does it work?

  • Can you publish content from a trial version of photoshop?

    I am simply wondering if I could use adobe's trial version of photoshop to create something for my school project.

    yes, all adobe trial products are fully functioning version with a 30 day unrestricted use limitation.

  • 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

  • Migrating Publisher Database and related content from CMS in LSO

    Dear Folks,
    I am trying to migrate/move the published content from the existing server to a new server. My out come should be I should be play the same content through content player in the new server.
    What is the process that is generally followed while moving content from server to server and how the publisher database details are moved?
    Regards
    S

    Hey Hubert,
    Still I am trying to get a break through, but looks like this is a technical data migration (BASIS). I was able to freeze on the respective tables. Btw the content is not SCORM or AICC compliant so the learning transactional data will not take a hit while I am moving.
    Regards
    S

  • Service Publication from PI Repository vs Directory vs SOAMANAGER

    Hi
    I have question on the service publication states when it is published from ECC and PI
    Let say we have a scenario where we need to call a Server Proxy via PI.
    When I publish the service from PI Repository(inbound service interface), it is registered in SR as
    Service State - Modeled
    System - <PI SID>_ESROn<Host>
    No Endpoint in this case, since it is not configured.
    I implement the server proxy in ECC and configure endpoint publish it through SOAMANAGER , It is registered separately
    in SR as
    Service State - Configured
    System - <ECC SID>On<Host>
    But this is not via PI mediated and also publication system is different.
    Now I am confused, the same service, when I published from PI-ESR, it is "Modeled" with PI system name.
    When I Publish it from ECC, It creates separate entry with state configured(if I define endpoint for it)
    Why there is an option/need to publish Service from PI Repository at all, when it remains in the model state?
    Another question:
    There is an option to publish the service from PI Directory too. It is available from Sender Agreement(for the Outbound
    Service Interface for the same Proxy). When I do it from here.. It makes another entry in service registry
    Now state is configured But the Service name is not what I published from PI-ESR.
    I published the inbound Service i/f from ESR. The service I publish from PI Directory is Outbound SI
    So If I need to use PI mediated publication it will always be Sender Agreement (Outbound interface) with SOAP adapter,
    right???????
    Again I don't see any point publishing Inbound Interface from ESR. coz I can not configure it.
    Can you explain me how PI publications(from ESR or Directory) affects the SR entry?
    Thanks,

    Hi,
    First you need to understand role of SR, it is just yellowpage to locate service it is nothing to do with actual implementation or runtime of service.
    If you notice provider system is part of key in SR so same service with same name you can publish from 'n' systems.
    SR is also manage or support lifecycle stage of service so you can see different state like "Modeled" etc.
    >Why there is an option/need to publish Service from PI Repository at all, when it remains in the model state?
    It is not often used but it is required when you want to share your metadata with different implenting tools like java or .net they can locate service from SR and do the implementation in their respective technologies. You can even publish service in SR by providing url of wsdl in SR.
    >Now state is configured But the Service name is not what I published from PI-ESR
    making service out of sender agreement is old feature of PI (since 3.0), sender agreement behave like webservice and any external application call it via SOAP and then it trigger message execution in PI, so it look like following:
    consumer appl -> Sender agreement (trigger->PI messaging [receiver determination+transformation etc])
    >Again I don't see any point publishing Inbound Interface from ESR. coz I can not configure it.
    You are missing point here, it is NOT mandatory to publish service at all but it is option given so that modeling of serivce is always segrated from implementation and publish is required not for consumption of service but to extract meadata as well i.e. if have team of java developer who want to develop webservice which is configured in ESR then they have 2 option, either locate service in SR or connect/download wsdl from ESR directly (connection with ESR is easy as both toolinmg developed by SAP) but same is not true for any other webservice development tool and they will prefer to extract metadata from SR.
    I hope this clarify your doubts.
    Regards,
    Gourav

  • Publisher Content to the Knowledge Directory

    Hello,
    I want to publish a single portlets published content to the knowledge directory. Let's call the portlet 'Policy Info'
    So I created a publisher crawler. Unfortunately, it would not let me drill down to the exact portlet. I only gave me a choice at the root level of all the portlets. (I don't want all publisher portlet content item to show up in the KD).
    I tried to create a filter that would grab only info from that specific portlet. But the filter does not have a property to specify the portlet name. I can create a filter on each content item, but that means adding or deleting a filter every change.
    Any ideas how to get the published content from 1 specific folder into the KD?
    Thanks,
    V
    Computers are like Old Testament gods; lots of rules and no mercy. ~Joseph Campbell

    Vivek,
    It should allow you to do so. You can drill down to the exact portlet folder and configure that folder in the Publisher Crawler.
    Note: All root level folders are Hyperlinks, when displayed while creating a publisher crawler. Click on the root folder and navigate to your portlet folder.
    Thanks,
    Bharat
    Bharat Karthik
    [email protected]
    http://www.eminenttech.com/

  • 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

  • "Always trust content from this publisher" checkbox wanted OFF by default

    If in Windows IE a signed applet ist about to run, the user is prompted for acceptance.
    If the Java applet is signed with a trusted certificate, the user will still be prompted. However, the option to "Always trust content from this publisher" is enabled by default. I DO NOT like this behaviour as it imposes a potential security risk and urges me to always uncheck the option.
    Is it possible to change the default behaviour to this checkbox being disabled by default?

    It sounds like in your NB project you are generating new cert to sign your application every time you build it.
    Generate certificate once, add it to the project and use it to sign jar (see http://download.oracle.com/javase/tutorial/security/toolsign/step3.html)
    Then once you click on "always trust content from this publisher" you should never be asked again as long as you use same certificate.

  • Add content from File System Repository in Web Page Composer developed page

    Hello,
    I want to use content from the File System Repository in Web Page Composer rather than uploading it again and again in Site Content folder. I see use of Entry Point for this but not sure how to use it and point to File System properly.
    regards
    Jaish

    Hello jaish,
    I think u can achive ur desire through Indexing kindly choose typr of index to be used.
    [Type Of Index|http://help.sap.com/saphelp_nw70/helpdata/EN/3e/07074260486024e10000000a1550b0/frameset.htm]
    regards.
    Soni Vinit
    Edited by: Vinit Soni on Sep 17, 2008 7:01 AM

Maybe you are looking for

  • CD Spanning no longer working after last update

    I was able to burn an audible audiobook that spanned several CD's before the last update, now the burn stops with the first CD and completes. No error, it just burns the first 59 minutes of the playlist.. This is very annoying... Mr. House

  • Editing Pages Designed in Webstudio 5.0 with Dreamweaver CS5.5

    Most of our website was recently redone by an outside party using Webstudio 5.0.  When I open the pages in Dreamweaver the bottom portion is solid blue which makes it difficult to edit.  The majority of the items are text objects or images.  I am doi

  • Triggerring user exit when Total shelf life in MARA is changed

    I want to trigger some code only when the Total Shelf life in MARA-MHDHB is changed in MM02. Is there a way to do this. I have a program that I use to find out all the user exits and BADIs for a transaction code but could not find a point where I cou

  • Use of 0CRMVERSION in the coupon planning

    Hi Friends, What is the significane of the Infoobect 0CRMVERSION in the CRM coupon planning do we have any specific values for this 0CRMVERSION. Please share your ideas on this. This is used in our system BPS coupon planning for CRM integration proje

  • Step to coneect Content Sever11g  through java web application

    HI, I am new to this UCM and we are using 11g version. My requiremet is I have to creat one java based web apllication through that I have post conent into content server. I am planing to use JAX-WS approch. could you please help me what all Jar file