Fixed Assets
Hi,
I am receiving the message Procedure or function ‘taCreateAssetID’ expects parameter ‘@I-vAssetId’, which was not supplied.
Any idea what could be causing this? I am providing an AssetID Asset Suffix Asset Description, Asset Class but to no luck can I figure out what this error is trying to tell me.
I am receiving the message Procedure or function ‘taCreateAssetID’ expects parameter ‘@I-vAssetId’, which was not supplied.
Any idea what could be causing this? I am providing an AssetID Asset Suffix Asset Description, Asset Class but to no luck can I figure out what this error is trying to tell me.
Answers
It means that the field wasn’t sent to the proc and so was empty.
If you have the field mapped as you mention (and you have to as i’m sure it is required in smartconnect) then the only way you’d get this error is if you sent a blank. So you might have a blank row in your source data that it is trying to process.
If you perhaps are using a calculation to send this field and the calculation is coming up empty for some reason.
You can tell a bit more about the issue if you switch the output to Dynamics GP – FIle and review the output.
If you have the field mapped as you mention (and you have to as i’m sure it is required in smartconnect) then the only way you’d get this error is if you sent a blank. So you might have a blank row in your source data that it is trying to process.
If you perhaps are using a calculation to send this field and the calculation is coming up empty for some reason.
You can tell a bit more about the issue if you switch the output to Dynamics GP – FIle and review the output.
Hi Patrick! Hope all is well with you and the family. Yes! After reading your post, I opened the map and analyzed more closely that the field was not mapped. Someone must have removed this field since the last time it worked and it was driving me nuts. Such a simple thing to check! You’re the best!!!