function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mike Davis 43Mike Davis 43 

Reporting & Dashboard Specialist Superbadge - Step 1 Error

I have imported my Accounts, Contact, Hobbies and Contact Hobbies.

Now when I go to check my progress by clicking the button-this error is thrown out:

There was an unhandled exception. Please reference ID: MOSDSHXA. Error: Faraday::ClientError. Message: INVALID_TYPE: select id from Hobbies__c limit 100 ^ ERROR at Row:1:Column:16 sObject type 'Hobbies__c' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names.
Keep in mind that I'm not getting this error when importing anything-it's simply when checking the challenge.  The records already exist so I'm perplexed as to why this error is here.
Best Answer chosen by Mike Davis 43
Ajay K DubediAjay K Dubedi
Hi Mike,

Usually, this error is caused by namespace issue.

Please check below post for trailhead FAQ
1) https://developer.salesforce.com/page/Trailhead_FAQ
2) https://developer.salesforce.com/forums/ForumsMain?id=906F00000005JciIAE

I think my work is correct, but the challenge verification is still giving me an error.
If you think you've completed the challenge correctly, but you are still getting errors, make sure that you are using a fresh Developer Edition that does not have a namespace prefix. (What is a namespace prefix?) If you are still having trouble, use the “Share Feedback” button in the footer or on the right column to send a support request

Please create new developer org for your trailhead activity

Hope this helps,

Thanks,
Ajay Dubedi

All Answers

Mike Davis 43Mike Davis 43
I suspected that as well but I double checked and it's pointing to the right one...
SandhyaSandhya (Salesforce Developers) 
Hi,

Did you install the unmanaged package prior to starting the data import? You should not have to create the custom objects...They are created by installing the package. Once you install the package, you should be able to hop straight into the data import without creating any object relationships.

Please mark it as solved if my reply was helpful, it will make it available
for others as a proper solution.

Best Regards,
​Sandhya
 
 
Ajay K DubediAjay K Dubedi
Hi Mike,

Usually, this error is caused by namespace issue.

Please check below post for trailhead FAQ
1) https://developer.salesforce.com/page/Trailhead_FAQ
2) https://developer.salesforce.com/forums/ForumsMain?id=906F00000005JciIAE

I think my work is correct, but the challenge verification is still giving me an error.
If you think you've completed the challenge correctly, but you are still getting errors, make sure that you are using a fresh Developer Edition that does not have a namespace prefix. (What is a namespace prefix?) If you are still having trouble, use the “Share Feedback” button in the footer or on the right column to send a support request

Please create new developer org for your trailhead activity

Hope this helps,

Thanks,
Ajay Dubedi
This was selected as the best answer