Skip to main content Join us at TDX in San Francisco or on Salesforce+ on March 5-6 for the Developer Conference for the AI Agent Era. Register now.

Challenge Not yet complete... here's what's wrong: 

We can't find the expected login history for the Integration User. 

 

I facing this error  

i have successfully inserted records into salesforce org using postman 

 

Lead Data Onboarding with Bulk API

Import all of the records from the conference via Bulk API 2.0 as the Integration User. Tip: You must check this challenge within 7 days of job completion.

  

 

#Trailhead Challenges

9 answers
  1. Feb 1, 9:29 AM

    Hi @Christian Kreißl

    Salesforce doesn't currently support directly importing Salesforce Files (ContentDocument/ContentVersion) into Data Cloud as a DLO. Data Cloud mainly connects to:

    • CRM Connector (for structured Salesforce records, but not files)
    • External Storage (e.g., Amazon S3, Snowflake, Google Cloud, Azure)

    Since files are unstructured data, you'll need an extra step to bring them into Data Cloud. Here's how:

    Steps to Get Salesforce Files into Data Cloud

    1. Extract Salesforce Files (ContentDocument/ContentVersion)
    2. Store the files in an external source (e.g., Amazon S3, Snowflake, Google Cloud, Azure)
    3. Ingest the file data into Data Cloud to create a DLO
    4. Convert the DLO into a DMO by mapping key attributes (e.g., file name, content, owner, associated record). If needed, use Einstein AI or Agentforce to process the file content

    Hope you find this information helpful 

     

    #Trailhead Challenges #Help-datacloud-enablement #Data Cloud #Import Data Challenge #Salesforce Developer

    Thank you

  2. Jan 18, 11:35 AM

    Ingesting unstructured data, such as PDFs stored in Salesforce Files (represented by ContentDocument and ContentVersion objects), directly into Data Cloud presents certain challenges. Currently, Data Cloud primarily supports ingestion of unstructured data from external sources like Amazon S3. The native CRM connector doesn’t facilitate direct ingestion of Salesforce Files into Data Cloud. 

    https://salesforce.stackexchange.com/questions/427934/data-cloud-how-to-ingest-binary-files-pdf-word-etc-from-salesforce-crm-co

     

     

    If feasible, consider exporting your Salesforce Files to an Amazon S3 bucket. Data Cloud can then ingest these files by creating unstructured data lake objects (UDLOs) that reference the data in S3. This process involves setting up a connection between Data Cloud and your S3 bucket, configuring file notifications, and creating the appropriate data lake objects. 

    https://developer.salesforce.com/agentforce-workshop/rag/1-ingest-unstructured-data-index

  3. Yesterday, 10:58 PM

    Where do you set the associated record? I don’t see that anywhere in the mapping process. The UDMO is now automatically mapped. 

  4. Feb 21, 7:07 AM

    @Chandra Subramanian

    Hi, interesting setup option you found... google did give a search result with content search results, but a 404 when clicking on the link. Mh... is this old stuff to be obsolete or future sound preparing for bringing files into Data Cloud (with more than 100mb limit for e.g. each data library, which is by far not enough when we would like to utilize pdf documents in the GB range):  

     

    https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwj88vahl9SLAxWFR_EDHarXHaMQFnoECBEQAQ&url=https%3A%2F%2Fhelp.salesforce.com%2Fs%2FarticleView%3Fid%3Dservice.knowledge_ingest_files_to_data_cloud.htm%26type%3D5&usg=AOvVaw1rV87PvxWxedWKS7ZpRmfL&opi=89978449

     

    Hi, interesting setup option you found... google did give a search result with content search results, but a 404 when clicking on the link. Mh...

     

     

  5. Feb 20, 10:57 PM

    any further updates on this question? I'm exploring ways to ingest Salesforce Org content (pdfs, docs etc.) directly into DataCloud for search indexing. The current suggested approach of using S3 as a conduit— seems cumbersome and makes it hard to enforce the Org's permissions model. Has anyone seen any progress or alternative methods that streamline this process? 

     

    Additionally, I'm curious about the purpose and impact of the setting: Salesforce Files Settings -> 'Enable Files to be ingested into Data Cloud'. How does this setting fit into the overall strategy for indexing Salesforce content, and what are its practical implications?

  6. Jan 20, 8:07 AM

    Hi all, we have exactly the same need. This would simplify ingesting unstructured data with RAG so much...  

     

    @Shahid Shafi

    Thanks for your link, but this is about vectorization. Here - and we do have the same requirement - it is about how to get DLO's and DMO's from Salesforce files, then we also would be able to vectorize them... right? Or did I miss anything you had in mind?  

     

    @Keiji Otsubo That is a great link, seems like Salesforce is looking into getting files into Data Cloud. But the 100MB limit is pretty poor. To me it sounds like it is an overall org limit and not "per file"... "You can ingest knowledge stored in large files, up to 100 MB, into Data Cloud.

    "... and then you have to go the way with Knowledge.  

     

    I would bet a lot of customers would be more than happy of being able to ingest Salesforce Files into Data Cloud without the hassle of loading them into Azure, S3 or any other external storage and then connecting that for importing again...  

     

    @Tolga Erdogan & @Klaus Kopec what we talked about... other customers also need this... 

0/9000