Official oracle stance on portal 9.0.2 migrate/export/import

i have been working with oracle support, scouring the forums and deja and metalink, applying patches, standing on my head... trying to export my 9.0.2 portal applications, reports, pages and such from a 9.0.2 implementation into an exact same 9.0.2 implementation. i have run into issues with the reports, issues with the pages, corrupt objects that can't be deleted, most everything stated on this forum, plus more. i have asked oracle time and again when the migrate scripts [the FAQ still posted at technet and portalcenter STILL says the scripts will be available august/september] will be ready and have gotten no meaningful response. surely oracle cannot pretend that this export/import works and I NEED A REPLY FROM ORACLE AS TO THEIR OFFICIAL STANCE on this and as to when we can expect a working solution. i am going to have to recommend against oracle portal because we cannot get from our development environment into a testing one.

thanks... i do hope they can give us some expectation of when this will be ready for primetime. i couldn't get my pages across because i get a region not found error, so i tried just to import my provider applications that include rwreps with parameters. i figured worst case i could manually recreate the pages. the export indicates no errors, the import check mode indicates no errors, but the actual import gives me a warning on every portlet parameter and none of my reports come across:
sample warning i receive:
Importing portlet preferences ..........
Importing category/perspective info ..........
---------- Before Importing Pronto Tables ----------
*** Warning: no corresponding portlet parameter ID found on target for 295 for BUSINESS_UNIT
so i applied patch 2617359 per oracle support but no luck. apparently this is another bug being worked on by support [Bug:2644937 Abstract: IMPORT:PAGE:PRONTO:REPORT:SECURITY:PORTLET PARAMETER ID NOT FOUND IN LOG] but in the meantime i face the prospect of having to manually recreate 40 plus reports on each instance. this may or may not be related to bug 2426089 from version 3.0.9.x [Bug 2426089 Abstract: PARAMETERS ARE NOT VISIBLE AFTER REGISTERING THE REPORTS ON PORTAL]. i am still trying to come up with some way to get my reports across. i'm going to try exporting/importing just a report with nothing else and see what happens.

Similar Messages

  • Portal V2 - ERROR while testing EXPORT of VELOCITY TUTORIAL

    Hello,
    I am facing the following error when trying to EXPORT the "Velocity Electronics" Page Group (created as part of Portal V2 tutorial). This EXPORT / IMPORT would have been the last part of the tutorial (which itself had other errors but that's a different story ;-)
    (system setup is as follows)
    0. DOWNLOADED Portal V2 (OS = Windows 2000 Professional)
    1. Installed IAS-infrastructure) in directory c:\oracle\ias
    2. Installed IAS-midtier (portal & wireless) in directory c:\oracle\portal
    3. Tried to install PDK from the downloaded file and into the same directory as IAS-infrastructure (as per the installation guide) but was forced to provide a new directory. Installed successfully in c:\oracle\pdk
    (problem occurs after the following steps)
    1. login to portal as "portal"
    2. go to Velocity Electronics page group, click "Export"
    3. when asked for transport set, click "Create New"\
    4. next click "Export" again, and when asked for transport set choose the one created in 3.
    5. export-import script is shown for download; download and save as "oeipasst.bat"
    6. run "CMD" to get a command shell, go to directory where dump file needs to be created
    7a. run the script with the following parameters (as detailed in 9iAS Online Help):
    format
    opeiasst.csh <-mode export_or_import> <-s portal_schema> <-p portal_password> <-pu portal_username> <-pp portal_userpassword> <-company company_name> <-c connect_string> <-d dump_file_name(s)> <-automatic_merge> <-check_mode>
    actual values
    c:\> opeiasst.bat -mode EXPORT -s PORTAL -p iasadmin1 -pu VELOCITY_PGA -pp PASSWORD1 -c mypc.mydomain.com:1521:IASDB -d TEST.dmp
    7b. script gave error: ORACLE_HOME not set; set ORACLE_HOME=c:\oracle\portal and ran again
    7c. got error: ERROR: ORA-01017: invalid username/password; logon denied
    7d. tried changing -pu PORTAL -pp iasadmin1; same result
    I can confirm that:
    -s (portal schema) is indeed called PORTAL
    -p (password for user "portal" in portal sso login screen) is indeed iasadmin1
    and similar for userid/password used for -pu and -pp
    So why is this logon denied? Which userid and password should be used?
    Or is there something wrong in the way the script was run? With the initial setup (see 0. to 3.)?
    Please help, this is quite frustrating because there is no detailed error message!

    LOOKS LIKE A PRETTY NASTY BUG IN THE PORTAL EXPORT SCRIPT GENERATOR!
    The script that is generated at the end of the "Export" dialog seems to have a nasty bug (at least the Windows version):
    - the variables in the ".bat/.cmd" file called "%file_name%" and "%bat_file%" have gotten interchanged throughout
    - the RESULT/MESS is that what needs to go into the command script file goes into the output log file and vice versa
    - finally the script will abort because SQLPLUS will be called with the output log file instead of a file containing proper sqlplus commands
    ORACLE PLEASE CONFIRM THIS - I HAND CHANGED THE SCRIPT FOR THE EXPORT PORTION AND IT SEEMED TO GO THRU DECENTLY
    IF THIS IS A BUG THEN CAN WE EXPECT A FIX IN THE IMMEDIATE NEXT PATCH.
    Coming back to my original problem:
    - With the "correction" of the filenames, the batch file runs OK
    - BUT since I used SYSTEM for the portal user, it gave the following errors:
    ===============================================================================
    C:\>opeiasst.cmd -mode export -s SYSTEM -p manager -pu PORTAL -pp iasadmin1 -c IASDB -d TEST.dmp
    Mode Selected is EXPORT
    now writing inv.bat
    now calling c:\oracle\ias\bin\sqlplus -s SYSTEM/manager@IASDB @inv.bat
    now writing status.bat
    now calling c:\oracle\ias\bin\sqlplus -s SYSTEM/manager@IASDB @status.bat
    now calling c:\oracle\ias\bin\sqlplus -s SYSTEM/manager@IASDB @impexp.out
    Export: Release 9.0.1.3.1 - Production on Fri Aug 9 20:47:01 2002
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.0.1.3.1 - Production
    With the Partitioning option
    JServer Release 9.0.1.3.0 - Production
    Export done in UTF8 character set and AL16UTF16 NCHAR character set
    Note: grants on tables/views/sequences/roles will not be exported
    Note: indexes on tables will not be exported
    Note: constraints on tables will not be exported
    About to export specified tables via Conventional Path ...
    EXP-00011: SYSTEM.WWUTL_EXPORT_IMPORT$ does not exist
    EXP-00011: SYSTEM.WWUTL_EXPORT_IMPORT_DETAIL$ does not exist
    Export terminated successfully with warnings.
    This part of the export/ import operation is now complete.
    ========================================================================================
    So looks like the WWUTL_% packages did not get recognized because they are actually in PORTAL schema
    BUT if I login using PORTAL I get a the original error:
    ERROR:
    ORA-01017: invalid username/password; logon denied
    STILL NEED SOME HELP TO RESOLVE THIS ONE
    I HAVE TRIED GRANTING SYSOPER TO PORTAL AND SYSTEM AS PER THIS LINK WITHOUT LUCK: http://www.cryer.co.uk/brian/oracle/ORA01017.htm

  • How to connect oracle application server portal to MS access DataBase

    Hello,
    I am facing one problem here.
    Our client is having their database in MS access and they want to implement the oracle application server portal for their organization then how to connect the MS access DB to oracle Application server portal

    There is a worked example of how to connect oracle to an Excel spreadsheet, which is easily modifyable to read from an Access Database.
    http://asktom.oracle.com/pls/ask/f?p=4950:61:::::P61_ID:4406708207206#18830681837358
    I had some concurrency problems - only one person could use the link at any one time, so I used it to load the data into oracle tables.
    Tak

  • Errors in 1z0-051 and 1z0-061 Official Oracle exam guides

    What can we do about errors in the official Oracle exam guides.
    I am doing the 1z0-061 (Oracle Database 12c: SQL Fundamentals).
    The 051 and 061 exams are exactly the same.
    051 is written by John Watson and Roopesh Ramklass and the 061 is written by Ramklass, but the thing is, both books have the same content word for word.
    I found these errors in the books:
    (1.) In chapter 08 (Using subqueries to solve problems) in both books it says "A subquery can be used to select rows for insertion but not in a VALUES clause of an INSERT statement".
    But this is wrong. You CAN use a subquery in a VALUES clause: This will work ->
    INSERT INTO values_test (f1) VALUES ((SELECT SYSDATE FROM DUAL));
    However you have to have the 2 brackets in red.
    (2.)
    Chapter 2: Self test question 9
    The following character literal expression is selected from the DUAL table: SELECT 'Coda""s favorite fetch toy is his orange ring' FROM DUAL; (Choose the result that is returned.)
    A.  An error would be returned due to the presence of two adjacent quotes
    B.  Coda's favorite fetch toy is his orange ring
    C.  Coda""s favorite fetch toy is his orange ring
    D.  Coda""s favorite fetch toy is his orange ring'
    The books says the correct answer is B. But this is wrong.
    Correct answer is C, since the "" are 2 double quotes and they will appear as it is.
    Even if "", is actually 4 single quotes the output then will be Coda''s favorite fetch toy is his orange ring
    which has 2 single quotes.
    I wrote to the author  (emai [email protected]) but got no reply.
    How can we let Oracle certification know that there are errors in these books. This can affect the exam and can mean the difference between passing and failing.

    >The book cover says "Oracle Press", meaning Official Oracle.
    No -- the name does not mean that.  'Oracle Press' is a division of the McGraw-Hill publishing company that specializes in writing books for the Oracle suite of products.  Oracle has close ties with the publisher and often supplies information to the authors that is not publicly available.  However, Oracle is not responsible for the content of the books.
    >If not, then what ARE the Official Oracle guides?
    The only thing that you could call an 'Official' Oracle guide would be student guides developed by Oracle University for one of their courses.  This content is supplied to attendees of the courses. The material is copyrighted and should not be available on the Web.

  • Regd Integration of Domino.doc with Oracle 9i AS Portal

    I want to know whether the integration of domino.doc with oracle 9i as portal
    is possible or not.
    Can anyone guide me whether the integration is
    possible or not and if it is possible which document
    should i refer for the same.
    and i dont know much about domino.doc
    pls consider this as urgent
    Regds
    Rajesh Kanna.V

    1)Portal is an integrated component of 9iAS. You need to download all of 9iAS and select the minimal install option.
    2)We haven't tested this configuration, but as long as you set up apache appropriately to use different ports than the existing software it should work.
    3)Portal requires 8.1.6.2 Enterprise edition or 8.1.7 Standard edition. Personal Edition will not work.

  • Implement Oracle Aplication Server Portal - Starting work

    Hi everyone
    I work with java and Oracle database, manager oracle application server, but i need to learn Oracle Aplication Server Portal, i just to know some tips to start.
    How can i do that?
    Thanks
    José Vieira

    Hi José,
    The link :
    http://www.oracle.com/appserver/portal_home.html
    has a small text to the right that reads " Download Oracle Application Server 10g ". The first link in the download page is for " Application Server 10g Release 2 " - the installer for this allows you to install the Ifrastrcuture and the MiddleTier.
    During the installation of Oracle Application Server 10g Release 2 (10.1.2.0.2), you would have notice three options :
    1. J2EE & WebCache
    * Oracle Enterprise Manager 10g Application Server Control
    * Oracle HTTP Server Oracle Application Server Containers for J2EE (OC4J)
    * Oracle Application Server Web Cache
    2. Infrastructure
    * Oracle Database Server 10g (10.1.0.4.2)
    * Oracle Internet Directory
    * Oracle Application Server Single Sign-On
    * Oracle Application Server Directory Integration Provisioning
    * Oracle Application Server Delegated Administration Services
    * Oracle Application Server Certificate Authority
    3. MiddleTier.
    * Oracle Application Server Portal
    * Oracle Application Server Wireless
    * Oracle Sensor Edge Server
    * Oracle Application Server Forms Services
    * Oracle Application Server Reports Services
    * Oracle Application Server Personalization
    * Oracle Business Intelligence Discoverer
    You can also install other tools & services like :
    * Oracle Security Developer Tools
    * Oracle Application Server Guard
    * OracleAS Backup and Recovery Tool
    Thus, while installing, you need to install the Infrastructure ( which will contains the OID , SSO, etc. ), and the Middletier ( Portal, etc. ) later. The Portal MiddleTier depends on the Infrastructure.
    Oracle Portal allows you to collect disparate sources of information and applications and present it on a single page. A Portal is a Web site or service that offers a broad array of resources and services, such as email, forums, search engines, and on-line shopping malls. It's more like a "doorway" to the Internet or a portion of the Internet, targeted towards one particular subject.
    You can develop an application & post it on a Application Server - but, publishing it on Portal allows you to collect many such similar applications. Portal is usually used as a sinlg epoint of access for many similar / related kinds of applications.
    Good Luck !
    Regards,
    Sandeep

  • Https ssl config Oracle AS, webcache, portal...almost works

    Hi,
    I have searched the forums and I havent found anything that works for me.
    I have Oracle infrastructure on one server, and Oracle App server/portal on another server. I can get as far as the http server showing the "welcome to oracle" page in https form. When I try to access a page in the portal (plsql) I get a blank page. It does convert the "https://myserver:xxxx//pls/portal/url/page/IRWEB/HOME
    " to "https://myserver:xxxx/portal/page?_pageid=73,86254,73_86264:73_86316:73_8632...." but nothing comes up.
    Also, it uses the Infrastructure server for single-sign-on...so I need to make the app server do the single sign-on. I've tried by adding /pls/orasso entry in DADS.conf of http server..
    So as far as I can tell...the http server IS operating in https/ssl, but the single-sign-on and the pages in the portal are not.
    I have to do everything manually since I am using 10.1.2 (no Oracle Collab Suite installed, so no SSLConfigTool and other assistants)
    Here is what I've done to get https://myserver:xxxx/ to come up ok.
    server 1: Oracle Infrastructure and Oracle database release 1 10.1.2.0.0
    server 2: Oracle Application Server / Portal with webcache release 2 10.1.2
    using Oracle Wallet for certificate,
    http server -> process management "ssl-enabled",
    http server -> advanced -> ssl.config: SSLWallet file:, SSLWalletPassword, virtual host for ssl
    webcache -> added settings for ssl (I used the current entries for non-ssl as a guide for the ssl entries)
    Interesting issue...with the ports in the ssl.conf file example:
    Port 4459
    Listen 4459
    VirtualHose myserver.blah.edu:4450
    Port 4458
    When I get the blank page trying to use ssl and 4459, I can manually change the url in my browser to 4458 (or maybe its the other way around) and get this message: "Error: The portlet could not be contacted"
    Is this a problem with webcache? Do I have to do any ssl config on the server with the database?
    I've even tried disabling the webcache, both with the oracle sql script and through web interface but neither made a difference...same problem.
    Any help would be greatly appreciated..I feel as if I'm almost there.
    If I did not post enough info for accurate help, please ask what you need to know to provide help! Thanks in advance.

    Hi,
    Yes you can go for SSl configuration without re-installing any of the components.
    Regards,
    access_tammy

  • Require official Oracle Best Practices about PSU patches

    A customer complained about the following
    Your company statements are not clear...
    On your web page - http://www.oracle.com/security/critical-patch-update.html
    The following is stated!
    Critical Patch Update
    Fixes for security vulnerabilities are released in quarterly Critical Patch Updates (CPU), on dates announced a year in advance and published on the Oracle Technology Network. The patches address significant security vulnerabilities and include other fixes that are prerequisites for the security fixes included in the CPU.
    The major products patched are Oracle Database Server, Oracle Application Server, Oracle Enterprise Manager, Oracle Collaboration Suite, Oracle E-Business Suite, PeopleSoft Enterprise Tools, PeopleSoft CRM, JD Edwards EnterpriseOne, JD Edwards OneWorld XE, Oracle WebLogic Suite, Oracle Communications and Primavera Product Suite.
    Oracle recommends that CPUs be the primary means of applying security fixes to all affected products as they are released more frequently than patch sets and new product releases.
    BENEFITS
    * Maximum Security—Vulnerabilities are addressed through the CPU in order of severity. This process ensures that the most critical security holes are patched first, resulting in a better security posture for the organization.
    * Lower Administration Costs—Patch updates are cumulative for many Oracle products. This ensures that the application of the latest CPU resolves all previously addressed vulnerabilities.
    * Simplified Patch Management—A fixed CPU schedule takes the guesswork out of patch management. The schedule is also designed to avoid typical "blackout dates" during which customers cannot typically alter their production environments.
    PROGRAM FEATURES
    * Cumulative versus one-off patches—The Oracle Database Server, Oracle Application Server, Oracle Enterprise Manager, Oracle Collaboration Suite, Oracle Communications Suite and Oracle WebLogic Suite patches are cumulative; each Critical Patch Update contains the security fixes from all previous Critical Patch Updates. In practical terms, the latest Critical Patch Update is the only one that needs to be applied if you are solely using these products, as it contains all required fixes. Fixes for other products, including Oracle E-Business Suite, PeopleSoft Enterprise Tools, PeopleSoft CRM, JD Edwards EnterpriseOne, and JD Edwards OneWorld XE are released as one-off patches, so it is necessary to refer to previous Critical Patch Update advisories to find all patches that may need to be applied.
    * Prioritizing security fixes—Oracle fixes significant security vulnerabilities in severity order, regardless of who found the issue—whether the issue was found by a customer, a third party security researcher or by Oracle.
    * Sequence of security fixes—Security vulnerabilities are first fixed in the current code line. This is the code being developed for a future major release of the product. The fixes are scheduled for inclusion in a future Critical Patch Update. However, fixes may be backported for inclusion in future patch sets or product releases that are released before their inclusion in a future Critical Patch Update.
    * Communication policy for security fixes—Each Critical Patch Update includes an advisory. This advisory lists the products affected by the Critical Patch Update and contains a risk matrix for each affected product.
    * Security alerts—Security alerts provide a notification designed to address a single bug or a small number of bugs. Security Alerts have been replaced by scheduled CPUs since January 2005. Unique or dangerous threats can still generate Security Alert email notifications through MetaLink and the Oracle Technology Network.
    Nowhere in that statement is the Patch Set Update even mentioned. If Oracle intends to recommend to all customers that Patch Set Updates are the recommended means of Patching for Security and Functionality then it should be stated so here!
    Please clarify!
    Where can I find the current information so that I can use to Official Oracle statement as a reference for my Enterprise Practices and Standards document? The individual patch package references you are giving me do not state Oracle recommended Best Practice, they only speak to the specific patch package they describe. These do not help me in making an Enterprise statement of Practices and Standards.
    I need to close the process out to capture a window of availability for Practices and Standards approval.
    Do we have any Best Practice document about PSU patches available for customers?

    cnawrati wrote:
    A customer complained about the following
    Your company statements are not clear...
    On your web page - http://www.oracle.com/security/critical-patch-update.html
    Who is the "your" to which you are referring?
    <snip>
    Nowhere in that statement is the Patch Set Update even mentioned. If Oracle intends to recommend to all customers that Patch Set Updates are the recommended means of Patching for Security and Functionality then it should be stated so here!Um. OK
    Please clarify!
    Of whom are you asking for a clarification?
    Where can I find the current information so that I can use to Official Oracle statement as a reference for my Enterprise Practices and Standards document? The individual patch package references you Who is the "you" to which you refer?
    are giving me do not state Oracle recommended Best Practice, they only speak to the specific patch package they describe. These do not help me in making an Enterprise statement of Practices and Standards.
    I need to close the process out to capture a window of availability for Practices and Standards approval.
    Be our guest.
    Do we What do you mean "we", Kemosabi?
    have any Best Practice document about PSU patches available for customers?This is a very confusing posting, but overall it looks like you are under the impression that this forum is some kind of channel for communicating back to Oracle Crop anything that happens to be on your mind about their corporate web site and/or policies and practices. Please be advised that this forum is simply a platform provided BY Oracle Corp as a peer operated user support group. No one here is responsible for anything on any Oracle web site. No one here is responsible for any content anywhere in the oracle.com domain, outside of their own personal posting on this forum. In other words, you can complain all you want about Oracle's policy, practice, and support, but "there's no one here but us chickens."

  • Import  oracle forms into portal

    Can anyone please give me some pointers in importing forms created by orcale forms into portal?

    There is no direct way to import your Oracle Forms into Oracle Portal, as the Forms within our Portletbuilder components are of a smaller, simpler functionality set than that provided within Oracle Forms.
    What I would recommend is to invoke your Oracle Forms from Portal by integrating Forms with Oracle Single-Sign-On (SSO). Integration of Oracle Forms with Oracle SSO is described in Chapter 5 of the Oracle9iAS Forms Services Deployment Guide, available here on OTN:
    http://otn.oracle.com/products/forms/pdf/B10170_01.pdf
    Hope this helps.
    Best Regards,
    Harry

  • Oracle Forms and portal

    Does any one know how to integrate oracle forms into portal. I am using Oracle 10g?
    Thanks

    How do you want the integration to function? Do you just need a form to run on a page or do you need the form to interact with Portal functionality?
    The former is easy to accomplish with a frame portlet. The latter not so easy but doable. Using the database as the common denominator its possible to have Forms interact with Portal thru PLSQL and data tables acting as state repositories.

  • Error while installing Oracle 9i AS Portal

    Hi all,
    after installation of Oracle 9i Application Server version 1.0.2.2.2 on Windows 2000(NT based), while installing Oracle 9i AS Portal using Oracle 9iAS Configuration Assistant on AS, following error appears while entering SYS password and connect information(SYS password and connect information(athlon64_01:1521:ORCL) are correct). Origin oracle database 10g is running on separate PC(athlon64_01) in local network.
    Error: The TNS names alias is not allowed for the
    database connection.
    Can anyone please tell me how to solve the problem.
    Thanks
    Best regards
    Fahad Ejaz
    email:[email protected]

    Do you have a good reason to install this version of the application server? It is several years old.
    Here you find the most recent version, Oracle Application Server 10g.
    Peter

  • Where is the official Oracle documentation that describes Hot Backup?

    I have used the woefully inadequate Metalink search utilities and Google but the nearest thing I have found is a description on "Ask Tom".
    I am looking for the official Oracle documentation that describes what happens internally during a Hot Backup. There are a lot of web sites and blogs out there that describe it but I am looking for the description from Oracle themselves. The only things I have found in the Oracle documentation so far is how to start and stop Hot Backup but not what happens internally. Preferably 11gR2 if it makes any difference.
    Thanks in advance.

    Thanks mseberg. This is what I was looking for. I had read this manual before but apparently glossed over this paragraph:
    "When performing a user-managed online backup, you must place your datafiles into
    backup mode with the ALTER DATABASE or ALTER TABLESPACE statement with the
    BEGIN BACKUP clause. When a tablespace is in backup mode, the database writes the
    before image for an entire block to the redo stream before modifying a block. The
    database also records changes to the block in the online redo log. Backup mode also
    freezes the data file checkpoint until the file is removed from backup mode. Oracle
    Database performs this safeguard because it cannot guarantee that a third-party
    backup tool copies the file header before copying the data blocks."
    Hot backup is still quite useful and Rman doesn't cover all cases. What we are doing with it is using storage-based replication (Shadow Image) to another set of LUNS which we then mount on another server and backup using Rman. This removes the overhead of Rman on the Production Database server and extends our backup window to almost 24 hours.

  • How do i export/import the Oracle Portal Online help

    hai everybody...
    i want to export/import the
    Oracle Portal Online Help Content Area
    i tried this same as (my own content area
    export/import)...but my own content area Pages were worked.....how do i do this..
    any help..
    thanks in advance
    null

    The recommended way is to export the User Manager configuration template out (using the AdminUI), import it into your new enviroment (again using the AdminUI - you have to type the password of the LDAP user in since it is not exported) and then initiating an LDAP Synch.

  • Oracle BAM and Portal

    Has anyone out there integrated Oracle BAM into Portal 10.1.2? I'm trying to do that now and I'd like to know if anyone has had success. I'm new to Portal so if you could provide some details it would be appreciated. Thanks!

    How do you want the integration to function? Do you just need a form to run on a page or do you need the form to interact with Portal functionality?
    The former is easy to accomplish with a frame portlet. The latter not so easy but doable. Using the database as the common denominator its possible to have Forms interact with Portal thru PLSQL and data tables acting as state repositories.

  • Link to learn step by step Oracle 9i AS portal version 902

    Dear All,
    due to limited budget on memory, I want to study Oracle 9i AS Portal version 9.02.
    Does anybody know the link to learn how to develop portal on oracle 9.02 step by step?
    help me plz....
    Regards
    Erie

    1)Portal is an integrated component of 9iAS. You need to download all of 9iAS and select the minimal install option.
    2)We haven't tested this configuration, but as long as you set up apache appropriately to use different ports than the existing software it should work.
    3)Portal requires 8.1.6.2 Enterprise edition or 8.1.7 Standard edition. Personal Edition will not work.

Maybe you are looking for

  • Unable to export vcard from icloud

    When I try to Export Vcard after selecting a contact from iCloud Contacts, it doesn't save it to downloads folder

  • Is there a way to track an unopened iPod?

    My friend and I were at Orland Park Mall and we sat down to eat. Whilest we were eating someone apparently swipped my friends iPod when we weren't looking. I know it was foolish to not keep a close eye. We filed a police report and talked to the stor

  • Problem with Mod_JK

    Hi there I have Centos 5.3 with Tomcat 6 and Apache 2.2 and I am using webmin and Virtualmin I setup mod_jk on my server and I got the web pages to load, i mean the pictures and the css are working but not any servlets including switching languages..

  • "Red eye correction" goes beyond the eyeball.

    I'm using PSE 3.0, Windows XP Home. Occasionally, when I try to apply "red eye correction", the "darkening" effect is applied to areas of the cheeks, eye brow, or forehead (as well as the eye). My guess is: The subject's skin color or "cosmetic makeu

  • Copying using HP office jet pro 8610 where do I find printing using fast draft?

    Two questions. When I print a document from by Macbook Pro, on the print menu it lists presets such as: Photo Paper Plain Paper, best Plain Paper, draft Plain Paper, draft black and white Other settings If I want to copy a document, where on the prin