SQLITE_MISUSE error

Get help with the installation and running of the Agent Git or Agent SVN plug-ins. This section can also be used for posting comments, suggestions or submitting feature requests. Please do not post bug reports here. When in doubt post your question here.
Post Reply
SuperDre
Posts: 1
Joined: Wed Sep 28, 2022 3:02 pm

SQLITE_MISUSE error

Post by SuperDre »

I'm using the testversion of AgentGIT with Visual Basic 6 (first installed Visual source safe 2005, made sure it works properly in the IDE, then changed the SourceCodeControlProvider through the registry to point to AgenGit, and it seems to work)
But whenever I try to check out or get latest version I get the following error (multiple times) in the 'Source Code Control Results' window :
SQLErrors: SQLITE_MISUSE -> SQLITE_MISUSE[21]: Unable to open database file
When I do something like 'Show history' I do get to see the history screen, but it also shows the same error once in the 'Source Code Control Results' window.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: SQLITE_MISUSE error

Post by jussij »

To help identify the issue could you do the following:

1. Start the Agent Git Configuration dialog using desktop short-cut
2. Check the Help debug Git setup with extra logging information option
3. Click on the View Debug Log File button and take note of the file location in the file that is displayed. Also empty the log file.
4. Start your VB6 IDE and replicate the issues.
5. Send through that log file to us as a zip file attachment. Use the info @ zeusedit.com e-mail address.

With that information we should be able to figure out what is going wrong.

Cheers Jussi
Post Reply