Webcenter Spaces PS2 link service question

Hi,
Is it possible to use the webcenter links service to link a document to another document residing in a different group space in PS2?
For example, group space 'A'is a Knowledge Center (KB) and contains lots of docs. Group Space 'B' is a project group space, and Group Space 'B' would like to link to the knowledge base documents rather than uploading duplicate content.
Could someone tell me how or point me to the Oracle guide containing this information.
Many Thanks
Kevin H
Edited by: user941292 on 19-Jan-2011 07:27

Kevin,
You can achieve this using the URL link type, by linking to the remote document. You cannot "browse" the content repository to locate the link target of the other Spaces instance.
Peter

Similar Messages

  • Webcenter Spaces PS2 - links query

    Hi,
    Is it possible to link to a document residing in a different group space in PS2?
    For example, group space 'A'is a Knowledge Center (KB) and contains lots of docs. Group Space 'B' is a project group space, and Group Space 'B' would like to link to the knowledge base documents rather than uploading duplicate content.
    Could someone tell me how or point me to the Oracle guide containing this information.
    Many Thanks
    Kevin H
    Edited by: user941292 on 24-Nov-2010 05:55

    This is the right documentation for 11g Release 1 PS2 (11.1.1.3). Till PS2, Oracle did not show the patchset number on their documentation. First time, they introduce it from PS3.
    Oracle released limited REST API for few WC Services that includes:-
    1. Discussion Service (http://docs.oracle.com/cd/E14571_01/webcenter.1111/e10148/jpsdg_jive.htm#CHDGJECD)
    2. People Connection Service includes activity stream, connections, message borad, profile and feedback (http://docs.oracle.com/cd/E14571_01/webcenter.1111/e10148/jpsdg_people.htm#BABBBJCE)
    3. Spaces Service (http://docs.oracle.com/cd/E14571_01/webcenter.1111/e10148/jpsdg_spaces.htm#BABIBFCJ)
    4. Content Management Service (http://docs.oracle.com/cd/E14571_01/doc.1111/e15813/toc.htm)
    Poll was not introduced in PS2.
    Regards,
    Imran
    Edited by: Imran Mirza on Jul 6, 2012 5:27 AM

  • Webcenter Spaces ps2 : REST webservices

    Hi All,
    Is there any REST webservice support for Webcenter Spaces ps2, it's there for ps5 but i am looking for PS2... i will appreciate if anyone can help me out with it.
    Thanks

    This is the right documentation for 11g Release 1 PS2 (11.1.1.3). Till PS2, Oracle did not show the patchset number on their documentation. First time, they introduce it from PS3.
    Oracle released limited REST API for few WC Services that includes:-
    1. Discussion Service (http://docs.oracle.com/cd/E14571_01/webcenter.1111/e10148/jpsdg_jive.htm#CHDGJECD)
    2. People Connection Service includes activity stream, connections, message borad, profile and feedback (http://docs.oracle.com/cd/E14571_01/webcenter.1111/e10148/jpsdg_people.htm#BABBBJCE)
    3. Spaces Service (http://docs.oracle.com/cd/E14571_01/webcenter.1111/e10148/jpsdg_spaces.htm#BABIBFCJ)
    4. Content Management Service (http://docs.oracle.com/cd/E14571_01/doc.1111/e15813/toc.htm)
    Poll was not introduced in PS2.
    Regards,
    Imran
    Edited by: Imran Mirza on Jul 6, 2012 5:27 AM

  • WebCenter Spaces (PS2) - Surfacing User Profile Attributes

    I'm a relative 'newbie' to WebCenter Spaces. We have PS2 (Bundle 3) installed, configured and running. I believe I have thoroughly examined the WebCenter Spaces 11g User Guide and tried various EL techniques to no avail, but I cannot determine if and how to surface the attributes contained in a user's profile. For example, can I put a user's profile photo on a group space page using the Image Layout Component? Can I surface a user's email address in a group space page using the Text Layout Component. I see that these attributes for example are used in various OOTB task flows, but I'm wondering if and how they can be used dynamically in other components specified at design in Composer.
    Hope this makes sense. Any assistance you can provide would be appreciated.

    Hi,
    I am not quite sure if this is what you want by I managed to expose the user's email by:
    *1)* Entering composer mode for a page
    *2)* Clicking "Add Content"
    *3)* Searching for and adding a "HTML Markup" component
    *4)* Clicking the "Edit" (spanner) icon for the HTML Markup component
    *5)* Entering the following for the "Value" field:
    +#{webCenterProfile[securityContext.userName].businessEmail}+
    I hope this helps
    EDIT: The way I found this was by clicking the little 'down carrot' next to any field on the edit menu of a component, then selecting "Expresion Builder". From the subsequent popup, you can choose "User Info" from the "Choose a value" drop down, then select the relevant user property in the second drop down, this will populate the text field underneath with the appropriate EL expression
    Edited by: Scott Robertson on 03-Mar-2011 19:46

  • WebCenter Spaces Extensions - Problems creating custom header

    Hi,
    I'm looking for a way of branding the WebCenter Spaces application so that (among others) I can place my own html fragment above the Primary Tab to render a header and hide out-of-the-box global tool bar, secondary tabs and and the side bar. As far as I understood from the "Extending WebCenter Spaces" document (Link: [http://www.oracle.com/technology/products/webcenter/pdf/owcs_r11_extend_spaces_wp.pdf]) I should be able to do this by creating my own custom shell.
    I have taken the gsDefault shell provided within the extendwebcenterspaces.zip file and I got to remove the unwanted bars. Unfortunately I could not get to add my own html fragment for the header. What I have done for this purpose is to change this piece of code in the shell-config.xml:
    <shellContent id="gsDefault" displayName="#{uib_o_w_w_r_WebCenter.LABEL_SPACE_MAXIMIZED_CHROME}"
    pageTemplate="/oracle/webcenter/webcenterapp/view/templates/WebCenterAppShellTemplate.jspx">
    with this one:
    <shellContent id="gsDefault" displayName="#{uib_o_w_w_r_WebCenter.LABEL_SPACE_MAXIMIZED_CHROME}"
    pageTemplate="*/custom*/oracle/webcenter/webcenterapp/view/templates/*Custom*WebCenterAppShellTemplate.jspx">
    For making my custom JSPX file I have taken the default one and made the following change:
    Where there was:
    <f:facet name="top">
    <wcshell:panel name="PrimaryTabBar">
    <af:region id="wc_prm"
    value="#{bindings.shell_PrimaryTabBar.regionModel}"/>
    </wcshell:panel>
    </f:facet>
    I have placed the following code:
    <f:facet name="top">
    <af:panelStretchLayout id="pt_psl1">
    <!--f:facet name="bottom"/>
    < f:facet name="start"/ >
    < f:facet name="end"/-->
    <f:facet name="top">
    <af:image source="/ExtendWebCenterSpaces-StaticFiles-context-root/images/Header.jpg"
    shortDesc="BB 360 Header"
    id="pt_i1"/>
    </f:facet>
    <f:facet name="center">
    <wcshell:panel name="PrimaryTabBar">
    <af:region id="wc_prm"
    value="#{bindings.shell_PrimaryTabBar.regionModel}"/>
    </wcshell:panel>
    </f:facet>
    </af:panelStretchLayout>
    </f:facet>
    I have followed the steps indicated in the document for deploying the custom extensions several times (including, adding the extra java parameter, redeploying and restarting). I know the jspx is accessible as when I try to get it directly from a browser I get a response instead of the page not found page.
    Is this the rightway fo doing it? Am I missing something? Which steps could I follow to identify the underlying problem?
    Thank you very much.

    Marcos,
    I am trying to create new site template and getting below error for wcshell:panel.
    "No grammer available for namespace http://xmlns.oracle.com/webcenter/shell, content of element panel cannot be validated"
    Do you know which JSP Tag Libraries i need to add?
    Thanks
    JP

  • Using WebCenter Spaces Web Service API through JDeveloper's Data Control

    Hi,
    I'm trying to access WebCenter Spaces Web Service API (located at http://host:port/webcenter/SpacesWebService)
    using JDeveloper's Web Center Data Control.
    I created a data control in my portal project using JDeveloper's Web Service Data Control wizard.
    I also created and configured key stores (jps-config.xml) at both sides (spaces server and my portal client).
    How I created a data control:
    * First I entered the name and the URL (http://host:port/webcenter/SpacesWebService?WSDL)
    * Then I entered HTTP basic authentication details (user name and password)
    * After that I drag-and-drop the getGroupSpaces() method from the data control to a .jspx page as a ADF read-only table.
    * Then ran my portal project and navigated to this .jspx page and it worked. List of group spaces appeared well on that page.
    The problem is that I got only public group spaces and group spaces created by the user I entered on HTTP basic authentication details.
    I makes no sense to enter some static user details in a web service client (or a data control).
    So the question is; can I use identity propagation to get only group spaces created by the same user which I logged in my portal?
    Edited by: 832886 on Feb 18, 2011 3:09 AM

    Hi,
    You generally get NameError when you are executing the createCred/updateCred from a incorrect location. Are you using the wlst from oracle_common\common\bin?
    Also, In your steps I don't see what you did to populate the walllet at JDeveloper end after your updateCred failed. This is a required step. Use the wlst from the location emntioned above and you should be able to proceed.
    Thanks,
    Vishal

  • Can't see Document service in the WebCenter Spaces

    Hi,
    I have a problem with the document service in the WebCenter Spaces. I've followed the installation and configuration procedure from the documentation including the setting up the Content repository to UCM in Fusion Middleware control console, but I still can't see the Docuemnt link under the Content and Services tab in my spaces. However, if I go to the Documents page under the Pages tab, it will show me some folder content from the content server. Do I need to anything else to the document service available in WebCenter Spaces?
    Thanks,
    Steven

    By connecting to the Oracle Content server, you will be able to get all out of the box Document Service Task Flows in the Resource Catalog. You will NOT see the Document service under the Content and Services tab however.

  • How to delete tag and link in webcenter spaces .

    After logging into the webcenter spaces i am getting tags and link on the hight hand corner of the page .
    Can anyone provide some idea how can i delete or make it invisible .
    Thanks ,
    Arun.

    I'm not quiet sure about about how to fix but i have some ideas in mind... I don't have currently a spaces environment so i can't check...
    1) Try disabling the links and tag services. This is done in the group space configuration, service tab. I'm not sure if they are there but if, you can disable them and it should solve your problem.
    2) It's also possible that the links and tags section is implemented in the template of the page. In order to modify this, you can create your own template or modify the existing one. There was a nice whitepaper about templates in WCS but it seem to be removed because of the PS3 release.
    Are you using 11.1.1.3 or 11.1.1.4.
    It would be easier if you are using the latest one but since it has only been released since today...

  • Webcenter Spaces Events Service configuration: FATAL Alert BAD CERTIFICATE

    Hello,
    I have a simple requirement to connect the events taskflow from an exchange server that is https and has a confirmed security certificate. I use the wsdl path for the events service and add it to my webcenter spaces service configuration -> Personal Events configuration.
    Then I ran into this error.
    javax.net.ssl.SSLKeyException: FATAL Alert:BAD_CERTIFICATE - A corrupt or unuseable certificate was received.
    So, I downloaded the .crt file from Chrome (in per format) and used the keytool to upload the certificate exception into the cacerts file inside jdk and jrocket folders. I restart the managed server running WebCenter Spaces. This had no effect on the error.
    Is there anything else that I should do?
    Thanks,
    Pradyumna

    I have the same problem. Did You resolve it?

  • Managing the mail service for WebCenter Spaces

    I need to setup the mail service in WebCenter Spaces and could use some assistance. I have a standalone Linux DEV box that has WebCenter 11.1.1.2 installed. I have Documents, Discussions, wikis+blogs all working in this instance.
    Now, I need to configure the mail service for this DEV instance to an SMTP mail server but I don't have any experience with this part. Has anyone setup the mail service using the Linux sendmail or Exchange 2003? How did you setup the external application for the mail server if you want to use Sendmail? Any help is appreciated.

    Hi Everybody
    I am also having similar problems. I could configure everything except for the mail service.
    I have the SMTP port but do not have IMAP details as our IT team does not maintain the IMAP.
    Please let me know how can I configure mail service with the SMTP details only.
    Your timely help would be much appreciated as we are in between a project development.
    regards
    Ramesh Chowdhary
    9717003417

  • Discussion and Announcement Services in webcenter Spaces + Active Directory

    I had successfully customized Discussion and announcement Services in webcenter spaces using the default authenticator user WEBLOGIC. And it was working fine.
    I was able to post and configure announcement and also able to create forums and threads in webcenter spaces.
    Now i have Successfully integrated my ACTIVE DIRECTORY to WLS. And now i want to configure discussion and announcement using active directory users. i am facing problem in it. I am able to login to Webcenter spaces as well as 8890/owc_discussions and also in 8890/owc_discussions/admin (jive forum admin) using AD users. i have also given admin roles to ACTIVE directory users in 8890/owc_discussions/admin under Global Settings -> Admins & Moderators .
    When I tried to configure Discussion and announcement Services in webcenter spaces it gives me errors like.....
    (1) The service did not get provisioned.
    (2) failure to authenticate the user *******, due to: Unable to connect to discussion server.*
    Do i need to make changes in keystore.properties & jive_crypto.jar ? Do i need to make a new connection in EM inside WebCenter > Service Configuration.
    Please help.
    Thanks

    Have you set up ws-security between your webcenter and discussion server? If not you need to set it up to get rid of the authentication error.
    Are you setting up a single-sign on between all webcenter components using OAM? If so there is an additional step to add/update owc_discussions.sso.mode property under discussion admin.

  • WebCenter Spaces UCM configuration - GET_ENVIRONMENT service call issue

    After installing and configuring UCM, then WebCenter Spaces, the startup of WebCenter should create a content folder in UCM. However the connectivity between WebCenter and UCM causes an error in the log files:
    On the UCM-side:
    <Nov 9, 2011 2:35:11 PM HKT> <Error> <oracle.ucm.idcibr> <UCM-CS-000001> <general exception
    intradoc.common.ServiceException: !csUnableToLoadEnvironment2!csUnableToExecMethod,loadEnvironmentVars
         at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    Caused By: java.lang.NullPointerException
         at intradoc.common.TableUtils.getIndexList(TableUtils.java:34)
    On the WebCenter-side:
    <Nov 9, 2011 2:35:11 PM HKT> <Warning> <oracle.webcenter.content.integration.spi.ucm.UCMBridge> <WCS-55028> <Error calling UCM server associated with repository UCMConnection. The service GET_ENVIRONMENT was called with user weblogic at time 11/9/11 2:35 PM, and returned statuscode -32.
    oracle.stellent.ridc.protocol.ServiceException: Unable to load environment. Unable to execute service method 'loadEnvironmentVars'. The error was caused by an internally generated issue. The error has been logged.
         at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:135)
    I did some 'sniffing' of the socket requests between the two and here they are:
    WebCenter sends:
    REMOTE_USER=weblogic
    USER-AGENT=Java; Stellent CIS 11g; Oracle WebCenter 11g
    CONTENT_TYPE=text/html
    HEADER_ENCODING=UTF-8
    REQUEST_METHOD=POST
    CONTENT_LENGTH=204
    HTTP_HOST=CIS
    $$$$
    NoHttpHeaders=0&IsJava=1&IdcService=GET_ENVIRONMENT
    <?hda jcharset=UTF-8?>
    @Properties LocalData
    ClientEncoding=UTF-8
    IdcService=GET_ENVIRONMENT
    UserTimeZone=UTC
    UserDateFormat=iso8601
    ThreadID=15
    @end
    UCM replies with:
    Content-type: text/plain; charset=utf-8
    Content-Length: 531
    <?hda version="11gR1-11.1.1.5.0-idcprod1-110413T184243" jcharset=UTF8 encoding=utf-8?>
    @Properties LocalData
    StatusCode=-32
    blFieldTypes=StatusMessage message
    IdcService=GET_ENVIRONMENT
    ClientEncoding=UTF-8
    UserTimeZone=UTC
    UserDateFormat=iso8601
    NoHttpHeaders=0
    ThreadID=15
    StatusMessage=Unable to load environment. Unable to execute service method 'loadEnvironmentVars'. The error was caused by an internally generated issue. The error has been logged.
    dUser=weblogic
    blDateFormat=yyyy-MM-dd HH:mm:ssZ!tUTC!mAM,PM
    IsJava=1
    @end
    Thanks in advance for any insight into this issue.
    Edited by: Snowy on Nov 9, 2011 12:45 AM

    It turns out, the "Intradoc ServerPort" was not set in UCM. In Enterprise Manager: Content Server: Oracle Universal Content Management: Configuration, it was blank. As soon as I set this to "4444" and restarted it fixed this error.
    I'd like to thank all who contributed.

  • How to enable Documents service in Webcenter Spaces

    Hi,
    I have created a Space and Subspace in Webcenter Spaces. In both Spaces and Subspaces Document Service is not showing under Content Tab and Page Tab. I am working on El Piju Tutorial for Oracle WebCenter Portal Spaces any my Portal version is WebCenter Portal 11g R1 (11.1.1.6.0).
    Edited by: Shaheer on Oct 4, 2012 5:14 AM

    Thanks for reply. Can you download this video and email this video to me ([email protected]) because Youtube is temporary ban in Pakistan. Thanks in advance.

  • WebCenter Links Service for Fusion Object

    I am working on a Fusion Application that has the following requirements:
    1. Links between Fusion Business Objects (i.e. VO). For example, link a Fusion Srevice Request Object to another Fusion Service Request Object or to a Fusion "Solution" object.
    2. Link from WebCenter resources to Fusion Business Object. For example, link a a Web Center discussion thread to Fusion Service Request object.
    3. Link from fusion Business Object to WebCenter resources. For example, link a Fusion Service Request object to a Web Center discussion thread.
    Can WebCenter Links service meet all the 3 requirements above? Based on the WC guide shown below, it seems that Fusion Business Object (i.e. a Service Request VO) can NOT be a link "to" target for the Links Service.
    http://fmwdocs.us.oracle.com/doclibs/fmw/E10285_01/webcenter.1111/e10148/jpsdg_relationship.htm#CEGBJBCC

    Hi,
    I have not worked with Webcenter Suite but as far as I know there is no similarity between Webcenter Suite and OSB. Webcenter Suite is a portal framework and OSB is a routing solution product. From the info you provided, I would suggest to use OSB.
    First of all identify what you need and then choose the product. Please elaborate your use case (specially the front-end part).
    Regards,
    Anuj

  • WebCenter Spaces - Events Service

    I tried to customize Personal Event Service in WebCenter Spaces.
    But i receive the Error Message as "Personal Event Service is not confirgured properly".
    Kinldy help me out with this.

    Wrong forum. Maybe try the WebCenter discussion forum.

Maybe you are looking for