Nested virtualization not available in Solaris 11.2

Hello!
Anybody know why virtual hardware virtualization is not available for my Solaris 11.2 guest?
I want to be able to use Solaris kernel zones.
Host environment:
   SuperMicro A1SRM-2758F, 32GB RAM
   ESXi-5.5 (build 2302651)
I know the CPU (Atom C2758) supports both VT-x and EPT that is required for 64bit virtualization nesting
And browsing to:
   https://myip/mob/?moid=ha-host&doPath=capability
Shows me that the (unsupported) feature is available:
   nestedHVSupported
boolean
true
I have created a VM with vHardware vmx-10, selected 'Expose hardware assisted virtualization to the guest OS' and installed Solaris-11.2 as a guest.
I have also checked that 'vhv.enable = "TRUE" ' is to be found in the vmx file.
But from the Solaris guest Kernel zone are not available:
# virtinfo
NAME            CLASS
vmware          current
non-global-zone supported
# uname -a
SunOS global1 5.11 11.2 i86pc i386 i86pc
Anybody have any ideas why this is not available. Worked fine in VMware Fusion.
Best regards,
- Morten Green Hermansen, Fanitas

Hello jmattson!
I tried to add:
  vvt.etmt.uc = "TRUE"
to the vmx file and according to the log it got picked up:
2015-03-31T20:03:40.790Z| vmx| I120: DICT
featMask.vm.hv.capable = Min:1
2015-03-31T20:03:40.790Z| vmx| I120: DICT           
vhv.enable = TRUE
2015-03-31T20:03:40.790Z| vmx| I120: DICT          
vvt.etmt.uc = TRUE
2015-03-31T20:03:40.790Z| vmx| I120: DICT sched.scsi0:4.throughputCap = off
2015-03-31T20:03:40.790Z| vmx| I120: DICT sched.scsi1:3.throughputCap = off
But Solaris will still not support kernel zones:
# virtinfo
NAME            CLASS
vmware          current
non-global-zone supported
Will I then need to upgrade to ESXi-6 - and downgrade to the Web Client :'( for this to work?
Best regards and thank you SO much for your help!
- Morten Green Hermansen, Fanitas

Similar Messages

  • Workshop (WebLogic 10.2 MP1) not available for Solaris 10 SPARC 64 bit?

    Hi All,
    When Workshop for WebLogic 10.2 MP1 will be available for Solaris 10 SPARC 64 bit.
    I could find "WebLogic 10.2 MP1 for Solaris 10 SPARC 32 bit" but not for SPARC 64 bit!!
    otherwise guide me to download page.
    Thanks and Regards
    Arunachalam.C
    Edited by: arungoin on Feb 16, 2011 4:55 PM

    I found by issue "mount -v" that our disk slices are
    UFS type. So we don't need apply patch 5257399,
    right? Please confirm. Thanks!!!For your information, you are asking the user community to confirm, not Oracle. Some (many?) of us are not employed by Oracle.
    Therefore, the only answers you can get are from 'friends'. Nothing would be official and Oracle (and Oracle Support) would not be legally responsible.
    Your safest bet would be to escalate the request wityh Oracle Support.

  • Portege M400 - Virtualization not available in BIOS

    Hi,
    I've 2 Portege M400 (different models), both with the BIOS version 3.8 but strangely in one of them I've the virtualization option to enable or disable.
    But in the other one no, and it seems I'm not able to do anything to make that option available on that notebook.
    Is this a known issue? I could I solve that?
    Thanks in advance,
    VICTOR

    I was wrong in the previous statement the T2400 has that support the T5500 no and it's confirmed here:
    http://www.intel.com/products/processor_number/chart/core2duo.htm
    and here:
    http://www.intel.com/products/processor_number/chart/coreduo.htm
    Thanks for reminde me the source... ;o)
    Victor

  • __buildin_expect not available with Solaris 10 x64?

    I would need to build a package called iRRAM which allows the calculation of real number to any accuracy. For example the number "e" to 65 decimals as given bellow.
    // example input/output of "echo 65|e_example":
    // Desired Decimals: 65
    //+.27182818284590452353602874713526624977572470936999595749669676277E+0001
    The code is written in C++ and was developed as far as I can make out on linux with gnu c and gnu c++. When i configure the code on Solaris 10 x64 using the studio 12 compilers everything passes the tests but as soon as I build the code I get the errors
    "../../include/GMP_interface.h", line 263: Error: The function "__builtin_expect" must have a prototype.
    "../../include/GMP_interface.h", line 268: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_lib.h", line 95: Warning: Identifier expected instead of "}".
    "../../include/iRRAM_REAL.h", line 35: Error: A declaration does not specify a tag or an identifier.
    "../../include/iRRAM_REAL.h", line 35: Warning: Types cannot be declared in anonymous union.
    "../../include/iRRAM_REAL.h", line 38: Error: lower_pos is not defined.
    "../../include/iRRAM_REAL.h", line 38: Error: upper_neg is not defined.
    "../../include/iRRAM_REAL.h", line 366: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 372: Error: lower_pos is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 373: Error: upper_neg is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 374: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 380: Error: lower_pos is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 381: Error: upper_neg is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 381: Error: lower_pos is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 382: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 387: Error: The function "isfinite" must have a prototype.
    "../../include/iRRAM_REAL.h", line 389: Error: lower_pos is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 390: Error: upper_neg is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 390: Error: lower_pos is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 391: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 397: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 406: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 433: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 438: Error: lower_pos is not a member of const iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 438: Error: lower_pos is not a member of const iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 438: Error: upper_neg is not a member of const iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 438: Error: upper_neg is not a member of const iRRAM::iRRAM_double_pair.
    Compilation aborted, too many Error messages.
    I have checked on __builtin_expect and it I cannot find it in with the system's include files. I have also looked at the web and from what I read I understand the for solaris this is not strictly necessary.
    The package was developed at Universitaet Trier, and there is an email I have used, but just in case, I would be grateful to see how I could - without knowing the full code get it to compile and useable.
    Lydia

    clamage45 wrote:
    __builtin_expect is a non-standard gcc extension to provide branch-prediction information to the compiler. It is not currently supported in Sun Studio C++.Note that there is already an RFE for it: 6603858.
    You can try the following macro definition to convert uses of __builtin_expect to standard code (but without branch-prediction information):
    #define __builtin_expect(e, n) ((e)==(n))I think the correct definition would be:
    #define __builtin_expect(e,n) (e)

  • Some Font styles not available on solaris

    Hi,
    I am developing a Java application on windows with the plan of running it on solaris eventually. It is starting without error on windows but, when I ftp it to solaris and start the program from an xterm I get the following error which is repeated a number of times:
    'Font specified in font.properties not found [-urw-itc zapfdingbats-medium-r-normal--*-%d-*-*-p-*-sun-fontspecific]'
    The application runs fine but I am wondering how I can fix the error appearing in the xterm. I know there is a setFont function that I can set the Font to something like 'Dialog' that is common to both operating systemsbut I have tried this and the same message appears. I cannot setFont for the line 'JOptionPane.showMessageDialog(this, STRING, "Invalid entry", JOptionPane.OK_OPTION);' so this doesn't seem to be working, the error still appears. Can you offer any help? if not then can anyone suggest who or where I might try to get help from?
    Thanks
    Conor

    I don't have a good answer other than the typewriter functionality was for basic typing, not for fancy topography work. For the latter, you should go back to the original document and do it with a tool designed for that purpose.

  • 7.7.07.30 not available for Solaris x86_64?

    Build 7.7.07.30 is available for Linux x86_64 an Linux IA64 but not for other operating systems. Is there a reason for this?
    Markus

    Hi Markus,
    no special reason for that apart from this: we had problems in tests on other platforms and this version was urgently requested especially on Linux and Windows where the tests were fine. So we decided to make this version available only on these platforms. The corrections/changes will be made available on all platforms with 7.7.07.32 which is currently in delivery.
    Regards,
    Steffen

  • Will Instant Client 10.2.0.1 be available for Solaris 32-bit (SPARC)?

    The latest Instant Client release is currently not available for Solaris Sparc 32-bit.
    Does anyone know when it will be available?
    Thank you.

    It is available now.

  • Oracle VM Server for SPARC MIB for Solaris 11 Not available

    Hi,
    From the 2.1/2.2 Release Notes - The Oracle VM Server for SPARC MIB software is only available on Oracle Solaris 10 systems.
    Anyone know when MIB software will be available on Solaris 11 ?
    Thanks
    Andy

    We're on it (7082776 RFE: Need LDoms MIB support on S11), coming in next release.

  • Exception caught: Language 'VI' not available; nested exception is com.syclo.sap.exception.SAPException: Agentry

    Hi,
    I test my Agentry application on my ipad, it can connect to SAP server but it then display the error:
    Language 'VI' not available; nested exception is:  |
    com.syclo.sap.exception.SAPException |
    It can load data fine on my ATE.
    The language on my ipad is English. Then why does it still throw the exception. Please help me. Thank you.
    Edit: Solved. Change the Region setting to US

    My javaBE is as follows. Can you help to check if i miss anything in my file
    [HOST]
    server=be1.vdc.csc.com
    APPNAME=ZCH_MATERIALLIST
    [CONFIG]
    source=SAP
    [CLIENT_NUM]
    CLIENT=800
    [SYSTEM_NUM]
    SYSNUM=01
    [LOGGING]
    Level=3
    [LOGON_METHOD]
    LOGON_METHOD=USER_AUTH
    [SERVICE_LOGON]
    UID=hngu3
    UPASSWORD=xxxxx
    [REQUIRED_BAPI_WRAPPER]
    com.syclo.sap.bapi.LoginCheckBAPI=/SYCLO/CORE_SUSR_LOGIN_CHECK
    com.syclo.sap.bapi.RemoteUserCreateBAPI=/SYCLO/CORE_MDW_SESSION1_CRT
    com.syclo.sap.bapi.RemoteParameterGetBAPI=/SYCLO/CORE_MDW_PARAMETER_GET
    com.syclo.sap.bapi.SystemInfoBAPI=/SYCLO/CORE_SYSTINFO_GET
    com.syclo.sap.bapi.ChangePasswordBAPI=/SYCLO/CORE_SUSR_CHANGE_PASSWD
    com.syclo.sap.bapi.CTConfirmationBAPI=/SYCLO/CORE_OUTB_MSG_STAT_UPD
    com.syclo.sap.bapi.DTBAPI=/SYCLO/CORE_DT_GET
    com.syclo.sap.bapi.GetEmployeeDataBAPI=/SYCLO/HR_EMPLOYEE_DATA_GET
    com.syclo.sap.bapi.GetUserDetailBAPI=/SYCLO/CORE_USER_GET_DETAIL
    com.syclo.sap.bapi.GetUserProfileDataBAPI=/SYCLO/CORE_USER_PROFILE_GET
    com.syclo.sap.bapi.PushStatusUpdateBAPI=/SYCLO/CORE_PUSH_STAT_UPD
    com.syclo.sap.bapi.RemoteObjectCreateBAPI=/SYCLO/CORE_MDW_USR_OBJ_CRT
    com.syclo.sap.bapi.RemoteObjectDeleteBAPI=/SYCLO/CORE_MDW_USR_OBJ_DEL
    com.syclo.sap.bapi.RemoteObjectGetBAPI=/SYCLO/CORE_MDW_SESSION_GET
    com.syclo.sap.bapi.RemoteObjectUpdateBAPI=/SYCLO/CORE_MDW_SESSION_UPD
    com.syclo.sap.bapi.RemoteReferenceCreateBAPI=/SYCLO/CORE_MDW_USR_KEYMAP_CRT
    com.syclo.sap.bapi.RemoteReferenceDeleteBAPI=/SYCLO/CORE_MDW_USR_KEYMAP_DEL
    com.syclo.sap.bapi.RemoteReferenceGetBAPI=/SYCLO/CORE_MDW_SESSION_GET
    com.syclo.sap.bapi.RemoteReferenceUpdateBAPI=/SYCLO/CORE_MDW_SESSION_UPD
    com.syclo.sap.bapi.RemoteSessionDeleteBAPI=/SYCLO/CORE_MDW_SESSION1_DEL
    com.syclo.sap.bapi.RemoteUserDeleteBAPI=/SYCLO/CORE_MDW_SESSION1_DEL
    com.syclo.sap.bapi.RemoteUserUpdateBAPI=/SYCLO/CORE_MDW_SESSION_UPD
    com.syclo.sap.bapi.TransactionCommitBAPI=WFD_TRANSACTION_COMMIT
    com.syclo.sap.bapi.SignatureCaptureBAPI=/SYCLO/CS_DOBDSDOCUMENT_CRT

  • OVM 3.3.1:  NFS storage is not available during repository creation

    Hi, I have OVM Manager  running on a separate machines managing 3 servers running OVM server  in a server pool. One of the server also exports a NFS share that all other machines are able to mount and read/write to. I want to use this NFS share to create a OVM repository but so far unable to get it to work.
    From this first screen shot we can see that the NFS file system was successfully added under storage tab and refreshed.
    https://www.dropbox.com/s/fyscj2oynud542k/Screenshot%202014-10-11%2013.40.00.png?dl=0
    But its is not available when adding a repository as shown below. What can I did to make it show up here.
    https://www.dropbox.com/s/id1eey08cdbajsg/Screenshot%202014-10-11%2013.40.19.png?dl=0
    No luck with CLI either.  Any thoughts?
    OVM> create repository name=myrepo fileSystem="share:/" sharepath=myrepo - Configurable attribute by this name can't be found.
    == NFS file system refreshed via CLI === 
    OVM> refresh fileServer name=share
    Command: refresh fileServer name=share
    Status: Success
    Time: 2014-10-11 13:28:14,811 PDT
    JobId: 1413059293069
    == file system info
    OVM> show fileServer name=share
    Command: show fileServer name=share
    Status: Success
    Time: 2014-10-11 13:28:28,770 PDT
    Data:
      FileSystem 1 = ff5d21be-906d-4388-98a2-08cb9ac59b43  [share]
      FileServer Type = Network
      Storage Plug-in = oracle.generic.NFSPlugin.GenericNFSPlugin (1.1.0)  [Oracle Generic Network File System]
      Access Host = 1.2.3.4
      Admin Server 1 = 44:45:4c:4c:46:00:10:31:80:51:c6:c0:4f:35:48:31  [dev1]
      Refresh Server 1 = 44:45:4c:4c:46:00:10:31:80:51:c6:c0:4f:35:48:31  [dev1]
      Refresh Server 2 = 44:45:4c:4c:47:00:10:31:80:51:b8:c0:4f:35:48:31  [dev2]
      Refresh Server 3 = 44:45:4c:4c:33:00:10:34:80:38:c4:c0:4f:53:4b:31  [dev3]
      UniformExports = Yes
      Id = 0004fb0000090000fb2cf8ac1968505e  [share]
      Name = share
      Description = NFS exported /dev/sda1 (427GB) on dev1
      Locked = false
    == version details ==
    OVM server:3.3.1-1065
    Agent Version:3.3.1-276.el6.7Kernel Release:3.8.13-26.4.2.el6uek.x86_64
    Oracle VM Manager
    Version: 3.3.1.1065
    Build: 20140619_1065

    Actually, OVM, as is with all virtualization servers, is usually only the head on a comprehensive infrastructure. OVM seems  quite easy from the start, but I'd suggest, that you at least skim trough the admin manual, to get some understanding of the conecpts behind it.  OVS thus usually only provides the CPU horse power, but not the storage, unless you only want to setup a single-server setup. If you plan on having a real multi-server setup, then you will need shared storage.
    The shared storage for the server pool, as well as the storage repository can be served from the same NFS server without issues. If you want to have a little testbed, then NFS is for you. It lacks some features that OCFS2 benefits from, like thin provisioning, reflinks and sparse files.
    If you want to remove the NFS storage, then you'll need to remove any remainders of any OVM object, like storage repositories or server pool filesystems. Unpresent and storage repo and delete it afterwards… Also, I hope that you didn't  create the NFS export directly on the root of the drive, since OVM wants to remove any file on the NFS export and on any root of ony volume there's the lost-found folder, which OVM, naturally, can't remove. Getting rid of such a storage repo can be a bit daunting…
    Cheers,
    budy

  • Error on extend an internal table, but the required space was not available

    Hi All,
    I am trying to retrieve cost data from COVP tables, as well as the quantity, cost centre, and price unit fields from MSEG / BSEG tables. Thing is, if the AWTYP value in COVP table = 'MKPF', i have to get the data from MSEG, otherwise, I need to get it from BSEG table.
    I kept getting this error message:
    <i>You attempted to extend an internal table, but the required space was not available.</i>
    Anyone have any idea how to make my codes more efficient?
    Please help. Thanks!
    Regards,
    Cecilia
    REPORT  ZMISCY004.
    TABLES : COVP, BSIS, BSEG, MSEG, MAKT, CSKU.
    PARAMETERS :
    P_FILE(300) DEFAULT '\sapdcdatasaprptoh.txt' LOWER CASE.
    DATA MSG_TEXT(50).
    DATA :
    XKOKRS LIKE COVP-KOKRS,
    XBELNR LIKE COVP-BELNR,
    XBUZEI LIKE COVP-BUZEI,
    XGJAHR LIKE COVP-GJAHR,
    XPERIO LIKE COVP-PERIO,
    XWKGBTR LIKE COVP-WKGBTR,
    XWTGBTR LIKE COVP-WTGBTR,
    XREFBN LIKE COVP-REFBN,
    XREFBZ LIKE COVP-REFBZ,
    XKSTAR LIKE COVP-KSTAR,
    XBEKNZ LIKE COVP-BEKNZ,
    XMATNR LIKE COVP-MATNR,
    XBUKRS LIKE COVP-BUKRS,
    XREFGJ LIKE COVP-REFGJ,
    XREFBK LIKE COVP-REFBK,
    XLTEXT LIKE CSKU-LTEXT,
    XMAKTX LIKE MAKT-MAKTX,
    XAWTYP LIKE COVP-AWTYP,
    XTWAER LIKE COVP-TWAER,
    XSGTXT LIKE COVP-SGTXT,
    BSEG_KOSTL LIKE BSEG-KOSTL,
    BSEG_MEINS LIKE BSEG-MEINS,
    BSEG_MENGE LIKE BSEG-MENGE,
    MSEG_KOSTL LIKE MSEG-KOSTL,
    MSEG_MENGE LIKE MSEG-MENGE,
    MSEG_MEINS LIKE MSEG-MEINS.
    DATA : BEGIN OF ITAB_COVP OCCURS 10,
    KOKRS LIKE COVP-KOKRS,
    BELNR LIKE COVP-BELNR,
    BUZEI LIKE COVP-BUZEI,
    GJAHR LIKE COVP-GJAHR,
    PERIO LIKE COVP-PERIO,
    WKGBTR(15) TYPE C,
    WTGBTR(15) TYPE C,
    REFBN LIKE COVP-REFBN,
    REFBZ(3) TYPE C,
    KSTAR LIKE COVP-KSTAR,
    BEKNZ LIKE COVP-BEKNZ,
    MATNR LIKE COVP-MATNR,
    BUKRS LIKE COVP-BUKRS,
    REFGJ LIKE COVP-REFGJ,
    REFBK LIKE COVP-REFBK,
    LTEXT LIKE CSKU-LTEXT,
    MAKTX LIKE MAKT-MAKTX,
    AWTYP LIKE COVP-AWTYP,
    TWAER LIKE COVP-TWAER,
    SGTXT LIKE COVP-SGTXT,
    BSIS_WRBTR(13) TYPE C,
    BSEG_KOSTL LIKE BSEG-KOSTL,
    BSEG_MEINS LIKE BSEG-MEINS,
    BSEG_MENGE LIKE BSEG-MENGE,
    MSEG_KOSTL LIKE MSEG-KOSTL,
    MSEG_MENGE LIKE MSEG-MENGE,
    MSEG_MEINS LIKE MSEG-MEINS.
    DATA : END OF ITAB_COVP.
    SELECT M1~KOKRS
           M1~BELNR
           M1~BUZEI
           M1~GJAHR
           M1~PERIO
           M1~WKGBTR
           M1~WTGBTR
           M1~REFBN
           M1~REFBZ
           M1~KSTAR
           M1~BEKNZ
           M1~MATNR
           M1~BUKRS
           M1~REFGJ
           M1~REFBK
           M1~AWTYP
           M1~TWAER
           M1~SGTXT
           M4~KOSTL
           M4~MENGE
           M4~MEINS
    INTO (XKOKRS,
          XBELNR,
          XBUZEI,
          XGJAHR,
          XPERIO,
          XWKGBTR,
          XWTGBTR,
          XREFBN,
          XREFBZ,
          XKSTAR,
          XBEKNZ,
          XMATNR,
          XBUKRS,
          XREFGJ,
          XREFBK,
          XAWTYP,
          XTWAER,
          XSGTXT,
          MSEG_KOSTL,
          MSEG_MENGE,
          MSEG_MEINS
    FROM COVP AS M1
    LEFT OUTER JOIN MSEG AS M4
    ON M1~REFBN = M4~MBLNR AND M1~REFBZ = M4~ZEILE AND M1~REFGJ = M4~MJAHR
    WHERE M1~SCOPE = 'OCOST' AND M1~AWTYP = 'BKPF'
      OR M1~SCOPE = 'OCOST' AND M1~AWTYP = 'MKPF'
      OR M1~KSTAR = '972022'.
    IF XAWTYP = 'BKPF'.
    SELECT KOSTL MENGE MEINS INTO (BSEG_KOSTL, BSEG_MENGE, BSEG_MEINS) FROM
    BSEG WHERE BELNR = XREFBN AND BUZEI = XREFBZ AND GJAHR = XREFGJ AND
    BUKRS = XREFBK.
    ENDSELECT.
    MOVE BSEG-KOSTL TO BSEG_KOSTL.
    MOVE BSEG-MEINS TO BSEG_MEINS.
    MOVE BSEG-MENGE TO BSEG_MENGE.
    ELSE.
    MOVE ' ' TO BSEG_KOSTL.
    MOVE ' ' TO BSEG_MEINS.
    MOVE ' ' TO BSEG_MENGE.
    ENDIF.
    *GET LTEST
    SELECT LTEXT INTO XLTEXT
    FROM CSKU
    WHERE KTOPL = 'COAA' AND SPRAS = 'EN'.
    *GET MAKTX
    IF XMATNR <> ' '.
    SELECT SINGLE * FROM MAKT WHERE MATNR = XMATNR.
    MOVE MAKT-MAKTX TO XMAKTX.
    ELSE.
    MOVE ' ' TO XMAKTX.
    ENDIF.
    MOVE : XKOKRS TO ITAB_COVP-KOKRS,
           XBELNR TO ITAB_COVP-BELNR,
           XBUZEI TO ITAB_COVP-BUZEI,
           XGJAHR TO ITAB_COVP-GJAHR,
           XPERIO TO ITAB_COVP-PERIO,
           XWKGBTR TO ITAB_COVP-WKGBTR,
           XWTGBTR TO ITAB_COVP-WTGBTR,
           XREFBN TO ITAB_COVP-REFBN,
           XREFBZ TO ITAB_COVP-REFBZ,
           XKSTAR TO ITAB_COVP-KSTAR,
           XBEKNZ TO ITAB_COVP-BEKNZ,
           XMATNR TO ITAB_COVP-MATNR,
           XBUKRS TO ITAB_COVP-BUKRS,
           XREFGJ TO ITAB_COVP-REFGJ,
           XREFBK TO ITAB_COVP-REFBK,
           XLTEXT TO ITAB_COVP-LTEXT,
           XMAKTX TO ITAB_COVP-MAKTX,
           XAWTYP TO ITAB_COVP-AWTYP,
           XTWAER TO ITAB_COVP-TWAER,
           XSGTXT TO ITAB_COVP-SGTXT,
           BSEG_KOSTL TO ITAB_COVP-BSEG_KOSTL,
           BSEG_MEINS TO ITAB_COVP-BSEG_MEINS,
           BSEG_MENGE TO ITAB_COVP-BSEG_MENGE,
           MSEG_KOSTL TO ITAB_COVP-MSEG_KOSTL,
           MSEG_MENGE TO ITAB_COVP-MSEG_MENGE,
           MSEG_MEINS TO ITAB_COVP-MSEG_MEINS.
    APPEND ITAB_COVP.
    CLEAR ITAB_COVP.
    ENDSELECT.
    ENDSELECT.
    OPEN DATASET P_FILE FOR OUTPUT IN TEXT MODE.
    IF SY-SUBRC NE 0.
       WRITE: 'File cannot be opened. Reason:', MSG_TEXT.
       EXIT.
    ENDIF.
    LOOP AT ITAB_COVP.
    TRANSFER ITAB_COVP TO P_FILE.
    ENDLOOP.
    CLOSE DATASET P_FILE.

    Cecilia - I think your problemn is a nested select:
    *GET LTEST
      SELECT ltext INTO xltext
      FROM csku
      WHERE ktopl = 'COAA' AND spras = 'EN'.
    *GET MAKTX
        IF xmatnr <> ' '.
          SELECT SINGLE * FROM makt WHERE matnr = xmatnr.
          MOVE makt-maktx TO xmaktx.
        ELSE.
          MOVE ' ' TO xmaktx.
        ENDIF.
        MOVE : xkokrs TO itab_covp-kokrs,
                     etc.
              mseg_meins TO itab_covp-mseg_meins.
        APPEND itab_covp.
        CLEAR itab_covp.
      ENDSELECT.
    Do you need to do the inner select for every cost element text?
    Rob

  • JAVA_HOME Environment Variable "Not Available"

    I have installed j2sdk 1.4.2_17 for Windows Server 2008 64 bit for an installation of ERP 6.0.  I have installed this in the following directory:
    C:\j2sdk14217x64
    - I have the JAVA_HOME variable (User variable for Administrator and System variable) set to: C:\j2sdk14217x64
    - I have the PATH system variable (System variable) set to: C:\j2sdk14217x64\bin
    When running the prerequisite checker I get the following error:
    "It is not recommended to use JDK version 1.4.2_10. Current version: JAVA_HOME not available."
    When I run %JAVA_HOME% from the command line the system finds it.  I'm not sure what the issue is here.

    Hello,
    Best to unistall JDK and reinstall latest one
    There is a download page solely for SAP customers:
    http://www.sun.com/software/javaforbusiness/sap_download.jsp
    See notes
    709140 Recommended JDK and VM Settings for the WebAS630/640/7.0
    Note 716604 for the Sun JDK (Windows, Linux, Solaris)
    regards,
    John Feely

  • Mail service POC - connecting to GMAIL gives error "service is not available"

    From webcenter Dev Guide, I followed steps to connect to gmail server using webcenter mail service.
    Mail service connection info:
    imap server : imap.gmail.com
    imap port : 993
    smtp server : smtp.gmail.com
    smtp port : 465
    imap secured : true
    smtp secured : true
    Test connection status : Success
    external application info:
    App Name: MyGmailApp
    Display Name : My Gmail App
    Login URL : https://mail.google.com/mail
    Username field : Username
    Password field : Password
    Authentication Method : POST
    Field Names : 'Email Address', 'Reply-To Address'. (Display to user true for both)
    Shared credentials & public credentials entered are gmail credentials.
    I dropped mail service on to a page & ran the portal.
    The error I got was "The service is not available" , Log is given as below. what did i miss ??? Please help me out.
    Error Log:
    javax.mail.MessagingException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target;
      nested exception is:
      javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:571)
      at javax.mail.Service.connect(Service.java:288)
      at javax.mail.Service.connect(Service.java:169)
      at oracle.webcenter.collab.mail.MailSession$2.call(MailSession.java:1302)
      at oracle.webcenter.collab.mail.MailSession$2.call(MailSession.java:1276)
      at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
      at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
      at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1649)
      at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:241)
      at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:235)
      at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1206)
      at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:136)
      at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
      at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:753)
      at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
      at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:110)
      at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
      at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
      at com.sun.mail.iap.ResponseInputStream.readResponse(ResponseInputStream.java:97)
      at com.sun.mail.iap.Response.<init>(Response.java:96)
      at com.sun.mail.imap.protocol.IMAPResponse.<init>(IMAPResponse.java:61)
      at com.sun.mail.imap.protocol.IMAPResponse.readResponse(IMAPResponse.java:135)
      at com.sun.mail.imap.protocol.IMAPProtocol.readResponse(IMAPProtocol.java:261)
      at com.sun.mail.iap.Protocol.<init>(Protocol.java:114)
      at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:104)
      at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:538)
      ... 16 more
    Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:323)
      at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217)
      at sun.security.validator.Validator.validate(Validator.java:218)
      at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
      at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
      at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
      at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1185)
      ... 34 more
    Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
      at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
      at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:318)
      ... 40 more
    <Submission> <run> Submission[id=1, service=oracle.webcenter.collab.mail, resource=null] caught exception running task
    oracle.webcenter.collab.share.ConnectionFailedException: The service is unavailable.
      at oracle.webcenter.collab.mail.MailSession.acquireImapStore(MailSession.java:1374)
      at oracle.webcenter.collab.mail.MailSession.login(MailSession.java:462)
      at oracle.webcenter.collab.share.Session$1.call(Session.java:652)
      at oracle.webcenter.collab.share.Session$1.call(Session.java:646)
      at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
      at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
      at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
      at java.lang.Thread.run(Thread.java:662)

    Did you add Gmail's certificate to the trust store? Check this link: Configuring SSL

  • ORA-01034 ORACLE NOT AVAILABLE

    hi everybody,
    i'm trying to install a second instance on Oracle8.1.7 on Sun Enterprise 250 (with Solaris 8).
    the previous instance has this init.ora file:
    open_cursors = 300
    max_enabled_roles = 30
    db_block_buffers = 10240
    shared_pool_size = 52437800
    large_pool_size = 614400
    java_pool_size = 20971520
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 270
    log_buffer = 163840
    timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10000 # limit trace file size to 5M each
    db_block_size = 8192
    local_listener = "LISTENER_VCOPROD"
    distributed_transactions = 75
    open_links = 5
    # mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
    # Uncomment the following line when your listener is configured for SSL
    # (listener.ora and sqlnet.ora)
    # mts_dispatchers = "(PROTOCOL=TCPS)(PRE=oracle.aurora.server.SGiopServer)"
    sort_area_size = 4194304
    sort_area_retained_size = 4194304
    db_file_multiblock_read_count = 32
    hash_multiblock_io_count = 8
    transactions_per_rollback_segment = 25
    please, notePROCESSES is 270 (not the default)
    and i'm trying to set the following parameters on the new instance:
    dedicated server mode
    db_block_buffers 16.384
    shared_pool_size 83.886.080
    processes 150
    log_buffer 655.360
    open_cursors 1.024
    sort_area_size 1.048.576
    sort_area_retained_size 1.048.576
    this is my /etc/system:
    ** Kernel Parameters on our SUN Enterprise with 640MB for Oracle 8.1.x*
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=100
    set shmsys:shminfo_shmseg=10
    set semsys:seminfo_semmni=70
    set semsys:seminfo_semmsl=500
    set semsys:seminfo_semmns=1500
    set semsys:seminfo_semopm=100
    set semsys:seminfo_semvmx=32767
    but as the "create database" starts, i get the ORA-01034 ORACLE NOT AVAILABLE error.
    i found this info in the crdb1.log:
    Connected.
    ORA-00101: invalid specification for system parameter MTS_DISPATCHERS
    CREATE DATABASE "ADS"
    ORA-01034: ORACLE not available
    Disconnected.
    but why do i have the MTS_DISPATCHERS paramenter if i set dedicated server mode? i guess i don't need MultiThreading...
    anyway, are the semmsl, semmni, semmns parameters correctly configured? i rememeber i had a similar error and these parameters were to set correctly to make it work, but this time i can't find out the point!!!
    please, it's very urgent...
    thankx a lot!
    matte

    i'm installing a new instance, so i don't need neither to set ORACLE_SID, nor to connect to db. i mean... i give my oracle sid in the GUI of the dbassist.
    then it's supposed to set it and connect to the instance by its own. the point is that when it tryes the connect internal, it fails.
    i bet the trouble is in the /etc/system parameters, but i don't know exactly where....

  • Problem by startup Oracle 8i!!And Error Code: ORA 01034-ORACLE not available!!

    Hello all!
    I need urgent help!!
    I'm trying to start Oracle 8.1.6 i on Solaris 8. But there are lot of error:
    1. During initialising the database with dbassist, the error Code Error Codes: ORA 01034-"ORACLE not available" and ORA-01012-"not logged on" were shown.
    2. I'm trying to start Oracle 8i on Sun Solaris 8 by typing svrmgrl-connect interal-startup. But the following was shown on by screen:
    passau% svrmgrl
    Oracle Server Manager Release 3.1.6.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.6.0.0 - Production
    SVRMGR> connect internal
    Connected.
    SVRMGR> startup
    LRM-00109: could not open parameter file '?/dbs/[email protected]'
    ORA-01078: failure in processing system parameters
    Please help me!!
    My e-mail Adress: [email protected]

    I am pretty sure this has to do with the SGA..
    what you may have to do is adjust you
    system file
    Here the values for /etc/system file: for more info look under
    Oracle specific parameters (documetation) set shmsys:shminfo_shmmax=122496729 set semsys:seminfo_semmap=150 set semsys:seminfo_semopm=100 set semsys:seminfo_semvmx=12767 set semsys:seminfo_semmni=200 set semsys:seminfo_semmns=200 set semsys:seminfo_semmsl=200 set semsys:seminfo_semmnu=200 set semsys:seminfo_semume=100 set shmsys:shminfo_shmmin=100 set shmsys:shminfo_shmmni=100 set shmsys:shminfo_shmseg=100
    good luck
    [email protected]
    null

Maybe you are looking for

  • "Signal" error messages

    Whenever I open either a new or old project, I receive the following two error messages: Signal Assertion failed:sSelf==ollsSelf== reinterpret_cast<MessageData*>(instuff)->Self and Signal Assertion failed:SAdapterSelf==o I have no idea what these err

  • Bootcamp windows xp time sync.

    I'm behind a corporate firewall. i tried editing the registry with the universal time and still the time advances like 4 hrs ahead after a few hrs of using the mac. anybody resolved the problem?

  • Unsupported Configuration

    When Protected Mode cannot launch due to an unsupported configuration, a dialog alerts me that Protected mode is unavailable. "Adobe Reader cannot open in Protected Mode due to a problem with your system configuration. Would you like to open Adobe Re

  • Computer shuts down after inactivity.  Unable to revive.

    Computer shuts down after few minutes of inactivity. Fans comes on and power light goes off. Unable to revive unless I "pull the plug" then do a normal reboot. This is something new started approx 3 months ago. I have toyed with the Energy Saver Pref

  • Which all devices supports JSR-172 implementation

    Can anybody help me out? I want to know that which all devices supports JRS-172 implementation for supporting web services on devices. Thanks In advance Krishan