Replies: 1 comment
-
Hey @jdrt77,
Also, if the dataset already exist you will get the same error but with less details
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!!
I'm getting the next error when i try to create a new PDS through Zowe CLI o VSCode
command:
zowe files create pds --data-class spds 'Z27436.CBL'
error:
Command Error:
z/OSMF REST API Error:
Rest API failure with HTTP(S) status 500
category: 8
rc: -26868
reason: 0
message: Dynamic allocation Error
Error Details:
HTTP(S) error status "500" received.
Review request details (resource, base path, credentials, payload) and ensure correctness.
Protocol: https
Host: 204.90.115.200
Port: 10443
Base Path:
Resource: /zosmf/restfiles/ds/z27436.cbl
Request: POST
Headers: [{"Accept-Encoding":"gzip"},{"X-CSRF-ZOSMF-HEADER":true}]
Payload: '{"alcunit":"CYL","dsorg":"PO","primary":1,"dirblk":5,"recfm":"FB","blksize":6160,"lrecl":80,"secondary":1}'
I've tried to create the library putting all the values like lrecl, recfm, ... but i get the same error
Could you help me, please??
Thanks a lot!!
Beta Was this translation helpful? Give feedback.
All reactions