Cmdlets for a usable storage space

I have available 8 x 2TB HDDs and 4 x 400GB SSD's which I want to create a Tiered Storage based Storage Spaces volume with.  I want to use 10GB of space for the Quorum volume later.  I'm missing something, here's what I'm doing.
Here's my physical disks:
PS C:\Users\administrator> Get-PhysicalDisk
FriendlyName CanPool OperationalStatus HealthStatus Usage Size
PhysicalDisk3 True OK Healthy Auto-Select 372.61 GB
PhysicalDisk6 True OK Healthy Auto-Select 372.61 GB
PhysicalDisk1 True OK Healthy Auto-Select 1.82 TB
PhysicalDisk4 True OK Healthy Auto-Select 372.61 GB
PhysicalDisk8 True OK Healthy Auto-Select 1.82 TB
PhysicalDisk5 True OK Healthy Auto-Select 372.61 GB
PhysicalDisk12 True OK Healthy Auto-Select 1.82 TB
PhysicalDisk2 True OK Healthy Auto-Select 1.82 TB
PhysicalDisk9 True OK Healthy Auto-Select 1.82 TB
PhysicalDisk11 True OK Healthy Auto-Select 1.82 TB
PhysicalDisk10 True OK Healthy Auto-Select 1.82 TB
PhysicalDisk7 True OK Healthy Auto-Select 1.82 TB
I assign the available physical disks to the array variable $PhysicalDisks
$pooldisks = Get-PhysicalDisk | ? {$_.CanPool –eq $true }
Then I create a new storage pool using $pooldisks. 
New-StoragePool -StorageSubSystemFriendlyName *Spaces* -FriendlyName TieredPool1 -PhysicalDisks $pooldisks
Then I assign them to SSD and HDD tiers:
$tier_hdd = New-StorageTier -StoragePoolFriendlyName TieredPool1 -FriendlyName HDD_TIER -MediaType HDD
$tier_ssd = New-StorageTier -StoragePoolFriendlyName TieredPool1 -FriendlyName SSD_TIER -MediaType SSD
And I get stuck trying to create the Virtual Disk:
New-VirtualDisk -FriendlyName VirtualDisk1 -StoragePoolFriendlyName TieredPool1 -NumberOfColumns 4 -OtherUsageDescription "8 x 2TB HDD and 4 x 400GB SSD" -ProvisioningType Fixed -ResiliencySettingName Mirror -StorageTiers $tier_ssd, $tier_hdd -StorageTierSizes 800GB, 8000GB -WriteCacheSize 5GB
The error message I receive is:
New-VirtualDisk : There are not enough eligible physical disks in the storage pool to create the specified virtual disk configuration.
At line:1 char:1
+ New-VirtualDisk -FriendlyName VirtualDisk1 -StoragePoolFriendlyName TieredPool1 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (StorageWMI:ROOT/Microsoft/...SFT_StoragePool) [New-VirtualDisk], CimException
+ FullyQualifiedErrorId : StorageWMI 48004,New-VirtualDisk
The reason I am trying to do this manually and not via the GUI, is because I need to assign 4 columns to the Storage Space, and the GUI defaults to 2. Any help is appreciated.

Hi,
I would like to know the exact part which causes the error message, the number of column or the size of the virtual disk.
So please help try the following 2 commands and see if any one of them could be performed:
New-VirtualDisk -FriendlyName VirtualDisk1 -StoragePoolFriendlyName TieredPool1
-NumberOfColumns 2 -OtherUsageDescription "8 x 2TB HDD and 4 x 400GB SSD" -ProvisioningType Fixed -ResiliencySettingName Mirror -StorageTiers $tier_ssd, $tier_hdd -StorageTierSizes 800GB, 8000GB -WriteCacheSize 5GB
and
New-VirtualDisk -FriendlyName VirtualDisk1 -StoragePoolFriendlyName TieredPool1 -NumberOfColumns 4 -OtherUsageDescription "8 x 2TB HDD and 4 x 400GB SSD" -ProvisioningType Fixed -ResiliencySettingName Mirror -StorageTiers $tier_ssd, $tier_hdd -StorageTierSizes
400GB, 4000GB -WriteCacheSize 5GB
If you have any feedback on our support, please send to [email protected]

Similar Messages

  • How can I cancel my order for extra ICloud storage space?

    How can I cancel my order for extra ICloud storage space?
    I don't need it afterall...

    Call Apple. 1-800-My-Apple

  • Unable to repair degraded Virtual disks in Storage Spaces under Hyper-V 2012 R2 Core

    Hi all,
    I am finding myself in the following conundrum. I have a storage pool under Hyper-V Core, with 2 2TB Seagate drives. 
    One of the drives completely died (wouldn't spin up, tried it in a different box, still to no avail). I sent it in to Seagate for warranty replacement, got the new drive. Installed it and went through the notions of adding it to the pool and retiring the
    one that was with "Lost Communication" status.
    Tried to repair the virtual disks that are showing as "Unhealthy-Detached", quickly get 100% complete, but the repair didnt work.
    The storage pool is in degraded state.
    Looks like metadata is corrupted.
    Followed this post to upgrade Storage Spaces to latest version:
     https://social.technet.microsoft.com/Forums/windowsserver/en-US/eead59e9-5e49-4bb6-8cbb-1dafddd9576b/unable-to-repair-degraded-virtual-disks-in-storage-spaces-2012r2?forum=winserverfiles
    Still, to no avail.
    Couple of questions:
    1) Is the data on the 3 virtual disks in state "Unhealthy: Detached" not recoverable?
    2) How can I get the storage pool back to "healthy"?
    Any help will be greatly appreciated.
    PS C:\corefig> Get-PhysicalDisk | ? OperationalStatus -ne OK | fl
    ObjectId : {1}\\HV001\root/Microsoft/Windows/Storage/Pr
    oviders_v2\SPACES_PhysicalDisk.ObjectId="{95
    42513c-a0d4-11e3-8123-806e6f6e6963}:PD:{7e22
    245f-0cf6-11e3-b1db-806e6f6e6963}"
    PassThroughClass :
    PassThroughIds :
    PassThroughNamespace :
    PassThroughServer :
    UniqueId :
    AllocatedSize : 1218696970240
    BusType : Unknown
    CannotPoolReason : In a Pool
    CanPool : False
    Description :
    DeviceId :
    EnclosureNumber :
    FirmwareVersion :
    FriendlyName : PhysicalDisk-1
    HealthStatus : Warning
    IsIndicationEnabled :
    IsPartial : False
    LogicalSectorSize : 0
    Manufacturer :
    MediaType : UnSpecified
    Model :
    OperationalStatus : Lost Communication
    OtherCannotPoolReasonDescription :
    PartNumber :
    PhysicalLocation :
    PhysicalSectorSize : 0
    SerialNumber :
    Size : 1999575711744
    SlotNumber :
    SoftwareVersion :
    SpindleSpeed : 0
    SupportedUsages : {Auto-Select, Manual-Select, Hot Spare,
    Retired...}
    Usage : Retired
    PSComputerName :
    PS C:\corefig> get-physicaldisk
    FriendlyName CanPool OperationalS HealthStatus Usage Size
    tatus
    PhysicalDisk4 False OK Healthy Auto-Select 73.75 GB
    PhysicalDisk0 False OK Healthy Auto-Select 1.82 TB
    PhysicalDi... False Lost Comm... Warning Retired 1.82 TB
    PhysicalDisk2 False OK Healthy Auto-Select 930.75 GB
    PhysicalDisk3 False OK Healthy Auto-Select 74.53 GB
    PhysicalDisk1 False OK Healthy Auto-Select 1.82 TB
    PS C:\corefig> get-virtualdisk -friendlyname 'Data' |FC
    class CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_VirtualDisk
    ObjectId = {1}\\HV001\root/Microsoft/Windows/Storage/Providers_v2\SPACES_Virt
    ualDisk.ObjectId="{9542513c-a0d4-11e3-8123-806e6f6e6963}:VD:{3debf056-01f1-11
    e3-b1d6-001fbc081884}{7e2229cf-0cf6-11e3-b1db-001fbc081884}"
    PassThroughClass =
    PassThroughIds =
    PassThroughNamespace =
    PassThroughServer =
    UniqueId = CF29227EF60CE311B1DB001FBC081884
    Access = Read/Write
    AllocatedSize = 548413636608
    DetachedReason = Incomplete
    FootprintOnPool = 1096827273216
    FriendlyName = Data
    HealthStatus = Unhealthy
    Interleave = 262144
    IsDeduplicationEnabled = False
    IsEnclosureAware = False
    IsManualAttach = False
    IsSnapshot = False
    LogicalSectorSize = 512
    Name =
    NameFormat =
    NumberOfAvailableCopies =
    NumberOfColumns = 1
    NumberOfDataCopies = 2
    OperationalStatus = Detached
    OtherOperationalStatusDescription =
    OtherUsageDescription =
    ParityLayout = Unknown
    PhysicalDiskRedundancy = 1
    PhysicalSectorSize = 4096
    ProvisioningType = Thin
    RequestNoSinglePointOfFailure = False
    ResiliencySettingName = Mirror
    Size = 1099511627776
    UniqueIdFormat = Vendor Specific
    UniqueIdFormatDescription =
    Usage = Other
    WriteCacheSize = 0
    PSComputerName =
    PS C:\corefig> get-virtualdisk -friendlyname 'Backups' |FC
    class CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_VirtualDisk
    ObjectId = {1}\\HV001\root/Microsoft/Windows/Storage/Providers_v2\SPACES_Virt
    ualDisk.ObjectId="{9542513c-a0d4-11e3-8123-806e6f6e6963}:VD:{3debf056-01f1-11
    e3-b1d6-001fbc081884}{7e22255e-0cf6-11e3-b1db-001fbc081884}"
    PassThroughClass =
    PassThroughIds =
    PassThroughNamespace =
    PassThroughServer =
    UniqueId = 5E25227EF60CE311B1DB001FBC081884
    Access = Read/Write
    AllocatedSize = 743566213120
    DetachedReason = Incomplete
    FootprintOnPool = 1487132426240
    FriendlyName = Backups
    HealthStatus = Unhealthy
    Interleave = 262144
    IsDeduplicationEnabled = False
    IsEnclosureAware = False
    IsManualAttach = False
    IsSnapshot = False
    LogicalSectorSize = 512
    Name =
    NameFormat =
    NumberOfAvailableCopies =
    NumberOfColumns = 1
    NumberOfDataCopies = 2
    OperationalStatus = Detached
    OtherOperationalStatusDescription =
    OtherUsageDescription =
    ParityLayout = Unknown
    PhysicalDiskRedundancy = 1
    PhysicalSectorSize = 4096
    ProvisioningType = Thin
    RequestNoSinglePointOfFailure = False
    ResiliencySettingName = Mirror
    Size = 1649267441664
    UniqueIdFormat = Vendor Specific
    UniqueIdFormatDescription =
    Usage = Other
    WriteCacheSize = 0
    PSComputerName =
    PS C:\corefig> get-virtualdisk -friendlyname 'Music' |FC
    class CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_VirtualDisk
    ObjectId = {1}\\HV001\root/Microsoft/Windows/Storage/Providers_v2\SPACES_Virt
    ualDisk.ObjectId="{9542513c-a0d4-11e3-8123-806e6f6e6963}:VD:{3debf056-01f1-11
    e3-b1d6-001fbc081884}{7e2238b9-0cf6-11e3-b1db-001fbc081884}"
    PassThroughClass =
    PassThroughIds =
    PassThroughNamespace =
    PassThroughServer =
    UniqueId = B938227EF60CE311B1DB001FBC081884
    Access = Read/Write
    AllocatedSize = 39728447488
    DetachedReason = By Policy
    FootprintOnPool = 79456894976
    FriendlyName = Music
    HealthStatus = Unknown
    Interleave = 262144
    IsDeduplicationEnabled = False
    IsEnclosureAware = False
    IsManualAttach = True
    IsSnapshot = False
    LogicalSectorSize = 512
    Name =
    NameFormat =
    NumberOfAvailableCopies =
    NumberOfColumns = 1
    NumberOfDataCopies = 2
    OperationalStatus = Detached
    OtherOperationalStatusDescription =
    OtherUsageDescription =
    ParityLayout = Unknown
    PhysicalDiskRedundancy = 1
    PhysicalSectorSize = 4096
    ProvisioningType = Thin
    RequestNoSinglePointOfFailure = False
    ResiliencySettingName = Mirror
    Size = 161061273600
    UniqueIdFormat = Vendor Specific
    UniqueIdFormatDescription =
    Usage = Other
    WriteCacheSize = 0
    PSComputerName =
    PS C:\corefig> get-virtualdisk -friendlyname 'Videos' |FC
    class CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_VirtualDisk
    ObjectId = {1}\\HV001\root/Microsoft/Windows/Storage/Providers_v2\SPACES_Virt
    ualDisk.ObjectId="{9542513c-a0d4-11e3-8123-806e6f6e6963}:VD:{3debf056-01f1-11
    e3-b1d6-001fbc081884}{7e2225bc-0cf6-11e3-b1db-001fbc081884}"
    PassThroughClass =
    PassThroughIds =
    PassThroughNamespace =
    PassThroughServer =
    UniqueId = BC25227EF60CE311B1DB001FBC081884
    Access = Read/Write
    AllocatedSize = 223606734848
    DetachedReason = Incomplete
    FootprintOnPool = 447213469696
    FriendlyName = Videos
    HealthStatus = Unhealthy
    Interleave = 262144
    IsDeduplicationEnabled = False
    IsEnclosureAware = False
    IsManualAttach = False
    IsSnapshot = False
    LogicalSectorSize = 512
    Name =
    NameFormat =
    NumberOfAvailableCopies =
    NumberOfColumns = 1
    NumberOfDataCopies = 2
    OperationalStatus = Detached
    OtherOperationalStatusDescription =
    OtherUsageDescription =
    ParityLayout = Unknown
    PhysicalDiskRedundancy = 1
    PhysicalSectorSize = 4096
    ProvisioningType = Thin
    RequestNoSinglePointOfFailure = False
    ResiliencySettingName = Mirror
    Size = 1759325978624
    UniqueIdFormat = Vendor Specific
    UniqueIdFormatDescription =
    Usage = Other
    WriteCacheSize = 0
    PSComputerName =

    Hi omon_77,
    You can first refer the following step by step third party article and KB:
    Replace Failed Disks and Repair JBODs for Storage Spaces in Windows Server
    https://technet.microsoft.com/en-us/library/dn782852.aspx?f=255&MSPPError=-2147217396
    Replacing a failed disk in Windows Server 2012 Storage Spaces with PowerShell
    https://www.hodgkins.net.au/storage/replace-failed-disk-in-storage-spaces-pool-with-powershell/
    Step By Step: How to Replace Faulty Disk In Two-Way Mirrored Storage Tiered Space
    http://charbelnemnom.com/2014/09/step-by-step-how-to-replace-faulty-disk-in-two-way-mirrored-storage-tiered-space-storagespaces-ws2012r2/
    More information:
    Storage Spaces - Designing for Performance
    http://social.technet.microsoft.com/wiki/contents/articles/15200.storage-spaces-designing-for-performance.aspx
    Storage Spaces Overview
    http://technet.microsoft.com/en-us/library/hh831739.aspx
    Windows Server Storage Spaces: What is it and why should I use it?
    http://curah.microsoft.com/5049/windows-server-2012-r2-storage-spaces-what-is-it-and-why-should-i-use-it
    I’m glad to be of help to you!
    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]

  • Storage spaces + Hyper-V with multiple 1GBe nics for storage?

    Hi guys!
    So I just got my private cloud hardware. I actually put in the order before summer, but due to firmware and certification issues on my desired SuperMicro JBODs delivery was seriously delayed. So much that I've completely forgotten my networking ideas. I
    need help/verification. Or at least a URL - most described setups are 10 GBe nowadays... Or even a "not gonna work"  :-)
    My setup is supposed to be a 3 JBOD, 2 head node storage spaces/sfos cluster providing storage to a 4 node Hyper-V cluster. I didn't have a budget for a 10 GBe setup, but got a great price on a lot of 1 GBe nics. After allocating management, Hyper-V, etc
    I have 3x 1 GBe ports left on all Hyper-V and Storage servers. 
    I think my original plan was to create three subnets and add one nic from each server. And then I guess I've imagined some kind of SMB3 magic discovering these paths between Hyper-V and storage and just aggregating bandwitdh and providing fault tolerance
    by sprinkling fairy dust. Must have been the heat...
    So now I'm "replanning" and I realize that I'm going to create a failover cluster at the storage level providing a cluster name and IP. I'm thinking the management subnet where domain info resides is appropriate, but then what about the other three
    subnets? I don't want to flood my management subnet with storage traffic, but do want bandwidth and resilience. Did I make a design error, and how do I make the best of the situation?
    Disclaimer: My previous experience on virtualization clusters is ISCSI SAN and 2008 R2 Hyper-V clusters. Storage Spaces is completely new to me :-)
    And due to overlapping technologies I struggled a bit on placing this thread. Hope I got it right

    Hello,
    i did not understand how many NICs you have in each Host. Hyper-V Cluster with 1 GBe NICs work as long as you know that it is not 10 GBe.
    In this article is the complete Hyper-V Cluster design in checklist form. I think you should work with this list for some further ideas:
    http://blogs.technet.com/b/askpfeplat/archive/2013/03/10/windows-server-2012-hyper-v-best-practices-in-easy-checklist-form.aspx
    Sorry that i cant give a better answer, but i lack information about about your environment.
    Regards,
    Thomas
    Thomas Hanrath [MCT | Regional Lead Germany] |
    http://www.hanrath.de
    Microsoft Learning Blog |
    http://blog.microsoftlearning.de
    MCSE | Private Cloud

  • Memory Dump :FBL5N No roll storage space of length 1753104 available for internal storage.

    Dear Friends,
               I am getting below error during T-Code FBL3N Report. No roll storage space of length 1753104 available for internal storage.
    Our Server' RAM size is 24 GB,and existing parameters are as below
    ztta/roll_area: 6500000
    ztta/roll_extension:2000683008
    abap/heap_area_total:2000683008
    abap/heap_area_dia: 5000000000
    abap/heap_area_nondia: 2000683008
    em/initial_size_MB: 4092
    Please suggest Parameter to be change.
    Details Dump log ST22
    Runtime Errors         TSV_TNEW_BLOCKS_NO_ROLL_MEMORY
    Date and Time          04.03.2014 10:18:48
    |Short Text                                                                                        |
    |    No roll storage space of length 1753104 available for internal storage.                       |
    |What happened?                                                                                    |
    |    Each transaction requires some main memory space to process                                   |
    |    application data. If the operating system cannot provide any more                             |
    |    space, the transaction is terminated.                                                         |
    |What can you do?                                                                                  |
    |                                                                                                  |
    |    Try to find out (e.g. by targetted data selection) whether the                                |
    |    transaction will run with less main memory.                                                   |
    |                                                                                                  |
    |    If there is a temporary bottleneck, execute the transaction again.                            |
    |    -                                                                                             |
    |                                                                                                  |
    |    If the error persists, ask your system administrator to check the                             |
    |    following profile parameters:                                                                 |
    |                                                                                                  |
    |    o  ztta/roll_area            (1.000.000 - 15.000.000)                                         |
    |           Classic roll area per user and internal mode                                           |
    |           usual amount of roll area per user and internal mode                                   |
    |    o  ztta/roll_extension       (10.000.000 - 500.000.000)                                       |
    |           Amount of memory per user in extended memory (EM)                                      |
    |    o  abap/heap_area_total      (100.000.000 - 1.500.000.000)                                    |
    |           Amount of memory (malloc) for all users of an application                              |
    |           server. If several background processes are running on                                 |
    |           one server, temporary bottlenecks may occur.                                           |
    |           Of course, the amount of memory (in bytes) must also be                                |
    |           available on the machine (main memory or file system swap).                            |
    |           Caution:                                                                               |
    |           The operating system must be set up so that there is also                              |
    |           enough memory for each process. Usually, the maximum address                           |
    |           space is too small.                                                                    |
    |           Ask your hardware manufacturer or your competence center                               |
    |           about this.                                                                            |
    |           In this case, consult your hardware vendor                                             |
    |    abap/heap_area_dia:        (10.000.000 - 1.000.000.000)                                       |
    |           Restriction of memory allocated to the heap with malloc                                |
    |           for each dialog process.                                                               |
    |    Parameters for background processes:                                                          |
    |    abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)                                    |
    |           Restriction of memory allocated to the heap with malloc                                |
    |           for each background process.                                                           |
    |    Other memory-relevant parameters are:                                                         |
    |    em/initial_size_MB:         (35-1200)                                                         |
    |           Extended memory area from which all users of an                                        |
    |           application server can satisfy their memory requirement.                               |
    |    Note which actions and input led to the error.                                                |
    |                                                                                                  |
    |    For further help in handling the problem, contact your SAP administrator                      |
    |    .                                                                                             |
    |                                                                                                  |
    |    You can use the ABAP dump analysis transaction ST22 to view and manage                        |
    |    termination messages, in particular for long term reference.                                  |
    |                                                                                                  |
    |Error analysis                                                                                    |
    |    The internal table "\CLASS=ZCL_IM__GTA_TAX_CODE\METHOD=IF_EX_FI_ITEMS_CH_DATA~C               |
    |    HANGE_ITEMS\DATA=GT_BSIK" could not be enlarged further.                                      |
    |                                                                                                  |
    |    Memory location: "Session memory"                                                             |
    |                                                                                                  |
    |    You attempted to extend the data structure for the management of the                          |
    |    memory blocks for table "\CLASS=ZCL_IM__GTA_TAX_CODE\METHOD=IF_EX_FI_ITEMS_CH_D               |
    |    ATA~CHANGE_ITEMS\DATA=GT_BSIK". However, the 1753104 bytes required for                       |
    |    this were no longer available in the specified memory area.                                   |
    |                                                                                                  |
    |    The amount of memory requested is no longer available.                                        |
    |How to correct the error                                                                          |
    |                                                                                                  |
    |    Try to decide by analysis whether this request is                                             |
    |    reasonable or whether there is a program error. You should pay                                |
    |    particular attention to the internal table entries listed below.                              |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |    If the error occures in a non-modified SAP program, you may be able to                        |
    |    find an interim solution in an SAP Note.                                                      |
    |    If you have access to SAP Notes, carry out a search with the following                        |
    |    keywords:                                                                                     |
    |                                                                                                  |
    |    "TSV_TNEW_BLOCKS_NO_ROLL_MEMORY" " "                                                          |
    |    "ZCL_IM__GTA_TAX_CODE==========CP" or "ZCL_IM__GTA_TAX_CODE==========CM001"                   |
    |    "IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS"                                                         |
    |                                                                                                  |
    |    If you cannot solve the problem yourself and want to send an error                            |
    |    notification to SAP, include the following information:                                       |
    |                                                                                                  |
    |    1. The description of the current problem (short dump)                                        |
    |                                                                                                  |
    |       To save the description, choose "System->List->Save->Local File                            |
    |    (Unconverted)".                                                                               |
    |                                                                                                  |
    |    2. Corresponding system log                                                                   |
    |                                                                                                  |
    |       Display the system log by calling transaction SM21.                                        |
    |       Restrict the time interval to 10 minutes before and five minutes                           |
    |    after the short dump. Then choose "System->List->Save->Local File                             |
    |    (Unconverted)".                                                                               |
    |                                                                                                  |
    |    3. If the problem occurs in a problem of your own or a modified SAP                           |
    |    program: The source code of the program                                                       |
    |       In the editor, choose "Utilities->More                                                     |
    |    Utilities->Upload/Download->Download".                                                        |
    |                                                                                                  |
    |    4. Details about the conditions under which the error occurred or which                       |
    |    actions and input led to the error.                                                           |
    |                                                                                                  |
    |System environment                                                                                |
    |    SAP-Release 700                                                                               |
    |                                                                                                  |
    |    Application server... "NEWPRD1"                                                              |
    |    Network address...... "10.0.0.1"                                                              |
    |    Operating system..... "Windows NT"                                                            |
    |    Release.............. "6.0"                                                                   |
    |    Hardware type........ "16x AMD64 Level"                                                       |
    |    Character length.... 16 Bits                                                                  |
    |    Pointer length....... 64 Bits                                                                 |
    |    Work process number.. 19                                                                      |
    |    Shortdump setting.... "full"                                                                  |
    |                                                                                                  |
    |    Database server... "NEWPRD1"                                                                 |
    |    Database type..... "ORACLE"                                                                   |
    |    Database name..... "PRD"                                                                      |
    |    Database user ID.. "SAPSR3"                                                                   |
    |                                                                                                  |
    |    Terminal................. " "                                                                 |
    |                                                                                                  |
    |    Char.set.... "C"                                                                              |
    |                                                                                                  |
    |    SAP kernel....... 700                                                                         |
    |    created (date)... "Sep 17 2012 22:56:00"                                                      |
    |    create on........ "NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00"                              |
    |    Database version. "OCI_10201_SHARE (10.2.0.4.0) "                                             |
    |                                                                                                  |
    |    Patch level. 353                                                                              |
    |    Patch text.. " "                                                                              |
    |                                                                                                  |
    |    Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*"               |
    |    SAP database version. 700                                                                     |
    |    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows                |
    |     NT 6.0, Windows NT 6.1, Windows NT 6.2"                                                      |
    |                                                                                                  |
    |    Memory consumption                                                                            |
    |    Roll.... 16192                                                                                |
    |    EM...... 1826770240                                                                           |
    |    Heap.... 0                                                                                    |
    |    Page.... 40960                                                                                |
    |    MM Used. 1815573536                                                                           |
    |    MM Free. 2717408                                                                              |
    |User and Transaction                                                                              |
    |                                                                                                  |
    |    Client.............. 500                                                                      |
    |    User................ 1651                                                                     |
    |    Language key........ "E"                                                                      |
    |    Transaction......... " "                                                                      |
    |    Transactions ID..... "ED4EA3E3AB0AF11DA318E61F131BC713"                                       |
    |                                                                                                  |
    |    Program............. "ZCL_IM__GTA_TAX_CODE==========CP"                                       |
    |    Screen.............. "SAPMSSY0 1000"                                                          |
    |    Screen line......... 6                                                                        |
    |Information on where terminated                                                                   |
    |    Termination occurred in the ABAP program "ZCL_IM__GTA_TAX_CODE==========CP" -                 |
    |     in "IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS".                                                    |
    |    The main program was "RFITEMGL ".                                                             |
    |                                                                                                  |
    |    In the source code you have the termination point in line 64                                  |
    |    of the (Include) program "ZCL_IM__GTA_TAX_CODE==========CM001".                               |
    |    The program "ZCL_IM__GTA_TAX_CODE==========CP" was started as a background job.               |
    |    Job Name....... "RFITEMGL"                                                                    |
    |    Job Initiator.. "BASIS"                                                                       |
    |    Job Number..... 09115400                                                                      |
    |Source Code Extract                                                                               |
    |Line |SourceCde                                                                                   |
    |   34|          MANDT TYPE BSEG-MANDT,                                                            |
    |   35|          BUKRS TYPE BSEG-BUKRS,                                                            |
    |   36|          BELNR TYPE BSEG-BELNR,                                                            |
    |   37|          GJAHR TYPE BSEG-GJAHR,                                                            |
    |   38|          BUZEI TYPE BSEG-BUZEI,                                                            |
    |   39|          QSSKZ TYPE BSEG-QSSKZ,                                                            |
    |   40|          KTOSL TYPE BSEG-KTOSL,                                                            |
    |   41|          HKONT TYPE BSEG-HKONT,                                                            |
    |   42|         END OF TY_BSEG,                                                                    |
    |   43|                                                                                            |
    |   44|         BEGIN OF TY_FINAL,                                                                 |
    |   45|           BUKRS TYPE BSEG-BUKRS,                                                           |
    |   46|           BELNR TYPE BSEG-BELNR,                                                           |
    |   47|           GJAHR TYPE BSEG-GJAHR,                                                           |
    |   48|         END OF TY_FINAL.                                                                   |
    |   49|                                                                                            |
    |   50|  DATA: CW_ITEMS TYPE RFPOSXEXT,                                                            |
    |   51|        GT_BSIK TYPE STANDARD TABLE OF TY_BSIK,                                             |
    |   52|        GW_BSIK TYPE TY_BSIK,                                                               |
    |   53|        GT_BSAK TYPE STANDARD TABLE OF TY_BSAK,                                             |
    |   54|        GW_BSAK TYPE TY_BSAK,                                                               |
    |   55|        GT_BSEG TYPE STANDARD TABLE OF TY_BSEG,                                             |
    |   56|        GW_BSEG TYPE TY_BSEG,                              &nb

    sap basis wrote:
    |Information on where terminated                                                                   |
    |    Termination occurred in the ABAP program "ZCL_IM__GTA_TAX_CODE==========CP" -                 |
    |     in "IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS".                                                    |
    |    The main program was "RFITEMGL ".                                                             |
    |                                                                                                  |
    |    In the source code you have the termination point in line 64                                  |
    |    of the (Include) program "ZCL_IM__GTA_TAX_CODE==========CM001".                               |
    |    The program "ZCL_IM__GTA_TAX_CODE==========CP" was started as a background job.               |
    |    Job Name....... "RFITEMGL"                                                                    |
    |    Job Initiator.. "BASIS"                                                                       |
    |    Job Number..... 09115400                                                                      |
    First of all try to optimize code.

  • HT204053 I have multiple apple devices, 2x phones ipad etc, but all are through the same email and I only get the storage space for one device, what should I do?

    I have multiple devices all under the same id and email but I don't get multiple icloud storage space and it's running out!
    Can anyone help as I've just bought an iphone for my daughter and would like to link it as well.
    Thanks in anticipation of your help.

    One icloud account gets a 5 GB of storage, regardless of the number of devices connecting to it.  But you're in luck, you can buy more storage for the account if you are running low.
    As for your daughter, be sure to get her own icloud account, otherwise she'll end up getting all your email, contacts, etc.  And if she deletes any of this data, it will be deleted on your devices as well.  Note:  you can all keep using the same ID for the itunes store for sharing purchased items.
    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/

  • Storage Spaces UI missing disks when a controller reports the same UniqueID for all attached disks (e.g. Supermicro AOC-SASLP-MV8)

    Summary: The Storage Spaces UI has several problems when there are more than 21 physical disks available to Storage Spaces.
    I have 28 SATA disks connected over 6 controllers. 2 are used for an Intel motherboard RAID1 for OS (PhysicalDisk0), so that leaves 26 data disks for Storage Spaces. [The plan is to get to 36 data disks in due course by adding disks (this 36-bay chassis: http://www.supermicro.com/products/chassis/4U/847/SC847A-R1400LP.cfm)]
    Initially, there were 23 data disks (5x 1TB, 1x 640GB, 14x 500GB, 3x 250GB) as PhysicalDisk1-23 (in that order), which I put into a storage pool. I created a parity disk over all 23 disks. It looks like it is working fine, albeit very slowly on writes.
    I've now added 3 more 4TB disks, as PhysicalDisk24-26, and taken them offline, and have now noticed errors in the Storage Pools UI in the Server Manager. For example:
    * No more than 21 disks ever show up in the "Physical Disks" area in the lower right. When the 23 disks are connected, only the first 21 show up in the pool I created. With 26 disks connected, only the first 20 show up in the pool, and only 1 more of the
    new 3 (PhysicalDisk26) shows up in the Primordial group.
    * In the Properties of the parity Virtual Disk created over the 23 disks, the disks are shown incorrectly. Again, only 21 disks are shown, and PhysicalDisk26 is incorrectly shown as part of the virtual disk. See image:
    * Using the New Storage Pool Wizard, I cannot add more than 1 of the new 3 disks to a new Storage Pool (only PhysicalDisk26 is available). And the details incorrectly refer to PhysicalDisk21. See image (a WDC WD2500JD-22H is a 250GB disk, not a 4TB disk).
    Thus I cannot use the new disks in a new storage pool.
    According the blog post at http://blogs.msdn.com/b/b8/archive/2012/01/05/virtualizing-storage-for-scale-resiliency-and-efficiency.aspx:
    Q) What is the minimum number of disks I can use to create a pool? What is the maximum?
    You can create a pool with only one disk. However, such a pool cannot contain any resilient spaces (i.e. mirrored or parity spaces). It can only contain a simple space which does not provide resiliency to failures. We do test pools comprising multiple hundreds
    of disks – such as you might see in a datacenter. There is no architectural limit to the number of disks comprising a pool.
    However, the UI currently does not seem to correctly work with more than 21 physical disks. Please advise.
    Using Server 2012 RC.
    Hardware: Supermicro X8SAX (BIOS v2.0), Intel i7-920 2.67GHz, 6x 2GB DDR3-1333 (certified Crucial CT25664BA1339.16SFD)
    Disk controllers: 2x RAIDCore BC4852 (PCI-X, final 3.3.1 driver) (15 ports used), 2x Supermicro AOC-SASLP-MV8 (PCIe, 4.0.0.1200 Marvell driver to allow >2TB disks) (6 ports used), Sil 3114 (PCI, latest 1.5.20.3 driver) (1 port used), motherboard Intel
    in RAID mode (4 ports used for data, plus 2 for OS RAID1).

    An update. I added 16x SATA disks across 2x Supermicro AOC-SASLP-MV8. All 16 disks report the same UniqueID.
    I have 25 disks in the pool now (23 as parity; 2 as journal added via PowerShell). 10 of these are on the two AOC-SASLP-MV8 controllers. Only the first 16 disks show up in the UI, so 9 are missing from the UI - which is consistent with this UI bug where
    only one disk per UniqueID shows up. PowerShell does work to manage the SS.
    PS C:\Users\administrator.TROUNCE> Get-PhysicalDisk | format-list FriendlyName, UniqueId, ObjectId, BusType
    FriendlyName : PhysicalDisk6
    UniqueId     : 00280000004000004FB116493C169A1A
    ObjectId     : {7ab38e00-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk7
    UniqueId     : 00280000004000001AE48E5088028D0D
    ObjectId     : {7ab38e02-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk8
    UniqueId     : 002800000040000020C9A6680224E32F
    ObjectId     : {7ab38e04-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk9
    UniqueId     : 0028000000400000FDE73E7254A60C4C
    ObjectId     : {7ab38e06-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk23
    UniqueId     : 0050430000000000
    ObjectId     : {7ab38e08-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : RAID
    FriendlyName : PhysicalDisk22
    UniqueId     : 0050430000000000
    ObjectId     : {7ab38e0a-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : RAID
    FriendlyName : PhysicalDisk21
    UniqueId     : 0050430000000000
    ObjectId     : {7ab38e0c-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : RAID
    FriendlyName : PhysicalDisk20
    UniqueId     : 0050430000000000
    ObjectId     : {7ab38e0e-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : RAID
    FriendlyName : PhysicalDisk5
    UniqueId     : 0028000000400000272BA74A52309853
    ObjectId     : {7ab3900f-ab87-11e1-bbbd-002590520253}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk19
    UniqueId     : 0050430000000000
    ObjectId     : {7ab38e10-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : RAID
    FriendlyName : PhysicalDisk4
    UniqueId     : 00280000004000009DE164099941430A
    ObjectId     : {7ab39011-ab87-11e1-bbbd-002590520253}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk18
    UniqueId     : 0050430000000000
    ObjectId     : {7ab38e12-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : RAID
    FriendlyName : PhysicalDisk11
    UniqueId     : 0028000000400000967EB0559AB4E351
    ObjectId     : {7ab39013-ab87-11e1-bbbd-002590520253}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk17
    UniqueId     : 0050430000000000
    ObjectId     : {7ab38e14-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : RAID
    FriendlyName : PhysicalDisk24
    UniqueId     : 0050430000000000
    ObjectId     : {7ab38e16-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : RAID
    FriendlyName : PhysicalDisk10
    UniqueId     : 0028000000400000B22A722C8AD2557B
    ObjectId     : {df23f916-c19f-11e1-bbf5-806e6f6e6963}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk16
    UniqueId     : 0028000000400000DA4D24536A847E52
    ObjectId     : {7ab38e19-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk15
    UniqueId     : 00280000004000005DEDFF007783A242
    ObjectId     : {7ab38e1b-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk14
    UniqueId     : 002800000040000018C9CF6EBE605911
    ObjectId     : {7ab38e1d-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk13
    UniqueId     : 0028000000400000B64436290D155A48
    ObjectId     : {7ab38e1f-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk0
    UniqueId     : IDE\DiskOS1.0.00__\4&180adc7b&0&0.0.0:Trounce-Server2
    ObjectId     : {df23f925-c19f-11e1-bbf5-806e6f6e6963}
    BusType      : RAID
    FriendlyName : PhysicalDisk31
    UniqueId     : 0050430000000000
    ObjectId     : {df241daf-c19f-11e1-bbf5-002590520253}
    BusType      : RAID
    FriendlyName : PhysicalDisk32
    UniqueId     : 0050430000000000
    ObjectId     : {df241db2-c19f-11e1-bbf5-002590520253}
    BusType      : RAID
    FriendlyName : PhysicalDisk27
    UniqueId     : 0050430000000000
    ObjectId     : {df241cbe-c19f-11e1-bbf5-002590520253}
    BusType      : RAID
    FriendlyName : PhysicalDisk28
    UniqueId     : 0050430000000000
    ObjectId     : {df241cc1-c19f-11e1-bbf5-002590520253}
    BusType      : RAID
    FriendlyName : PhysicalDisk34
    UniqueId     : 0050430000000000
    ObjectId     : {df241dc4-c19f-11e1-bbf5-002590520253}
    BusType      : RAID
    FriendlyName : PhysicalDisk29
    UniqueId     : 0050430000000000
    ObjectId     : {df241cca-c19f-11e1-bbf5-002590520253}
    BusType      : RAID
    FriendlyName : PhysicalDisk33
    UniqueId     : 0050430000000000
    ObjectId     : {df241dcf-c19f-11e1-bbf5-002590520253}
    BusType      : RAID
    FriendlyName : PhysicalDisk30
    UniqueId     : 0050430000000000
    ObjectId     : {df241cd3-c19f-11e1-bbf5-002590520253}
    BusType      : RAID
    FriendlyName : PhysicalDisk2
    UniqueId     : 002800000040000037638531D4A17419
    ObjectId     : {7ab38df8-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk3
    UniqueId     : 0028000000400000AB7400464090110C
    ObjectId     : {7ab38dfa-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : Fibre Channel
    FriendlyName : PhysicalDisk1
    UniqueId     : IDE\DiskWDC_WD6400AAKS-00A7B2___________________01.03B01\4&180adc7b&0&0.1.0:Trounce-Server2
    ObjectId     : {7ab38dfc-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : RAID
    FriendlyName : PhysicalDisk12
    UniqueId     : 00280000004000005396CC47AA8AD97B
    ObjectId     : {7ab38dfe-ab87-11e1-bbbd-806e6f6e6963}
    BusType      : Fibre Channel

  • Can I use a Time Capsule for ADDITIONAL storage for a Mac Air which has run limited storage space

    Hi
    I am looking at purchasing the current MacBook Air but am aware of its limited storage space in terms of files, photos etc.
    Was wondering if I could use a time Capsule for both back-up and as an additional storage device.  Ie: would I be able to store photos and files on the Time Capsule that I do not wish to store on a MacBook Air and be able to retrieve them as and when - or would these be deleted after a period of time?  Is there any way of protecting certain files on the Time capsule to prevent them from being deleted?
    Many thanks in advance

    Welcome to Apple Support Communities
    You can but it's not recommended, because you can damage the Time Machine structure.
    Toffey wrote:
    would I be able to store photos and files on the Time Capsule that I do not wish to store on a MacBook Air and be able to retrieve them as and when - or would these be deleted after a period of time?  Is there any way of protecting certain files on the Time capsule to prevent them from being deleted?
    Only files backed up with Time Machine are deleted from your Time Capsule when there's no enough storage. If you store other files, they are not deleted. However, for what you want to do, I recommend you to buy a big external drive and make two partitions, one for Time Machine and another one to store files, or get two external drives

  • Icloud storage space for Mac book

    Will I get any extra icloud storage space , when I buy mac book pro. I am already using iPhone and ipad, so my 5GB icloud storage is almost finished. I know creating one more icloud I'd can give 5GB more , but I don't want too much ID and password.

    The 5GB is tied to the account, not the devices using it, so no matter how many devices you have logged into it you still only have 5GB free for the one account. As said, you can purchase more: additional 10GB, $20 p.a., 20 GB, $40 p.a., 50GB $100 p.a.

  • Short dump - No more storage space available for extending an internal tabl

    Hi All,
    I have requirement in which my program generates a text file on my presentation server. Here my problem is, this requirement can not be executed in back ground, it should be done in foreground only. When I execute in foreground, if the data records comes to some 38 lacks then I am getting a short dump saying 'No more storage space available for extending an internal table'.
    And in dump analysis under WHAT HAPPENED section it is giving as
    ' What happened?                                                                                |
    |    You attempted to extend an internal table, but the required space was                         |
    |    not available.
    Please suggest me, what I have to do in this case?
    Thanks in advance.
    Thanks,
    Sudha Mettu

    Hi SuDash,
    Allocation of the memory spaces will be done by BASIS people.
    you can contact them..
    Regards!

  • Short dump -No more storage space available for extending an internal table

    Hi All,
    While running one program I get the short dump saying
    "No more storage space available for extending an internal table "IT_862".
    Error Analysis given in the dump log :
    The internal table "IT_862" could not be enlarged further.
    To extend the internal table, 14656 bytes of storage space was
    needed, but none was available. At this point, the table "IT_862" has
    8528862 entries.
    Source Code Extract :
    003360     loop at t_line.
    003370       clear t_output.
    003380
    003390   *   Increment Line counter
    003400       add 1 to l_line_cnt.
    003410
    003420       t_output-object = t_stxh-tdobject.
    003430       t_output-id     = t_stxh-tdid.
    003440       t_output-spras  = t_stxh-tdspras.
    003450       t_output-name   = t_stxh-tdname.
    003460       t_output-line   = l_line_cnt.
    003470       t_output-format = t_line-tdformat.
    003480       t_output-text   = t_line-tdline.
         *>       append toutput.   " ERROR POINT*
    Can you please suggest what can be the possible solution for the above error.
    Thanks in advance.
    Sanjeet

    Hi
    Check out this thread:
    Re: No storage space available for extending the internal table
    Make sure you are not having an infinite loop.
    Hope this helps
    Regards,
    Jayanthi.K

  • Do I need to partition storage space for windows 7 software?

    I'm still debating if I should sell my Alienware and buy a MB Pro Ret and my main questions is concerning storage space.
    I know that MBP can't compare to an Alienware gaming system but I hardly have time for that stuff anymore. I might play Skyrim every now and then, but that is the only game I care for really. I mainly want to have a light weight reliable laptop.
    So... because I have so much software for my windows system now, I was looking into transferring that to the MBP. Lightroom 4, AutoCAD, Word and Exel, Photoshop... ext. ext. Which brings me to question:
    Can I partition 50GB for the OS only and install all the software I have on that drive even if it wont fit on the Windows 7 partition?
    In other words
    Do I have to calculate how much space all my programs will take up for Windows 7 and partition that amount or do I only need enough space for the OS?
    I have never owned a Mac and am not familiar with the OS, I was debating if I should partition 500Gigs and slowly transition from Windows to iOS and maybe one day get rid of the Windows partition and just have the iOS on there.
    I don't know... that's why I am here... Apple has a great community so let the advising commence... haha.
    Thanks for the help.
    Dallo
    Forgot to mention: If I do get a MBPR it will be the 2.6GHz, 16GB Ram and 512GB Flash

    It's recommended to create the partition with enough space for your programs, but if you create a very small partition, install Paragon Camptune X or WinClone to resize the Windows partition

  • ICloud storage space used up by old data from 1st gen iPad I traded in nearly 2 yrs ago for an iPad Mini. Can't backup any info for mini or new 6 plus. How can I access this old data to clear it out?

    My iCoud storage space is being used up by old data from a 1st  generation iPad I traded in nearly 2 yrs ago for an iPad Mini. The people at the sprint store where I made my trade were supposed to transfer everything over from my old iPad to the new Mini once they backed up the old device to iCloud. Well, long story short, none of the data ever got transferred to the new iPad, but it all got backed to iCloud, eating up all my storage space. Here I am almost 2 years later, and I've never been able to back-up my iPad mini. What's worse, My iPhone 4 wasn't backed up that whole time, and now I can't back-up my data from my new iPhone 6 Plus to iCloud either. Trying to find creative ways to store and save my information and data between all my devices is getting to be ridiculous. I don't want to upgrade my storage space though...just want to clear out a great deal of what is already being stored. How can I access this old data to clear it out?

    The only way to access data from an iCloud backup is to restore it to your device.  You could, for example, back up your iPad mini to your computer using iTunes (by connecting it, opening iTunes, then going to File>Devices>Back Up and choosing to back up apps and transfer purchases when prompted), then erase it and restore the old iPad backup (as explained here: iCloud: Restore or set up your iOS device from iCloud), save any recovered data you want to keep, then restore your iTunes backup back to your iPad mini (by connecting it to your computer, opening iTunes, then going to File>Devices>Restore from Backup).
    Once you're done with the old backup, delete it from your account to free up the space.

  • No storage space available for extending an internal table.

    Hi All,
    I am using Function Module :  VC_I_GET_CONFIGURATION in FI related Sales Order Report to get
    configuration data for fields Model/Engine and Line no.
    when the program executed in Production environment, It is giving Runtime Error TSV_TNEW_PAGE_ALLOC_FAILED.
    ShrtText : No storage space available for extending an internal table.  
    The termination occurred in the ABAP program "SAPLIBINF" in "SELECT_INSTANCES_01" . its all happening
    in the above FM.
    Is there any possibility to get configuration data (Model/Engine and Line no)  with out using FM.
    please advise me on how you would like to proceed related to this issue.
    Thanks & Regards
    Satish Reddy

    Hi Satish,
    Please go through the below links and see if you can use this to address your issue,
    http://wiki.sdn.sap.com/wiki/display/ABAP/ReplacementofVC_I_GET_CONFIGURATIONforperfomance+tunning
    VC_I_GET_CONFIGURATION and paging memory
    Regards,
    Chen
    Edited by: Chen K V on May 26, 2011 2:34 PM

  • Error-No more storage space available for extending an internal table.

    Hi Experts,
                    i am facing problem in a program . its showing runtime error.
    Short text
        No more storage space available for extending an internal table.
    its showing error at   
    IF sy-subrc NE 0.
            REFRESH p_wip_tab.
          ELSE.
            i_wip_tab-pspnr = i_internal_and_external-pspnr_prps.
            LOOP AT p_wip_tab.
              MOVE-CORRESPONDING p_wip_tab TO i_wip_tab.
    ==> APPEND i_wip_tab.
            ENDLOOP.
          ENDIF.
    DATA: l_billable_tab LIKE p_billable_tab OCCURS 0 WITH HEADER LINE,
          p_wip_tab      LIKE zpswip OCCURS 0 WITH HEADER LINE.
    DATA: BEGIN OF i_wip_tab OCCURS 0,
            pspnr              LIKE prps-pspnr.
            INCLUDE STRUCTURE zpswip.
    DATA:   pernr_name         LIKE pa0002-vorna,
          END OF i_wip_tab.
    How i can resolve this problem if anybody knows it then please reply me as soon as possible.
    Thanks

    Hello.
    Probably you fill the internal table with too much data and it cannot hold that much.
    You can either redesign the program so that it processes the data in batches of, say 100000 records, or contact your BASIS team and ask for their help. They could possible assign more memory to the running applications.
    Reward if helpful.
    Regards,
    George

Maybe you are looking for

  • Orinoco silver wireless driver in Solaris 10

    Hi Does Solaris 10 support orinoco silver wireless cards ? I have one with a pcmcia PCI bridge adapter. I can try to use it with solaris ? Thanks in advance roberto

  • Does adobe premiere element 6.5 come in different formats.

    Now that I have a dual platform Mac, I'd like to upgrade my adobe premiere element 4 to adobe premiere element 6.5 as it appears to be Mac compatible. Are there 2 or more kinds of adobe premiere element 6.5  as some vendors feature the product at $64

  • To improve the query???

    Example: select money,sum(total),sum(amount),sum(credit), sum(total_im), sum(total_am) from account group by money; The problem is: The function sum -> because "TABLE ACCESS FULL" of the table account. How to improve the query? Without to create an i

  • Macbook pro not rebooting

    The battery is charged, was working fine yesterday. Can't seem to get it out of sleep mode or restart

  • I have a Kodak hero 5.1 I want to print from my ipad

    Hi there I have a Kodak hero  5.1 printer (work supplied) I want to print from my iPad 4 also my iPhone 4S  how do I set up both any help I would be grateful for thanks in anticipation Felix33-1