HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Convert convwork -RMS-E-FLKRMS-E-FLK error
Operating System - OpenVMS
1829115
Members
14550
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 02:51 AM
11-09-2004 02:51 AM
Convert convwork -RMS-E-FLKRMS-E-FLK error
Sometimes during/starting this convert i get a error.
Does some one know the problem, knows what it means, and the answer to solve this?
I'am running OpenVMS 7.3-2
$ convert/fdl=reg.fdl/truncate -
reg.tmp -
reg.do1
%CONVERT-F-CREA_ERR,
error creating work file CONVWORK
-RMS-E-FLKRMS-E-FLK,
file currently locked by another user
Does some one know the problem, knows what it means, and the answer to solve this?
I'am running OpenVMS 7.3-2
$ convert/fdl=reg.fdl/truncate -
reg.tmp -
reg.do1
%CONVERT-F-CREA_ERR,
error creating work file CONVWORK
-RMS-E-FLKRMS-E-FLK,
file currently locked by another user
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 02:15 PM
11-09-2004 02:15 PM
Re: Convert convwork -RMS-E-FLKRMS-E-FLK error
This may be clashing with another process trying to create the same CONVWORK file. Normally CONVERT and SORT are fairly good at keeping work files independent, even if you define multiple processes to go to the same location/filename, but I suspect there are still ways to break it if you try hard enough.
There are a number of things to try. First define your SORTWORK and CONVWORK logical names to be unique to the process. Under V7.3-2 you have the lexical function F$UNIQUE to help:
$ DEFINE CONVWORK1 dev:[dir]'F$UNIQUE()
Another option is to define the logical names to point to a non-existant directory:
$ DEFINE CONVWORK1 dev:[NOSUCHDIR]
This will cause the files to be created without entering them into a directory, therefore they can't clash (but if the process is deleted you may end up with lost files on the disk).
There are a number of things to try. First define your SORTWORK and CONVWORK logical names to be unique to the process. Under V7.3-2 you have the lexical function F$UNIQUE to help:
$ DEFINE CONVWORK1 dev:[dir]'F$UNIQUE()
Another option is to define the logical names to point to a non-existant directory:
$ DEFINE CONVWORK1 dev:[NOSUCHDIR]
This will cause the files to be created without entering them into a directory, therefore they can't clash (but if the process is deleted you may end up with lost files on the disk).
A crucible of informative mistakes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 08:51 PM
11-09-2004 08:51 PM
Re: Convert convwork -RMS-E-FLKRMS-E-FLK error
I've seen this with shared work directories.
I'm intriqued by the use of a non-existant directory but it will lead to lost files so be prepared to find them.
On versions earlier than V7.3-2 then f$getjpi("","PID") can be used to form unique filenames.
I'm intriqued by the use of a non-existant directory but it will lead to lost files so be prepared to find them.
On versions earlier than V7.3-2 then f$getjpi("","PID") can be used to form unique filenames.
____________________
Purely Personal Opinion
Purely Personal Opinion
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP