New Patch Release 3.0.9.8.1 for Oracle9iAS Portal 3.0.9.8.0

The patch can be found on metalink. The patch number is: 1841088.
Oracle9iAS Portal 3.0.9 Patch Release Notes
July 2001
Contents
For the latest release note updates, visit the Oracle Technology Network
and click the Documentation tab.
Installation and Setup Patch Contents
Installation (Windows) Bugs fixed by this patch
Installation (UNIX)
Post-installation steps
Installation (Windows)
You can only apply this patch to Release 3.0.9 of Oracle Portal
(Oracle9iAS v1.0.2.2). To apply this patch, do the following:
From the command line prompt, execute the patch command according to
the following syntax:
patch.cmd [-m patch_mode] [-s schema_name]
[-p schema_password] [-u sys_password]
-c connect_string [-l log_file_name]
-m patch_mode is the patch mode. Valid values are
loginserver or portalschema. Default value is
portalschema.
-s schema_name is the name of the Portal schema that you
want to patch. Default value is PORTAL30.
-p schema_password is the password of the schema you want
to patch. Default value is PORTAL30.
-u sys_password is the SYS Password. Default value is
CHANGE_ON_INSTALL.
-c connect_string is the TNS connect string information.
-l log_file_name is the name of the log file. Default value
is patch.log.
Examples:
To patch Login Server Only:
patch -m loginserver -s portal30_sso -p portal30_sso -u
change_after_install -c mydatabase -l mypatch.log
To patch Portal Schema Only
patch -m portalschema -s portal30 -p portal30 -u
change_after_install -c mydatabase -l mypatch.log
To patch both Portal Schema and Login Server
patch -m loginserver -s portal30_sso -p portal30_sso -u
change_after_install -c mydatabase -l mypatch.log
patch -m portalschema -s portal30 -p portal30 -u
change_after_install -c mydatabase -l mypatch.log
To complete the application of the patch, follow the instructions in
Post-installation steps.
Installation (UNIX)
You can only apply this patch to Release 3.0.9 of Oracle Portal
(Oracle9iAS v1.0.2.2). To apply this patch, do the following:
From the command line prompt, execute the patch command according to
the following syntax:
patch.csh [-m <patch_mode>] [<-l log_file_name>]
-m <patch_mode> is is the patch mode. Valid values are
loginserver, portalschema, or both. Default value is both.
-l log_file_name is the name of the log file. Default value
is patch.log.
Examples:
To patch Login Server only
patch.csh -m loginserver -l mypatch.log
To patch Portal Schema only
patch.csh -m portalschema -l mypatch.log
To patch both Portal Schema and Login Server
patch.csh -m both -l mypatch.log
patch.csh -l mypatch.log
To patch both Portal Schema and Login Server with default
log file
patch.csh -m both
patch.csh
To complete the application of the patch, follow the instructions in
Post-installation steps.
Post-installation steps
The bug fixes for bug numbers 1817550, 1830898, 1832632, 1840420, 1664594,
1810741, 1807325, and 1819442 are not installed via the patch script
because you must shut down your Web server prior to applying them. The
sections that follow describe how to apply these fixes.
JPDK.ZIP
On the Web server where the provider is running:
Unzip the contents of jpdk.zip into a directory (e.g., JPDK_30901).
Shut down your Web server.
Change your zone.properties file to include <extract
dir>/jpdk/lib/provider.jar in the wrapper.classpath.
If you are using Java Portal Development Kit (JPDK) samples from a
previous release of the JPDK, update your samples using those
included in the zip file. Refer to <extract dir>/installing.jpdk.html
for more details.
Restart your Web server.
Note: Refer to <extract dir>/release.notes.html for a list of changes made
in this release.
wwpage.jar
On the middle tier where the Portal listener is running:
Shut down your Web server.
Create a backup of your current wwpage.jar file.
Replace /$IAS_HOME/Apac he/Jserv/servlets/wwpage.jar with the new
wwpage.jar provided in this patch.
Restart your Web server.
New Parameters
The Parallel Page Engine now accepts two new parameters in the
zone.properties file:
minStall is the minimum stall value allowed for a contentfetcher
before it assumes there is a problem and times out. This value
defaults to 120 seconds. It was added to help upgrades from
308, which had a normal stall value of 40 seconds. The meaning
of stall has changed slightly, raising the need for a minimum
value.
minTimeout is the minimum timeout that may be sent by a
portlet. At times portlets send very small values, like 1
second. This almost always fails, and pages are rendered
incomplete. The minTimeout defaults to 5 seconds, but may be
set otherwise if this is not large enough. The minTimeout is
different from the requestTime. The requestTime is used when no
timeout value is sent for a portlet.
opca.jar
Back up your current opca.jar file, which is found in the
<IAS_HOME>/assistants/opca/ directory.
Copy the opca.jar file provided with this patch to the
<IAS_HOME>/assistants/opca/ directory.
To install the Portal repository, run the launch.bat (on NT) or
launch.sh (on Solaris) to invoke the Portal Configuration Assistant.
Follow the steps in the configuration assistant.
Oracle Portal Cache
Go to Oracle MetaLink and retrieve the patch for bug number 1817550.
Stop your Oracle HTTP Server.
Apply the patch you downloaded from Oracle MetaLink as per the
instructions in the README.txt file.
Login to your system as root and delete all cache files and
subdirectories under the directory
<IAS_HOME>/Apache/modplsql/cache/plsql. Make sure the directory
<IAS_HOME>/Apache/modplsql/cache/plsql is empty.
Start your Oracle HTTP Server.
Bugs fixed by this patch
This patch fixes the following known bugs:
Bug Number Bug Subject and Description
1817550 ON SOLARIS, WHEN RUNNING ON PORT 80, ORACLE PORTAL CACHE
GETS DISABLED
Due to a bug in the Oracle HTTP Server powered by Apache,
the Oracle Portal cache gets disabled when it is running
on port 80.
1819194 EXCEPTION THROWN IF A USER'S PASSWORD HAS AN AMPERSAND.
Special characters such as an ampersand (&) in passwords
or any text node that is sent to the Web providers were
causing errors.
1664594 XML TAGS IN THE JAVA STACK - CAUSING PARSER TO CRASH.
(Duplicate Bug: 1788506) Control characters were not
being properly escaped appropriately and causing errors
in the database SOAP parser.
1823166 PORTLET SECURITY IS RAISING AN ERROR FOR NON-ADMIN USERS
W/ ANY_PORTLET MANAGE.
1782458 NOT ABLE TO CREATE MASTER DETAIL REPORT.
1802055 308-309 UPGR: CLICKING ON "REFRESH ERROR" IN PORTLET
REPOSITORY GIVES ERROR.
1815257 UPGRADE: 306-309:308-309:SEARCH PEOPLE PORTLET: SHOWS
ERROR.
1744458 REPORTS FROM SQL: VALID SQL:GIVES AMBIGUOUS COLUMN ERROR
FOR JOINED TABLES.
1783257 REPORT COMPONENT AS PORTAL IN PAGE CAN'T BE ASSOCIATED
WITH TAB.
1801961 UPGRADE:307-309:ADD PORTLETS REGION IS SHOWING UP VERY
SLOW.
1807325 FETCHERS TIMEOUTS, AND PORTLET PRODUCED AN ERROR.
This bug pertains to a synchronization issue in the 3.0.9
fetching of portlet content. The Document could not be
contacted error is randomly raised. However, it may be
that other problems are causing this error. This bug only
refers to the synchronization issue in which the Parallel
Page Engine causes the problem.
1810741 PROVIDER USER DOES NOT DETECT PUBLIC USER CORRECTLY.
Previously, the JPDK did not correctly detect if the
current user was logged in or accessing the portal using
a public session. This bug also affected providers
registered with a login frequency of PUBLIC. Failure to
detect the logged in state of the user correctly caused
ProviderUser.isPublicUser() to return an incorrect value
when a provider written using JPDK release 3.0.9 was used
with earlier releases of Oracle9iAS Portal.
The most common symptom of thi s error is the Customize
link being shown to public users when the provider
definition specified that it should be hidden. A new
username parameter has been added so the JPDK can
correctly detect the logged in state of users while
maintaining backwards compatibility with older versions
of Oracle9iAS Portal.
1811275 GROUP NAME IS REPEATED IN LIST OF GROUPS IN SPANISH,
FRENCH ETC.
1812018 PERSPECTIVES ARE REMOVED FROM ITEMS IF THEY ARE EDITED.
1815037 OPCA HANGS AT 90%
Oracle Portal Configuration Assistant hangs at 90% during
the Oracle9iAS 1.0.2.2 installation.
1819442 PROVIDE MINTIMEOUT FOR PPE TO OVERRIDE SMALLEST
TIMEOUT(S).
Previously, there were no minimum values for timeouts.
The fix for this bug adds some minimum values for
timeouts and changes the defaults such that the Parallel
Page Engine works better without any configuration by the
user. These changes help to prevent getting the Portlet
could not be contacted error message.
1830898 SSOUNLCK.SQL DOESN'T UNLOCK SSO USER ACCOUNT.
1832632 BITMAP INDEXES IN EXPORT-IMPORT FAIL TO INSTALL ON ORACLE
8I STANDARD.
1833509 SITE MANAGER BUGS FOR CATEGORY, ITEMTYPE, FOLDERTYPE, AND
PERSPECTIVE.
This bug covers the following:
Showing the category popup correctly when you hide
categories.
Same Banner appears more than once while rendering.
All Item Types show up when you create Custom Item
Types.
All Folder Types show up when you create Custom
Folder Types.
No data found error occurs in perspective list of
content area manager.
All item types get hidden when you hide different
item types in different content areas.
Categories are not displayed appropriately when you
go into content areas of default languages other
than "us."
Minor issues with Bulk action.
1840420 CUSTOM WRITTEN EXTERNAL AUTH MODULE NEED TO BE UPDATED
AFTER 3.0.9 UPGRADE SSOXOID.PKB DOESN'T LOAD.
External authentication modules that were written before
3.0.9 need to be updated after upgrading to 3.0.9.
ssoauthx.pks is updated in 3.0.9 and contains additional
routines that need to be implemented.
null

Richard,
I have just applied patch to upgrade from Portal 3.0.9 to 3.0.9.8.1 (Patch applied to loginserver and portal schema) and the External Applications that were previously set up have gone from the portlet.
Does this relate to your note at the bottom:
"Minor issues with Bulk action. 1840420 CUSTOM WRITTEN EXTERNAL AUTH MODULE NEED TO BE UPDATED AFTER 3.0.9 UPGRADE SSOXOID.PKB DOESN'T LOAD.
External authentication modules that were written before 3.0.9 need to be updated after upgrading to 3.0.9. ssoauthx.pks is updated in 3.0.9 and contains additional routines that need to be implemented." ??
If I go to the "Login Server Administration" portlet and select the link "Administer External Applications" I get a list of 5 External Applications that have previously been set up.
If I go back to the Home Page and select "customize" on the "External Applications" portlet I get the message "Your Login Server administrator has not registered any external applications".
Does that mean I should just run 'ssoauthx.pks' & 'ssoxoid.pkb' or do I need to do something else ??
Thanks
Simo

Similar Messages

  • New patch releases: JE 5.0.48 and 4.1.20

    All,
    Please note that new patch releases for JE 5.0 and 4.1 are now available.
    The JE 5.0.48 update contains a number of critical bug fixes that can cause corruption (data loss) under certain circumstances. We strongly recommend that anyone using JE 5 upgrade immediately to 5.0.48. This update also contains fixes for issues that prevent upgrading to JE 5 from an earlier release, or cause problems after upgrading.
    Note that running the pre-upgrade utility is mandatory before upgrading to JE 5 from an earlier release, and the pre-upgrade utility must be run using JE 4.0.20. The JE 4.0.20 update contains fixes to the pre-upgrade utility as well as one critical bug fix. See the first section in the JE 5.0.48 change log for detailed information on upgrading and running the pre-upgrade utility.
    We'd like to thank all the users who reported problems and especially those who worked with us over email, in some cases for long periods of time, to diagnose problems and test fixes. Some, but not all, of those who helped are mentioned in the change log. Thank you for contributing to the reliability of the product!
    Complete information can be found in the JE documentation. The release is available via the download site or Maven.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    the biggest problem is that we are using bought application not made in our company. I have tried out this java application with JRE 1.4 and 1.5 and it just doesn't work. So the only solution is using JRE 1.3 on all intranet computers. This application uses digital certificate so why doesn't Sun allow digital signet java programs to run on older versions of JRE?
    There could also be one more solution. I exactly know md5sum (or sha1sum) of 3 JAR files used by applet needing JRE 1.3. So if this sum would be enabled manualy (or I could send batch file to make this in registry or any other storage this would be good).
    http://en.wikipedia.org/wiki/Md5sum
    http://en.wikipedia.org/wiki/Sha1sum
    Thanks,
    Grofaty

  • Announcement Oracle9iAS Portal Patch Release 3.0.9.8.3 For Solaris is now available

    Oracle9iAS Portal Patch Release 3.0.9.8.3 For Solaris is now available for download from metalink. Bugnumber for the patch release is 2131815.
    You must install this patch release over an Oracle9iAS 1.0.2.2 installation of Oracle9iAS Portal. You can install it over either a production installation (3.0.9.8.0) or a patched installation (3.0.9.8.1, 3.0.9.8.2). This patch release is cumulative and it incorporates the changes from the earlier patches (3.0.9.8.1, 3.0.9.8.2). The installation instructions are in README.TXT and RELNOTES.HTM contained in the patch release.
    The patch will be available for other platforms by the end of May.

    I saw this warning in the content area API home page.
    Warning - The Content Area APIs available in 3.0.8.x and 3.0.9.x will not work with Oracle9iAS Portal 9.0.2. They are not available with this release
    Will there be other API's?
    Are you removing the concept of loading an item through APIs?
    Thanks in advance
    Harish

  • Discoverer Patch Release 2 (9.0.2.53) for Windows

    I can't get the response file to work correctly. If I set SHOW_RELEASE_NOTES to false it still shows up. I need to accomplish this install silently. All of the other boolean operators work fine, the release notes is the only window I get. I have tried changing it to SHOW_RELEASE_NOTES_PAGE with no luck. Any ideas?

    It seems that it is only possible to start download of two files at a time. If you try to start more, the system hangs up. If you are trying to download the version that is split in ten files, you have to do this one file at a time. If you are trying to download a single file, make sure that this is the ONLY download session that is running on your computer.
    Yours sincerely
    Niels Terp

  • How to do in-place-upgrades with the new patch sets (11.2.0.2.0)?

    Hello,
    Oracle has released the new patch set 11.2.0.2.0 for Oracle Database whose installation deviates from the previous patch set instructions. Are there any new deployment procedures available to do an in-place upgrade? We have a lot (about 100) of development databases here, most of them do not have enough hard disk space to do an out-of-place upgrade, so the need for updated deployment procedures is definetely there.
    Best regards,
    Andreas

    Hello Hemss,
    I am trying to do an in-place-upgrade (replacing the old Oracle software completely because our test servers have only very little space). When you want to perform an out-of-place upgrade, things are more simple, but you need the disk space for a new Oracle home (about 6 GB on Linux-x64 in my case). Essentially, the steps are:
    1. You can keep the production database online during the next steps
    2. Install the new 11.2.0.2.0 into a new Oracle Home (an Oracle software directory which does not exist yet). Only install the software.
    3. Apply any post-11.2.0.2.0 patches if available and needed
    4. Schedule a maintenance window with your users
    5. Put the original database(s) in MOUNT mode (SHUTDOWN IMMEDIATE followed by STARTUP MOUNT)
    6. Perform a FULL backup of both database and old Oracle home, just to be on the safe side.
    7. Set your enviromnent: ORACLE_HOME and ORACLE_BASE should point to your NEW installation, ORACLE_SID to your production database.
    8. Start netca to create a new LISTENER for your new software installation (you might want to use a different port than your previous installation in case you need to run both at the same time)
    9. Start dbua from the new Oracle Home and follow the on-screen instructions. You can either create an updated copy of the database (needs more disk space but you can easily switch back to your orginal DB), or you change the database to fit your new Oracle version (needs less space, but you need to run the scripts to downgrade to the old release if you need to go back)
    So, as long as you have plenty of disk space, things are not that difficult at all. Of course, you should always read the release notes and the full installation guides for the new version because there might be new features or behaviours that affect your database. It is also highly advisable to test this on a completely different machine first.
    You can find the complete upgrade guide here: http://download.oracle.com/docs/cd/E11882_01/server.112/e17222/toc.htm
    Best regards,
    Andreas

  • Announcement : New SPS Patch Release (v 6.0.3) Now Available

    A newer release of Service Provisioning System (version 6.0.3) is now available for download on sunsolve
    The Release Notes for this release are available here and is a good place to start.
    {color:#0000ff}*You are strongly encouraged to go through the Release Notes AND the README instructions of all the patches thoroughly before starting your patch installations.*{color}
    The following are the key changes that were incorporated in this release.
    1) A fix in the SPS transport layer code was implemented to provide performance optimization of deployment jobs over a raw, SSH or SSL connection. Specifically, customers using an SSL connection between MS and the RA/LD nodes can observe noticeable performance improvements while deploying large payloads.
    2) A fix was also added to correct the default database encoding for customers who want to use extended ASCII character sets. This would not only facilitate clean database migration between 5.2 to 6.0 of any UTF-8 characters, but also ensure data integrity on fresh 6.0 installation. It's strongly recommended that customers take necessary steps to apply this fix on their SPS 6.0 installations.
    3) Certain GUI related      bugs were fixed and some missing functionality was added back.
    4) It is to be noted that this is a cumulative patch on top of the earlier patch release version 6.0.2. Hence all the bug fixes that were delivered with the 6.0.2 patch are also accumulated into the 6.0.3 patch
    5) Response time of GUI login validation has been improved.

    another option would be to make either the n1sps export not writing explicit end tags
    <element />
    instead of
    <element></element>
    or
    making the import / schema a bit less sensitive about whitespace within elements. The current bug, that you cannot export the xml, reformat in netBeans and then re-import is extremely annoying.

  • What are the patches released for new browsers

    Hi Gurus,
    It's a general question.
    Is oracle released any patches for new browser versions?
    Our client is experiencing the different issue with the latest browsers.
    This is one of the error message which they had received: iRecuitment - oracle error 1403:java.sqlSQLException:ORA-01403: from Chrome user - need latest Patch.
    Regards,
    Joshna.

    You need to use a certified browser -- Please see the docs referenced above for the list of supported browsers and client OS.
    If you still get the same error, please see these docs.
    Critical Patch Released For Release 12.1.1 and Higher Customers Using Projects Web ADI Functionality [ID 1315848.1]
    Accessing Application Get Error: Fnd_session_management.Updatessioncontext Sql Exception [ID 1316294.1]
    Thanks,
    Hussein

  • Can't login into NW after a new patch.

    Hi experts.
    Yestoday I installed a new patch KB70010,after that use command SGEN to compile all source in component BASIS.This process began and said theres 2 hours left to complete. 
    But this morning i can't login into the system,seems the SGEN not successful or sth else.....
    disp+work is in yellow status with a message: Running but not connected to Message Server.J2EE status info unavailable.
    here's the developer trace.
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      01
    sid        ER1
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    75
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        6112
    Tue Jun 03 10:51:31 2008
    kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)
    length of sys_adm_ext is 572 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 6112) [dpxxdisp.c   1237]
         shared lib "dw_xml.dll" version 75 successfully loaded
         shared lib "dw_xtc.dll" version 75 successfully loaded
         shared lib "dw_stl.dll" version 75 successfully loaded
         shared lib "dw_gui.dll" version 75 successfully loaded
         shared lib "dw_mdm.dll" version 75 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3901
    Tue Jun 03 10:51:36 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5273]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    Tue Jun 03 10:51:41 2008
    ERROR => OpenProcess PID 3180 failed for checking semaphore 4
                  ERROR_INVALID_PARAMETER: The parameter is incorrect.  [semnt.c      1892]
    DpIPCInit2: start server >EXXEPT01_ER1_01                         <
    DpShMCreate: sizeof(wp_adm)          26752     (1408)
    DpShMCreate: sizeof(tm_adm)          3994272     (19872)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1440)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 073F0040, size: 4661816)
    DpShMCreate: allocated sys_adm at 073F0040
    DpShMCreate: allocated wp_adm at 073F1E40
    DpShMCreate: allocated tm_adm_list at 073F86C0
    DpShMCreate: allocated tm_adm at 073F86F0
    DpShMCreate: allocated wp_ca_adm at 077C7990
    DpShMCreate: allocated appc_ca_adm at 077CD750
    DpShMCreate: allocated comm_adm at 077CF690
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 07850550
    DpShMCreate: allocated gw_adm at 07850590
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 078505C0
    DpShMCreate: allocated wall_adm at 078505C8
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 1632
      argv[0] = D:\usr\sap\ER1\DVEBMGS01\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\ER1\DVEBMGS01\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1351
      argv[5] = -DSAPSYSTEM=01
      argv[6] = -DSAPSYSTEMNAME=ER1
      argv[7] = -DSAPMYNAME=EXXEPT01_ER1_01
      argv[8] = -DSAPPROFILE=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1623]
    ***LOG Q0K=> DpMsAttach, mscon ( EXXEPT01) [dpxxdisp.c   11586]
    DpStartStopMsg: send start message (myname is >EXXEPT01_ER1_01                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 75
    Release check o.K.
    Tue Jun 03 10:52:21 2008
    DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN
    Tue Jun 03 10:52:41 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 2056
      argv[0] = D:\usr\sap\ER1\DVEBMGS01\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\ER1\DVEBMGS01\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1407
      argv[5] = -DSAPSYSTEM=01
      argv[6] = -DSAPSYSTEMNAME=ER1
      argv[7] = -DSAPMYNAME=EXXEPT01_ER1_01
      argv[8] = -DSAPPROFILE=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED

    I found a suspicious log   dev_jcontrol,  maybe it will do some help.
    There's some deadlock at end....
    trc file: "D:\usr\sap\ER1\DVEBMGS01\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 2612
    system name : ER1
    system nr.  : 01
    started at  : Tue Jun 03 14:13:53 2008
    arguments       :
           arg[00] : D:\usr\sap\ER1\DVEBMGS01\exe\jcontrol.EXE
           arg[01] : pf=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
           arg[02] : -DSAPSTART=1
           arg[03] : -DCONNECT_PORT=3675
           arg[04] : -DSAPSYSTEM=01
           arg[05] : -DSAPSYSTEMNAME=ER1
           arg[06] : -DSAPMYNAME=EXXEPT01_ER1_01
           arg[07] : -DSAPPROFILE=D:\usr\sap\ER1\SYS\profile\ER1_DVEBMGS01_EXXEPT01
           arg[08] : -DFRFC_FALLBACK=ON
           arg[09] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 4756] Tue Jun 03 14:13:53 2008
    [Thr 4756] *** WARNING => INFO: Unknown property [instance.box.number=ER1DVEBMGS01exxept01] [jstartxx.c   841]
    [Thr 4756] *** WARNING => INFO: Unknown property [instance.en.host=EXXEPT01] [jstartxx.c   841]
    [Thr 4756] *** WARNING => INFO: Unknown property [instance.en.port=3202] [jstartxx.c   841]
    [Thr 4756] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties;D:\usr\sap\ER1\DVEBMGS01\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : EXXEPT01
    -> ms port    : 3902
    -> OS libs    : D:\usr\sap\ER1\DVEBMGS01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    -> files [01] : D:\usr\sap\ER1\DVEBMGS01\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : EXXEPT01
    -> ms port    : 3902
    -> os libs    : D:\usr\sap\ER1\DVEBMGS01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID11381200 : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID11381250 : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID11381200           : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] ID11381250           : D:\usr\sap\ER1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [02] sdm                  : D:\usr\sap\ER1\DVEBMGS01\SDM\program\config\sdm_jstartup.properties
    [Thr 4756] *** WARNING => JsfOpenShm: ShmCreate (69, 295952, CREATE) failed(rc = 4 SHM segment already exists) [jsfxxshm.c   715]
    [Thr 4756] *** ERROR => JsfOpenShm: Shm version mismatch (shm "JSF-ADM-CORRUPT", code "JSF-ADM-015") [jsfxxshm.c   761]
    [Thr 4756] *** ERROR => Can't create shared memory segment 69 (rc = 8) [jcntrxx.c    1714]
    [Thr 4756] *** ERROR => Can't initialize JControl Administration [jcntrxx.c    271]
    [Thr 4756] JControlCloseProgram: started (exitcode = -1)
    [Thr 4756] *** ERROR => JsfCloseShm: FiDetachIndex(SESSION) failed (rc = 6 invalid argument) [jsfxxshm.c   1243]
    [Thr 4756] *** ERROR => JsfCloseShm: FiDetachIndex(ALIAS) failed (rc = 6 invalid argument) [jsfxxshm.c   1250]
    [Thr 4756] *** ERROR => JsfCloseShm: FiDetachIndex(SERVICE) failed (rc = 6 invalid argument) [jsfxxshm.c   1257]
    [Thr 4756] JControlCloseProgram: good bye... (exitcode = -1)
                                                                                    [Thr 3152] Tue Jun 03 14:22:52 2008
    [Thr 3152] WARNING: MtxLock 02550988 JSF-PROC -2 deadlock ?
    [Thr 3152] Tue Jun 03 14:37:56 2008
    [Thr 3152] WARNING: MtxLock 02550988 JSF-PROC -2 deadlock ?
    [Thr 3152] Tue Jun 03 14:53:01 2008
    [Thr 3152] WARNING: MtxLock 02550988 JSF-PROC -2 deadlock ?
    [Thr 3152] Tue Jun 03 15:08:05 2008
    [Thr 3152] WARNING: MtxLock 02550988 JSF-PROC -2 deadlock ?
    [Thr 3152] Tue Jun 03 15:23:09 2008
    [Thr 3152] WARNING: MtxLock 02550988 JSF-PROC -2 deadlock ?

  • How to use new patch updates in track

    Hi All,
    I am a developer working in NWDI. We have everything in place and working fine upto now.
    SAP has release a patch for the software component i am using in a track. Basis guys have updated the track and they confirmed the patch is updated successfully.
    Now when ever i rebuild my DC, the changes are not effected as per the new patch. Please let me how I will be able to use new patch updates in my DC(In NWDS I can see the old source code only, I did all SYNC's and refresh but didnt worked, even NWDI is restarted)
    How I can confirm that the patch is updated to track successfully, from a developer point of view.
    I have access to CMS and CBS.
    Regards,
    Sateesh Chandra

    Did you update your configuration in the studio?
    --MLS

  • FM 12.0.3 patch released

    A new patch (12.0.3) has been released for FM12. It is available for direct download at: http://www.adobe.com/support/downloads/detail.jsp?ftpID=5847
    It is not yet available through Help > Updates in FM.

    In terms of support of Adobe Illustrator .ai files in FrameMaker, what I posted a number of years back still holds true today!
    FrameMaker support of Illustrator files is based upon its support of PDF files which is based upon its support of the old legacy .eps files, nothing more and nothing less.
    When you first save an Illustrator document as a .ai file, it is saved as what looks like the structure of a PDF file. The actual contents of the Illustrator document is stored as “private data” within the PDF file structure. Neither Acrobat nor FrameMaker have any knowledge of this private data file format.
    One of the options when saving an Illustrator document as a .ai file is an option labeled Create PDF Compatible File. Enabled (i.e., “on”) by default, this option causes Illustrator to no only store the private data within the PDF file format, but also puts PDF graphical objects into the resultant .ai file such that if you open the .ai file with either Adobe Reader or Adobe Acrobat, the Illustrator document objects may be displayed or printed. Note that this option may also terribly bloats the size of the .ai file, i.e., this is not particularly space efficient. If you disable the Create PDF Compatible File option, you only see a blank page if you open the .ai file in either Adobe Reader or Adobe Acrobat. For FrameMaker users who import such an Illustrator .ai file created with the Create PDF Compatible File option disabled, you likewise do not see any of the Illustrator document's content.
    Further note that what is really going on is that when FrameMaker imports a .ai file, it treats it no differently than if it was placing a .pdf file. The PDF file's graphical content is used to create a high quality preview, but for subsequent purposes including high quality printing and PDF creation, is internally converted to the equivalent of an encapsulated PostScript, .eps file in which all color management is lost and transparency flattened. This aspect of FrameMaker has not changed over the years!!!!
    In terms of my personal recommendations, if I was trying to get Illustrator content into FrameMaker, I would save my Illustrator document as a .ai file strictly for purposes of maintaining the Illustrator document's source material and nothing else. At the same time (including after making any subsequent edits), I would recommend that copies of the same file be saved as (1) a PostScript language level 3 .eps file with high quality flattening for purposes of FrameMaker import and (2) a PDF/X-4 file (no flattening or color conversion required) for purposes of InDesign placement. Yes, this yields extra files, but it is a hell of a lot more reliable. I have similar recommendations for getting InDesign content into FrameMaker. Export your InDesign file's page as a PostScript language level 3 .eps file with high quality flattening and import that into FrameMaker.
              - Dov

  • FM 8.0.4 patch released

    The fix to the recalled patch has been released as 8.0.4. This fixes the 8.0.3 patch if you didn't uninstall it. For those that uninstalled it or hadn't installed 8.0.3, a new patch combining both 8.0.3 and 8.0.4 will be issued shortly.

    The direct link to this patch will probably not be posted as it fixes
    errors in the removed 8.0.3 patch. A complete patch for those still at
    8.0.2 (aka FM8.0p273) will be posted when it is ready (most likely
    8.0.5). It will first be available through the Update Manager in FM
    and then will eventually (I don't know why the lag, so please don't
    ask) be available on the FM main downloads page.
    For Windows it will be at:
    http://www.adobe.com/support/downloads/product.jsp?product=22&platform=Windows

  • CRM On Demand Rel 17 Patch Release Notes 1142.0.02 is Available

    CRM On Demand Rel 17 Patch Release Notes 1142.0.02 is Available. Go to MOS and search for ID 1104184.1

    Hi Bobb,
    I logged in and under Release Info Tab under What's New searched for Release 18 - Patch Release Notes link, but i didnt find the link.
    Thanks,
    Raghu

  • CRM On Demand Rel 18 Patch Release Notes 1220.0.02 is Available

    1. Click the Training and Support link from within CRM On Demand.
    2. Click the Release Info tab.
    3. Under What's New, click the Release 18 - Patch Release Notes link.

    Hi Bobb,
    I logged in and under Release Info Tab under What's New searched for Release 18 - Patch Release Notes link, but i didnt find the link.
    Thanks,
    Raghu

  • 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.

  • R16 Enhancement Patch Released

    Hey Everyone,
    For those of you not aware a new patch has been released with a few enhancements and a host of fixes. Worth checking out the release notes on Metalink3:
    Oracle CRM On Demand Release 16 Patch Release Notes 1079.0.03"
    solution ID 843169.1
    Thanks
    Oli @ Innoveer

    Oliver, thanks for sharing. You might want to review R16 Patch Release Notes 1079.0.02 and 1079.0.01 as well.

Maybe you are looking for

  • Not able to see the documented goods movement

    Hi , The Problem is I cannot see the documents against the same combination of the order type and Plant for Ceratin period but can see the documented goods movements against the same orders for some other period.

  • Maximum number of connection in use. Close an acti...

    When I am using nokia maps . A popup message comes in as (maximum number of connection in use . Close an active connection) and an option yes or no . When I press yes . The active connections are displayed there are only one active connections when i

  • ABAP Routine  for 0FISCPER  slect options in InfoPackage

    Hi, I am trying to write an ABAP Routine for 0FISCPER as select options (range) dynamically. Ex: 0FISCPER selection for this year as 001.2008 to 012.2008 0FISCPER selection for next year as 001.2009 to 012.2009. Now  we are changing InfoPackage every

  • SQL*Plus and NLS_DATE_FORMAT

    So, I haven't visited this topic in a long time, so I'm trying to refresh my memory on how everything works ... We set our NLS_DATE_FORMAT at the system level ... what ... 4 years ago to 'MM/DD/RR'. Despite the fact that I set this to something more

  • Where do I find my WiFi and Bluetooth MAC address on my Blackberry?

    Where do I find my  WiFi and Bluetooth MAC address on my Blackberry? Cheers FT