<?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 ArcGISFeatureService writer creates service but no features written in ArcGIS Data Interoperability Ques.</title>
    <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655075#M386</link>
    <description>&lt;P&gt;I’m using the &lt;STRONG&gt;Esri Geodatabase (ArcSDE)&lt;/STRONG&gt; reader and the &lt;STRONG&gt;safe.esri-AGOL.ArcGISFEATURESERVICE&lt;/STRONG&gt; writer to publish to our ArcGIS Portal (Portal [11.3], ArcGIS Pro [3.5.1]). The feature service gets created, but it’s always empty.&lt;/P&gt;&lt;P&gt;The source feature class has about 56,764 records, but the writer log shows this error:&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco" size="3"&gt;&lt;EM&gt;ArcGISFeatureServiceWriter: append error: Write job failure: 'Error has occurred.'&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" size="3"&gt;&lt;EM&gt;ArcGISFeatureServiceWriter: 0 features successfully written to 'aaSiteAddressPointDEV2',&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" size="3"&gt;&lt;EM&gt;but the server rejected the 56765 features in the last request due to errors.&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" size="3"&gt;&lt;EM&gt;Python Exception &amp;lt;RejectedBatchWrite&amp;gt;: FMEException...&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Has anyone run into this? Any advice on what usually causes the “rejected batch write” when using the ArcGISFeatureService writer to Portal?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 03 Oct 2025 05:06:50 GMT</pubDate>
    <dc:creator>JuneAcosta</dc:creator>
    <dc:date>2025-10-03T05:06:50Z</dc:date>
    <item>
      <title>ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655075#M386</link>
      <description>&lt;P&gt;I’m using the &lt;STRONG&gt;Esri Geodatabase (ArcSDE)&lt;/STRONG&gt; reader and the &lt;STRONG&gt;safe.esri-AGOL.ArcGISFEATURESERVICE&lt;/STRONG&gt; writer to publish to our ArcGIS Portal (Portal [11.3], ArcGIS Pro [3.5.1]). The feature service gets created, but it’s always empty.&lt;/P&gt;&lt;P&gt;The source feature class has about 56,764 records, but the writer log shows this error:&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco" size="3"&gt;&lt;EM&gt;ArcGISFeatureServiceWriter: append error: Write job failure: 'Error has occurred.'&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" size="3"&gt;&lt;EM&gt;ArcGISFeatureServiceWriter: 0 features successfully written to 'aaSiteAddressPointDEV2',&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" size="3"&gt;&lt;EM&gt;but the server rejected the 56765 features in the last request due to errors.&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" size="3"&gt;&lt;EM&gt;Python Exception &amp;lt;RejectedBatchWrite&amp;gt;: FMEException...&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Has anyone run into this? Any advice on what usually causes the “rejected batch write” when using the ArcGISFeatureService writer to Portal?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 05:06:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655075#M386</guid>
      <dc:creator>JuneAcosta</dc:creator>
      <dc:date>2025-10-03T05:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655128#M387</link>
      <description>&lt;P&gt;The new ESRI ArcGIS Feature Service is backwards compatible down to Portal 11.3, however, it will not hurt if you replace it the ArcGIS Portal Feature Service writer and check if you get the same error.&lt;/P&gt;&lt;P&gt;For the error message itself. At what point in the translation did the writer logged a rejection? Was there a long pause after the first feature entered the writer feature type?&amp;nbsp; Some possible scenarios can be date fields, attribute names, attribute types, coordinate system (although unlikely with CS since the log will return an error). What's your source SDE dbms? The data store for Enterprise hosted feature layers is Postgres so case matters with field names. A BulkAttributeRenamer can be neccesary sometimes. Cpnvert dates to strings for troubleshooting purposes as well.&lt;/P&gt;&lt;P&gt;You can also file a support case if the above can be too daunting to troubleshoot.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 12:36:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655128#M387</guid>
      <dc:creator>RenatoSalvaleon3</dc:creator>
      <dc:date>2025-10-03T12:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655132#M388</link>
      <description>&lt;P&gt;Another possibility is the wrong geometry type is in the data, for example it is OK if the data has null geometry but not if it has line or polygon geometry when you're trying to write to a point feature layer.&amp;nbsp; Also, it is always a good idea when reading and writing between different storage platforms to define your writer by importing the schema definition from the source dataset.&amp;nbsp; Both sides of your equation are Esri technology so this will be reliable.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 12:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655132#M388</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2025-10-03T12:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655187#M389</link>
      <description>&lt;P&gt;Thanks for responding! I’ve been working on this on and off for a couple of weeks with no luck. We’re testing &lt;STRONG&gt;branch versioning&lt;/STRONG&gt; in our stage environment, and I’m trying to use &lt;STRONG&gt;FME&lt;/STRONG&gt; to load ~300 layers from our &lt;STRONG&gt;EGDB&lt;/STRONG&gt; into &lt;STRONG&gt;Portal&lt;/STRONG&gt;. FME still feels like the easiest path, but I’m running into issues.&lt;/P&gt;&lt;P&gt;Our source egdb is MSSQL. Per your suggestion, could you clarify exactly how to &lt;STRONG&gt;“define the writer by importing the schema from the source dataset”&lt;/STRONG&gt; in FME? I’m not sure which dialog/step you mean (Add Writer vs. Import Feature Types vs. Feature Type Definition).&lt;/P&gt;&lt;P&gt;I’ve attached the &lt;STRONG&gt;log,&lt;/STRONG&gt; and a &lt;STRONG&gt;screenshot of my workbench&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I’ll also test with the &lt;STRONG&gt;ArcGIS Portal Feature Service&lt;/STRONG&gt; writer again to see if I get the same results. I think that’s where I originally started, but Safe recommended I use the new writer—so I’ll try it one more time just to compare.&lt;/P&gt;&lt;P&gt;&lt;!--  [if gte vml 1]&amp;gt;&amp;lt;v:shapetype id=&amp;quot;_x0000_t75&amp;quot; coordsize=&amp;quot;21600,21600&amp;quot;
 o:spt=&amp;quot;75&amp;quot; o:preferrelative=&amp;quot;t&amp;quot; path=&amp;quot;m@4@5l@4@11@9@11@9@5xe&amp;quot; filled=&amp;quot;f&amp;quot;
 stroked=&amp;quot;f&amp;quot;&amp;gt;
 &amp;lt;v:stroke joinstyle=&amp;quot;miter&amp;quot;/&amp;gt;
 &amp;lt;v:formulas&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;if lineDrawn pixelLineWidth 0&amp;quot;/&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;sum @0 1 0&amp;quot;/&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;sum 0 0 @1&amp;quot;/&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;prod @2 1 2&amp;quot;/&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;prod @3 21600 pixelWidth&amp;quot;/&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;prod @3 21600 pixelHeight&amp;quot;/&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;sum @0 0 1&amp;quot;/&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;prod @6 1 2&amp;quot;/&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;prod @7 21600 pixelWidth&amp;quot;/&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;sum @8 21600 0&amp;quot;/&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;prod @7 21600 pixelHeight&amp;quot;/&amp;gt;
  &amp;lt;v:f eqn=&amp;quot;sum @10 21600 0&amp;quot;/&amp;gt;
 &amp;lt;/v:formulas&amp;gt;
 &amp;lt;v:path o:extrusionok=&amp;quot;f&amp;quot; gradientshapeok=&amp;quot;t&amp;quot; o:connecttype=&amp;quot;rect&amp;quot;/&amp;gt;
 &amp;lt;o:lock v:ext=&amp;quot;edit&amp;quot; aspectratio=&amp;quot;t&amp;quot;/&amp;gt;
&amp;lt;/v:shapetype&amp;gt;&amp;lt;v:shape id=&amp;quot;Picture_x0020_1&amp;quot; o:spid=&amp;quot;_x0000_i1025&amp;quot; type=&amp;quot;#_x0000_t75&amp;quot;
 alt=&amp;quot;&amp;quot; style='width:331.5pt;height:109.5pt'&amp;gt;
 &amp;lt;v:imagedata src=&amp;quot;file:///C:/Users/jacos/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png&amp;quot;
  o:href=&amp;quot;cid:image001.png@01DC3440.F488CE70&amp;quot;/&amp;gt;
&amp;lt;/v:shape&amp;gt;&amp;lt;![endif] --&gt;&lt;!--  [if !vml] --&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JuneAcosta_0-1759507296818.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141341i95459E0CC2D96C02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JuneAcosta_0-1759507296818.png" alt="JuneAcosta_0-1759507296818.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;!-- [endif] --&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 16:03:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655187#M389</guid>
      <dc:creator>JuneAcosta</dc:creator>
      <dc:date>2025-10-03T16:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655197#M390</link>
      <description>&lt;P&gt;Hi June&lt;/P&gt;&lt;P&gt;When adding a writer you have the option to import its definition from an existing dataset, see outlined in red here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BruceHarold_0-1759508336361.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141343iEC8C3DAD814FDCE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BruceHarold_0-1759508336361.png" alt="BruceHarold_0-1759508336361.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'll look at your log shortly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 16:20:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655197#M390</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2025-10-03T16:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655202#M391</link>
      <description>&lt;P&gt;Hello again, I see you're reading in state plane and writing out web mercator.&amp;nbsp; In this situation the data is supposed to be automatically reprojected but it's possible something is not working at this step, so you could add an EsriReprojector (or plain Reprojector) in your workspace to see if that helps.&lt;/P&gt;&lt;P&gt;I also see you're using OneDrive as a shared file location, we have not tested this and it's possible it can be an issue.&lt;/P&gt;&lt;P&gt;If problems remain after importing the write definition and reprojecting your data please open a support call.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 16:31:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655202#M391</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2025-10-03T16:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655217#M392</link>
      <description>Thanks for responding! I've been working on this on and off for a couple of weeks with no luck. We're testing branch versioning in our stage environment, and I'm trying to use FME to load ~300 layers from our EGDB into Portal. FME still feels like the easiest path, but I'm running into issues.&lt;BR /&gt;&lt;BR /&gt;Per your suggestion, could you clarify exactly how to "define the writer by importing the schema from the source dataset" in FME? I'm not sure which dialog/step you mean (Add Writer vs. Import Feature Types vs. Feature Type Definition).&lt;BR /&gt;&lt;BR /&gt;I've attached the log, and a screenshot of my workbench.&lt;BR /&gt;&lt;BR /&gt;I'll also test with the ArcGIS Portal Feature Service writer again to see if I get the same results. I think that's where I originally started, but Safe recommended I use the new writer-so I'll try it one more time just to compare.&lt;BR /&gt;&lt;BR /&gt;[cid:image001.png@01DC3440.F488CE70]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Oct 2025 17:15:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655217#M392</guid>
      <dc:creator>JuneAcosta</dc:creator>
      <dc:date>2025-10-03T17:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655220#M393</link>
      <description>&lt;P&gt;Hi, the screen shot didn't make it ;-(&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 17:24:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655220#M393</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2025-10-03T17:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655274#M394</link>
      <description>&lt;P&gt;Another thing, try reducing the batch size being written from the default 1000 to 500 (and less if necessary), if your data is very point rich it might be a problem.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 19:43:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655274#M394</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2025-10-03T19:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655311#M395</link>
      <description>&lt;P&gt;Yes, I reduced it to a "max feature per request: 5oo" but still did not work.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 21:30:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655311#M395</guid>
      <dc:creator>JuneAcosta</dc:creator>
      <dc:date>2025-10-03T21:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655456#M396</link>
      <description>&lt;P&gt;Hi, this will be something simple in how you're writing.&amp;nbsp; If you're using the FME product please open a support call with Safe Software, if you're using Data Interoperability open one with Esri and request a screen share when our product engineer can join the call, PDT time zone.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 13:13:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655456#M396</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2025-10-06T13:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655480#M397</link>
      <description>&lt;P&gt;I confrm that I can write an Enterprise 11.3 feature layer with the new ESRI ArcGIS Feature Service (3.12.4)&lt;/P&gt;&lt;P&gt;I initially got an error when my Append is configured with Feature Collection (the log showed this error).&amp;nbsp; &amp;nbsp;I switched it to GEOJSON. Before running again, I deleted the feature service in Enterprise created from the first failed run. Once its deleted I ran my workspace again and successfully added features on the layer.&lt;/P&gt;&lt;P&gt;My error message when on my first failed run is similar to yours.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RenatoSalvaleon3_0-1759760405146.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141384iB7374455DBF37790/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RenatoSalvaleon3_0-1759760405146.png" alt="RenatoSalvaleon3_0-1759760405146.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What other error message appeared in your log before this python message? Mine is below,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RenatoSalvaleon3_1-1759760556275.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141385i372FEB5ED522BC50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RenatoSalvaleon3_1-1759760556275.png" alt="RenatoSalvaleon3_1-1759760556275.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 14:22:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655480#M397</guid>
      <dc:creator>RenatoSalvaleon3</dc:creator>
      <dc:date>2025-10-06T14:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655533#M398</link>
      <description>&lt;P&gt;"switched it to GEOJSON" Is this setting in the writer? Could you send me a screenshot of the writer with your configuration?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 16:12:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655533#M398</guid>
      <dc:creator>JuneAcosta</dc:creator>
      <dc:date>2025-10-06T16:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655542#M399</link>
      <description>&lt;P&gt;Yes, its in the writer parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RenatoSalvaleon3_0-1759767631474.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141396i1C244FF1501EA48A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RenatoSalvaleon3_0-1759767631474.png" alt="RenatoSalvaleon3_0-1759767631474.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 16:21:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655542#M399</guid>
      <dc:creator>RenatoSalvaleon3</dc:creator>
      <dc:date>2025-10-06T16:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655600#M400</link>
      <description>&lt;P&gt;Do my other parameters look correct for creating a new feature service?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JuneAcosta_1-1759773814953.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141416i5244AF072FA19E3C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JuneAcosta_1-1759773814953.png" alt="JuneAcosta_1-1759773814953.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 18:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655600#M400</guid>
      <dc:creator>JuneAcosta</dc:creator>
      <dc:date>2025-10-06T18:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISFeatureService writer creates service but no features written</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655603#M401</link>
      <description>&lt;P&gt;Can we take this offline? Here's my email, &lt;A href="mailto:rsalvaleon@esri.com.." target="_blank"&gt;rsalvaleon@esri.com.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 18:16:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/arcgisfeatureservice-writer-creates-service-but-no/m-p/1655603#M401</guid>
      <dc:creator>RenatoSalvaleon3</dc:creator>
      <dc:date>2025-10-06T18:16:31Z</dc:date>
    </item>
  </channel>
</rss>

