Cleanup after applying path

I noticed a bunch of files are left after applying the 8.1.5.0.2 patch. In the interest of space, can I delete this?
Examles:
eployejb.pre-81501
dropjava.pre-81501
ejbdescriptor.pre-81501
gatekeeper.pre-81501
genksms.pre-81502
gensyslib.pre-81501
idl2ir.pre-81501
idl2java.pre-81501
irep.pre-81501
java2idl.pre-81501
java2iiop.pre-81501
java2rmi_iiop.pre-81501
loadjava.pre-81501
lsnrctl.pre-81502
modifyprops.pre-81501
netasst.pre-81501
netca.pre-81501
netec.pre-81501
oadj.pre-81501
oadutil.pre-81501
oracle.pre-81502
publish.pre-81501
relink.pre-81501
remove.pre-81501
sqlplus.pre-81501
tkprof.pre-81502
tnslsnr.pre-81502
vbdebug.pre-81501
vbjc.pre-81501
null

Hi
This is happens when the database as not been restarted after creating and upgrading the database to 9.2.0.3
see forum message: FTP Connection
follow the instructions after 'You need to do this'
Warwick

Similar Messages

  • Transform path error when uninstalling 8.1.2 after applying security update

    I have been testing a customized install of 8.1.2 and noticed that when you try to remove 8.1.2 after applying the latest security update, an error pops. "Error applying transforms. Verify that the specified transform paths are valid". Looking in the registry you can see an odd entry in the "TRANSFORMS" string value entry under HKEY_CLASSES_ROOT\INSTALLER\PRODUCTS\68AB67CA7DA73301B7448A2100000030\. The value is changed to "@AcroRead.mst;C:\Program Files\Adobe\Reader 8.0\Setup Files\{AC76BA86-7AD7-1033-7B44-A81200000003}\RdrSU.mst" after applying the security update. You can edit the path to remove everything after @AcroRead.mst and then the software can be uninstalled. This problem does not happen if the install is not customized using a transform. I would like to deploy this software with the security update but do not want problems removing the software in the future. Please advise...

    I don't have a solution but found the exact same problem when I was testing security update 1 for a customised 8.1.2 deployment.
    I have decided NOT to deploy the update until it is fixed (or released as an MSP file so I can patch the MSI)
    I tried to contact Adobe support (UK) but they were not interested as we don't have a support contract :-(

  • Workflow stuck in starting state after applying SharePoint 2010 CU December 2012

    I have custom visual studio workflow which are associated with Custom content type. workflow gets triggered automatically when a file is uploaded to SharePoint. Everything was working fine till when i apply the following CU
    http://blogs.msdn.com/b/joerg_sinemus/archive/2012/12/27/sharepoint-2010-and-december-2012-cu.aspx
    After applying this my workflow get stuck in "Starting" state.
    No error were logged in 14 hive logs.
    Thanks in Advance!

    It took me a while but I came up with a work around.  There is a PowerShell script below that can be used to trigger the workflow.  Hopefully this will hold all of us over until the official fix arrives.
    First remove the auto start on change or new from the affected workflow
    Edit the script below to match your environment
    Add the script to Windows task scheduler with the PowerShell.exe in the command line
    This assumes PowerShell.exe is in the path
    Then add the full path and script name in the add arguements text box
    Script:
    #The purpose of this script is to start the SPD workflow with the windows task scheduler for a trigger
    #This should avoid the check in-out issue caused by the December 2012 SP CU patch
    #This needs to be run on an account with membership in the farm administration group for SharePoint and Shell in SQL
    #You can use a find and replace to replace the server and other names with your actual names
    #There are no status messages being used since this will be a scheduled task in the Windows task scheduler
    #Add SharePoint modules and create variable space
    add-pssnapin microsoft.sharepoint.powershell
    start-spassignment -global
    #Open the web site, list and the workflow
    $site=get-spsite %site url%"
    $web=get-spweb %Web url%
    #Open the %affected% library or list and workflow association
    $%affected%=$web.getlist("%affected%")
    $manager=$site.workflowmanager
    $culture=[system.globalization.cultureinfo]::currentculture
    $wfname="%affected workflow name"
    $association=$%affected%.workflowassociations.getassociationbyname($wfname,$culture)
    $data=$association.associationdata
    $wfrunoption=[microsoft.sharepoint.workflow.spworkflowrunoptions]::synchronous
    #Start workflow
    foreach ($item in $%affected%.items) {
    $site.workflowmanager.startworkflow($item,$association,$data,$wfrunoption)
    stop-spassignment -global

  • Unable to start Soa Suite after applying 10.1.3.4 MLR#8

    Hi
    We are trying to install AIA2.5 on 10.1.3.4 windows machine.We are unable to start the soa suite after applying 10.1.3.4 MLR#8. Following is the error we are getting while starting the soa suite.Kindly help.
    OC4J startup failed
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: oracle.xml.jaxb.JaxbNode
         Dependent class: oracle.security.wss.config.AttributeConfigTypeImpl
         Loader: oracle.ws.security:10.1.3
         Code-Source: /D:/product/10.1.3.1/OracleAS_1/webservices/lib/wssecurity.jar
         Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\product\10.1.3.1\OracleAS_1\j2ee\home\oc4j.jar
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2264)
         at oracle.classloader.PolicyClassLoader.bulkLoadClasses(PolicyClassLoader.java:1538)
         at oracle.classloader.util.XMLConfiguration.bulkLoadClasses(XMLConfiguration.java:885)
         at oracle.classloader.util.XMLConfiguration.access$100(XMLConfiguration.java:41)
         at oracle.classloader.util.XMLConfiguration$Externals.load(XMLConfiguration.java:871)
         at oracle.classloader.util.XMLConfiguration.endElement(XMLConfiguration.java:685)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:601)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1774)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2930)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
         at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
         at oracle.classloader.util.XMLConfiguration.configureLoaders(XMLConfiguration.java:277)
         at oracle.classloader.util.InitialLoadersFactory.populateLoaders(InitialLoadersFactory.java:389)
         at oracle.classloader.util.InitialLoadersFactory.initLoaders(InitialLoadersFactory.java:230)
         at oracle.classloader.util.InitialLoadersFactory.create(InitialLoadersFactory.java:167)
         at oracle.oc4j.loader.boot.BootStrap.main(BootStrap.java:26)
    Warning: The flag AppendRatio=3 has been EOL'd as of 6.0_10 and will be ignored

    Hi,
    I have a similar problem where the error is:
    Dependent class: oracle.security.wss.WSSecurity
         Loader: oracle.ws.security:10.1.3
         Code-Source: /E:/jdeveloper/webservices/lib/wssecurity.jar
         Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in E:\jdeveloper\j2ee\home\oc4j.jar
    This load was initiated at oracle.ws.security:10.1.3 using the Class.forName() method.
    The missing class is available from the following locations:
    I'm working with JDeveloper 10.1.3.4

  • [urgent]After applying a patch, db does not start!! ( 10gr2)

    Hi..everyone.
    I applied the patch of "p4547817_10202_WINNT"( 10.2.0.2.0) to
    the "10.2.0.1.0" oracle database.
    However, after applying the patch, the database does not startup.
    Windows( 2003 server) services is running after reboot.
    The error messages are the followings :
    C:\Documents and Settings\Administrator>sqlplus system/oracle
    SQL*Plus: Release 10.2.0.2.0 - Production on 金 5月 11 17:39:48 2007
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    C:\Documents and Settings\Administrator>sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.2.0 - Production on 金 5月 11 17:40:38 2007
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    SQL> startup
    Total System Global Area 612368384 bytes
    Fixed Size 1290892 bytes
    Variable Size 171969908 bytes
    Database Buffers 432013312 bytes
    Redo Buffers 7094272 bytes
    ORA-01092:
    I think I missed something in applying a patch.
    I will be waiting for hear your experience and advice.
    Thanks in advance. Have a good day.
    Best Regards.
    Message was edited by:
    user507290

    Please read the post-installation tasks from the readme doc provided with the patchset zipfile.
    Upgrade to a new patchset implies two macro steps :
    1. upgrade the binaries for an ORACLE_HOME directory path
    2. apply patchset script against all the databases (oracle dictionary inside database) working for the ORACLE_HOME upgraded in step 1.
    Nicolas.

  • Clearing out archivelogs from Flash_recovery_area after applied on Standby.

    I set up a standby database using data guard in 11g. I used the flash_recovery_area to store archivelogs, but really the true destination of all my archivelogs should and is my standby database. I didnn't have any other backup(s) setup yet. After few days, my database stopped because it ran out of space in flash_recovery_area. I had to add more space to db_recovery_dest_size just to get the database back up. Then I set the archivelog deletion policy in rman to delete archivelogs after applied on all standby.
    Is that all I need to do keep my flash_recovery_are clean enough to prevent from locking my database again, or is there something else I need to do? This is just a dev box, and I'm trying to stay away from setting up rman backup process with delete option.
    Thanks in advance,
    Kyle

    Kyle;
    Sorry because I'm not answering the question you asked. But I had the same problem with a similar setup.
    What I decided was to use RMAN to backup the primary and have the RMAN script remove archive after a week.
    On the standby I created an RMAN script to remove archive only.
    There's not much to it and at the end I add a seperate remove empty folder script.
    echo "Starting RMAN..."
    $ORACLE_HOME/bin/rman target / catalog <user>/<password>@<catalogdb> << EOF
    delete noprompt ARCHIVELOG UNTIL TIME 'SYSDATE-8';
    exit
    EOF
    echo `date`
    echo
    echo 'End of archive cleanup on STANDBY'
    mailx -s ${MAILHEADER} $MAILTO < /tmp/rmandbarchstandby.out
    . /u01/app/oracle/dba_tool/bin/rmemptyfolders.sh ${DBNAME}
    # End of Script

  • Icons for the Reports missing in Workspace after applying patches

    Hello Gurus,
    I have installed 11.1.2.2 on one of my VM's and then applied the 11.1.2.2.300 patch on it.
    I have followed the Read Me for all the patches before applying them.
    After applying the patches however the icons for the Reports in workspace
    [IMAGE ON THE FOLLOWING LINK]
    http://i45.tinypic.com/29f6mc0.png
    I have reconfigured web server at the end but that did not help. Any help will be highly appreciated.
    Thanks
    HyperionEPM.

    Hello Nick,
    Yes all the components show green and I can access the reports without any issues. Its just the icon that does not show up.
    I will check the logs you have mentioned to see if there are any exceptions in them.
    But the issues started up after applying the patches for 11.1.2.2.
    I have checked the location path mentioned in Weblogic.xml in raframework.war file and the path points to the correct folder location where the folders mt and mt_thumbnails are located.
    Is the any other way out?
    Should I delete the contents inside the tmp folder located in RAFramework0
    or
    Can reconfigurin Reporting and Analysis framework services help in resolving the issue?
    Please let me know.
    Thanks.
    hyperionEPM

  • Permission of libclntsh.so.10.1 has changed after applying 10.1.0.5 patch

    Hi all
    Does anybody encounter following error after applying 10.1.0.5/Linux patch to client?
    $ sqlplus
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    When I looked into library path, I found "others" didn't have a read permission on the library.
    lrwxrwxrwx 1 oracle oinstall 17 June 11:42 libclntsh.so -> libclntsh.so.10.1
    -rwxr-x--- 1 oracle oinstall 13660752 June 13 11:42 libclntsh.so.10.1
    Does anybody change permission by executing "chmod 754" to allow others to read?
    I'm looking for somebody tried to solve this problem.
    Thanks in advance.

    I have a similar problem:
    Syntax error on line 202 of /etc/httpd/conf/httpd.conf:
    Cannot load /usr/lib/httpd/modules/libphp5.so into server: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    Using the following succesfull configuraion
    PHP Version => 5.0.4
    System => Linux 2.6.9-1.667smp #1 SMP Tue Nov 2 14:59:52 EST 2004 i686
    Build Date => Aug 26 2005 11:23:17
    Configure Command => './configure' '--enable-force-cgi-redirect' '--enable-ftp' '--with-dbase' '--with-regex=system' '--with-gd' '--with-bz2' '--with-config-file-path=/etc/httpd/conf/httpd.conf' '--with-zlib' '--with-oci8=/home/oracle/product/10.1.0/Db_1' '--enable-sigchild' '--with-dom-xslt=/usr/lib/libxslt.so.1.1.11' '--with-png' '--with-apxs2'
    Server API => Command Line Interface
    Virtual Directory Support => disabled
    Configuration File (php.ini) Path => /etc/httpd/conf/httpd.conf
    Everything is visible to all users the LD Library path is set even in the httpd.conf file.
    Clear PHP works from within the command line, now I want to get it working via Apache2.
    If anybody has a clue I would be most obliged.
    Also disabling SELinux did not do the trick.

  • After applying BM3.8.5_ir1: "IKESetupSocket: Unable to bind socket!", IKE not loading

    Hello,
    I just applied the Interim Release 1 BM3.8.5 and rebootet the server after at
    least several months of uptime when the patch files were applied - so it might be
    related to 385_ir1; Or something went wrong during the last months of uptime that
    way; that a reboot just caused the trouble to be revealed.
    Well, on the next reboot after applying BM3.8.5_ir1 I got this on the IKE screen:
    -------------------------- IKE SCREEN ----------------------------------
    3-19-2008 12:53:41 pm IKESetupSocket: Unable to bind socket!
    [snip empty lines]
    <Press any key to close screen>
    -------------------------- IKE SCREEN ----------------------------------
    At this state these TCP NLMs were loaded:
    TCP.NLM
    Loaded from [SYS:SYSTEM\] on Mar 19, 2008 12:35:40 pm
    (Address Space = OS)
    Novell TCP/IP Stack - Transport module (Domestic)
    Version 6.91.05 October 25, 2007
    Copyright 1994-2007 Novell, Inc. All rights reserved. Patent pending.
    TCPIP.NLM
    Loaded from [SYS:SYSTEM\] on Mar 19, 2008 12:35:40 pm
    (Address Space = OS)
    Novell TCP/IP/IPSec Module (Domestic) NICI Enabled
    Version 6.91.10 October 25, 2007
    Copyright 1994-2007 Novell, Inc. All rights reserved
    Patent pending Portions Copyright 1986-1995, RSA Data Security, Inc.
    BSDSOCK.NLM
    Loaded from [SYS:SYSTEM\] on Mar 19, 2008 12:35:40 pm
    (Address Space = OS)
    Novell BSDSOCK Module (Domestic)
    Version 6.91.04 October 25, 2007
    Copyright 1994-2007 Novell, Inc. All rights reserved.
    As it's a socket error I thought that applying the latest TCP patch might help
    out:
    TCP681K, another reboot, but no change at all.
    As IKE isn't loading server side all VNP functions are not operational.
    PKIDIAG is without errors, if these certificates should interact with IKE as well
    (I honestly have to state, that I don't know, if or if not these Certs interact
    with IKE ...)
    Anybody a quick solution? Otherwise I'll try to backrev to BM3.8.5 and the prior
    TCP version.
    Thanks for any input.
    Regards, Rudi.
    IT-Beratung Rudolf Thilo
    Schweinfurter Str. 131
    97464 Niederwerrn
    t: +49 (0)9721/6464840
    f: +49 (0)9721/6464841
    m: +49(0)171/685 9 685

    Hello,
    after investigating in a totally wrong direction for many hours <doh!> I finally
    back-rev.ed the lib files from c:\nwserver\!backup.lib and
    sys:system\!backup.lib, after that was done the IKE had no trouble any more.
    In the load sequence of the server's reboot NMAS had a load error that pointed in
    that direction... (several DS*.NLMs in the LIB patch files)
    I have a looger screen save file of both, a "trouble boot" and a clean boot after
    removing the patch files. What I missed was to draw a config.txt of the trouble
    state. :(
    Quite interesting is the fact, that after may be 30 - 60 Minuntes of uptime the
    BM had difficulties to access the C: drive:
    ----------------------------Logger Screen ------------------------------------
    NetWare Configuration File Transfer Cache to DOS Error: 0x4
    Registry rolling back to last known good registry file.
    ----------------------------Logger Screen ------------------------------------
    Then no NLMs could be loaded any more at all: Neither DOS side, nor sys:system or
    from anywhere else. Funny fact: With the already loaded toolbox a "DIR" was
    presenting everything absolutely normal, DOS and SYS: side....
    Well, the NBM-Rule-Container is restored now from tape, the filters.txt is as it
    was before (seveal reboots) and with my 2nd. BM install I was painfully
    remembered that there can be just one BM per container <grrr> ;) (nice design...)
    Patches applied when the trouble showed up
    NW6.5SP6
    BM3.8SP5
    plus the hotfixes available till Dec 2007
    Finally I applied these (many hours ago >-O~ )
    LIBCSP6B
    NWLIB6K
    WSOCK6N
    TCP681K
    BM3.8.5_ir1
    .... in the timed order they were given to the public (I didn't check right now,
    the order above isn't necessarily the right order I used.)
    If someone should be interested in the logger.txt of both states, they are too
    large for *one* posting here, drop me an email.
    Regards, Rudi.
    IKESetupSocket: Unable to bind socket!
    IKE not loading any more
    NMAS error in boot sequence
    Error accessing registry files,
    NLM load from all search paths impossible
    IT-Beratung Rudolf Thilo
    Schweinfurter Str. 131
    97464 Niederwerrn
    t: +49 (0)9721/6464840
    f: +49 (0)9721/6464841
    m: +49(0)171/685 9 685

  • Report Server URL field no longer visible in Dashboard Designer after applying SP1 and the October 2011 CU

    Environment: 1 WFE on W2K8Ent x64 SP2 | 1 App Server on W2K8 Standard x64 SP2 | 1 Dedicated SQL Server 2008 R2  
    SharePoint 2010 Enterprise Edition
    I recently applied SP1 and the October 2011 CU (Server updates, not foundation) on both the WFE and the App server and now I'm experiencing an issue with PerformancePoint Dashboard Designer in that when I want to deploy a new SSRS report, I no longer have
    the ability to indicate the report server url under the report settings section because it's missing.  I also do not have the ability to preview the report nor can I modify any of the settings like Zoom or Format as they're greyed out.
    I've been researching for several days now and cannot find anything to remedy my issue. I have reviewed the upgrade logs on both the WFE and App server ... I ran the product config wizard after applying the SP and the update ... Sharepoint is configured
    to use Windows Integrated Mode for the reporting services configuration via Central Admin.
    I noticed that the web config for my app was updated and compared that against a backup of the old web config and I mainly see diffs in version references for reporting services, etc.  (Ex. version 10 in the old, 11 in the new/updated config file).
    Anyone else out there have this same issue?  Any suggestions would be greatly appreciated!
    Thanks,
    Chad

    Ultimately, I ended up installing SharePoint 2010 RTM on a separate system and then copied the folder with the PerformancePoint Dashboard Designer and put that on my PC at work.  If you open a PerformancePoint report inside SharePoint, it
    will default to the version of the update so be sure to open up the designer from wherever you store it on your PC.  You'll know if it's the right one anyways if the URL is missing. 
    Also, once you've opened the RTM version, this will be the one that opens from the SharePoint shortcut via the Windows Start->All Programs->SharePoint Folder. 
    Chad Barrett

  • Problem with Apache reverse proxy after applying SP13 NW

    Hello,
    we have a NW04 EP Portal and a Apache reverse proxy in the DMZ. After applying SP 13 for the portal we get the following error from the reverse proxy:
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request GET /irj/.
    Reason: Error reading from remote server
    Apache/2.0.52 (Win32) mod_ssl/2.0.52 OpenSSL/0.9.7e Server at servername.company.de Port 443
    Is is it possible, that there is a problem with sp13?
    Best regards
    Daniel Holstein

    Hi Daniel,
    ok I`ll try to find a solution in parallel and keep you up to date.
    In the following my settings in case I missed something:
    <VirtualHost test.firma.de:443>
    SSLEngine on
    SSLProxyEngine on
    SSLCertificateFile /apache/keys/pac_ssl_qep_dmz_server.crt
    SSLCertificateKeyFile /apache/keys/pac_ssl_qep_dmz_server.key
    ServerName test.firma.de:443
    ServerAdmin [email protected]
    LogLevel debug
    ErrorLog logs/ssl_443_error
    CustomLog logs/ssl_443_access_log common
    ProxyVia Off
    ProxyPreserveHost On
    ReWriteEngine on
    ReWriteLogLevel 0
    ReWriteLog logs//ssl_443_rewrite_http.log
    ProxyPass / https://backend.firma.de:50001/
    ProxyPassReverse / https://backend.firma.de:50001/
    </VirtualHost>
    Regards, Jens

  • HOW to find out the tablespace space utilized by a patch after applying the

    someone has already applied the patch in test env before recording the tablespace size , so I cannot find out the figure in test env.
    So is there any general practice or general guidelines on it?
    hOW to find out the tablespace space utilized by a patch after applying the patch?
    Thanks & Regards,
    Sree.
    Edited by: 846579 on Mar 22, 2011 10:50 PM

    I think there is no direct way to determine what tablespace is utilized by a patch from the README file. You could check the content of the patch file and see what modules are affected (assuming there are changes and the database level), then query DBA_USERS (DEFAULT_TABLESPACE column) for those schemas which are updated by a patch. Or, you could check the size of the tablespaces before and after applying the patch and you will determine what tablespaces have been utilized (provided that the application services are down, and none of the application users is connected to the application).
    Thanks,
    Hussein

  • After applying Hotfix 2910552,while doing Migration from Win XP to Win 8.1 got Error 800700C1

    Hi,
    I have two SCCM Lab. Both have same configuration and hotfix(2910552) installed.
    I am doing hardlink migration from Windows XP to Windows 8.1.
    In one of the lab migration from XP to win 8.1 have successfully implemented after applying the hotfix 2910552,and then after updating the Boot image. But i am getting issue while doing the same on my second lab. The error in log file is 
    Command line execution failed(0x800700C1)
    Failed to install boot image,is not a valid win32 application
    Failed to reboot the system(0x800700C1)
    Thanks
    Pallavi

    Thank you for sharing the solution.
    If your question was resolved/answered, you should mark the thread as "answered".
    Then you should make e new thread/question for the new error you get. This will make it alot easier for other users, modetrators and Microsoft to help you. It will also make it much eaiser for othe people with the same issue to search the forums.
    Thank you.
    Ronni Pedersen | Microsoft MVP - ConfigMgr | Blogs:
    www.ronnipedersen.com/ and www.SCUG.dk/ | Twitter
    @ronnipedersen

  • J2EE Engine cannot start after applying SP11 on WAS 6.40

    Hi SAP
    I am upgrading my WAS 6.40 SR1 java instance from SP9 to SP11. At the last stages of the installation the Java instance is stopped & started,at the step where Java instance is started, the 'server' process of the Java instance is not coming up properly. jcmon shows the dispatcher & SDM with status 'running' while server0 is with status 'stopped'.
    Since I'm using ABAP as data source to the J2EE, appears to me that the problem is occuring due to password mismatch for user SAPJSF in R/3 client 168 & between user SAPJSF in J2EE though I'm not sure why the password might change in J2EE after applying SP11.
    Please advice if my reasoning is correct, if no please advice how to solve this problem.
    If yes pls advice how can I change the password for user SAPJSF in J2EE. FYI I already tried changing the password for user SAPJSF using the offline config tool, Under cluster-data-> Instance_ID87066 I select the
    services com.sap.security.core.ume.service, then I select the ume.r3.connection.master.passwd, then the problem is inside the value option I'm not able to input the new password, neither I'm able to delete the old password, so the best thing I can do is Click on Set which opens a small window without any description with 2 options OK & Cancel, here I put the password same as R/3 password & save, after this I re-start the J2EE, but the same problem persists. Please advice on solving the problem.
    Trace file std_server0.out shows that the foll error message......
    Apr 28, 2005 8:09:47 PM com.sap.security.core.persistence
    [SAPEngine_System_Thread[impl:5]_23] Fatal: User Management Engine
    (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed to connect to the ABAP backend system. Check that connection data are correct and the backend system is available. Error message: "Name or password is incorrect. Please re-enter". Connection data (obtained
    from properties of UME service in section "ume.r3.connection.master.": "{
    snc_qop=
    client=168
    abap_debug=
    snc_myname=
    gwserv=
    snc_partnername=
    ashost=CDBNTD03
    group=
    r3name=
    snc_mode=0
    gwhost=
    sysnr=00
    msserv=
    poolmaxsize=10
    snc_lib=
    passwd=********
    poolmaxwait=
    trace=
    receiverid_guest=master
    mshost=
    user=SAPJSF
    lang=
    receiverid=master
    Apr 28, 2005 8:09:47 PM com.sap.security.core.persistence
    [SAPEngine_System_Thread[impl:5]_23] Fatal: Initialization of UME persistence adapter "R3_DATASOURCE" failed.
    service com.sap.security.core.ume.service ================= ERROR
    =================
    Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: Name or password is incorrect.
    Please re-enter at com.sap.security.core.server.ume.service.UMEServiceFrame.start
    (UMEServiceFrame.java:555)
    at com.sap.engine.frame.ApplicationFrameAdaptor.start
    (ApplicationFrameAdaptor.java:31)
    at
    com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:
    201)
    at com.sap.engine.core.service630.container.ServiceRunner.run
    (ServiceRunner.java:142)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
    at com.sap.engine.core.thread.impl5.SingleThread.execute
    (SingleThread.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.run
    (SingleThread.java:145)
    Caused by:
    com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect. Please re-enter
    at
    com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3Persistenc
    eBase.java:1707) at
    com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init (R3PersistenceBase.java:1934)
    std_server0.out (16%)
    Thanks & Rgds,
    Abhishek

    Hi,
    have a look here.
    WebAS - invalid property value

  • Error in BPLE CONSOLE after applying the patch 10.1.3.3.0

    Hi,
    Since my old version of my soa suite is 10.1.3.1.0 and I applied the patch set(10.1.3.3.0). It changed to 10.1.3.3.0, but when I click the Activity tab of my Bpel Console and checked it for activity states its showing the below mentioned error.
    My operating system is windows XP and I also run the upgrade script mentioned in the readme document of the patch set. I don't know what need to be done?
    Please help me on this issue.
    Error Message:
    Build Information:
    Oracle BPEL Server version 10.1.3.3.0
    Build: 0
    Build time: Fri Jun 15 06:05:31 PDT 2007
    Build type: release
    Source tag: PCBPEL_10.1.3.3.0_GENERIC_070615.0525
    Exception Message:
    [javax.servlet.ServletException]
    Cannot find work items.
    An attempt to fetch the work items using the where condition "" from the datastore has failed. The exception reported is: [ODBC S1002] invalid column number
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: SELECT * FROM admin_list_wi WHERE ci_domain_ref = 0 ORDER BY wi_modify_date desc
    Exception Trace:
    javax.servlet.ServletException: Cannot find work items.
    An attempt to fetch the work items using the where condition "" from the datastore has failed. The exception reported is: [ODBC S1002] invalid column number
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: SELECT * FROM admin_list_wi WHERE ci_domain_ref = 0 ORDER BY wi_modify_date desc
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:866)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
         at ngActivityList.jspService(_ngActivityList.java:611)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_include(ServletRequestDispatcher.java:160)
         at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:97)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:102)
         at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:453)
         at activities.jspService(_activities.java:427)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

    Hi Marc ,
    Thanks for your reply.....
    Did you mentioning the script (upgrade_10131_
    10133_oracle.sql) in the orabpel. I had run this script after applying the patch.
    Still iam facing the same issue.
    what need to be done?
    Could you please help me on this, because I need to do the Fault Handling Framework in BPEL and so i need the faultpolicy folder to be present.
    Since I got the folder by applying the patch, but what happend is when i try to check out for the activity status in the BPEL Console Activity tab it is showing the error as mentioned earlier. Any problem with patch implementation or any bug is there. So far i done the patch installation successfully without error and i upgraded the orabpel schema using the mentioned script also. Any other things i need to do?
    Regards,
    Ashok.

Maybe you are looking for