Solved

Problem occurs when provisioning clients. Error: 409 Conflict while running a brick

  • 2 November 2023
  • 1 reply
  • 25 views

Hi, I am using goodata, amazon RDS and Redshift.

I have added the user in Redshift and I am super admin in both redshift and gooddata.

Now when I try to run a brick it gives me this error:

```

Problem occurs when provisioning clients. Error: 409 Conflict

```

Next, I added a new user as I thought the user already existed with different credientials and identities but again the same error occured.

Can someone help me to troubleshoot it?

 

This is the script I am running :

 

```

{
"segments_filter": ["PRODUCTION"],
"redshift_client": {
"connection": {
"url": "${Production.url}",
"authentication": {
"basic": {
"userName": "${Production.username}",
"password": "${Production.password}"
}
},
"database": "${Production.database}",
"schema": "workspaces"
}
},
"input_source": {
"type": "redshift",
"query": "SELECT * FROM workspaces WHERE active = true;"
}
}

```

 

Thanks in advance!


 

icon

Best answer by Julius Kos 3 November 2023, 12:40

View original

1 reply

Userlevel 2

Hi Ali,

 

We will continue the investigation shortly via ZD ticket as agreed on community slack. 

Reply