Search ranking (Autonomy) of weblogic portal's content management?

Hi All,
I would like to know is there any methods for me to manually customize the ranking of the search results of the contents in the content management repository provided by the weblogic portal? Either in Autonomy aspect or in Weblogic portal aspect is ok.
What I prefer is to add some tags into the content document so that I can make the desired content to have a higher ranking in the search results.
Thank you for yours help!
Regards,
Kevin
Edited by kevin45 at 07/05/2007 3:44 AM

Hi Kevin,
If there is a single search you wish to order results for, and the search results are generally of a single ObjectClass, one way to do this is to add a new property definition of a numerical type to the ObjectClass.
Make this an explicit property (which means you would need to manually add a column to the CM_NODE table).
For each Node in the search result, you could assign this property value.
You can then sort on the explicit property values in the search.

Similar Messages

  • Can I integrate BPM with WebLogic Portal virtual content repository?

    For example, when there is a new added node in WebLogic Portal virtual content repository, the workflow triggerd, and start a workflow instance on that node.
    May be the node is a document, I'd like the document have a complex approval process.
    My question is, there are many nodes so many workflow instance after I added many documents, so how can I know which node is combined with which workflow instance? May be in workflow process ,I'd like to get and set the node metadata or something else with the WebLogic Portal virtual content repository, how can I process data between BPM and WebLogic Portal VCR?

    With regard to inline editing with Content Presenter in WLP 10.2, you should know that this "feature" is simply an example of how you might author advanced display templates.. The sample application for Content Presenter has a display template which is used to allow this inline editing. The template is just a sample and source code is provided. For your purposes, you can author your own display template which can provide inline edit even if Library Services are enabled. You'll probably want to enable version preview and approval to the template as well. It's a little more work, but certainly possible.

  • Coherence integration with oracle weblogic portal for Session management

    Could you please let me know how to configure coherence integration with oracle weblogic portal for Session management. Its very urgent. please help.

    Please take a look at the following web page -
    http://coherence.oracle.com/display/COH35UG/Coherence*Web+Session+Management+Module
    -Luk

  • Error while trying to edit in Bea Portal Administration Content Management

    Hi,
    we are exploring the weblogic portal administration 9.2 and we encounter an exception when editing a content in the Content Management feature. We use the weblogic default workflow, we create a user attached to a group, add that group to a role, then delegate the edit and view capability of a content node in the Content Management to that role, we login using the respective user, check out the content, try to edit the property but then the exception occurs.
    It says "A Repository Exception was thrown: User does not have view privileges on the node"
    the detail exceptio on the property page was:
    "javax.servlet.jsp.JspException: Could not find a node at the key: nodeReqAttr
    at com.bea.jsptools.content.node.ViewPropertyTag.doStartTag(ViewPropertiesTag.java374)
    at jsp_servlet._contenet._node._nodeselected._properties._listpropertiescheckout._jsp_tag46 ...."
    Could u help us what step we went wrong, because we previously try this in the WLP 8.1.4 portal administration the exact same step but never encounter this error before.
    And is there anyway I can atteched screenshots to help better explain this problem?
    Thank you for your help.

    Hi,
    You have to set your activex control properly. then only edit locally in KM will work.
    Also check the below wiki
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/KMC/HowtotroubleshootproblemswithLocalEditing
    Hope that helps
    Raghu

  • Weblogic 10.3 content management requirement.

    Hi,
    I have a requirement to pull the pdf from the weblogic content management without weblogic portal configuration. Is it is possible to achive this.If possible please suggest me how to do.
    thanks in advance....
    Uday Sariki.

    In your JSP, use the <embed> and <object> html tags appropriate for Flash files, like this:
    http://www.w3schools.com/flash/flash_inhtml.asp
    For the src attribute (the url to your swf file in UCM), you can either use the ShowPropertyServlet class:
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/javadoc/com/bea/content/manager/servlets/ShowPropertyServlet.html
    Or construct it with something ugly like:
    src="<%= request.contextPath%>/ShowPropertyServlet?nodePath=<%= node.path %>"
    You might need to URLEncode the path.
    Some comparable Java code looks like this:
    try
    StringBuffer imageSrc = new StringBuffer();
    imageSrc.append(request.getContextPath());
    imageSrc.append("/ShowPropertyServlet?nodePath=");
    String requestEncoding = request.getCharacterEncoding();
    if (requestEncoding == null)
    requestEncoding = "UTF-8";
    String encodedPath = URLEncoder.encode(node.getPath(), requestEncoding);
    imageSrc.append(encodedPath);
    imageSrc.append("//");
    imageSrc.append(propertyName);
    return imageSrc.toString();
    catch(UnsupportedEncodingException uee)
    return "";
    }

  • Portal 7.3: Can not find portal role "Content Manager"

    Hello, All
       As for portal 7.3,  I can not find the following portal role available:
    pcd:portal_content/specialist/contentmanager/ContentManager
       I am trying to configure repository manager but the following path is not visible to me:
    System Administration -> System Configuration -> Knowledge Management -> Content Management
    To make the "Knowledge Management" visible, I try to assign "ContentManager" role to my user account, but I can not find this role.
    My user account was created as a copy of the administrator user so that it should have all authorizations.
    My question:
    How to make "Knowledge Managment" visible to me in portal 7.3?
    Does "content" related roles help to make "Knowledge Managment" visible to user?
    Many thanks!
    Best regards!
    Welkin

    Hi Welkin
    Search the ContentManager role in the user administration. It should be available if the KMC component are deployed in the server. [Click Here|http://help.sap.com/saphelp_nw73/helpdata/en/03/294dbd0b07af46b002417cbf2409fa/content.htm]
    Please check the system and component information in the server :
    For System Information: http://<hostname>:portnumber/sap/monitoring/SystemInfo
    For Component Information: http://<hostname>:portnumber/sap/monitoring/ComponentInfo
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • How does your portal's content management work?  Are you happy with it?

    It would be great if there was some sharing of how people have configured their content and document management through the portal, and how happy they are. I'm assuming almost everyone is on Publisher and Collab, but do you use them in a special way? Anything customized?
    I'm currently looking for ways to make our system more flexible and easier to create new content areas. Also, uploading documents is a huge pain.
    Html Content: Publisher
    Customizations:
    We include edit pencils at the top of each content item visible for people with edit access to the community.
    FCKeditor instead of default rich text editor, with image upload
    links to KD cards and community pages are transformed into adaptive tags on save
    Issues
    There is clear separation between what a 'content editor' and a 'community manager' is able to create. Any creation of new portlets or changing of anything falls on the community manager. Content editor feels very restricted as they only have control over what is inside the boxes, and can't create new 'pages'. This leads to stale content.
    Documents: Collaboration
    We use collab for documents because we want to be able to publish different versions of the same doc to the KD, without breaking any links that we have created to that existing document. We use snapshot queries sometimes to display documents, but more ofthen than not we just use a KD picker to display a single document, and this means we need to be able to update the card without breaking the link.
    Issues
    Training users to go to collab to upload documents is not easy, and then publishing is difficult as well. There is no multi-document publish. Publishing sometimes fails and times out, and the document can be deleted from collab and still exist in the KD. Also, custom properties that we add to cards in the KD seem to vanish, but hopefully upgrading to the latest versions will help.
    I'd like to investigate creating helper functions to make the job of uploading documents to the correct folder in collab easier. The tool would upload to the right folder, and then publish to the KD if necessary.

    Very good thread!
    We are using publisher for web content as well as documents.
    The documents are crawled into the KD using the publisher crawler, and we use a "link to document" custom button that build automatically the PT:Tag link to the KD card that represents the crawled document.
    So really all the links to documents stay valid only if the KD card are not deleted and recreated...(otherwise, the links are broken...and i did not find a better way to handle this better yet)
    We also use the "Edit/Create" buttons for all our publisher content in order to allow content editors easy access to the publisher content to edit/add.
    The main pain points we have is that the preview is not very useful...previewing only the content of your portlet does not give you a feel of what the complete portal page will look with your new content. If there was a way to view the portal page (with all the publisher portlets on it) in preview mode, THAT would be useful.
    And because of this, content managers are not very comfortable to create/edit the content in PROD directly (because they really want to see the end product of their editing process...i.e. the final portal page) and i don't blame them...
    Which leads to another huge pain point: When creating content in Staging for example, it is hard to push it to PROD when ready. And even if you use the import/export feature (which is not great either because you can only export folder instead of being able to pick and chose the content you want to export), you need to have someone (infrastructure person who have access to servers) move the publisher export zip file...which makes the whole process more cumbersome than it should be, really.
    Publisher should be multi-environment aware...What i mean is that it would be great if a single publisher instance would allow to push the content to different environments (i.e. STG first, and then when it looks good PROD) as the content mature towards production state. (products like Documentum -I know it is not the same planet compared to publisher but still...- do this flawlessly)
    Last the free text editor is not awesome and i don't like that when you add a link to another item or image, it automatically puts the absolute path in there...that makes it harder to migrate.
    I have not tried to replace the free text editor...What is your experience with FCKEditor??
    Edited by: Fabien Sanglier on May 15, 2009 11:28 AM

  • Weblogic portal document management

    Hi,
    Please advice me how to go about implementing/using weblogic portal's content
    management feature.
    regards

    Look at the CM tags:
    http://edocs/wlp/docs70/jsp/p13njsp.htm#999368
    "sva" <[email protected]> wrote:
    >
    Hi,
    Please advice me how to go about implementing/using weblogic portal's
    content
    management feature.
    regards

  • WebLogic Portal 9.2 MP1 Autonomy BEACMRepoFetch issue

    Hi,
    I would like to ask you a favor to look into my issue and respond if you have found a way to fix it.
    BEACMRepoFetch was not indexing the BEA CM contents with the default portal domain. I went through the documentation and found out that the "Search Indexing Enabled" must be "true" in WebLogic Admin Console | Content Management | BEA Repository. I changed the property value to "true". Now I get the following error. The CM full serach is still not working.
    <Mar 14, 2007 9:34:28 PM PDT> <Error> <Search> <BEA-415611> <Unable to create th
    e Content FullTextSearch database associated with repository BEA Repository due
    FullTextSearch engine error.
    com.bea.content.repo.internal.server.logic.search.CommandFailedException: autono
    my command did not complete in 300,000 msec, waited 299,985 msec, status=0
    at com.bea.content.repo.internal.server.logic.search.AutonomyHelper46.wa
    itForServerCommand(AutonomyHelper46.java:179)
    at com.bea.content.repo.internal.server.logic.search.AutonomyClient46Man
    ager.createDatabase(AutonomyClient46Manager.java:164)
    at com.bea.content.repo.internal.server.logic.search.AutonomyClient46Man
    ager.connect(AutonomyClient46Manager.java:91)
    at com.bea.content.federated.internal.VirtualRepositoryManagerImpl.ensur
    eFullTextSearchDatabaseExists(VirtualRepositoryManagerImpl.java:223)
    at com.bea.content.manager.internal.ContentListener.postStart(ContentLis
    tener.java:59)
    Truncated. see log file for complete stacktrace
    >

    The following need to be configured for CM Full Text Search (and BEACMRepoFetch) to work properly: (note these instructions are for a development box, not a production system)
    - this Autonomy integration will work with a BEA Repository
    - verify WLP_SEARCH_OPTION is set in the shell/command window before the server is started. This can be set to 'full', 'minimal', or 'none'. Set to 'full' to start up all the Autonomy processes.
    - verify the autonomy processes start up and stay running. You should see 8 or so processes like AutonomyIDOLServer.exe, content.exe, AutonomyDiSH.exe, category.exe, community.exe, FileSystemFetch.exe, BEACMRepoFetch.exe, HTTPFetch.exe, etc. I like to use the Process Explorer tool on Windows because it shows the hierarchy of processes.
    - check the Autonomy logs in the tree at WL_HOME/portal/thirdparty/autonomy/<os> for any 'error', 'warning', 'fail', 'unable', 'cannot', 'can't' messages. On windows, I like to use a tool like Agent Ransack to scan all *.log files in the entire directory tree for these strings. One semi-common message is that Autonomy sometimes will not start up if there is less than 1 Gb of free disk space.
    - verify the following properties/settings are set on the repository config (note some of these default to true): search-enabled=TRUE, fulltext-search-is-enabled=TRUE, search-indexing-is-enabled=TRUE, cm_fireRepositoryEvents=TRUE
    - verify your type and any associated properties have indexing enabled.

  • Content Management Roles in SAP

    Hello Everyone,
    There are three Content Management Roles provided by SAP, but when we search for these roles in User Administration -> Roles,  only one Content Management role is shown up. Can anyone explain ??

    Hello,
    If u search for "Content Manager" in  the search tab under Content Administration role, u'll b able to see 3 Content Manager roles as follows:
    Content Manager with PCD Location   "pcd:portal_content/com.sap.pct/specialist/com.sap.km.ContentManager/com.sap.km.ContentManager"
    Content Manager with PCD Location 
    "pcd:portal_content/specialist/contentmanager/ContentManager"
    Content Manager with PCD Location "pcd:portal_content/specialist/contentmanager/com.sap.km.ContentManager"
    But if u do the same search in User Administration -> Roles, only one Content Manager role with PCD location "pcd:portal_content/specialist/contentmanager" is shown up. This was what I meant.
    Any idea on the same?

  • Full text search in weblogic portal

    in weblogic portal , autonomy services indexes all the sample repositories instead of WLP Repository.
    I did following setting for WLP Repository Admin console.
    search-is-enabled=TRUE
    fulltext-search-is-enabled=TRUE
    search-indexing-is-enabled=TRUE
    can any body help me on the same.

    Thanks for ur timely help.
    its worked on my windows environment.
    but when i tried to run that index_cm_data script its giving me the following exception.
    <INFO>: Looking up Indexer EJB Home interface with JNDI name: EARname.BEA_content.IndexerHome
    <ERROR>: Indexing failed. Please use -help for more info.
    com.bea.content.indexer.IndexerRunnerException: Indexing by path /WLP Repository failed.
    at com.bea.content.indexer.IndexerRunner.indexByPath(IndexerRunner.java:380)
    at com.bea.content.indexer.IndexerRunner.index(IndexerRunner.java:340)
    at com.bea.content.indexer.IndexerRunner.main(IndexerRunner.java:947)
    Caused by: com.bea.content.indexer.IndexerRunnerException: Cannot find Indexer EJB using lookup name EARname.BEA_content.IndexerHome. Check application name EARname
    at com.bea.content.indexer.IndexerRunner.getIndexer(IndexerRunner.java:549)
    at com.bea.content.indexer.IndexerRunner.checkRepositoryConfig(IndexerRunner.java:905)
    at com.bea.content.indexer.IndexerRunner.indexContentByPath(IndexerRunner.java:436)
    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 com.bea.content.indexer.internal.RunAsHelper$1.run(RunAsHelper.java:189)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.security.Security.runAs(Security.java:61)
    at com.bea.content.indexer.internal.RunAsHelper.runAs(RunAsHelper.java:176)
    at com.bea.content.indexer.internal.RunAsHelper.runAs(RunAsHelper.java:157)
    at com.bea.content.indexer.internal.RunAsHelper.runAs(RunAsHelper.java:133)
    at com.bea.content.indexer.IndexerRunner.indexByPath(IndexerRunner.java:371)
    Can u please help me on the same.
    Edited by: user10303035 on May 17, 2009 10:38 PM
    Edited by: user10303035 on May 17, 2009 11:15 PM

  • Accessing content in weblogic portal 8.1 sp2

    Hi,
    While accessing content in weblogic portal from the content repository, can
    i filter based on the content TYPE ? None of the standard tag libs (such as
    <cm:search>, <pz:contentSelector> ) allow me to do that.
    Please let me know if there is a way to do that.
    Regards,
    Arun.

    Thanks again Gregory !
    Regards,
    Arun.
    "Gregory Smith" <[email protected]> wrote in message
    news:40c083e6$1@mktnews1...
    Well, some of the important documentation is, unfortunately buried in
    the javadoc (http://e-docs.bea.com/wlp/docs81/javadoc/index.html). Look
    at com.bea.content.expression.ExpressionHelper for info on the query
    syntax, and com.bea.content.expression.Search of the standard property
    names that correspond to methods on Node.
    For getting the children of a Node, you can use the NodeOps API:
    RepositoryManager mgr = RepositoryManagerFactory.connect(session);
    NodeOps ops = mgr.getNodeOps();
    ops.getNodeChildren(parentNode.getId());
    In a search/contentselector you can use the cm_path property to limit a
    search to a particular branch, e.g.:
    cm_path like '/BEA Repository/mypath/*'
    But, you can't limit to just direct children of that path via search.
    Greg
    Arun A.G. wrote:
    thank you very much, Gregory !
    This solves some of the issues I was facing. However, I was not able to
    find
    this in any of the documentation. Please point me to it if itsmentioned.
    >>
    Also, Is there an API to fetch all the content under a specified node ?
    (<cm:getNode> expects the explicit path, but returns only that node.)
    Regards,
    Arun.
    "Gregory Smith" <[email protected]> wrote in message
    news:40bf4044$1@mktnews1...
    Use the cm_objectClass property name in the query, e.g.:
    color = 'red' && cm_objectClass = 'Car'
    For content selectors, content placeholders, and campaigns,
    cm_objectClass is available under the 'Standard' content Property Set.
    Greg
    Arun A.G. wrote:
    Hi,
    While accessing content in weblogic portal from the content repository,
    can
    i filter based on the content TYPE ? None of the standard tag libs(such as
    <cm:search>, <pz:contentSelector> ) allow me to do that.
    Please let me know if there is a way to do that.
    Regards,
    Arun.

  • Error While fetching content nodes from Weblogic Portal

    Hi,
    I am trying to deploy an application on Weblogic server which will connect to Weblogic portal repository and fetch content nodes from the specified repository. While accessing the repositroy nodes from my jsp code I get following error:
    I am not very clear what is going wrong
    Error 500--Internal Server Error
    com.bea.content.RepositoryRuntimeException: Repository configuration error.
         at com.bea.content.manager.internal.RepositoryManagerImpl.getRepositoryOps(RepositoryManagerImpl.java:194)
         at com.bea.content.manager.internal.RepositoryManagerImpl.connect(RepositoryManagerImpl.java:141)
         at com.bea.content.manager.RepositoryManagerFactory.connect(RepositoryManagerFactory.java:46)
         at com.bea.content.federated.internal.VirtualRepositoryManagerImpl.getRepositoryManager(VirtualRepositoryManagerImpl.java:306)
         at com.bea.content.federated.internal.VirtualRepositoryManagerImpl.getSearchOps(VirtualRepositoryManagerImpl.java:332)
         at com.bea.content.federated.internal.itemloader.NodeSearchItemLoader.fetchItemIdentifiers(NodeSearchItemLoader.java:68)
         at com.bea.content.federated.internal.itemloader.DirectAccessItemLoaderBase.minimalResolve(DirectAccessItemLoaderBase.java:17)
         at com.bea.content.paging.internal.PagedListImpl.(PagedListImpl.java:89)
         at com.bea.content.federated.internal.SearchManagerImpl.search(SearchManagerImpl.java:55)
         at jsp_servlet.__test._jspService(__test.java:133)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3370)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2117)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2023)
    Caused by: javax.naming.NameNotFoundException: While trying to lookup 'examplesWebApp.BEA_content.RepositoryOpsHome' didn't find subcontext 'examplesWebApp'. Resolved ''; remaining name 'examplesWebApp/BEA_content/RepositoryOpsHome'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1138)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:246)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:171)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:205)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:367)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.bea.content.ContentEJBHomeCache.lookup(ContentEJBHomeCache.java:56)
         at com.bea.content.manager.internal.RepositoryManagerImpl.getRepositoryOps(RepositoryManagerImpl.java:187)
         at com.bea.content.manager.internal.RepositoryManagerImpl.connect(RepositoryManagerImpl.java:141)
         at com.bea.content.manager.RepositoryManagerFactory.connect(RepositoryManagerFactory.java:46)
         at com.bea.content.federated.internal.VirtualRepositoryManagerImpl.getRepositoryManager(VirtualRepositoryManagerImpl.java:306)
         at com.bea.content.federated.internal.VirtualRepositoryManagerImpl.getSearchOps(VirtualRepositoryManagerImpl.java:332)
         at com.bea.content.federated.internal.itemloader.NodeSearchItemLoader.fetchItemIdentifiers(NodeSearchItemLoader.java:68)
         at com.bea.content.federated.internal.itemloader.DirectAccessItemLoaderBase.minimalResolve(DirectAccessItemLoaderBase.java:17)
         at com.bea.content.paging.internal.PagedListImpl.(PagedListImpl.java:89)
         at com.bea.content.federated.internal.SearchManagerImpl.search(SearchManagerImpl.java:55)
         at jsp_servlet.__test._jspService(__test.java:133)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3370)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(Unknown Source)

    Repositories are essentially external to applications.
    Applications are associated with repositories via repository configs. Repository configs allow applications to access repositories.
    1. There is no special 'centralized repository'.
    2. This can be done, but has caveats, especially around caching. If multiple applications have repo configs which refer to the same repository, there can be caching issues. For example, suppose apps A and B both have repo configs for accessing repo R. If you use app A to change some data in repo R, then try to read the change via app B, you can end up with cached data instead of the most recent data in repo R. This is something to be aware of with this type of configuration.
    3. There is typically one WLP admin url per application. For example, if you have an application named 'FooApp', then the admin url can typically be found at 'http://localhost:7001/FooAppAdmin'. Application 'BarApp' may have an admin url at http://localhost:7001/BarAppAdmin.
    You can use the weblogic server console at http://localhost:7001/console to see these -- click on Deployments, then click Monitoriing. In the Context Root column, you can see the various top-level context roots registered for this application.
    4. Repositories are top-level possibly-shared entities, similar to databases.
    Applications 'use' Repositories via Repository Configs.
    Applications 'own' RepositoryConfigs, which allow them to 'use' a specific Repository.
    It's possible to have multiple applications 'use' the same repository (each application would have to have its own RepoConfig referring to the same repository), but there can be caching issues with this configuration -- see (2).
    Each application 'owns' its own set of repo configs, and therefore its own VCR namespace. The VCR namespace is compsed of the RepoConfigs that application 'owns'. For example, if an application has repository configs with names 'Repo1' and 'Repo2', then the VCR namespace includes /Repo1/... and /Repo2/...
    Note that each RepoConfig entry has a name, which becomes its VCR namespace path. The path to a node in a repository begins with / followed by the name of the RepoConfig followed by /. Application A and application B may each be accessing Repo R, but via different names. For example, if A has the path to Repo R registered via name 'RepoR', then its VCR path to Repo R is /RepoR/... If B has the path to Repo R registered via the name 'R', then its VCR path to Repo R is /R/...

  • Weblogic portal admin - delegates book contents are visible to anonymous us

    weblogic portal admin - delegates book contents are visible to anonymous users !!!
    In the weblogic portal administration console, we have configured a desktop and under which there are some portlets and one delegates book (delegates book contains portlets which are visible to the logged in users only by configuring entitlements)
    The desktop URL is something like : http://10.0.1.1:7010/TTDPortalWeb/appmanager/TTDPortal/desktop
    accessing this URL shows the main page contents perfectly before and after login (ie. it only shows the services which are supposed to show to the logged in user)
    but if somebody accesses the below url delibrately, all the contents are shown even without login.
    http://10.0.1.1:7010/TTDPortalWeb
    when i select a portlet inside the delegates book, I can see the Portlet publishing link URL as:
    http://10.0.1.1:7010/TTDPortalWeb/bea/wlp/api/portlet/publish?context=/TTDPortalWeb/appmanager/TTDPortal/desktop&portlet=CompletionCertificatePortlet_1
    but when I roll mouse over the service's link on the actuall page, I see url as http://10.0.1.1:7010/TTDPortalWeb/wlp.c?__c=7d6 (also when I click the service, I takes me to this URL)
    When I roll mouse over the forgot password which is at the main desktop (not inside the delegates book) it shows the correct URL which is http://10.0.1.1:7010*/TTDPortalWeb/appmanager/TTDPortal/desktop*?_nfpb=true&_windowLabel=portlet_3_1_1&portlet_3_1_1_actionOverride=%2Fttd%2Fportal%2Fpageflow%2Fuser%2Flogin%2FforgotPassword
    Any help would be highly appreciated
    Thanks and Regards
    Ushas Symon

    Solved the problem by editing the entitlements on the books under the Library section at the portal admin...

  • Migration of oracle portal contents/applications to Weblogic portal

    I have a website running on oracle portal. I want to migrate all those contents (applications/portlets) to weblogic portal. I dont know where to start from. Can somebody please guide me and give me some tutorials for this.
    Thanks
    Joseph

    Hi Ajay,
    If  the configtool is showing the old information of instances , it has got two things
    1.  JMT phase of your migration has not been performed correctly.
    2. If you are using the same hostname , SID , instance name , then it will calculate the same instance number.
    In JMT  phase it  should delete all the information of dialog instance  and calculated the new instance id
    on the basis of box number calculated from the file cluster_id_switch.properties while migrating the CI.
    checked the JMT folder inside sapinst_dir.
    Checked the below parameter in cluster_id_switch.properties
    src.ci.sid=
    src.ci.instance.number=
    src.ci.instance.name=
    src.ci.host=
    Checked the logs for java migration tool phase and java configuration parameter phase.Also do check the box number of the system.If the box number is not correct as per your input then you will not able to patch your system further.
    Now in second case, If you are keeping the same hostname , instance name and SID , then it will calculate the same instance id so you don't need to worry in this case.
    1644265 - "How to determine the correct box number of the instance"
    With Regards
    Ashutosh Chaturvedi

Maybe you are looking for

  • Help with File Upload manually

    Hi Experts, I need code to upload a file without using the upload UI Element. we have our terms and conditions which has to be signed by the user and once the user signs and clicks the next button to go to the next page, I generate a pdf with the tim

  • IOS5 airplay pictures question

    Hi, I have iOS5 on my verizon iphone4. I can play music through my computer via bluetooth with my iphone. Is there a way I can view pictures on my iphone on my computer using airplay over bluetooth or wireless? My computer is windows7. Thanks

  • How to execute sql from table

    For a migration I have created a sql script that puts the full statement to be executed in a specific table column I'm now looking for a way how to execute those statements. Table structure like: oldName, newName, sqlStatement, id, otherField, otherF

  • TS1363 msconfig.exe: application error 0xc00000fd occured in the application at location 0x7e418527

    Error : msconfig.exe: application error 0xc00000fd occured in the application at location 0x7e418527 Can't sync my Iphone to Itunes at all

  • Append Header TEXT(Sales Order) in exit - userexit_save_document - MV45AFZZ

    Hi, I am posting a sales order throuh IDOC interface. I do som evalidations in MV45AFZZ. Based on that if the Sales order created has texts at this exit - userexit_save_document, then I need to append some more text as per the requirement. If there i