9.0.2.6 Portal Repository Upgrade Patch problems.

We got some problem with Portal when tryed to apply
9.0.2.6 Upgrade. Could anybody give advice on this issue:
Initial configuration:
Solaris8, Portal 9.0.2.2.14, Oracle 9iAS R2 v.9.0.2.0, RDBMS 9.0.1.3. The infrastructure and midtier work on different SPARC-servers.
Accordingly upgrade procedure we succesfully applied:
a) Infrastructure: 9.0.1.4 Patchset for Oracle RDBMS server, 9.0.2.2 Patchset for OID, Oracle 9iAS SSO-server
migration to 9.0.2.5, 9.0.2.2 Patchset for 9iAS Core.
b) 9.0.1.4 Patchset for Oracle RDBMS server, 9.0.2.2 Patchset for OID, Oracle 9iAS SSO-server migration to 9.0.2.5, 9.0.2.2 Patchset for 9iAS Core, Portal 9.0.2.6
patch.
After this we needed to make just one last step:
Portal 9.0.2.6 Repository Upgrade Patch (2981297) for
changing Portal's repository schemes. It worked but
like a result we got the next errors after patch upgrade
was done:
a) "The following invalid non-Portal objects exist in the Portal Schema: INDEX ABC (the name of portal object), PACKAGE BODY WWMON_REP_REPOSITORY, PACKAGE BODY WWMON_REP_REPOSIT_DTL, PLS-00103: Encountered the symbol "," when expecting one of the following: (-+case mod not null <an identifier>,...) The symbol "null" was substituted for "," to continue.)" See upgtmp/nonportal.log
b) "ERROR: 1 invalid objects remain; ERROR: Failed while updating the new portlet IDS..."
c) "ERROR: ORA-01407: cannot update ("PORTAL"."WWSBR_URL$"."URL") to NULL.
d) Two package body of packages at PORTAL scheme became invalid: WWMON_REP_REPOSITORY, WWMON_REP_REPOSIT_DTL. About 20 package body of packages at PORTAL_DEMO became invalid (It seems like initial portlet ID's disappeared
and except of pportlet_id there is nothing:
Example:
inital statement at body:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
PORTAL.wwpro_api_invalidation.invalidate_cache(
p_provider_id => p_provider_id,
p_portletid => 1065753336,
p_instance_id => p_reference_path,
p_subscriber_id => PORTAL.wwctx_api.get_subscriber_id ,
p_user => PORTAL.wwctx_api.get_user);
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
after upgrade repository patch:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
PORTAL.wwpro_api_invalidation.invalidate_cache(
p_provider_id => p_provider_id,
p_portletid => ,
p_instance_id => p_reference_path,
p_subscriber_id => PORTAL.wwctx_api.get_subscriber_id ,
p_user => PORTAL.wwctx_api.get_user);
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Like a result after 9.0.2.6 Portal Repository Upgrade Patch application we lost the possibility to edit user's
profiles at Portal and other nesessary features. It seems
like some portlet ID's just dissapeared from Portal scheme. Could anybody had the same problem with Portal Upgrade 9.0.2.6? Quite possible that we missed some important element at during upgrade but ,really, we didn't wait so unlucky result. Advice something, please...
Regards. Igor.

Igor,
Since you've encountered undocumented errors, your repository upgrade has failed. You'll want to leave the repository as is for troublshooting, if at all possible, and log a TAR with support if you haven't already. They'll ask you to upload your upgrade log file and your upgrade tmp directory.
Regards

Similar Messages

  • Portal repository upgrade problems

    I upgraded a ORACLE 8.1.6.3.0 database to 8.1.7.2.0 and JVM but 9 classes remained invalid, removing and reinstalling jvm I lost all Portal30 JAVA stuffs. Who has found a clue to make it correct.

    Igor,
    Since you've encountered undocumented errors, your repository upgrade has failed. You'll want to leave the repository as is for troublshooting, if at all possible, and log a TAR with support if you haven't already. They'll ask you to upload your upgrade log file and your upgrade tmp directory.
    Regards

  • Errors running MRUA for Metadata Repository Upgrade to version 10.1.2.0.2

    Hi,
    I am encountering the following errors trying to run the MRUA for our Metadata Repository Upgrade on an AIX 5.3 box:
    <mrua_runs> ../mrua/mrua.sh -oracle_home /u01/oracle/product/9.2.0.8 -oid_host ourhost.domain.com -oid_ssl_port 3130
    Executing mrua.pl
    Running on UNIX
    OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.1
    Enter the password for SYS: <syspw>
    Enter the password for cn=orcladmin: <pwd>
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/oii/oiio/oiiol/OiiolTextLogger
    at oracle.ias.repqueries.RepositoryQueries.formatGlobalDBName(RepositoryQueries.java:603)
    at oracle.ias.mrua.RepQueries.getDBInfo(RepQueries.java:180)
    at oracle.ias.mrua.Util.getTheDBInfo(Util.java:50)
    at oracle.ias.mrua.MRUA.getInfoFromOID(MRUA.java:690)
    at oracle.ias.mrua.MRUA.driver(MRUA.java:297)
    at oracle.ias.mrua.MRUA.main(MRUA.java:193)
    MRUA detected an error at /mnt/MRUA/mrua/mrua.pl line 237.
    <mrua_runs>
    Before running the MRUA for the Metadata Repository:
    1. I have just recently completed a Middle Tier and Identity Mangement upgrade to 10.1.2.0.2 from version 9.0.4.1.
    2. I was able to successfully run the MRUA upgrade script for upgrading our Portal Repository (customer database).
    Our Metadata Repository database is at version 9.2.0.8. Has anyone seen these errors or had this problem?
    The MRUA CD that I have is labelled "Oracle Metadata Repository Upgrade Assistant and Utilities 10g (10.1.2.0.2) for AIX based systems".
    But in the errors I see "OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.1". Is something wrong there? Should it say 10.1.2.0.2?
    Any help would be greatly appreciated.
    Thanks.
    CV
    Hi,
    I have downloaded the 10.1.2.0.2 version of the MRUA and tried the upgrade again. This time I see the following errors:
    Executing mrua.pl
    Running on UNIX
    OracleAS Metadata Repository Upgrade Assistant 10.1.2.0.2
    Enter the password for SYS: <syspwd>
    Enter the password for cn=orcladmin: <pwd>
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/oii/oiio/oiiol/OiiolTextLogger
    at oracle.ias.repqueries.RepositoryQueries.formatGlobalDBName(RepositoryQueries.java:603)
    at oracle.ias.mrua.RepQueries.getDBInfo(RepQueries.java:180)
    at oracle.ias.mrua.Util.getTheDBInfo(Util.java:50)
    at oracle.ias.mrua.MRUA.getInfoFromOID(MRUA.java:784)
    at oracle.ias.mrua.MRUA.driver(MRUA.java:290)
    at oracle.ias.mrua.MRUA.main(MRUA.java:186)
    MRUA detected an error at /mnt/MRUA_downloaded/ohome/mrua/mrua.pl line 239.
    Thanks.
    CV
    Edited by: CV on Jul 28, 2009 1:37 PM

    Hi,
    Found out from Oracle that the "oracle/sysman/oii/oiio/oiiol/OiiolTextLogger" class is in the $ORACLE_HOME/oui/jlib/OraInstaller.jar file and as per their suggestion added the jar file to the $classpath list of jar files in the mrua.pl script. I tried running the MRUA again, and ran into the following errors:
    Exception in thread "main" java.lang.NullPointerException
    at oracle.ias.mrua.MRUA.formatHostPortSid(MRUA.java:1449)
    at oracle.ias.mrua.MRUA.getInfoFromOID(MRUA.java:794)
    at oracle.ias.mrua.MRUA.driver(MRUA.java:290)
    at oracle.ias.mrua.MRUA.main(MRUA.java:186)
    MRUA detected an error at /u01/oracle/mrua_runs/MRUA_downloaded/ohome/mrua/mrua.pl line 243.
    I am still troubleshooting. So if you have any ideas please let me know.
    Thanks.
    CV

  • 9.0.2 to 9.0.2.6 Upgrade - Repository Upgrade

    Hi,
    I am unable to do the Repository Upgrade for the 9026 Portal Upgrade. I have successfully done all the pre-requisite patchset upgrades as well as the actual 9026 Portal upgrade. But when I run the upgrade.pl, I get an error. Here are the steps:
    Enter Schema Name: portal
    Enter Schema Pwd: portal
    Enter SYS Pwd: change_on_install
    Enter TNS String: iasdb
    ### ERROR: Connection to Portal repository failed.
    ### DBI->Connect(iasdb) failed: ORA-01017: invalid username/password; log on denied (DBD ERROR: OCISessionBegin) at /u02/app/oracle/product/IAS20MT/portal/admin/plsql/utils/perl/sqlutils.pm line 197
    ### Upgrade aborted
    I granted SYSDBA to SYS schema and tried. That did not work either.
    Any suggestions?
    Thanks in advance...
    -- Shravan

    Shravan
    Are you sure the PORTAL schema password is portal. By default on a 902 install it is a scrambled sequence of letters that you can figure out by looking up the entry in OID. This value is different from the Portal user as stored in OID. Check out the password by logging onto the account with sqlplus. Don't change the password from the sys account if you find out that it is not portal. Look it up in OID and use that value. I would check the sys password by the same technique to be absolutely sure it is correct.
    Check the upgrade first by running
    perl upgrade.pl -precheck
    If you are sure that both of your passwords are correct then I would get in touch with support and log a TAR for addition assistance.
    Regards

  • R3 - Repository Upgrade failed

    Hi,
    AIX5, EM10gR2 upgrade to R3.
    (Fresh installation of R2, applied patch 4329444, proceed with R3 upgrade)
    At the Configuration Assistants screen:
    "Repository Upgrade failed"
    $ cat configToolFailedCommands
    # Copyright (c) 1999, 2007, Oracle. All rights reserved.
    oracle.sysman.emcp.oms.RepositoryPatchUpgrade -verbose
    oracle.sysman.emcp.oms.OmsPatchUpgrade -configureOms
    oracle.sysman.emcp.aggregates.ConfigPlugIn
    oracle.sysman.emcp.oms.StartOMS -configureOms
    oracle.sysman.ccr.configCCR.ConfigCCRPlugIn
    Not sure what to do.
    Any hints how to proceed?
    Thx,
    Dobby

    Same problem but on RHEL4 when trying to upgrade to 10.2.0.3. Fresh install with database already 10.2.0.3 and OMS was installed with option "existing DB".
    Database and listener were left running but all other processes were shutdown with opmnctl stopall.
    Any ideas?
    This is the end of $OMS_HOME/sysman/log/emoms.trc:
    2007-10-04 10:23:14,204 [Job Dispatcher Thread] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2007-10-04 10:23:14,220 [Job Dispatcher Thread] ERROR em.jobs preTask.2292 - Cannot get id: Io exception: The Network Adapter could not establish the connection
    2007-10-04 10:23:18,248 [NotificationMgrThread] WARN jdbc.ConnectionCache _getConnection.352 - Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:286)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:327)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:433)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:217)
    at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:108)
    at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:76)
    at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1344)
    at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:435)
    at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:330)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:285)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:253)
    at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
    at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
    at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
    at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
    at oracle.sysman.emSDK.svc.conn.ConnectionService.getSystemConnection(ConnectionService.java:1304)
    at oracle.sysman.emdrep.notification.NotificationMgr.getConnection(NotificationMgr.java:403)
    at oracle.sysman.emdrep.notification.NotificationMgr.run(NotificationMgr.java:1453)
    2007-10-04 10:23:18,251 [NotificationMgrThread] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 10.2.0.1.1 upgrade to 10.2.0.2 failed in Repository Upgrade.

    RHEL4.8 x86
    10.2.0.1.1 upgrade to 10.2.0.2 failed in Repository Upgrade.
    Applying patch to OMS. Configuration Assistants failed in "Repository Upgrade".
    OracleHomes/oms10g/cfgtoollogs/configToolFailesCommands shows:
    oracle.sysman.emcp.oms.RepositoryPatchUpgrade -verbose
    oracle.sysman.emcp.oms.OmsPatchUpgrade -configureOms
    oracle.sysman.emcp.oms.ConfigPlugIn
    Any idea?

    Check at the log OMSHOME/sysman/log/*.err/

  • Upgrading patch level in ITS

    Hi Friends,
                       I need to upgrade patch level from 28 to 33 as recommended by SAP ,so how to upgrade the patch and what needs to be taken care
    We need to apply because of we are facing some XSS VULNERABILITIES.
    So kindly let me know what needs to be done (procedure)
    Thanks in advance for the help,
    Thanks&Regards,
    Raj

    Hi,
    Please refer to ITS installation guide for patch installation process. Please note that these steps are for ITS 620.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b040d0f8-a9e9-2a10-5a9c-a25098f7e096
    With Regards,
    Saurabh

  • Repository upgrade fails 11.1.0.7 db -10.2.0.5 GC patchset

    Installing GridControl 10.2.0.5 on Windows 2003 Server SP2. Initial install successful of 10.2.0.2 using existing database 11.1.0.7. The database was created new to use for GC. Patchset no problems until Configuration Assitant step "Repository Upgrade" failed with errors:
    rem Copyright (c) 1999, 2009, Oracle. All rights reserved.
    oracle.sysman.emcp.oms.RepositoryPatchUpgrade -verbose
    oracle.sysman.emcp.oms.OmsPatchUpgrade -configureOms
    oracle.sysman.emcp.aggregates.ConfigPlugIn
    oracle.sysman.emcp.oms.StartOMS -configureOms
    oracle.sysman.emcp.oms.EMCLISetup
    oracle.sysman.ccr.configCCR.ConfigCCRPlugIn
    oracle.sysman.ccr.configCCR.ConfigRepeaterPlugIn
    Tried to find cause of errors and cannot seem to understand why this step failed.
    Considering uninstalling GC and Oracle 11g and reinstalling GC with "new database" option.
    Anyone successful at installing GC 10.2.0.5 with an 11g database?
    Thank you,
    Curt Swartzlander
    DBA

    pasinc wrote:
    Can anyone help me figure out why the domU is just hanging/blocked?It's not hanging (blocked just means it doesn't need the CPU) -- it's just switched into a graphic mode that the console view can't display. You can either VNC into the guest, or change the kernel boot parameters by removing rhgb quiet and replacing them with console=xvc0 -- this should allow you to see the full boot process and answer the first-boot interview questions without using VNC.
    You can get the VNC details by running: virsh dumpxml <domain ID> and you can get the domain ID from the xm list output.

  • Portal Repository

    Hello All.
    What is the Portal Repository? Do I need a new database to store it or can I put in already exist database.

    Hi -
    The Portal repository is the schema owned by Portal that contains all the tables and API's used within Portal. Everything produced by Portal is essentially generated dynamically from the database using the programs and data in its repository, and is displayed in a web browser.
    You can store it in an existing database (that is the easy answer) but there is quite a bit to it. There needs to be 3 separate physical (or logical) servers - one for the database and portal repository, one for the infrastructure database (including Oracle Internet Directory) and one for the web (application) server. Portal is just one aspect of 9iAS. I've never done the install but it is very difficult with many pitfalls. Read all the release notes and have your ducks in a row before you start.
    Art

  • Portal 11g Upgrade (11.1.1.6) with SSO (10.1.4.3)

    I have just performed a Portal upgrade from 10g to 11g which is integrated with SSO (10.1.4.3) which is hosted on a separate host from portal.
    All components start sucessfully but I am getting the following error in my SSO Apache error_log when I attempt to login.
    [OSSO] E21: Communication with the SSO server failed. Unable to decrypt url parameter value.
    I have raised an SR but I was hoping that someone may have encountered a similar issue.
    Upgrade was as follows
    In the process of upgrading Oracle Portal to 11g from Portal 10g (10.1.4.2.0).
    Current configuration before upgrade is as follows
    Infra structure stack
    DB- 10.2.0.5 (GITO enabled, GITO version v1.0)
    OID / DIP 11.1.1.6
    SSO - 10.1.4.3
    Mid tier stack
    Portal - 10.1.4.2.0
    Step 1 - Upgraded Mid tier stack to 11g
    Tested all components, SSO login successful.
    Step 2 - Upgrade Infra Structure portal schema, upgrade was successful.
    Tested all components, now unable to login via SSO, only error detected in error_log of 10.1.4.3 SSO stack.
    500 Internal Server Error displayed for address
    https;//hostname:port/osso_login_success?urlc=v1.4....
    [OSSO] E21: Communication with the SSO server failed. Unable to decrypt url parameter value.
    Any help most welcome.
    Andrew
    Edited by: user9954853 on 22-Feb-2013 06:33

    Andrew,
    Check out this article on Oracle Support:
    Server 500 error Logging into Portal that has been rewired to use an external Webtier [ID 1285901.1]
    This article fixed my issue.
    It has to do with the fact that the Osso Cookies are encrypted.
    If you add this Apache directive to your httpd.conf it's solved:
    OssoSecureCookies off
    Kind regards,
    Rob

  • Adobe upgrade error : The upgrade patch cannot be installed..."

    Hi,
    I work in an office and while I was trying to patch up some computers that have Adobe 7.0 Pro (others have 8.0 Pro), I received the following message
    "The upgrade patch cannot be installed by windows installer service because the program to be updated may be missing, or the update patch may update a different version of the program. Verify that the program to be updated exists on your computer and that you have the correct update patch"
    I would like to mention that I used the check for update option and did not manually download the patches. Also, this problem seemed to occur on computers where adobe was not registered...
    Any comments and suggestions will be appreciated.
    Thanks

    Be sure to install the updates in order from the current version, unless the info on the update says otherwise. The updates are available on the download>updates part of the Adobe site, with comments of order.

  • SUNOPSIS to ODI migration : AS/400 error in work repository upgrade

    Hi,
    We're migrating SUNOPSIS v3.2.02.19 to ODI 10.1.3.5.0, with repositories on DB2 AS/400.
    We achieve to migrate master repository without any problem, and we try now to migrate the work repository and we have the following error :
    +java.sql.SQLException: [SQL0404] La valeur destinée à la colonne ou la variable TABLE_NAME est trop longue.+
    at com.ibm.as400.access.JDError.throwSQLException(JDError.java:520)
    at com.ibm.as400.access.AS400JDBCStatement.commonExecute(AS400JDBCStatement.java:822)
    at com.ibm.as400.access.AS400JDBCPreparedStatement.executeUpdate(AS400JDBCPreparedStatement.java:1179)
    at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java)
    at com.sunopsis.dwg.xml.DwgXmlSession.execute(DwgXmlSession.java)
    It seems that as column name, table name or variable name in migration process is too long, but i don't have any ideas of which. What can i solve this problem ? Any solution or workaround ?
    thanks for help !
    Edited by: julienpeltier on 19 oct. 2010 04:12
    Edited by: julienpeltier on 19 oct. 2010 04:13

    Check out the metalink document for upgrade
    Best Practices For Upgrading From Sunopsis To Oracle Data Integrator [ID 437223.1]
    Important things to be aware of if you are upgrading from Sunopsis V3:
    Sunopsis V3 uses JVM 1.3.1 while ODI 10.1.3 requires a minimum of JVM 1.4.2. This is not an issue if you are upgrading from Sunopsis v4.
    Sunopsis V3 allows mixed-case Context Codes, which are automatically converted to upper-case in V4 and ODI versions. To fix the Issue, manual updates of all Context Codes referenced in the Work Repository must be performed. These updates should be made on all Work Repositories related to a same Master Repository.
    In Sunopsis V3 DB2UDB Technology definition (\lib\scripts\xml\TECH_IBMDB2UDB.xml), The BLOB is defined with a size of 2G. The Master Repository creation fails at
    CREATE TABLE SNP_DATA ( I_DATA NUMERIC(10) NOT NULL, DATA_CONTENTS BLOB(2G)
    with error message :
    SQLCODE -355 SQLSTATE 42993 SQLERRMC: DATA_CONTENTS
    The error means that the column is too large for logging. 2G exceeds DB2 1G limit for Blob datatypes. This is fixed in Sunopsis 4.0.
    After upgrading Sunopsis v3 Master to ODI, the user will still run into this issue if he tries to export this upgraded Master and import it into another Master using mimport.bat.
    Solution: Modify the upgraded V3 Master Repository TECH_IBMDB2UDB.xml file and change the 2g to 100M. i.e.
    <Field name="DdlLongrawMask" type="java.lang.String"><![CDATA[BLOB(100M)]]></Field>
    Then try the import again.

  • Web Page Composer: making iViews available in Portal Repository tab

    Hello experts.
    I'm trying to make some content (banners, images, iviews) for WPC (in SAP EP 7.4) and I cannot find any information how to add an iView to the Portal Repository (see the image). It says 'The contents of this repository are defined by your portal administrator', but I cannot find any documents describing the procedure. Any ideas?
    Best regards,
    Timur Semenchuk.

    Hi,
    In portal Content administration ->Portal Content ->Portal users -> WPC Authors ->Area Management role -> Content Editor , set the highlighted properties as shown in screen-shot below.
    Regards,
    Navya

  • Enterprise Portals versions and patches release dates

    Could some one let me know, where can I find the release dates of the enterprise portal versions and patches, as I am interesetd to know about them.
    I am new to EP and I dont have access to SAP service market place.
    Thank you

    Hi Raj Reddy,
    You should have SAP market place id to get the EP versions and patch release dates. These are all available in the form pdf documents. In some documents we have to convert the weeks to corresponding years and months to guessestimate the dates.
    Product overview
    Version     Description     Release Type     Delivery Date     Status     Date     Mainstream / Extended Maintenance until     Printable Version          
    SAP WORKPLACE 2.11
    SAP WORKPLACE 2.11      GA Release      General Availability      Available      Since 30.11.2000      30.09.2005 / -      Print...
    Product overview
    Version     Description     Release Type     Delivery Date     Status     Date     Mainstream / Extended Maintenance until     Printable Version          
    SAP ENTERPRISE PORTAL 5.0
    SAP Enterprise Portal 5.0      GA Release      General Availability      Available      Since 28.12.2001      30.09.2005 / -      Print...
    SAP EP 6.0 ON WEB AS 6.20
    SAP Enterprise Portal 6.0 on SAP Web AS 6.20      Standard      Release to Customer      Available      Since 17.03.2003      31.12.2006 / -      Print...
    Product overview
    Version     Description     Release Type     Delivery Date     Status     Date     Mainstream / Extended Maintenance until     Printable Version          
    SAP NETWEAVER 04
    SAP NETWEAVER 04      Standard      Release to Customer      Available      Since 31.03.2004      31.03.2010 / 31.03.2013      Print...
    SAP NETWEAVER 2004S
    SAP NETWEAVER 2004 S      Standard      Release to Customer      Planned      from 31.10.2005      31.03.2011 / 31.03.2014      Print...
    The dates are available from EP5.0 General availability. to Netweaver 04 2005-06-03.
    Hope this helps.
    Regards,
    Rajesh Khanna Venkatesan.

  • R12 upgrade patch clarification

    Hi,
    We are in the process of starting the R12 upgrade patch.
    Because of security issues the unix team is not installing VNC software and we regularly have network issues.
    Is there any other alternative of running adpatch so as to overcome this issue?
    Regards,
    Narayan

    Hi;
    If they not give you vnc session than you need to run patch on server.AFAIK there is no other way.
    Regard
    Helios

Maybe you are looking for