I encounter this error when I import a bundle into one database, but not in another. The database structure should be the same.
{
“Status”: 200,
“JobStatus”: “FAILED”,
“Errors”: [
{
“Arn”: “arn:aws:quicksight:eu-west-2:************:dataset/78897c71-ea2a-4859-a562-ceb03a819d9b”,
“Type”: “com.amazonaws.services.quicksight.model.InternalFailureException”,
“Message”: “Encountered exception from SPICEClient: table id 61d2f4fe-8879-4836-aad8-70f8b06d4707 does not exist for customer ************”
}
],
The next time I try, I get this message which is the same but a different table GUID:
{
“Status”: 200,
“JobStatus”: “FAILED_ROLLBACK_COMPLETED”,
“Errors”: [
{
“Arn”: “arn:aws:quicksight:eu-west-2:************:dataset/78897c71-ea2a-4859-a562-ceb03a819d9b”,
“Type”: “com.amazonaws.services.quicksight.model.InternalFailureException”,
“Message”: “Encountered exception from SPICEClient: table id 25620533-d875-466e-8280-e9f3576f9eed does not exist for customer ************”
}
],
In order to not to have to worry about Credentials, my bundle does not include the datasource. That exists in QS already. I simply change the datasource to point to one database or the other.
The GUID being complained about does not exist in any JSON file in the bundle.
If I import the bundle with the datasource pointing at the GOOD database, it all refreshes perfectly.
If I then edit the datasource to point to the BAD database, once again I can refresh everything without error.
Before I do the test imports, I remove all the datasets, dashboards and analyses. The environments is empty.
Anyone got any ideas?
Thanks