Uploading nupkg-file to internal NuGet-repository through Web application - SQL-truncation error

Hello!

I’m trying out the new 3.0 version and everything has worked smooth as usual (although with significantly better performance) but today I received an error while trying to upload a nupkg-file to the internal NuGet-repository.

The error seems to be a classic SQL-truncation problem (taken from the Diagnostics page):

“Unhandled error on request: http://xxxxxxxxxx/api/packages/raw?replace=false by Admin : Error while executing SQL command: String or binary data would be truncated. The statement has been terminated. The command being executed was: INSERT INTO dbo.[NuGetPackage] (PackageId, Version, VersionMajor, VersionMinor, VersionBuild, VersionRevision, VersionSpecial, Id, Json) values (@PackageId, @Version, @VersionMajor, @VersionMinor, @VersionBuild, @VersionRevision, @VersionSpecial, @Id, @Json)”

The package is 1.31 MB i size - but that should not be a limit?

Regards, Mark

Hi Mark,

Thanks for reaching out! We have a support forum dedicated for 3.0 which you can find on this link: http://community.octopusdeploy.com/

We are trying to keep 3.0 pre-release issues separate for the time being. The devs are checking and answering 3.0 related questions on a daily basis on that forum, so its gonna be the best place to get a proper answer, while also helping us finding issues on our pre-release.

Please try to sign up there and post your issue.

Thanks!

Dalmiro