Installing onto system using Marvell 91xx fails on RTM but works in Preview

Asking the question for the second time.
I've been trying to install RTM on a system with a Marvell 9128 and a 9230. The system has a pair of mirrored disks on the 9130 that I'm trying to install to.
When the installer starts, it can see the raid disk, but tells me it doesn't support booting. I have tried to load the marvell drivers separately, but I guess the built-in drive is newer, so the drive isn't loaded. I have also updated the marvel firmware and
mother board to the latest versions which didn't help.
I had the same system working fine with with Preview, so just to prove the point I went back to preview to see if it still worked, which it did. So the issue is definitely in RTM.
Does anyone know a way around this issue?
Dave

Driver issues are the vendor's responsibility.  Microsoft does not write (many of the) drivers.  You will need to contact Marvell to see what they have to say about their support of Windows Server 2012 R2.  This is regardless of whether or
not it worked in preview.   Here is what Microsoft has in regards to supported Marvell storage drivers -
http://www.windowsservercatalog.com/item.aspx?idItem=bd8e99bb-ba8a-03c7-11fd-a0be138de715&bCatID=1282
.:|:.:|:. tim

Similar Messages

  • IViews fail in role, but work in preview

    When I create an iView, I am able to test it fine in preview mode.  When I add this iview to a role, even a newly created test role that I assign a user to, it appears on their desktop on login, but when they click on it, it gives error:
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    The exception was logged. Inform your system administrator..
    Exception id: 02:45_09/01/06_0011_382058350
    See the details for the exception ID in the log file
    I see no good info in the logs I have gone through.  Any thoughts?

    Without posting the entire unneccesary info from the defaulttrace, here are the crucial messages that occur at the moment I click on the link.  I should add that I am using the standard SAP framework page, no mods.  I am also able to create and view URL iViews in the page.  Just not iViews pointing to other hosts.
    #1.5#0003BADBF0DE002D0000000800000190000409F3AF7DAF66#1136842132793#com.sap.port
    al.portal#sap.com/irj#com.sap.portal.portal#portal#2225#####SAPEngine_Applicatio
    n_Thread[impl:3]_37##0#0#Warning#1#/System/Server#Java###[PortalNode.fireEventOn
    Node.toEventListener] event=onNodeReadyEvent, target=com.sap.portal.dynamicNavig
    ationArea, operation failed
    #1#java.lang.NullPointerException
            at com.sapportals.portal.navigation.NavigationService.getNavURLPrefix(NavigationService.java:530)
    #1.5#0003BADBF0DE002D0000000B00000190000409F3AF7DE09E#1136842132806#com.sap.port
    al.portal#sap.com/irj#com.sap.portal.portal#portal#2225#####SAPEngine_Applicatio
    n_Thread[impl:3]_37##0#0#Warning#1#/System/Server#Java###[PortalNode.fireEventOn
    Node.toEventListener] event=invalidate, target=pcd:portal_content/com.bloomberg.
    sap.bbportal/com.bloomberg.sap.desktops/bbportalmain/frameworkPages/frameworkpag
    e/com.sap.portal.innerpage, operation failed
    #1.5#0003BADBF0DE002D0000000C00000190000409F3AF7DF312#1136842132811#com.sap.port
    al.portal#sap.com/irj#com.sap.portal.portal#portal#2225#####SAPEngine_Applicatio
    n_Thread[impl:3]_37##0#0#Warning#1#/System/Server#Java###Exception in method set
    Detail() of component: null
    #1.5#0003BADBF0DE002D0000000A00000190000409F3AF7DCF6D#1136842132801#com.sap.port
    al.portal#sap.com/irj#com.sap.portal.portal#portal#2225#####SAPEngine_Applicatio
    n_Thread[impl:3]_37##0#0#Warning#1#/System/Server#Java###[PortalNode.fireEventOn
    Node.toEventListener] event=onNodeReadyEvent, target=com.sap.portal.targetsiView
    _, operation failed

  • Re: Select statement fails under Express, but works underForte when usi

    Hi there,
    I have logged this with Forte and it as been recognized as a bug ( #46554 ).
    The Express methods you need to look at if you want to modify this behavior
    are :
    1 - BusinessQuery.BuildQuery() starting at line 217
    2 - SqlQuery.GetWhereText() starting at line 60
    We have gotten around the problem by modifying what Express generates by
    changing it from ( col1, col2 ) in ( select col1, col2 ... ) to ( col1 +
    col2 ) in ( select col1 + col2 ... )
    Just one thing i'm not sure that the '+' is standard on every DBMS for
    concatenation.
    We are using SQL Server 6.5
    Hope this helps.
    Christian Boult ([email protected])
    Programmeur - Analyste
    Influatec inc.
    -----Original Message-----
    From: Metcalf, Roger <[email protected]>
    To: '[email protected]' <[email protected]>
    Date: Thursday, May 06, 1999 1:55 PM
    Subject: Select statement fails under Express, but works under Forte when
    using DB2
    Express sometimes (e.g. with nested windows) generates SQL with a select
    subquery, e.g.
    select x1, x2 from t1 where (x1,x2) in (select x1,x2 from t2.....)
    This fails on DB2 with a message that the comma in the where clause (x1,x2)
    is not allowed.
    This works on Oracle.
    Does anyone have a workaround or other suggestion?
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    joe.meszaros wrote:
    (SELECT ? AS Id, ? AS UserBytes FROM dual)I suggest that you test to see if that statement and ONLY that statement works at all.
    There are rules for bind variables and that statement certainly looks suspicious.
    If you can't get that to work then the rest of the attempt is pointless.

  • Re: Select statement fails under Express, but works underForte whenusin

    Roger,
    This was a bug with Express and was fixed in Express E.2.0.L.0.
    You might be able to get more details on Forte's website.
    Ajith Kallambella M
    From: "Metcalf, Roger" <[email protected]>
    Reply-To: "Metcalf, Roger" <[email protected]>
    To: "'[email protected]'" <[email protected]>
    Subject: Select statement fails under Express, but works under Forte
    whenusing DB2
    Date: Thu, 6 May 1999 11:55:19 -0400
    Express sometimes (e.g. with nested windows) generates SQL with a select
    subquery, e.g.
    select x1, x2 from t1 where (x1,x2) in (select x1,x2 from t2.....)
    This fails on DB2 with a message that the comma in the where clause (x1,x2)
    is not allowed.
    This works on Oracle.
    Does anyone have a workaround or other suggestion?
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>_______________________________________________________________
    Get Free Email and Do More On The Web. Visit http://www.msn.com
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    joe.meszaros wrote:
    (SELECT ? AS Id, ? AS UserBytes FROM dual)I suggest that you test to see if that statement and ONLY that statement works at all.
    There are rules for bind variables and that statement certainly looks suspicious.
    If you can't get that to work then the rest of the attempt is pointless.

  • I've installed a system update as requested, 10.6.7 but mail is not working now.

    I've installed a system update yesterday as requested, all software works fine, except Mail - I get the following message You have mail version 4.5 (1084/1082), it cant be used on Max OSX Version 10.6.7 (Build 10J869).  I've done a complete reinstall of my imac too, but this has not cleared the problem.
    Please help

    Please do this:
    Repair the Hard Drive and Permissions
    Boot from your Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and quit the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Upon satisfactory completion boot from your Snow Leopard DVD and resinstall Snow Leopard. Upon completion you may wish to update it to Mac OS X 10.6.8 Update Combo v1.1.

  • I just installed windows 7 using bootcamp.  My sound is not working.  any tips?

    so, As my title says, I just installed windows 7 using boot camp.  However, My sound is not working.  at all.  This is a problem as most of what I do involves sound.
    any tips to help me out?

    you, or we,still need to install audio driver, likely Cirrus,
    "macbook pro windows cirrus audio driver"

  • While installing BI system tried to add-on bi704 cont but patch shows error

    hi Experts ,
    here i installed one BI system and after i try to add BI 704 cont to that system
    in saint i added that BI cont, after some time it shows error in the phase of IMPORT_PROPER AND the error message is in below 
    please reply what is the solution for below error
    WARNING: /usr/sap/trans/tmp/SAPKK-704IFINBICONT.LSD is already in use (71580), I'm waiting 4 sec (20100927115806). My name: p
    id 708834 on server name
    WARNING: /usr/sap/trans/tmp/SAPKK-704IFINBICONT.LSD is already in use (71590), I'm waiting 3 sec (20100927115836). My name: p
    id 708834 on name server
    WARNING: /usr/sap/trans/tmp/SAPKK-704IFINBICONT.LSD is already in use (71600), I'm waiting 4 sec (20100927115908). My name: p
    id 708834 on name server
    WARNING: /usr/sap/trans/tmp/SAPKK-704IFINBICONT.LSD is already in use (71610), I'm waiting 1 sec (20100927115940). My name: p
    id 708834 on name server
    WARNING: /usr/sap/trans/tmp/SAPKK-704IFINBICONT.LSD is already in use (71620), I'm waiting 5 sec (20100927120013). My name: p
    id 708834 on name server
    WARNING: /usr/sap/trans/tmp/SAPKK-704IFINBICONT.LSD is already in use (71630), I'm waiting 4 sec (20100927120050). My name: p
    id 708834 on name server
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR SAPK-704IFINBICONT   LSD I 0012 20100927120107 BICONTUSER   SAP_BASIS    labidev 20100924201404
    STOP  MAIN IMPORT          LSD I      20100927120107              SAP_BASIS    labidev 20100924201404
    ERROR: stopping on error 12 during MAIN IMPORT
    STOP  imp all              LSD   0012 20100927120107              SAP_BASIS    labidev 20100924201404
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR SAPK-704IFINBICONT   LSD I 0012 20100927120109 BICONTUSER   SAP_BASIS    labidev 20100924225043
    STOP  MAIN IMPORT          LSD I      20100927120109              SAP_BASIS    labidev 20100924225043
    ERROR: stopping on error 12 during MAIN IMPORT
    STOP  imp all              LSD   0012 20100927120109              SAP_BASIS    labidev 20100924225043
    Regards

    Dear sarath,
    thanks for your cool responce
    now i strucked at import_proper
    and the error message is
    Main import
    Transport request   : SAPK-704IFINBICONT
    System              : LSD
    tp path             : tp
    Version and release: 372.04.08 700
    sap_dext called with msgnr 1:
         db call info
    function:   db_report_interface
    fcode:      CLOSE_LINE_MODE
    tabname:    SOURCE
    len (char): 40
    key:        /MAP/LFG_SSM01F04
    retcode:    1
    SQL error 1089 accessing  : ORA-01089: immediate shutdown in progress - no ope
    Main import
    End date and time : 20100930095406
    Ended with return code:  ===> 12 <===
    and so please let me can i reset queue for applying new version or can i do as per your previous mail
    Regards

  • Select statement fails under Express, but works under Fortewhen using

    Express sometimes (e.g. with nested windows) generates SQL with a select
    subquery, e.g.
    select x1, x2 from t1 where (x1,x2) in (select x1,x2 from t2.....)
    This fails on DB2 with a message that the comma in the where clause (x1,x2)
    is not allowed.
    This works on Oracle.
    Does anyone have a workaround or other suggestion?
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Here is a fix to this problem I found. Not sure if it will help:
    1. Go to directory $TNS_ADMIN on database tier or database home.
    2. Modify sqlnet.ora file with following.
    tcp.validnode_checking = yes
    Either set above directive value to NO or add machine name where jdeveloper is running to following directive.
    tcp.invited_nodes=(machin-name, machine-name)
    3. Bounce listener using addlnctl.sh under database directory.

  • Get-Hotfix InstalledOn property not returning hotfix installed Date and Time on Windows Server 2008 SP2 but works on Windows Server 2008 R2 SP1

    Hi,
          I am working on a validation script to get the list of hotfixes installed on Domain Controllers every month as part of our monthly DC patching process. I have been successful in getting these details for DC's with (Windows Server 2008
    R2 SP1, Powershell v2.0) using the below command. 
    Get-HotFix -cn $computer | Select-Object PSComputerName,HotFixID,Description,InstalledBy,InstalledOn | where InstalledOn -ge (Get-Date -Day 1 -Format d) | FT -AutoSize
    I execute the above from a jump box with powershell v4.0 (Server 2008 R2)
    However, when I try the same command from the jump box to query DC's with (Server 2008 SP2, powershell v2.0). It doesn't return the InstalledOn date and time. It was giving error for the InstalledOn property and hence I renamed it to $_.InstalledOn. Now
    I don't get error but still no details displayed for InstalledOn property.
    I tried using the below, as could see on few forums that this might resolve the issue. I also tried removing the "where" part but still no installation date returned. 
    Get-HotFix -cn $computer | Select-Object HotFixID, Description, InstalledBy, @{l="InstalledOn";e={[DateTime]::Parse($_.psbase.properties["installedon"].value,$([System.Globalization.CultureInfo]::GetCultureInfo("en-US")))}}
    | where {$_.InstalledOn -ge (Get-Date -Day 1 -Format d)} | FT -AutoSize
    Have tried this locally on the 2008 SP2 DC but still not working. Please advise what is going wrong? 
    Note: If I execute the below command locally on the 2008 SP2 DC, I am getting the InstalledOn output. However, when executed from the jump box with powershell v4.0 (Server 2008 R2) to query
    the same 2008 SP2 DC, it just gives the prompt again without any error or output. This behavior is consistent for other 2008 SP2 DC's in the environment.
    Get-HotFix -cn $computer | Select-Object HotfixID,Description,InstalledBy,InstalledOn | where {$_.InstalledOn -ge (Get-Date -Day 1 -Format d)} | FT -AutoSize

    Hi jrv, I have already tried the Win32_QuickFixEngineering option, which doesn't work either. Apologies for not mentioning the workarounds that I have already tried.
    Get-Hotfix seems to be just a wrapper for Win32_QuickFixEngineering as per the below article. (http://technet.microsoft.com/en-us/library/hh849836.aspx)
    I have seen a mention of using the WU ActiveX control on few forums, but was too lazy to read it through.
    After rigorous testing, it makes me realize that somewhere the Get-Hotfix dates formatting\comparison isn't working. 

  • Cannot install or manage Server 2012 R2 RDS server locally but works remotely

    I am working with a Server 2012 R2 standard machine and attempting to get Remote Desktop Services installed and configured on it. Using the Add Roles and Features wizard while logged on locally to the server in question resulted in the error
    “Unable to connect to the server by using Windows PowerShell remoting.” However, if I use a different Server 2012 R2 machine to run the Add Roles and Features wizard remotely targeted
    at the original server then I can successfully get RDS installed.
    Also, after the installation has completed I cannot manage RDS locally on the server but can successfully manage it remotely from another Server 2012 R2 box. When attempting to use Server Manager locally and choose the Remote Desktop Services menu the error
    message "A Remote Desktop Services deployment does not exist in the server pool."
    The server appears to be functioning correctly and can be managed remotely just not locally. I can reproduce the behavior on other Server 2012 boxes in the environment.
    What would cause local install and management to fail but remote management work?

    Hi,
    Have you added the RDS server under server manager ADD server? Does it show the server in server list?
    Check whether there is any wrong IP address\hostname entry occurs under DNS record which looks\points the DNS entry successfully. 
    Add Servers to Server Manager
    https://technet.microsoft.com/en-in/library/hh831453.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Rich Client Login fails from Infoview but works fine if opened from desktop

    Hi Friends,
    When i open WebI Rich Client from my infoview (By changing the preferrance settings in Infoview), it returns an error as "Login Fails" , but if i open the webI Rich Client from my Start->Programs->Business Objects XI 3.0->WebI Rich Client , it works fine. i am not sure why invoking rich client from infoview fails, but the same works fine, if opened directly from the desktop. I have only one user "administrator" Created with no password in the Enterprise.
    Configuration:
    Platform:             Windows Xp
    Type:                  Vertical Installation  (All the servers and Presentation Layer in a single Box)
    Boxi Version:     BOXI 3.0
    Authentication:   BO Enterprise.
    Any help in the regard is appreciated.
    Regards,
    Ram kumar G
    Edited by: Ramkumar Govindasamy on Aug 11, 2009 9:58 AM

    Hi,
    Windows XP is not officially supported for a BOBJ server installation. Can you consider installing BO on a Windows Server machine?
    Have a look prior to the installation at the Support Platforms document for BO XI 3.0. You can find this here:
    [http://service.sap.com/bosap-support]
    Regards,
    Stratos

  • XMLSignatureFactory fails in servlet, but works in a stand-alone program.

    Hi all,
    I am trying to write a servlet which will do XML signature et al. For the same, I am using JWSDP 2.0 (Java WebServices Developers Pack) on JRE 1.4.2_5. The servlet is hosted on SAP Netweaver 7 platform on Windows.
    I am getting an exception:
    javax.xml.crypto.NoSuchMechanismException: Cannot find DOM mechanism type
    in the "XMLSignatureFactory.getInstance" line. I looked up in the documentation of XMLSignatureFactory and it says that the DOM mechanism should be provided by the provider argument -  org.jcp.xml.dsig.internal.dom.XMLDSigRI in this case.
    import javax.xml.crypto.dsig.XMLSignatureFactory;
    XMLSignatureFactory sigFactory =
    XMLSignatureFactory.getInstance("DOM", new org.jcp.xml.dsig.internal.dom.XMLDSigRI());
    I tried the above 2 lines in a stand-alone Java client and they work without any issues.
    I also used JWSDP 1.5 and the result was same.
    This means that the servlet API or container for SAP is creating some issues to make this fail.
    I tried to add the "org.jcp.xml.dsig.internal.dom.XMLDSigRI" in the jre/lib/security/java.security, but then the server0 does not start-up.
    Any hints/pointers to resolve this issue?
    Thanks in advance.

    This problem is solved. I am putting the reply here so that others who stumble upon this error can benefit.
    Add the following line to explicitly include the provider before the getInstance
    Security.addProvider(new org.jcp.xml.dsig.internal.dom.XMLDSigRI());
    XMLSignatureFactory sigFactory =
    XMLSignatureFactory.getInstance("DOM", new org.jcp.xml.dsig.internal.dom.XMLDSigRI());

  • Spatial index creation fails in oracle9i but works in 8i

    Hi--
    i'm using oracle9.0.1.2.0 and arcSDE on solaris 8
    when i create a spatial feature table and index oracle gives me the foloowing error:
    Extended error code(29855): ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13236: internal error in R-tree processing: [failed to cluster in memory]
    ORA-13249: Internal error in Spatial index: [mdrcrclmem]
    ORA-13232: failed to allocate memory during R-tree creation
    ORA-13249: Error in Rtree: [mdrcrrdtbl, select /*+ PARALLEL 4 */ rid , min_d1, max_d1 , min_d2, max_d2  from (select rownum rnum, rid , m(MDSYS.SPATIAL_INDEX)
    this occurs whether i use cov2sde at the command line or Create Index in sqlplus:
    SQL> create index COUNTY_IDX on COUNTY_SDO(shape)
      2  indextype is mdsys.spatial_index
      3  parameters ('SDO_INDX_DIMS=2 tablespace=sde2_idx');
    create index COUNTY_IDX on COUNTY_SDO(shape)
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Stmt-Execute Failure: SELECT count(*) from SDE.COUNTY_SDO
    ORA-29400: data cartridge error
    ORA-01116: error in opening database file 14
    ORA-01110: data file 14: '/u04/oradata/GIS2/sde3_idx01.dbf'
    ORA-27041: unable to open file
    SVR4 Error: 24: Too many open files
    Additional information: 3
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_9I", line 7
    ORA-06512: at line 1
    the bizarre thing is that everything works tickety-boo in oracle 8i *8.1.7.3)
    has anyone run across this?
    cheers
    --kassim                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    thanks for the suggestion, but that didnt work either
    i increased the file descriptor limit from 256 to 2048 (my sysadmin sez that could break lots of things in solaris and had another go:
    elvis{1}% ulimit -a
    time(seconds) unlimited
    file(blocks) unlimited
    data(kbytes) unlimited
    stack(kbytes) 8192
    coredump(blocks) unlimited
    nofiles(descriptors) 2048
    vmemory(kbytes) unlimited
    lvis{2}% cov2sde -o create -l plstrfill_sdo,shape -f $GISDATA/survey.ws/plstr_fill,poly -e a -R 1 -k spatial -a file=$GISDATA/survey.ws/plstr_fields.txt -g SPIDX_RTREE
    ArcSDE      8.2      Build 115 Wed Mar 6 09:48:27 PST 2002
    Coverage to Layer Loading      Administration Utility
    Reading column selection file "/data/jack02/in_put/survey.ws/plstr_fields.txt"
    Library /data/jack02/in_put/survey not found.
    Unable to open library "/data/jack02/in_put/survey"
    Loading feature class/subclass "poly"
    from Coverage "/data/jack02/in_put/survey.ws/plstr_fill"
    sde_layer_plstrfill_sdo: plstrfill_sdo is in LOADONLY mode
    Imported 158399 features into SDE plstrfill_sdo,shape from coverage /data/jack02/in_put/survey.ws/plstr_fill,poly
    SDE Error(-51) Underlying DBMS error
    Extended error code(29855): ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13230: failed to create temporary table [M2_8496$$] during R-tree creation
    ORA-13249: Error in stmt: CREATE TABLE M2_8496$$ NOLOGGING tablespace SDE_IDX STORAGE (initial 4096K next 4096K pctincrease 0 maxextents unlimited) as (select rid , min_d1, max_d1 , min_d2, max_d2 from M0_8496$$ a, (select (min_d2+max_d2) value fro(MDSYS.SPATIAL_INDEX)
    Not able to set layer into Normal-IO mode.
    Cov2SDE completed.
    No libraries currently set.
    SQL> create index plstrfill_idx on plstrfill_sdo(shape)
    2 indextype is mdsys.spatial_index
    3 parameters ('SDO_INDX_DIMS=2 tablespace=sde4_idx');
    create index plstrfill_idx on plstrfill_sdo(shape)
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13230: failed to create temporary table [M2_84A5$$] during R-tree creation
    ORA-13249: Error in stmt: CREATE TABLE M2_84A5$$ NOLOGGING tablespace SDE4_IDX
    STORAGE (initial 4096K next 4096K pctincrease 0 maxextents unlimited) as
    (select rid , min_d1, max_d1 , min_d2, max_d2     from M0_84A5$$ a, (select
    (min_d2+max_d2) value from M0_84A5$$ where rowid='AAAISqAAPAAACCYABK') b where
    (((a.min_d2+a.max_d2) < b.value) or (((a.min_d2+a.max_d2) = b.value) and (a.rid
    <= 'AAAISeAAJAAAnvnAASZ'))))
    ORA-13230: failed to create temporary table [M2_84A5$$] during R-tree creation
    ORA-29400: data cartridge error
    ORA-00210: cannot open the specified controlfile
    ORA-00202: controlfile: '/u01/oradata/GIS2/control01.ctl'
    ORA-27041: unable to open file
    SVR4 Error: 24: Too many open files
    Additional information: 3
    ORA-06512: at "MDSYS.SDO_INDEX_METH
    this is really killing me
    my oracle is setup following the esri and oracle guidelines:
    all our tablespaces are with UNLIMITED extent and maxsize on
    any files. All the tablespaces follow Oracle9i best practices
    such as OFA, SAFE, and SAME including Temporary Tablespace.
    any suggestions would be realy helpful
    --kassim

  • Cannot upload pictures on Ebay when using Firefox with Windows 8.1 - but works with IE 11

    Problem with uploading Photos on Ebay only when Firefox is my Browser - -
    Just recently I have noticed I cannot upload pictures anymore using the option STANDARD. I have to use their BASIC option, which is one picture at a time.
    When I select STANDARD I find that BROWSE does not respond. My configuration is Windows 8.1, 8gb memory and using the latest Firefox.
    Rather oddly it works fine with -
    8.1 + Internet Explorer
    XP + IE
    XP + Firefox
    Just this combination - no go.
    Any ideas ?

    Had same problem since I updated FF26. Always same old answers that don't work: reset FF, reinitialize, try "mode sans echec" (forgot english name for this), cut off addons, AV & firewall, check in config:about etc.. Think posts concerning this same problem are skattered all around because it has many different issues. And that's why FF has not yet digged to the genuine cause.
    My facts: 1) can't browse to send an attachment with an email (but I can with IE); 2) In tools/options if I check "ask where to record" browse doesn't work either. 3) In tools/options if I check "download in such or such file", then it does download in file named "telechargement" ( in french) but I can't choose another file because here again "browse" doesn't work.
    I saw a post somewhere talking about problems related to avast (it's my AV). Know if it's true?
    I'd be really glad if this could be solved cause I don't intend to change. FF is the best!

  • I have a small code that fails in FF but works in ie and chrome

    Following is a pop up which fails in FF. works fine in ie and chrome
    <pre><nowiki><a href="audioplayer.php" onClick= "window.open('audioplayer.php?
    mkt=xyz.mp3','myWin','width=430, height=100');return
    false"><img src="img/audioicon.jpg"></a></nowiki></pre>

    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.<br />
    See http://forums.mozillazine.org/viewforum.php?f=25

Maybe you are looking for