-
Notifications
You must be signed in to change notification settings - Fork 92
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
Unable to update datasets with VBA Format #467
Comments
There appears to be an issue with the etag value. Created a new VB dataset. Updated it once via the Zowe Explorer. All good. Updated second time getting 414. Suspicion that etag is not being updated in node when uploading |
@Colin-Stone initial results of the research are: So it seems that ETAG is calculated differently for VBA Datasets while we're trying to do save/download as for the common one, it would explain the situation, also log shows the following picture:
|
Thanks to Richelle for finding an issue in the Zowe CLI project that is related to this one: Uploading file to dataset with RECFM=FBA shifts lines one char to the right #537. There is also a linked PMR issue as well, so the team thinks it would be good to vote for the PMR issue, found here: https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=137769 |
Raised on behalf of customer who believes this function used to work.
It should be possible to edit a VBA dataset.
Create a VBA dataset e.g.
dsname: STONECC.TEST.VBA
blksz: 50
cdate: 2020/01/24
dev: 3390
dsorg: PS
edate: None
extx: 1
lrecl: 0
migr: NO
mvol: N
ovf: NO
rdate: 2020/01/24
recfm: VBA
Edit this file and save. The save operation results in a Http 412 which causes the compare function to be invoked. Etag?
The text was updated successfully, but these errors were encountered: