Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support. Test
Posted By: NorgannaQuestion: What version are you using at the moment?
Posted By: NorgannaAlso, what do you want to know about the database content? It will contain all the auctions that you have ever scanned, and all the details therein, you can write reports that process this data in LUA and it will be capable of exporting the data from the reports.
Posted By: NorgannaShould you wish, you may also use the sqlite.exe to access your on-disk database via SQL commands and export data that way as well.
Posted By: sufanek
Win XP Pro Build 2600.xpsp_sp2.qfe.080814-1242 (Service Pack 2). Am not sure about other two computers, but I guess, they got SP2 too. Anyway, these are far from being fresh install, with tons of soft installed, so i reckon that it's gonna be hard to trace the problem.
Oh I see. I think the initial post was a bit confusing for me - as it speaks of database application, and then of database/website. I didn't recognize these are two distinctive things - so I'll be running own sql server with my data, and there will be some general online database as well(with paid access), where this data wil merge?
Q: Will I need current AuctioneerDB for moving data from Auctioneer to database? (If I should keep trying to run it..)
Posted By: NorgannaActually I was talking about the version of AuctioneerDb, but that's interesting because I'm testing on XP Pro Build 2600.xpsp_sp3_gdr.080814-1236: Service Pack 3 (fully patched and updated)... I wonder If I should create a vm of an unpatched windows to test on.
Edit: I installed latest AucDb version - 1.0.9.4973 and works fine now. I'll try to install it on SP2 machines later, to see if this was the problem
Posted By: krendarA few bugs on Vista x64 (.Net 3.5 SP 1 is installed):
-The installer does not ask if I want to "run as administrator". You can right-click and select that, so its no big deal just want to mention it.
-Each time I start it says that AucDB is not installed if I want to download. No matter what I select I get an exception:
http://norganna.pastey.net/105918
Program starts up anyway.
-If I click the "Import" option in the program I get the message that the program has stopped working and it exits.
Posted By: Hirsute
Hopefully norgs wrote the program in such a way that it doesn't need escalation. If so, then it shouldn't be prompting.
Posted By: krendarPosted By: Hirsute
Hopefully norgs wrote the program in such a way that it doesn't need escalation. If so, then it shouldn't be prompting.
It wants to install in "Program Files" per default so it needs admin rights unless you change that.
Posted By: MattBnrcant you just move it? or change the install location?

Posted By: NechcknMarth,Not a problem :) Figured I'd try and jump in feet first.
Although such information is helpful, it would likely be of better use to test and report on any findings in the new, overhauled client, which should be posted in the next few days.
Happy Sales,
Nikk

Posted By: ElviswindApart from requiring .NET, are there any known issues with running AuctioneerDb in Wine?
Posted By: BladewingNorg, you're godlike ;-) P.S. Does Virtualization of a 64-bit guest on a 32-bit host work?
Posted By: hotshifthow can i use or display the data offline? AuctioneerDB itself ? Excel ? how?
--- Caught warning event ---
Date = YYYY-01-DD 12:00:00
Method = AuctioneerDb.QueryProcessed
Message = Specified cast is not valid.
Stack Trace:
at AuctioneerDb.Form1.QueryProcessed()
--- Caught warning event ---
Date = YYYY-01-DD 12:00:00
Method = AuctioneerDb.QueryProcessed
Message = Specified cast is not valid.
Stack Trace:
at AuctioneerDb.Form1.QueryProcessed()C:\...\AuctioneerDb> sqlite3 auctions.db
SQLite version 3.6.6.2
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .schema processed
CREATE TABLE processed ( account TEXT, realm TEXT, faction TEXT, ptime INTEGER,
PRIMARY KEY (account, realm, faction));
sqlite> .quit SQLite version 3.6.10
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .schema processed
CREATE TABLE processed ( account TEXT, realm TEXT, faction TEXT, ptime INTEGER,
PRIMARY KEY (account, realm, faction));
sqlite> .quit Posted By: vaultorIf I look at my SavedVariables\Auc-Db.lua it's now only 146bytes and only contains a few lines, whereas before it had all the data. Should it be like that? (I have run a few quickscans on the AH).