I am attempting to use a geoprocessing widget to upload or "append" tables to an existing SDE table, which works fine in desktop. I can not figure out how to use the upload feature correctly to get the process to run. I have uploads checked on the gpservice in Server Manager. When I use the input parameter type="GPDataFile" it fails with Error #1009, if I use type="datafile", it seems to upload but fails to run the process. Does anyone have any suggestions?Execution Type: esriExecutionTypeAsynchronous
Parameters:
Parameter: Input_Datasets
Data Type: GPMultiValue:GPDataFile
Display Name Input Datasets
Direction: esriGPParameterDirectionInput
Default Value:
Parameter Type: esriGPParameterTypeRequired
Category:
<inputparams>
<param name="Input_Datasets"
label="Upload CSV Borings"
required="true"
type="GPDataFile"
visible="true">
</param>
</inputparams>