I'm trying to write a dataset and featuretype fanout to ArcGIS Portal. The desired behaviour is:
Each feature service is determined by Attribute Column X (dataset fanout)
A layer in each feature service is determined by Attribute Column Y (feature type fanout)
I have performed a few fanouts before on different writers and they seem to work, but I can't get Portal Feature Services to successfully produce a fanout.
My workflow is similar to the fanout template here:
https://knowledge.safe.com/articles/565/fanout-1.html (see Combination fanouts)
A feature type fanout is successful, but a dataset fanout using this workflow generates the following error:
https:\\portal.bluedot.global\\arcgis\\AttributeValue1' does not appear to be a valid domain
I have also tried specifying the feature service parameters:
firstname.lastname/@Value(attribute_values) with the following error:
The error code from the server was '400' and the message was: 'Item does not exist or is inaccessible.'. Details: ''
I suspect the issue must be somewhere in my configuration but I'm not sure where exactly, and how to configure it in order to produce the desired results.