Lucreate fails with -  .../var directory not empty

Hi,
I have Solaris 10u8 with patch cluster from February2010 and patch 121430-44 installed on a V445
/ and /var are on seperate datasets
When i attempt to run lucreate i get an error as it attempts to mount /.alt.tmp.b-vI.mnt/var due to the directory /.alt.tmp.b-vI.mnt/var/tmp already existing
lucreate appears to create a /var/tmp directory in the root dataset of the the new BE during creation and is then unable to mount the var dataset.
It returns a "directory not empty" error
Attempted this multiple times same issue.
Any suggestions would be greatly appreciated.
bash-3.00# lucreate -n test
Analyzing system configuration.
Comparing source boot environment <sol10u8_0210> file systems with the
file system(s) you specified for the new boot environment. Determining
which file systems should be in the new boot environment.
Updating boot environment description database on all BEs.
Updating system configuration files.
Creating configuration for boot environment <test>.
Source boot environment is <sol10u8_0210>.
Creating boot environment <test>.
Cloning file systems from boot environment <sol10u8_0210> to create boot environment <test>.
Creating snapshot for <rpool/ROOT/s10s_u8wos_08a> on <rpool/ROOT/s10s_u8wos_08a@test>.
Creating clone for <rpool/ROOT/s10s_u8wos_08a@test> on <rpool/ROOT/test>.
Setting canmount=noauto for </> in zone <global> on <rpool/ROOT/test>.
Creating snapshot for <rpool/ROOT/s10s_u8wos_08a/var> on <rpool/ROOT/s10s_u8wos_08a/var@test>.
Creating clone for <rpool/ROOT/s10s_u8wos_08a/var@test> on <rpool/ROOT/test/var>.
Setting canmount=noauto for </var> in zone <global> on <rpool/ROOT/test/var>.
ERROR: cannot mount '/.alt.tmp.b-vI.mnt/var': directory is not empty
ERROR: cannot mount mount point </.alt.tmp.b-vI.mnt/var> device <rpool/ROOT/test/var>
ERROR: failed to mount file system <rpool/ROOT/test/var> on </.alt.tmp.b-vI.mnt/var>
ERROR: unmounting partially mounted boot environment file systems
ERROR: cannot mount boot environment by icf file </etc/lu/ICF.2>
ERROR: Unable to mount ABE <test>
ERROR: Unable to clone the existing file systems from boot environment <sol10u8_0210> to create boot environment <test>.
ERROR: Cannot make file systems for boot environment <test>.
Thanks.
Edited by: Brian79 on Mar 14, 2010 5:36 AM

I think I figured it out...
In the / dataset there is a /var/tmp that is missing the sticky bit (mode 0755) There was an anomaly during the u7 to u8 luupgrade that caused this, I think. It was a couple weeks ago and it didn't take me too long to overcome it by 'chmod 1777 /var/tmp'. But that was with the /var dataset mounted.
Unfortunately, zfs just mounts over the bad /var/tmp in the / dataset causing lumount to barf during the lucreate process because that there's already something in /var/tmp when it tries to mount the var dataset clone.
I dropped to single-user mode, force-unmounted /var, and deleted /var/tmp (which still had the 0755 permissions). lucreate works just fine now...
Good luck,
Mike

Similar Messages

  • 10g : WriteToFile always fails with 'invalid directory path'

    Oracle 10.1.0.3.0
    Microsoft Windows XP Service Pack 2
    I can't use XMLDOM.writeToFile. Always fails with 'invalid directory path' :
    SQL> create directory c_root as 'C:\';
    Directory created.
    SQL>
    SQL> declare
    2 doc xmldom.DOMDocument;
    3 root_elmt xmldom.DOMElement;
    4 begin
    5 doc := xmldom.newDOMDocument;
    6
    7 root_elmt := xmldom.createElement(doc, 'MessageBatch');
    8
    9 xmldom.writeToFile(doc, 'C:\docSample.xml');
    10 xmldom.freeDocument(doc);
    11
    12 end;
    13 /
    declare
    ERROR at line 1:
    ORA-29280: invalid directory path
    ORA-06512: at "SYS.UTL_FILE", line 33
    ORA-06512: at "SYS.UTL_FILE", line 436
    ORA-06512: at "XDB.DBMS_XSLPROCESSOR", line 86
    ORA-06512: at "XDB.DBMS_XMLDOM", line 4451
    ORA-06512: at line 9
    This happens with any OS directory with write permission for Everyone.
    Also tried with UTL_FILE_DIR = *, same outcome...
    Thanks in advance,
    Hugo Leote

    Look like bug 4477774. A possible workaround, somewhat unsafe, is to set UTL_FILE_PATH to '*', which will require a server restart. You then specifiy the path with unix style '/' rather than dos style '\'. You may also be able to use a path with unix style '/' rather than '*', although the bug description does not make this clear.

  • Rm: Test: Directory not empty

    Hi,
    I typed rm -d -i Test-->y-->rm: Test: Directory not empty, but in fact there is nothing in the folder of Test.
    The-Universe:Test LS$ rm -i testfile
    remove testfile? y
    The-Universe:Test LS$ ls
    The-Universe:Test LS$ cd ..
    The-Universe:~ LS$ ls
    Desktop Downloads Movies Pictures Send Registration Test
    Documents Library Music Public Sites dwhelper
    The-Universe:~ LS$ rm -d -i Test
    remove Test? y
    rm: Test: Directory not empty
    Why is this so?
    Thank you!
    Cheers.

    The-Universe:Test LS$ open .
    Yes! you used the open . command!
    open list the current current directory with a finder panel. Finder may decide to write .DS_Store file.
    Not sure when finder writes .DS_Store file. I resized the window & finder didn't write window. When I added a folder, finder immediately wrote .DS_Store.
    mac $ touch d2
    mac $ echo "hi" | cat >> d2
    mac $ ls -la
    total 8
    drwxr-xr-x    3 mac  staff  102B Dec  9 14:05 ./
    drwxr-xr-x   90 mac  staff    2K Dec  9 14:05 ../
    -rw-r--r--    1 mac  staff    3B Dec  9 14:05 d2
    mac $ open .
    mac $ ls -la
    total 8
    drwxr-xr-x    3 mac  staff  102B Dec  9 14:05 ./
    drwxr-xr-x   90 mac  staff    2K Dec  9 14:05 ../
    -rw-r--r--    1 mac  staff    3B Dec  9 14:05 d2
    mac $ open .
    mac $ ls -la
    total 24
    drwxr-xr-x    5 mac  staff  170B Dec  9 14:07 ./
    drwxr-xr-x   90 mac  staff    2K Dec  9 14:05 ../
    -rw-r--r--    1 mac  staff    6K Dec  9 14:07 .DS_Store
    -rw-r--r--    1 mac  staff    3B Dec  9 14:05 d2
    drwxr-xr-x    2 mac  staff   68B Dec  9 14:07 untitled folder/
    mac $ 
    Robert
    PS. You can see the original post format. Reply to post then click on the double quote. You will see the original format of post with > added
    Here is a copy of the original post.
    > {quote:title=(n_n) wrote:}{quote}
    > Hi,

    > Here is the whole code.

    > Last login: Thu Dec  9 23:10:09 on ttys000
    > The-Universe:~ LS$ ls
    > Desktop         Movies         Send Registration
    > Documents      Music         Sites
    > Downloads      Pictures      dwhelper
    > Library         Public

    > The-Universe:~ LS$ mkdir Test
    > The-Universe:~ LS$ ls
    > Desktop         Movies         Send Registration
    > Documents      Music         Sites
    > Downloads      Pictures      Test
    > Library         Public         dwhelper

    > The-Universe:~ LS$ cd Test
    > The-Universe:Test LS$ touch testfile    (create "testfile")
    > The-Universe:Test LS$ echo Hello $USER > testfile   (write Hello "User's name" in "testfile")
    > The-Universe:Test LS$ cat testfile
    > Hello LS
    > The-Universe:Test LS$ open .
    > The-Universe:Test LS$ rm -i testfile   (delete "testfile")
    > remove testfile? y
    > The-Universe:Test LS$ ls    (this proved that no more file in the folder "Test")
    > The-Universe:Test LS$ cd ..
    > The-Universe:~ LS$ ls
    > Desktop         Movies         Send Registration
    > Documents      Music         Sites
    > Downloads      Pictures      Test
    > Library         Public         dwhelper

    > The-Universe:~ LS$ rm -d -i Test
    > remove Test? y
    > rm: Test: Directory not empty

    > I've created only 1 file which is "testfile" and I've deleted it with "rm -i testfile". How could it be possible to have hidden file?

    > Thank you!

    > Cheers.
    Robert

  • BPM_DATA_COLLECTION fails with (Output device "" not known) error

    Hi all,
    I have an issue with Output BPM_DATA_COLLECTION_1 job in the satellite system  failing with 'Output device "" not known error.  Since it is collecting data for Solution Manager system why does is it trying to find an output device.
    It did not fail before and now I added another key figure (custom one) which is done the same way the other custom monitors are done in "Z_BPM_ECU_COLLECTOR" report and then in /SSA/EXM program, but the collector job started to fail.
    Also, for some reason there are two BPM_DATA_COLLECTION jobs, one is BPM_DATA_COLLECTION_1 and the other is BPM_DATA_COLLECTION_2.  _1 runs every 5 min and _2 is less frequent. They both seem to runt the same job which is /SSA/EXS. Why are there two jobs scheduled from solution manager in my satellite system?
    Thank you very much for your help!

    I am experiencing this same issue in our ECC 6.0 system.  We currently have ST-A/PI release 01M_ECC600 level 0001 applied to our system.  These jobs finish successfully in SM37, but I'm seeing the same error messages in our system logs (SM21).
    When I try to update the output device that is associated with these jobs, the user ID running the jobs is not valid since it's user type is Communication Data.
    Does anyone know if it ok to change the user for this job? Should it be run by DDIC?  I believe the jobs were created automatically when we applied ST-A/PI release 01M_ECC600 level 0001.

  • ORA-27369: job of type EXECUTABLE failed with exit code: Not owner

    Hi
    I created a backup RAC database job using DBMS_SCHEDULER under RMANTEST schema (a DBA account) and I got the error as subject.
    begin
    dbms_scheduler.create_job(
    job_name => 'scheduler_backup',
    job_type => 'EXECUTABLE',
    number_of_arguments => 2,
    job_action => '/opt/oracle/admin/bin/rman_fullbackup_RAC_TEST_test.sh',
    comments => 'backup via scheduler'
    dbms_scheduler.SET_JOB_ARGUMENT_VALUE('scheduler_backup', 1, 'TEST');
    dbms_scheduler.SET_JOB_ARGUMENT_VALUE('scheduler_backup', 2, 'TEST2');
    dbms_scheduler.enable('scheduler_backup');
    end;
    Thanks,
    Kevin

    Hi Ravi
    Thanks for your input.
    "ORA-27369: job of type EXECUTABLE failed with exit code: Not owner" is what I copied from ADDITIONAL_INFO of USER_SCHEDULER_JOB_RUB_DETAILS.
    One thing I don't understand of your words is that
    "On 10gR1 and 10gR2 you can redirect the stdout/stderr within your script and take a look at those log files."
    In my script, I have log files but I cannot see it. I guess the job fails directly without hitting the redirection line in the script. Do you mean I shall write something like this
    dbms_scheduler.create_job (
    job_action => '/opt/oracle/admin/bin/backup.sh > backup.log'
    Another one is
    "make sure that the user that external jobs run as must be able to run your script"
    But OS user and database user are two different accounts at different level.
    I am using 10.2.0.2 RAC. The Unix script runs successfully every night. I just want to take advantage of DBMS_SCHEDULER to avoid host dependency.
    Thanks,
    Kevin

  • ISE upgrade failing with "% Manifest file not found in the bundle"

    Hello
    I am trying to upgrade a brand new ISE 3395 from 1.0.3.337 to 1.0.4 (latest).  It keeps failing with
    % Manifest file not found in the bundle
    Here is the output:
    company-ise-01/admin# application upgrade ise-appbundle-1.0.4.573.i386.tar.gpg ftp
    Save the current ADE-OS running configuration? (yes/no) [yes] ?
    Generating configuration...
    Saved the ADE-OS running configuration to startup successfully
    Initiating Application Upgrade...
    % Manifest file not found in the bundle
    fusd-ise-01/admin# sh application version ise
    Cisco Identity Services Engine
    Version      : 1.0.3.377
    Build Date   : Fri May  6 19:30:37 2011
    Install Date : Wed Oct 12 22:18:26 2011
    I can't find anything about this for ISE, although there are a lot of topics for the same error for ACS.  Thanks in advance.
    Saro

    Same problem with 1.1.2 and 1.1.1 patch 5:
    ISEcdemo/admin# sh ver
    Cisco Application Deployment Engine OS Release: 2.0
    ADE-OS Build Version: 2.0.4.018
    ADE-OS System Architecture: i386
    Copyright (c) 2005-2011 by Cisco Systems, Inc.
    All rights reserved.
    Hostname: ISEcdemo
    Version information of installed applications
    Cisco Identity Services Engine
    Version      : 1.1.1.268
    Build Date   : Mon Jun 25 05:49:23 2012
    Install Date : Wed Sep 12 09:12:53 2012
    Cisco Identity Services Engine Patch
    Version      : 1
    Install Date : Wed Sep 12 10:01:22 2012
    Cisco Identity Services Engine Patch
    Version      : 2
    Install Date : Wed Sep 12 13:10:36 2012
    Cisco Identity Services Engine Patch
    Version      : 3
    Install Date : Tue Nov 27 12:33:19 2012
    Cisco Identity Services Engine Patch
    Version      : 4
    Install Date : Tue Nov 27 12:52:50 2012
    ISEcdemo/admin# patch install ise-patchbundle-1.1.1.268-5-68046.i386.tar.gz my2
    Save the current ADE-OS running configuration? (yes/no) [yes] ? yes
    Generating configuration...
    Saved the ADE-OS running configuration to startup successfully
    Initiating Application Patch installation...
    % Manifest file not found in the bundle
    ISEcdemo/admin#
    ISEcdemo/admin# application upgrade ise-appbundle-1.1.2.145.i386.tar.gz my2
    Save the current ADE-OS running configuration? (yes/no) [yes] ? yes
    Generating configuration...
    Saved the ADE-OS running configuration to startup successfully
    Initiating Application Upgrade...
    % Manifest file not found in the bundle
    Can someone verify the downloaded file details? They are different from cisco.com values:
    -bash-4.1$ /usr/bin/md5sum.exe /cygdrive/c/munka-unenc/tftp/ise-appbundle-1.1.2.145.i386.tar.gz
    2aa9b75ef5d7c1662a1a51844f178b77 */cygdrive/c/munka-unenc/tftp/ise-appbundle-1.1.2.145.i386.tar.gz
    -bash-4.1$ /usr/bin/ls -lAp /cygdrive/c/munka-unenc/tftp/ise-appbundle-1.1.2.145.i386.tar.gz
    -rwx------+ 1 Administrators Domain Users 1583851520 Nov 29 00:14 /cygdrive/c/munka-unenc/tftp/ise-appbundle-1.1.2.145.i386.tar.gz

  • Disk Utility: "Repairing disk failed with error Could not unmount disk"

    Disk Utility: “Repairing disk failed with error Could not unmount disk”
    Hi. I’ve been experiencing some mildly squirrelly behaviour with my system (vide infra) so decided to repair the two internal hard drives on my computer. The primary hard drive is a 74.53 GB ST380013AS that came with the system; its S.M.A.R.T. Status is “verified” and Disk Utility repairs permissions just fine. However, the second internal drive (Maxtor 6L250S0, 233.76 GB, lower Bay, Journaled HFS+), despite being verified by S.M.A.R.T. status and apparently running OK, fails to unmount when I ask Disk Utility to repair it- I get the above error message in red. I have repaired this disk with DiskWarrior (v3.03) and all appears to run AOK. Can anyone tell me why I cannot get Disk Utility to run on this secondary (eg, non-startup) disk? I have tried many times and the error is reproducible. Thank you!
    G5 1.6GHz PPC, 1 GB RAM, running OS 10.4.6

    Thank you for these useful links!
    For others who have this issue, I also found very helpful advice given to this question on the MacFixIt forums by MicroMat Tech3 at
    http://www.macfixitforums.com/php/showthreaded.php?Cat=&Board=tiger&Number=76265 1
    He said: "Use the lsof command to find the open files on a volume that does not unmount or eject. Open Terminal, located in /Applications/Utilities. Type: sudo lsof | grep Leave a space after the p in grep, then drag the icon of the problem volume to the Terminal window. The pathname for the volume is pasted in for you; press Return. Then enter your administrative password at the prompt, and press Return."
    At this point, one now has a list of the open files/processes on the volume that will not unmount. You can use Activity Monitor to terminate these processes if you wish, and then the volume will unmount as it should.

  • Verify volume failed with error Could not unmount disk!!

    Im having weird things with my fw lacie 200gb. I come across these weird white cubes which pop up in the search mode in finder. So i tried to repair permissions of the Lacie disc and i get this sign
    Verify volume failed with error Could not unmount disk
    What is this?
    What are those white cubes in the finder?

    Hi gizeh12!
    Are you able to verify the volume of the disc (not permissions)? It could possibly be some bad/corrupt sectors on the drive. Is it a white box with a dashed line outline? Does the file size show the accurate value in "Get Info" when you click on the file?
    Are those files somewhere else as well?

  • Unable to install IDM 11.1.1.6.0..Issue with  ASInstance ..not empty....

    Hello IDM experts, please help me. I have Oracle Linux 5.7 64 bit installed on Oracle Virtual box 4.1.10.
    I have valid IP address and Domain name and I am able to ping both.
    I have successfully installed database 11GR2 (11.2.0.1.0) for 64 bit linux. All issues with OS packages have been resolved. Nothing is ignored. All parameter setting has been followed as per the installation guide by Oracle.
    Installed JDK 1.7_03 version linux 64 bit ( I selected this as per the certification matrix ).
    Installed WLS 10.3.6 for 64 bit linux
    Ran RCU 11.1.1.6.0 and created all required schemas.
    Downloaded IDM 11.1.1.6.0 for linux 64 bit.
    While installing and configuring,
    I have looked into all other postings related to this error and I did not find anything missing in my configuration.
    Really appreciate your great help in resolving this issue. It is show stopper for me now.
    While runInstaller executing ASInstance step, I get in the log : "Error creating ASInstance asinst_1 "
    Caused by: java.lang.SecurityException: Can not initialize cryptographic mechanism
    at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:86)
    ... 31 more
    Caused by: java.lang.SecurityException: The jurisdiction policy files are not signed by a trusted signer!
    at javax.crypto.JarVerifier.verifyPolicySigned(JarVerifier.java:289)
    Error creating ASInstance asinst_1.Cause:
    An internal operation has failed: java.lang.ExceptionInInitializerError
    Action:
    If I retry, I get error saying "Oracle instance not empty ... ...."
    Greatly appreciate your valuable suggestions.
    Edited by: 923360 on Mar 26, 2012 7:16 AM
    Edited by: 923360 on Nov 11, 2012 6:19 AM

    Hi Please find the steps to resolve this issue here. I resolved this completely.
    http://obieelive.wordpress.com/2012/05/25/obiee-11g-installation-failed-at-configuration-step-13-of-14/
    Regards,
    Sandep

  • SQL 2012 install fails with 'Object reference not set to an instance of an object.'

    Hi, I'm trying to install SQL 2012 RTM Enterprise on a Windows 2008 R2 single node cluster.
    The installer starts goes through some checks and then fails with the message 'Object reference not set to an instance of an object.' It happens while the small 'wait while...' dialog box is
    showing, another window pops up briefly (I think the feature selection window - can't really tell as it doesn't draw before disappearing). Then the ‘Object reference not set’ message comes up.
    From the summary log file..
    Overall summary:
    Final result:                 
    Failed: see details below
    Exit code (Decimal):          
    -2147467261
    Exit facility code:           
    0
    Exit error code:              
    16387
    Exit message:                 
    Object reference not set to an instance of an object.
    Start time:                   
    2012-09-26 08:52:53
    End time:                     
    2012-09-26 08:54:08
    Requested action:             
    InstallFailoverCluster
    Exception help link:          
    http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.2100.60&EvtType=0x9AF1AE5E%400x44A889F9&EvtType=0x9AF1AE5E%400x44A889F9
    Exception summary:
    The following is an exception stack listing the exceptions in outermost to innermost order
    Inner exceptions are being indented
    Exception type: System.NullReferenceException
    Message:
    Object reference not set to an instance of an object.
    Data:
    HelpLink.EvtType = 0x9AF1AE5E@0x44A889F9
    DisableWatson = true
    Stack:
    at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.ShouldRuleRun(Rule rule)
    at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.IsRuleSkipped(Rule rule)
    at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.LoadRule(String ruleId, List`1 ruleProperties, XmlSchema ruleSchema, XmlElementParserFactory elementParser)
    at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.LoadRules(IEnumerable`1 ruleIds)
    at Microsoft.SqlServer.Configuration.InstallWizard.RunRuleProgressController.Initialize()
    I have rebooted, tried different media, tried uninstalling the setup files and rerunning but always get the same result.
    Any help would be gratefully accepted.
    Thanks,
    Bruce.

    Hi Alberto,
    Whenever I am trying to install SQL 2012 with SP1 clustering, I am getting below error. Can you please advise on this. 
    Additional information are
    Windows Servers Version and Edition - Windows 2012 Strandedition
    SQL Server Version and Edition - SQL 2012 with SP1
    All the machines are running on Hyper-V and Passed the cluster validation test successfully. there is no issue. The servers' (Nodes) names are;
    DomainServerName - ACONDomainGroup (1gb ram allocated)
    Node1 - AconNODE1W2K12STD (2.5gb ram allocated )
    Node2 - AconNODE2W2K12STD (1.5 ram allocated allocated)
    WindowsClusterName - AconWinCLTR
    Below is  Summary.txt Error
      Update Source:                 MU
    User Input Settings:
      ACTION:                        InstallFailoverCluster
      AGTDOMAINGROUP:                <empty>
      AGTSVCACCOUNT:                 <empty>
      AGTSVCPASSWORD:                <empty>
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             
      ENU:                           true
      ERRORREPORTING:                false
      FAILOVERCLUSTERDISKS:          <empty>
      FAILOVERCLUSTERGROUP:          
      FAILOVERCLUSTERIPADDRESSES:    <empty>
      FAILOVERCLUSTERNETWORKNAME:    <empty>
      FEATURES:                      
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  false
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    <empty>
      INSTANCENAME:                  <empty>
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         <empty>
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 <empty>
      SQLSVCPASSWORD:                <empty>
      SQLSYSADMINACCOUNTS:           <empty>
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      UIMODE:                        Normal
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140420_052344\ConfigurationFile.ini
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140420_052344\SystemConfigurationCheck_Report.htm
    Exception summary:
    The following is an exception stack listing the exceptions in outermost to innermost order
    Inner exceptions are being indented
    Exception type: System.NullReferenceException
        Message: 
            Object reference not set to an instance of an object.
        HResult : 0x80004003
        Data: 
          HelpLink.EvtType = 0x9AF1AE5E@0x44A889F9
          DisableWatson = true
        Stack: 
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.ShouldRuleRun(Rule rule)
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.IsRuleSkipped(Rule rule)
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.LoadRule(String ruleId, List`1 ruleProperties, XmlSchema ruleSchema, XmlElementParserFactory elementParser)
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.LoadRules(IEnumerable`1 ruleIds)
            at Microsoft.SqlServer.Configuration.InstallWizard.RunRuleProgressController.Initialize()

  • Stand alone APEX listener install fails with timezone region  not found

    Hi,
    I have searched the forum but found only a thread for the installation with Goldfish.
    I am very new to all this so I apologise if my problem is too simple, but please help as I am very frustrated with it.
    I have a 10.2.0.4 database on Windows XP for testing with.
    I installed APEX into it successfully, then down loaded the listener.
    I have to Java installations, one under my Oracle Home, the other under Middleware where I have JDeveloper installed.
    If I try $ORACLE_HOME/jdk/bin/java -jar apex.war it throws a Unsupported class version so I tried with the Middleware jdk and it appeared to install.
    I then went to http://localhost:8080/apex/listenerConfigure and entered the password for APEX_PUBLIC_USER and the info for a basic connection, it fails with the following message
    Request could not be processed due to error:
    Sat Apr 30 00:06:30 CAT 2011
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    Please if anyone can help me through asap this I would be most grateful

    Yay, I found the solution:
    I started by running:
    begin
    for v_rec in (select tzname,tz_offset(tzname) v_offset from v$timezone_names
    where tzabbrev='CAT') loop
    dbms_output.put_line('tzname '||v_rec.tzname||', offset '|| v_rec.v_offset);
    end loop;
    end;
    SQL> /
    tzname Africa/Khartoum, offset +03:00
    tzname Africa/Windhoek, offset +01:00
    tzname America/Anchorage, offset -08:00
    tzname US/Alaska, offset -08:00
    PL/SQL procedure successfully completed.
    I then added -Duser.timezone="+01:00" before the apex.war ie
    java –jar -Duser.timezone="+01:00" apex.war

  • Ebs 11i Cloning in Win 2003 dbtier fails with ERROR: Could not open

    Hi,
    The rapidclone - DBTier cloning (11i) on Windows 2003 server fails with the following weird error message.
    There is no detailed log file created.
    echo %PATH%
    f:\oracle\prodora\8.0.6\bin;f:\oracle\proddb\9.2.0\apache\perl\perl\5.0053\bin\mswin32-x86;D:\mksnt\mksnt;;
    F:\oracle\proddb\9.2.0\appsutil\clone\bin\> perl adcfgclone.pl dbTier
    Enter the APPS password [APPS] :
    apps
    First Creating a new context file for the cloned system.
    This program is going to ask you information about the new system:
    ERROR: Could not open
    Any inputs on this really appreciated.
    Thanks,
    Prasanna

    which perl picks up from the path f:\oracle\proddb\9.2.0\apache\perl\5.00503\bin\mswin32-x86/perl.exe.
    Please check the below messages.
    I had verified adchkutl.sh script too (not sure whether this will be invoked in windows env) ?
    F:\oracle\prodappl\ad\11.5.0\bin>which perl
    f:\oracle\proddb\9.2.0\apache\perl\5.00503\bin\mswin32-x86/perl.exe
    F:\oracle\prodappl\ad\11.5.0\bin>adchkutl.sh
    Checking for make... found - D:\mksnt\mksnt/make.exe
    Checking for ld...
    Unable to locate 'ld' utility in path
    Checking for cc...
    Unable to locate 'cc' utility in path
    Checking for ar...
    Unable to locate 'ar' utility in path
    Unable to locate all utilities with system path.
    PATH = f:\oracle\proddb\9.2.0pache\perl?.0050in\mswin32-x86;D:\mksnt\mksnt;;
    F:\oracle\prodappl\ad\11.5.0\bin>which ld
    D:\mksnt\mksnt/ld.exe
    F:\oracle\prodappl\ad\11.5.0\bin>which cc
    D:\mksnt\mksnt/cc.exe
    F:\oracle\prodappl\ad\11.5.0\bin>which ar
    D:\mksnt\mksnt/ar.exe
    F:\oracle\prodappl\ad\11.5.0\bin>
    Thanks

  • PUT Blobs of size greater than 5.5MB fail with HTTPS but not HTTP

    I have written a Cygwin app that uploads (using the REST API PUT operation) Block Blobs to my Azure storage account, and it works well for different size blobs when using HTTP. However, use of SSL (i.e. PUT using HTTPS) fails for Blobs greater than 5.5MB.
    Blobs less than 5.5MB upload correctly. Anything greater and I find that the TCP session (as seen by Wireshark) reports a dwindling window size that goes to 0 once the aforementioned number of bytes have been transferred. The failure is very repeatable and
    consistent. As a point of reference,  PUT operations against my Google/AWS/HP accounts work fine when using HTTPS for various object sizes, which suggests my problem is not in my client but specific to the HTTPS implementation on the MSAZURE storage servers. 
    If I upload the 5.5MB blob as two separate uploads of 4MB and 1.5MB followed by a PUT Block List, the operation succeeds as long as the two uploads used
    separate HTTPS sessions. Notice the emphasis on separate. That same operation fails if I attempt to maintain an HTTPS session across both uploads. This is another data point that seems to suggest that the Storage
    server has a problem 
    Any ideas on why I might be seeing this odd behavior that appears very specific to MS Azure HTTPS, but is not seen when used against AWS/Google/HP cloud storage servers?

    Hi,
    I'm getting this problem also when trying to upload blobs > 5.5mb using the Azure PHP SDK with HTTPS.
    There is no way I can find to get a blob > 5.5mb to upload, unless you use http, rather than https, which is not a good solution.
    I've written my own scripts to use the HTTP_Request2 library, to send the request as a test, and it fails with that also when using the 'socket' method.
    However, if I write a script using the PHP Curl extension directly, then it works fine, and blobs > 5.5mb get uploaded.
    It seems to be irrelevant which method is used, uploading in 1 go, or using smaller chunks, the PHP SDK seems broken.
    Also, I think I've found another bug in the SDK, when you do the smaller chunks, the assigning of the BlockID is not correct.
    In: WindowsAzure/Blob/BlobRestProxy.php
    Line: $block->setBlockId(base64_encode(str_pad($counter++, '0', 6)));
    That is incorrect usage of the str_pad function, and if you upload a huge blob that needs splitting, then the blockIDs will after a while become a different length and therefore fail.
    It should be: str_pad($counter++, 6, '0',STR_PAD_LEFT);
    I also think there is 1 too many base64_encodes() in there, as I think its being done twice, once in that line, and then again within the createBlobBlock() just before the send() for a 2nd time.
    Can someone please advice, when this/these bug(s) will be fixed in the PHP SDK, as at the moment its useless to me as I cant upload things securely.

  • When deploy multiple updates, some updates fail with Hash does not match expected

    If I deploy a few updates (less than 5) the deployment completes without any issues.  If I have a lot of updates,  most the updates install with no issues but some, and not always the same update, fails with an error in the CAS.log on the client
    that states "Hash does not match expected"  after several reties the update will download and install.
    What could be causing this?
    I have setup a new folder that is not on the root of the drive.  This has not help with this issue but is handy in organization. 
    Ashley
    County of San Bernardino
    Assessor\Recorder\Clerk
    Automated System Analyst

    It you don't do anything and the hash calculates and downloads correctly then I would look to a network error of packet corruption or something wrong with the DP.
    http://www.sccm-tools.com http://sms-hints-tricks.blogspot.com

  • Content Browser (0BCT_CB_1) load fails with conversation id not found error

    Hi,
    I am suddenly experiencing a problem with loading data to the content browser cube using infosource 0BCT_CB_1. The load fails with an error saying: "Conversation 76635612 not found / CPIC-CALL: 'ThSA". Does anybody know how to solve this?

    Hi,
    Were you able to get this fixed?
    I am getting same issue while loading to BI 7.0  technical content.
    Thanks
    SA

Maybe you are looking for

  • How do I update the background art of a fillable pdf

    How do I update the background art or type of a fillable pdf without having to redo the fillable form fields in the portion of the form that remain the same?

  • How to download data from itab to Excel sheet..

    Hi sap Experts, I develop one report to download data from itab to excel sheet.I done it perfectly. My doubt is in the excel sheet i need to put headings. and also at last i need to display total no.of Records. Please help me how to do this.      Tha

  • Time Capsule "already in use."

    Recently, my iMac (2.93 GHz Intel Core 2 Duo, OS X 10.8.3) stopped connecting to my Time Capsule 802.11n.  It keeps trying, and I keep receiving the alert window saying "The backup image '/Volumes/William's Time Ca/William's iMac.sparsebundle' is alr

  • Disable BT-WiFi operating on the 5Ghz Band.

    With the Home Hub 4, 2 further SSID's are broadcasted. They are: BTWifi BTWifi-with-FON Both of these SSID's provide the same service. I am assuming BT done the "with-FON" to show they have partnered with FON or some other reason. For me. I think it

  • I've changed the exch. rate, but the Amount in Local Curr.EUR isn't changed

    Hi All, I've posted a bank document in USD dollars. In FB03 I can see for that document the  "Amount in document currency" (USD $) and the Amount in Local Currency (EUR). Later I've set the "exchange rate" in S_BCE_68000174. If i turn to display that