Images repository in portal

Hi,
I am planning to configure  Portal welcome screen,Theme and pages with some custom (Client) logos etc.
Similar to SE80 in BW, MIME repository
Is there any central location I can first save/upload all the images I required in portal and then use themat various objects in portal
Thanks

Hi,
if you dont have KM, You can have a folder in WAS in which your portal is running and place the documents.
Ram

Similar Messages

  • Possible Bug in image repository

    I think I may have found a bug with the image repository. I was deleting an image from the repository, but it still existed after I deleted it. In order to remove it from the system, I had to manually delete it from the flows_files.wwv_flow_file_objects$ table. Is this a common problem people have been having?

    For what it's worth, I just had this same problem with 2.1 (XE version). I have been deleting and uploading images, which worked fine until one mage got 'stuck'. I was still rendered but it didn't show up in the images list. It was even shown on a computer that hadn't displayed that image before, so no caching problem. Uploading a new version of the image just showed the old version in Application Builder. I had to manually delete it from the table, now it works fine.

  • How do I display blob (image) in a Portal Report

    I am using 9ias 10222 and portal 30983 and I have a table that stores an image as a blob and have a varchar field to store the mime type. I have created a form to upload the image and can then query the form to display the image.
    How do I dislay the image in a Portal Report/Dynamic Page Component. I have followed note 68016.1 but the retrieve_img_data procedure does not work it gives a wwv-11230 error.
    Any ideas? Any help would be appreciated.
    Thanks
    Belinda

    Hi,
    Can you display what code you used for this? I followed note 172045.1 and everything compiles properly but when I run the report, I just get a box with a red X in it, like it is not finding the picture. I ran the procedure that downloads the image and it works fine from there. Thanks.

  • How can i set an image to a portal

    how can i set an image to a portal using response.write();
    please guide me i have an image in C drive how to get the image

    Hello,
    you can use the HTML Tag:
    <img src="file://c:/path/image.jpg" />
    Regards
    Gregor

  • Showing Custom File System Repository in portal

    Hello,
    We have defined a local shared file system repository in Portal. I can see the repository under CA->KM Content->root -> ourlocalRepository.
    My question is that how we should provide access to this repository to end user who can access the this through portal and manage the content within it? I don't want to give CA access to user otherwise user can see/manage everything under root folder. We just want to show user only our local repository to end user.
    regards,
    Jaish

    HI,
    Are you needed to provide the permission for particular repository then you can give that through context menu nearby repository name.
    If the end user want to view based on the permission then create the KMNavigation iView with the specified path. Assign that iView to role and assign that role to end-user.
    Regards,
    Kathiresan R

  • REP-56110: Failed to connect to security repository Oracle Portal.

    Dear All,
    I need your help on the error REP-56110: Failed to connect to security repository Oracle Portal.
    I have installed Oracle Application Server 10g R2.
    I have enabled SSO for form Sevice and Report Service.
    I created OID user login and map it to my database user (on which my Application Run).
    When i run my application, SSO page apear. I login it with user id and Password and My application Runing Succesfully. But when i call Reports from my Application through Run_Repor_Object or Web.Show document. I get the error REP-56110: Failed to connect to security repository Oracle Portal.
    my oid user id and passwor is as follow
    username = ssotest
    password = ssotest1
    IF i run rwservlet command. It is showing the Server page with Secure mode.
    http://server:7778/reports/rwservlet/showjobs?
    What is the reasong behind this? Help me out.
    http://server/reports/rwservlet?destype=cache&desformat=pdf&report=sr_master.rdf&FromDate='01-JAN-12'&ToDate='31-DEC-12'&SSOConn=test/OracleDB/ssotest
    where -- test is my Resoruce Name define in OID
    oracleDB Resource Type
    ssotest my sso user name
    Edited by: Meherban Khan on Mar 27, 2012 6:21 AM

    I changed %PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%
    with the actual username/password of the portal schema. Now i get the following Error.
    REP-56071: Security check failed with error message: Error code30004 - Cannot access the output type:cache
    In package:wwv_rw_usr function:security_check
    Command line is: server=rep_portal_form_report_services report=KPIx/Churn Analysis/ChurnByAgeGroup.jsp destype=cache desformat=html rundate="27-DEC-05 12:12:20"
    Executed on:12/27/05 12:12:29

  • Is there anyway to change the image returned by portal.wwsec_app_priv.logou

    Hi.
    We have customized the Portal logout page using the example inside ipassample.jar. But our designer have designed another icons for success/failure logout status and we have no idea about how to change the images returned by portal.wwsec_app_priv.logout.
    Is possible to make change? And how we can do it?
    Thanks in advance.
    ifernan

    Hi,
    This link might provide some pointers :
    Suppress images in signoff page (solution)
    Regards,
    Sandeep

  • Propagate Image Upload Across Portal Servers

    Hi,
    I'm trying to investigate the best way of propagating image uploads across portal landscape.
    We have a requirement where Partner's are able to upload their company logo, to be displayed in the masthead.
    I've managed to create an iview to upload and validate the image, but I need to find a mechanism to copy the image file to all portal servers.
    I have found other posts which recommend mapping a drive, but I don't want a single point of failure, also for performance reasons I don't really want to store images in database.
    Is there a mechanism to deploy to all servers?
    Thanks
    Jason.

    If you can make use of the Knowledge Management System to store your image, then you can set up Content Exchance using the ice_service to move images to different systems.
    Check out this link
    http://help.sap.com/saphelp_erp2005/helpdata/en/35/4cf72bfe18455e892fc53345f4f919/frameset.htm

  • Access the image repository

    Hi again,
    to access the image folder i use
    #IMAGE_PREFIX#myimage.gif
    What prefix do i need to access my image repository?
    thx

    I have used edit.gif and view.gif. Are there "Select" and "Delete"? Tried select.gif and delete.gif but couldn't get them?
    Where can I find the available images in the built-in repository?
    Thanks,
    DC

  • Urgent: Displaying image in Abstract Portal Component.

    Hi all,
           In my application form, i am displaying a logo. I saved that logo under /dist/images. and in my form, i am giving the path as src = "/images/logo.jpg".  But image is not displaying. Can anyone quickly help me to solve this.

    Hi,
    U can't use the c:\foldernanme\image name as this is not permissible in portal.
    Therefore u need to use the following syntax :
    "/irj/portalapps/appl name/project name/folder name/image.jpg"
    e.g
    <img src="/irj/portalapps/com.tsl.portal.runtime.logon/layout/intro_logo.jpg" border="0">
    If the answer is helpful please reward with points.
    Thanks
    ritu

  • Background image in a portal page??

    Hi,
    How can I set a background image or watermark in a portal page instead of the plain background that comes by default.
    Regards
    Sreeram

    Ofcourse Chris, very true. I should have mentioned the workaround in the previous post itself. Infact the solution is based on your suggestion in the previous post.
    Every community page that is generated by the portal has a <div> element with a unique id. The id of div element is made up of the following string "pt-portal-content-" followed by the object id of the community page (which is unique). This <div> element has the style portalContent set to it by default.
    I knew the page I would want the background to be applied to. And I knew the portlets that would go only on this page. These portlets are content portlets created from the publisher.
    So in the presentation template code for one of these portlets I included a javascript function and set the background property of the div element, conditionally checking the div element's id to make sure that it is the community page I wanted to modify. And this javascript function is registered to the onload event.
    Regards
    Sreeram

  • How to search content in repository through portal

    i want to search the content present in my content repository with input as a string ,which will be searched in content and displayed through portal.
    or can i navigate bea content search into portal

    I am also trying to use content in the BEA content repository. I am able to create the content repository, but i do not know how to set it up so that it can be accessed from a portal. It seems that you are able to integrate it. Can you please tell me the steps or point me to a document? I will appreciate your help.

  • How can I use external CSS, JavaScript and Images in PeopleSoft Portal?

    I am developing a website and I need to put my CSS, JavaScript and IMG files in a folder on the server that can be used by my HTML objects.
    Where should I put the images? How do I get the HTML objects can read these images?
    I've tried several things like:
    <link rel="stylesheet" href="<%=psCtxPath%><%=psHome%>\MyStyleSheet.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="\portal\MyStyleSheet.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="\ps\images\portal_pa\MyStyleSheet.css" rel="stylesheet" type="text/css">

    Hi Jim!
    Yes, I am using the HTML Object Application Designer. Below is my HTML:
    <html>
    <head>
      <title>My Portal</title>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <script language='javascript' src='/jscript/MyJavaScript.js'></script>
      <link rel="stylesheet" href="/css/MyStyleSheet.css" rel="stylesheet" type="text/css">
    </head>
    <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" bottommargin="0" rightmargin="0" marginwidth="0" marginheight="0">
    <img src="/images/MyLogo.jpg"/>
    </body>
    </html>
    But, the portal is not reading my css, js and images.

  • How to create a home page (with flash images) in Oracle Portal  10g

    Hi,
    I want to create a home page in Oracle Portal 10g using flash images.
    How to create all those things ?
    Weather it should be created in pages or pagegroups or HTML portlet / some other.
    please help me.

    You can find in knowledge exchange a script to create an flash file item type. With this installed you can add a flash file to an item region on a page.
    Grtz,
    Dirk

  • Integrating R/3 Content Repository with Portal KM Repository

    Hi All,
    I have a scenario where I need to integrate Content Server of R/3 system along with corresponding KM of Portal.
    I have created a Web Dynpro for ABAP application which picks up a file from user machine and archives it on ABAP Content Server. It returns Document Archive ID, using which we can access this archived file.
    Now I want to access this data from KM of Portal too. Can I create a link on KM pointing  to this Content Server?
    What I mean by this is that I should be access same document from KM too.
    I hope I have posted this question in correct forum.
    Please share your valuable ideas on this.
    Thanks and regards,
    Amey Mogare

    Check  Business package of DMS Connector, you can download it from SAP Service Market Place and you'll have to install it on to Portal Server. Once successfully installed you will find DMSRM in Repository Managers. There you need to create repository and also maintain System to Access R/3 from Portal.
    Finally as per the variant created in SAP R/3 DMS CV04N you'll able to see the folders and DMS Documents.
    http://help.sap.com/saphelp_erp2005/helpdata/en/da/e40d3dbd82fe2fe10000000a114084/frameset.htm
    Regards,
    Tushar Dave

Maybe you are looking for

  • Where can I find Instruction on Creating a Spry Menu Bar (CS 4)

    As a newbie to DW CS4 (Former user of GoLive) I get the idea that the Spry Menu Bar should be used; I can build the basic bar but have no success in changing font colors, background colors, Role Over, etc. Is there a tutorial that explains this proce

  • D10 freezes with NVS290 and 2 x Matrox T30 PCI graphic card

    Hi, I have a problem with D10 that have NVS290 as a standard graphic card and then 2 x Matrox T30 PCI graphic. I have updated to the most recent BIOS and still my system freezes. It has been testes on Dell and HP workstation and it;s working well. Ca

  • Sharing programs among several user accounts

    Hi, I've just bought my first mac mini and I've setup several user accounts for my family members. For myself I created an admin account Among others I've bought Microsoft Office, these programs are visible on my account, but not on the other account

  • Delivery for subcontractor

    Hi Gurus, while performing a delivery for a subcontracting vendor, the system is not allowing to deliver the goods. In ME2O it is giving the error message essential transfer paarameters are missing in record 000001. I checked in vl03 the status of th

  • The photoshop library operation failed because quicktime is not installed on this computer

    I'm getting this when importing a Photoshop Timeline Animation into After Effects. "The photoshop library operation failed because quicktime is not installed on this computer" I have all updates to date. Any clues?