Loading
Feature Disruption - Service Cloud VoiceRead More
Feature degradation | Gmail Email delivery failureRead More
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Fix the DataPack Import or Export Error: No Configuration Found (Managed Package)

          Fix the DataPack Import or Export Error: No Configuration Found (Managed Package)

          For the managed package runtime, if you see the error message No Configuration Found while trying to import or export a DataPack, the issue is most likely with the configuration of the Salesforce org. This error often occurs in developer sandboxes that are missing some of the configuration files owing to a recent refresh or an install or upgrade that has missed a post-install or post-upgrade step. You can fix this error with code in Anonymous Apex.

          Managed Package app icon This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.

          1. Go to the Developer Console.
            1. In Lightning Experience, click the gear icon and select Developer Console from the menu.
            2. In Salesforce Classic, click the user menu and select Developer Console from the menu.
          2. Select Debug | Open Execute Anonymous Window.
          3. Paste the following code into the Enter Apex Code window: namespace.CorePostInstallClass.runDev2ProdInserts();
            1. If you’re using Contract Life Cycle Management, add namespace.CmPostInstallClass.cmRunDev2ProdInserts();.
            2. If you’re using Order Management, add namespace.XOMCreateDPMappings.createDPMappings();
          4. For the namespace placeholder in the code above, substitute one of the following:
            1. vlocity_cmt for ​Salesforce Industries Communications, Media, and Energy
            2. vlocity_ins for Vlocity Insurance
            3. vlocity_ps for Vlocity Government
          5. Click Execute.
           
          Loading
          Salesforce Help | Article