IKJ56231I FILE SYS00005 NOT ALLOCATED

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
john.fahey
Posts: 2
Joined: Wed May 09, 2012 2:00 pm

IKJ56231I FILE SYS00005 NOT ALLOCATED

Post by john.fahey »

We have a new batch process that started to receive these messages. I upgraded the process to ver 230. We increased the region size think that it was an issue with JAVA I verified that we can logon to the remote server
None of these changes make any differance. Here is the messages
Thanks
CoZBatch[N]: Copyright (C) 2005-2009 Dovetailed Technologies LLC. All rights reserved.
CoZBatch[N]: version 2.0.1 2012-01-14
CoZBatch: executing default progname="-/bin/sh"
EXPORT: FSUM7351 not found
Co:Z SFTP version: 2.3.0 (5.0p1) 2012-12-18
Copyright (C) Dovetailed Technologies, LLC. 2011. All rights reserved.
IKJ56231I FILE SYS00005 NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+
IKJ56231I TEXT UNIT X'0002' CONTAINS INVALID LENGTH
fromdsn()[E]: DatasetHandler: BPXWDYN allocation failed S99ERROR=0x037C S99INFO=0x0002
fromdsn()[E]: DatasetHandler: BPXWDYN command was: "alloc fi(SYS00005) reuse msg(2) da('') shr"
IKJ56247I FILE SYS00005 NOT UNALLOCATED, IS NOT ALLOCATED
IKJ56231I FILE SYS00005 NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+
IKJ56231I TEXT UNIT X'0002' CONTAINS INVALID LENGTH
fromdsn()[E]: DatasetHandler: BPXWDYN allocation failed S99ERROR=0x037C S99INFO=0x0002
fromdsn()[E]: DatasetHandler: BPXWDYN command was: "alloc fi(SYS00005) reuse msg(2) da('') shr"
IKJ56247I FILE SYS00005 NOT UNALLOCATED, IS NOT ALLOCATED
IKJ56231I FILE SYS00005 NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+
IKJ56231I TEXT UNIT X'0002' CONTAINS INVALID LENGTH
fromdsn()[E]: DatasetHandler: BPXWDYN allocation failed S99ERROR=0x037C S99INFO=0x0002
fromdsn()[E]: DatasetHandler: BPXWDYN command was: "alloc fi(SYS00005) reuse msg(2) da('') shr"
IKJ56247I FILE SYS00005 NOT UNALLOCATED, IS NOT ALLOCATED
IKJ56231I FILE SYS00005 NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+
IKJ56231I TEXT UNIT X'0002' CONTAINS INVALID LENGTH
fromdsn()[E]: DatasetHandler: BPXWDYN allocation failed S99ERROR=0x037C S99INFO=0x0002
fromdsn()[E]: DatasetHandler: BPXWDYN command was: "alloc fi(SYS00005) reuse msg(2) da('') shr"
IKJ56247I FILE SYS00005 NOT UNALLOCATED, IS NOT ALLOCATED
FOTS1346 Permission denied, please try again.

IKJ56231I FILE SYS00005 NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+
IKJ56231I TEXT UNIT X'0002' CONTAINS INVALID LENGTH
fromdsn()[E]: DatasetHandler: BPXWDYN allocation failed S99ERROR=0x037C S99INFO=0x0002
fromdsn()[E]: DatasetHandler: BPXWDYN command was: "alloc fi(SYS00005) reuse msg(2) da('') shr"
IKJ56247I FILE SYS00005 NOT UNALLOCATED, IS NOT ALLOCATED
FOTS1346 Permission denied, please try again.

IKJ56231I FILE SYS00005 NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+
IKJ56231I TEXT UNIT X'0002' CONTAINS INVALID LENGTH
fromdsn()[E]: DatasetHandler: BPXWDYN allocation failed S99ERROR=0x037C S99INFO=0x0002
fromdsn()[E]: DatasetHandler: BPXWDYN command was: "alloc fi(SYS00005) reuse msg(2) da('') shr"
IKJ56247I FILE SYS00005 NOT UNALLOCATED, IS NOT ALLOCATED
Received disconnect from 172.29.94.22: 2: Too many authentication failures for hcips

[39.669] Connection closed
CoZBatch: returning rc=exitcode=255
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: IKJ56231I FILE SYS00005 NOT ALLOCATED

Post by dovetail »

The error messages point to a missing or empty data set name.

Try getting a trace, and email the output along with the input JCL and script to info@dovetail.com and we will take a look.
Please do not include any confidential information.

To enable, add the following lines to the beginning of your script:

Code: Select all

export COZ_LOG=T
ssh_opts="$ssh_opts -vvv"
Post Reply