Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RestBCAdapter fails when user starts with "FN" #44

Open
StephanWald opened this issue Apr 12, 2022 · 0 comments
Open

RestBCAdapter fails when user starts with "FN" #44

StephanWald opened this issue Apr 12, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@StephanWald
Copy link
Contributor

variableName! = variableNamePrefix! + "_" + str(i) + "!"
execute variableName! + " = methodParams!.get(" + str(i) + ")"

The user prefix is computed using the logged in username. If this starts with "FN" these lines fail because variable names cannot start with FN in BBj (it's reserved for functions).

Possible solution: prefix with "x_" or similar to avoid this conflict.

@StephanWald StephanWald added the bug Something isn't working label Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant