Idoc flatfile to IDOC xml issue with new PI7.11 module SAP_XI_IDOC/IDOCFlat

Hi,
I am trying to develop a scenario as mentioned in the blog using the new module available in PI7.1,but I am getting this error
"Error: com.sap.conn.idoc.IDocMetaDataUnavailableException: (3) IDOC_ERROR_METADATA_UNAVAILABLE: The meta data for the IDoc type "ORDERS05" is unavailable."
I have made every configuration correct and IDOC meta data available in both SAP R3 and PI,but it is still complaning about the meta data does not exist.
Blog:  http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/13743%3Fpage%3Dlast%26x-order%3Ddate
did anybody face issue with the new module available "SAP_XI_IDOC/IDOCFlatToXmlConvertor",please help me or give me mre information why I am getting this meta data error.
Thank you,
Sri

Hi Sri,
To Convert IDOC Flat file into IDOC xml from the given blog, the IDOC flat file should be present in standard format like:
E2EDK01005                    0000047110815000000000001.........
E2EDKA1003                    0000047110815000000000002.........
E2EDKA1003                    0000047110815000000000003..........
E2EDKA1003                    0000047110815000000000004........
The Flat file have relationship as IDOC Number "000004711081500000" and segment sequence "0000001".
If your flat file is not in this formate so i don't think that module is able to convert into IDOC xml. and if your file is already in this format then it may be issue with destinations which are created in NWA.
Thanks
Harish

Similar Messages

  • When I open a new tab, an unwanted website opens instead of my desired home page. THIS IS ONLY AN ISSUE WITH NEW TABS; (opening the web browser AND clicking on the home button frings me to my desired home page.)

    When I open a new tab, an unwanted website opens instead of my desired home page. THIS IS ONLY AN ISSUE WITH NEW TABS; (opening the web browser AND clicking on the home button frings me to my desired home page.)
    I have attached the url of the unwanted site.

    Use this add-on [https://addons.mozilla.org/en-US/firefox/addon/custom-new-tab/ '''Custom new tab'''].

  • How can i get my ps 3.0 to install on my laptop ? compatibility issues with newer version of windows

    how can i get my ps 3.0 to install on my laptop ? compatibility issues with newer version of windows

    It's hopelessly outdated. It's simply not compatible.
    Mylenium

  • Windows Media Player plugin does not install on a fresh install of Firefox 15. This is a real issue with new students.

    I have them go to the correct site:
    plugin download page on Interoperability Bridges.
    My only options are:
    1. Have them move some files over manually; which isn't feasible with students who are technically challenged.
    2. Have them install an earlier version of Firefox. 11 is the last known good version that accepts the WMP install. The problem I am finding with this is even though I tell them not to update before installing WMP somehow they still manage to do it. A lot of times they don't know how to tell me what version of ANY browser they are using.
    Firefox is one of the few browsers that work with our LMS well, but this plug problem is a real issue.
    This only pertains to any student who has never had Firefox on their computer prior to 11.
    Thanks in advance.

    I noticed it after 11, however with 12 students students experienced problems with puzzles in Angel LMS. We had people roll back to 11.
    13 came out and that's when the trouble started. I usually stay in beta so I can get a idea of what's working. Once again I had people roll back to 11.
    I logged into a system here I had not logged into before and did a fresh install of 11 and I was able to recreate the problem myself.
    Getting people on 11 is a little harder this semester because I had to locate the 11 install and send that along with the plugin to new users. The 11 install likes to force the 15 update so they have to get the plugin installed right away. Sometimes the concept is a little much for some people.
    Edit: 12 might have been okay, since we were rolling back anyway. I don't recall any issues with WMP the few weeks students had been using it.
    Edit 2: I do remember trying to search these forums for the issue and someone posted that they had been experiencing the same problems with 12 beta (at the time it was beta) and I think it was explained as being a beta issue and it never went anywhere else.

  • Quality issues with new Mac Mini 09?

    I've been itching to hit the 'buy' button -- but in reading the many postings about the new Mac Mini, I'm seeing lots of issues with the bluetooth ... *wireless signal* ...
    Is there anyone who's not experiencing any problems?
    Sounds like it may be a hardware issue with connections... the last thing I want.
    My other choice is the 2008 Mac Pro which seems trouble free.
    What do you think?
    Thanks.

    There is a general issue/trend with the new Mini. There are plenty of reports in these forums and the news has begun to hit the wider press; I guess this is more important to a company with only 2-3% desktop share than posts to these forums. I went to the Genius Bar on Saturday and they have now lodged an official bug report with Apple. It looks like the Mini cannot pair with more than one HCI device. So if you pair with the mouse first the keyboard won't work and vice-versa. They don't think the Mini hardware is broken but that we will just have to wait for Apple to fix the firmware.
    Where I do agree is that some issues are OS-X 10.5 related and can therefore affect all Macs. The WiFi has issues where it randomly drops, it doesn't seem able to re-connect at all to channels above 13 and only manually to channels below 12. The system resume function is unreliable. All these started when we moved from 10.4 to 10.5 and so far they have not been addressed. One issue is that there does not appear to be a way for users to log bug reports, except when software crashes. However, the bluetooth issues on the Mac do appear real and are either firmware or hardware related.

  • Issue with new abap webdynpro INBOX EHP5

    Hello Experts,
    I'm currently working on the configuration of ESS/MSS services in EHP5. We are using different services like Appraisal OSA, Learning solution,etc. I already configured the Launchpad ESS, it's working fine but now I have an issue with the new Abap webdynpro INBOX. The employee and manager see their workitem notifications correctly in their respective inbox.(I'm calling application: IBO_WDA_INBOX that I integrated in my launchpad).
    My problem is that when clicking on a workitem in order that it opens me the appraisal document (in edit or display mode), I got an error saying: "There is no iView available for system "": object "SWF_WIOBN". For more information, contact your administrator."
    I did some search on SAP help without any results. I'm wondering how should I register workflow tasks? I saw there is a table called IBO_C_WF_TAS (I added entries e.g:
    IBO_WDA_INBOX TS99700031   EXECUTEAPPRAISALDOCUMENT).
    I tried also to register all my custom tasks in transaction SWFVISU.
    example:
    TASK: TS99700013
    Visualization Type: ABAP Webdynpro
    APPLICATION:    HAP_MAIN_DOCUMENT
    DYNPARAM   :    sap-wd-configId=HAP_AC_MAIN_DOC
    NAMESPACE :    sap
    SYSTEM_ALIAS: SAP_Webdynpro_XSS (I did create a system in sap portal under System Administration with as AS property /webdynpro/dispatcher )
    Could you let me know what could be wrong, what I missed? Shall I create an iView, if yes which one? which properties?
    I would really appreciate any help.
    Thanks!

    Hello Siddharth,
    Thanks for you reply. Still the same issue. Following are the config I did till now:
    In the PCD I created a new business object (SWF_WIOBN), an operation linked to the object (NAVIGATE).
    I did create an iView (powl) in the custom folder, I integrated the operation within iView. I created a page that contains the iView.
    In the properties of the iView I gave:
    Application Name: HAP_MAIN_DOCUMENT.
    Launch in New Window: "Display in separate Headerless Portal Window".
    System: SAP_ECC_HumanResources
    I added the required entries in tables:
    IBO_C_WF_TTAS
    IBO_C_WF_ACS
    IBO_V_WF_TAC
    IBO_V_WF_TTAC
    etc...
    I saw in the code of linked feeder class: CL_IBO_INBOX_FEEDER_WI  that it's checking something called "Launch_Editor".. Is it a property that we can set somewhere?
    Following are the parameters retrieved by system:
    BO_NAME       =  SWF_WIOBN
    BO_OP_NAME = NAVIGATE
    LAUNCHER_PARAMETERS ->  empty.??
    BO_RESOLVE_MODE = USER_SET_OF_ROLES
    LAUNCH_EDITOR  empty where must be set?
    At the end I still get the error:
    There is no iView available for system "": object "SWF_WIOBN". For more information, contact your administrator.
    Any advice,
    Thanks in advance

  • ISSUE WITH NEW VERSION OF BLACKBERRY MESSENGER ON DIFFERENT BLACKBERRY PHONES

    Dear Madam / Sirs,
    I would like to seek assistance in resolving an issue with my BLACKBERRY TORCH 9810 I installed the new version of BLACKBERRY MESSENGER on my phone and it does not work on WIFI ONLY MODE.
    For example I traveled to Mexico and Panama and was on a WIFI ZONE with open access and tried to use my BLACKBERRY MESSENGER and it did not work...I tried to deleting the application and installing a previous version but was not possible. The same issue occurs on a different BLACKBERRY phone that it was working perfectly...but after updating to the new version of BLACKBERRY MESSENGER it did not work.
    Please help me resolve this issue.
    Thanks in advance
    Polk Marin
    E-mail: (personal info removed)@yahoo.com

    and what version do you have installed? I dont see this on ver 6.2.0.56
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Strange Printing Issue With New HP & Pages

    Hello!
    I have a very strange printing issue with a new HP printer. I have written pages documents heavy in Texts which are located within tables. The documents print fine on a Cannon and Epson printer and look great but when I print the document on my new HP Laserjet Pro 400 Colour M451nw some of the text on some rows come out of the printer looking like they are bold / slightly fuzzy. This only happens with some of the rows of text, not all of them. The font is the same in every row with the same format.
    You can see this in the attached image. The first line (Thanks very much) has printed correctly but the subsequent lines look bold / slightly fuzzy.
    After a lot of testing the only way I can resolve this is if I copy the content into a new pages document and only then it will print and look ok with the HP printer.
    This must be a problem within my origional document. I would simply copy and paste everything into a new document however this would take a very, very long time (over 5 years of work producing teaching materials and over 100 documents and thousands of tables and formatting that cannot be copied and pasted).
    Also, on other printers you can see the lines seperating each row of the table. These lines are not visible on the HP print outs, even when the table is copied into a new document.
    Has anyone come accross an issue like this before? Is there a way I can fix this without creating a new document? Do I need to get a new another new printer (the 4th printer this week!)?
    Any advise, wise words would be greatly apprechiated!
    Thanks!

    Sorry, Fruhulda. After 4 hours on the phone with Apple care they are taking this issue further themselves. It seems to be a problem with our pages document and the compatibility with certain drivers. We have still not gotton to the bottom of it and Apple are going to get back to me when they have an answer.
    We also worked out that the issue only happens when you print via Ethrenet & USB. Printing via Wifi is ok and there are no quality issues.
    Very Strange!

  • Graphics/artifacting issues with new mid-2014 15" MacBookPro Retina

    I'm having graphics issues with my new 15" mid-2014 2.8 MacBookPro Retina.  It came with Yosemite.  I keep get glitchy
    artifacting when using Premiere Pro and After Effects (CC 2014), obviously, but then even just while using Finder when AE and PP are closed.
    I've read about it with earlier models, but nothing about the new ones.
    I turned off the Automatic Graphics Switching in Energy Saver and just updated my CUDA NVIDIA driver.  It's still a problem.  Any ideas on what to do next?
    Thanks in advance.

    Remove CUDA and see whether there's an improvement.
    To remove CUDA, triple-click anywhere in the first line below on this page to select it:
    /Library/Frameworks/CUDA.framework
    /Library/LaunchAgents/com.nvidia.CUDASoftwareUpdate.plist
    /Library/PreferencePanes/CUDA Preferences.prefPane
    /System/Library/Extensions/CUDA.kext
    /System/Library/StartupItems/CUDA
    /usr/local/cuda
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Trash. You may be prompted for your administrator login password. Continue with the remaining lines. Some of the items may be absent, in which case you'll get a message that the file couldn't be found. After moving all the above items to the Trash, restart the computer and empty the Trash. Don't try to empty the Trash until you have restarted.
    If you haven't already done so, back up all data before making any changes.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • I am having issues with new version of Final Cut Pro, is there away to download the last version so I can finish my projects?

    I am having major issues with the new version of Final Cut x, I have missing clips and my computer is locking up, I need to finish some projects so is there away to go back to the last version before the new update?

    Not unless you have saved a copy of the previous version; also, any libraries that you have updated to use in the newer version will not be usable in the older version anyway.
    Rather than going back you should try and figure out what is wrong. The current version works great for most users. Start by clearing your preferences: hold down command and option keys while starting FCP X, and confirm when asked. Many different issues can often be solved by just that.
    In case it doesn't solve, please provide more detailed information like OS version, Ram, drive and connection, etc

  • Having issues with new iPad mini retina 128 dropping wifi

    New ipad mini have issues with dropping signal while I am in the middle of connection.  I can be reading a book or email and it will just drop the connection.  When I try to hook back up it says it cannot join.  My iphone 5c is right next to me and is connecting fine.  It is frustrating when  I am in the middle of taking notes in an area and it drops the signal and I lose everything.  I can be 5 feet away and it will not hook up.  Also, I have reset the network settings and started all over.  It helped for a day or so and it started all over again.  Also, I have reset and turned off and on my router to assure the signal connections.  I am now in the process of taking it back for a replacement.  Apple says it is a hardware issue. 

    I'm experiencing the same problem.
    But my old iPad mini is connecting fine.
    I think it is a firmware or software problem?
    I hope Apple will fix this issue on an update sooner!

  • Horrible issues with new iTunes update

    I am having a few issues with the new iTnes update:
    I cannot find a way to view the album artwork in the bottom left-hand corner like I used to. I can't find the option anywhere! I want to see it.
    Some song files have had their song titles, album titles, etc. changed from what I had them listed as. For example, my Footloose file, which used to say the song title was "Footloose" and the album as "Footloose", now shows the song title as "Footloose (from 'Footloose')" and the album title is blank. When I go to try to change it back, it is all greyed out and will not let me change it!
    Song files that I had put in more than one album artwork for, (if the song appeared on more than one album, including greatest hits albums and sountracks) the update now lists them as all individual songs from each one of the albums, so I have tons of repeats. I want it to go back to showing me all the album artwork for ONE file.
    This new update has completely destroyed my iTunes library. I am NOT HAPPY.

    Well its simple. Just go to your finder and search for iphone. You will find a backup folder. But, you should just be able to restore your iphone. Then after restore it will ask which backup your will like to use. Then in the drop down menu select your phones name and it should restore all contacts,text messages and notes as well as bookmarks. It worked fine for me until I used iFuntastic and Apptap. I guess it alterd the backup file and deleted all my notes. So, unless you have "hacked" your phone it should restore and re enter your info fine.

  • Wi-fi issues with new 3.1.3 update

    Just updated to the new FW 3.1.3 and now my iPhone 3G wont connect to my wi-fi. It see's it but when I select it, after a few seconds I get a error: "Unable to join the network."
    I reset my router and still nothing. MBP and PS3 can get on just fine.
    Anybody else having issues?

    Reading this and the other posts on Wifi problems is disturbing. My iPhone 3G is on firmware 3.1.2 so not sure that reverting back to 3.1.2 will help as I have the same problems. It also appears that 3.1.3. will exacerbate the problem. Sounds like its time to harass Apples Support staff and developers to get a proper resolution to this issue as this problem is starting to really irritate.
    I use a Netgear WNDR3700 wifi router at home. It has support for all bands. At work I use a Belkin router (exact model not remembered) I see the same problems. At my mates house with another Netgear router (DG834G) I see the same problem.
    Until the last few weeks I can't say I've had any problems with WiFi on my 12 month old iPhone 3G (firmware 3.1.2 (7D11). However, these last few weeks this phone just can't stay connected to WiFi networks for any great period of time; sometimes minutes, sometimes seconds.
    I've tried manually adding wifi networks following hints from other users on the forums, but this doesn't work reliably.
    I've now done a full reset of the network element based on advice in Apple's own iPhone WiFi troubleshooter. I'll see how that goes. http://www.apple.com/support/iphone/assistant/wifi/#section_5
    I don't believe this issue will be resolved without Apple's action, so come on Apple please help us. We love our iPhones, just don't like to see issues with them!

  • Issues with new Maverick Mail, issues with new Maverick Mail

    Everytime I use Mail a window opens asking me my password for my Icloud account.
    This started after I installed the new OS X Mavericks.

    Hi there,
    We have similar problems plus many more. We have spoken to repair company's who will not take the job on now as they know they cannot fix any issues with Mac updates.
    The lattest fix has not fixed my mail issues since the last update either!
    Its a shambles and all my settings are correct, we have checked them three times but nothing seems to work.
    Does anyone who of a reliable mail program for mac?  Im having to use my PC mail program now as Mac are so slow to repair there mistakes. Its costing our company thousands in downtime with the disruptive updates. Our Iphones dont work properly since thier last update either. One would have to ask whats going on with Mac? No preplys from there so called helplines.
    WHATS MAC GOING TO DO ABOUT IT???

  • Serious Issues with New Itunes Release

    I'm having serious issues with my Itunes. If I right click on any of the songs and go to reveal in Windows Explorer (so i can find the darn things) it removes pretty much every option from the right click menu, refuses to play music and if i shut down ITunes and try to restart it it refuses to open again. I've tried unistalling and reinstalling the software and i get the same issue. any ideas? its driving me insane and i wish i had never upgraded to the new version because the last version was working just fine.

    Also I see that Itunes remains in my task manager in the processes section even after I close it down. any ideas would be woooonderful because i can't live without my music...

Maybe you are looking for

  • Thinkpad W520 - Win7 - Bluetooth device not recognized by Windows 7/64

    The W520 does have Bluetooth. Had it before, I was able to switch it on/off by the Fn/F5 switch. But I did something "stupid" and deleted something  I was not supposed to, which I can not recall. Dumb me. -reinstalled Lenovo and Intel network drivers

  • Connecting Zen Microphoto to a new

    I am buying a new car, and want to be able to connect my Zen Microphoto to play?through the stereo. The car maker offers a?USB connection as an option, and I want to know whether I should take it. The car manufacturer says this about the USB connecti

  • Test coverage in LabView Unit Test Framework

    Hi, can somebody from NI confirm the following two statements about the Unit Test Framework: 1. The framework does not support "recursive coverage metrics", where the coverage considers sub-VIs that are executed in the VI under test. 2. 100% coverage

  • Where can I find documentation about the RSRTRACE Tcode?

    Hi! I'm doing a trace regarding template performance, and need a guideline document how this T Code works, and what I have to do to get the result out... Have anyone anything I can use?

  • How to get last session open tabs?

    My hard disk is damaged, but I can read/copy files when I install it in other computer as a secondary hard disk. The problem happend suddenly, and now I need to recover the last session open tabs. How can I get them? Only URLs of course. Thanks.