Hello everybody,
hopefully somebody is out there who can help me...
I have bugnet 1.2.231.0 and visualsvn 2.5.8 installed.
I can access subversion from the bugnet ui.
I have the tortoise client configured like descriped on the bugnetproject webpage.
when I am doing a commit of changes I am receiving an error message in the logfile.
It says that the service request has too many arguments. But from my opinion it is ok. I have no idea what is wrong and where to change something.
any ideas?
Thanks in advance
Alex
INFO - Starting post-commit...
INFO - Executing IssueTrackerIntegration.UpdateIssueTrackerFromRevision("C:\Repositories\repos", "47")
INFO - Running svnlook...
DEBUG - Running Commandline: svnlook info -r 47 "C:\Repositories\repos"
DEBUG - svnlook output: svnlook info -r 47 "C:\Repositories\repos"
akn
2013-02-06 02:33:47 +0100 (Mi, 06 Feb 2013)
57
icdbinterface einchecken
View Issue IderiApps-10
DEBUG - Looking for search pattern in revision:47 and repository:C:\Repositories\repos...
INFO - Found 3 matches...
INFO - Getting svn log message.
DEBUG - Running Commandline: svnlook log -r 47 "C:\Repositories\repos"
INFO - Logging in to BugNET webservices...
INFO - Logging in to BugNET webservices...
INFO - Login successful...
INFO - Creating new issue revision...
DEBUG -
Revision:47 Id:10 Repository:repos Author:akn
DateTime:2013-02-06 02:33:47 +0100 (Mi, 06 Feb 2013)
LogMessage:icdbinterface einchecken
View Issue <a href="IssueDetail.aspx?id=10#top"><b>IderiApps-10</b></a>
ERROR - An error occurred adding a new issue revision to BugNET: Server was unable to process request. ---> Database Error ---> Procedure or function BugNet_IssueRevision_CreateNewIssueRevision has too many arguments specified.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at BugNET.SubversionHooks.WebServices.BugNetServices.CreateNewIssueRevision(Int32 revision, Int32 issueId, String repository, String revisionAuthor, String revisionDate, String revisionMessage, String changeset, String branch)
at BugNET.SubversionHooks.IssueTrackerIntegration.UpdateIssueTrackerFromRevision(String repository, String revision)
INFO - Finished IssueTrackerIntegration.UpdateIssueTrackerFromRevision