• anu35
  • NEWBIE
  • 10 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies
Hi All,

I am getting below Error on Challenge #9 of Data Integration Specialist.

Challenge Not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.ExternalObjectException: This data is no longer available. The "Invoices" table in the external system is currently unavailable. Try again later or contact your administrator for help.
Any help will be greatly appreciated.

Thnaks ,
  • November 21, 2017
  • Like
  • 0
Hello,

  Can anyone help me to get the case object Type field value in the Workbench POST method Responce.

User-added image
Thanks,
  • September 14, 2017
  • Like
  • 0
Future Methode and Batch class both are asynchronus but we can call batch class from batch class(In Finish Method) but not future from batch class why??
what is the reason?
Thanks
  • July 20, 2017
  • Like
  • 0
Hi All,
how can i cover http resonce in code coverage am facing this Error while running the Test class "Methods defined as TestMethod do not support Web service callouts"
               Http htp = new Http();
                HttpRequest req = new HttpRequest();
                req.setEndpoint(ENDPOINT);
                req.setMethod('GET'); 
                HttpResponse res = new HttpResponse();
                res = htp.send(req);

Thanks.
  • January 03, 2017
  • Like
  • 0
Hi All,
am unable to do test coverage " Map<String,Object> jsonStub = (Map<String,Object>)JSON.deserializeUntyped(bodyResp); "  getting error as "System.JSONException: Illegal unquoted character ((CTRL-CHAR, code 13)): has to be escaped using backslash to be included in string value at [line:1, column:3254] " Can any one help me on this.
Thanks
  • December 30, 2016
  • Like
  • 0
Hi All,

I am getting below Error on Challenge #9 of Data Integration Specialist.

Challenge Not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.ExternalObjectException: This data is no longer available. The "Invoices" table in the external system is currently unavailable. Try again later or contact your administrator for help.
Any help will be greatly appreciated.

Thnaks ,
  • November 21, 2017
  • Like
  • 0
Future Methode and Batch class both are asynchronus but we can call batch class from batch class(In Finish Method) but not future from batch class why??
what is the reason?
Thanks
  • July 20, 2017
  • Like
  • 0
Hi All,
am unable to do test coverage " Map<String,Object> jsonStub = (Map<String,Object>)JSON.deserializeUntyped(bodyResp); "  getting error as "System.JSONException: Illegal unquoted character ((CTRL-CHAR, code 13)): has to be escaped using backslash to be included in string value at [line:1, column:3254] " Can any one help me on this.
Thanks
  • December 30, 2016
  • Like
  • 0