Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
052a024d
Commit
052a024d
authored
May 08, 2009
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dbs files for classvolumes always loaded before other volumes
parent
33f46c23
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
238 additions
and
228 deletions
+238
-228
wb/lib/wb/src/wb_erep.cpp
wb/lib/wb/src/wb_erep.cpp
+238
-228
No files found.
wb/lib/wb/src/wb_erep.cpp
View file @
052a024d
...
@@ -529,7 +529,7 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
...
@@ -529,7 +529,7 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
char
fname
[
200
];
char
fname
[
200
];
char
vname
[
200
];
char
vname
[
200
];
char
line
[
200
];
char
line
[
200
];
int
i
;
int
i
,
j
;
pwr_tVid
vid
;
pwr_tVid
vid
;
pwr_tStatus
sts
;
pwr_tStatus
sts
;
wb_vrepdbs
*
vrep
;
wb_vrepdbs
*
vrep
;
...
@@ -538,6 +538,8 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
...
@@ -538,6 +538,8 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
strcpy
(
fname
,
load_cNameVolumeList
);
strcpy
(
fname
,
load_cNameVolumeList
);
dcli_translate_filename
(
fname
,
fname
);
dcli_translate_filename
(
fname
,
fname
);
// Load classvolumes first (j == 0) and then other volumes (j == 1)
for
(
j
=
0
;
j
<
2
;
j
++
)
{
ifstream
fpm
(
fname
,
ios
::
in
);
ifstream
fpm
(
fname
,
ios
::
in
);
if
(
!
fpm
)
{
if
(
!
fpm
)
{
*
status
=
LDH__PROJCONFIG
;
*
status
=
LDH__PROJCONFIG
;
...
@@ -574,6 +576,7 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
...
@@ -574,6 +576,7 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
cdh_StringToVolumeId
(
vol_array
[
1
],
&
vid
);
cdh_StringToVolumeId
(
vol_array
[
1
],
&
vid
);
if
(
cdh_NoCaseStrcmp
(
vol_array
[
2
],
"ExternVolume"
)
==
0
)
{
if
(
cdh_NoCaseStrcmp
(
vol_array
[
2
],
"ExternVolume"
)
==
0
)
{
if
(
j
==
1
)
{
if
(
nr
!=
6
)
if
(
nr
!=
6
)
cout
<<
"Syntax error in file: "
<<
fname
<<
endl
;
cout
<<
"Syntax error in file: "
<<
fname
<<
endl
;
...
@@ -590,9 +593,11 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
...
@@ -590,9 +593,11 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
MsgWindow
::
message
(
'E'
,
"Unable to open volume"
,
vname
,
e
.
what
().
c_str
());
MsgWindow
::
message
(
'E'
,
"Unable to open volume"
,
vname
,
e
.
what
().
c_str
());
}
}
}
}
}
else
if
(
cdh_NoCaseStrcmp
(
vol_array
[
2
],
"ClassVolume"
)
==
0
||
else
if
(
cdh_NoCaseStrcmp
(
vol_array
[
2
],
"ClassVolume"
)
==
0
||
cdh_NoCaseStrcmp
(
vol_array
[
2
],
"DetachedClassVolume"
)
==
0
||
cdh_NoCaseStrcmp
(
vol_array
[
2
],
"DetachedClassVolume"
)
==
0
||
strcmp
(
vol_array
[
3
],
"load"
)
==
0
)
{
strcmp
(
vol_array
[
3
],
"load"
)
==
0
)
{
if
(
j
==
0
)
{
if
(
nr
<
4
)
if
(
nr
<
4
)
cout
<<
"Syntax error in file: "
<<
fname
<<
endl
;
cout
<<
"Syntax error in file: "
<<
fname
<<
endl
;
...
@@ -668,7 +673,9 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
...
@@ -668,7 +673,9 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
MsgWindow
::
message
(
'E'
,
"Volume snapshotfile not found"
,
vname
);
MsgWindow
::
message
(
'E'
,
"Volume snapshotfile not found"
,
vname
);
}
}
}
}
}
else
{
else
{
if
(
j
==
1
)
{
// Load db for this volume
// Load db for this volume
char
uname
[
80
];
char
uname
[
80
];
...
@@ -793,7 +800,9 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
...
@@ -793,7 +800,9 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
}
}
}
}
}
}
}
fpm
.
close
();
fpm
.
close
();
}
// Identify dbs that also is loaded as db
// Identify dbs that also is loaded as db
vrep_iterator
itdbs
,
itdb
;
vrep_iterator
itdbs
,
itdb
;
...
@@ -850,6 +859,7 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
...
@@ -850,6 +859,7 @@ void wb_erep::loadMeta( pwr_tStatus *status, char *db)
addDb
(
&
sts
,
vrepdb
);
addDb
(
&
sts
,
vrepdb
);
MsgWindow
::
message
(
'I'
,
"Database opened"
,
vname
);
MsgWindow
::
message
(
'I'
,
"Database opened"
,
vname
);
}
}
if
(
!
vol_cnt
)
if
(
!
vol_cnt
)
*
status
=
LDH__PROJCONFIG
;
*
status
=
LDH__PROJCONFIG
;
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment