[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

1256.0. "Historian Init. failed (%QFILE-F-CREATERR)" by SUBWAY::YANNIOS () Tue Jul 16 1991 18:32

    Historian batch job fails with the following two messages 
    shortly after submit:
    
    %QFILE-F-CREATERR, unable to create or open queue file
    %QFILE-F-CREATERR, unable to create or open queue file
    
    Please advise...thank you.
    
    Nick
    
T.RTitleUserPersonal
Name
DateLines
1256.1check domain directory protection and BG privilegesTOOK::SHMUYLOVICHTue Jul 16 1991 20:2111
    
 The Historian Background process must have the read/write
 privileges to the domain directory.

 Domain directory can be found using

	SHOW DOMAIN domain_name ALL CHAR


Sam
    
1256.2SUBWAY::YANNIOSTue Jul 16 1991 23:409
    MCC> SHOW DOMAIN ICOM_LAB ALL CHAR
    
    Domain CITIBANK_NS:.ICOM_LAB
    AT 16-JUL-1991 20:43:11 Characteristics
    
    Examination of attributes shows
                                   Owner ID = "111_WALL_STREET"
                                  Directory = .
    MCC>
1256.3domain_directory is not a valid directory specificationTOOK::SHMUYLOVICHWed Jul 17 1991 13:3536
>    MCC> SHOW DOMAIN ICOM_LAB ALL CHAR
>    
>    Domain CITIBANK_NS:.ICOM_LAB
>    AT 16-JUL-1991 20:43:11 Characteristics
>    
>    Examination of attributes shows
>                                   Owner ID = "111_WALL_STREET"
>    ------------------------->     Directory = .
>    MCC>

   Historian FM uses domain directory to store Historical repositories
   and some of the private repositories and files. Domain directory is 
   an argument of the Create Domain directive ( the default value of this 
   argument is current directory). Unfortunately Create Domain directive does 
   not validate this argument and accepts all symbols user enters. (Domain
   FM already has a QAR about domain directory attribute).

  In your case domain directory is not valid directory specification and 
  Historian Background process can not create required files.

 The only way to modify domain directory is to delete this domain and 
 create it again with valid argument. If you want to save all members
 of the existing domain you can:
	- create a temporary domain;
	- copy your domain to temporary;
	- delete your domain;
	- create your domain with correct directory;
	- copy a temporary domain to your domain;
	- delete a temporary domain.

 Sorry for inconvenience.

	Sam