<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic IDOC Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939581#M1152097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of my user is getting an error, he is unable to process his Idocs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error while writing IDOC to file:&lt;/P&gt;&lt;P&gt;Message no: EA084&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IDOC was to be written to file &lt;BR /&gt;****************&lt;STRONG&gt;\&lt;/STRONG&gt;\*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was not possible because no authorization for writing to this file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one have any idea on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2008 14:23:52 GMT</pubDate>
    <dc:creator>Sri_S1</dc:creator>
    <dc:date>2008-12-11T14:23:52Z</dc:date>
    <item>
      <title>IDOC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939581#M1152097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of my user is getting an error, he is unable to process his Idocs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error while writing IDOC to file:&lt;/P&gt;&lt;P&gt;Message no: EA084&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IDOC was to be written to file &lt;BR /&gt;****************&lt;STRONG&gt;\&lt;/STRONG&gt;\*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was not possible because no authorization for writing to this file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one have any idea on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 14:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939581#M1152097</guid>
      <dc:creator>Sri_S1</dc:creator>
      <dc:date>2008-12-11T14:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939582#M1152098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First guess - Check if user has auth. obj. S_DATASET in his/her profile and what authorization values are contained in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user has authorizations to write then run a trace (ST01) or check the last failed auth. check (SU53, and display data for a different user).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 15:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939582#M1152098</guid>
      <dc:creator>Private_Member_119218</dc:creator>
      <dc:date>2008-12-11T15:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939583#M1152099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also do check object S_PATH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 17:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939583#M1152099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T17:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939584#M1152100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 13:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939584#M1152100</guid>
      <dc:creator>Sri_S1</dc:creator>
      <dc:date>2008-12-12T13:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939585#M1152101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 13:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939585#M1152101</guid>
      <dc:creator>Sri_S1</dc:creator>
      <dc:date>2008-12-12T13:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939586#M1152102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, sun, could you tell me the root  cause for this?  Because i get the same issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 09:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939586#M1152102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T09:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939587#M1152103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are having the exact same issue I suggest you check user's authorizations for S_DATASET auth. object and see if they user has authorizations to write (ACTVT '34') for the path you want to write the file (IDOC) to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 07:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939587#M1152103</guid>
      <dc:creator>Private_Member_119218</dc:creator>
      <dc:date>2009-01-13T07:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939588#M1152104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recently faced same issue. I was also convinced that it’s an authorization issue. [Also so a SAP note saying same thing]. The error was coming in sales order output when user was saving sales order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the status record for the error message and found out that file was getting written using Dialogue user. Dialogue were not allowed to have authorization of S_DATASET for that particular interface folder. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the solution was to change partner profile setting from 'Send idoc immediately' to 'Collect Idoc'. Then schedule RSEOUT00 frequently using a batch user&amp;nbsp; to send out the IDoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So did not have to convince authorization team to give dialogue user authorization to write file. &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1245/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 16:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939588#M1152104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-07T16:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939589#M1152105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;For file to idoc scenario is there any possibility to get line items details or xml details i.e the segments and its related field details using reference id, transaction id or interface name or message id in SAP PI 7.0. I know we need to click each and every message in sxi_monitor and look for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;For SAP(R3 System) I can create a report and set the job for specific time period so automatically it throws the details(like reference no, document date, invoice no from) in ftp path as .csv file. The same ftp path is maintained in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I wanted to check FTP---&amp;gt;PI postings and I have set the job at r3 system it is working fine and Im monitoring it too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Now the end to end scenario is FTP---&amp;gt;PI---&amp;gt;ECC(R3 system). Please help. Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 07:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939589#M1152105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-22T07:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939590#M1152106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;For file to idoc scenario is there any possibility to get line items details or xml details i.e the segments and its related field details using reference id, transaction id or interface name or message id in SAP PI 7.0. I know we need to click each and every message in sxi_monitor and look for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;For SAP(R3 System) I can create a report and set the job for specific time period so automatically it throws the details(like reference no, document date, invoice no from) in ftp path as .csv file. The same ftp path is maintained in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I wanted to check FTP---&amp;gt;PI postings and I have set the job at r3 system it is working fine and Im monitoring it too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Now the end to end scenario is FTP---&amp;gt;PI---&amp;gt;ECC(R3 system). Please help.Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 07:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/4939590#M1152106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-22T07:24:17Z</dc:date>
    </item>
  </channel>
</rss>

