Expand my Community achievements bar.

Join our product experts for a live Ask Me Anything on November 12th at 8 AM PT about Experiences & Efficiency with AEP Agent Orchestrator & How Agentic AI is Fueling Smarter Testing and Growth!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Illegal character in path at index 49 - AEP

Avatar

Level 4

This error makes no sense- 

 

Details: I am using create new batch API  -https://platform.adobe.io/data/foundation/import/batches?datasetId={{batchid}}

Response i get is - 

 "type""/placeholder/type/uri",
    "status""500",
    "title""UnknownError",
    "detail""Illegal character in path at index 49: https://catalog-prod1-va7.cloud.adobe.io/dataSet/{DATASET_ID}"
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @navink386520 ,
dataset id has to be part of request body not as request parameter. 

'{
          "datasetId": "{DATASET_ID}",
           "inputFormat": {
                "format": "json"
           }
      }'

Attaching postman snapshot..

AtulChavan_0-1658868072250.png

 


 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @navink386520 ,
dataset id has to be part of request body not as request parameter. 

'{
          "datasetId": "{DATASET_ID}",
           "inputFormat": {
                "format": "json"
           }
      }'

Attaching postman snapshot..

AtulChavan_0-1658868072250.png