blob: 8eed3857d766858b970cf135f4ad229f08f208f6 [file] [log] [blame]
ChrisC025301d2017-01-31 11:40:03 +01001###
2# ============LICENSE_START=======================================================
3# ECOMP MSO
4# ================================================================================
5# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070010#
ChrisC025301d2017-01-31 11:40:03 +010011# http://www.apache.org/licenses/LICENSE-2.0
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070012#
ChrisC025301d2017-01-31 11:40:03 +010013# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END=========================================================
19###
20
21########################################################################
22#Resource key=Error Code|Message text|Resolution text |Description text
23#######
24# {component}-{subcomponent}-{4-digit code}{classification}
25#Newlines can be utilized to add some clarity ensuring continuing line
26#has atleast one leading space
27#ResourceKey=\
28# ERR0000E\
29# Sample error msg txt\
30# Sample resolution msg\
31# Sample description txt
32#
33#######
34#Error code classification category
35#1200-1299 Security/Permission Related
36#2200-2299 Availability/Timeout Related
37#3200-3299 Data Access/Integrity Related
38#4200-4299 Schema Interface Type/Validation
39#5200-5299 Business/Flow Processing Related
40#6200-6299 Reserved \u2013 do not use
41#9200-9299 Unknown Errors
42#
43######
44#{classification} description
45# I = Information
46# W = Warning
47# E = Error
48# F = Fatal
49########################################################################
50RA_CREATE_STACK_TIMEOUT=\
51 MSO-RA-2200E|\
52 Create Stack - Polling timeout exceeded. cloud={0}, tenant={1}, stack={2}, status={3}|\
53 Please check other logs for more detailed info|\
54 Create Stack timeout
55RA_DELETE_STACK_TIMEOUT=\
56 MSO-RA-2201E|\
57 Delete Stack - Polling timeout exceeded. cloud={0}, tenant={1}, stack={2}, status={3}|\
58 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -050059 Delete Stack timeout
ChrisC025301d2017-01-31 11:40:03 +010060RA_UPDATE_STACK_TIMEOUT=\
61 MSO-RA-2202E|\
62 Update Stack - Polling timeout exceeded. cloud={0}, tenant={1}, stack={2}, status={3}|\
63 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -050064 Delete Stack timeout
ChrisC025301d2017-01-31 11:40:03 +010065RA_MISSING_PARAM=\
66 MSO-RA-4200I|\
67 Missing Required parameter: {0}|\
68 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050069 Mandatory Parameter Missing
ChrisC025301d2017-01-31 11:40:03 +010070RA_PARSING_ERROR=\
71 MSO-RA-4201E|\
72 Error parsing file {0}|\
73 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050074 Error parsing file
ChrisC025301d2017-01-31 11:40:03 +010075RA_MARSHING_ERROR=\
76 MSO-RA-4202E|\
77 Error marshalling callback request with JaxB|\
78 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -050079 Error marshalling callback request
ChrisC025301d2017-01-31 11:40:03 +010080RA_PARSING_REQUEST_ERROR=\
81 MSO-RA-4203E|\
82 Error parsing request:{0}|\
83 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -050084 Error parsing request
ChrisC025301d2017-01-31 11:40:03 +010085RA_VLAN_PARSE=\
86 MSO-RA-4204E|\
87 Error parsing VLAN parameter in network stack {0}:{1}|\
88 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -050089 Error parsing VLAN parameter in network stack
ChrisC025301d2017-01-31 11:40:03 +010090RA_GENERAL_WARNING=\
91 MSO-RA-5201W|\
92 WARNING: {0}|\
93 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -050094 General warning
ChrisC025301d2017-01-31 11:40:03 +010095RA_AUDIT_EXEC=\
96 MSO-RA-5202I|\
97 Executing method: {0}. {1}|\
98 No resolution needed|\
99 Executing method
100RA_GENERAL_METRICS=\
101 MSO-RA-5205I|\
102 Executed method: {0}. {1}|\
103 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500104 Generate information for Metric events
ChrisC025301d2017-01-31 11:40:03 +0100105RA_PROPERTIES_NOT_FOUND=\
106 MSO-RA-5206E|\
107 Properties file: {0} not found|\
108 Please verify whether properties file exist or readable|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500109 Properties file not found
ChrisC025301d2017-01-31 11:40:03 +0100110RA_LOAD_PROPERTIES_SUC=\
111 MSO-RA-5207I|\
112 Properties file loaded successfully from file {0}|\
113 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500114 Properties file loaded successfully
ChrisC025301d2017-01-31 11:40:03 +0100115RA_PARAM_NOT_FOUND=\
116 MSO-RA-5208E|\
117 Attribute {0} not found in DB. For {1}={2}|\
118 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500119 Attribute not found in DB
ChrisC025301d2017-01-31 11:40:03 +0100120RA_UNKOWN_PARAM=\
121 MSO-RA-5209E|\
122 Unknown {0}:{1}|\
123 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500124 Unknown attribute
ChrisC025301d2017-01-31 11:40:03 +0100125RA_CONFIG_EXC=\
126 MSO-RA-5210E|\
127 Configuration error:{0}|\
128 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500129 Configuration Error
ChrisC025301d2017-01-31 11:40:03 +0100130RA_CONFIG_NOT_FOUND=\
131 MSO-RA-5211E|\
132 Could not found configuration file:{0}|\
133 Please verify whether configuration file exist or readable|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500134 Configuration file not found
ChrisC025301d2017-01-31 11:40:03 +0100135RA_SEND_REQUEST_SDNC=\
136 MSO-RA-5212I|\
137 Sending request to SDNC:{0}|\
138 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500139 Sending request to SDNC
ChrisC025301d2017-01-31 11:40:03 +0100140RA_RESPONSE_FROM_SDNC=\
141 MSO-RA-5213I|\
142 Response received from SDNC:{0}|\
143 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500144 Response received from SDNC
ChrisC025301d2017-01-31 11:40:03 +0100145RA_CALLBACK_BPEL=\
146 MSO-RA-5218E|\
147 Callback to BPEL:{0} |\
148 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500149 Callback to BPEL
ChrisC025301d2017-01-31 11:40:03 +0100150RA_NETWORK_ALREADY_EXIST=\
151 MSO-RA-5240W|\
152 Network already exists: {0} in {1}/{2}|\
153 Please check other logs for more detailed info|\
154 Network already exists
155RA_NETWORK_NOT_FOUND=\
156 MSO-RA-5241E|\
157 Network doesn't exist: {0} in {1}/{2}|\
158 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500159 Network doesn't exist
ChrisC025301d2017-01-31 11:40:03 +0100160RA_NETWORK_ORCHE_MODE_NOT_SUPPORT=\
161 MSO-RA-5243E|\
162 Network Type Orchestrated mode:{0} is not supported|\
163 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500164 Network Type Orchestrated mode
ChrisC025301d2017-01-31 11:40:03 +0100165RA_ROLLBACK_NULL=\
166 MSO-RA-5249W|\
167 Rollback: No action to perform|\
168 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500169 Rollback: No action to perform
ChrisC025301d2017-01-31 11:40:03 +0100170RA_ASYNC_ROLLBACK=\
171 MSO-RA-5251I|\
172 Async Rollback Network {0}|\
173 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500174 Async Rollback Network
ChrisC025301d2017-01-31 11:40:03 +0100175RA_WSDL_NOT_FOUND=\
176 MSO-RA-5252E|\
177 Unable to find wsdl file {0} in classpath|\
178 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500179 Unable to find wsdl file in classpath
ChrisC025301d2017-01-31 11:40:03 +0100180RA_CALLBACK_BPEL_COMPLETE=\
181 MSO-RA-5258I|\
182 Completed processing BPEL request|\
183 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500184 Completed processing BPEL request
ChrisC025301d2017-01-31 11:40:03 +0100185RA_SDNC_MISS_CONFIG_PARAM=\
186 MSO-RA-5259E|\
187 Missing configuration for:{0}|\
188 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500189 Missing configuration for
ChrisC025301d2017-01-31 11:40:03 +0100190RA_SDNC_INVALID_CONFIG=\
191 MSO-RA-5260W|\
192 Invalid configuration(most requests require atleast 3 params:method,timeout,action) for Key:{0} Value:{1}|\
193 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500194 Invalid configuration
ChrisC025301d2017-01-31 11:40:03 +0100195RA_TENANT_NOT_FOUND=\
196 MSO-RA-5263E|\
197 Tenant not found: tenant={0}, cloudSiteId={1}|\
198 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500199 Tenant not found
ChrisC025301d2017-01-31 11:40:03 +0100200RA_PRINT_URL=\
201 MSO-RA-5264I|\
202 {0} URL:{1}|\
203 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500204 Log the URL
ChrisC025301d2017-01-31 11:40:03 +0100205RA_RECEIVE_SDNC_NOTIF=\
206 MSO-RA-5268I|\
207 Received SDNC Notification. XML:{0}|\
208 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500209 Received SDNC Notification
ChrisC025301d2017-01-31 11:40:03 +0100210RA_INIT_SDNC_ADAPTER=\
211 MSO-RA-5269I|\
212 Initializing mso-sdnc-adapter|\
213 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500214 Initializing mso-sdnc-adapter
ChrisC025301d2017-01-31 11:40:03 +0100215RA_RECEIVE_BPEL_REQUEST=\
216 MSO-RA-5270I|\
217 BPEL request received [{0}] with callback URL [{1}]|\
218 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500219 BPEL request received
ChrisC025301d2017-01-31 11:40:03 +0100220RA_SEND_REQUEST_SDNC_ERR=\
221 MSO-RA-5271E|\
222 Error sending request to SDNC. Failed to start SDNC Client thread|\
223 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500224 Error sending request to SDNC
ChrisC025301d2017-01-31 11:40:03 +0100225RA_TENANT_ALREADY_EXIST=\
226 MSO-RA-5272E|\
227 Tenant {0} already exists in {1}|\
228 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500229 Tenant alaredy exists
ChrisC025301d2017-01-31 11:40:03 +0100230RA_SEND_REQUEST_APPC_ERR=\
231 MSO-RA-5273E|\
232 Error sending request to APPC|\
233 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500234 Error sending request to APPC
ChrisC025301d2017-01-31 11:40:03 +0100235RA_VNF_ALREADY_EXIST=\
236 MSO-RA-5275E|\
237 Stack {0} already exists in {1}/{2}|\
238 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500239 VNF already exists
ChrisC025301d2017-01-31 11:40:03 +0100240RA_VNF_UNKNOWN_PARAM=\
241 MSO-RA-5276E|\
242 Unknown {0}:{1}|\
243 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500244 Uknown parameter
ChrisC025301d2017-01-31 11:40:03 +0100245RA_VNF_EXTRA_PARAM=\
246 MSO-RA-5277E|\
247 Create Stack ({0}) extra input params received:{1}|\
248 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500249 Extra input params received
ChrisC025301d2017-01-31 11:40:03 +0100250RA_VNF_NOT_EXIST=\
251 MSO-RA-5278E|\
252 Stack {0} does not exist in {1}/{2}|\
253 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500254 Stack does not exist
ChrisC025301d2017-01-31 11:40:03 +0100255RA_ASYNC_CREATE_VNF=\
256 MSO-RA-5282I|\
257 Async Create VNF :{0} of type {1} in {2}/{3}|\
258 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500259 Async Create VNF
ChrisC025301d2017-01-31 11:40:03 +0100260RA_SEND_VNF_NOTIF_ERR=\
261 MSO-RA-5283E|\
262 Error sending createVnf notification|\
263 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500264 Error sending createVnf notification
ChrisC025301d2017-01-31 11:40:03 +0100265RA_ASYNC_CREATE_VNF_COMPLETE=\
266 MSO-RA-5284I|\
267 Completed createVnfA|\
268 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500269 Completed createVnfA
ChrisC025301d2017-01-31 11:40:03 +0100270RA_ASYNC_UPDATE_VNF=\
271 MSO-RA-5285I|\
272 Async Update VNF :{0} of type {1} in {2}/{3}|\
273 No resolution needed|\
274 Async Update VNF
275RA_ASYNC_UPDATE_VNF_COMPLETE=\
276 MSO-RA-5286I|\
277 Completed updateVnfA|\
278 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500279 Completed updateVnfA
ChrisC025301d2017-01-31 11:40:03 +0100280RA_ASYNC_QUERY_VNF=\
281 MSO-RA-5287I|\
282 Async Query VNF :{0} of type {1} in {2}/{3}|\
283 No resolution needed|\
284 Async Query VNF
285RA_ASYNC_QUERY_VNF_COMPLETE=\
286 MSO-RA-5288I|\
287 Completed queryVnfA|\
288 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500289 Completed queryVnfA
ChrisC025301d2017-01-31 11:40:03 +0100290RA_ASYNC_DELETE_VNF=\
291 MSO-RA-5289I|\
292 Async Delete VNF :{0} of type {1} in {2}/{3}|\
293 No resolution needed|\
294 Async Delete VNF
295RA_ASYNC_DELETE_VNF_COMPLETE=\
296 MSO-RA-5290I|\
297 Completed deleteVnfA|\
298 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500299 Completed deleteVnfA
ChrisC025301d2017-01-31 11:40:03 +0100300RA_ASYNC_ROLLBACK_VNF=\
301 MSO-RA-5291I|\
302 Async Rollback VNF|\
303 No resolution needed|\
304 Async Rollback VNF
305RA_ASYNC_ROLLBACK_VNF_COMPLETE=\
306 MSO-RA-5292I|\
307 Completed rollbackVnfA|\
308 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500309 Completed rollbackVnfA
ChrisC025301d2017-01-31 11:40:03 +0100310RA_DB_INVALID_STATUS=\
311 MSO-RA-5293E|\
312 Invalid status value|\
313 Please check other logs for more detailed info|\
314 Invalid status value
315RA_DB_REQUEST_NOT_EXIST=\
316 MSO-RA-5294E|\
317 Request ID={0} does not exist in DB|\
318 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500319 Record does not exist in DB
ChrisC025301d2017-01-31 11:40:03 +0100320RA_CANT_UPDATE_REQUEST=\
321 MSO-RA-5295E|\
322 Enable to update {0} in DB for Request ID={1}|\
323 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500324 Enable to update DB
ChrisC025301d2017-01-31 11:40:03 +0100325RA_CONFIG_LOAD=\
326 MSO-RA-5296I|\
327 Configuration loaded from {0}|\
328 Please check other logs for more detailed info|\
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700329 Configuration loaded \
330RA_RECEIVE_WORKFLOW_MESSAGE=\
331 MSO-RA-5297I|\
332 Received Workflow Message: {0}|\
333 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500334 Received Workflow Message
c00149107b486a4b2017-10-28 15:12:23 +0800335RA_NS_EXC=\
336 MSO-RA-5298I|\
337 VFC Adatper Message: {0}|\
338 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500339 VFC Adatper Message
ChrisC025301d2017-01-31 11:40:03 +0100340RA_GENERAL_EXCEPTION_ARG=\
341 MSO-RA-9200E|\
342 Exception: {0}|\
343 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500344 General exception with reason
ChrisC025301d2017-01-31 11:40:03 +0100345RA_GENERAL_EXCEPTION=\
346 MSO-RA-9201E|\
347 Exception encountered|\
348 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500349 Exception encountered
ChrisC025301d2017-01-31 11:40:03 +0100350RA_CONNECTION_EXCEPTION=\
351 MSO-RA-9202E|\
352 Exception communicating with {0}: {1}|\
353 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500354 Communication Exception
ChrisC025301d2017-01-31 11:40:03 +0100355RA_EXCEPTION_COMMUNICATE_SDNC=\
356 MSO-RA-9203E|\
357 Exception while processing request to SDNC|\
358 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500359 Exception while processing request to SDNC
ChrisC025301d2017-01-31 11:40:03 +0100360RA_EVALUATE_XPATH_ERROR=\
361 MSO-RA-9204E|\
362 Error while evaluating xpath {0} - {1}|\
363 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500364 Error while evaluating xpath
ChrisC025301d2017-01-31 11:40:03 +0100365RA_ANALYZE_ERROR_EXC=\
366 MSO-RA-9205E|\
367 Problem analyzing error returned by SDN-C|\
368 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500369 Problem analyzing error returned by SDN-C
ChrisC025301d2017-01-31 11:40:03 +0100370RA_ERROR_GET_RESPONSE_SDNC=\
371 MSO-RA-9206E|\
372 Error getting response code from errored SDNC request|\
373 Please check other logs for more detailed info|\
374 Error getting response code from errored SDNC request
375RA_INIT_CALLBACK_WSDL_ERR=\
376 MSO-RA-9207E|\
377 Caught exception initializing Callback wsdl:{0} |\
378 Please check other logs for more detailed info|\
379 Caught exception initializing Callback wsdl
380RA_CREATE_STACK_ERR=\
381 MSO-RA-9208E|\
382 Create Stack Error: {0}|\
383 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500384 Create Stack Error
ChrisC025301d2017-01-31 11:40:03 +0100385RA_UPDATE_STACK_ERR=\
386 MSO-RA-9209E|\
387 Update Stack Error - Polling complete with non-success status: {0}, {1}|\
388 Please check other logs for more detailed info|\
389 Update Stack Error
390RA_UPDATE_NETWORK_ERR=\
391 MSO-RA-9210E|\
392 Exception while update network, {0} in {1}/{2}|\
393 Please check other logs for more detailed info |\
Munir Ahmad68ace082018-03-09 19:40:52 -0500394 Update Network Error
ChrisC025301d2017-01-31 11:40:03 +0100395RA_QUERY_NETWORK_EXC=\
396 MSO-RA-9211E|\
397 Exception while query network: {0} in {1}/{2}|\
398 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500399 Exception while query network:
ChrisC025301d2017-01-31 11:40:03 +0100400RA_CREATE_NETWORK_EXC=\
401 MSO-RA-9212E|\
402 Exception while create network: {0} in {1}/{2}|\
403 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500404 Create Network Error
ChrisC025301d2017-01-31 11:40:03 +0100405RA_DELETE_NETWORK_EXC=\
406 MSO-RA-9213E|\
407 Exception while delete network: {0} in {1}/{2}|\
408 Please check other logs for more detailed info|\
409 delete Network Error
410RA_CREATE_NETWORK_NOTIF_EXC=\
411 MSO-RA-9214E|\
412 Error sending createNetwork notification|\
413 Please check other logs for more detailed info|\
414 Error sending createNetwork notification
415RA_WSDL_URL_CONVENTION_EXC=\
416 MSO-RA-9215E|\
417 {0} URL converion failed|\
418 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500419 WSDL URL converion failed
ChrisC025301d2017-01-31 11:40:03 +0100420RA_INIT_NOTIF_EXC=\
421 MSO-RA-9216E|\
422 Caught exception initializing Notification Url|\
423 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500424 Caught exception initializing Notification Url
ChrisC025301d2017-01-31 11:40:03 +0100425RA_SET_CALLBACK_AUTH_EXC=\
426 MSO-RA-9217E|\
427 Unable to set authorization in callback request|\
428 Please check other logs for more detailed info|\
429 Unable to set authorization in callback request
430RA_FAULT_INFO_EXC=\
431 MSO-RA-9218E|\
432 Exception caught while getting fault info|\
433 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500434 Exception caught while getting fault info
ChrisC025301d2017-01-31 11:40:03 +0100435RA_CALLBACK_BPEL_EXC=\
436 MSO-RA-9219E|\
437 Error sending BPEL Callback request|\
438 Please check other logs for more detailed info|\
439 Error sending BPEL Callback request
440RA_CREATE_TENANT_ERR=\
441 MSO-RA-9220E|\
442 Create Tenant Error: {0}|\
443 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500444 Create Tenant Error
ChrisC025301d2017-01-31 11:40:03 +0100445RA_DELETE_TEMAMT_ERR=\
446 MSO-RA-9221E|\
447 Delete Tenant Error: {0}|\
448 Please check other logs for more detailed info|\
449 Delete Tenant Error
450RA_ERROR_CREATE_SDNC_REQUEST=\
451 MSO-RA-9222E|\
452 Error creating SDNC request|\
453 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500454 Error creating SDNC request
ChrisC025301d2017-01-31 11:40:03 +0100455RA_ERROR_CREATE_SDNC_RESPONSE=\
456 MSO-RA-9223E|\
457 Error creating SDNC response|\
458 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500459 Error creating SDNC response
ChrisC025301d2017-01-31 11:40:03 +0100460RA_ERROR_CONVERT_XML2STR=\
461 MSO-RA-9224E|\
462 Error converting xml Document to String|\
463 Please check other logs for more detailed info |\
464 Error converting xml Document to String
465RA_UPDATE_TENANT_ERR=\
466 MSO-RA-9225E|\
467 Update Tenant Error: {0}|\
468 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500469 Update Tenant Error
ChrisC025301d2017-01-31 11:40:03 +0100470RA_ROLLBACK_TENANT_ERR=\
471 MSO-RA-9226E|\
472 Rollback Tenant Error: {0}|\
473 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500474 Rollback Tenant Error
ChrisC025301d2017-01-31 11:40:03 +0100475RA_QUERY_VNF_ERR=\
476 MSO-RA-9227E|\
477 Exception while query VNF:{0} in {1}/{2}|\
478 Please check other logs for more detailed info|\
479 Exception while query VNF
480RA_UPDATE_VNF_ERR=\
481 MSO-RA-9228E|\
482 Exception while update VNF:{0} in {1}/{2}|\
483 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500484 Exception while update VNF
ChrisC025301d2017-01-31 11:40:03 +0100485RA_DELETE_VNF_ERR=\
486 MSO-RA-9229E|\
487 Exception while delete VNF:{0} in {1}/{2}|\
488 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500489 Exception while delete VNF
ChrisC025301d2017-01-31 11:40:03 +0100490RA_CREATE_VNF_ERR=\
491 MSO-RA-9230E|\
492 Exception while create VNF:{0} in {1}/{2}|\
493 Please check other logs for more detailed info|\
494 Exception while create VNF
495RA_ROLLBACK_VNF_ERR=\
496 MSO-RA-9231E|\
497 Exception while rollback VNF|\
498 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500499 Exception while rollback VNF