How to set up the client-specific consolidation routes

Hi!
I am setting up TMS-functionality in my 2-system landscape (DEV, PRD) and would like to use 2 Clients in the DEV-system (100> Cust and 200> Test).
<b>How can I set up the tranport routes between the Clients 100 and 200 in the same system DEV?</b>
I read, the client-specific consolidation route should be applied in this case?!
(also some parameter settings should be edited, e.g. CTC)
<b>Can some one give me a detail technical description how to set up the client-specific consolidation routes between Client 100 and 200 in DEV-system?</b>
Thank you!
regards

Hi Axel,
You have activate Extended transport route.
refer this link to helpout for the same
http://help.sap.com/saphelp_47x200/helpdata/en/2e/709533ef9b11d184850000e8a57770/frameset.htm
Reward points if helpful.
Regards
Ganesh

Similar Messages

  • How to set/get the archive file attribute?

    I am programing a (freeware!) ftp client and need to know, how to set/get the archive attribute of a local file. I was searching through whole the i-net - nothing at all!
    please help me!!

    Hi,
    Since not all operating systems support the archive attribute, this ain't included in the JDK.
    If you're using Microsoft Foundation Classes for Java, then you can use File.getAttributes(String path) and check whether the result equals FileAttribute.ARCHIVE.
    For setting the attribute, you can use
    File.setAttributes(String path, FileAttribute.ARCHIVE)
    Of course this is all Microsoft-specific stuff.
    Hope this helps,
    Kurt.

  • Changed IP address, how do I update the clients

    I've poked around but all I can find is info about how to change the IP address of a TC without additional information about what to do with existing clients.
    I'm not using a TC in this case (NAS frontended by a Mini providing AFP accesss), but I figured this would be the best place to ask.
    I set up TimeMachine on most of our Macs (all 10.7 and 10.8) a few weeks ago, but just had to reconfigure my network which neccesitated changing the IP address of the host that provides the TM remote disks.
    How do I tell the clients to start using the new address of the server? Will just adding a new disk do the right thing (I haven't tried as I don't want it to clobber what already exists).
    Thanks.

    Yes, you have to change the setup in each computer to redirect it to the new location of the backup disk..
    You can do a TM reset.. but that should not actually be necessary.
    See A4 here. http://pondini.org/TM/Troubleshooting.html
    But TM is smart enough that when it finds the disk.. it will then find its previous backups and continue the backup .. after suitable verification. You can change the computer name. Change the disk name. Change the backup sparsebundle name.. TM will still find it and continue to use it. And even if there are multiple sparsebundles or disks with the same name or even computers with the same name.. which would break network rules,, but TM still won't get confused.
    Again read up a bit of how TM works its magic.
    http://pondini.org/TM/Works.html
    The UUID is picked up from source hard disk I guess.. and that is what is used. This ensures everything is kept separate from names or even IP address.

  • TS3899 I can't SEND email from Telus account in Alberta, Canada? Does anyone know how to set up the Outgoing server? Help! And thanks!

    Can't SEND email from Telus account in Alberta, Canada, unless I go to web mail. Does anyone know how to set up the Outgoing server? Incoming is fine. Outgoing used to work. We changed it when we went to another location, and can't get it back. Telus support can't fix it. Neither smtp.telus.net NOR mail.telus.net works for Outgoing server to send mail. Please help! Thanks.

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • I need to set up 12 iPad 3s to train groups of teachers in one-day workshops.  Any suggestions as to how to set up the iPads for multiple users?

    I have 12 iPad 3s that I want to set up to train multiple groups of teachers on in anticipation of purchasing classroom sets eventually.  I am looking for suggestions in how to set up the iPads to be used by multiple users.

    Managing Multiple iPads/iPods in a School Setting
    http://courses.moodleshare.com/course/view.php?id=162
     Cheers, Tom

  • How to set  up the loop?

    I am trying to create a Frame, using BorderLayout and every time we click the center button, it will change the color in one of the region. But I dont know how to set up the loop to make it change one at a time. Below is my draft......Thanks for helping.......
    Test.java
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Test extends Applet implements ActionListener
              Color []color={Color.red,Color.blue,Color.black,Color.green};
              private Button nb=new Button("North Button");
              private Button sb=new Button("South Button");
              private Button eb=new Button("East Button");
              private Button wb=new Button("West Button");
              private Button cb=new Button("Center Button");
              int buttonCount=0;
              public void init()
                   setLayout(new BorderLayout());
                   add(nb,"North");
                   add(sb,"South");
                   add(eb,"East");
                   add(wb,"West");
                   add(cb,"Center");
                   cb.addActionListener(this);
                   buttonCount=0;
              public void actionPerformed(ActionEvent e)
                   for (int i=0;i<color.length;i++)
                        buttonCount++;
                        if (buttonCount%2==0)
                             nb.setBackground(color);
                        if (buttonCount%2==1)
                             sb.setBackground(color[i]);

    declare a public variable count;
    int count=0;
    public void actionPerformed(ActionEvent e)
    buttonCount++;
    count++;
    if(count==color.length)
    count=0;
    if (buttonCount%2==0)
    nb.setBackground(color[count]);
    if (buttonCount%2==1)
    sb.setBackground(color[count]);
    hope you got it.

  • How to set up the interaction between InDesign CS6 8.0 and Photoshop CS 6 - if Photoshop is installed and the 64 and 32-bit?? default InDesign refers to the 64-bit version of Photoshop and scripts do not work.

    how to set up the interaction between InDesign CS6 8.0 and Photoshop CS 6 - if Photoshop is installed and the 64 and 32-bit?? default InDesign refers to the 64-bit version of Photoshop and scripts do not work.

    Nice of you to point it out here as I at least don’t follow Mr.Nash’s blog regularly.

  • I have bought the verizon iPad 2 from US and want to use it in India. How to set up the Indian CDMA carrier on my iPad 2

    I have bought the verizon iPad 2 from US and want to use it in India. How to set up the Indian CDMA carrier on my iPad 2 ?

    rahulmcadit wrote:
    The phone is from UK and the carrier on which phone has been locked is "ORANGE". I want to use the same phone in India. I want to unlock the phone. Can you please suggest me what is the procedure to unlock the phone. How can I pay the amount to ORANGE carrier and can use my iphone in India.
    Contact ORANGE to unlock it.
    See this -> http://support.apple.com/kb/HT5014

  • How to Set up the  variables and others to compile and Run Java Programs

    Hello,
    I have just downloaded the jdk1.6.0_07 and jre1.6.0_07 and installed it in C:\Program files\Java in my Windows XP ,So please tell me how to sett up the enviroment variables etc to compile and run Java Programs from Command Prompt.
    thanks

    To set the PATH permanently, add the full path of the jdk1.6.0_<version>\bin directory to the PATH variable. Typically this full path looks something like C:\Program Files\Java\jdk1.6.0_<version>\bin. Set the PATH as follows on Microsoft Windows:
    1. Click Start > Control Panel > System on Windows XP or Start > Settings > Control Panel > System on Windows 2000.
    2. Click Advanced > Environment Variables.
    3. Add the location of bin folder of JDK installation for PATH in User Variables and System Variables. A typical value for PATH is:
    C:\Program Files\Java\jdk1.6.0_<version>\bin

  • Noise on the photo. How to set up the camera?

    Noise on the photo. How to set up the camera?
    Phone has become worse to do a pictures. A lot of noise on the photo. Often photo obtained not clear, smeared. I've heard that i can configure through iTunes. But I do not know how?? Or tell me another way to set up and adjust the camera.
    All updates are installed.
    I have the iPhone 5 (Just 5)

    OS X was designed long before the advent of SSD and the built in assumption is that everything would exist on the boot drive. If you want to change that, you'll need to do it manually. If I had an iMac with an SSD (a MBA has become my main computer) I'd leave the OS and applications on it and move at least some of my files to the standard hard drive - certainly all the media (music and video).
    The techs I work with have been arguing (politely) about the benefits of their own setups. One moved the entire User's directory to the standard drive. Copy your files by dragging, open Groups & Users in the System Preferences, option click on each account name and then point to the new location of the user's directory. Test that it works before deleting the directory from the SSD.
    The other kept his Users directory on the SSD but moved everything but the Library folder, then he put aliases of the folders into his user directory and dragged new folders into the Finder window sidebar. His argument is that many programs keep a hefty number of files in the Application Support folder and keeping them on the SSD lets the program start faster. Since I've not done any testing I can't say yes or no.

  • How to set up the output device in output determinatin with customer master

    Hi,
    I am doing the output determination using customer master and not conditions technique.  Can anybody please let me know how to set up the output device . I have done the following:
    1)  assigned output determination procedure DB00001 to acct group 0001
    2)  added output type BA00 to customer master documents tab with print as the medium.
    3)  On creating a sales order and changing it its giving the message
    BA00     515     No printer defined for output BA00
    Please provide me with some suggestions , how to resolve this issue.
    thanx
    Jayant

    1. tcode V/30 -> check BA00 type -> goto  "print" tab -> what's set in the "print param." field?
    2. IMG ->SD -> basic functions -> output control -> define print parameters -> V1 output -> for BA00 output type -> Assign a default printer. This is related with the "print param." set in step 1.
    For example: if "print parame." is set to '1' in V/30, then the default printer is assigned to sales organization.
    You can check F4 search help on the "print param." field (in V/30) to see what options you have.
    If you want to specify printer by customer account, you may need to use userexit.
    Edited by: Harry Wu on Jun 23, 2010 9:18 AM

  • How to judge whether  the client  has installed AcrobatReader?

    How to judge whether the client has installed AcrobatReader?

    Hi,
    first check the client copy log using scc3->all clients
    under target client you can identify which client is generated by client copy.
    the remaining client is only created using SCC4 ( exclude 000,001,066 )
    regards,
    kaushal

  • Does anyone know how to set up the cname in PLESK correctly?

    Hi, does anyone know how to set up the cname correctly in a PLESK control panel?
    I am trying to point my domain name to my .mac webspace using the new feature available for iWeb 08.
    I can see the cname category in the DNS setup on the control panel and have changed the cname www to web.mac.com as described and have waited over 48 hours and still no change. I just want to rule all avenues out before approaching my hosting company.
    Thanks in advance to anyone that has the jnowledge to help.

    Well, no one bothered to answer, that's a first. Managed to sort it out on my own though.

  • How to set up the internal camara to chat

    how to set up the internal camara for video chating

    click on FaceTime and follow the instructions on screen.  If you want to video chat with non Mac users, you might try Skype.

  • How to set up the fp2000 sample rate?

    I am using the fp2000 in an insutrial project and I would like to know how to set up the sample rate on the FP2000 ,either using a software like Labview or by an hardware method.
    Thanks for your help.
    Vianney DESPAIGNE

    Vianney,
    The following links will give you more information on FieldPoint and sampling rates.
    http://zone.ni.com/devzone/conceptd.nsf/webmain/2124F6BBD29663D886256CB80054DBD7
    http://zone.ni.com/devzone/conceptd.nsf/webmain/A14D3C3314A0E24A86256DBE00664943
    http://forums.ni.com/ni/board/message?board.id=110&message.id=455&requireLogin=False
    http://forums.ni.com/ni/board/message?board.id=110&message.id=1681&requireLogin=False
    Regards,
    Aaron

Maybe you are looking for

  • Unable to register the consumer in NetWeaver CE 7.1

    So my scenario is the following: I have set up two SAP NetWeaver CE 7.1 32-bit Workplace instances. I then want to link them together producing a federated portal, so I exchange keys and create a producer. Everything fine until I try to register the

  • Problem in deleting a Master Table

    Hi,   Due to wrong naming convention, I created a table with correct name and would like to delete the old customizing table.   In SE11, I type the table name on Database Table, and press delete (the bin icon). But system stops me with a prompt: <b>"

  • 10.6.5 down load

    After downloading 10.6.5. I noticed when I log on hotmail, it goes straight to my account settings window. I find this a bit weird, but not to worrying. Have not noticed any other changes or problems. Would any know why this hotmail change is happeni

  • Value Mappings and Mapping lookups?

    Hi Experts, I've came across a thread on SDN which is mention below. value mapping can anyone explain me what is value mapping and fix mappings and why we need them and wht is mapping lookups? plz refer some weblogs which can explains in detail about

  • Displaying a row by default in ALV table

    Hi all, I have created an alv table in which i have to display a row by default. I have set all the fields of the table as editable. Also I have created the total calculation for the amount field by using the aggregation method, I want to displat the