Skip to main content

I have a workbench that was written in Form 2024.1 that takes data from a file geodatabase, runs a bunch of tests on it, and eventually writes to two Portal feature services. I published the workbench to Form 2024.1 and it worked without issue. When we upgraded to Flow 2025.1, the process stopped working, erroring with “ArcGIS Portal Feature Service Writer: 'addResults' error for a feature in '<feature service name>'. The error code from the server was '10500' and the message was: 'None'”. The workbench still runs successfully in Form 2025.1 with no changes to the data.

The Portal writer is set to Use Existing and Insert and Truncate Existing. From other Community posts, it looks like the error I get is usually associated with a schema change, but there hasn’t been one here. Did something else change? We are running Portal 11.3.

 

Hi ldreyfuss,

 

Would you please be able to file a support ticket about this so we can take a look at your logs? Here’s a guide on how to create a great support ticket. When submitting your job log, it would be helpful for us if debug mode was turned on.


Hi ​@nia.colebrooke ,

Thanks so much for the reply! I isolated the issue to a date field. It looks like when a date field is run in the Portal writer in Form, it handles it without a problem. Once I publish the workbench to Flow, it throws the error above when the Portal layer is writing to a Date field. When the Portal layer’s field is set to Date Only, the process errors with: ArcGIS Portal Feature Service Writer: 'addResults' error for a feature in '<layername>'. The error code from the server was '10500' and the message was: 'Cannot convert a value of type 'String' to 'DATE'.'

I will go ahead and log a case, thank you for the information! 

Edit: case logged :)