I created a data source that runs a VB script to collect data about files being published for other systems to read. The script works great and returns all the data perfectly in 135 property bags. When the bags are returned using the returnItems
command I get the following error. The location issue that was pointed out in several other questions is not the issue here.
Module was unable to convert parameter to a double value
Original parameter: '$Data/Property[@Name=stdValue']$'
Parameter after $Data replacement: '$Data/Property[@Name=stdValue']$'
Error: 0x80020005
Details: Type mismatch.