Clarification about Transports

Hi Gurus:
Small Q. I have a lets say 5 transports & I do know the order in which they sh'd be released (lets say one after another).
<b>Should I have to wait until the 'transport 1' reaches Quality successfully</b> & then only I can release 'Transport 2' right... In this example Tr 2 is dependent on Tr 1. Like Tr1 - ODS Changes & Tr 2 - Update rules...
I think I'm 99% correct, but please confirm...
In cases where a ODS feeds 5 cubes, I hope I can release Transports of the update rules of 5 cubes,  in parallel, for this scenario right...
Please suggest

Should I have to wait until the 'transport 1' reaches Quality successfully & then only I can release 'Transport 2' right... In this example Tr 2 is dependent on Tr 1. Like Tr1 - ODS Changes & Tr 2 - Update rules...
Ans : For ex if you have 5 transports
A
B
C
D
E
1. You need to check if there are any interdependcies i.e if there are any objects included in the obect that are required by another tranpsort.
2. If there are interdependecies you need to follow the sequence.
3. If there are no dependencies you can go ahead and move all the tranpsorts at a time
for your second question since you are upating 5 different cubes you can move all the transports at the same time.
Regards
vijay thammineni

Similar Messages

  • Clarification about  Database_Buffer_cache workings

    Hi All,
    Clarification about Database_Buffer_cache workings:(This statement from my course material)
    *1.The information read from disk is read a block at a time,not a row at a time,because a database block*
    is the smallest addressable storage space on disk.
    Before answering, my please check whether my above statement is correct or not,becoz i get this from My course material.
    If i am querying ,
    select * from emp;
    Whether server_process bring the whole block belongs to EMP table right or it just bring the table itself?
    Thank you,
    Regards,
    DB
    Edited by: DB on May 30, 2013 3:19 PM
    Edited by: DB on May 30, 2013 4:35 PM

    Both happens, the LGWR may call the DBWR to write dirty blocks from the buffer cache to disk. Dirty in this context means, that the blocks in the buffer cache have been modified and not yet written to disk, i.e. their content differs from the on disk image. Conversely the DBWR can also call LGWR to write redo records from the redo log buffers (in memory) to the redo log files on disk.
    To understand why both is possible, you need to understand the mechanics how Oracle does recovery, in particular REDO and UNDO and how they play together. The excellent book "Oracle Core" from Jonathan Lewis describes this in detail.
    I'll try to sketch each of the two cases. I am aware that this is only an overview which leaves out many details. For a complete description please look at the various Oracle books and documentation that cover this topic.
    1. LGWR posts DBWR to write blocks to disk
    As you probably know, any modifications done by DML (which modify data blocks) are recorded in the redo. In case of recovery this redo can be used to bring the data blocks to the last committed stated before failure by re-applying modifications that are recorded in the redo. Redo is written into redo log files and the redo log files are used in a round robin fashion. As the log files are used in a round robin fashion, old redo data is overwritten at some point in time - thus the corresponding redo records are not longer available in a recovery scenario (they may be in the archived redo logs, which may however not exist if your database runs in NOARCHIVELOG mode and even if your database runs in ARCHIVELOG mode, the archived redo log files may not be accessible to the instance without manual intervention by the DBA).
    So before overwriting a redo log file, the Oracle instance must ensure, that the redo records being overwritten will not be used in a potential instance recovery (which the instance is supposed to do automatically, without any action by the DBA, after instance failure, e.g. due to a power outage). The way to ensure this is to have the DBWR write all modifications to disk that are protected by the redo records being overwritten (i.e. all data blocks where the first modification that has not yet been written to disk is older than a certain time) - this is called a "Thread checkpoint".
    2. DBWR posts LGWR to write redo records to disk
    Oracle uses a write ahead protocol (see http://en.wikipedia.org/wiki/Write-ahead_logging and Write Ahead Logging.... This means, that for any modification the corresponding redo records must been written to disk before the actual modification to the data blocks is written to disk (into the data files). The purpose of this I believe is, to ensure that for any data block modification that makes it to disk, the corresponding UNDO information can be restored (from redo) in case of recovery, in order to reverse uncommitted changes in a recovery scenario.
    Before writing a data block to disk, the DBWR must thus make sure, that all redo for modifications affecting this block has already been written to disk by the LGWR. If this is not the case, the DBWR will post the LGWR and only write the data block to the datafile once the redo has been written to the redo log file by LGWR.

  • Can anyone send me docs about transportations in bw do and donts?

    hi all,
    Can anyone send me the documents about transportation procedure to be carried in bw do and donts.
    to my email id [email protected]
    thanxs in advance
    regds
    hari

    Hi,
    SAP Help
    http://help.sap.com/saphelp_nw04/helpdata/en/94/d4943b00ce6622e10000000a114084/frameset.htm
    Also check
    TRANSPORTATION
    Transportation
    Thanks

  • Question about transport layer

    Hi folks,
    I would to know if anyone has some information about transport layer between two tenants, eg: Test Tenant and Productive Tenant.
    I suspect that deployment on Productive Tenant requires manual deploy with HANA Studio (or eclipse + hana cloud platform plugin).
    Thanks in advance!
    Kind regards

    No, there is no such transport system in HCP. Actually, you've probably noticed that we don't bind you to a particular DI (development infrastructure) - e.g. it's up to you to choose what version control system suits you best - be it Git, CVS, SVN, Perforce...
    For Java apps - hope I already answered your question above.
    For XS apps - AFAIK, you have to import your sources into a HANA repository package and activate them.
    HTH!
    --Vlado

  • Some Quick clarification about 2012 and always on Availability groups

    Hi guys, just need some clarification about always on.
    I've got plenty of experience with normal SQL Clusters, but just need some clarification around always on availability groups.
    I presume with AG, you setup a listener and this becomes your point of connection, IE this is what you use in the you connection string for you applications, so can I use this when I am setting up a new application, and will this automatically make the Database
    that's created by the APP, Highly available. ? or do you still have to add it to the AG afterwards. ?
    I have also read that you can still point to the installed SQL instance, and you don't need to use the AG group listener, but how does this make your DB HA ? how does the failover work.
    I also presume you don't need to use any roles under the MSC anymore.
    Kind regards
    Mark.G

    Hi Mark
    I presume with AG, you setup a listener and this becomes your point of connection
    That's right, the listener is a virtual network name and you can use this to connect to the primary or secondary replica. Your connections will go in against the primary unless you're using
    read-only routing. 
     so can I use this when I am setting up a new application, and will this automatically make the Database that's created by the APP, Highly available
    The first thing you'll have to do is set up the availability group (AG). You can then associate a listener to the AG. I know you're familiar with failover clustering but the mechanics of this are much closer to database mirroring. For every database that's
    part of the AG you'll have at least one secondary replica, it's possible to automatically failover to this if you're in synchronous mode.
    I have also read that you can still point to the installed SQL instance, and you don't need to use the AG group listener, but how does this make your DB HA ? how does the failover work.
    Yes you can do, but from an application perspective you should only do this for databases that are not part of an AG. If you connect to the instance directly and you have a failover your app will no be able to connect to the database (on the assumption your
    secondary isn't read-only). App connections should always be via the Virtual Network Name.
    I also presume you don't need to use any roles under the MSC anymore.
    Not sure I understand this? Do you mean will roles be available in cluster manager? Each AG group will have a role but failover is now controlled through the SQL Server rather than the cluster manager. 

  • Requirement about transport tracking

    Hi,
    I have this small requirement about transport tracking.
    A transport might have lot of tables referenced. I need to find out, what is the difference, between the tables in one system, and the tables in another system, say between development system, and production system. Any leads on this would be helpful. Thanks for the help in advance.
    Regards,
    Vijay

    Hai Srikanth,
    These links may be helpful to you..just check them out.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7ce5c590-0201-0010-388e-cc28510abb89
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a9039a90-0201-0010-c39d-c7173438ea0d
    Regards,
    Srikanth.

  • About Transportation

    Hi Sap Experts Could You please explain about the Transportation.

    Hi
    Transportation Management basicaly is about two document. Shipment and Shipment cost document. A shipent is basically a collection of deliveries. One shipment can have multiple destinations in its Route. The most important thing in shipment is route determination. One route can have multiple phases e.g. 1/3 distance travelled on road,1/3 on rail and remaining on ship. Thses phases are called Legs. The legs have to be maintained in route determination 0VTC.
    Important fields in Shipment document are shipment type,route and Service Agent(Transportation agent).Also the shipment start, shipment completion etc. button are important. They have some specific functions which can be configured.
    We create shipment with help of transportation agent. He is maintained as partner Function. After completion of shipment we have to pay him for his services. For calculation of the amount payable to him, Shipment cost document is created. One shipment can have only one Shipment Cost Document.
    There is a tickmark named as transfer  in SCD. This tickmark is responsible for transferring shipment cost to FI. After the transfer of cost, A service entry sheet ( GR for services) is generated in background. the service entry sheet is then accepted and the Invoice is created.

  • Question about transport

    Hi all
    What is the aproach to transport XI desing , configuration and mapping objects.
    If we develop a scenario for a customer in our own XI server and we want to implement it in the customer Xi server after it is finished , then what objects do we have to transport and how we can do it.
    what about the tech. and business systems , do we have to create them in the customer machine or just transport them.
    thanks.

    Hi,
    After completing the development you can transport the object by 2 way.
    1. File Transport method
    2. CMS Method
    In Integration Repository object:
    Right click on the Namespace which you want to send to Quality system and select the export option and export it....this will create a .tpz file on the server following path
    usrsap<SID>SYSglobalxi
    epository_serverexportsample.tpz
    Above file will be copied and pasted in following path
    usrsap<SID>SYSglobalxi
    epository_serverimportsample.tpz
    Similar procedure for directory
    Right click on the configuration scenarion in development which you want to send to Quality select the export optin and export it....this will create a .tpz file on the server following path
    usrsap<SID>SYSglobalxidirectory_serverexportsample.tpz
    then login to the IR of the quality select the Tools ---> Import option you will get this tpz file and import it and activate.
    How to transport SLD objects.
    Exporting and Importing Technical Systems and Business Systems
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f768d644808
    Go through these blogs also.
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    HOW TO transport usning CMS
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/43f5d790-0201-0010-2984-ff72d822b109 
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    Regards,
    Sarvesh

  • Clarification about plant and terms of payment In Master Data:

    Hello Gurus,
    I have a doubt as follows:
    1) In Material master (MM01) we are maintaining Plant as two types.
         a) Plant at organisation leve pop up at the begining
         b) Delivering plant at Sales organisation 1.
    So, is there any difference between plant and delivering plant or are they different objects ?
    2) Terms of payment in Customer master (XD01)
         a) we maintain Terms of payment customer master at company code level in "Payment transaction"
         b) we also maintain Terms of payment in customer master at sales area data in "Billing Documents" tab
    Now Why do we need to maintain at these to levels.
    FYI: I have also tried to maintain two different Terms of payment and without any hesitation the system accepts, why ?
    What is the significance of it.
    Please clarify the above.
    Thanks,
    Venky.

    Hello Venky,
    1. Material / Plant
    A Material is always stored in a Plant & there would be various parameters to be entered for that particular Plant. E.g. Storage Bin, Picking Area, Negative Stocks allowed in Pant, GR Processing time, etc..
    Now the same Material may or may not be sold from the same plant, or even if it is sold from the same plant, there would be different Sales parameters for each combination Sales Organisation & Plant. There Sales Organisation specific parameters are entered in Sales Organisation/PLant view. Tax classification Data, Cash Discount indicator, Sales Unit, Delivering Plant, Division, Minimum Order & Minimum Delivery quantity.
    2. Payment Terms
    The Payment Terms entered in Billing tab in Sales Area data is copied into Sales order & Invoice.
    The Payment Terms in Company Code data are used by FI department when posting direct payment (without reference to Sales Document). e.g. to Offer Cash Discount for paying in advance.
    Hope this clarifies,
    Thanks,
    Jignesh Mehta

  • Hi,a question about transportation of translation of selection screen?

    Hi Experts,
    I am working on an ALV and there is a selection screen for it, and I have translate the texts in the selection screen and can they be transported while the program is transported to another system? if not how can I transport the translations, thank you much.
    Kind regards
    Dawson

    Hello ,
    Please follow the below steps for transalation ..
    - Complete your development and release the same .
    - Always have the Translations which u can do wtih SE63 tocde and have them within a specific transport request (Recomended Transport of Copies) .
    Now u release the TR of translation then everything wil work fine .
    Ensure always Translations TR is younger than Development TR withrespect to their creation and Releases ....
    Regards,

  • A question about transport of the change to InfoSet

    Hello Expert,
    I made a change to the infoSet MMIV03 by Transaction SQ02 and add MKPF-USNAM into the field group INVENTORY MANAGEMENT. Then I clicked Save button, but there is no pop up window to ask me to save into transport. I clicked "Generate" button, and there is no popup window,too. I create a new infoset and the system aslo doesn't ask me to save into transport.
    I need to transport the change to testing system, can any expert tell me how to include the change into transport?
    Thanks in advance,
    Regards, Johnny

    Dear John,
    try this, when you are in SQ02. Go to SAP Menu "Environment" and then "Transports". Choose "Transport InfoSets" and selects which InfoSets you want to transport. Then Execute with F8.
    Regards,
    Peter

  • All about transportation

    Hi Friends
    1.How the Transportation cost posting to the accountings?
    2.we created single shipment document for maltipul deliveries(3) the shipment cost document is 6000/-. can we divided this 6000/- to each sales order or delivery?
    EX: 6000/3: 2000/- like
    If Yes, what is the process.
    3.In sales order we taken KF00 fright condition the condition amount is 1000/-. ok, with this fright condition can we create shipment cost document for this 1000/-?
    If Yes, what is the process.
    and can we create shipment cost document manuvaly?How?
    regards,
    balaji.t
    09990019711

    hello, friend.
    1.  when you create and save the shipment cost document (and assuming you checked 'transfer', the costs are posted to accounting using the cost center and GL account specified in this document.  Accounts payable is processed during MIRO (or equivalent transaction).
    2.  i am sure you can apportion the costs according to sales order or delivery documents.  how?  perhaps each document could be represented as 1 shipping unit?  i will have to get back to you on this, but i am sure you can go to the shipping-related condition types and do the settings there.
    3.  KF00 is a freight related surcharge done in SD.  this increases the money inflow and is not a cost to your company.  this is not reflected as a cost in your procedure.  to record this as a cost, you need to set up a condition type in Logistics Execution separately.
    4.  you create shipment cost documents using VI01.
    regards.
    Edited by: jonathan yap on Mar 8, 2008 10:22 PM

  • About transport system of XI

    Dear experts,
    We have two clients configured for XI separately for DEV and PRD.We have no QAS in picture.
    Now i get a requirement to change a mapping.I changed the mapping and activated the mapping.
    Now time is to transport it to PRD.
    How can i ensure that someone had not made a change to that particular mapping before in Development.
    How can i ensure that before i started Development on this mapping we had identical versions in DEV and PRD.
    I am worried to move this mappping further and this is my prime concern.
    Regards,
    Aditya Sharma

    Hi Aditya,
    How can i ensure that before i started Development on this mapping we had identical versions in DEV and PRD
    The good practice is to add description in the object which you change.You can maintain saying : "changes made as a part of bug fixing_transportID"
    By following this practice it will be easier to identify the versions in PROD and in DEV.Comparing the History in Dev and PROD will help but if you follow a practice to transport completSWCV and CS then it will be easier to track.
    How can i ensure that someone had not made a change to that particular mapping before in Development
    check the history and see the user ID who last worked on that.Check all trasports doen for that particular objects in CTS+ tool if you have used the same.Match the version in PROD and DEV as mentioned earlier.
    I am worried to move this mappping further and this is my prime concern.
    Before you move please test the functionality in DEV properly,check the current version in PROD and test the same version in DEV to see if it gives same issues. Then move the correction version to Prod.
    Regards,
    Srinivas

  • Clarification about parameters to be changed for max no of 100 conv excd

    Hi,
    In our system we had received the error:
    Connect to SAP gateway failed
    Connect_PM  TYPE=B MSHOST=xxxxxxxxxxxxxx GROUP=PUBLIC R3NAME=xxx MSSERV=sapmsXXX PCS=1
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       max no of 100 conversations exceeded
    due to which some users were unable to work in the system.
    The threads that i have found while searching on the topic have suggested changing the parameter CPIC_MAX_CONV=500 (or greater) as per the note 314530.
    And as mentioned in the SAP note 316877:
    " Reduce ~timeout on the ITS machine to enforce the automatic termination of unused sessions."
    Now in SMGW i can see the "Active Connections" (first page of the transaction) and also the drop down option "logged on clients" which gives another list.
    I am now trying to understand which timeout parameter controls which list.
    Most of the entries in the Active connections list are from the TP jlaunch (and seem to be coming from the java stack of the same system). And most of the entries in the Logged on clients list are from the TP SAPSLDAPI.
    I need to know which timeout parameter (as per note 316877) needs to be changed for the problem being faced.
    Or have i misunderstood this ~timeout  parameter and it should be set in Windows environment similar to the CPIC_MAX_CONV parameter ?
    Regards,
    Rohan.

    Hi,
    Thanks for your responses.
    I will be changing the CPIC_MAX_CONV parameter.
    But I would still like to clarify about the other parameter : "~Timeout"
    and be prepared to take action on this as well.
    As per the (conflicting) information I  have so far this seems to be some parameter that is to be maintained in each individual service in SICF ?
    Or do we have any synonymous itsp* or gw* parameter which I can set for the timeout?
    Regards,
    Rohan.

  • Need Detai information about Transportation

    hi experts
    can i know detailed steps involved in creating 'Transport'
    and what does 'Landscape' mean and can any one tell what is the relationship between r/3 and bw
    in transport(DEV,QA,PROD).how does that work.
    i will assign full points.
    thanks in advance.
    regards
    srinivas reddy

    Hi,
    http://help.sap.com/saphelp_nw04/helpdata/en/5c/d21880fe3c11d2b461006094b9ea64/frameset.htm
    http://www.myitgroup.com/upload/BusinessIntelligence/How%20to%20Manage%20BW%20Transports%20-%20MyITGroup.doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3010ba90-0201-0010-2896-e58547c6757e
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e883de94-0501-0010-7d95-de5ffa503a86
    sap help
    http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e1824eb711d182bf0000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/content.htm
    bex(reporting) objects transport
    http://help.sap.com/saphelp_nw2004s/helpdata/en/38/5ee7377a98c17fe10000009b38f842/frameset.htm
    Regards,
    B

Maybe you are looking for