This is an odd one. Note the work-around below. Do not have a formal resolution yet.
Rocket U2 issue UDT-4095: This error can only be seen with Redhat 5.6 (kernel version 2.6.18-238.12.1.el5), RHEL 6.0 (kernel version 2.6.32-71.el6) and Suse 11.0 SP1 (2.6.32.12-0.7-default). All three environments are 64bit. To reproduce on the above environment in $UDTHOME/demo: 1. Create a BP record called 'ABC', set line 1 to a value of 'ABC'. 2. Create a basic program that runs this code: MY.CMD = 'COPY FROM BP "ABC","DEF"' EXECUTE MY.CMD 3. Run the basic program, the output will be like: :RUN BP TEST BP(132517,2059) is non-writeable subscribing file. 0 records copied : Note: The BP file should not contain a record called 'DEF'. To workaround, execute the command via basic program like: SUBROUTINE EXECUTE.COPY(CMD) EXECUTE CMD Wally Terhune U2 Support Architect Rocket Software 4600 South Ulster Street, Suite 1100 **Denver, CO 80237 **USA Tel: +1.720.475.8055 Email: [email protected] Web: www.rocketsoftware.com/u2 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jeff Butera Sent: Monday, November 14, 2011 1:05 PM To: [email protected] Subject: Re: [U2] Error Message: non-writeable Subscribing File On 11/14/2011 03:03 PM, Steve Lowe wrote: > Since our move to the RH Linux (version 7.2.7) in May 2011, we have had > problems with a Web application that should rename / copy a XML file to a > HTML formatted file. The command being executed is: > > COPY FROM _HOLD_ FILE_NAME, FILE_NAME2 OVERWRITING DELETING > > On our OLD HP-UX server, the process worked correctly. Not so on the new RH > environment. > > The error message is: > > _HOLD_(55124381,64770) is non-writeable subscribing file > > Search of the archives did not yield much. Permissions on the _HOLD_ > directory are 777. This is an open bug with Rocket - I believe Wally was able to have some of their people reproduce this internally. -- Jeff Butera, PhD Manager of ERP Systems Hampshire College 413-559-5556 _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
