Discussion:
Accounting 2009 & Sql Server 2008
(too old to reply)
BrentonUnger
2009-10-17 03:13:01 UTC
Permalink
Looks like we've discovered a bug using OA2009 w/ Sql Server 2008.

Take a look at the thread here:

http://social.microsoft.com/Forums/en/whatforum/thread/75616bc2-b153-4db5-b184-ba3ed599d262

Obviously downgrading Sql Server would not be in Microsoft's marketing
strategies. Does anyone have any more information on this problem?
GTSageDev
2009-10-19 16:09:18 UTC
Permalink
As a matter of interest, does SQL Server 2008 have a registry entry in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL?

If not, try adding one (eg. MSSMLBIZ RegSz MSSQL.1 or as appropriate). Does
that resolve the problem?
Post by BrentonUnger
Looks like we've discovered a bug using OA2009 w/ Sql Server 2008.
http://social.microsoft.com/Forums/en/whatforum/thread/75616bc2-b153-4db5-b184-ba3ed599d262
Obviously downgrading Sql Server would not be in Microsoft's marketing
strategies. Does anyone have any more information on this problem?
Rusty WSM
2009-10-20 04:13:01 UTC
Permalink
Hi GTSageDev,

Bravo! you are on the right work-around path (as opposed to my earlier post
in other forum.thread below). If you've customed setting/config paths, You
need to add appropriate registry under mssmlbiz branch.
Post by GTSageDev
As a matter of interest, does SQL Server 2008 have a registry entry in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL?
If not, try adding one (eg. MSSMLBIZ RegSz MSSQL.1 or as appropriate). Does
that resolve the problem?
Post by BrentonUnger
Looks like we've discovered a bug using OA2009 w/ Sql Server 2008.
http://social.microsoft.com/Forums/en/whatforum/thread/75616bc2-b153-4db5-b184-ba3ed599d262
Obviously downgrading Sql Server would not be in Microsoft's marketing
strategies. Does anyone have any more information on this problem?
.
BrentonUnger
2009-10-21 06:01:23 UTC
Permalink
Left a message on the other thread...I'll continue to post there.
Post by Rusty WSM
Hi GTSageDev,
Bravo! you are on the right work-around path (as opposed to my earlier post
in other forum.thread below). If you've customed setting/config paths, You
need to add appropriate registry under mssmlbiz branch.
Post by GTSageDev
As a matter of interest, does SQL Server 2008 have a registry entry in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL?
If not, try adding one (eg. MSSMLBIZ RegSz MSSQL.1 or as appropriate). Does
that resolve the problem?
Post by BrentonUnger
Looks like we've discovered a bug using OA2009 w/ Sql Server 2008.
http://social.microsoft.com/Forums/en/whatforum/thread/75616bc2-b153-4db5-b184-ba3ed599d262
Obviously downgrading Sql Server would not be in Microsoft's marketing
strategies. Does anyone have any more information on this problem?
.
Ken Florian
2009-10-24 23:36:01 UTC
Permalink
Hi Rusty WSM,

Any chance you could provide a few more specific directions on all the
registry alterations required to make this work?

My config:

- SBS 2008 64 and SQL 2008 on single box.
- SQL 2008 paths changed at install time to point to different hard drive
e:\*.*
- MOA 2009
Post by Rusty WSM
Hi GTSageDev,
Bravo! you are on the right work-around path (as opposed to my earlier post
in other forum.thread below). If you've customed setting/config paths, You
need to add appropriate registry under mssmlbiz branch.
Post by GTSageDev
As a matter of interest, does SQL Server 2008 have a registry entry in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL?
If not, try adding one (eg. MSSMLBIZ RegSz MSSQL.1 or as appropriate). Does
that resolve the problem?
Post by BrentonUnger
Looks like we've discovered a bug using OA2009 w/ Sql Server 2008.
http://social.microsoft.com/Forums/en/whatforum/thread/75616bc2-b153-4db5-b184-ba3ed599d262
Obviously downgrading Sql Server would not be in Microsoft's marketing
strategies. Does anyone have any more information on this problem?
.
Rusty WSM
2009-10-25 05:14:01 UTC
Permalink
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server

\Instance Names\SQL\ - create a SZ entry with name=[your sql instance
name], where value = MSSQL10.MSSQLSERVER

\MSSQL10.MSSQLSERVER\MSSQLSERVER - create 3 optional SZ entries:
DEFAULTDATA <- path to your sql data folder
DEFAULTLOG <- log folder
BACKUPDIRECTORY <- backup folder


As I mentioned in other forum - 64bits OS known to have difficulties with 32
bits win32 registry retrieval functions. lotta lucks to you.
Post by Ken Florian
Hi Rusty WSM,
Any chance you could provide a few more specific directions on all the
registry alterations required to make this work?
- SBS 2008 64 and SQL 2008 on single box.
- SQL 2008 paths changed at install time to point to different hard drive
e:\*.*
- MOA 2009
Post by Rusty WSM
Hi GTSageDev,
Bravo! you are on the right work-around path (as opposed to my earlier post
in other forum.thread below). If you've customed setting/config paths, You
need to add appropriate registry under mssmlbiz branch.
Post by GTSageDev
As a matter of interest, does SQL Server 2008 have a registry entry in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL?
If not, try adding one (eg. MSSMLBIZ RegSz MSSQL.1 or as appropriate). Does
that resolve the problem?
Post by BrentonUnger
Looks like we've discovered a bug using OA2009 w/ Sql Server 2008.
http://social.microsoft.com/Forums/en/whatforum/thread/75616bc2-b153-4db5-b184-ba3ed599d262
Obviously downgrading Sql Server would not be in Microsoft's marketing
strategies. Does anyone have any more information on this problem?
.
Loading...