How can transport XI object?

Hi Friends,
I wanted to transport the XI object like repository and directory to Q,P system?
Could an one help regarding this? I got stuck up.
regards
Mc

Hi,
Yes you can transport XI objects either by CMS or by file export.
You can goto Tools--> Export objects and it will be exported as .tpz file. And you can palce the same in the repository_server/import and directory_server/import directory and import it in your QA system
Thanks,
Prakash

Similar Messages

  • How to Transport development object in SAP BI

    Hi to all,
    Please can any body tell me , How to transport development object from one server to another server.
    i am fresher in SAP Bi , so i need to know in depth , please also send me website link so i can get more depth knowledge.
    Please also send step by step process for that.
    i shall be thankfull to you for this.
    Regards
    Pavneet Rana

    <Removed by Moderator>
    You can surf through https://help.sap.com for referring the material or surf in SDN forums..where you can lots of info for getting in depth knowledge on this.
    hope this is clear for you.
    Regards
    Ramsunder
    Edited by: Pravender on Jun 8, 2010 6:41 PM

  • How can I pass objects across neywork?

    How can I pass a ObjectOutputStream to a ObjectInputStream, across a socket?
    Thanks in advance for your posts!

    Or maybe I am misunderstanding your question?-Probably
    Lets see: ObjectOutputStream passes data trought aout
    Stream; ObjectInputStream receives data trought a in
    Stream: so, I suppose that they can use as streamsthe
    connections betwen two sockets, in one point the
    ObjectOutputStream sending, an in another the
    ObjectInputStream receiving.Yes. The sockets provide the connections, and you can
    call getInputStream or getOutputStream on the sockets
    to read what the other guy is sending, or to write to
    the other guy. You don't actually pass the sockets or
    streams back and forth--they're just the channels by
    which you pass your data.I knew that, thanks anyway. But my question is how can I pass objects throught that streams.
    Anyone knows?
    Thanks

  • How can i return object from oracle in my java code using pl/sql procedure?

    How can i return object from oracle in my java code using pl/sql procedure?
    And How can i returned varios rows fron a pl/sql store procedure
    please send me a example....
    Thank you
    null

    yes, i do
    But i can't run this examples...
    my problem is that i want recive a object from a PL/SQL
    //procedure callObject(miObj out MyObject)
    in my java code
    public static EmployeeObj callObject(Connection lv_con,
    String pv_idEmp)
    EmployeeObj ret = new EmployeeObj();
    try
    CallableStatement cstmt =
    lv_con.prepareCall("{call admin.callObject(?)}");
    cstmt.registerOutParameter(1, OracleTypes.STRUCT); // line ocurr wrong
    //registerOutParameter(int parameterIndex, int sqlType,String sql_name)
    cstmt.execute();
    ret = (EmployeeObj) cstmt.getObject(1);
    }//try
    catch (SQLException ex)
    System.out.println("error SQL");
    System.out.println ("\n*** SQLException caught ***\n");
    while (ex != null)
    System.out.println ("SQLState: " + ex.getSQLState ());
    System.out.println ("Message: " + ex.getMessage ());
    System.out.println ("Vendor: " + ex.getErrorCode ());
    ex = ex.getNextException ();
    System.out.println ("");
    catch (java.lang.Exception ex)
    System.out.println("error Lenguaje");
    return ret;
    Do you have any idea?

  • How to transport CU02 objects from one system to another?

    Hi,
    How to transport CU02 objects from one system (Development) to another (Quality)?

    You need to set up the object dependency IDOC in the partner profile.Message type is KNOMAS. The transaction to send is CLD2.

  • How can I delete objects in my list of purchased objects?

    How can I delete objects like books or music from my list of bought items?

    You can't.
    Being able to do so would NEGATIVELY affect Apples iCloud system of memorizing all consumer purchases as a means of storing such info in the Cloud.

  • How to transport the object in XI?

    Hi friends,
    Anybody can give me the idea or any document for transporting the objects in XI from Development system to Quality system.As per my knowledge we can transport using File and CMS, but i don't have clear idea. Anybody explain me clearly or provide me any document?

    Hi,
    There are two ways to Transport XI objects-
    1) File Import/Export
    2) CMS
    CMS is somewhat standard way to do. Becuase you can track the objects. But for this you need to install the CMS separately.
    just go thru these quick links-
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/69a740aa053a13e10000000a155106/frameset.htm
    /people/sap.india5/blog/2005/11/28/xi-software-logistics-solution-iii-cms
    Also check in service.sap.com- for how to guides-
    https://websmp201.sap-ag.de/nw-howtoguides
    Refer
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi - Transport in XI
    Configuration of CMS in Central NWDI & SLD to transport XI objects
    /people/praveen.mayalur/blog/2007/05/31/configuration-of-cms-in-central-nwdi-sld-to-transport-xi-objects
    CMS Trnasport
    How to Use CMS in XI 3.0.pdf
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/43f5d790-0201-0010-2984-ff72d822b109
    CMS based transport in XI
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b8d8f7b2-0701-0010-b09a-cda4cca2c98e
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f768d644808
    Change and Transport Lists for CMS Transports
    How To…Transport XI Content Using CMS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f85ff411-0d01-0010-0096-ba14e5db6306
    File Transport
    Configuring Groups and Transport Targets.
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/a21e3e0987760be10000000a114084/content.htm
    also have a look at:
    Transporting XI Objects
    http://help.sap.com/saphelp_nw04/helpdata/en/93/a3a74046033913e10000000a155106/content.htm
    Thanks
    Swarup

  • How to transport proxy  object  abap part

    Hi ,
    I am working with one outbound proxy . The proxy was working fine in production ,now one requirement came in which we have to add one extra field to Proxy .field has been added in message type  and proxy was generated in respective ABAP box
    abap coding every thing was done and it worked fine in Dev . I transported the PI part ( DT,MT,MI and MM ) .
    However I am not sure how to transport  the ABAP proxy in ECC from dev to prod .
    Can you kindly please tell me all steps I tried to search in SDN but getting confused in what object I have to transport and how from ECC .
    Regards,
    Saurabh

    Hi Sarvesh ,
    Thanks a lot for all your reply .
    It partially worked as I created the transport with proxy object but not toatally as all my objects are not included in the transport .
    when I am doublicking the My proxy interface and then going in used object TAB then I am able to see the structures .
    Abap team wants to include these structure in the transport .
    Actually the code has already been transported and it is throwing the dump value as it is unable to find the new field as the new strucutre is not transported .
    Should I tell Abap team to manually make some  random change in the str now and save them again so that when I re generate proxy then it will be added to transport.
    Regards,
    Saurabh

  • How can i convert object to byte array very*100 fast?

    i need to transfer a object by datagram packet in embeded system.
    i make a code fallowing sequence.
    1) convert object to byte array ( i append object attribute to byte[] sequencailly )
    2) send the byte array by datagram packet ( by JNI )
    but, it's not satisfied my requirement.
    it must be finished in 1ms.
    but, converting is spending 2ms.
    network speed is not bottleneck. ( transfer time is 0.3ms and packet size is 4096 bytes )
    Using ObjectOutputStream is very slow, so i'm using this way.
    is there antoher way? or how can i improve?
    Edited by: JongpilKim on May 17, 2009 10:48 PM
    Edited by: JongpilKim on May 17, 2009 10:51 PM
    Edited by: JongpilKim on May 17, 2009 10:53 PM

    thanks a lot for your reply.
    now, i use udp socket for communication, but, i must use hardware pci communication later.
    so, i wrap the communication logic to use jni.
    for convert a object to byte array,
    i used ObjectInputStream before, but it was so slow.
    so, i change the implementation to use byte array directly, like ByteBuffer.
    ex)
    public class ByteArrayHelper {
    private byte[] buf = new byte[1024];
    int idx = 0;
    public void putInt(int val){
    buf[idx++] = (byte)(val & 0xff);
    buf[idx++] = (byte)((val>>8) & 0xff);
    buf[idx++] = (byte)((val>>16) & 0xff);
    buf[idx++] = (byte)((val>>24) & 0xff);
    public void putDouble(double val){ .... }
    public void putFloat(float val){ ... }
    public byte[] toByteArray(){ return this.buf; }
    public class PacketData {
    priavte int a;
    private int b;
    public byte[] getByteArray(){
    ByteArrayHelper helper = new ByteArrayHelper();
    helper.putInt(a);
    helper.putInt(b);
    return helper.toByteArray();
    but, it's not enough.
    is there another way to send a object data?
    in java language, i can't access memory directly.
    in c language, if i use struct, i can send struct data to copy memory by socket and it's very fast.
    Edited by: JongpilKim on May 18, 2009 5:26 PM

  • How can i hide object in line chart?

    In Webi XI R2, i am preparing a line chart for which on x-axis i have two objects like "month name" and "month ID". The purpose of "month ID" is to sort the month name. So sorting is applied on "month ID" column. Now how can i hide this "month ID" column, but still sorting is applied so that month name is displayed in correct order.
    secondly, on the x-axis values are displaying like "AUG/00987","SEP/00988". i.e Month name/month ID. How can i make the line chart to display only month name but still sorting needs to be applied.
    Please advise.

    Hi Raveendra,
    You can try to hide the column from the webi report in a TABLE, and might just work with the table, and make them charts.
    regards,
    Shreyash.

  • How can I Create object dybatically

    hi all , I am a new user of develope 6.0 ,now i have a problem
    Can I create a object such as block,item dymatically , How can i
    do for this job ?
    null

    six Lu (guest) wrote:
    : hi all , I am a new user of develope 6.0 ,now i have a problem
    : Can I create a object such as block,item dymatically , How can
    i
    : do for this job ?
    you can create blocks and items only at design time, not at
    runtime. The only objects you can dynamicaly are timers and
    navigator trees.
    peter
    null

  • Animation: how can I move objects (and their transform keyframes)?

    Hi,
    I have created a project with a group of layers which all move (have transform keyframes set up).
    Now I want to move the group, but when I do this and then run the animation, the position of all the transform keyframes I have set up remain in the same place.
    Is there some way to move a group of objects and the location of their transform keyframes at the same time, or will I have to go through each keyframe and move them individually?
    Thanks!
    Jack

    > PLEASEEE HELPP
    You need to get some understanding of HTML and CSS to know
    why building a
    web page is not like using a page layout program or even a
    word processor.
    Unfortunately that will require some effort on your part.
    You cannot just place things on the page in HTML - you need
    to build an HTML
    infrastructure to hold the elements you want to appear on the
    page, and to
    hold them in the location where you want them to appear. As a
    simple
    example, consider a 1 row by 2 column table, where each
    column is set to 50%
    width, and the table itself is 800px wide. An image placed
    into the second
    column will be located exactly 400px from the left margin of
    the page
    (assuming a) the image is less than 400px wide, b) the table
    has zero
    borders, cellspacing and cellpadding, and c) there is nothing
    wider than
    400px in the first column.
    Make sense?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "afsheenm" <[email protected]> wrote in
    message
    news:fftbo8$cok$[email protected]..
    > hi, its my first time making the website so i have no
    clue about anything.
    > how
    > can i move text box? i mean i wrote something and want
    to move its
    > position
    > like up or down, how can i move it? also tables??????
    sometimes i can move
    > them
    > , by chance but i have no clue how i did it? PLEASEEE
    HELPP.
    >

  • How can I use Object's methed by OO4O

    I have done a type as following
    create or replace type classteacher as object
    tchid number,
    tchname varchar2(30),
    tchhomepage varchar2(100),
    tchsex varchar2(4),
    member procedure getCourseList(crslist out sys_refcursor)
    and the method is define as following
    create or replace type body CLASSTEACHER is
    member procedure getCourseList(crslist out sys_refcursor)
    is
    begin
    open crslist for
    select a.crs_id,a.crs_name,a.crs_notice
    from tb_courselist a,tb_teacher b
    where trim(a.tech_name) = trim(b.name)
    and b.teacher_id = tchid;
    end;
    how can I use the method by OO40 in vb.net.

    What is that post supposed to be?

  • How can i read Object serialized in delphi ?

    anyone has got any ideas how can i read serialized object created by delphi and was serialized in a file

    zeda wrote:
    Peter__Lawrey wrote:
    To my knowledge you need a Delphi program to read it.so there is no 3rd party plugin or so?Not that I know of. You could learn more about how Delphi serializes objects, and work back from there. But you're probably much better off taking a hint from Peter and serializing to XML in the first place. This sort of problem is the exact kind of thing XML is good at solving

  • How can i save object in file ?

    For example I have some object in the memory, and i want to save it on the disk, and after i'm going load this object in memory and work with him...How can i do it ?
    May be I must use JavaSpaces technology (but i don't enought knows this) ?
    Please help me.
    [email protected]

    Serializing an Object:
    try
    ObjectOutputStream myOutput ObjectOutputStream(new FileOutputStream("objects.out"));
    myOutput.writeObject("Hello! How are you on this very fine day?");
    out.close()
    catch(IOException e)
    System.err.println("Doh! You're probably writing to a file that you don't have permissions to access!");
    catch(ClassNotFoundException e)
    System.err.println("You should only get this if you're using some strange reflection stuff, or just try to output something that doesn't exist.. I don't really know why the compiler wouldn't catch this error instead otherwise");
    Getting that object back:
    try
    ObjectInputStream inObjects = new ObjectInputStream(new FileInputStream("objects.out"));
    String myObj = (String)in.readObject();
    System.out.println(myObj);
    Pretty simple. If you want to be more practical, and store more than one type of object in that file, you can use relfection:
    -Jason Thomas.

Maybe you are looking for

  • IPhone 4 Mailboxes stuck on "Connecting..."

    I've got an iPhone 4 with 4.0.1 which was syncing perfectly with my Exchange account until this afternoon. I had the phone in airplane mode for some time, then turned Airplane Mode = off, and now my email, especially from Exchange, will not sync prop

  • Skype is no longer available for Nokia c5 - 03

    The Skype is no more available for Nokia c5-03 touch screen mobile. Please advice me some softwares thru which i can do skype free calls.  I checked my skype ( it was installed in my mobile), but its not working from today monring. ( 14.12.2011 ) . I

  • Flash Video Encoder for WMV - DW8 vs CS5

    Hi, I'm trying to convert a WMV file into Flash.  I know that this can be done using DW8's Flash Video Encoder ....but it seems this function is no longer availabe in CS5. I would be grateful if someone confirm that this understanding is true. Many t

  • Trying to execute shell process in Linux

    Hi. I'm trying to execute a simple command in the form of 'bash -c "ls ~root ~"' from within java. I've tried using both the java.lang.Runtime.exec() methods and the java.lang.ProcessBuilder class but both produce the same error message (which I get

  • What are the external events of a report?

    Hi, Please tell me if you have any idea about what are the external events of a Report? Thanks in advance. MD.