无法创建作业计划条目。状态码:500

Job schedule entry could not be created. Status code: 500

我在尝试保存 DSX 计划作业时收到以下错误:

Job schedule entry could not be created. Status code: 500

错误信息截图:

我在过去几个小时内尝试了大约六次,并且一直收到上述错误消息。

通过浏览器网络检测工具调试我可以看到:

{
  "code":"CDSX.N.1001",
  "message":"The service is not responding, try again later.",
  "description":"",
  "httpMethod":"POST",
  "url":"https://batch-schedule-prod.spark.bluemix.net:12100/schedules",
  "qs":"",
  "body":"While attempting to get Bluemix Token from BlueIDToken, unable to retrieve AccessToken, failed with status 400 Bad Request, message = {\"error\":\"invalid_grant\",\"error_description\":\"A redirect_uri can only be used by implicit or authorization_code grant types.\"} Entity: {\"error\":\"invalid_grant\",\"error_description\":\"A redirect_uri can only be used by implicit or authorization_code grant types.\"}",
  "statusCode":500,
  "duration":666,
  "expectedStatusCode":201
}

根据 Charles 的评论,该功能现在运行正常。我想如果以后某个时间其他用户发生这种情况,他们应该联系支持人员。