StopWeblogic.sh and startWeblogic.sh fail after weblogic password changed

Hello,
We had to change the password for the weblogic user and after the change the stop start script are failing. I was reading that if boot.properties file is present, the start/stop scripts do not ask for the weblogic credentials. I could see the boot.properties file under the domain directory but the contents are encrypted. How can we resolve this? Any help is appreciated.
Regards.

the simplest solution is
- either delete the boot.properties; weblogic will ask you the credentials at the next start
- or edit manually the boot.properties, inserting non-encrypted values; weblogic will encrypt the password at the next start

Similar Messages

  • HT201974 I just installed a wireless cable modem for a desktop PC and my MacBook Pro;  After installing, I changed the password on the wireless connection at the PC but it is not being recognized by Airport as the new password.

    I just installed a wireless cable modem for a desktop PC and my MacBook Pro;  After installing, I changed the password on the wireless connection at the PC but it is not being recognized by Airport as the new password. Can anyone help?

    Hi twinkytomes,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    AirPort Utility 6.x: Password-protect your wireless network
    http://support.apple.com/kb/PH5119
    Cheers,
    - Judy

  • J2E instance not up/jcontrol.exe stopped after DB password changes

    Hi,
    i have changed my MAXDB user(SAPJ2EDB) password in config tool in secure store node (parameter: jdbc/pool/J2E/Password). After the password changes, when i re-started the server, my J2E instance is not started running. The jcontrol.exe file is stopped with the following trace log
    trace file log
    JStartupStartJLaunch: program = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> arg[02] = -DSAPINFO=J2E_02_bootstrap
    -> arg[03] = -file=C:\usr\sap\J2E\JC02\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_3124
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC02\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC02\work\std_bootstrap.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC02\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> lib path = PATH=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    -> exe path = PATH=C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC02\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    [Thr 1708] Wed Jan 17 18:33:59 2007
    [Thr 1708] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx.c   1452]
    [Thr 1708] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 1708] JControlCloseProgram: started (exitcode = 66)
    [Thr 1708] JControlCloseProgram: good bye... (exitcode=66)
    Bootstrp file log below
    Bootstrap MODE:
    <INSTANCE GLOBALS>
    determined by parameter [ID0256613].
    Exception occured:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:147)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:66)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination
         at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
         at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:852)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:511)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:375)
         at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:313)
         at com.sap.dbtech.jdbc.ConnectionSapDB.<init>(ConnectionSapDB.java:108)
         at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:219)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:577)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:263)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
         ... 14 more
    [Bootstrap module]> Problem occured while performing synchronization.
    From the system log, i noticed ,
    log.OpenSQLResourceBundle#SQL error occurred on connection : code={0,number,integer}, state="", message="".#5#-4008#08004#[-4008]: Unknown user name/password combination#jdbc:sapdb://us21217509/J2E?timeout=0&spaceoption=true&unicode=true#<null>#
    because of the changes done by me in config tool, the username / password combination is not considered by the system properly i think. Anyways not sure what went on wrong ?
    Any idea ?
    Raja

    If so , then how do i do it at database level .
    Also today i noticed the simillar problem in SDN.but solution is not provided there
    Changed password of SAPJ2EDB user, cannot start WAS 6.40 anymore
    When i search sap.dom fo the same ( as per the above thread says ) , i could see few relevant documents(http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/14c93ec2f7df6ae10000000a114084/frameset.htm ) , but not able to follow the instructions. because i couldnt able to open the visual admin to create new user or group .
    Any one have any idea ?
    Thanks
    Raja S

  • J2E instance not working / jcontrol.exe stopped after DB password changes

    Hi,
    i have changed my MAXDB user(SAPJ2EDB) password in config tool in secure store node (parameter: jdbc/pool/J2E/Password). After the password changes, when i re-started the server, my J2E instance is not started running. The jcontrol.exe file is stopped with the following trace log
    trace file log
    JStartupStartJLaunch: program = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> arg[02] = -DSAPINFO=J2E_02_bootstrap
    -> arg[03] = -file=C:\usr\sap\J2E\JC02\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_3124
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC02\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC02\work\std_bootstrap.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC02\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> lib path = PATH=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    -> exe path = PATH=C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC02\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    [Thr 1708] Wed Jan 17 18:33:59 2007
    [Thr 1708] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx.c   1452]
    [Thr 1708] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 1708] JControlCloseProgram: started (exitcode = 66)
    [Thr 1708] JControlCloseProgram: good bye... (exitcode=66)
    Bootstrp file log below
    Bootstrap MODE:
    <INSTANCE GLOBALS>
    determined by parameter [ID0256613].
    Exception occured:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:147)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:66)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination
         at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
         at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:852)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:511)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:375)
         at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:313)
         at com.sap.dbtech.jdbc.ConnectionSapDB.<init>(ConnectionSapDB.java:108)
         at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:219)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:577)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:263)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
         ... 14 more
    [Bootstrap module]> Problem occured while performing synchronization.
    From the system log, i noticed ,
    log.OpenSQLResourceBundle#SQL error occurred on connection : code={0,number,integer}, state="", message="".#5#-4008#08004#[-4008]: Unknown user name/password combination#jdbc:sapdb://us21217509/J2E?timeout=0&spaceoption=true&unicode=true#<null>#
    because of the changes done by me in config tool, the username / password combination is not considered by the system properly i think. Anyways not sure what went on wrong ?
    Any idea ?
    Raja S

    Hi,
    You changed the password in J2EE instance , however maybe the change didn't go thru into the Database.
    You need to change the database password, check this link
    http://dev.mysql.com/doc/maxdb/en/ba/64b3403a493f5fe10000000a155106/frameset.htm
    Regards,
    Siddhesh

  • App Store and Software update failed after upgrade to Maverick. How to fix it?

    Hi everyone,
    I updated to Maverick and everythinhg went fine, until today that a window opened asking something about XCODE and y closed it. After that, App store and software update failed and some apps like Mail and Preview are either failing or just ot working at all. How can I fix it?

    Hi everyone,
    I updated to Maverick and everythinhg went fine, until today that a window opened asking something about XCODE and y closed it. After that, App store and software update failed and some apps like Mail and Preview are either failing or just ot working at all. How can I fix it?

  • Trust Relationship between PC and Domain broken\failed after System Restore

    We are currently faced with a problem that every time we do a System Restore on our Windows 7 workstation, upon login attempt, we an login failed because the Trust Relationship between PC and Domain is broken. 
    As solution: we have to log in as a local admin,  remove the workstation account from the domain, then re-add the workstation back to the domain.
    Does anybody know if there is a hotfix for this or how we can bypass having to remove and re-add the workstation to the domain in order to login?

    Have you checked on when the computer last checked in and changed the computer account password with the domain?  When a computer changes it's password, Active Directory will store only the current password and it does not expire.  The workstation
    will store both the current password and the previous password.  This for cases when you may restore Active Directory to a point before the computer password change.  
    To handle this, the workstation will try it's current password, then it's previous.
    If you're restoring the workstation to a previous point in time, you may be rolling the stored passwords back too far for Active Directory to accept.  I would only imagine this to be the case a handful of times if you're going back 1-2 days.
    Are you experiencing 100% failure?

  • When i change password on a site, Firefox is pulling up and inserting my old stored password and failing to permit password changes. how do i turn this feature off?

    i put in the new password, but when i push enter to accept new password changes, the old number of digits (blanked out) appears and the prompt "do i want firefox to remember the new password" appears. i want firefox to forget the old password and let me change it and quit inserting anything i don't ask for each time.

    Click the Firefox button, go to Options | Options | Security | Saved Passwords (button) | Show Passwords (button) and remove the old password in there.

  • Apple Remote Desktop - connect to computer after their password changed?

    I have a problem with Apple Remote Desktop which is driving me up the walls.
    When I observe or control a computer, Apple Remote Desktop saves the username and password so that next time I'm not prompted for a username or password.
    Problem is, when the password on the computer changes and I once again try to control it, Apple Remote Desktop simply comes up with an "authentication failed" message. There is no option to put a new username and password in. I cannot find any option to delete previously stored passwords.
    Currently I'm resorting to deleting:
    /private/var/db/RemoteManagement/ClientCaches
    /private/var/db/RemoteManagement/caches
    It is extremely frustrating doing the above each time a computer's password changes!
    I must be missing something. Does anyone have a better way of going about this?

    Hi Zachary!
    Have a look at RealVNC at http://www.realvnc.com/download.html. Install this on your Windows computer and be sure to configure a password for VNC connections. You should then be able to see your XP system in Apple Remote Desktop.
    Keep in mind that the VNC software is free (unless you choose to purchase a version with more features) but the Apple Remote Desktop client is a commercial product http://www.apple.com/remotedesktop/.
    If you need a different (free) client for your Mac, I suggest using the Microsoft Remote Desktop Connection client found here http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=remotedesktopc lient. This only works with Professional version of Windows XP and not the Home version. Or you can downlod a VNC client for Mac such as Chicken of the VNC found here http://sourceforge.net/projects/cotvnc/.
    Hope this helps! bill
    1 GHz Powerbook G4   Mac OS X (10.4.4)  

  • Can nort start  OC4J_BI_FORM  after Portal password change(9.0.4)

    We changed PORTAL password by going top sqlplus and OAS. Thinking it will make changes at both places. Now we see that when we start OAS. OC4J_BI_FORM does not start???

    I provided an answer in the Portal Security forum:
    Can not start OC4J_BI_FORM after PORTAL user password change

  • Re-installing, uninstalling and installing CC fails after Mac OS in-place reinstall

    My Mac OS Mavericks failed (not bootable) and I had to do a reinstallation of the OS and  the CC Installer.
    I have searched for online solutions including here but none are like mine or if I tried, did not work in fixing Adobe CC.
    The reinstall put my old system, library , applications and system folders on my desktop. My user files, user library was still there.
    I had to put the Adobe CC Apps back into my Applications folder (actually it copied them) and adobe support files back into the respective old locations to try and uninstall them and reinstall them.
    I was able to uninstall Lightroom 4 and 5, Photoshop CC & 2014, Bridge, Muse, InDesign CC & 2014 and CC installer.
    Some of the uninstalls were incomplete or partial or failed. I can not recall all I did, I did also try the clean up tool.
    What I have now is the remains of Indesign cc, indesign CC 2014. The InDesign CC 2014 icon has been replaced with a generic icon with a circle and a slash. Clicking on it gives me the message "You can't open the application "Adobe InDesign CC 2014.app" because it may be damaged or incomplete.
    I have been able to re-install Acrobat XI Pro, Bridge, Photoshop CC and 2014 and Lightroom 4 and 5
    I also have broken Photoshop Elements 11 and 12 still on my computer that will not uninstall, I will try the CD next and reinstall then uninstall.
    ALL of my other third party apps I don't have an issue with it is just Adobe CC.  Can I just trash all the files and will I get into issues with the mother ship when I want to reinstall them?
    Allan

    Discussions of RE-installing
    -http://helpx.adobe.com/creative-cloud/help/install-apps.html
    -using the cleaner after uninstalling and before reinstalling will usually help
    -http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • Stack Underflow and Archive Install fail after 10.4.9 upgrade

    After performing the 10.4.9 upgrade on my Black MacBook Core Duo, each of the Microsoft Office Applications (Word, Excel, Entourage, Power Point, and Office Updater and Office Installer) all abort on activation. The System Log indicates a stack underflow:
    Mar 24 11:36:38 Arakis /Applications/Microsoft Office 2004/Microsoft Word: CGGStackRestore: gstack underflow.
    Attempts to reinstall office fail. Drag and Drop method and Using Office Installer App both fail. The Installer App also aborts with the same error.
    After speaking with Microsoft Support and trying their suggestions for removing prefrence files and MS user directory, all fail with the same results. Last Microsoft reccomendation is to perform Archive and Install, and upgrade only to 10.4.8 using combo update.
    So I Cloned my boot disk before performing Archive and Install (and it's a good thing too).
    I started the Archive and install, and all went well until disk 2, specifically while it was installing iLife demo. When it said two minutes remaining, it froze. Last log entry indicates "specified processes cannot be found". I left it to continue overnight (about 8 hours). It was in the same state in the morning. So I forced a Power down and restarted. It requested disk 1 and began the Archive and Install again, with the same results.
    I was able to boot off my external clone and restore my boot disk. I am now back to 10.4.9, and Office apps still abort with stack underflow.
    One other point. I have a G4 iMac, A Dual G5 Power Mac, and a G5 Mac Mini, all with 10.4.9 and MS Office, and they all work fine. Problem only seems to be on DualCore MacBook, and only Microsoft Office Apps. MS messenger and MS Remote Desktop Client for MAC work. All other apps (apple and 3rd party) also work OK.
    One last thing. After 10.4.9 upgrade, Finder quite often crashes when right clicking or Cotrol-clicking on files or folders in finder windows. Looking at crash dump indicates that this is an unrelated issue, which I will address later, in another rpost.
    Are there any suggestions on how to sucessfully perform an archive and Install? Is it possible to disable the install of optional software like iLife demo? Any other suggestions would be appreciated.
    Jeff Cameron
    DualCore MacBook   Mac OS X (10.4.9)  

    After spending a bit of time, researching this problem, it seems I have been bit by the dyldupdateprebinding bug while updating to 10.4.9. This is outlined in the article located at:
    http://www.unsanity.org/archives/macos_x/shock_andawe.php
    However I am still unable to repair my problem by performing an Archive and install (possibly because of the dyldupdateprebinding). So if anyone can help me do the Archive & install without installing the iLife demo, or any of the optional software, I would be most appreciative.
    Jeff

  • Mail upgrade and import assistant failing after Yosemite install

    I upgraded my friend's macbook pro 13-inche Mid 2010 to Yosemite, everything except iMail seems to be working fine.
    When I go to launch iMail it tells me that it is "updating your mail database", it proceeds to go into another screen where it is "Migrating data" then the next screen shows "The upgarde failed. An error occurred during the upgrade. Click Continue to launch the Mail Import Assistan, which will help you create a new library and import your existing messages".
    I click continue  and get an error pop up that says "Your Mail index has been damaged. To repair it, quite Mail. Mail will repair the index the next time you open Mail. Your mailboxes and messages will be preserved" and hte only option is to Quit. I launch it again and get a new window with the header Message Import and the info says "Mail needs to import your messages. This might take a few minutes. You won't be able to use Mail until the import is finished. Click Continue to import your messages now, or click Cancel to import later". I click Continue and it goes through the importing process of bringing over 8467 messages and folders from Hotmail and another iCloud account which takes about a minute then goes to the next screen which goes through Upgrading then optimizing then migrating the data and back to the upgrade failed message the same as above.
    I have tried restarting the computer and attempting to open Mail 3 times with no luck. There does not seem to be any way to open Mail without going through the rebuild which always fails. I'm happy to set up Mail again but can't get around Mail auto-transfer process. I've checked for updates to Yosemite and there aren't any. Any suggestions on how to get around this and get Mail set up?

    I have the same problem
    I try dofferent ways to solve it but nothing works

  • MSA Conntrans fails after machine name change

    Hi
    I have 5 remote laptops that have had their name changed and conntrans will no longer work.
    When I ran  SELECT @@SERVERNAME  on database it retunred old name so I then ran 
    sp_dropserver  'oldname'
    sp_addserver 'newname' , local
    Stop / start SQL server 
    SELECT @@SERVERNAME   now returns new name . However Conntrans still failing. Is the machine name embedded anywhere else ?
    The mobile application does open it appears to be just the conntrans process that will not function.
    Has anyone done this before ? Is it possible ?
    Best Regards M

    Hi Melita,
    Please check note 1253027. This should solve your problem.
    regards
    Vivek

  • 9iASAgent fails after computer name change

    Hi,
    I has 9iAS and 8i installed and working on one machine. Then I had to change the server name including the domain etc. Now the 9iASAgent service fails at reboot and would not run afterward. Any remedies to this problems ???
    KI

    Hi,
    We are looking into this issue. In the mean time deactivate the license before modifying any of the system information.
    If you are facing the activation issue, please contact [email protected] with OrderId & Serial#
    Thanks,
    M7 Support

  • Import Policy fails after Universal Password enabled

    I apologize if this got posted twice but I cannot see my first posting.
    My problem is as described in the TID below:
    http://support.novell.com/cgi-bin/se...?/10089544.htm
    My NMAS version meets the criteria as stated in the TID.
    We are running NetWare 6 SP5 with ZFD4.1 and after configuring the
    Universal Password Policy on the container that ZFD objects are
    configured, we get the import error as indicated in the TID.
    Any work arounds other than upgrading to ZFD7 and/or OES?
    Any advice would be appreciated.
    Chris

    Chris,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

Maybe you are looking for

  • Firefox with URL doesn't open url

    On a Citrix environment I installed Firefox (next to the default IE). I want FireFox to open a specific URL so I create a shortcut that looks like this: ""C:\Program Files\Mozilla Firefox\firefox.exe" <servername>:<port>/cid/Application.do" But every

  • Cogi Errors due to Material Substitution

    Hello, In plant 0162 we have cogi errors that I can not explain. It is related to material substition and BOM changes.the COGI error comes from the component material 10085940 in order 100239889. this material 10085940 was set for material substituti

  • Merge repository

    I have problem merging the repository with the following procedure: - open the 1st repository that I want to merge on offline mode - click merge (from file menu) - select a dummy repository as the orginal repository - select the 2nd repository (fro m

  • Classification ct04

    hi experts,if i have to create the classification using ct04 for configurable material based on the  purity that ranges from 90% to 100% what am i supposed to check in basic data of cto4 transaction single vaue /multiple value intervals allowed pleas

  • USB Graphics Adapter

    I'm trying to hook up 2 Samsung 19" monitors to my Dell Inspiron 1541 laptop. I bought 2 HP USB Graphics Adapters to act as an interface and there is a USB driver conflict between my Dell and the HP USB Graphic Adapters. Additionally, I'm currently u