You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In copy-config operation when i am giving source and target both as a URL(file schema), Instead of copying whole file it's copying the some part of the file.
Here in below shown a file which i am passing as a source(source datastore). config.txt
And In Below attachment shown a file which i am getting as a output(target datastore). debugit.txt
Here in below shown a request which i am passing at the client side.
And in below attachment shown the server-side log when i am passing the above request.
So i just want to know that is this the correct behavior or am i doing something wrong ?
Thanks in Advance.
Regards
Jay
The text was updated successfully, but these errors were encountered:
Hi Jay,
this behavior is not correct and I have found the problem. It is even seen from the output that the target file gets replaced every time and so only the data from the last found relevant datastore remain. However, fixing this bug is not totally trivial and having other priorities we cannot say when this will get fixed. We always appreciate patches :)
Hi,
In copy-config operation when i am giving source and target both as a URL(file schema), Instead of copying whole file it's copying the some part of the file.
Here in below shown a file which i am passing as a source(source datastore).
config.txt
And In Below attachment shown a file which i am getting as a output(target datastore).
debugit.txt
Here in below shown a request which i am passing at the client side.
And in below attachment shown the server-side log when i am passing the above request.
So i just want to know that is this the correct behavior or am i doing something wrong ?
Thanks in Advance.
Regards
Jay
The text was updated successfully, but these errors were encountered: