Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Length of url too short #81

Open
meffj00 opened this issue Jul 27, 2023 · 0 comments
Open

Length of url too short #81

meffj00 opened this issue Jul 27, 2023 · 0 comments

Comments

@meffj00
Copy link

meffj00 commented Jul 27, 2023

The length of an url is too short. Get an error message with a 330-character URL. Can this be increased to 350 characters. Links to SharePoint are often very long!

When i entry the link data i got the error message:
Fout: is op dit moment niet beschikbaar. DotNetNuke.Services.Exceptions.ModuleLoadException: String or binary data would be truncated. ---> System.Data.SqlClient.SqlException: String or binary data would be truncated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at System.Data.SqlClient.SqlCommand.CompleteExecuteScalar(SqlDataReader ds, Boolean returnSqlValue) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at PetaPoco.Database.<>c.b__354_0(IDbCommand c) at PetaPoco.Database.CommandHelper(IDbCommand cmd, Func2 cmdFunc) at PetaPoco.Database.ExecuteScalarHelper(IDbCommand cmd) at PetaPoco.Providers.SqlServerDatabaseProvider.ExecuteInsert(Database db, IDbCommand cmd, String primaryKeyName) at PetaPoco.Database.ExecuteInsert(String tableName, String primaryKeyName, Boolean autoIncrement, Object poco) at PetaPoco.Database.Insert(Object poco) at DotNetNuke.Data.PetaPoco.PetaPocoRepository1.InsertInternal(T item) at DotNetNuke.Data.RepositoryBase`1.Insert(T item) at DotNetNuke.Modules.Links.Components.LinkController.AddLink(Link link) at DotNetNuke.Modules.Links.EditLinks.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant