Portlet using the image stored on the my Oracle/Stellent Content Server

Hi all

The script is quite simple. I have a check image file in my Oracle/Stellent Content Server and I want to just create a simple portal with a portlet that displays this image on my weblogic Portal Server.

How can I do this? So far I have installed the CIS_Helper on my happy server and cis admin app on my Portal Server. I have configured the SCS adapter and when I ran the criterion which must communicate with the content server, the test was OK. Im a little lost right now... What should I do?

Thanks in advance.

Hello

First of all, by that you must run the sql script necessary for full text indexing as the documentation, and then run the collection rebuild cycle for tables created the first fo of indexation.

Srinath

Tags: Fusion Middleware

Similar Questions

  • Performing a Firmware Upgrade using the integrated HP printers Web server

    Hi all

    This video provides step by step instructions to perform a firmware update using the integrated Web (EWS) server for single function of HP LaserJet and multifunction printers.

    Hope that the information contained in my previous post are useful if you are in the need to update the firmware on your Laserjet.

  • Using the lens of departure-WLS server to start the managed server

    It is possible to start the managed server using start-server using maven plugin WLS goal?

    Documentation indicates the default value that is an administrator of the server. I tried with the next block in the pom file, but it does not recognize the command given here.

    implementation of <>

    < id > start-osb / < ID >

    pre-integration-test < phase > < / phase >

    < objectives >

    < target > start-server < / target >

    < / objectives >

    < configuration >

    < domainHome > givenpath < / domainHome >

    < command >

    osb_server1 startManagedWeblogic.cmd < param > < / param >

    < / order >

    < / configuration >

    < / run >

    Thank you

    Siva

    Hi Robert,.

    When I try to use the pom file, I get the following error. For this reason, I used the command syntax and parameters as displayed above. Even after this change, it does not start the managed server.

    [org.codehaus.plexus.component.configurator.ComponentConfigurationException: cannot assign configuration 'command' with the value entry ' ${domainHome}\bin\startManagedWeblogic.cmd osb_server1 ${adminUrl} "type java.lang.String to property of type java.lang.String]

  • Can I use the same Oracle repository for the new application of FDM

    Hi all
    I have uninstall FDM and install and reconfigure FDM still and then restore FDM Apps present previously.

    To do this, I can resue the same Oracle repository for the restoration of the FDM application on newly installed instance.

    As far as I know, I need to make the backup of this repository then file repository and create it again and use it for the new application

    Please suggest, are there other ways to do this...

    Thanks in advance

    J

    You can reuse the repository. You will need instead of

  • I want to use the destination as a production server, then that will be a step

    Hello
    I am using Oracle 10 g 10.2.0.3.0 on 64 bit Linux in Production as well as the destination server. Oracle replication using one-way Production schema at the destination server.
    Now my question is if my production's schema is destroyed by an unforeseen disaster and I want to use the destination server as production then what steps should be taken to use the destination server, including how to end an application and waiting in queue.

    Concerning

    Hello

    Yes, you can run dbms_streams_adm.remove_streams_configuration on any database. If the database has to capture and spread it then cleans the metadata information about these components. If the database was only apply the process then it cleans it.

    You can run this on the destination database. Once that if your source database is delivered of a fall while you can use the same procedure to clean the procecss of capture and other components of flow.

    In short, the procedure can be run on a database is independent of the other databases.

    Hope my explanation is clear, and let me know if that helps.

    Thank you
    Florent

  • ORA error messages do not display using the default Oracle login screen

    Our application uses the screen default Oracle connection, but for some reason, the error ora-xxxxx message do not arouse. For example, when a user enters a username/password invalid name, I would expect the error ora-01017 to display. Instead, the logon screen is re-posted without indicating what the user did wrong.

    We use Oracle 10.2.0.3, 10gAs 10.1.2.0.2.

    Thank you for your help.

    You have a trigger ON-ERROR custom or inherited? If so, the trigger can be trap the error.

    Try the code below in your logon trigger IT.

    DECLARE
    
      UN VARCHAR2(80) := 'SCOTT';
      PW VARCHAR2(80) := 'TIGER';
      DB VARCHAR2(80) := 'ORCL';
    
    BEGIN
    
      LOGON(UN, PW||'@'||DB, FALSE);
    
      IF NOT FORM_SUCCESS THEN
    
        MESSAGE(DBMS_ERROR_TEXT);
        MESSAGE(' ', NO_ACKNOWLEDGE);
    
      END IF;
    
    EXCEPTION
    
      WHEN OTHERS THEN
    
      MESSAGE(DBMS_ERROR_TEXT);
      MESSAGE(' ', NO_ACKNOWLEDGE);
    
      RAISE FORM_TRIGGER_FAILURE;
    
    END;
    

    Change the user name, password with your credentials and test information.
    This will return the error ORA-01017 when name of user and password is incorrect.

    Tony

  • How to set loan and buy permissions on the same book - Adobe Content Server

    Hello

    We have a scenario where we will give the options in our bookstore to buy or borrow the book,

    but in our initial search, what we get is that we can set permissions to distribution

    buy or ready... technically we can set the permissions of distribution like buy and when demand

    of the library is ready, we can set the time-out period expires... BUT in this case the

    book will be not classified in the section of the loan of the Adobe Digital Editions.

    So, how can we define the permission to buy and loan on the same book?

    Kind regards

    Use the admin REST API (ManageDistributionRights), or leave the administration console for you to use.  In the administration console, there is a button right next to the title rights of Distribution.

  • Symantec AntiVirus recommended for the database oracle on windows server 2003

    Hi all

    I have a server of oracle database on the windows server 2003 version 10.2.0.4 platform. What are best practices for symantec antivirus running on this server, but the database of their scanning file exclusions.

    My server restarted unexpectedly for many times. I have in the log of event id 6008. What can be the cause of it... ?

    How to configure the anti-virus protection on Windows Server that is running the database Oracle [ID 782354.1]

  • Problem connecting to oracle database to jsp using the Apache Tomcat 8.0 Server pages

    Well... I tried too many things... google so many times... but still not found solution to my problem.

    I use windows 8 Enterprise Edition (if this has to do something with the problem)

    Oracle 11.2.0

    Apache Tomcat 8.0 Server

    JDK 1.7

    My oracle is installed in D: drive and tomcat in c:. I copied the file ojdbc6.jar of oracle to the lib directory of the tomcat server.

    Then I put the CLASSPATH in the environment under "C:\Program Files\Apache Software Foundation\Tomcat 8.0\lib\ojdbc6.jar" variables in the system variables

    My path variable is defined as "C:\Program Files\Java\jdk1.7.0_02\bin".

    My program is in Notepad:

    <%@ page import="java.sql.*" %>

    <html>

    <body>

    <%

     

     

    Connection conn;

    Statement st;

    ResultSet rs;

    try{

    new oracle.jdbc.driver.OracleDriver();

    String dbURL="jdbc:odbc:oracle:thin:@localhost:1521:XE";

    String userId="system";

    String pwd="moon";

     

     

    conn=DriverManager.getConnection(dbURL,userId,pwd);

    st=conn.createStatement();

     

     

    rs= st.executeQuery("SELECT * FROM login");

     

     

    while(rs.next())

    {

    System.out.println(rs.getString(1)+""+rs.getString(2));

    }

     

     

    }

    catch(Exception e){}

     

     

     

     

     

     

    %>

     

     

     

     

    </body>

    </html>

    I get too many mistakes, then

    eroors

    org.apache.jasper.JasperException: an exception occurred processing page2.jsp JSP page on line 14

    11: string userId = "system";

    12: string pwd = "Moon";

    13:

    14: conn = DriverManager.getConnection (dbURL, userId, pwd);

    15: st = conn.createStatement ();

    16:

    17: rs = st.executeQuery ("SELECT * FROM login");

    StackTrace:

    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:568)

    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:455)

    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:403)

    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:347)

    javax.servlet.http.HttpServlet.service(HttpServlet.java:725)

    org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

    first cause

    javax.servlet.ServletException: java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:905)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:834)
         org.apache.jsp.page2_jsp._jspService(page2_jsp.java:102)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:403)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:347)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
         org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

    Nothing has solved this problem.

    > Nothing solved this problem.

    Can not solve a problem, until a problem is identified.

    > ODBC driver manager... Data source name not found

    This seems to be looking for a DSN (data set name) ODBC drivers. If she wants a DSN, DSN must be specified in the code, and the DSN must be configured in windows host ODBC applet. It is therefore at least two squirrels to get in the tree on the right before going forward. A... host:... [port:] SID | name of the service are a few necessary bits in a jdbc connection string, and is in no way related to DSN. A whole different Animal. If she wants a DSN that could be what it takes to go to URL bit.

    And ODBC configurations can be confusing, especially if an x 64 operating system is the mix - if this is the case there are two different ODBC configuration cmdlets, one for x 64 for x 86, and if one gets as much as to talk to a real database he could launch a mistake of the architecture. Only way to solve this 'problem' is * delete * the ODBC DSN and then run the correct config utility (maybe the x 86) ODBC and set up the DSN. Once again.

  • How to use the creative cloud with a server

    I have a graphic team. We are working on videos, photos and graphics of all kinds. Now, everyone has remote on my Imac for work on projects. Which is quite problematic. I'm looking to build a server to store everything. I thought that everyone can work from there. An agent of chat adobe doesn't recommend. She felt I should work locally and upload to the server. That, however, becomes a waste of time when we are working on the video big say. Does anyone have any suggestions as to what I should do?

    I would like anything.

    The details depend on the program. Illustrator is quite sensitive when working directly on the servers, not so many other programs. The rest is too vague. A video server has different requirements from a simple file server in terms of performance, both on its network connection and storage, like the actual size of the team and the number of people accessing the server, the size of the files and so forth much important.

    Mylenium

  • Cannot start the Application Oracle SOA suite Server

    Dear Experts,

    I recently installed Oracle Application SOA 10.1.3.1.0 Server suite. Try to deploy the new human task request, getting this issue. Please suggest me.

    Also to my JDev, I can't connect my application server. because, display error on the OC4J instance name. But I have provided the correct name of the correct instance. Please suggest me.

    --------------------------------------------------------------
    | Deployment process bpel VR on anne, port 8888
    --------------------------------------------------------------

    [deployProcess] Deployment of process E:\MyWork\VR\output\bpel_VR_1.0.jar
    [deployProcess] Successfully deployed the process 'VR' on the server 'anne' and port '8888 '.

    deployTaskForm:
    [echo]
    --------------------------------------------------------------
    | Deployment of workflow for VR on anne, port 8888 form
    --------------------------------------------------------------

    [deployTaskForm]

    [deployTaskForm]

    [deployTaskForm] Does not have "could not go DeploymentManager.

    [deployTaskForm]

    [deployTaskForm] This is usually the result of an invalid URI deployeur format is provided, the target server is not not in State started or incorrect authentication details provided.

    [deployTaskForm]

    [deployTaskForm] More information is available by activating logging - please see the containers of Oracle to J2EE Configuration and Administration Guide for details.

    [deployTaskForm]

    [deployTaskForm]

    BUILD FAILED
    E:\MyWork\VR\build.XML:98: Error during the deployment of the form on the 'anne' error message server:
    java.lang.SecurityException
    to oracle.ide.IdeCore$ 7.checkExit(IdeCore.java:177)
    at java.lang.Runtime.exit(Runtime.java:88)
    at java.lang.System.exit(System.java:868)
    at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:127)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:750)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:548)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:814)
    at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:840)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)

    Published by: Rajesh on March 5, 2009 A 11:09

    Okay, so pls give welcome as the name of the container in the wizard and not oc4j_soa.

  • How to use the MSG command

    Hi all

    I want to use the MSG command send message from my computer to other computers on a network. We work in windows 7 and I used the following syntax:

    MSG * / server IP: address 'Message '.

    but the message back to my computer even if I use the IP address of another computer

    Thank you

    Hi Michael,

    Advanced networking issues are supported in the TechNet Forums. I suggest you send the request in the TechNet forums.
    http://social.technet.Microsoft.com/forums/Windows/en-us/home?Forum=w7itpronetworking

    Hope this information helps.

  • Cannot use the native sequence of database to insert data through the DbAdapter

    Hello

    I use Oracle Fusion Middleware 12.1.3 (selection of pre-designed developer programs for Oracle VM VirtualBox VMs |) Oracle Technology Network). I'm trying to insert data into the Oracle database coming with the device via a DbAdapter. I want to use the native Oracle sequences for primary keys and have configured appropriatelly the DbAdapter. But in execution, I get the following exception:

    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ('SCOTT'. "ORDERS '." (' ' ID ')

    If I configure the such DbAdapter that do not use sequences, I get the same exception. I'm missing here?

    Kind regards

    Nicolas

    Reading more carefully the exception, in the log file of the server, not just the display of messages in the console of the em, I could note that the ConnectionFactory configured on the outgoing Dbadapter connection used to access the database was incorrect. He was using JavaDb instead of Oracle that I made a mistake of copying and pasting. Correction of this error has resolved the problem.

  • The listener is down: even if a listener with the name "AUDITOR", is running on this host at the port: "1521", it has not started using "the target LISTENER. ORA file.


    I moved a listener on a host in a House different oracle. The headset works fine, but EM 12 c shows that the listener is down with the following summary:

    The listener is down: even if a listener with the name "AUDITOR", is running on this host at the port: "1521", it has not started using "the target LISTENER. ORA file. CORRECTIVE ACTION: To monitor this "EM listener target" with its current configuration, you must stop the process of listening running and start it using the Listener parameter file: opt/oracle/product/12.1.0.2/network/admin/listener.ora. Alternatively, you can update "this target LISTENER. Location ORA setting"with the location of the listener running, which started using the: opt/oracle/product/11.2.0.3/network/admin/listener.ora.

    EM 11 g, I simply changed the configuration of the listener for the different oracle home, argued the change and in a few minutes the listener would show that 'UP' with the oracle of new home. I upgraded to MS 12 c (12.1.0.4) and can't find how to do this. Can someone give me the procedure.

    Thank you

    Ron

    Hi Ron,

    Can you please do the following?

    -Create a for the listener listener.ora file, stop and start the receiver using the listener.ora file. If the file is located in a default location, set the TNS_ADMIN environment variable to that location before you start the listener.

    -Log on to the EM console, go to the homepage of the listener.

    -In the Oracle Listener menu, select target Configuration > Configuration of the analysis.

    -Ensure that the parameters, including the Listener.ora directory, are properly.

    Kind regards

    -Loc

  • What value for p_print_server when you use the Rest Data Services as a print server?

    Hello

    I have my report server on the internal workspace defined as BI Publisher URL as default... It works for my BI Publisher reports.

    I have 2 reports who need to use the rest Data Services FOP engine and use GET_PRINT_DOCUMENT function Signature 4

    https://docs.Oracle.com/CD/E59726_01/doc.50/e39149/apex_util.htm#AEAPI146

    For these 2 reports, I need to pass a parameter to p_print_server. The documentation describes this as the URL for the print server

    My question is, how to find the URL for p_print_server when I want to use the rest Data Services FOP on ADR?

    I can not put as NULL as at the time, it will use the default BI Publisher URL and then these 2 reports will not work

    Moreover, when I put the server reports on internal workspace as 'Rest Data Services', my two reports work fine, but not when I put is as URL BI Publisher - which is necessary

    Help, please

    Concerning

    Matt

    Hi Matt Mulvaney,

    Matt Mulvaney says:

    I already have the correct configuration to be able to produce reports FOP including two steps you mentioned. This set works very well when I put the "Print server" preference in the settings of APEX Data Services Instance remains - and reports can be produced. But as I said, this must be set to a URL of BI Publisher.

    If you use "Print server" as "Oracle BI Publisher" then the p_print_server parameter would have been:

    http://myserver.mydomain.com:8888/xmlpserver/convert

    Where:

    • Printing of the address of the host server: myserver.mydomain.com (you can also use the IP address)
    • Print Server Port: 8888 (depending on what your BI Publisher Server uses port)
    • Print server script: / xmlpserver/convert

    Similarly, if you choose "Print server" as 'Oracle REST Data Services', the instance settings don't ask questions on the print settings, but internally it uses the following parameters and the p_print_server parameter is:

    http://myserver.mydomain.com:8080 / ADR / _ / fop2pdf

    Where:

    • Printing of the address of the host server: myserver.mydomain.com (host computer on which ADR is hosted)
    • Print Server Port: 8080 (the port used by what ADR/APEX Forum)
    • Script of the print server: / ords / _ / fop2pdf (this is not disclosed by APEX/ADR documentation, but as mentioned by Marc Sewtz in the following thread)

    Reference: Re: Apache FOP disappeared by Oracle APEX installable APEX 5.0 and 5.0.1 APEX

    Kind regards

    Kiran

Maybe you are looking for