T.R | Title | User | Personal Name | Date | Lines |
---|
1256.1 | check domain directory protection and BG privileges | TOOK::SHMUYLOVICH | | Tue Jul 16 1991 18:21 | 11 |
|
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.2 | | SUBWAY::YANNIOS | N�MAT NYO8/E2 DTN:352-3197 | Tue Jul 16 1991 21:40 | 9 |
| 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.3 | domain_directory is not a valid directory specification | TOOK::SHMUYLOVICH | | Wed Jul 17 1991 11:35 | 36 |
| > 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
|