In SAP-XI stop generating of xml files

Hi,
In sap-xi i created a simple file to file scenario. After completion
of end to end scenario the xml files are keep on generating. I have selected delete option in CommunicationChannel. The xml  file from source folder is deleted. Still the taget xml is generating in Destination folder.
How to stop the generating of xml files
Any one tell me the solution for this.
Thanks,
Ram

Hi,
Do the Following,
1) Make sure that you deleted all the Files present in Source Directory
2)Select the Processing mode as Delete.
3)Now Place the File in the Source DIR path
4)See Whether the file got deleted from the Source or not.
5) Check the Sender CC in RWB
6) Check the SXMB_MONI to get the Success Flag.
7) Check the Receiver CC in RWB.
8) Check the Receiver Directory whether received the file or not.
Please check  these one-by-one
Regards
Seshagiri

Similar Messages

  • Cannot generate stack.xml file

    Greetings,
    We are not able to generated stack.xml file in /usr/sap/trans/EPS/in
    We have tried in /n/tmwflow/mopz_stack.
    MOPZ is configured we are able to approve support patches
    This xml file is required to upgrade the ECC_DIMP from 600 to 605
    Please advice
    R..../-

    Wrote to SAP. Got the below mentioned reply from them
    Please make sure that in transaction SMSY, in the Header Data tab for
    the system you want to upgrade, both ERP 6 and EHP5 for ERP 6 are added
    as product versions and also active. Information about why this is
    needed can be found in note 1464712.
    Please don't forget to choose a relevant product instance for ERP 6.
    After this is done, please enter the system in an ERP 6 logical
    component. Please add the new ERP 6 logical component to another
    solution, and please proceed to opening the Maintenance Optimizer
    transaction from the solution with the ERP 6 logical component.
    The option to choose should be 'Enhancement Package install'.
    The technical usage to choose is Discrete Ind.& Mill Products.
    If somehow you are not able to choose technical usage Discrete Ind.&
    Mill Products in the technical usage screen in Maintenance Optimizer:
    please check note 1324838 for the required product instances of ERP 6
    in SMSY.

  • How to generate a XML file from a XML schema...?

    Hi guys...!
    I have a XML schema and I want to write a XML file based on that schema. I have heard about this feature that eclipse has, which given a XML schema, can generate a XML file for you.
    Does anyone of you know about this feature? or is there another way to do it. The schema that I have is very huge...
    I will really appreciate any help from you guys...
    Thank...you..
    --- Spirit Away...

    don't cross post
    http://forum.java.sun.com/thread.jspa?threadID=649205&tstart=10

  • Generating a XML file from a JSP request Page

    Hi,
    I am very new to JAVA with XML. My need is i want to capture some data in in a JSP page then after submitting ,it will generate a XML file. How can i do that??? Any help will be highly appriciated. If anybody can give me a good example....
    Thx

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steven Muench ([email protected]):
    Are you using our XML SQL Utility that comes with the Oracle XDK for Java? Is the correct result produced, but you are having trouble writing it to a file?<HR></BLOCKQUOTE>
    hi steven,
    yes i am using xml sql utility and have solved the problem..... as i was working from a remote system i didnot give the correct path that is the c:\.....etc of the machine i was giving http:// thats why i did not write to a file... now its working

  • Generate an XML file from a DOM tree

    Hi,
    I'm trying to generate an XML file from a DOM tree that I obtained from another XML file with the Xerces library. I used the following operation :
    public static void writeXmlFile(Document doc, String filename) {
    try {
    Source source = new DOMSource(doc);
    File file = new File(filename);
    Result result = new StreamResult(file);
    Transformer xformer = TransformerFactory.newInstance().newTransformer();
    xformer.transform(source, result);
    } catch (TransformerConfigurationException e) {
    System.err.println(e);
    System.exit(1);
    } catch (TransformerException e) {
    System.err.println(e);
    System.exit(1);
    But I have this Windows/Linux problem. When I execute this on Windows, everything is correct. But if I try on Linux (every distribution does the same thing), I obtain an XML file where everything is written on just ONE LINE : there is neither identation nor carriage return at the end of a line ... And that is pretty annoying 'cause I need to SEE what I generate ...
    Thanks for your answer,
    Blueberryfin.

    Actually I would think that no indents and no new-lines would be more correct, but maybe it's an option for parsers to do it either way if you don't specify it. If you want to specify it, look at this post from last month:
    http://forum.java.sun.com/thread.jsp?forum=34&thread=383400

  • How to generate an XML file from SSIS (based on an XSD)?

    I have an XSD that describes an XML format. I also have a sample XML file as well from the XSD. I am trying to understand SSIS's capability to generate the XML file in an ETL process. I would need to create the XML file based on the XSD that
    I have. It is safe to assume that all the data elements are in the DB that I am incorporating in the ETL and it is also safe to assume that the data in the XML may be from multiple different tables (so massaging is probably necessary). 
    Would this be a job for C#/VB or can I do this through an SSIS process/task? Please help me understand my options. Thanks.

    Dear All,
    Indeed the post by RamJaddu did not answer the question. I am having the same issue: I have been provided an .xsd file which contains a data schema, and I have all of the necessary
    data in a .mdf file in order to create the required .xml file. Having queried SQL Server and received my data in "myDataSet" I can use C# to create the .xml ignoring the schema using
    string strSchemaFile = @"F:\Documents\UserCost\VictorianDataCollection\VCDCSchema_v2.xsd";
    string strXmlFile = "testXmlExport.xml";
    myDataSet.WriteXmlSchema(strSchemaFile);
    myDataSet.WriteXml(strXmlFile, XmlWriteMode.IgnoreSchema);
    but how do I export the .xml file so that is conforms with the .xsd format?
    If any of you have worked this out the answer would be most appreciated.
    All the best,
    Nick
    "Everything should be made as simple as possible, but not simpler" - Einstein

  • How generate a XML file & how to save data in that file?

    hi,
    How to generate an xml file & how to add data in that xml file? is there anyone who can help me about this? Firstly i need to open a xml file and after that i need to save user data in that file? how i will do it? What will be the solution of this? please give me solution........
    with regards
    Bina

    With an API like Xerces you can parse an XML document into a DOM tree. You can do modifications on that tree manually and then write it back out as XML data.
    http://xerces.apache.org/xerces2-j/

  • How I could generate an XML file from a report in version 4.0B

    Good morning,
    How could I generate an XML file from a report? Please note that I am using version 4.0B
    I don't have access to
    Billy Vital

    Hi,
            In the Class CL_XML_DOCUMENT,
                 we have a method  EXPORT_TO_FILE to download an XML file.

  • My report contains a BLOB (image), why it can't generate an XML file?

    Hi guys,
    I created a report (Purchase Order) and it has a Signature field.
    which is a BLOB column of an image (.JPEG) of the signature of the Purchase Order Approver.
    When i run the report in the report builder its working and it shows the image of the signature.
    BUT when i try to generate xml file to use it for the XML Publisher, it generates an xml file with error. which can't be loaded into the .rtf file.
    i Googled around and it seems that there are limitations in XML Publisher that can not load a BLOB or LONG RAW fields.
    So Please guys i need your help! what can i do now ?
    They need the Purchase Order in a custom PDF format, which i can only make it with XML Publisher.
    Best Regards,

    Hello,
    For questions about BI Publisher (Formelly XML Publisher) :
    BI Publisher
    Regards

  • How to generate an XML file for an animation of IK armature

    Can someone please tell me how to generate an XML file for an animation of IK armature.
    I have a 5 keyframe/16 frame animation of a human character made up of a series of moveiclip symbols that is animated with an IK armature.  I need the XML information from the animation. 
    When I go to Commands > Export Motion XML I get the error message "There is more than one object on frame 1" and then nothing happens.
    Thank you,
    c

    I hope that's not the case.  I want to write to adobe about it.  I think it's a great feature and it functions really well even though it is not a very developed IK tool.  My biggest issue with it is ouput options and integration with motion tweens.
    I have seen a lot of examples of animators using it online, just no one talked about output.  I just feel it hasn't been developed.  It can generate a sprite sheet but only for a single pose frame of the animation, and not all the key frames or pose tweens.  I find that functionality quite odd, as if adobe just forgot about IK when added in sprite sheets, etc. and the reason it half works is just an accident.

  • Unable to generate users.xml file

    Hi All,
    I have installed OCS 10.1.2.0.0.and applied the cumulative patchset and now on OCS 10.1.2.3.0
    Now i am trying to migrate users and their mail box from exchange 5.5 running on Windows NT 4 server.
    I have installed the esmigration tool on a machine running Windows XP SP2, Outlook 2003 client installed. I ran the tool and successfully created the system profile. Once done when i try extract users which should generate a users.xml file, i get an error saying "Unable to generate users.xml" file. When i look at the log file i can see the error which says invalid domain which is not true. The domain name is right and i have repeated the process more than 10 times, but still keep getting the same error. I tried using IMPA to IMAP as well as with MBOX , but still the same error. Has anyone seen such a behavior ?
    So i tried to choose plan B. As i do not have too many users i decided to export the users mail box as a pst file and then import it. This is not a problem, but what i do not know is that what do i need to do to enable coexistence mode on exchange, meaning when an email arrives, it first goes to exchange and then forwards a copy to OCS.Please note on my research i have found some notes on how to do this on exchange 2000 on a windows 2000 server with AD, but i couldn't find anything for Exchange 5.5 on NT4.
    Any assistance on this would be very helpful.
    Regards,
    Dipak

    Hi Dipak,
    If you do the migration from the Windows 2000 machine with outlook 2000 installed, and connected to Exchange 5.5 via an admin profile, then you will not see this issue.
    In case, it is not possible for you to move to new machine where above said environment exists, then you can request for a patch of migration tool that has fix for this issue. Please send an email to [email protected] or [email protected], for the fixed version.
    For your co-existence query: Please make use of alternate-recipient setup that exists on exchange 5.5 user properties. So, the emails will be routed to both exchange, and ocs server mailboxes of that user.
    If you have any further queries please send an email to [email protected]
    Thanks,
    Venkat

  • How do we create generate webservices.xml file?

    Hi all,
    Im new to webservices...
    im able to generate mapping.xml file using wsgenerate
    but i dont know how do we generate webservices.xml.
    Im waiting for ur reply.
    http://tech.groups.yahoo.com/group/completeJava/
    http://tech.groups.yahoo.com/group/completeJava/messages
    http://completejava-group.blogspot.com/

    You use the web interface of xmlsidecar generator made by Johannes Henseler and the push the button there "generate". Copy paste that into a plain text file and then change tex extension from txt to xml. That's how you do a sidecar.xml the easy way.
    Afterwards, yo've got to import "multiple files" (or "many files"... my DPS is a Spanish one) from Folio Builder.
    If the folder are structured properly, folio builder will start swallowing the data of sidecar and uploading the articles.
    Right now, while posting this, my pc is doing that with about one hundred articles. As happy and busy as a beaver in heat
    Gustavo (Posting from Madrid)

  • How to generate an XML file

    Hi,
    How do we generate an XML file from data in an internal table.
    Regards
    Rani

    Hi Rani,
    Take a look at thread:
    XML to ABAP
    Regards,
    John.

  • How to automatically generate build.xml file in eclipse?

    Hello every body,
    I am learning about ANT. e.g I have writen a very simple programme which displays output "no worries". But how can I compile it with ANT and how can I generate build.xml file using eclipse.

    This is not really a Java issue but rather is an Eclipse issue. You may wish to look for their support sites or forums.

  • Can I an html file to generate a xml file?

    Is it passable to have a html document that the user selects
    different files to be added, and different options for the files.
    Then generates an xml file for uploading?
    All help much appreciated :)

    Hmmm well what about a text file? (with the xml code
    incerted)
    Below is the type of code I need to generate with the clients
    input in {} this could be a text file that I then convert to xml.
    Thanks for all your help :)
    <GenresToAddList>
    - <GenreToAdd>
    <GenreName>Classic Hits</GenreName>
    <MediaClass>MUSIC</MediaClass>
    <ImageFile>classic hits.jpg</ImageFile>
    </GenreToAdd>
    </GenresToAddList>
    - <SongsToAddList>
    - <SongToAdd>
    <Title> {entered by user} </Title>
    <Artists> {entered by user} </Artists>
    <SongID> {auto incremented} </SongID>
    <MediaClass>MUSIC</MediaClass>
    <MediaFormat>MPEG1</MediaFormat>
    <MediaType> {selected by user} </MediaType>
    <ImageFile> {location entered by user}
    </ImageFile>
    <MusicFile> {location entered by user}
    </MusicFile>
    - <GenreList>
    <Genre>Classic Hits</Genre>
    </GenreList>
    <DateReleased> {entered by user}</DateReleased>
    <BeatsPerMinute> {entered by
    user}</BeatsPerMinute>
    <CDCatalogNumber> { auto incremented}
    </CDCatalogNumber>
    </SongToAdd>
    </SongsToAddList>

Maybe you are looking for

  • Error in installing  oralce 10g in AIX 6.1

    Hi , i tried to install oracle 10g in AIX 6.1(p) (64 bit ) but got the following error . Please help me? Your platform requires the root user to perform certain pre-installation OS preparation. The root user should run the shell script 'rootpre.sh' b

  • How do i get pictures from ps 3.2 to convert into photoshop elements 9?

    d

  • Report Output format Html & Html Style Sheet

    Hi , How i can difference between Html & Html Style Sheet when system parameter destformat to a report ? for html destformat = Html What about Html Style Sheet destformat ?

  • Change material status after creating SO

    Hi Guru, i have created a sales order with material 'DCC001'. after creating the sales order the STATUS of material 'DCC001' should be 'Sales not allowed'. but, when i am checking the status of that material, its showing blank in field 'X-distr.chain

  • Stacked bars with "stairs" in WAD

    Hi everybody, I've got a special problem in Web Applications Designer. I know how to build a chart (type: stacked bars). But is it possible to get these bars displayed like stairs? It should look like this: <--100%-- > 70---- ****************|---20--