Can not find the management point for content in page editing mode

Hi all

I am a newbie in oracle weblogic portal and you want to use its content management. I could however not find the catalogue of management contained in the right-hand side of the search catalog pane when I was in edit page mode. In my view, there must be something wrong when I did the configuration of the repository creation Untility or WebCenter content.

Can someone help me or point the key on me, thank you.

Daniel

Hello.

You mix different products and concepts.

Oracle WebLogic Portal. I assume you mean WebCenter portal.

Make RCU you are only for creating schemas that use Oracle products.

Summarizing the steps you have:

-Install Oracle WebCenter content.

-Install the SST to enable inline Portal-Content editing.

-Add cookie-path to your portal in case being a portal application framework Application. With this he will not lose the current session.

-Set up a repository in WebCenter Portal connection and mark it as primary connection.

I hope jiri reference and this advice / a few steps away you will find the solution.

Any other questions you are welcome to the WebCenter Portal world.

Kind regards.

Tags: Fusion Middleware

Similar Questions

  • Can not find the updated driver for Intel PRO Wireless LAN 2100 3B for R40

    I can't find the good updated software listed for my R40 on the Lenovo site. The Device Manager shows my card wireless as:
    Intel PRO Wireless LAN 2100 3B Mini PCI Adapter but I can not find the model listed in the update list.

    My R40 description is by Lenovo site is:
    Product: ThinkPad R40 2897 B4U
    Operating system: Windows XP

    Original description: P M 1.4 GHz, 256 MB RAM, 40 GB 4200 RPM drive HARD, XGA(1024x768) 15 TFT LCD, 32 MB ATI Radeon 7500, 24x10x24x/8 x CD-RW/DVD, Intel 802. 11B wireless (MPCI), Modem (CDC), 10/100 Ethernet (LOM), UltraNav, Secure Chip (TCPA), IEEE 1394, 8-cell Li-ion, WinXP Pro

    Lenovo driver update page, I have the following choices:

    Network: R40, R40e wireless
    (1) mini PCI driver of cisco Wireless LAN

    (2) high rate Wireless LAN Mini-PCI Adapter III
    Note: The models ThinkPad R40 2681, 2682, 2683

    (3) dual-Band 802.11ab and 802.11abg wireless LAN Mini PCI adapt

    (4) Intel PRO/Wireless LAN 2100 3B Mini PCI adapt
    Note: The models ThinkPad R40 2722, 2724 only, 2723

    My card is listed for models 2722 2723 and 2724 ONLY.

    Here is the direct link to the driver page http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-46024R40.

    Device Manager shows that I currently have the Intel of the installed driver version: 07/03/2003, version 1.1.5.0

    Can anyone help on what version of the software update I should use?

    Welcome to the forum!

    Here is your wireless driver:

    http://www-307.IBM.com/PC/support/site.WSS/document.do?sitestyle=Lenovo&lndocid=MIGR-59438

    After you download it, make sure you unpack it in the following directory: C > drivers > win > Wlanint

    I hope this helps.

  • Can not find the ACPI driver for windows 8.1 for g40 - 80

    I can't find the ACPI driver for lenovo g40-80. I tried the win10 version, but it did not work.

    Could someone kindly help?

    To get the ACPI driver for Windows 8.1, you will need to install OneKey Optimizer - link

  • Can not find the file init for the database instance

    I have installed Oracle 10 g under Linux CentOS, run netca to create listener.ora and tnsnames.ora files, then I run dbca to create the myodb database and orcl instance.



    Now when I run dbstart, in the boot log, that it is said that he could not find the file orcl example init. so that the database myodb, he says:

    < em > / oracle/product/10.2.0/db_1/bin/dbstart: database instance "myodb' hot began.





    < /em > my questions:



    1. why it is said when I run dbstart both myodb & orcl are instances of database, I created myodb as the General database, while orcl corresponds to the instance, here it says:

    instance of < em > data treatment "orcl": journal file /oracle/product/10.2.0/db_1/startup.log

    Database instance "myodb' of treatment: save the /oracle/product/10.2.0/db_1/startup.log file



    < /em > is the name of the General database is considered an instance itself and can be used alternatively with the instance of word?



    2 when I created the database using dbca, I made the password for users of SYSTEM & SYS.



    When I try to connect to sqlplus using the system/mypassword, here it says:



    < strong > < em > ORA-01034: ORACLE is not available

    ORA-27101: shared memory realm does not exist

    Linux error: 2: no such file or directory < /em > < / strong >



    3. the database myodb started but it is not mentioned in my tnsnames file or the listener, while one mentioned is orcl has not begun, how is it? I know I'm missing a dir for /orcl in/oracle/home/admin, something that we find for the myodb, where there is/oracle/home/admin/myodb/pfile/init file.



    How can I fix this?



    4. What is the use of the command sql, < strong > edit < facilities > system registry, told me in another thread to connect to an idle instance with sqlplus and run this command, here what I got:



    < em > ERROR on line 1:

    ORA-01034: ORACLE not available



    < /em > 5 - can I just rely on the name of the General database and forget the thing of the Forum? I'm just confused about the difference and do not know how the orcl instance was created, it has not been created with dbca, because when I run dbca he says it's already there, create another instance, so I commented the sid parameter and now I amn't during its creation and how to retrieve its files if I need to re - create it again.



    Note: it is located in the bash_profile as $ORACLE_SID = orcl, why it's the only game, while General MYODB database name is not set, can be there rather than on the instance or SID in the bash_profile?





    Sorry for the many questions, this is the thing of the instance and their related discipline, I appreciate your help.



    Thanks in advance.




    If you have only 1 instance "orcl" then the oratab file should have only 1 entry - only for "orcl". Along, only one instance "myodb" {with the db_name "myodb"} must be started.
    The database Instance is identified by the SID - IE the ORACLE_SID.

    Normally, the SID and DB_NAME are the same - and they do like default value is the same when you run dbca. You have changed probably manually the db_name in dbca.

    If the listener is running on port 1521 and is started before the database instance, the database instance automatically saves with the listener. If the listener is started after the database instance, and then the command 'ALTER SYSTEM REGISTER' in the database instance indicates PMON to register with the listener.
    If you do not want to depend on the automatic check of the database with the listener instance, then you can include the information database (SID!) in the listener.ora. In addition, which would be caused if the listener is not on the default port 1521.

    See my posting in this thread: oracle sid and database the name of for more notes.

    A database can contain multiple schemas - each schema is a different database account. In other implementations of database (non-Oracle), what is called a "database", it is called a 'plan' in Oracle - but that is created as a database account. Database accounts are listed in DBA_USERS - if a user "owns" objects, it's a 'plan', otherwise, it is only a user. {Oracle also provides a CREATE SCHEMA command to create multiple objects in a single command.}

    Hemant K Collette
    http://hemantoracledba.blogspot.com

    Published by: Hemant K grapple on November 6, 2008 09:31
    corrected "orcl" to "myodb.

  • can not find the download link for the file Windows XP SP3

    Hi all!

    I just hugging old comp with Windows XP. He has XP SP2. I can't get Windows Update to work without SP3, but I can't find a download link for SP3. Where should I look?

    Thank you

    Jon

    Too bad. Finally found the file. For others who need it, here is the link:

    http://www.Microsoft.com/en-US/Download/details.aspx?ID=24

    Hello

    Thanks for sharing the information. If you have other Windows-related issues, feel free to post in our forum.

  • Windows 7 I can not find the right port for my Epson printer?

    I jut puechased a new printer Epson XP-405 and I can't find the drivers

    Hello

    Check with Epson support, their documentatiion online and drivers. As it's Epson OEM
    responsible for the proper functioning of the printer and their drivers provided.

    If there is that no Windows 7 drivers try the Vista drivers if those that exist.

    Epson - Support us.
    http://www.Epson.com/cgi-bin/store/support/SupportIndex.jsp?BV_UseBVCookie=Yes

    Epson - support from Europe
    http://www.Epson.co.UK/support

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Can not find the driver WIFI for Satellite M70-157

    I have a Toshiba Satellite M70 and that you can not download the driver on the main page.
    7.6.0.130.0 atheros, which is the name of the driver that I can not load.
    is it somewhere one another which would be better or I need exactly this?

    I thank the help
    Mogul

    I can see the WLAN page is currently down and unfortunately not available. Maybe Toshiba has to make a server maintenance.
    Try tomorrow or next few days access to the http://aps2.toshiba-tro.de/wlan/

    Good bye

  • Can not find the driver software for your device

    I have Windows Vista Home Premium (64-bit) SP2.
    Had a card just before SCSI Adaptec AHA-2940U/UW working in XP the operating system upgrade.

    -System sees this controller in Device Manager
    -Adaptec has Vista drivers download (32 - bit, 64 - bit no)
    -Downloaded the drivers on my pc and extracts into a folder
    -Open the Device Manager and click on update drivers for this device
    -Made to the location of the new drivers and tried to install

    The results of action in this post:
    "Windows could not find driver software for your device".

    I do not understand 32 bit vs 64 bit one nonsense, but I installed many programs, which are almost 32-bit without any effort.

    Is there a compatibility mode for the drivers?
    How can I get through this?

    Should the real name of the device (AHA-2940UW) be in the list of official feature of Vista to install it?
    (i.e. If I were to add a device and choose the category manually storage controllers, it has a lot of Adaptec products in it, but not mine.)
    If this is the case, is there a way to add the device manually to Vista?

    The SCSI controller has a single function, driving my Microtek scanner, which is so well built and reliable I can't part with him. :-)

    Thanks mucho in advance for one of your tips and tricks.

    No drivers available for Vista 64, I'm afraid.

    And no compatibility mode for drivers.

    Sorry

  • old mac can not find the new mac for migration

    I'm trying to set up my iMac brand new El Capitan and any transfer of my old iMac OS x 10.6.8. The new Mac is former easily, by using Migration Research Assistant on two computers, but the old guard. Then another told me that the former, whom he knows, the name is not available. I use WiFi, lack of time, lightning or FireWire (?) whatever they may be. I could loose the ethernet to our wifi modem, if that works better, I have a Gdrive mini backup and which might be easier still.

    There is another identical question, starting in 2014, on the forums, but the answer is not relevant - I do not have a screen asking you to transfer when I started up the new iMac. (I also managed to get a screen insist on a Keychain password and it would not accept the password I put in place initially at first startup.) What is going on? I've never struggled with any one of our Macs back to 83 like this!)

    Thanks a lot for all the bright ideas!

    Follow the steps to move your content to a new Mac - Apple Support

  • Can not find the latest drivers for Satellite A350 laptop

    Hello world

    I have a Toshiba Satellite A350-20 q Model No.: PSAL6E-05GO18EN, which was originally installed with Windows Vista but now I installed Windows 7 Ult Ed. However, some of my drivers/software specific Toshiba have been removed. For example, FN + F9, which is used to turn on and off my mouse pad does not work. On the Web site

    I found some drivers, but I can't seem to find any keyboard drivers. Some of my keys FN + Fxx work like FN + F6, which obscures the light downwards but not F9, can someone tell me why some of my F9 key do not work, but some others don't? Is this a driver problem?

    Thank you

    In General, if you can't find some of the Win7 Installer drivers Vista drivers.

    Have you already tried that?

  • He can not find the sound controls for Satellite A80?

    Hi, Im a very recent user of a satellite A80, it only 4 days, I played a cd and could not find a graphic equalizer or sound. I enter the area of assistance to Toshiba, but it would not allow me to change the bass and treble, can someone help me with this.
    The cd automatically plays in Windows media player, is there a special program, already installed on the hard disk, CD, or is Windows media player should I use?
    Thanks in advance,
    Deb

    Hi Deb,

    You don't say what version of Windows Media Player you have. However, there will be a graphic equalizer option somewhere, but it can be well hidden.

    I recommend you to download the latest version from the Microsoft Web site.

    The graphic equalizer WMP V9 is available by clicking on an icon in the small window at the bottom left of the screen (if you move the pointer above it is called ' select now playing Options ") which gives a drop-down menu on which the third element is called IMPROVEMENTS. This will be expanded to show the graphic equalizer.

    Of course, you can use other software to read CDs. If you right-click on the CD-ROM item in your workstation
    you will be able to define which program you want to use to play CDs.

    HTH

  • Can not find the latest Firmware for QX10

    I got an automatic notification that there is an update of firmware for my QX! 0 a couple of days. I did not take in the details then. However when I search the site Support of Sony, it only refers to an update in dated date in 2014.

    Does anyone know the exact URL to get the lates firmware?

    Thanks in advance.

    The latest version of the firmware for the DSC-QX10 is 3.00 released 04 14, 2014.

    You can find the new firmware at: http://esupport.sony.com/US/p/model-home.pl?mdl=DSCQX10&LOC=3#/downloadTab

    Select the operating system of your computer (the update of the firmware is available to run on Mac OS x and any version of Windows XP 8.1.) and click on the Firmware.

  • Can not find the audio driver for Win XP for Satellite P305D-S8900 CONEXANT

    OK, I hope someone out there can help becouse thit fist.

    I'm about to return this laptop for Toshiba and go through another manufacturer for laptop that can be downgraded to WIN XP pro.

    I tried for a week to find a driver to work on this laptop to nothing does not.
    Corsica Toshiba says that 'the COMPUTER is DESIGNED for WINDOWS VISTA"as it means something and then they tell me to unscrew...

    So what I have is a Satellite P305D-S8900 and I need the audio driver for Win XP.

    Now, as far as I can tell, it's a driver audio conecant but I can't find one that work of wil.

    Any help; is greatley apericeated.

    Hey Buddy

    First of all, you can install all possible OS on your P305.
    It true s that the P305 has been pre-installed with the Vista operating system, but of course, you will be able to use other OS like Win XP

    Why you n t check the European driver Toshiba page and choose the show Satellite P300. It of similar to the Satellite P305 (U.S. series) and you'll find the Conexant audio driver!

    As far as I know at this time the 3.47.1.50 versions seems to be a more recent.

    See you soon

  • Can not find the controller Ethernet for Satellite L300-254

    Hello

    I really need help. I am in despair. I can't find for my laptop Toshiba Satellite L300-254 to download Ethernet controller and I think because of that I can't connect to internet...

    So, if you know where I can download the Ethernet controller driver, send me a link.
    My operating system is windows vista 32 bit.
    I hope that you will help me.

    Thank you.

    And how you can post here if you are unable to connect to the internet?

    In any case, here's the link. ;)

  • Can not find the audio driver for Satellite Pro M50

    Someone please help. Audio drivers simply disappear from a satellite pro M50 and me tried, do a search in the internet without success.

    Someone please help

    Hello

    Have you checked the page of the Toshiba driver?
    If this isn't the case, then do it!
    http://EU.computers.Toshiba-Europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp?service=EU

    Here you have to choose the right unit and you will get all the drivers available for this notebook.
    I checked this page and I found the audio driver XP for this laptop.

    That is why I see no problem ;)

Maybe you are looking for