Search for documents of the University Complutense of MADRID of sites webcenter

Hi all

We explore the options of integration of wc with UCM sites only.

Assets will be created something like article white paper contributor interface and documents will be extracted from the existing UCM server.

are there options available?

Help appreciated.

Kind regards

GP

Implementation the same using the RIDC API...

Tags: Fusion Middleware

Similar Questions

  • Display in AutoVue error document at the University Complutense of MADRID (WCC)

    Hi, I configured Oracle AutoVue for AAU but when I connect to UCM and click on the option "View in AutVue", following error occurred:

    Failed to initialize. Exception trying to run channel applications; nested exception is:
    java.io.FileeeeNotFoundException: http://ots:16200/vuelink/VueServlet
    An error occurred when connecting to the server.
    Restart the applets?

    Sometimes empty screen but nothing to display.

    Please suggest me a useful solution.

    It is usually the result of a servlet badly deployed (in general, not exclusive to AutoVue)
    Please check that
    1. the used hostname is actually resolved correctly (FQDN is not used, so the address IP obtained or not depends on the network configuration and machine it is, under VPN that wouldn't work)
    2. the used path is visible (the servlet is actually deployed on the application server to this place)
    3. the configuration on the servlet actually points to the server of AutoVue
    4. the AutoVue server is actually running

    Since there is no newspaper, not easy to say what is actually incorrectly configured but I would choose the URL than not correct VueServlet
    Suggest you use a browser a ping this URL
    In addition, please read the documentation on the deployment of the UCM AutoVue and VueLink there are useful troubleshooting steps

  • How to send a file in the server of the University Complutense of MADRID using the Code?

    Hello

    I tried several times to upload a file to the server of the University Complutense of Madrid from the adf page, but I can't do it.

    First: I have used this method to do, but it feel that the file downloaded successfully and when I open the server I haven't found this...

    public String addNewContent() {}
    InputStream fileStream = null;

    try {}
    createConnection();
    String filePath = "C:\\Users\\Administrator\\Desktop\\ucm classes\\Class1.java";
    String autherName = "weblogic";
    fileStream = new FileInputStream (filePath);
    = New File (filePath);
    String [] fileTitle = filePath.split("/");
    long fileLength = new File (filePath) .length ();
    param.getBinder (.putLocal (CMConstants.CM_SERVICE_NAME),
    CMConstants.CM_CHECKIN);
    param.getBinder () .putLocal ("dDocType", "Application");
    Title of the downloaded file
    param.getBinder () .putLocal ("dDocTitle", fileTitle [fileTitle.length - 1]);
    Name of the author
    param.getBinder () .putLocal ("dDocAuthor", autherName);
    Content security for (Group and account)
    param.getBinder () .putLocal ("dSecurityGroup", "Public");
    param.getBinder () .putLocal ("dDocAccount", "");
    param.getBinder () .putLocal ("dFormat", "text/html");
    param.getBinder () .putLocal ("xCollectionID",
    (getFolderIdFromPath ("/ Contribution dossiers/22 /"))) ;
    param.getBinder () .addFile ("primaryFile", file);
    param.setServiceResponse (param.getIdcClient (.sendRequest (param.getIdcContext ()),
    (param.getBinder ()));

    InputStream myInputStream = param.getServiceResponse () .getResponseStream ();
    String myResponseString = param.getServiceResponse () .getResponseAsString ();
    System.out.println ("downloaded file Details: \n" +)
    myResponseString);

    DataBinder myResponseDataBinder =
    param.getServiceResponse () .getResponseAsBinder ();

    System.out.println ("file uploaded successfully");
    } catch {(IdcClientException idcce)
    System.out.println ("IDC customer Exception occurred. Cannot download the file. Message: «+»
    idcce.getMessage () + ", the stack trace:");
    idcce.printStackTrace ();
    } catch (IOException ioe) {}
    System.out.println ("IO Exception has occurred. Cannot download the file. Message: «+»
    ioe.getMessage () + ", the stack trace:");
    ioe.printStackTrace ();
    } catch (Exception e) {}
    System.out.println ("Exception occurred. Cannot download the file. Message: «+»
    e.getMessage () + ", the stack trace:");
    e.printStackTrace ();
    } {Finally
    If (param.getServiceResponse ()! = null) {}
    param.getServiceResponse (m:System.NET.Sockets.Socket.close ());
    }
    If (fileStream
    ! = null) {}try {}fileStream.close ();} catch (Exception e) {}e.printStackTrace ();}}}

    Returns a null value.

    }

    ----------------------------------------------------------------------

    Second: I used this method, but it did not work also

    public String uploadFile() {}
    try {}
    String inputFile1 ="";
    UF UploadedFile = (UploadedFile) inputFile1.getValue ();
    String filePath="C:\\Setup\\mmm.txt; »
    InputStream fileStream = null;
    try {fileStream = new FileInputStream (filePath) ;} catch (FileNotFoundException e) {}}
    String [] fileTitle = filePath.split("/");
    long fileLength = new File (filePath) .length ();

    //DataBinder Binder = IdcClient.crea
    param.getBinder (.putLocal (CMConstants.CM_SERVICE_NAME),
    CMConstants.CM_CHECKIN);
    param.getBinder () .putLocal ("dDocAuthor",
    "weblogic"); If the user is admin, can specify any user
    param.getBinder () .putLocal ("dDocTitle", "titleee");
    param.getBinder () .putLocal ("dDocName", "nameee");
    param.getBinder () .putLocal ("dDocType", "DigitalMedia");
    param.getBinder () .putLocal ("xCollectionID",
    getFolderIdFromPath ("/ files/11 Contribution")); parent folder
    param.getBinder () .putLocal ("dSecurityGroup", "Public");
    param.getBinder () .putLocal ("dDocAccount:", "");
    param.getBinder () .putLocal ("xComments", "Review of Montreal");
    param.getBinder () .putLocal ("xWCTags", "Montréal");

    param.getBinder () .addFile ("primaryFile",
    new TransferFile (fileStream, 'child',
    fileLength,
    "text/html"));
    ServiceResponse response =
    param.getIdcClient (.sendRequest (param.getIdcContext ()),
    param.getBinder ());

    } catch (Exception e) {}
    System.out.Print("");
    }

    Returns a null value.
    }

    -------------------------------

    Can someone tell me what's wrong? !

    Thank you

    This will definitely work

    package demo;
    
    import java.io.*;
    import oracle.stellent.ridc.*;
    import oracle.stellent.ridc.model.*;
    import oracle.stellent.ridc.protocol.*;
    import oracle.stellent.ridc.protocol.intradoc.*;
    import oracle.stellent.ridc.common.log.*;
    import oracle.stellent.ridc.model.serialize.*;
    import oracle.stellent.ridc.protocol.http.*;
    import java.util.List;
    
    /*
     * This is a class used to test the basic functionality
     * of submitting a checkin to Content Server using RIDC.
     */
    
    public class TestRIDCCheckin {
    
        public static void main(String[] args) {
            // Create a new IdcClientManager
            IdcClientManager manager = new IdcClientManager();
            try {
                // Create a new IdcClient Connection using idc protocol (i.e. socket connection to Content Server)
                IdcClient idcClient = manager.createClient("idc://localhost:4444");
                // Create new context using the 'sysadmin' user
                IdcContext userContext = new IdcContext("sysadmin");
                // Create an HdaBinderSerializer; this is not necessary, but it allows us to serialize the request and response data binders
                HdaBinderSerializer serializer = new HdaBinderSerializer("UTF-8", idcClient.getDataFactory());
    
                // Databinder for checkin request
                DataBinder dataBinder = idcClient.createBinder();
                dataBinder.putLocal("IdcService", "CHECKIN_UNIVERSAL");
                //dataBinder.putLocal("dDocName","TestRIDCCheckin");
                dataBinder.putLocal("dDocTitle", "Test RIDC Checkin");
                dataBinder.putLocal("dDocType", "Document");
                dataBinder.putLocal("dDocAccount", "");
                dataBinder.putLocal("dSecurityGroup", "Public");
                dataBinder.addFile("primaryFile", new File("c:/test.txt"));
    
                //dataBinder.putLocal("doFileCopy", "1");
    
                // Write the data binder for the request to stdout
                serializer.serializeBinder(System.out, dataBinder);
                // Send the request to Content Server
                ServiceResponse response = idcClient.sendRequest(userContext, dataBinder);
                // Get the data binder for the response from Content Server
                DataBinder responseData = response.getResponseAsBinder();
                // Write the response data binder to stdout
                serializer.serializeBinder(System.out, responseData);
    
            } catch (IdcClientException ice) {
                ice.printStackTrace();
            } catch (IOException ioe) {
                ioe.printStackTrace();
            }
        }
    
    }
    
  • Authentication and authorization JPSUserProvider at the University Complutense of MADRID 11g

    Hello

    Can someone direct me on where I can find more information on JPSUserProvider. Documentation of the Complutense University of MADRID just mentions that JPSUserProvider is configured in the UCM by default and used for authentication, the authorization. In another document that it is mentioned that UCM 11 g has nothing to do with the authentication of the user, all the authentication will be supported by Weblogic and SSO must be configured against weblogic. If SSO is configured and an external LDAP is used as a user store in weblogic, I need to make changes to the AAU? I want to know the role JSPUserProvider plays in the University Complutense of MADRID and the series of events that take place after the user enters the credentials to < Server >: < port > / cs/login/login.htm.
    Any help in pointing the right resources is appreciated.

    Thank you
    Shyam

    Sometimes, you don't have no need to make changes, but other times, you may need to update the map attribute, the delimiter of account permissions, default roles and/or accounts. Occasionally, an ID card is applied to translate incoming AD group names to match the role names and/or account UCM.

    Meet real external LDAP permissions is made via the WLS, but the JPSProvider does the work of extracting data from WLS in object UserData of the AAU.

    -ryan

  • Migrate the contents of the AAU 10 g at the University Complutense of MADRID 11 g

    Hello

    I'm a newbie in the Complutense University of MADRID and is involved in an internal project as a consultant. For the moment, I am facing following 2 questions:

    1. How can import the structure of UCM 10 records g at the University Complutense of MADRID 11 g (11.1.1.5.0)? Is there an automated way to do this?
    2. How can migrate the contents of the AAU 10 g at the University Complutense of MADRID 11 g (11.1.1.5.0)? Is there an automated in this way?

    Can you please suggest any documentation on above or would be happy if you could share your knowledge about it. Can you tell me if there are traps or how to do the above, I must avoid.

    I googled for hours to find info on the issue of migration. I found this document:
    http://download.Oracle.com/docs/CD/E22203_01/ doc.31 /e20664/chapter_13.htm

    and this thread:
    Data migration from ucm10gR3 to ecm 11 GR 1 material: 11.1.1.5.0

    I need a more progressive direction.

    Appreciate all the help I can get :)

    Hello

    These are the 2 sql queries that you must run on schema UCM to be able to use the Stand Alone on UCM 11 g cmdlets:

    update users set dpasswordencoding = "where dname as 'sysadmin ';

    update users set dpassword = "idc" where dname like 'sysadmin ';

    After this connection for applets on ucm 11g.

    Thank you
    Srinath

  • See the news feed from the University Complutense of MADRID to the Webcenter Portal

    Hello

    I'm new to AAU and Webcenter portal technology. I have a requirement to display the contents of RSS feeds which is kept at the Complutense University of MADRID and to display in a webcenter portal.
    Please guide me on how can I achieve this. What all the technology that I use.

    Sahar

    Hello Sahar,

    There are at least two options:

    (1) query metadata (UCM) and host content (PGC)
    (2) RSS feed component (UCM) and RSS task Flow (WCP)

    Ad 1) take a look at this tutorial: http://www.yonaweb.be/webcenter_tutorial/using_content_presenter_templates

    In a Word, your 'news' can be any content stored in the University Complutense of MADRID, defined by its metadata. To view it, you can create a template according to your needs.

    AD 2) could not work any longer.

    The idea is to use get news RSS FEEDS and display them. As part of the WCP, there will be no problem - for more details, see http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10149/rss.htm#WCSUG1384
    I don't know, however, for the part of the Complutense University of MADRID. There used to be a component that has enabled the sharing of content as RSS feeds. The component is available at http://www.oracle.com/technetwork/middleware/webcenter/content/rssfeeds-129386.zip
    Unfortunately, it seems in 11g were dropped (I could find no reference to this in the docs of 11g), however, it might still work - see the discussion in the activation of the RSS FEED at the Complutense University of MADRID

    If you want to go this way, you will need to test / fix it yourself.

    Jiri

  • Impossible to update the Information contained in the University Complutense of MADRID 11.1.1.8

    Hello

    I'm unable to update content at the University Complutense of MADRID 11.1.1.8 information. the error is 'Impossible to update content' or '< abc_abc_2015_081763 >' Record the content ID must be specified

    In general the Configurations page, auto assign an ID of content to the consignment is selected and abc_abc_2015_ is provided.

    I don't know why its not allowing me to update information.

    Thank you

    Hello

    The problem is solved, said dDocName and make hid in profile.

    Thank you.

  • Performance Comparison of search for documents on the Complutense University of MADRID

    Hi team,

    Please let us know what is the difference between documents stored on contribution records and not placed inside the contribution files?

    Are there considerations of performance for documents placed in folders of contribution?

    Concept of contribution files were introduced and why it's the only part that is visible all create a connection with the developer content on J server?

    In seeking a document with its metadata on a repository that contains millions of records, what is the best practice, it is to store files of contribution or contribution files?

    If it's on Contribution records, will be nesting records cause performance degradation and how we can overcome the disadvantage of having only 1000 folders inside the contribution files?

    Kindly help us on this

    Thank you

    S. Andy

    RIDC can be used with folders_g records and the frame (FF). Note that the current service manual lists only services of FF - Records Services - 11 g Release 1 (11.1.1)

    I don't think that FF has no limitation on the number of subfolders (I've heard many times that this has been resolved, do not know if this is documented somewhere). Whatever it is, as the main goal is the Organization of the content subfolders should follow the logical organization of content that users are accustomed. In this perspective, such a large number of records is rarely necessary - a use case could be personal folders of the users, and even this can be solved by other means.

    Indexes for searches are created mainly in Configuration Manager. Only a few very large systems may require optimization of performance by a DBA directly in the database.

  • How to disable 'Quick search' at the University Complutense of MADRID 10g for users in bulk

    Hi friends,

    We use the AAU 10 g and there are 1,000 users to use it. There are millions of records in the server and users tend to use the wildcard searches in the 'Quick search' option on the homepage.

    There is only one way, we can disable the quick search.

    (1) first, the layout SHOULD be classic. To make a layout by default for all users, the config.cfg goto file and edit it with entry below.

    DisableAmberLayouts = true - this will change all users to the classic layout.

    (2) goto user profile and click on "design portal for XXX (username).

    (3) uncheck the quick search option.

    -My question is, how to realize for all whithout users asking them to perform steps 2 and 3.

    Y at - it no service call, we can do?

    Looking forward to your response.

    Thank you

    Srikanth

    controlledQuery = 1 turns off quick search on 11g...

    try to add the URL parameter and see if it works in 10g more

  • Arrange the search results in the server of the University Complutense of Madrid?

    Hi all

    Oracle ucm-text search if I search a specific text like 'my text' and 'my text' text already exists in several documents I want to arrange the search results according to the number of repeating in each document text. and if the text existing in more than ten documents I want to show the top five only.

    Is this possible in oracle ucm.

    Thank you

    The latter is easy - check for the parameter ResultCount service (see, for example, https://blogs.oracle.com/interactions/entry/ucm_get_search_results_with_full_text_search)

    The first - not sure about that. I'll try to find something and come back.

    OK - as well as in the first case, check:

    https://blogs.Oracle.com/Kyle/entry/adjusting_the_score_on_oracle and/or http://www.fishbowlsolutions.com/fishbowl/groups/public/documents/white_papers/042831.pdf (chapter on relevance ranking)

  • Impossible workflow of fire at the University Complutense of MADRID 11g

    Hello

    I created workflows of criteria at the time of the recording I provide the specific criteria.
    But the workflow does not appear in the list of active workflow, that is, the workflow does not get fired.

    Please let me the solution for the same thing.

    Just guessing now:

    1. perhaps the list of users is empty in the workflow step so that the content between and falls immediately? Or used aliases has no associated user so it seems that step a users but does not work.
    2. perhaps there is custom code that is originally the content jump out of the workflow?
    3 perhaps metadata used to capture the document to the workflow are actually not matching. For example a rule derived from the value may change the value of the metadata.
    4. check the historical table of the workflow in the comic book to see if the content is actually showing only incoming that will tell you if she even makes the workflow at all.
    5. check the metadata about an item that was supposed to get into the flow of work and ensure that it is corresponding to the security group and another metadata field that you defined.
    6. create a workflow simple test as security group = public and title = document workflow test with your user, as editor-in-Chief and archive a document with this title to see if it captures. No custom or special code jumps simple one-step workflow.

    Who can help you find what is missing

  • Document is always displayed on the console of the University Complutense of MADRID, even once it is checked by "archiving". Why?

    I have archived the documents by using the "Check in" present in the Administration Panel. Even after having obtained archived documents are always be displayed if searched on the console of the ECM and their status is displayed as "liberated." That's why it would be even shown in the portal.

    The main objective is to empty space by archiving the content so that the space can still be used.

    Why is it shown? Y at - it another way to archive so that it doesn't get displayed if searched in the console of the Complutense University of MADRID and he leaves the space by getting archived?

    Just to eliminate the obvious, when you start Actions - export... There's an option: "remove the revisions after archive successful". It has been verified? And if so, successful export has?

  • Searching for documents following the creation of a Lookup Table

    Hello

    Please excuse my ignorance, but I just created a table of choice by using the wizard in SQL Studio. Fine text has been replaced by numbers. My problem is that when I do a search now using a drop-down list based on a query that that returns records based on other numbers as well. It's so "2" refers to an element research takes something that contains a 2: 2,21,22, etc. How can I get the query to return a value for the selected number and not anything that contains this number?

    and)
    InStr (upper ("MODEL_ID"), upper (nvl (: P40_REPORT_SEARCH, "MODEL_ID"))) > 0
    )

    Kind regards

    Swelch

    Published by: Steve Welch on March 9, 2012 12:03

    Here are two possible solutions

    and (instr(upper('~'||"MODEL_ID"||'~'),upper(nvl('~'||:P40_REPORT_SEARCH||'~',"MODEL_ID"))) > 0)
    

    or

    AND model_id = NVL(:P40_REPORT_SEARCH, model_id)
    

    The first is often used for components such as shuttles. I think I added the special characters in the right place - not tested/verified against my previous example
    The second is perhaps more appropriate for your scenario, based on your data.

    Scott

  • Storage of session at the University Complutense of MADRID 11g

    Hello Experts,

    Happy new year to you all.

    Are there any storage of session UCM 11 g? How can I access it?

    I need to store data and who should be saved during the session of the user?

    Y at - it something like the scope of session?

    I don't want session cookies. Because it is limited in size.

    Best regards

    Tapas

    Tapas,.

    Take a look at SharedObjects discussed in this thread: custom - component how to keep the object of properties java in the environment of the Complutense University of Madrid

    intradoc. Shared can also contain other classes that may be more practical for your needs.

    Jiri

  • Where the Case Insensitive component of research at the University Complutense of MADRID 11 g?

    Hello


    I have this 2008 document that says there is a file OracleCaseInsensitiveSearch.zip through which I can activate a component that helps looking for a content id regardless of the case.


    But I can't seem to find this thing. Can anyone help please?


    Thank you.

    For 10g, it's in the 'extras' folder in any component of UpdateBundle (90 MB).

    However, it is not that it is in the last patch of 11 g (263 MB).

Maybe you are looking for