------------------------------------------------------------------------
A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=41597
------------------------------------------------------------------------
Question: Does Album Catalogue Creator (RC5+) create a trustworthy
output?
    
- Yes
- Yes but with minor issues
- No
- It does not work at all
------------------------------------------------------------------------

SilverRS8;319001 Wrote: 
> This error is Windows related and is poorly documented by Microsoft.
> There is no real solution for it as far as I know other than try some
> options.
> 
> I'll list some here. Hopefully one of them will work.
> 
> 1. Check if you have the latest MySQL ODBC driver installed !
> 
> 2. Add the host running ACC to the trusted zone in Internet Explorer
> so add http://localhost and http://127.0.0.1 to the trusted site zone.
> Ofcourse if you are using a remote server, add that IP number here.
> 
> 3. Edit the AlbumCatalogCreator-V1.hta file with a text editor.
> 
> Line 53 (v1.0) looks like:
> ConnectString3 = ";Port=9092;Database=slimserver;UID=slimserver;Pas
> sword=slimserver;Option=3"
> 
> Change the Password=slimserver to Password= so you effectively leave
> the password blank. Then try to run it again. This one is reported to
> work by another user.
> 
> 4. ACC uses some parts of Internet Explorer to execute. Try the
> following from Internet Explorer:
> Menu Tools -> Options -> Security TAB -> Local Intranet zone ->
> Custom...
> Under the Miscellaneous section Enable 'Access data sources across
> domains' the try ACC again
> If this does not work. Do it again for the other zones as the error
> report says to access a data source in ANOTHER domain is prohibited.
> 
> If one works please let me know so I can include in in the help file.
> 
> Frank

Hi!
I'm running my slimserver on a Qnap TS-209II NAS server and the ACC on
a Windows Vista Home edition. Since I like the ACC appplication but
I've been struggling to get this to work, I thought I would share my
"thought":

Point 4 above: Since you add the IP-address of the NAS to the trusted
zone in point 2, I believe you must enable 'Access data sources across
domains' for your trusted zone. This is done under:
Menu Tools -> Options -> Security TAB -> Trusted zone -> Custom...
or, do as I, enable it for all 3 zones!

Point 5: On the Qnap, you also need to edit this line in the my.tt
file:
bind-address = [% bindAddress %]

Change this line to:
#bind-address = [% bindAddress %]

Point 6: This will get you started BUT you will run out of tmp space on
the Qnap. So, create another tmp directory on a disk with a lot of free
space, for example /volume1/tmp and then add the following line to your
my.tt file under the [mysqld] section:
tmpdir         = /volume1/tmp/

Point 7: Stop and restart slimserver and MySQL on the Qnap.

Now you're ready to go! But it will take a while to get all the
information! I have about 24000 tracks and it took a couple of hours to
run the application. But, as Carlsberg would say, it's worth waiting for
:)

Just a little note:
I'm swedish and I do have a couple of directories with swedish
characters for my albums. ACC will not be able to get the album art for
these albums if you use file based album arts (I haven't tried ID3-tag
album arts yet but will do)

Hope this helps some of you to get the application running because it's
a real nice application!


-- 
MrPoison
------------------------------------------------------------------------
MrPoison's Profile: http://forums.slimdevices.com/member.php?userid=18795
View this thread: http://forums.slimdevices.com/showthread.php?t=41597

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to