Upgradebootstrap has failed with unknown exception

I'm stumped.  Running SharePoint 2013 over Hyper-V with the following topology:
1 Database server
3 Application/WFE servers (1 for Central Admin, some BI stuff, 1 for Search, 1 for Project Server)
It's a very basic test farm, running 2013 with SP1, only one site collection on port 80.  Trying to set up Project Server on a separate server from the rest of my test farm.  Installed Project Server, no problems.  Got the "Failed to
initiate the upgrade sequence" error.  Discovered I needed to install Project Server SP1 so did that, no problems.  Still getting the error.  The logs give me nothing to do on, other that there's an SPUpgradeException error thrown, that's
all.
Anybody know what to do next?  Thanks
Kevin McCarty

Tried that.  Now the upgrade wizard won't run at all.  It says that the other two servers are missing the Microsoft Project Server 2013 installs altogether.  I tried reinstalling them without success (because they are already there, according
to the installer).  I then uninstalled Project Server on the Search and Project server boxes and ran the upgrade on the Central Admin box, which then surprisingly worked - except it left Central Admin off so I restarted that.  Somehow, along the
way, both of the other boxes were removed from the farm.  Then I tried reinstalling Project Server on the Project Server box along with SP1 and reran the wizard but the wizard acted as if the box had never been on the farm so it did a complete "Add
me to the farm" configuration but it DID work.  Next I added the Search server and the same thing happened, had to re-add it to the farm but it worked too.  I'll have to tweak my search service to get it running on the search server again, but
otherwise everything looks as it should, including, shockingly enough, Project Server.
(Here's an interesting error - at one point I ran the wizard, got a "can't locate master database error", clicked on Advanced Settings button and got an unhandled exception crash - I think it might have been a timeout error originally).
The key takeaway for me is you have to use all the exact same components (OS, installs and patches) when adding servers AND always apply in the order you added them or you are just asking for a resume-updating moment.  Just glad I got to learn this
on a test platform.  SharePoint is the "SharePointiest" piece of software I have ever run across.
Kevin McCarty

Similar Messages

  • Error in upgrading SharePoint Server 2013 with SP1 : "Task upgradebootstrap has failed with an unknown exception"

    I has successfully setup new Dev ENV of SarePoint server 2013 in VMware with 2 servers running om OS: win server 2008 R2 Ent SP1, AD + Central Admin Application Server.
    After that the configuration of SharePoint App and WorkFlow Manager completed as well and many projects run perfectly,
    And after installing SP1 of SharePoint server 2013, and running the SharePiont Configuration wizard to complete the configuration of the SharePoint Farm the Upgrade has fialed on Step2 with the following Error from the Log file:
    Task upgradebootstrap has failed with an unknown exception 
    01/04/2015 00:43:30  11  ERR                  Exception: Microsoft.SharePoint.Upgrade.SPUpgradeException: Exception of type 'Microsoft.SharePoint.Upgrade.SPUpgradeException' was thrown.
       at Microsoft.SharePoint.Upgrade.SPManager.BootStrap(Guid sessionId, SPUpgradeOperationFlags flags)
       at Microsoft.SharePoint.PostSetupConfiguration.UpgradeBootstrapTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    Also after that I was not able to create like before a new site , and this creating end with error message as follows:
    Failed to call GetTypes on assembly Microsoft.Office.TranslationServices, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c. Method not found: 'Microsoft.Office.Web.Common.ProcessImageInfo.
    Is there any solution to my problem with SharePoint server 2013 SP1, this supposed not to cause any bug in stable environment.
    Basel Badr ,SharePoint Specialist ,MCAD ,MCTS.

    Hi Daniel,
    Thanks for replying on my post, actually I have downloaded the  kb2880552 sp1 for
    enterprise edition from the link 
    https://support.microsoft.com/kb/2880552 , and this has been experienced with me before since I had my Standalone Dev machine first installation, and the issue only occurred when the SP1 installed though.
    Anyway, I've tried to install CU Nov 2013 http://support.microsoft.com/kb/2889944
    but still facing the same issue,
    I run the Setup of SP2013 from the CD to repair the SharePoint and error message appears,
    The issue related to "Microsoft.Office.TranslationServices" is also related to running
    the repair successfully which leads to the same error message above.
    The Version of SP 2013 from the program file is : 15.0.4571.1502
    The Update snapshot is as below:
    Is there a problem with my sharepoint media file?
    Basel Badr ,SharePoint Specialist ,MCAD ,MCTS.

  • The PowerShell script failed with below exception

    I'm receiving the following errors on all SQL Express Servers (every machine that has SQL Express inside).
    it seems that the discovery has found SQL Express but could not connect to the instance.
    details on the alerts:
    Date and Time:
    10/22/2013 12:04:22 PM
    Log Name:
    Operations Manager
    Source:
    Health Service Modules
    Generating Rule:
    Collect Power Shell Module Events
    Event Number:
    22406
    Level:
     Error
    Logging Computer:
    SQLEXPRESS.DOMAIN.COM
    User:
    N/A
    Description:
    The PowerShell script failed with below exception
    System.Management.Automation.RuntimeException: Exception calling "Fill" with "1" argument(s): "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not
    accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)"
    At line:44 char:19
    + $SqlAdapter.Fill <<<< ($DataSet)|out-null
    at System.Management.Automation.FlowControlNode.Execute(Array input, Pipe outputPipe, ExecutionContext context)
    at System.Management.Automation.ParseTreeNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
    at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
    Script Name: StolenServerMemory2008.ps1
    One or more workflows were affected by this.
    Workflow name: Microsoft.SQLServer.2008.DBEngine.StolenServerMemoryMonitor
    Instance name: SQLEXPRESS
    Instance ID: {9705795C-4F3B-C2EF-AA7D-C736B40FD6A4}
    Management group: SCOMGROUP 

    Some additional inf.
    http://stackoverflow.com/questions/6466974/unable-to-connect-to-sql-express-error-26-error-locating-server-instance-speci?rq=1
    anyway you can disable this rule/monitor as no control from monitoring solution in that case. Or try to rewrite the same monitor...
    The problem in your case is when function tries to get Max Server Memory MB by connecting to master DB, but you can replace it with performance counter like Target Server Memory (KB)...
    just see the function main in StolenServerMemory2008.ps1 and what you need to replace
    $api = New-Object -comObject "MOM.ScriptAPI"
    $bag = $api.CreatePropertyBag()
    $msg = [Environment]::NewLine
    $err = [Environment]::NewLine
    #try {
    $maxMemoryMB = GetMaxServerMemoryMB $ComputerName $InstanceName
    $stolenPages = (Get-Counter ("\" + $PerformanceCounterObject + ":Buffer Manager\Stolen Pages")).CounterSamples[0].CookedValue
    $pakeSizeKB = 8
    [double]$stolenMemoryMB = $stolenPages * $pakeSizeKB / 1024                                      
    [double]$stolenMemoryPercent = 0
    if($maxMemoryMB -gt 0){
    [double]$stolenMemoryPercent= 100.0 * $stolenMemoryMB / $maxMemoryMB
    $bag.AddValue("StolenMemoryMB", $stolenMemoryMB)
    $bag.AddValue("StolenMemoryPercent", $stolenMemoryPercent)                                  
    $msg += "StolenMemoryMB=$stolenMemoryMB StolenMemoryPercent=$stolenMemoryPercent"
    $msg += [Environment]::NewLine                          
    #debug $api.LogScriptEvent("SQL 2008 Stolen Server Memory data source", $SCRIPT_EVENT_ID, $INFORMATION_EVENT_TYPE, $msg + $err)                     
    #catch {
    #             $header = "Managegement Group: $Target/ManagementGroup/Name$. Script: {0}" -f ($MyInvocation.MyCommand).Name.ToString()
    #             $msg += "Error occured during SQL 2008 Stolen Server Memory data source executing.{0}Computer:{1} {0}Reason: {2}" -f [Environment]::NewLine, $env:COMPUTERNAME, $_.Exception.Message
    #             $api.LogScriptEvent($header, $SCRIPT_EVENT_ID, $ERROR_EVENT_TYPE, $msg + $err)                           
    $bag

  • Sync failed with the exception "We have encountered an issue in syncing your data."

    Getting this rather useless sync error. Can you help identify our problem please.
    Sync failed with the exception "We have encountered an issue in syncing your data."    For more information, provide tracing ID ‘56e1113f-93db-4cee-9088-81d29ee39687’ to customer support.
    Thanks
    Nicholas
    CTO of Hard Medium Soft Ltd. and Independent Developer

    Hello,
    Sorry to hear you met this issue.
    Please post your subscription ID and Sync Group ID.The Microsoft support engineer will help to sovle the problem from backend.Sometime delay might be expected. Your patience is greatly appreciated. Thank you for your understanding and support.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • ARV_BC_XMB_DEL Fails With Raise Exception

    Hi All,
        I have scheduled the archiving job in PI 7.0 through sxmb_adm -> Schedule Archiving.
        After scheduling I can see two jobs successfully released
                1. ARV_BC_XMB_DEL - This job uses the program "RSXMB_DELETE_ARCHIVED_MESSAGES"
                2. ARV_BC_XMB_WRP - This uses the program "RSXMB_ARCHIVE_MESSAGES"
        The second job (which is archiving of xml messages) is running good but the First Job "ARV_BC_XMB_DEL" fails with a
        "ABAP/4 processor: RAISE_EXCEPTION."
       Both the jobs are running fine on DEV & QA systems.
       But the first job fails on Pre-Prod & Prd (which are high available systems).
       Any hints/help on why its failing with an exception on Pre-PRD & PRD ?
    <removed by moderator>
    Thanks
    Sourav
    Edited by: Mike Pokraka on Jul 24, 2008 12:52 PM

    Yes. This is what it says.
    Short text
        Exception condition "NO_DDIC_TYPE" raised.
    What happened?
        The current ABAP/4 program encountered an unexpected
        situation.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        A RAISE statement in the program "CL_ABAP_TYPEDESCR=============CP" raised the
         exception
        condition "NO_DDIC_TYPE".
        Since the exception was not intercepted by a superior
        program, processing was terminated.
        Short description of exception condition:
        For detailed documentation of the exception condition, use
        Transaction SE37 (Function Library). You can take the called
        function module from the display of active calls.
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "RAISE_EXCEPTION" " "
        "CL_ABAP_TYPEDESCR=============CP" or "CL_ABAP_TYPEDESCR=============CM00C"
        "GET_DDIC_HEADER"
        or
        "CL_ABAP_TYPEDESCR=============CP" "NO_DDIC_TYPE"
        or
        "RSXMB_DELETE_ARCHIVED_MESSAGES " "NO_DDIC_TYPE"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
        4. Details about the conditions under which the error occurred or which
        actions and input led to the error.

  • Indexing Lotus Repository fails with an exception

    Hi,
    I am trying to index a lotus repository. But after indexing around 10000 documents the indexing fails with an exception.
    "Crawler global_index_Telstra Technology Doc Library failed - com.sapportals.wcm.service.xcrawler.XCrawlerException: crawler task INDEXMANAGEMENT_global_index.409bc343-1a86-2710-0292-b5747d8b1241 terminated unexpectedly (retriever failure)"
    Does anyone have an idea why its happening like this
    Its a bit urgent
    Regards
    Prakash

    Hi Prakash,
    assuming your intrante sites are crawled by a crawler profile "for Web-RM" the most common things you may still need to do are:
    - In the crawler parameters, Mark "Follow Links (or Redirects on Web-Sites)", if your start page(s)
    - On the intranet sites, check if they use robot information that says "noindex" or "nofollow" and possibly change that
    If that does not help...sorry, it's OSS again.
    Karsten

  • Iphone 6 plust update to 8.1 failed with unknown error (6)

    Trying to update my iphone 6 plus to ios 8.1 using windows laptop running windows 7. It failed with giving message update failed with unknown error (6).
    Exact error is:
         The iPhone "iPhone" could not be restored. An unknown error occured (6).
    After this whenever I connect iphone to my laptop itunes shows serial number as n/a and it keeps on asking me to restore but always fails.
    Any help in resolving the issue (either completing the update or restoring to factory defaults) is highly appreciates.
    Thanks.
    Checked the update logs and see the following at the end:
    [11:07:48.0460] requested restore behavior: Erase
    [11:07:48.0461] device did not return saved USB log
    [11:07:48.0461] device did not return saved panic log
    [11:07:48.0462] previous restore failed with exit status 0x100
    [11:07:48.0463] connected to service com.apple.mobile.restored
    [11:07:48.0464] using protocol version 13
    [11:07:48.0464] unable to open device_map.txt: No such file or directory
    [11:07:48.0465] board config = n56ap
    [11:07:48.0466] no value returned for BootArgs
    [11:07:48.0467] _copyDeviceProperty() failed for restore bootargs
    [11:07:48.0468] no value returned for MarketingPartNumber
    [11:07:48.0469] _copyDeviceProperty() failed for mpn
    [11:07:48.0469] requested restore behavior: Erase
    [11:07:48.0470] value query for 'HardwareModel' returned 'N56AP'
    [11:07:48.0471] Established proxy for device ID 4
    [11:07:48.0522] <Restore Device 06B9BF48>: operation 35 progress -1
    [11:07:48.0525] requested restore behavior: Erase
    [11:07:50.0998] <Restore Device 06B9BF48>: operation 28 progress -1
    [11:07:59.0151] no override trust object found
    [11:08:20.0357] device returned CFError with code 6
    [11:08:20.0361] dumping CFError returned by restored:
    [11:08:20.0364] CFError domainXXXXXXXXXXXXXXXXXXXin code:6 description:Fatal FDR Error returned from RestoredFDRCreate()
    [11:08:20.0368] Sending acknowledgement that final status was received
    [11:08:20.0759] Restore completed, status:6
    [11:08:20.0759] Failure Description:
    [11:08:20.0759] Depth:0 Error:AMRestorePerformRestoreModeRestoreWithError failed with error: 6
    [11:08:20.0759]    Depth:1 Error:The operation couldn’t be completed. (AMRestoreErrorDomain error 6 - Failed to handle message type StatusMsg)
    [11:08:20.0759]       Depth:2 Error:The operation couldn’t be completed. (AMRestoreErrorDomain error 6 - Fatal FDR Error returned from RestoredFDRCreate())

    Hi sailesh.chopra,
    Thanks for the question. After reviewing your post, it sounds like you are not able to update because of an error 6. I would recommend that you read this article, it may be able to help you isolate or resolve the issue.
    Resolve iOS update and restore errors - Apple Support
    Check your security software
    Related errors: 2, 4, 6, 9, 1000, 1611, 9006. Sometimes security software can prevent your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't preventing a connection to the Apple servers.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Adf input file - connection to the server has failed(status=unknown)

    We are using input file component to upload an excel file and read it. Sometimes we are getting error - " A Connection to the server has failed. (status=unknown) " when we click on browse and add the file. We are getting this error when we just add the file. We are not doing any operation while adding the file. After the file is added, we have a submit button to do post operations on file. But we are getting this error immediately after we add the file. JDeveloper version 11.1.1.5.0.
    Any inputs will help us.
    Edited by: adf_forum on May 23, 2013 5:24 PM

    Hi,
    there must be a stack trace in the log files that gives you more information about this. Chances are the browser closes the socket connection, which you can verify by using another browser and avoiding e.g. VPN connect for testing. Another test to perform is to try 11.1.1.7 and see if this works for the use case in case you sit on a known and already fixed problem
    Frank

  • Task Sequence has failed with error code: 0x80070570

    I've created task sequence for Windows XP OS Deployment. WinPE boot image loads successfully, Partitions are formatted successfully too. But during "Applying image 1 from volume C:\" I receive following error:
    Task Sequence: My_task_sequence_name has failed with error code: 0x80070570.
    What I need to do? Any ideas? (My computer has following details: ASUS P5KSE motherboard, Core 2 Duo, SATA HDD, Atheros L1 adapter)

    No, a build and capture task sequence automates the build of the image removing any and all human intervention so that rebuilding or refreshing an image becomes a simple matter. Building images by actually manually installing Windows is anti-IT.
    File corruption can be caused by many, many things; e.g., anti-virus, physical disk errors, network transmit errors, etc.
    Jason | http://myitforum.com/cs2/blogs/jsandys | http://blogs.catapultsystems.com/jsandys/default.aspx | Twitter @JasonSandys

  • Profile Manager: Service has failed with status 500?

    I am getting a "Service has failed with status 500" error when trying to enroll a device with profile manager. Does anyone have a resolution for this?

    In OS X Server 2.1.1 there seems to be an error, according to: https://discussions.apple.com/thread/4365626?start=0&tstart=0

  • Cisco ISE Guest Authentication Failed : 86020: Unknown exception

    Hi,
    I would like to check what may be causing the error message 86020:unknown exception for ise when guest user authenticates via wireless using CWA? I have also attached a screen capture of the error and after the authenitcation logs change to autheorization only succeed after a repeated trying. Based on user feedback for failed login, When guest user gets conected to wirless and login in to guest  portal with credential after putting credential  then its again redirect  to same login page wihout successful login prompt; not too sure if there may be any settings that may be looked into and the reason for the unknown exception error?
    Any suggestion/recommendation is appreciated.

    Hi Tarik,
    Not too sure if i understand on the static hostname for redirection; there are 2 PSNs for the deployment however they are acting as active/secondary for the wireless (This is done from the wlan on the wlc to set the primary/secondary radius server). From the guest redirection; it is always hitting the primary radius server defined on the wlan/wlc. The ise is running version 1.1.4 with patch 8 applied.
    Not  too sure if there may be any settings that may be looked into for the guest authentication/redirection and the reason for the unknown exception error?
    Thanks.

  • My uploads to Facebook fail with Unknown Error

    Every attempt to upload my projects to Facebook fail with the message "Error, Unknown Error" message.
    I have tried projects from 15 down to just 5 minutes.
    I have tried projects with 6 down to just 1 clip.
    I have tried wireless and wired connections.
    I went into preferences and reset my web settings, then rebooted.
    I have tried online "live" support (useless).
    So here are a few screen captures of how my attempts to share to facebook go:
    It renders ok...
    It Uploads ok...
    It gets all the way to the last few seconds in the transferring step...
    then errors out...
    Can anyone suggest anything I can try?

    Try using Publish & Share/Computer/AVCHD with the YouTube preset -- then manually upload the file to YouTube.
    Although Adobe tries to keep up with it, YouTube continues to be a bit of a moving target, when it comes to interfacing with it. Rather than fight with it, I find it's best to just output an AVC/Mp4 file and load it to the site myself.

  • Ldapcompare command fails with ExternalEntry Exception: Can't get ext DN

    Hi All,
    I have integrated 11.1.1.6 OID with Active Directory 2008 and OAM 11.1.2
    I have configured synchronization profile using EM interface.
    Both domain rules and mapping rules look all good and status ok.
    Bootstrap of users from AD to OID worked fine.
    For password authentication, I have configured the plugin using ODSM interface.
    While running the ldapcompare command to invoke the plugin, it is failing with :
    [oracle1@training3 Middleware1]$ ldapcompare -h training3.subhajit.com -p 3060 -D "cn=orcladmin" -w welcome1 -b "[email protected],cn=users,dc=subhajit,dc=com" -a userPassword -v Welcome12345
    The value Welcome12345 is not contained in the attribute userPassword in DN [email protected],cn=users,dc=subhajit,dc=com.
    [oracle1@training3 Middleware1]$
    On enabling debug, the $ORACLE_INSTANCE/diagnostics/logs/OID/oid1/oidldap***.log shows the following error:
    BEGIN
    ConnID:816 mesgID:2 OpID:1 OpName:compare ConnIP:::ffff:192.168.137.130 ConnDN:cn=orcladmin
    SUCCESS * sgslpvm_getJvmEnv * Attach to JVM succeeded
    2013-03-25T01:13:32 * Server Java Plug-in * Entering oidexplg when_compare_replace
    2013-03-25T01:13:32 * Server Java Plug-in * Entering ExternalEntry with compare request
    2013-03-25T01:13:32 * Server Java Plug-in * ban: userpassword
    2013-03-25T01:13:32 * Server Java Plug-in * User DN: cn=sraj,cn=users,dc=subhajit,dc=com
    2013-03-25T01:13:32 * Server Java Plug-in * ExternalEntry Exception: java.lang.NullPointerException
    2013-03-25T01:13:32 * Server Java Plug-in * ExternalEntry Exception: Can't get ext DN
    2013-03-25T01:13:32 * Server Java Plug-in * when_compare_replace Exception: oracle.ldap.ospf.PluginException: Can't get ext DN
    2013-03-25T01:13:32 * SUCCESS * gslbpiWhenReplCompPlg * Successfully Executed Java Plug-in oidexplg.jar
    2013-03-25T01:13:32 * INFO * gslbpiWhenReplCompPlg * Operation Result Code returned from the when_compare_replace Java plug-in : 5
    END
    user DN in OID: [email protected],cn=users,dc=subhajit,dc=com
    I can see the orcladobject objectclass exist for the user sraj. Also the orclsouceobjectdn matches with that in AD. checked this using dsquery.
    Telnet to AD port 389 works from OID server
    I have checked on note 395186.1 and the error matches but all solution did not work.
    Any help will be appreciated to get the plugin working.
    Thanks
    Subhajit

    This issue is resolved now. I was using the wrong DN for the user while running the ldapcompare command.
    In the ldapcompare command, I changed -b "cn=Sudeep Raj,cn=users,dc=subhajit,dc=com" and then it worked fine.
    $ ldapcompare -h training3.subhajit.com -p 3060 -D "cn=orcladmin" -w **** -b "cn=Sudeep Raj,cn=users,dc=subhajit,dc=com" -a userPassword -v ******
    The value ***** is contained in the attribute userPassword in DN cn=Sudeep Raj,cn=users,dc=subhajit,dc=com.
    $
    Log file when plugin got invoked:
    BEGIN
    ConnID:7288 mesgID:2 OpID:1 OpName:compare ConnIP:::ffff:192.168.137.130 ConnDN:cn=orcladmin
    SUCCESS * sgslpvm_getJvmEnv * Attach to JVM succeeded
    2013-03-26T09:32:55 * Server Java Plug-in * Entering oidexplg when_compare_replace
    2013-03-26T09:32:55 * Server Java Plug-in * Entering ExternalEntry with compare request
    2013-03-26T09:32:55 * Server Java Plug-in * ban: userpassword
    2013-03-26T09:32:55 * Server Java Plug-in * User DN: cn=sudeep raj,cn=users,dc=subhajit,dc=com
    2013-03-26T09:32:55 * Server Java Plug-in * eDN: CN=Sudeep Raj,CN=Users,DC=subhajitpc,DC=com
    2013-03-26T09:32:55 * Server Java Plug-in * Entering ExternalConnectivity
    2013-03-26T09:32:55 * SUCCESS * gslbpiWhenReplCompPlg * Successfully Executed Java Plug-in oidexplg.jar
    2013-03-26T09:32:55 * INFO * gslbpiWhenReplCompPlg * Operation Result Code returned from the when_compare_replace Java plug-in : 6
    END
    Also ldapbind worked :
    [oracle1@training3 Middleware1]$ ldapbind -h training3.subhajit.com -p 3060 -D "cn=Sudeep Raj,cn=users,dc=subhajit,dc=com" -w "**********"
    bind successful
    Log file when plugin got invoked:
    BEGIN
    ConnID:7323 mesgID:1 OpID:0 OpName:bind ConnIP:::ffff:192.168.137.130 ConnDN:Anonymous
    SUCCESS * sgslpvm_getJvmEnv * Attach to JVM succeeded
    2013-03-26T09:37:11 * SUCCESS * gslsbbExecWhenReplacePlugin * Successfully Executed Java Plug-in oidexplg.jar
    2013-03-26T09:37:11 * INFO * gslsbbExecWhenReplacePlugin * Operation Result Code returned from the when_replace_bind Java plug-in : 0
    END

  • Updatemanager fails with "unknown subcommand getdocument" message

    When I run update manager it fails with following message:
    unknown subcommand getdocument
    Stack Trace:
    com.sun.swup.client.engine.solaris.CollectionFileException: Unknown subcommand getdocument.
    at com.sun.swup.client.engine.solaris.PatchCollection.processCollections(PatchCollection.java:91)
    at com.sun.swup.client.engine.solaris.PatchCollection.<init>(PatchCollection.java:53)
    at com.sun.swup.client.engine.solaris.PatchCollection.getInstance(PatchCollection.java:70)
    at com.sun.swup.client.engine.solaris.SolarisDataCollector.getCollectionsObject(SolarisDataCollector.java:392)
    at com.sun.swup.client.engine.solaris.SolarisDataCollector.getAvailableCollectionNames(SolarisDataCollector.java:279)
    at com.sun.swup.client.engine.solaris.SolarisDataCollector.getAvailableUpdateCollections(SolarisDataCollector.java:158)
    at com.sun.swup.client.ui.UpdateFrame$LoadDataWorker.construct(UpdateFrame.java:234)
    at com.sun.swup.client.ui.foundation.swing.SwingWorker$2.run(SwingWorker.java:109)
    at java.lang.Thread.run(Thread.java:595)
    $uname -a
    SunOS asuman 5.11 snv_15 i86pc i386 i86pc
    PS: patch manager was installed on SunOS 5.10.1 then the machine upgraded to SunOS 5.11

    probably java interface (updatemanager) uses smpatch at backend and may be some libraries it uses upgraded with system upgrade. the smpatch command works well and does not support list & getdocument commands.
    # smpatch get
    patchpro.backout.directory "" ""
    patchpro.download.directory /downloads/patches /var/sadm/spool
    patchpro.install.types - rebootafter:reconfigafter:standard
    patchpro.patch.source - https://updateserver.sun.com/solaris/
    patchpro.patchset - patchdb
    patchpro.proxy.host "" ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port "" 8080
    patchpro.proxy.user "" ""
    patchpro.sun.passwd **** ****
    patchpro.sun.user - ""
    # smpatch list
    Unknown subcommand list.
    # smpatch update
    No patches required.
    #

  • My storage drive has failed with my itunes libary.

    I have an external 360gb sata hard drive ina caddy, it has failed, for ref I actually ordered the same drive again to see if I could swap out the control board and get access to all my data but its gone.
    I have quite a bit of stuff on my ipod touch 64gb (its the latest one).
    Im just woundering were I stand now, can I import from the ipod to the computer, its not a major major headache if I cant, I have a bunch of apps from the last two months I bought from the apple store.
    Whats the best thing to do, wipe the hand held and just start again?

    check this post by Zevoneer.
    JGG

Maybe you are looking for