Skip to content

Commit 85dbfd4

Browse files
authored
Fixed missing WLS schema component causing ATP rcu creation failure (#1121)
* Fixed missing WLS schema component causing ATP rcu creation failed with ORA-01031: insufficient privileges * add WLS component to fix ATP run_rcu creation failure * fix copy and paste problem
1 parent 356d569 commit 85dbfd4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

core/src/main/typedefs/JRF-Compact.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"customExtensionTemplates": [ ],
2828
"serverGroupsToTarget": [ ],
29-
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB" ]
29+
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB", "WLS" ]
3030
},
3131
"JRF_12CR2": {
3232
"baseTemplate": "Basic WebLogic Server Domain",
@@ -38,7 +38,7 @@
3838
],
3939
"customExtensionTemplates": [ ],
4040
"serverGroupsToTarget": [ ],
41-
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB" ]
41+
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB", "WLS" ]
4242
},
4343
"JRF_12CR2_LAST": {
4444
"baseTemplate": "Basic WebLogic Server Domain",
@@ -50,7 +50,7 @@
5050
],
5151
"customExtensionTemplates": [ ],
5252
"serverGroupsToTarget": [ ],
53-
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB" ]
53+
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB", "WLS" ]
5454
}
5555
},
5656
"system-elements": {

core/src/main/typedefs/JRF.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
],
6262
"customExtensionTemplates": [ ],
6363
"serverGroupsToTarget": [ "JRF-MAN-SVR", "WSMPM-MAN-SVR" ],
64-
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB" ]
64+
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB", "WLS" ]
6565
},
6666
"JRF_12CR2": {
6767
"baseTemplate": "Basic WebLogic Server Domain",
@@ -74,7 +74,7 @@
7474
"customExtensionTemplates": [ ],
7575
"serverGroupsToTarget": [ "JRF-MAN-SVR", "WSMPM-MAN-SVR" ],
7676
"dynamicClusterServerGroupsToTarget" : [ "WSMPM-DYN-CLUSTER" ],
77-
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB" ]
77+
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB", "WLS" ]
7878
},
7979
"JRF_12CR2_LAST": {
8080
"baseTemplate": "Basic WebLogic Server Domain",
@@ -87,7 +87,7 @@
8787
"customExtensionTemplates": [ ],
8888
"serverGroupsToTarget": [ "JRF-MAN-SVR", "WSMPM-MAN-SVR" ],
8989
"dynamicClusterServerGroupsToTarget" : [ "WSMPM-DYN-CLUSTER", "WSM-CACHE-DYN-CLUSTER" ],
90-
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB" ]
90+
"rcuSchemas": [ "MDS", "IAU", "IAU_VIEWER", "IAU_APPEND", "OPSS", "STB", "WLS" ]
9191
}
9292
},
9393
"system-elements": {

0 commit comments

Comments
 (0)