ArcMap Desktop 10.1
I'm trying to build a simple Calculate Value Tool entry in a model to concatenate some variables together into an output shapefile name. Cannot get it to work even though the expression evaluates correctly. I have simplified and simplified it trying to find source of error. I now have the simplest of entries. I put a simple text string into the expression and it still will not get past the tool.
Executing (Calculate Value): CalculateValue "calcname1" # String
Start Time: Wed Jul 05 12:35:54 2017
Value = calcname1
ERROR 000354: The name contains invalid characters
Failed to execute (Calculate Value).
Failed at Wed Jul 05 12:35:54 2017 (Elapsed Time: 0.00 seconds)
I have tried arcpy.ValidateTableName() - no difference.
What 'name' has invalid characters?
I chopped everything out of the model to where there is just the Calculate Value tool trying to evaluate the one input text string. It will not successfully finish.
Help?