Failure to publish spatially enabled dataframe

332
0
05-04-2020 01:46 PM
PatrickHill
New Contributor II

Hi all.

I am running into issues publishing a spatially enabled dataframe as a feature layer through the arcgis python api. I execute the following:

gis = GIS(<my portal>, <user>, <pw>)
feature_layer = df_sub1.spatial.to_featurelayer("test_df_to_fl", gis, 'test')

Looking at the portal logs I am getting ERROR 001369: Failed to create the service . My general workflow is:

  1. import csv as spatially enabled dataframe (sedf)
  2. import states feature class as sedf
  3. process csv
  4. merge processed csv derived sedf with states sedf
  5. publish as feature layer

Here is a screenshot of my portal logs:

Any help is greatly appreciated.

0 Kudos
0 Replies