cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SQL Extension Build Error ("Extension signature is not valid")

Eyad
Guide

Hi all,

I’m trying to build a SQL extension and was following the Dynatrace tutorial video. However, when I get to the build step, I encounter the following error:

Eyad_0-1748373618202.png
{  "code": 400,   "message": "Extension signature is not valid" }

Has anyone come across this issue before or know how to resolve it?

Thanks,

 

2 REPLIES 2

p_devulapalli
Leader

@EyadThere will be a step where you need to generate certificates and add the cert to credential vault in DT, was this step completed? You would need to use the same cert to sign and build the extension, I suspect this might be what's causing the error for you  

Phani Devulapalli

I have generated the certificates and used it for custom Python extensions, and it worked. But the SQL is not building. for the Python I was using:
dt-sdk build --extra-platform manylinux2014_x86_64  .Because the building is happening on Windows, then deploying to Linux.
but for the SQL I am just using F1 key then option> Dynatrace extensions: Build
do you think this what causing the issue?

Featured Posts