Hi,
I have written a simple python script performs certain selection criteria on the input line feature class and outputs the single line feature as feature class. Script in running fine, i have checked through iterating the output by makefeaturelayer and showing with arcpy.AddMessage("%s: = %s" % (field.name, row.getValue(field.name)))... Problem is that after publishing to arcgis server, the script runs fine and show me the messages but at the end it says
esriJobMessageTypeError: Invalid return value:
any help???
regards
Rizwan