Jump to content

Spotfire Package builder: Error timestamping signed file


Didier Bastogne

Recommended Posts

Hi, I do have an issue to build a spotfire package (signed with a certificate) here is the error message:

Error message: Error timestamping signed file - Error code 0x80072EFF

InvalidOperationException at Spotfire.Dxp.Deployment:

Error timestamping signed file - Error code 0x80072EFF (HRESULT: 80131509)

Stack Trace:

at Spotfire.Dxp.Deployment.FileSigner.TimeStampSignedCode(IntPtr pSubjectInfo, String tsaServer, Boolean useSha256)

at Spotfire.Dxp.Deployment.FileSigner.Timestamp(String timestampProviderUri)

at Spotfire.Dxp.Deployment.ArchiveFile.Sign(SigningOptions options)

at Spotfire.Dxp.Deployment.Package.Save(Stream fileStream, Boolean isModified)

at Spotfire.Dxp.Deployment.Package.Save(String filePath)

at Spotfire.Dxp.PackageBuilder.SaveFileHelper.SaveFile(SaveCallback callback, SaveCallbackParameters parameters, Boolean promptUser)

Link to comment
Share on other sites

  • 1 month later...

Hi I actually found the issue, the timestamping dll mentionned in the package builder's signing options (http://timestamp.verisign.com/scripts/timstamp.dll) is not available anymore.

 

replacing it by another one (like http://timestamp.globalsign.com/scripts/timstamp.dll ) fix the issue.

 

Edit: Same issue this morning, so I found yet another url for the timestamp.dll:  http://timestamp.digicert.com 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...