"ignoreRecordsetName" doesn't work in sender file CC

Hi,
  I set the Content Conversion Parameters in sender file CC as follow:
Document Name: ZFileDemo
Document NameSpace:http://hand-china.com/mm/po_01
Recordset Structure:Item,1
Recordset Sequence:Ascending
Parameters:
Item.fieldSeparator = ,
Item.fieldNames = ItemNo,Matnr,Text
ignoreRecordsetName = true
The content of csv file is as follow:
1,2,3
4,5,6
But the payload message in SXI_MONITOR as follow:
<?xml version="1.0" encoding="utf-8" ?>
- <ns:ZFileDemo xmlns:ns="http://hand-china.com/mm/po_01">
- <Recordset>
- <Item>
  <ItemNo>1</ItemNo>
  <Matnr>2</Matnr>
  <Text>3</Text>
  </Item>
  </Recordset>
- <Recordset>
- <Item>
  <ItemNo>4</ItemNo>
  <Matnr>5</Matnr>
  <Text>6</Text>
  </Item>
  </Recordset>
  </ns:ZFileDemo>
Why does "</Recordset>" still exist?
I am confused "ignoreRecordsetName" doesn't work!!
Regards
Ming

Hi,
ignoreRecordsetName
A <Recordset> element is inserted in the XML structure for each recordset structure. This level is not always required, particularly if the recordset only contains one structure definition.
If you set the parameter to true, the <Recordset> element is not inserted.
See the below links to get more details about File Content Conversion,
http://help.sap.com/saphelp_erp2005vp/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
/people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - FCC
/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file - FCC
/people/harrison.holland5/blog/2006/12/20/xi-configuration-for-mdm-integration--sample-scenario - FCC - MDM
/people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp - FCC
/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - FCC
/people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter - EOIO - File
Regards
Chilla

Similar Messages

  • After Mavericks download iCal doesn't work, still - sending calendars to server.... nothing more, please help what to do Tx

    after Mavericks download iCal doesn't work, still - sending calendars to server.... nothing more, please help what to do Tx

    I had some initial problems with iCal too. At least for me deleting the prefs file solve them. The file is: com.apple.iCal.plist  and it is in your Library/Preferences folder
    The other thing your problem appears to be connecting to the server is to quit Calendar and then open System Preferences, select the Internet Accounts, and toggle off the Calendar checkmark of each of your calendar accounts. Quit System Preferences. Start the calendar. Since you've turned off the calendar server accounts there should be no beachballing. Quit, return to System preferences and re-enable one calendar account at a time. (This assumes that you are using more than iCloud Calendar) and then start Calendar again. And finally, for one particularly obnoxious iCloud issue I wound up deleting my iCloud account in System Preferences and then recreating it. (Same account name, etc, I just killed the account on my computer so I could start out with fresh preferences).

  • After upgrading to ios 5 Open In doesn't work with large files

    With ios 4 I used to be able to download large video files >1 gb (avi, wmv, etc) using Downloads app and then Open In AV Player app. Now it doesn't work. What's the deal Apple?

    Same problem here.
    And found several topics seen on other sites, like: http://forums.macrumors.com/showthread.php?t=1261864
    this seems to be a real bug when reading the topics there. First thought it was related to the apps I was using, but sems to be the iOS5..
    hope this will be fixed in the next release.

  • Quicklook doesn't work with .avi files

    Hello, i've got a little problem right here on my mac. The thing is that I used to have Snow Leopard as a OS and quicklook used to work great, it opened all the extensions I used to work with. The thing change when I format my HDD and installed a clean copy of Lion OS. Now quicklook works fine as it used to but not any more with .avi files. I remember that this feature was working great on my previous OS, and it's really important for me to find a solution because quicklook is an absolutely amazing feature of our Macs.
    I've tryed to download plugins, restoring permissions or even trying it with a guest user, but no success.
    Please help me. If you need more info about specs or something i'll be glad to give them to you.
    Thank you!!!

    Also doesn't work with Grapher (.gcx) documents (an Apple format).

  • Email Button Doesn't Work in SWF File

    In InDesign CS5.5, I have created a hyperlink that goes to email, and then a button that references the email hyperlink to start the process.  This button works fine in preview mode, but doesn't work in the exported swf file.
    Please help.
    Thanks,
    Heath

    It may be a Flash Security issue... upload SWF to server, open it to browser from there and try your links again...
    Here´s one SWF exported from indesign (links to email at page 3):
    http://www.edocker.com/_demo/edocker-online-demo/index.html

  • Index doesn't work if PDF file resides in RoboHelp Project

    If I create a RH8 project and publish, the index works as it should.  Each keystroke will change where you are in the Index. If I put a .PDF file in the project, the Index doesn't work -- it no longer recognizes keystrokes and you can only scroll through it.
    Does RoboHelp not support PDF files within the project?

    Ummm, did I hear you say "Usage Reports"?
    That sems to indicate that you are publishing to RoboHelp Server, no? And that piece of information would have been nice to know up front. Please click here for more on why.
    If you are indeed using the RoboHelp Server, I'm going to move this thread over into that forum category. But I'll wait to hear back with a confirmation from you before I do.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How to use documentbeforesaved method? And why my code doesn't work in template files?

    Can someone help me with these two codes?
    ----Beginning of code 1-------------
    Private WithEvents App As Word.Application
    Private Sub Document_Open()
    Set App = Word.Application
    End Sub
    Private Sub App_DocumentBeforeSave(ByVal Doc As Document, SaveAsUI As Boolean, Cancel As Boolean)
    MsgBox("BeforeSave")
    End Sub
    --------------End of the code----------------
    Beginning of code 2--------------- Code 2 is from https://msdn.microsoft.com/en-us/library/office/ff838299(v=office.15).aspx
    Public WithEvents appWord as Word.Application 
    Private Sub appWord_DocumentBeforeSave _ 
     (ByVal Doc As Document, _ 
     SaveAsUI As Boolean, _ 
     Cancel As Boolean) 
     Dim intResponse As Integer 
    Private Sub App_DocumentBeforeSave(ByVal Doc As Document, SaveAsUI As Boolean, Cancel As Boolean)
    MsgBox("BeforeSave")
    End Sub
    In the first code, they have:
    Private Sub Document_Open()
    Set App = Word.Application
    End Sub
     I test these two codes in "This document" object, and I find out the first code works but the second code are not!
    Why second code doesn't work?
    Extra question: I am using microsoft 2013. I insert this code into a macro-enabled template. But when I am about to save my file I am expecting these code works. However, they didn't work!
    Thank you for solving these problem for me!

    Hello,
    Please note that the code snippet 2 in your post is different from the code snippet in the MSDN document. Also please read the comments of the MSDN code sample:
    This example prompts the user for a   yes or no response before saving any document.
    This code must be placed in a   class module, and an instance of the class must be correctly initialized to   see this example work; see
    Using Events with the Application Object for   directions on how to accomplish this.
    Public WithEvents appWord   as Word.Application
    Private Sub   appWord_DocumentBeforeSave _
     (ByVal Doc As Document, _
     SaveAsUI As Boolean, _
     Cancel As Boolean)
     Dim intResponse As Integer
     intResponse = MsgBox("Do you really   want to " _
     & "save the document?", _
     vbYesNo)
     If intResponse = vbNo Then Cancel = True
    End Sub
    So the problem in your code snippet 2 is that you didn't put it into a class module and initialize the class module. If you just put it into ThisDocument, you have to initialize the word application object.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • BUG: EA 2.1 code editor: completion insight doesn't work in opened files

    I just migrated from SQLDEV 1.5.5 to EA 2.1. It's nice that I colud find so many of my suggestions implemented in this new version. THANKX :-)
    code editor:
    When I'm working in SQL Worksheet the "completion insight" feature is working well, but when I try to use it in an opened file, it doesn't work.
    Is there a special preference to turn on for use with files?
    Edited by: @chris on 12.11.2009 10:57

    Correct it did work in 1.5. on .sql files, when connected, so I have updated the ER to bug. We also need to expand this to support PL/SQL files.
    Sue

  • Itunes 10 Add to Library doesn't work for mp4 file

    I'm running OS X Lion, iTunes 10.5.2, Quicktime 10.
    I am trying to add an MP4 video file to my library and itunes simply does nothing when I drag it to the Movies folder or when I try to select the file from the Add to Library command.  I've been reading for the past hour and see others have had similar issues.  Is there a fix for this?

    I just discovered that iTunes doesn't like the H.264 version of MP4 files. If I convert the video to MPEG-4, I can successfully copy the file into iTunes.  Is this a bug or a feature?

  • Windows Firewall doesn't work as advertised: "File and Sharing (SMB-in)" fails to restrict by user, computer or IP.

    Hello,
    I'm trying to understand whether I'm the one who's crazy, doing something wrong, or whether Windows Firewall was designed to be broken (and stay that way through Windows Server 2008 R2!)
    When I go to Windows Firewall with Advanced Security from the Start Menu and edit the Inbound Rule for "File and Sharing (SMB-in)", the result I am seeking is that I can restrict access by both user and computer.
    Upon enabling the rule, and selecting the "Allow the connection if it is secure" option (and nothing else), the firewall obliges by denying any and all attempts by other computers to map or browse files.
    When I enter the name of one PC in the Computers tab under the "Allow connections from these computers", again the firewall obliges and the said PC can now browse and map to shares on that server.  HOWEVER, now other computers on the network are able
    to do the same, as long as they have any set of verifiable credentials (like a local user/admin or domain user/admin, etc).  Trying to restrict by user or by IP yield almost identical results.  Both those who I do and do not want are able to access
    files on the said server.
    My question is this: how is this firewall rule supposed to work?  What do we have to do to actually make it accept and reject connections based on the criteria we have provided?
    My goal is to only allow SMB access to a user IF they log in from a particular computer or group of computers.
    Any help would be GREATLY appreciated!
    Waqqas

    I too find the same problem.  I enable the firewall rule, put in Local Addresses that I want to be able to get through the firewall to access the File shares, but it opens the firewall so any ip address can access the shares.  Anyone have an answer?
    And No, Niko Bellic,  checking the MSDN forum is NOT the answer!

  • IPhone 5 - Insert picture from email doesn't work, but sending in Photos via email does?

    I have an issue with a user here at my office.  When composing an email and they insert a picture from their phone, it sends the email, but the picture is not attached.
    However, if we go to Photos and send the photo via email, it works fine.
    He had been able to send fine up until yesterday afternoon and then it stopped working, so I believe he's done something, but I have no idea what.  Took a look at his settings and everything seems normal.  Also, rebooted his phone, but the same issue occurs.  And as far as I know, he's the only one having this issue.
    We are running email via Lotus Traveler/Domino, but I've tested my iPhone and everything sends fine, so I don't believe this is a server issue.
    Does anyone have any idea of what to try here?
    PS - user is using ios7.1 (same as mine)

    I have an issue with a user here at my office.  When composing an email and they insert a picture from their phone, it sends the email, but the picture is not attached.
    However, if we go to Photos and send the photo via email, it works fine.
    He had been able to send fine up until yesterday afternoon and then it stopped working, so I believe he's done something, but I have no idea what.  Took a look at his settings and everything seems normal.  Also, rebooted his phone, but the same issue occurs.  And as far as I know, he's the only one having this issue.
    We are running email via Lotus Traveler/Domino, but I've tested my iPhone and everything sends fine, so I don't believe this is a server issue.
    Does anyone have any idea of what to try here?
    PS - user is using ios7.1 (same as mine)

  • Delete button doesn't work in deleting files in Windows Explorer

    Anyone is facing this problem? Delete button just works when deleting the letter we are typiing. Anyone can share if you are facing this problem and how to fix? thanks a lot.

    Windows deletion is activated from cursor on object right click options where you see rename, delete etc.
    You can delete multiple objects in Explorer's objects/list by putting cursor over 1st object, pressing the shift key and then sliding cursor down or up list to select multiply highlit objects. You right click on the group and can delete from dropdown. This can be used also to multiply rename pictures as well which is useful.

  • SaveAs() method doesn't work for PDF file

    I used the script below to generate a PDF file. When I ran it, no error occurred but no PDF was generated either
    var pdf = new File("E:\\STWWEB1\\CDLG_ILL\\temp\\jpeg\\640\\1.pdf");
    docRef.saveAs(pdf);
    Does anybody know what's wrong?

    PDF needs to have a new instance of the PDFSaveOptions created. Look at the JS Reference
    PDFSaveOptions
    Options for saving a document as an Adobe PDF file, used with the saveAs method. All properties are optional.
    Saving to PDF format
    // Saves the current document as PDF to dest with specified options
    // dest contains the full path and file name to save to
    function saveFileToPDF (dest) {
    var doc = app.activeDocument;
    if ( app.documents.length > 0 ) {
    var saveName = new File ( dest );
    saveOpts = new PDFSaveOptions();
    saveOpts.compatibility = PDFCompatibility.ACROBAT5;
    saveOpts.generateThumbnails = true;
    saveOpts.preserveEditability = true;
    doc.saveAs( saveName, saveOpts );

  • Itunes+iphone doesn't work! all files are grey!

    i connect my iphone to itunes and all the files are grey!
    i can't select any of the files and i cant transfer any new files.
    please help!

    If you have selected only sync checked music then it will sync only what is checked.
    If you have it set to sync certain playlists then you can add and remove songs to the selected playlists and sync.
    If you have manually managed music selected you can drag and drop.
    Here is an article for manually manage music and a link to the manual:
    http://support.apple.com/kb/HT1535
    http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf

  • 'Source Directory doesn't exist' error in sender file adapter

    Hi All,
    I m getting the error 'Source Directory doesn't exist' in sender file adapter.
    The source file directory doesn't exist in XI Server. Its in a different system.
    gone through other sdn t hreads.
    the options seems to be
    1. either to mount the Source Directory on the XI Server.
    2. Install a FTP server and use FTP protocol.
    My doubt is that, could nt we give necessary access rights to the XIAFUSER whihc will access the Source Directory?
    Wont it be sufficient?

    Hi Aarthi,
    If you are using system other than XI, then you have to use FTP server
    else check you have proper authorization of read/write to the source directory...
    and check the name of it as well, as it is case sensetive and you have provided the proper details of server.
    check these blog as well...
    /people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi
    /people/shabarish.vijayakumar/blog/2006/08/01/along-came-a-file-adapter-mr-ftp-and-rest-of-the-gang
    Sachin
    Edited by: Sachin Dhingra on Mar 24, 2009 12:16 PM

Maybe you are looking for

  • Report personalization issue..

    Hi Experts, We have published our few reports which are orignially created in Query designer in our BW portal using the WAD iviews. We have a issue that when we choose "Personalize Web application"  for a report then same reports opens up every time

  • The application requires more database privileges than you have currently

    Hi, on 10g R2, no one can login to DB Control grid (not sys, not sysman nor system ). We get the following : The application requires more database privileges than you have currently been granted. Click on Help to get more version specific informatio

  • FM for checking Tranport Request.

    Hi gurus, Transport Request numbers are stored in Table E070, it also stores if Request is Customizing request/Correction Request. I want to know if there is any existing FM to get this information regarding a TR. As it is, i think accessing a Basis

  • HELP...My Flash won't run!

    Test Page Here Wierd, it was working a week ago?? The flash is fine: Test Page Here Hope I am doing something stupid, we can all have a good laugh! Thanks Richard

  • What is " set system highability enable" of command 6509(Catos)

    system is cat 6509 (Two sup, Two MSFC) two supervisors is runnging i am saw config " set system highability enable" of cat6509" generally when catos image is upgrade, set system highability function must disable bye cisco homepage why is disable high