Forum Discussion
Hi,
Not sure what exactly you are trying to do... Can you provide some screenshot(s) illustrating what you are trying to replace and with what? Considering message text, I would guess that some string value that cannot be converted to an integer is used.
Hi Alex
The parameter indeed is a numeric value. I tried to substitute using the above options without luck. For my understanding, this should be a pretty straight forward parameterization. However, the tools is failing in doing it.
The parameter to be substituted is "ScanCode". It's using a number like this:
The variable I have tried to substitute using:
* Static variable
* A entry from CSV file. The content of the file are the same type of values (80000000000X where X is a number).
* Even just substituting the last 4 characters in order to avoid a length issue (just substituting 0002 ).
Always, I get the same error:
I guess the trouble is that the parameter is marked as "number" and cannot accept a string. However, I don't see a way to change that.
Hi,
Sorry - was away for some time...
From the provided screenshot it looks like you are using not the latest version of LoadComplete (4.50 at the moment of writing). Any chance to upgrade and check if the problem still exists?
If upgrade is not possible, what if you change data type from Number to String?