You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Since mid-September 2020 the load file to db2 stopped working. I had to add the following value in apiPrototypes.json for it to work again.
"UPLOAD": {
"uri": "/home_content/load",
"json": true,
"method": "POST",
"auth": {
"bearer": null
},
"headers": {
"X-DB-Profile": "BLUDB"
}
The text was updated successfully, but these errors were encountered:
Hi
Since mid-September 2020 the load file to db2 stopped working. I had to add the following value in apiPrototypes.json for it to work again.
"UPLOAD": {
"uri": "/home_content/load",
"json": true,
"method": "POST",
"auth": {
"bearer": null
},
"headers": {
"X-DB-Profile": "BLUDB"
}
The text was updated successfully, but these errors were encountered: