Please share the details to implement SSO login in the latest bugtracker code.
Please share the resoluton as soon as possible
Please share the resoluton as soon as possible
I've setup the latest BugTracker .Net, but under Window server 2016 I'm unable to get past the first login page. It keeps me redirecting to the same page again. I've tried with IE and Firefox. I've searched the forum and and have not been able to find a solution. Has anyone tried this and faced similar issues? select us_username, us_id, us_password, isnull(us_salt,0) us_salt, us_active from users where us_username = N'<userid>' 2010-06-25 12:06:11 http://sandbox/asp/default.aspx elapsed millseconds:0004...
no one? Seems if I edit the defauilt M&P project title it changes by default as well wyhen creating an issue. So if i change the M&P to PL1 or PL2 i have another project, but that's not the goal. In the end I just want a drop down list to select M&P, PL1 or PL2 without having M&P as fixed value. Is this something which needs to happen in the code or something i am doing wrong on my side? Thank you for your support! Cheers
Hi all, We are creating some new projects but can't see it in the drop down menu (see screenshots). The problem i'm facing is that when creating a new issue, i can't select the new project from the drop down menu. What am i doing wrong? I'm a total beginner in this so please excuse my questions. Best regards, Pieterjan
This is my first experience with BugTracker, since I was recently hired into the organization. When reviewing tickets, there are a number of users who have left the organization and I am unable to delete them unless I individually (it appears) delete every ticket they were ever assigned. Is there a way to mass delete these tickets so I can delete the user, etc... Thanks for your help.
Hi everyone, we were able to find a work around without changing the code. You can read the below article. Option 2 worked for us. I hope this helps some other people. https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365
I think this is a clue to the problem: https://blog.gigamon.com/2021/07/14/what-is-tls-1-2-and-why-should-you-still-care/ Your solution, adding that line, makes sense. You have BugTracker.NET source code - you can just add it yourself (but I'm not sure where). I'm currently not set up to really test things. If you figure out where to add it, can you let me know? I've been using an old cable modem with an admin website on it. The last time I tried to visit that website the browsers said they couldn't...
Has anyone been able to work around this error and find a solution? I think it could be related to Office365. If I set up the system to use a gmail account, then I don't get the errors. I would prefer to use our domain for the emails and not use gmail
I am getting the same error message on the bug tracker site. I was also getting the same error in one of my own apps that sends out emails and I could fix that by adding the line: System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; in the function that sends the email. Does anyone know how we can get that info to the developer so he can try add it into the system?
Years later this DID help
Trying to migrate the server getting an access denied when running the commit I do not know what file that it is being denied access to. I think maybe the svn.exe maybe the syntax for my svn_path is incorrect? Any help would be greatly appreciated. post-commit hook failed (exit code 1) with output: Traceback (most recent call last): File "C:\svn_repository\XXXX\hooks\svn_hook_for_btnet.py", line 110, in <module> process = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) File...
Trying to migrate the server getting an access denied when running the commit I do not know what file that it is being denied access to. I think maybe the svn.exe maybe the syntax for my svn_path is incorrect? Any help would be greatly appreciated. post-commit hook failed (exit code 1) with output: Traceback (most recent call last): File "C:\svn_repository\XXXX\hooks\svn_hook_for_btnet.py", line 110, in <module> process = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) File...
Trying to migrate the server getting an access denied when running the commit I do not know what file that it is being denied access to. I think maybe the svn.exe maybe the syntax for my svn_path is incorrect? Any help would be greatly appreciated. post-commit hook failed (exit code 1) with output: Traceback (most recent call last): File "C:\svn_repository\XXXX\hooks\svn_hook_for_btnet.py", line 110, in <module> process = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) File...
Your message lead me down a resolution and it is working. Thank you again.
That is great thank you. It wasn't anything that I could have obviously fixed. I have been testing and retrying settings for 4 days now. Maybe I can figure something else out.
This is just from googling the error message: https://stackoverflow.com/questions/81991/a-potentially-dangerous-request-form-value-was-detected-from-the-client Sorry, I'm not planning on investigating or fixing this.
Hello, I am using Windows Server 2019 with all the current updates. It does not have .net Framework 5.0 installed. I trying to move to this new server. I cannot get the btnet service to work. If I got to the site https://myhost/mysite&username=UN&password=x&bugid=1234&comment=TestMessage I am successful and no problem. The btnet console and service get a 500 error. The SQL string connection is working the username and password works just like it should, works on the old server. btnet_service.exe...
For about a week, the connection to the mail account has returned the following message: Error: System.IO.IOException: Authentication failed. The remote party has closed the transport flow. in System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) in System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) in System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest...
For about a week, the connection to the mail account has returned the following message: Error: System.IO.IOException: Authentication failed. The remote party has closed the transport flow. in System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) in System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) in System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest...
Salve, scusate se scrivo in italiano. Da circa una settimana la connessione all'account di posta restituisce il seguente messaggio: Error: System.IO.IOException: Autenticazione non riuscita. La parte remota ha chiuso il flusso di trasporto. in System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) in System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) in System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken...
Hi everyone! Faced with the question how to integrate btnet system with Git engine. Found in btnet support topics smth like git integration is same/similar to integration with SVN. Have no idea how to achieve it in same way as for SVN. Please advice, or better add some special topic for GIT integration. The required chain planned to be: - create bug with description for project from github bug #1; - fix it in intellij idea, commit with comment like Fixed according defect steps #1 - btnet is going...
Hi everyone! Faced with the question how to integrate btnet system with Git engine. Found in btnet support topics smth like git integration is same/similar to integration with SVN. Have no idea how to achieve it in same way as for SVN. Please advice, or better add some special topic for GIT integration. The required chain planned to be: - create bug with description for project from github bug #1; - fix it in intellij idea, commit with comment like Fixed according defect steps #1 - btnet is going...
https://dba.stackexchange.com/questions/40844/after-moving-database-backup-restore-i-have-to-re-add-user https://www.mssqltips.com/sqlservertip/1590/understanding-and-dealing-with-orphaned-users-in-a-sql-server-database/
Hi, i have a question Why when i restore a backup of btnet to another server, when i log into btnet i cannot enter, it says login incorrect but the user exists and the password too... can yo help me? please
Same problem. I don't know how, but somehow you created the database badly. It has the tables and columns but not the extra stuff that automatically fills in dates, ids, etc.
When i want to create a bug it shows this Error de servidor en la aplicación '/btnet'. Referencia a objeto no establecida como instancia de un objeto. Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código. Detalles de la excepción: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto. Error de código fuente: Línea 761: pcd3 = pcd3.Replace("'","''");...
can you help me?
when i post a bug it shows: No se puede insertar el valor NULL en la columna 'bp_id', tabla 'BtNet_Datasource_.dbo.bug_posts'. La columna no admite valores NULL. Error de INSERT. Se terminó la instrucción.
WOW, IT WORKS, THANKS VERY MUCH
There seems to be something wrong with how your database was created. Here is the code for creating the sessions table. Notice that the se_date field is automatically populated: create table sessions ( se_id char(37) constraint pk_sessions primary key not null, se_date datetime not null default(getdate()), se_user int not null ) I googled "getdate returns null" and read some posts, but I'm not convinced that getdate can ever return null. Double check that your database was created correctly.
Hi there, When I logged with account into btnet, it shows this error: Error de servidor en la aplicación '/btnet'. No se puede insertar el valor NULL en la columna 'se_date', tabla 'btnet.dbo.sessions'. La columna no admite valores NULL. Error de INSERT. Se terminó la instrucción. Descripción: Excepción no controlada al ejecutar la s Can you help me?
i know... error 503 means "nothing and all" at the same time :( and I haven't access to windows administration logs (of course :D )
I would google "503 service unavailable iis" which will probably give you a frustratingly high number of possible causes for you to rule out.
About.html works fine.. my problem is in aspx files.. I'll attach my web.config (i've not found problems in it - uhm or I believe) of course error given by iis is Service Unavailable - HTTP Error 503. The service is unavailable.
About.html works fine.. my problem is in aspx files.. I'll attach my web.config (i've not found problems in it - uhm or I believe)
Sorry for the delayed response. These days I'm using Linux, so I can't quickly check it out.
The db is not a factor. Even if you had not created a database, you would at least have seen a login page saying no database. The "about.html" can be useful for just seeing if plain old HTML works. If not, maybe check whether you have a syntax error in Web.config? I dunno. if that works, then there's a "hello.aspx" which is a super simple page that doesn't even try to access the db. Please post whatever you learn.
I'm trying to install as a test purpose on bisend,com... - I've created my subdomain - created DB via mylitteadmin using setup.sql - modified web.config in connection string and AbsoluteUrlPrefix when I try to access to any page (i.e. default,aspx) i'll receive a 503 error and my app pool crashes (and i need to restart it) ASP.net 4.8 app pool classic with 32bit app enabled ssl installled modified web. config to show all errors=> nothing DB = sql server 2017 on same machine no log file in AppData/logs...
The button does change form show change history to hide change history without the history list changing. Then clicking hide change history does nothing - doesn't change the button back to show change history.
Show Change History isn't working in Microsoft Edge. It works fine with both IE & chrome. i.e Some changes aren't appearing in Edge at all despite clicking the Show Changes button. All changes display fine in IE & Chrome. using BugTracker version 368
Search this forum for "colorder". I made a bad design decision which results in some problems when you move the db from one server to another. I don't remember the details of the fix - it's been years - so even I would just end up searching this forum for "colorder" to remember what the fix is.
Hi - for some reason the bg_source box changed from a text box to a drop down box all we did is changed the order of the custom filed so bg-source would be first - this then added value of $dt in bg_source and bg-mail and changed them to drop down menus and we cannot add or select anything in teh box now . I have attched a screen shot show this We havent found way to chage them back to a reguler text box - any ideas how we can change these bacl ? Also noticed that going into previous created bugs...
Just an update for all :) fixed the permission on the SQL by creating a new user in teh security of the SQL DB and setting as DB read/writer as well as owner Thanks for the help
The "select permission was denied" is not from my app. It's related to trying to move a database from one sql server to another, so google for that kind of stuff.
OK got the IIS figure out - I thought id installed the ASP features when i installed IIS but some reason they were not - so after installing installing web page started to come up had a SQL issue where it webconfig didn't like the UNC path so changed to IP address and that worked Then the username/pw needed to be recreated on the new DB and that helped get to the login screen. It shows "Unable to find "bugs" table - click to setup database tables I havent clicked on it yet as didnt know if - it needs...
I'll track that down - Thanks will update once figured out
Your IIS doesn't know about ASP.NET
Hi Corey thanks for quick response :) just tried the "about.html" and that comes up no issue and can see your info and weblinks tried the Hello.aspx and all i get is teh "code" and not the web page showing Any thoughts I'll dig a little more on the IIS Thanks
I'm pretty sure this is not related to my code, just your configuration of IIS/ASP.NET. You can try browsing to just my "about.html" page, which is just plain html, no server side C#, as a first step. If you have trouble with that, you know it's a pretty basic IIS config problem. Then you can try browsing to "hello.aspx" which has some simple C#. It doesn't connect to the database or anything, doesn't care about my Web.config settings. If that doesn't work, then you know you have a problem with how...
Hello -I'm trying to move bugtracker from an old 2003 server to a new win 2019 server I found your site after some research ( as old site has been used for number years prior to me starting at company). Decided to do a fresh install with the latest version of Bugtracker as well as move the SQL DB to new server - as well as all the upgrades to the latest for the DB. Downloaded and put files on new server and followed your step for set up but when i try to access web page from the server i get a 403.14...
The bad news: I'm not planning on any more releases of BugTracker.NET, unless there's some sort of security vulnerability that's not TOO hard for me to fix. The good news: I am working on a rewrite of BugTracker.NET. It's NOT going to be compatible with the database but maybe someday I'll have a migration script. The new app, Budoco, is here: https://github.com/ctrager/budoco Budoco stands for BUgtracker.net on DOtnet COre. It runs on dotnet core 5 and uses postgres, so it no longer is strickly windows....
Import of Results from Pentesting scans
Add pages for Pen Testing
Never mind, it already does that, please close. However multiple file attachments would be a great idea.
File Attachment to Issues
Hi, I have enabled "AuthenticateUsingLdap" property to 1 in the web.config file for the system. I have configured the btnet_service.exe.config file service username and password with credentials which works for log in to the system. I get the following error when run the btnet_console.exe btnot_service.exe.config command. Is this could be because I am using the domain authentication?Please help.
Hi, I have enabled "AuthenticateUsingLdap" property to 1 in the web.config file for the system. I have configured the btnet_service.exe.config file service username and password with credentials which works for log in to the system. I get the following error when run the btnet_console.exe btnot_service.exe.config command. Is this could be because I am using the domain authentication?Please help.
Hi, I have enabled "AuthenticateUsingLdap" property to 1 in the web.config file for the system. I have configured the btnet_service.exe.config file service username and password with credentials which works for log in to the system. I get the following error when run the btnet_console.exe btnot_service.exe.config command. Please help.
I am trying to setup bug tracker in local PC in IIS, It only shows me the folder contents when running
Consistency in checking if user is allowed to add an item
problem got resolved after restarting IIS
not able to send email
Are you using dot net framework 4 and has it been registered? See: https://backpackerdeveloper.com/articles/iis/how-to-register-net-4-with-iis-7/ Also, check whether your applocation pool is using dot net framework 4.
It sounds like the either the util.cs file under the AppCode forlder is missing or restricted.
We are using BugTracker.net since last 10 years and we have hosted our BugTracker with URL: http://support.actiondesigneronline.com/ which is working fine till yesterday. We need urgent help/suggestion. It is Widnows Server 2012 R2 64 bits, .NET 4.0 support If I want to rebuild .net code, what is the right way because there is no solution in this code structure. Yesterday, By mistake the publish folder which contains all files for http://support.actiondesigneronline.com/ was deleted from server....
Windows 10-64 Pro, Local SQLServer 2019 developer edition, followed your instructions, and the quickstart. ASP.net is installed. Using Chrome as I'd read the notes about IE and assume Edge might have the same issues. pass 1: localhost/btnet/ - got the directory listing Used IISmanager to add default.aspx to the default documents pass 2: error 404.3 Tried adding ASPX handler (IANA ASP person) ASPX *.aspx %windir%\system32\inetsrv\asp.dll ISapiModule pass 3: An error occurred on the server when processing...
Great Tip! Adding the line into Web.Config <add value="dd/MM/yyyy" key="JustDateFormat"></add> Solved the problem for me in the latest version.
I have two different custome date fields with different names. Both use datetime type. The second works fine but the first won't poplulate off the calendar. It won't allow typing so no was to put a dae in there. I'm onthe lastest vesion of Bugtracker.net. Thanks, Greg.
in search page we can set some parameters and search! as describe here https://ifdefined.com/doc_bug_tracker_queries.html how can I obtain query that make in search page? thanks
in search page i set some parameters, and as you know this action make query. now the question is how can I see this query? thanks
hi how can i create query that count total number of specific state of each bug? i have field that call "env" it means multiple environmens like: dev, test, opr, .... i want to write query that show how many time "env" status change to test? like this, below bug state of "env" 5 times change to the "test": bug_id | count send to test 10 | 5 thanks
hi how can I write sql query that filter bugs by date? e.g. need to get bugs from 3 months ago. thanks
hi i want to create report table like this: bugid | short_desc | project | reported_by | chktest | status count (test) | date of latest status change to (test) | status count (fail) | count of days that status was in (test) | date of status was set (done) FYI: 1- I us from "status" as group name, example: dev , test, opr ,... . also as status like: fail cancel, done,... 2- count: mean total number that "status" change to "test". 3- date: date that "status" change to "done". thanks
hi i want to create report table like this: bugid | short_desc | project | reported_by | chktest | status count (test) | date of latest status change to (test) | status count (fail) | count of days that status was in (test) | date of status was set (done) FYI: 1- I us from "status" as group name, example: dev , test, opr ,... . also as status like: cancel, done,... 2- count: mean total number that "status" change to "test". 3- date: date that "status" change to "done". thanks
hi i want to create report table like this: bugid | short_desc | project | reported_by | chktest | status count (test) | date of latest status change to (test) | status count (fail) | count of days that status was in (test) | date of status was set (done) ---------- | ---------- | ------ | ---------- | ------ | ---------- | ------ | ---------- | ------ | ---------- | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell...
No, I have no plans to work on that.
Since Google have announced that OAuth will be required to access G Suite as of February 2021, are there likely to be any plans to include this in BugTracker.Net? Our company uses G Suite and the email integration is essential, so if there isn't a way around, we will have to look for an alternative which wouldn't be ideal. We may look to change to an alternative email provider, but there is obviously no telling if something like Office 365 will not end up having the same requirement - it is already...
Double post
I like that feature. Only slight problem is that it populates the "reported by" drop down to only have users that have previously reported a bug. Not a major issue, but I wonder if it could be changed to display all users.
I like that feature. Only slight problem is that it populates the "reported by" drop down to only have users that have previously reported a bug. Not a major issue, but I wonder if it could be changed to display all users.
yes, exactly - user is not an admin (checkbox is unchecked) but he is able to create new user in the same organization like he belongs to ... of course sometimes I'm not able to remember what I did a week ago :-) anyway it's really nice tool, I was able to get it running from the zero in a day and so far was successful to find everything on forum ... On Thu, Feb 27, 2020 at 3:17 PM Corey Trager ctrager@users.sourceforge.net wrote: Are you saying that the user is wrongly being given more power than...
See the file workflow.cs
Are you saying that the user is wrongly being given more power than he should have? I can't tell from the screenshots that there's something wrong. I apologize, but I created this feature so long ago that I don't remember anything about it, so if you think it's working incorrectly, you will have to give me a detailed explanation.
See the file workflow.cs
Hello, this user is still able to create new users in the same organization like he belogs to. However he is not configured as admin... Thanks a lot Tomas
Hello, at the beginning it's very nice tool working as expected - thanks a lot for this. I have 'due date' custom field added into bug - it's not required. Could I ask you how to validate (where exactly in which aspx files) that the entered date at new or modified bug is at least today ? Because now user is able to put there also the date from the past :-( Unfortunatelly I have no experiences with php. Many thanks in advance, Tomas
Corey Trager, Is this still the case? is there a way to add in a RequiredFieldValidator? if so where is the file that holds the form?
fixed global.asax map path, release 368
Am I ten years too late? I think I fixed this in the latest release, 367, which I just posted. Seems to work in Integrated "DefaultAppPool" mode.
It only took me eleven years but I think I fixed this in the release I just posted, 367.
release 367
fixed request not available in this context
cleaning up notes