- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- %CONVERT-F-CREA_ERR, error creating work file CONV...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
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
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО05-27-2007 09:37 PM
тАО05-27-2007 09:37 PM
%CONVERT-F-CREA_ERR, error creating work file CONVWORK
$conv/fdl=sys$input/fast XX$ABC_DATA:auto_upd.dat XX$ABC_DATA:auto_upd_idx.dat
FILE
ORGANIZATION indexed
BUCKET_SIZE 4
KEY 0
DUPLICATES yes
SEG0_LENGTH 11
SEG0_POSITION 513
But when i try to execute this com file, i'm getting the following error.
%CONVERT-F-CREA_ERR, error creating work file CONVWORK
-RMS-E-CRE, ACP file create failed
-SYSTEM-F-EXDISKQUOTA, disk quota exceeded.
I checked the XX$ABC_DATA device and there is no disk quota enabled. From the error i could see that the command gives me error in creating a Work file. I would like to take help from someone to resolve this error and where to check the location of CONWORK file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2007 10:02 PM
тАО05-27-2007 10:02 PM
Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK
how much free space do you have on the device XX$ABC_DATA, and how much contiguous free space ?
Can you post
$ show logical conv*
$ show logical sort*
You should have 3 to 4 times more free space than the size of your input file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2007 10:21 PM
тАО05-27-2007 10:21 PM
Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK
The file is 425 blocks and the device has more than 6 GB space. The logicals are as follows.
show logi conv*
(LNM$SYSTEM_TABLE)
"CONVSHR_TV" = "CONVSHR"
show logi sort*
(LNM$SYSTEM_TABLE)
"SORTSHR_TV" = "SORTSHR"
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2007 10:28 PM
тАО05-27-2007 10:28 PM
Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK
I would also recommend checking the setting of SYS$SCRATCH. CONVERT (which makes internal use of SORT) places the sort work files in SYS$SCRATCH.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2007 11:12 PM
тАО05-27-2007 11:12 PM
Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK
Bob wrote:
>>>
I would also recommend checking the setting of SYS$SCRATCH.
<<<
"the setting" might be better worded as "the definition"
The simplest solution with the least side effects would be to enter into A.COM, in the line _JUST_ before $conv ...
$ DEFINE/USER SYS$SCRATCH XX$ABC_DATA:
(this will allways work, as long as the device that holds XX$ABC_DATA: has at least free space double the size of the file to be sorted. For really BIG files it may not provide maximum performance)
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2007 02:15 AM
тАО05-28-2007 02:15 AM
Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK
As Jan correctly noted, it would be more precise to say "the value of the logical name SYS$SCRATCH".
The posting does not mention whether XX$ABC_DATA is the login device for this account. By default, the value of SYS$SCRATCH is set to the login device/directory.
As Jan noted, doing an ASSIGN/USER of a suitable scratch area to SYS$SCRATCH will likely resolve the problem.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2007 03:17 AM
тАО05-28-2007 03:17 AM
Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK
> The file is 425 blocks
And with this little free space/quota on sys$scratch or the disk where Your home directory is located, You will most likely soon encounter similar problems with other applications as well.
Better cleanup or ask the system manager to increase Your quota !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2007 04:08 AM
тАО05-28-2007 04:08 AM
Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK
This may be a problem with directory ownership and resource identifiers.
A temporary file, such as CONVWORK, is not associated with any directory. It has no directory backlink. The file system therefore has no way of associating the resource identifier on the directory with the file it creates.
What is the EXACT OpenVMS version?
Detail have changed in this area.
btw... Does the KEY specified in the FDL match the sort order of the input file? In that case you can use /NOSORT and not use CONVWORK at all!
Btw... similar issues in SORT may cause error message, yet convert succesfully.
See.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=950248
Hope this helps some,
Hein van den Heuvel (at gmail dot com)
HvdH Performance Consulting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2007 06:17 PM
тАО06-27-2007 06:17 PM