Auto Storage Path Issue

To all DB2 Gurus,
database: DB2 v9.5 LUW FP4
I have attempted to do some reorg/relocate (to overcome the 2TB limit of Windows file-system) my database files and ended up with the situation below:
>db2pd -d BIP -storagepaths
Database Storage Paths:
Number of Storage Paths       8
Address            PathID     PathState   PathName
0x000007FFFC83BC80 0          InUse       E:\db2\BIP\sapdata1
0x000007FFFC83B8C0 1          InUse       E:\db2\BIP\sapdata2
0x000007FFFC83B380 2          InUse       E:\db2\BIP\sapdata3
0x000007FFFC83AFC0 3          InUse       H:\db2\BIP\sapdata4
0x000007FFFC83AC00 4          InUse       F:\db2\BIP\sapdata1
0x000007FFFC83A840 5          InUse       F:\db2\BIP\sapdata2
0x000007FFFC83A300 6          InUse       F:\db2\BIP\sapdata3
0x000007FFFC839DC0 7          InUse       H:\db2\BIP\sapdata4
If you notice PathID 3 and 7 (noted with * above) points to the same path - H:\db2\BIP\sapdata4.  My main objective is to have an
AUTO STORAGE PATHS as follows:
E:\db2\BIP\sapdata1
F:\db2\BIP\sapdata2
G:\db2\BIP\sapdata3
H:\db2\BIP\sapdata4
I will be able to use relocatedb tool to move containers around.  And will end up with the intended storage paths (shown above).  But the main concern I have is that DB2 will have 2 entries of each storage path pointing to the same path (see below).
>db2pd -d BIP -storagepaths
Database Storage Paths:
Number of Storage Paths       8
Address            PathID     PathState   PathName
0x000007FFFC83BC80 0          InUse       E:\db2\BIP\sapdata1
0x000007FFFC83B8C0 1          InUse       F:\db2\BIP\sapdata2
0x000007FFFC83B380 2          InUse       G:\db2\BIP\sapdata3
0x000007FFFC83AFC0 3          InUse       H:\db2\BIP\sapdata4
0x000007FFFC83AC00 4          InUse       E:\db2\BIP\sapdata1
0x000007FFFC83A840 5          InUse       F:\db2\BIP\sapdata2
0x000007FFFC83A300 6          InUse       G:\db2\BIP\sapdata3
0x000007FFFC839DC0 7          InUse       H:\db2\BIP\sapdata4
Questions:
- is it ok to leave them as is?
- if I leave it as is would it have any effect on the database when it eventually auto extend a tablespace?
- do I need to remove the dupplicate?  if yes, how?
- if I drop/delete storage duplicate storage path will it delete both entries?
Please advise.  Thank in advance for your help. 
Happy Holidays!!!
Francis

Stephen,
Thank you for the prompt reply.  This what happens when I created a new empty tablespace:
E:\db2\BIP\sapdata1\DB2BIP\NODE0000\BIP\T0000040\C0000000.LRG
F:\db2\BIP\sapdata2\DB2BIP\NODE0000\BIP\T0000040\C0000001.LRG
G:\db2\BIP\sapdata3\DB2BIP\NODE0000\BIP\T0000040\C0000002.LRG
E:\db2\BIP\sapdata1\DB2BIP\NODE0000\BIP\T0000040\C0000003.LRG
F:\db2\BIP\sapdata2\DB2BIP\NODE0000\BIP\T0000040\C0000004.LRG
G:\db2\BIP\sapdata3\DB2BIP\NODE0000\BIP\T0000040\C0000005.LRG
H:\db2\BIP\sapdata4\DB2BIP\NODE0000\BIP\T0000040\C0000006.LRG
H:\db2\BIP\sapdata4\DB2BIP\NODE0000\BIP\T0000040\C0000007.LRG
It created 2 containers on the same storage path since it has two entries.
In v9.7 when i execute " alter database drop storage on <path1>" will it delete only one entry
in the storage path lists?  I have not done this so do not know the outcome.
Thanks again.
Francis

Similar Messages

  • Just had to wipe and my Mac but I'm still getting storage message issues.  The About Storage screen says I have 285GB of "Other."  What is it?  Where is it?

    Just had to wipe and my Mac but I'm still getting storage message issues.  The About Storage screen says I have 285GB of "Other."  What is it?  Where is it?  I can't even restore my photo library.

    This should help you understand http://pondini.org/OSX/LionStorage.html

  • Air Application URL Path Issue

    I am trying to invoke a  content of the file which is in shared folder from Air application.
    Version : Flash builder 4.5,Flex3.6 sdk and Air 2.7.
    for this am using the below code..
    var request:URLRequest = new URLRequest();
    //request.url = ('file:///c:/params.txt'); - This is working fine
    request.url = ('file:///172.20.188.25/Share/chk/Property/params.txt');  // its not working
    trace("Unable to load URL: " + request);
    var variables:URLLoader = new URLLoader();
    variables.dataFormat = URLLoaderDataFormat.VARIABLES;
    variables.addEventListener(Event.COMPLETE, completeHandler);
    try
    variables.load(request);
    The same part of code ,I tried in Flex application is working .but in Air application its not working.
    Its urgent requirement,If any one know the way to resolve this path issues.
    Kindly let us know.
    Thanks in Advance !!

    I tried in the following URL but no use ..
    its throwing ioError and textError and stream error.
    1.file:///172.20.188.25/Share/chk/Property/params.txt
    2.http://172.20.188.25/Share/chk/Property/params.txt
    3. //172.20.188.25/Share/chk/Property/params.txt
    Is there any other solution for this issue ?

  • Leopard + Numpy + Scipy: Path Issues Remain

    +This post has been cross-posted on the pythonmac-sig mailing list.+
    I've been reading about the python path issues with Leopard and have tried the different methods outlined for addressing this problem with no good result. Currently I am using a combination of .pth files and a modification to my ~/.profile. One nagging problem is that SUDO commands do not maintain these settings. When I install wxPython, these go into the /System folder, not my /Library/Python folder. Also, when installing scipy, numpy.distutils.core cannot be found.
    sudo python scipy_dir/setup.py install
    I've installed numpy 1.0.4 and this is placed in /Library/Python/2.5/site-packages. I've also installed the MacPython from python.org. When running python from a Terminal window, the correct version of numpy gets loaded (1.0.4). However, as has been documented before, sudo overrides these settings, so when I attempt to install scipy, the following error shows up:
    Traceback (most recent call last):
    File "setup.py", line 55, in <module>
    setup_package()
    File "setup.py", line 29, in setup_package
    from numpy.distutils.core import setup
    ImportError: No module named numpy.distutils.core
    Has anyone found a way around this?
    Just for good measure, I've included my current sys.path (after a sudo call):
    ['/code/libs/scipy-0.6.0', '/Library/Frameworks/Python.framework/Versions/2.5/lib/python25.zip', '/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5', '/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-darwin', '/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac', '/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/lib-s criptpackages', '/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-tk', '/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload', '/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages' , '/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/ wx-2.8-mac-unicode']

    Hi, newbie730
    On my system, the numpy module is not found in
    /System/Library/Frameworks/Python.framework/Versions/2.5/lib
    but rather in
    /System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python ...
    perhaps your sys.path is missing an element?
    To elaborate a bit more, the solution that worked for me was to either just use the default version of python (/usr/bin/python), in which case numpy works just fine with no further tweaking, or if I want readline support to use the interpreter from fink (/sw/bin/python), and set the environment using the PYTHONPATH variable:
    (all these should be exported)
    # for python:
    PYTHONPATH=/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/p ython/:$ROOTSYS/pyroot:$ROOTSYS/lib
    # 'base' files, including numpy and scipy installed by apple + ROOT stuff
    PYTHONPATH=$PYTHONPATH:/Documents/Code/python #add my own modules
    PYTHONSTARTUP=/Users/#####/.pystartup
    PYTHONDOC=/sw/share/doc/python25/html
    I'm not sure if that answers your question...
    Caleb

  • Pathing issues in Flash CC

    I believe I have some pathing issues and was wondering how I can change the pathing so that is can be view publicly. The problem is my videos are being played from my local folder and can't be access via web browser for other users.

    It's in the code area, and I tried pasting it (didn't show anything) and then executing the code, and it didn't do anything.
    I then tried creating a text area on the page, and went to the Edit menu - and "Paste Special" was the only available option. So I tried that, and it says "Source: Unknown Source" and the only option I have is to Cancel.
    I then went into Flash CS6, and copied a line of code from that. I tried pasting it into the Flash CC 2014 actions console, and it did nothing. I then went back to my text area (still in Flash CC 2014) and it pasted the code in there fine. 
    So, it looks like I still cannot copy from or paste into the actions panel Flash CC 2014, which is what I need. But, maybe this sparks another idea? Thanks for your help, I appreciate it.

  • %PATH% issue sending job

    11g grid control, 11g agent, 9i database
    installed agent, echo %PATH% and dont see the agent binaries there.
    created a job locally on machine for rman, runs ok from command line and scheduled tasks but fails from grid control when I created an OS task job. server has dbschedule as its preferred credentials
    Put some logging in, can see it logged on as dbschedule.
    however the %PATH% now has my 11g agent install path at the front of the path so is failing as the 11g binaries are incorrect for the 9i database.
    I can get round this by setting the paths and homes in the script. However.....
    If I send an RMAN specific job down from grid control it fails as well but this time it forces grid control to lose its configuration with the 9i database. Im pretty sure its related to the PATH issue above.
    anyone know why this is happening and how to fix? Im pretty sure its the logon interactive and logon as a batch job are the issues but dont know why the PATH would be different.

    answered this myself in case anyone else comes across it. If you call an OS job from grid control ,the agent on the server that your calling, prepends the path with the agent version binaries, so if your path on the agent server is d:\oracle\9i and youre using an 11g agent
    calling the OS job from GC means the PATH gets changed to d:\oracle\11gagent\bin;...more 11g paths;d:\oracle\9i so the wrong binary is used for sqlplus or RMAN or whatever tool you wanted to use
    Should always be putting paths in any OS script anyway but interesting to note the behaviour.

  • In CO11N, no auto goods receipt & issues for materials having serial number

    Hi,
    I had activated for auto GR and backflushing for materials to happen auto GR and issue during confirmation - CO11N,
    FG material w/o serial number are auto receipted and SFG materials w/o serial number are auto issued during confirmation.
    But auto goods receipt and issues are not happening for materials happening serial number assigned, even these materials cant be seen in goods movement view in CO11N.
    Plz inform if any settings are to be made.
    Thank you in advance.

    Thank you very much for all of your replies,
    So with respect to SAP note 39230, it is not at all possible to have an automatic goods receipt or goods issues for serialized materials within an order confirmation.
    Thank you,
    with regards,
    Basanagouda Gudageri

  • Replacement path issue

    Hello,
    Can anybody please help me with a replacement path issue which I have been struggling with for days, and I am completely lost
    now and close to despair!
    Here's what I am trying to do. I have a simple query with one key figure (let it be Presence) and three items in structure in rows: 0EMPLOYEE, 0PROFIT_CTR and variance. The idea is to show the result both for the person (0EMPLOYEE), and compare it with their overall profit centre result, and calculate variance.
    For example:
    John Doe: 50% (presence)
    Profit centre which John belongs to: 40% (presence)
    variance: 10%
    The only variable I want to input is John's name, and the query is supposed to find his current (time dependant) profit centre (0EMPLOYEE_0PROFIT_CTR) and use it to calculate the profit centre result. Is there any way that I can achieve this?
    Once the query is done, I want to set it up on the Broadcaster to run for all the people in the firm.
    Please please help me,
    Cheers,
    Agata

    Aglukas,
    You need two queries to achieve this
    Query 1 u2013 ( this gets Profit center of that employee to feed into Query 2)
    Column Presence(key figure)
    Row u2013 profit center
    Employee u2013 Employee variable that is user entry
    Query 2 u2013
    Column u2013 Presence
    Row Structure u2013 Selection 1- Title- Employee u2013Restriction should be employee with user entry variable
    Selecton 2 u2013 Title For entire profit center u2013 Restriction should be Profit center u2013 Variable should be-Replacment path Variable- fetching Profit center from Query 1
    Selection 3 u2013 Selection 1-Selection 2 this could be a cell defination.
    Hope this helps
    Regards

  • Cs5 "local disc" and .js path issues

    Trying to add what appears to be a simple .js script to my doc:
    I add the script to my <head>, which then shows next to my Source Code and other scripts. But it doesn't work, and when I click to open the file there, I get the message 'not on local disc', and 'Get' which doesn't work either, even though the file is in my local file view/f8. One would think when the script name pops up next to Source Code, the doc. path is correct, but that obviously isn't the case. So what is the deal with this 'local disc'?
    I added a clearbox last week after pulling my hair out over the similar path issues, and after much trial and trib it finally worked. Would rather just like to understand it. Can anyone help? Thank you.
    The .js' Column' script I'm trying to add is here if it helps: http://www.projectseven.com/tutorials/css/pvii_columns/index.htm

    I also would like to know how to do this!

  • Estimating size of Settings Storage Path

    Hi,
    Can anyone advise what kind of size i should allow for the SettingsPackages folder? (Settings Storage Path location)  I'm going to allow UE-V create this on the User's Home folder but as we enforce quota's I'm curious to know what we should allow for
    this to cater for now and in the future?
    Thanks
    Jim

    That's a good question.  I just ran some PowerShell to get the average size of our users SettingsStoragePath and see that our average size is 34MB.  Take that as you will.  And that is with orphaned files.  See below.
    We have 64 templates loaded for our users, most of these are the out of the box Microsoft templates. 
    Take a look at this thread for something to look out for.  Ue-V will orphan some files that can be periodically cleaned up. 
    https://social.technet.microsoft.com/Forums/en-US/51a7bf78-a3ca-4cea-bfeb-34483127b427/how-to-get-rid-of-old-files-from-themesettings-folder-which-occupied-huge-space-100?forum=mdopuev#51a7bf78-a3ca-4cea-bfeb-34483127b427

  • First cluster - Server 2012 r2 - storage spaces issues

    Hi Everyone
       We just purchased two new servers (Lenovo RD640's) and an external SAS JBOD enclosure (the Lenovo SA120), and we would like to set up a 2012 r2 failover cluster with clustered storage spaces as the shared storage.  Currently they are
    on their own domain with the virtual active directory server residing locally on one of the servers.
       Preface: I've created and destroyed the cluster and storage spaces multiple times trying to solve this issue, so I don't know if I may have "leftovers" from those attempts now causing issues for me.
      I can create the cluster, and it passes validation, and can create a clustered storage pool, but every time I try to create a virtual disk (either through the Failover cluster manager, the server manager, or powershell), it won't attach.  If
    I try to manually attach it I get the message: "Error attaching or detaching virtual disk: Failed to attach virtual disk to <node name>. Access denied"
    Finally (and I don't know if this is related or not), when in storage spaces on the server manager, there is a gold banner at the top that says "Incomplete communication with cluster <cluster name>. The following cluster nodes or clustered roles
    might be offline or have connectivity issues: <cluster name>"
     I'm logged in with full domain administrator credentials, and have been running my head against this wall for a few days now.  Any help would be appreciated!

    Thanks for your responses. Here is what I have to report:
    When I destroy the cluster, and create the storage spaces on just one of the two servers (with the other server powered down), I'm able to create the storage pool - using all the HDDs and SSDs - and virtual disks (both tiered and non-tiered) without issue. 
    As soon as I create the cluster again, the virtual disks become "detached", and I'm back to the situation described initially.
    @Apamnapat, here's the output of the powershell commandlets you suggested:
    PS C:\Windows\system32> get-storagepool | fl *
    Usage                             : Other
    OperationalStatus                 : OK
    HealthStatus                      : Healthy
    ProvisioningTypeDefault           : Fixed
    SupportedProvisioningTypes        : {Thin, Fixed}
    ReadOnlyReason                    : None
    RepairPolicy                      : Parallel
    RetireMissingPhysicalDisks        : Auto
    WriteCacheSizeDefault             : Auto
    FileSystem                        : Unknown
    Version                           : Windows Server 2012 R2
    ObjectId                          : {1}\\CBC116\root/Microsoft/Windows/Storage/Providers_v2\SPACES_StoragePool.ObjectId
                                        ="{1cca13ee-d45c-11e3-80b5-806e6f6e6963}:SP:{1cca13ef-d45c-11e3-80b5-806e6f6e6963}"
    PassThroughClass                  :
    PassThroughIds                    :
    PassThroughNamespace              :
    PassThroughServer                 :
    UniqueId                          : {1cca13ef-d45c-11e3-80b5-806e6f6e6963}
    AllocatedSize                     : 24962849046528
    ClearOnDeallocate                 : False
    EnclosureAwareDefault             : False
    FriendlyName                      : Primordial
    IsClustered                       : False
    IsPowerProtected                  : False
    IsPrimordial                      : True
    IsReadOnly                        : False
    LogicalSectorSize                 :
    Name                              :
    OtherOperationalStatusDescription :
    OtherUsageDescription             :
    PhysicalSectorSize                :
    ResiliencySettingNameDefault      : Mirror
    Size                              : 25264456597504
    SupportsDeduplication             : False
    ThinProvisioningAlertThresholds   : {70}
    WriteCacheSizeMax                 : 107374182400
    WriteCacheSizeMin                 : 0
    PSComputerName                    :
    CimClass                          : ROOT/Microsoft/Windows/Storage:MSFT_StoragePool
    CimInstanceProperties             : {ObjectId, PassThroughClass, PassThroughIds, PassThroughNamespace...}
    CimSystemProperties               : Microsoft.Management.Infrastructure.CimSystemProperties
    Usage                             : Other
    OperationalStatus                 : OK
    HealthStatus                      : Healthy
    ProvisioningTypeDefault           : Fixed
    SupportedProvisioningTypes        : Fixed
    ReadOnlyReason                    : None
    RepairPolicy                      : Parallel
    RetireMissingPhysicalDisks        : Auto
    WriteCacheSizeDefault             : Auto
    FileSystem                        : Unknown
    Version                           : Windows Server 2012 R2
    ObjectId                          : {1}\\CBC116\root/Microsoft/Windows/Storage/Providers_v2\SPACES_StoragePool.ObjectId
                                        ="{3407c278-597d-4d38-b877-b2eff1e8a936}:SP:{05303524-5f93-4829-b84a-44955d1eb28e}"
    PassThroughClass                  :
    PassThroughIds                    :
    PassThroughNamespace              :
    PassThroughServer                 :
    UniqueId                          : {05303524-5f93-4829-b84a-44955d1eb28e}
    AllocatedSize                     : 24962849046528
    ClearOnDeallocate                 : False
    EnclosureAwareDefault             : False
    FriendlyName                      : Primordial
    IsClustered                       : True
    IsPowerProtected                  : False
    IsPrimordial                      : True
    IsReadOnly                        : False
    LogicalSectorSize                 :
    Name                              :
    OtherOperationalStatusDescription :
    OtherUsageDescription             :
    PhysicalSectorSize                :
    ResiliencySettingNameDefault      : Mirror
    Size                              : 25264456597504
    SupportsDeduplication             : False
    ThinProvisioningAlertThresholds   : {70}
    WriteCacheSizeMax                 : 107374182400
    WriteCacheSizeMin                 : 0
    PSComputerName                    :
    CimClass                          : ROOT/Microsoft/Windows/Storage:MSFT_StoragePool
    CimInstanceProperties             : {ObjectId, PassThroughClass, PassThroughIds, PassThroughNamespace...}
    CimSystemProperties               : Microsoft.Management.Infrastructure.CimSystemProperties
    Usage                             : Other
    OperationalStatus                 : OK
    HealthStatus                      : Healthy
    ProvisioningTypeDefault           : Fixed
    SupportedProvisioningTypes        : Fixed
    ReadOnlyReason                    : None
    RepairPolicy                      : Parallel
    RetireMissingPhysicalDisks        : Auto
    WriteCacheSizeDefault             : Auto
    FileSystem                        : Unknown
    Version                           : Windows Server 2012 R2
    ObjectId                          : {1}\\CBC116\root/Microsoft/Windows/Storage/Providers_v2\SPACES_StoragePool.ObjectId
                                        ="{3407c278-597d-4d38-b877-b2eff1e8a936}:SP:{48e0189b-db8c-11e3-80d3-f80f41fcd134}"
    PassThroughClass                  :
    PassThroughIds                    :
    PassThroughNamespace              :
    PassThroughServer                 :
    UniqueId                          : {48e0189b-db8c-11e3-80d3-f80f41fcd134}
    AllocatedSize                     : 17179869184
    ClearOnDeallocate                 : False
    EnclosureAwareDefault             : False
    FriendlyName                      : Storage Pool
    IsClustered                       : True
    IsPowerProtected                  : False
    IsPrimordial                      : False
    IsReadOnly                        : False
    LogicalSectorSize                 : 512
    Name                              :
    OtherOperationalStatusDescription :
    OtherUsageDescription             :
    PhysicalSectorSize                : 4096
    ResiliencySettingNameDefault      : Mirror
    Size                              : 24951612506112
    SupportsDeduplication             : False
    ThinProvisioningAlertThresholds   : {70}
    WriteCacheSizeMax                 : 107374182400
    WriteCacheSizeMin                 : 0
    PSComputerName                    :
    CimClass                          : ROOT/Microsoft/Windows/Storage:MSFT_StoragePool
    CimInstanceProperties             : {ObjectId, PassThroughClass, PassThroughIds, PassThroughNamespace...}
    CimSystemProperties               : Microsoft.Management.Infrastructure.CimSystemProperties
    PS C:\Windows\system32> get-virtualdisk | fl *
    Usage                             : Other
    NameFormat                        :
    OperationalStatus                 : Detached
    HealthStatus                      : Unknown
    ProvisioningType                  : Fixed
    ParityLayout                      : Rotated Parity
    Access                            : Read/Write
    UniqueIdFormat                    : Vendor Specific
    DetachedReason                    : By Policy
    WriteCacheSize                    : 1073741824
    ObjectId                          : {1}\\CBC116\root/Microsoft/Windows/Storage/Providers_v2\SPACES_VirtualDisk.ObjectId
                                        ="{3407c278-597d-4d38-b877-b2eff1e8a936}:VD:{48e0189b-db8c-11e3-80d3-f80f41fcd134}{
                                        c1894936-db95-11e3-80d5-f80f41fcd134}"
    PassThroughClass                  :
    PassThroughIds                    :
    PassThroughNamespace              :
    PassThroughServer                 :
    UniqueId                          : 364989C195DBE31180D5F80F41FCD134
    AllocatedSize                     : 7516192768
    FootprintOnPool                   : 8589934592
    FriendlyName                      : Disk Witness
    Interleave                        : 262144
    IsDeduplicationEnabled            : False
    IsEnclosureAware                  : False
    IsManualAttach                    : True
    IsSnapshot                        : False
    LogicalSectorSize                 : 512
    Name                              :
    NumberOfAvailableCopies           :
    NumberOfColumns                   : 8
    NumberOfDataCopies                : 1
    OtherOperationalStatusDescription :
    OtherUsageDescription             :
    PhysicalDiskRedundancy            : 1
    PhysicalSectorSize                : 4096
    RequestNoSinglePointOfFailure     : False
    ResiliencySettingName             : Parity
    Size                              : 7516192768
    UniqueIdFormatDescription         :
    PSComputerName                    :
    CimClass                          : ROOT/Microsoft/Windows/Storage:MSFT_VirtualDisk
    CimInstanceProperties             : {ObjectId, PassThroughClass, PassThroughIds, PassThroughNamespace...}
    CimSystemProperties               : Microsoft.Management.Infrastructure.CimSystemProperties

  • Mc.9 Multiple storage location issues

    Hi,
    I am fetching data from mc.9 in my program but if the use enter multiple storage  in selection only 1st value is printed following is code and how will i come to know which material is for which storage location since mc.9 data is not getting stored anywhere
    SELECT-OPTIONS : SLOC LIKE S031-LGORT.
    SUBMIT RMCB0300 WITH SL_WERKS-LOW = PLNT
                        WITH SL_LGORT IN SLOC
                      WITH SL_MTART = 'HALB' WITH SL_MTART = 'VERP'
                        WITH SL_MTART = 'ROH' WITH SL_MTART = 'FERT'
                        WITH SL_SPMON-LOW = FPERIOD
                        WITH SLV_NO = 'STK'
                        WITH SL_SPMON-HIGH = FPERIOD EXPORTING LIST TO MEMORY AND RETURN.
    while append to internal table  even if i specify both high and low value it prints low and high incorrectly how will this problem will solved
    itab-lgort = sloc-low.
    Help required for same.
    Thanks
    Shruti

    Hi Shruti,
    I simulated the code given by you and all the storage locations are being populated in the backed.
    You can check this by putting a breakpoint at the below code in RMCB0300 and checking the value of sl_lgort[]. You will receive the number of SLOC inputs provided.
    AT SELECTION-SCREEN OUTPUT.
      FLG_FOUND = FALSE.
      PERFORM SPEZIAL_AT_SELECTION_SCREEN_O IN PROGRAM (LIS_PROGNAME)
                                            CHANGING FLG_FOUND
                                            IF FOUND.
    This is a data issue and you may not have any records for the selected input.
    Regards,
    Jovito.
    Edited by: dsouzajovito on Dec 29, 2010 5:56 AM

  • Path issue leaving me unable to add blog post content in design view

    Hi guys,
    I am unable to add blog post content in design view when a template is applied to my blog. BC support have told me they fixed the problem by making minor changes to the paths of the css and javascript files and then told me to post on here for the solution.
    When I call the files using <link rel="stylesheet" href="/css/custom.css" /> everything displays perfectly but in BC I can't add blog post content in design view. I can edit in html but this isn't ideal for clients to update the blog.
    If I change the paths to <link rel="stylesheet" href="css/custom.css" /> it fixes the problem and I can then edit blog content in design view but all blog pages that are in folders display incorrectly. Only the main blog page display properly.
    I'm sure the answer is simple but I can't find it so any help would be greatly appreciated. Thanks
    Pete

    I took a look at your page URL and can't find any CSS issues or styles that would directly affect you editing/adding content to a blog post via the content editor.
    Make sure you either clear your cache or try in another browser to see if the problem is localized to your current browser.
    If you still have the problem can you link me to a screencast (you can use Jing if you don't have a screencast program: http://www.techsmith.com/jing.html) of what you are experiencing?

  • Possible 'Class Path' Issues

    Hi Guys,
    I have problems compiling a file and I suspect it could be something related to classpaths. I am using NetBeans 6.9.1 as my IDE. When I set JDK 1.6 as my platform and complile, there are no issues, the programs compiles fine.
    My 'classpath' and 'path' are as follows:
    classpath:
    .;C:\Program Files\Java\jre1.6.0_07\lib\ext.;c:\java\classes;
    path:
    \....\....\....C:\Program Files\Java\jdk1.6.0_21\
    If I were to set the JDK as in 1.5, I seem to get the follwing error:
    ' cannot access org.red5.server.api.IScope
    bad class file: C:\Program
    Files\Red5\red5.jar(org/red5/server/api/IScope.class)
    class file has wrong version 50.0, should be 49.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
    import org.red5.server.api.IScope;
    1 error
    To rectify the problem I maded changes to my classpath and path, and yet the problem persists. The changes I made
    are as follows:
    classpath:
    .;C:\Program Files\Java\jre1.6.0_07\lib\ext.;C:\Program Files\Java\jre1.5.0_22\lib\ext.;c:\java\classes;
    path:
    \....\....\....C:\Program Files\Java\jdk1.6.0_21;C:\Program Files\Java\jdk1.5.0_22;C:\....\
    I hope someone can advise me on how I get rectify the problem and get the program to compile with JDK 1.5. Thanks.

    he wants to use JDK 1.5.Do read the thread before you post. He is* using JDK 1.5 when he gets the error message. He said so. This is the problem.* Not the solution. When he uses 1.6 he doesn't get the error.
    His environment is a bit messed up because he has PATH entries for both JDK versions.There is precisely zero evidence for that assertion.
    If he wants to compile and test with JDK 1.5, then removing 1.6 would make sense.No it wouldn't. He is using classes compiled for 1.6 with a 1.5 compiler. His problem is with red5.jar(org/red5/server/api/IScope.class) whose class version is 50.0. It's all written there above. If he wants to use that .jar file he has to use 1.6. Or else recompile that .jar file with 1.5, if he has the sources.

  • SWFLoader loded swf and relative path issue

    Hi,
    Before explaining the problem, let me describe the usecase.
    I have dashboard flex application hosted on Host1.
    I have another flex application which acts as plugin to dashboard and is hosted on Host2.
    I am using proxy to load plugin into dashboard using SWFLoader. With proxy SWFLoader in dashboard thinks that the plugin is coming from same host.
    For plugin to load I specify SWFLoader source something like - source="Proxy/Host2WebappDir/plugin.swf.
    Everything is fine upto this point. plugin.swf get loads successfully without any issue.
    Now the problem -
    If plugin.swf made some request - the url path of that requrest is expected to be relative - i.e. if it make request say getIndianStates.xml, I am expecting the request should look for resource at "Proxy/Host2WebappDir/getIndianStates.xml". Instead it tries to look for getIndianStates.xml into dashboard hosting directory on Host1.
    Can this issue be resolved without making any modification in source of plugin.swf.
    Thanks in advance,
    Prithveesingh Zankat.

    I don’t know if any way to fix this without changing the URL the plugin wants to load.  Now if the plugin stores that URL in a publicly accessible variable, you might be able to access it from the main SWF and change it.  But it would be better to have the plugin detect relative paths and make sure they are relative to the SWF.  The SWFLoader component uses a LoaderUtil class to do that for SWFs it loads, but loads that don’t use SWFLoader need similar fix ups.

Maybe you are looking for