Uploaded image for project: 'Service Orchestrator'
  1. Service Orchestrator
  2. SO-37

When creating new service instance with a name that exceed the max length, got reply of an unclear message

XMLWordPrintable

      Hello,

       

      When creating a service instance via MSO while the name that exceed the max length (I used 82 characters), the request was failed (as expected) with an unclear message. 

       

      Here's the POST request for the MSO for the SI creation:

      {"requestDetails": {
      "modelInfo": {
      "modelType": "service",
      "modelInvariantId": "0bac3445-724f-4ed0-b5da-34db0f68dad9",
      "modelName": "model_name",
      "modelVersion": "1.0"
      },
      "subscriberInfo": {
      "globalSubscriberId": "customer"
      },
      "requestInfo": {
      "instanceName": "service_instance_with_a_very_llllllooooooooonnnnnnnngggggggg_name_123456789012345",
      "source": "BSS_Light",
      "suppressRollback": true
      },
      "requestParameters": {
      "subscriptionServiceType": "service_type"
      }
      }}

       

      Here's the reply:

      {
      "serviceException": {
      "messageId": "SVC0002",
      "text": "Exception while creating record in DB could not execute statement"
      }
      }

       

      Please check this out.

      Thank you.

            bp896r bp896r
            stellag stellag
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: