Sub Transport Request for a Transport Request

Hi,
Just wanted to know why a sub Transport Request gets created once a Transport Request  is created for any changes are done on the RICEF objects.
What is the purpose of the sub Transport Request.
Ex, say a Transport Request XXXX123456 is created then a Transport Request XXXX123457 gets created as its sub Transport Request.
The RICEF objects modified are attached with the sub Transport Request.
Why can't the modified objects be attached with the primary Transport Request ?
Please let me know this as this is the question I am really worried with.
Regards,
Binay.

Hello Binay,
To make things clear there is nothing called "Sub Transport Request" its called "Tasks".
A TR can have many Tasks which may or may not be related. Tasks can be assigned to Multiple Users but TR can be assigned to one user ONLY.
The Idea is to collate all the related objects & transport them together to subsequent SAP systems.
E.g., You a developing a Z-Program which fetches data from Z-Table which your teammate is developing ) Mutliple tasks allows both of you to save your entries under the same TR.
You can very well understand what will happen if this was not the case. There would have been too many dependency issues.
Hope i made it clear to you.
BR,
Suhas

Similar Messages

  • Request Sub-CA-Certificate for Ironport WSA

    How do I request a Sub-CA-Certificate for an Ironport WSA ? The GUI only offers the import of the public and private certificates to running the Ironport Proxy Appliance as a subordinate CA. The Root-CA is a Standalone CA from Microsoft.
    Thanks for your help.

    Here is the solution for this question:
    The steps to use the sample inf file are:
    run the command: certreq.exe -new certreq.inf cacert.req
    submit the cacert.req to your Root CA and issue the certificate and export the certificate to a file "newcacer.cer"
    install the certificate by running the command: certreq.exe -accept newcacer.cer
    export the certificate to a PFX file including the private key
    using openssl convert the PFX file to PEM format with the following steps:
              * extract the certificate file (the signed public key) from the pfx file:
                openssl pkcs12 -in PFXFilename.pfx -out SubCA_PubCert.pem -nodes -nokeys -clcerts
              * extract private key from a pfx file and write it to PEM file:
                openssl pkcs12 -in PFXFilename.pfx -out SubCA_PrivKey_encrypted.pem -nocerts
              * remove the password from the private key file:
                openssl rsa -in SubCA_PrivKey_encrypted.pem -out SubCA_PrivKey_unencrypted.pem
    That's all. Then you can import the Sub-CA-Cert and the private key into the Ironport WSA. All the copied certificates issued by the Sub-CA of the Ironport Web Security Appliance will now trusted by the client (if the Root-CA is trusted on the client).
    Sample for the INF-File:
    [Version]
    Signature="$Windows NT$"
    [Strings]
    CACN = "Issuing CA"
    [NewRequest]
    Subject = "CN=%CACN%"
    Exportable = True
    MachineKeySet = True
    KeyLength = 2048
    KeyUsage = "CERT_KEY_CERT_SIGN_KEY_USAGE | CERT_DIGITAL_SIGNATURE_KEY_USAGE | CERT_CRL_SIGN_KEY_USAGE"
    KeyUsageProperty = "NCRYPT_ALLOW_SIGNING_FLAG"
    KeyContainer = "%CACN%"
    [Extensions]
    2.5.29.19 = "{text}ca=1&pathlength=0"
    Critical = 2.5.29.19

  • Maintaining sub element Costs for the Service Activity

    Dear Experts & MM Gurus,
    Requirement is to maintain the Sub Cost Elements for the activity and to maintain different unit & Rate for the sub cost elements .
    Scenario is explained below.
    1. while making Purchase Requisition for Services
          in Services Tab at item level i maintained Service Activity and for that activity i had maintained sub cost elements (Such as cost estimate for the activity) like labour cost,material & consumables cost,Transportation cost with the help of Pricing MS0000.
    2. My Concern is i need to maintain different unit and rate for the sub cost elements ,but system is not allowing to maintain different unit from unit available with activity unit.How can i maintain different unit for the Sub cost (pricing elements like PRSO,PRS1,PRS2) .
    EXAMPLE :1. Activity is Laying of Road where unit is AU  and price will be combination of all Sub cost elements .
                      2. Sub Cost Elements like labour cost where unit is man days,system doesnt allow to maintain this unit.
    pl comment /suggest on the above scenario.
    Thanks in Advance ,
    Regds,
    Injeti

    Hi
    For services, U create activity group in AC03.
    U can have upto four levels.
    And Model service specifications u maintain in ML10.
    Then mainatin service conditions in ML33 / ML 39 based on with or with out plant.
    Then create the document, the price will pick it from the conditios u maintained.
    Please check and revert back
    Regards,
    Raman

  • How can I create a sub-iTunes account for a teen?

    how can I create a sub-iTunes account for a teen?
    I need to separate our music libraries but still keep it under control from the main account (mine).

    iOS 5 & iCloud Tips: Sharing an Apple ID With Your Family

  • Sub-contracting purchase for by-products

    Hi
    I am doing Sub-Contracting PO for By- Products. I have maintianed in BOM , the by-product material code in "-ive" qty.
    Consider Material A - Main Product
                   Material B - By_Product
                  Material C - Raw Material
    When i do GRN, Material A triggers 101 movement Tpe, Material B triggers 545-0 Moveent Type and Material C triggers 543-0 Movement Type.
    But When i check the stock of material, Material B is lying as Vendor Stock.
    Kindly let me know whether this transaction and movement type updation is correct.
    Else let me know the steps.
    I need to Receive Material A and Material B in my Stock.
    Thanks & Regards
    T.Madhesh Kumar

    HI
    Thanks for u r reply. But i need to receive the material A and material B same time during Goods receipt itself. Is there any possibilities that i can receive both the material in Un-restricted stock during goods receipt.
    Thanks & Regards
    T.Madhesh Kumar

  • No sub department maintained for user

    In the QA environment I am getting this message in FV50L "no sub department maintained for user" What do I have to maintain in order to prevent? Thanks in advance..

    Hi,
    If you getting this error during 'collection work item creation' then this is the issue of ISU or R/3 org structure, rather its issue of FICA related , and can not be solved in CRM. In R/3 or ISU system go to t-code PPOMW , there find out the relevant org unit from structure search for 'collection strategy' or the org unit related to the work item,  and assign the required user IDs there on the position. Log out from web ui and try again.
    Hope it will solve the issue.
    Regards
    Rahul.S

  • Showing Sub-Totals only for Specific Column in PowerView

    Hi,
    Is there a way of showing the sub-totals only for specific columns in a PowerView Matrix?
    I am only aware of showing the sub-totals for all or non of the columns.
    Thanks and Regards,
    Justin

    Hi Justin,
    According to your description, you want to get sub-totals specific columns within columns group. Right?
    In this scenario, we can use IIF() function in expression to achieve your goal. The expression will only return the total value when the column value is a specific value, otherwise we can make it return nothing. Try the following expression:
    IIF(Fields!Column.Value="[specific value]",Sum(Fields!Total.Value),nothing)
    We have tested this scenario in our local environment. Here are screenshots for your reference:
    Reference:
    Expression Examples (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Sub-contract PO for FERT item

    Hi,
    We have a finished product (FERT) which is assembled In-house using several items.
    The same finished product is also assembled at vendor's place.
    At present we are going through service PO (MB21N) since we are not able to make a sub-contract PO for a FERT item. In this scenario  how shoud we set the master data (MRP2 Procurement views). Is there any way we can do this?
    Please suggest, its urgent.
    regards
    Shivkumar Kanti.

    Hi
    In Material Master, MRP View 2....for that FERT Product maintain Special Procurement Key: 30....
    so when ever you run MRP.....automatically for that FERT product, Sub contracting PR with Item category " L" will be created....you can Convert this     SC-PR   in to SC-PO  with Item category  "L"
    If you already maintained BOM    for that FERT Product...the components will be automatically exploded in SC-PO, Item Details,Material Data....
    These Component you can send it to SC-Vendor useing T.Code: ME2O.....by 541Movent type...
    After completion of the Assembling, you can get back the FERT product from SC-Vendor in MIGO, useing 101Movement type....that time the components you have provided to vendors  are automatically consumed in   543 O--  movement type....
    If there is any over consumption or under consumption of your components at SC-Vendor....SAP Best practice provides you the option of Subsequent Adjustment....
    Reward if useful
    Regards
    S.Baskaran

  • ASR9000/XR - BNG - L3 sub-interface limit for trunk (4096) error - what is the work around?

    We currently have 7,500 broadband subscribers that we will be terminating on our ASR 9001.
    Each one of our customers will be terminating on a sub-interface on a bundle.
    On the 9k, there will be a QoS policy applied to rate-limit their broadband connection (see example below).
    The challenge that we are running into right now is scaling beyond 4096 L3 sub-interfaces. When running through this in our lab, we receive the following fail message:
    RP/0/RSP0/CPU0:BNG(config-subif)#show config failed
    Tue Mar 10 18:32:07.552 UTC
    !! SEMANTIC ERRORS: This configuration was rejected by 
    !! the system due to semantic errors. The individual 
    !! errors with each failed configuration command can be 
    !! found below.
    interface Bundle-Ether10.6941171
    !!% The L3 sub-interface limit for the trunk interface has been reached: Trunk limit for L3 subinterfaces on Bundle-Ether10 is 4096
    We have added the following on to each of the sub-interfaces to "fake" out the NPU, but even with SPD configured, we are receiving the max 4096 message:
    service-policy output <POLICY> subscriber-parent resource-id 0
    service-policy output <POLICY> subscriber-parent resource-id 1
    service-policy output <POLICY> subscriber-parent resource-id 2
    service-policy output <POLICY> subscriber-parent resource-id 3
    It is my understanding that we have a total of 4 resource ID's to use (0-3) and the ASR 9001 will support up to 32,000 sub-interfaces (system wide or 8,000 sub interfaces per resource-id).
    See attached image for reference this design.
    Main question to the community is what is the work around to scale beyond 4096 L3 sub-interfaces??
    In our case it is not feasible to bring in additional bundles and spread the customers out.
    Look forward to your responses.
    Below is a sample configuration:
    policy-map 10M_D
     class class-default
      shape average 10100000 bps 
     end-policy-map
    policy-map 10M_U
     class class-default
      police rate 10300000 bps 
       exceed-action drop
     end-policy-map
    interface Bundle-Ether10.650102
     description ---INT: GigabitEthernet0/0/1.650102 NAME: TEST #1---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 0
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 102
    interface Bundle-Ether10.650103
     description ---GigabitEthernet0/0/1.650103 NAME: TEST #2---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 1
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 103
    interface Bundle-Ether10.650104
     description ---INT: GigabitEthernet0/0/1.650104 NAME: TEST #3---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 2
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 104
    interface Bundle-Ether10.650105
     description ---INT: GigabitEthernet0/0/1.650105 NAME: TEST #4---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 3
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 105
    interface Bundle-Ether10.650106
     description ---INT: GigabitEthernet0/0/1.650106 NAME: TEST #5---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 0
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 106
    interface Bundle-Ether10.650107
     description ---INT: GigabitEthernet0/0/1.650107 NAME: TEST #6---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 1
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 107
    interface Bundle-Ether10.650108
     description ---INT: GigabitEthernet0/0/1.650108 NAME: TEST #7---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 2
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 108
    interface Bundle-Ether10.650109
     description ---INT: GigabitEthernet0/0/1.650109 NAME: TEST #8---
     service-policy input 10M_U
     service-policy output 10M_D subscriber-parent resource-id 3
     ipv4 point-to-point
     local-proxy-arp
     ipv4 unnumbered Loopback10
     encapsulation dot1q 650 second-dot1q 109

    xander,
    Thanks for sharing the QinQ username, works perfectly.
    couple of design questions for you.
    #1 - If i have >7500 subscribers that will be terminating on this bundle, would this be the best design to ensure that i can scale up to 32,000 subscribers on the BE <leveraging the subscriber-parent resource-id (0-4)>
    EXAMPLE
    interface Bundle-Ether10.100
    description BE10.100 – Area 1 - BNG customers - QinQ
    ipv4 point-to-point
    ipv4 unnumbered Loopback0
    service-policy output <POLICY> subscriber-parent resource-id 0
    service-policy type control subscriber IP_PM
    ipsubscriber ipv4 l2-connected
    initiator dhcp
    encapsulation ambiguous dot1q 100 second-dot1q any
    interface Bundle-Ether10.200
    description BE10.200 – Area 2 - BNG customers - QinQ
    ipv4 point-to-point
    ipv4 unnumbered Loopback0
    service-policy output <POLICY> subscriber-parent resource-id 1
    service-policy type control subscriber IP_PM
    ipsubscriber ipv4 l2-connected
    initiator dhcp
    encapsulation ambiguous dot1q 200 second-dot1q any
    interface Bundle-Ether10.300
    description BE10.300 – Area 3 - BNG customers - QinQ
    ipv4 point-to-point
    ipv4 unnumbered Loopback0
    service-policy output <POLICY> subscriber-parent resource-id 3
    service-policy type control subscriber IP_PM
    ipsubscriber ipv4 l2-connected
    initiator dhcp
    encapsulation ambiguous dot1q 300 second-dot1q any
    interface Bundle-Ether10.400
    description BE10.400 – Area 4 - BNG customers - QinQ
    ipv4 point-to-point
    ipv4 unnumbered Loopback0
    service-policy output <POLICY> subscriber-parent resource-id 4
    service-policy type control subscriber IP_PM
    ipsubscriber ipv4 l2-connected
    initiator dhcp
    encapsulation ambiguous dot1q 400 second-dot1q any
    #2 - How do I verify in XR the CoA speed profile that is pushed down from RADIUS to a given subscriber?
    I thought I might see the dynamic policy using the command below, but no luck.
    Do you know the correct command?
    RP/0/RSP0/CPU0:bng-asr9001#show policy-map inter be10.1.ip5
    Wed Apr 1 14:12:06.390 UTC
    Bundle-Ether10.1.ip5 input: __sub_55ffffff8b7dffffffad
    Class class-default
    Classification statistics (packets/bytes) (rate - kbps)
    Matched : 126959/10831088 14
    Transmitted : N/A
    Total Dropped : N/A
    Policy __sub_55ffffff8b7dffffffad_child1 Class class-default
    Classification statistics (packets/bytes) (rate - kbps)
    Matched : 126959/10831088 14
    Transmitted : N/A
    Total Dropped : 325/322582 0
    Policing statistics (packets/bytes) (rate - kbps)
    Policed(conform) : 126634/10508506 14
    Policed(exceed) : 325/322582 0
    Policed(violate) : 0/0 0
    Policed and dropped : 325/322582
    Policed and dropped(parent policer) : N/A
    Bundle-Ether10.1.ip5 output: __sub_6effffff81ffffffbfffffffdb
    Class class-default
    Classification statistics (packets/bytes) (rate - kbps)
    Matched : 199642/280153690 453
    Transmitted : N/A
    Total Dropped : N/A
    Policy __sub_6effffff81ffffffbfffffffdb_child1 Class class-default
    Classification statistics (packets/bytes) (rate - kbps)
    Matched : 199642/280153690 453
    Transmitted : N/A
    Total Dropped : 26930/38989025 61
    Policing statistics (packets/bytes) (rate - kbps)
    Policed(conform) : 172712/241164665 392
    Policed(exceed) : 26930/38989025 61
    Policed(violate) : 0/0 0
    Policed and dropped : 26930/38989025
    Policed and dropped(parent policer) : N/A
    RP/0/RSP0/CPU0:bng-asr9001#
    #3 - CoA QoS profile -> I'm using the following avpair for ingress / egress qos.  However when validating against a speed test server, my results are well above the 10Mbps / 10Mbps I have provisioned.  Actual is more of in the ~15Mbps/15Mbps range. 
    Am I missing additional config in the policing section?
    cisco-avpair = "ip:qos-policy-in=add-class(sub, (class-default,class-default),police(10000))",
    cisco-avpair += "ip:qos-policy-out=add-class(sub, (class-default,class-default),police(10000))"
    Appreciate it in advance xander!
    -ae

  • FYI: "Sub-technology" selections for UCCE/UCCX TAC Service Requests will be updated soon

    Hello, Cisco Contact Center customers and partners.
    I'm happy to report that the "Sub-Technology" selections listed under the "Contact Center Software" Technology for TAC Service Requests will be updated with the proper names of the Contact Center products soon.  This change is scheduled to take effect Monday Oct 10.
    The major changes are as follows:
    - References to "IPCC Enterprise" will be replaced with "UCCE/Contact Center Enterprise"
    - References to "IPCC Express" will be replaced with "UCCX/Contact Center Express"
    - Separate UCCE CUIC and WebView sub-techs will be consolidated into one Reporting sub-tech
    - Removal of the redundant "CVP Product" sub-tech ("Unified CVP" will be retained)
    - Addition of new "Contact Center Management Portal (CCMP)" and "Remote Silent Monitoring (RSM)" sub-techs for UCCE
    And just as a general note, when opening a Service Request for any technology via Cisco.com, please be sure to provide all the relevant details, so that we can route your issue to the best available TAC engineer.  Always include:
    - full product name
    - full product version
    - detailed description of the problem/symptoms, including the scope of the issue and the frequency
    - the business impact of the problem
    - the date/time the problem started happening, and what changed around that time
    - call flow (if applicable)
    - any recent upgrades, major changes, outages, or other existing problems
    - any logs, data, or screenshots that were captured
    Thank you!
    -Paulo

    Hello, Cisco Contact Center customers and partners.
    I'm happy to report that the "Sub-Technology" selections listed under the "Contact Center Software" Technology for TAC Service Requests will be updated with the proper names of the Contact Center products soon.  This change is scheduled to take effect Monday Oct 10.
    The major changes are as follows:
    - References to "IPCC Enterprise" will be replaced with "UCCE/Contact Center Enterprise"
    - References to "IPCC Express" will be replaced with "UCCX/Contact Center Express"
    - Separate UCCE CUIC and WebView sub-techs will be consolidated into one Reporting sub-tech
    - Removal of the redundant "CVP Product" sub-tech ("Unified CVP" will be retained)
    - Addition of new "Contact Center Management Portal (CCMP)" and "Remote Silent Monitoring (RSM)" sub-techs for UCCE
    And just as a general note, when opening a Service Request for any technology via Cisco.com, please be sure to provide all the relevant details, so that we can route your issue to the best available TAC engineer.  Always include:
    - full product name
    - full product version
    - detailed description of the problem/symptoms, including the scope of the issue and the frequency
    - the business impact of the problem
    - the date/time the problem started happening, and what changed around that time
    - call flow (if applicable)
    - any recent upgrades, major changes, outages, or other existing problems
    - any logs, data, or screenshots that were captured
    Thank you!
    -Paulo

  • Crystal Reports Server - Sub Reports requesting SQL Log In

    I have a Sales report which has four subreports. The main report has parameters for year and four product groups. The year parameter and one of the product group parameters are passed to each subreport. When I run the report in Crystal Reports only one SQL log in is requested.  When the report is run from Crystal Reports Server the SQL log in for he main report is handled automatically by CR Server but the report then prompts for 4 SQL logins, one for each subreport.  I am not using integrated securirty. How can I prevent the four SQL log ins?

    Hi Tony,
    From the question that you have posted, we would like to know the following things: -
    1. Are the main report and the subreports using the same database connection?
    2. Which type of viewer are you using in Infoview to view the reports?
    3. How many connections do you see in the Database Source under Process Tab in the properties of the report in CMC?
    Usually this issue can be resolved by using ActiveX or Java Viewer in the Enterprise.
    Please try chaning the viewer and let us know if it helps.
    Cheers!

  • [NameConstraintsExtension] not taking effect on Sub-CA request, nor Root-CA issued cert

    I need to constrain the valid names for a child CA, and want this attribute visible in the certificate.  I have placed the required entry in Policy.inf, and Capolicy.inf in both the Root and the Child CA, but I'm unable to get the .REQ file nor the
    issued certificate to have the required constraint.
    I have pasted in a full output of my INF files in the following Serverfault.com link
    http://serverfault.com/q/576651/51457 

    Hi,
    Will rebooting the server can make this.
    And hope the below article could be useful:
    Windows Server 2008 R2 CAPolicy.inf Syntax
    http://blogs.technet.com/b/askds/archive/2009/10/15/windows-server-2008-r2-capolicy-inf-syntax.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • Sub Con Process For Special Stock Material

    Dear Experts ,
    Can somebody please tell me , what is the procedure for sending the special stock(project) material for sub contracting .
    Thanks in advance

    Hi Avid,
    Materials assigned to sales order or project (that are located in sales order or in project special stock segment) are not "transported" in SAP to the subcontractor.
    Please check SAP online help:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/4d/2b90b043ad11d189410000e829fbbd/frameset.htm
    Subcontracting is also possible in conjunction with sales order stocks and project stocks. The subcontracting orders are account-assigned to a sales order or a WBS element. Thus, the components are not transferred (using a transfer posting) to the "stock of material provided to vendor" but are directly withdrawn from the sales order stock or the project stock at the time of the goods receipt. The material manufactured is also posted to the sales order stock or to the project stock. The cost of subcontracting is then debited to the sales order or WBS element.
    Since the components are not transferred to the "stock of material provided to vendor", we recommend that you use a transfer posting to transfer the provided components to a new storage location (for example, 9999). This enables you to obtain an overview of those stocks that are physically located at the subcontractor. This information is particularly important when you carry out a physical inventory of the sales order stocks and project stocks.
    Regards,
    Prasath

  • Email Expressions are Blank in Sub-workflow Created for MDG

    Hello Workflow Experts,
    I just posted a question in the Master Data Governance discussion area but it is more workflow related than MDG so posting the link here in hopes that someone can help me out.
    In summary, I am trying to create a sub-workflow thats sends an email to the creator of a MDG change request, once the change request is approved.
    I am having difficulties in two areas.  I am new to SWDD workflows so any advice is greatly appreciated.
    Two issues:
    The expressions I am using to display the Change Request Number and the Change Request Description are not returning values to my email – they are blank.
    I want to send the email to the person that created the MDG Change Request but I can’t figure out how to determine the creator (i.e., CR Requestor) of the MDG Change Request and ultimately, their email address.  Right now I am testing using my own email address in the workflow Send Mail step.
    Here is the full detail of my question, with lots of screen shots, over in the MDG discussion group: http://scn.sap.com/thread/3513244
    Sincere thanks,
    Rob Scofield

    Hi Rob
    Yes, you can use CR_CREATOR_NAME...as shown in the screen shot, however make sure it is prefixed by 'US' (that is user) else mail step will go in error:
    Also ensure that user has SU01 setup correctly:
    Then the system will send the mail :
    And will show in SOST (if SO16 settings are done in the system)
    I would suggest:
    1) Creat a WF container element, say CR_CREATOR_LEADING_US, of type SWHACTOR (which is of type OTYPE+OBJID)
    2) Assign  CR_CREATOR_NAME to CR_CREATOR_LEADING_US-OBJID
    3) Assign 'US' to CR_CREATOR_LEADING_US-OTYPE
    4) Use CR_CREATOR_LEADING_US in the mail step as shown above
    regards,
    Modak

  • How to use sub folder paths for external table location parameter?

    is it possible to use one Oracle directory and address multiple files under some OS sub-directories beside that Oracle directory? Like;
    host mkdir /tmp/orcl_dir
    host mkdir /tmp/orcl_dir/fold1
    host mkdir /tmp/orcl_dir/fold2
    CREATE DIRECTORY ext_tab_dir AS '/tmp/orcl_dir';
    CREATE TABLE ext_all_source
        ORGANIZATION EXTERNAL (
           TYPE ORACLE_DATAPUMP
           DEFAULT DIRECTORY ext_tab_dir
           LOCATION ( 'fold1/all_source1.dmp', 'fold2/all_source2.dmp' ) ) PARALLEL 4
        AS SELECT * FROM all_source;
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04076: file name cannot contain a path specification: fold1/all_source1.dmp
    ORA-06512: at "SYS.ORACLE_DATAPUMP", line 19Thank you.
    Message was edited by:
    antu

    Justin is there a way you are aware of at operating system level to teach oracle that it has to access for example 16 different piece of files over a meta file. I saw some definition file like this but I am searching if this is the tools own mapping format;
    $ cat ./CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat
    (object mfile_c_type
    (path "file:OBSOLETE")
    (fs "file://amanos/s01/abinitio/data/prod/mfs/mfs_16way")
    (local_paths 16
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_001/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_002/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_003/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_004/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_005/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_006/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_007/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_008/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_009/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_010/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_011/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_012/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_013/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_014/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_015/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"
      "file://amanos/s01/abinitio/data/prod/mfs/parts/mfs_16way_016/mfs_16way/Applications/RDS/CON_PUB/main/CON_xfrm_subs_status_reason_act_lk_20080302.dat"))or at least a symbolic linking strategy may handle this, but I couldn't figure out how and of course this will have its own costs of course to manage.

Maybe you are looking for

  • Home sharing does not work in iTunes 9??

    I have spent hours going through this and conclude there must be something up with home sharing in the latest iTunes - I had no problem with it previously. I have everything checked that should be checked, my iMac and MacBook are on the same local wi

  • Assigning human task to a user not exist in the ldap - actionable task by email address

    Hello experts, we have a requirement to assign a task to an external user (not exist in the ldap) to perform some action by allowing the system to send an actionable email. Internal user will capture the external-user name & emailaddress in the task

  • I deleted my hard drive on my macbook pro

    I am about to lose my mind if I don't find a solution. I have spent almost two weeks trying to find my hard drive on my mac. I used bootcamp to install windows like an idiot and partitioned the hard drive, giving 80GB for windows and the rest for mac

  • Cant turn my phone on

    just like its dead

  • Under payment and over payment

    Dear all,              where to do the setup for under payment and over payment in incoming and outgoing payment. Regards, Sarankumar.B