All source code in ASP/ VbScript Ask a ASP/ VbScript Pro Discussion Forum Categories All jobs in ASP/ VbScript
Quick Search for:  in language:    
FREE,ASP,HTML,ALL,SQL,Webbased,Tracking,with,
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
ASP/ VbScript Stats

 Code: 281,252. lines
 Jobs: 101. postings

 How to support the site

 
Sponsored by:

 
You are in:
 
Login

NEW! LEARNING CENTER
Special educational offers, white papers, webcasts, podcasts

  NEW! Download Rational Performance Tester V8 (download now)
  NEW! Download Rational Functional Tester V8 (download now)
  NEW! Download Rational Service Tester for SOA Quality V8 (download now)
  NEW! Teleconference: Quality In Action - Using Rational Quality Manager with Functional, Performance and Web Service Testing Products (download now)
  NEW! Introducing IBM Rational AppScan Developer Edition – easing security testing by non-security professionals (download now)

 

 


Latest postings for ASP/ VbScript.
Web Online Examination
By Suhas Manjunath Kashyap on 11/7


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!



 
 
   

Bug/Issue/Task Tracking and Management

Print
Email
 
winzip icon
Submitted on: 9/20/2001 12:25:53 AM
By:  
Level: Beginner
User Rating: By 8 Users
Compatibility:ASP (Active Server Pages)

Users have accessed this code 29118 times.
 
 
     FREE Web-based Bug Tracking with Source Code in ASP and ASP.NET/C# Great tool for assigning and tracking issues during software development process. Simple, yet powerful, Issue Manager features: - Secure, multi-level web access via login authentication - Issue assignment by person, priority and status - Full text search - Comprehensive, sortable issue grid with summary by status - Bookmarks for rapid access to commonly used queries - Issue history tracking - each response is individually tracked - Single click export of selected records to MS Excel - Color-coded priorities with custom color setup - Fully customizable look and feel via HTML templates and Cascading Style Sheets - Full compatibility with all web browsers - Support for ALL databases, including MS SQL, MS Access, etc. - Free Source code in ASP.NET/C# and ASP/VBScript
 
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!

    '**************************************
    ' for :Bug/Issue/Task Tracking and Manag
    '     ement
    '**************************************
    Copyright (c) 2001 UltraApps.com
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 1 submission(s) by this author

 

 
 Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:
 
Your Vote!

What do you think of this code(in the Beginner category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
9/21/2001 2:04:12 PMdave

I get

'Operation must use an updateable query. (Microsoft JET Database Engine)'

What's the deal?
(If this comment was disrespectful, please report it.)

 
9/21/2001 2:05:49 PMdave (again)

The above occurs whenever I attempt to write/update an issue.

Nice tool though, just wish could use it..
(If this comment was disrespectful, please report it.)

 
9/21/2001 2:49:44 PMdave

When I am updating an issue the error is

'Microsoft JET Database Engine error '80004005'

Operation must use an updateable query.

/temp/newbk/bugs/IssueChange.asp, line 437 '
(If this comment was disrespectful, please report it.)

 
9/28/2001 10:43:44 PMWSH

It's probably b/c it's not talking to the database...maybe a format/version issue...try ms access or odbc.
(If this comment was disrespectful, please report it.)

 
10/3/2001 1:13:23 PMDave

I'm using MS Access. Same issue.

Is there somewhere you can suggest I could go for resolution? Or, is there a workaround to get this to work you may know of?

Thanks.
(If this comment was disrespectful, please report it.)

 
10/3/2001 1:18:04 PMDave

I don't have ASP.net setup in this enviorment. Could that be the case?
(If this comment was disrespectful, please report it.)

 
10/11/2001 12:34:36 PMJohn

If this is in C# and ASP.Net, where are all the .cs and .aspx files?
(If this comment was disrespectful, please report it.)

 
11/24/2001 4:24:22 AMMathiasW

To get the C# and ASP.Net Version you need to visit their website at www.ultraapps.com
(If this comment was disrespectful, please report it.)

 
12/28/2001 4:08:53 PMSteve

I was having the same problem with 'Operation must use an
updateable query. (Microsoft JET
Database Engine)'. I checked the MS KB and found that the IUSER_MACHINENAME account must have access to the IssueManagement.mdb. I gave it full access and it works great now.

(If this comment was disrespectful, please report it.)

 
2/2/2002 8:17:54 PMThushan Fernando

its basically the permissions set on the server. The reason is because the Access file need to create another temporary file. Open it up and look bakc where the file is and you will notice a new file with the extension ldb so thats why it wouldnt work!!!!
(If this comment was disrespectful, please report it.)

 
3/22/2002 10:26:20 AMseion

Do check on your folder permission. You will need "Write","Delete" permission for the folder where your database is locate. and you need "Read", "Write" permission to your database file.
(If this comment was disrespectful, please report it.)

 
4/17/2002 2:37:42 PMGreat Application

'Operation must use an
updateable query. (Microsoft JET
Database Engine)'
can be resolved by setting your permissions correctly!
(If this comment was disrespectful, please report it.)

 
9/16/2003 11:03:14 AMDr Wong

The Best system I have ever looked at.
Keep up the good work
(If this comment was disrespectful, please report it.)

 
12/7/2004 3:57:10 PMEastBaySteve

this code is FANTASTIC! it works perfect for me. for the above ppl that had the errors from the query, you just need to make sure the folders where it resides in can be written to/changed. and if you go to thier website, there is an updated version that includes email support. (just make sure you have IIS and the virtual SMTP server running and setup)

thanks for the great code!
(If this comment was disrespectful, please report it.)

 
3/15/2005 4:09:36 PMBrian Battles WS1O

Nice use of CodeCharge for a practical app!
(If this comment was disrespectful, please report it.)

 
8/22/2006 9:29:39 AMJohn

I was looking for the users manual and received 404. Is there a URL to access or could you email to me?

GREAT PRODUCT!!
(If this comment was disrespectful, please report it.)

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author from the email account you registered on the site, so you can correspond directly.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
To post feedback, first please login.


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | ASP/ VbScript Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997-2008 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.   Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.