We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is there perhaps a limitation to observations containing at most two numbers in the copy-code?
The text was updated successfully, but these errors were encountered:
could you clarify ? There should be no any such restriction.
Sorry, something went wrong.
The error is due to NPE at org.xmetdb.rest.protocol.CallableProtocolCopy, line 65
CopyStructureSOM copySOM = new CopyStructureSOM(pvSource, pvTarget); exec.process(copySOM);
TODO: check the reason (the observation was almost empty at the time of the copy attempt)
vedina
No branches or pull requests
is there perhaps a limitation to observations containing at most two numbers in the copy-code?
The text was updated successfully, but these errors were encountered: