This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: SQLRTGetServers method not working on 64 bit OS
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 18, 2011
05:05 AM
SQLRTGetServers method not working on 64 bit OS
Hi,
I am using SQLRTGetServers() method to get the list of installed SQL Server instances and then this list I initialised to the dropdown box.It is working fine on32 bit OS but same thing when I install on 64 bit OS it fails to give me the list of SQL instances.Does SQLRTGetServers() method only work on32 bit OS.
I am not able to find out the reason for it.
Please help me with this.
Thanks in advance.
I am using SQLRTGetServers() method to get the list of installed SQL Server instances and then this list I initialised to the dropdown box.It is working fine on32 bit OS but same thing when I install on 64 bit OS it fails to give me the list of SQL instances.Does SQLRTGetServers() method only work on32 bit OS.
I am not able to find out the reason for it.
Please help me with this.
Thanks in advance.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 18, 2011
02:13 PM
I tested it with a new InstallScript project on my 64-bit version of Windows 7 box, but it worked fine. Are you getting an empty list or some of instances are missing?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 19, 2011
12:06 AM
Thanks for your prompt reply.
I have tested on the same machine having configuration 64 bit windows 7 .
In my case the List is returned empty.
I am using Installshield 2010 installscript project and SQL Server 2008 R2 64 bit.
When I searched for any solution on google,I found out one link in which it is stated that sqlrt dll does not work with Installshield 2010.
The link is,
http://community.installshield.com/archive/index.php?t-192396.html
Please check this link for your reference.In this link you have mentioned that InstallShield 2010 SP1 hotfix will solve this problem.In this hotfix,is that problrm fixed.If yes then where can I find that hotfix.
Please help me with this.
Thanks once again.
I have tested on the same machine having configuration 64 bit windows 7 .
In my case the List is returned empty.
I am using Installshield 2010 installscript project and SQL Server 2008 R2 64 bit.
When I searched for any solution on google,I found out one link in which it is stated that sqlrt dll does not work with Installshield 2010.
The link is,
http://community.installshield.com/archive/index.php?t-192396.html
Please check this link for your reference.In this link you have mentioned that InstallShield 2010 SP1 hotfix will solve this problem.In this hotfix,is that problrm fixed.If yes then where can I find that hotfix.
Please help me with this.
Thanks once again.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 19, 2011
07:49 AM
The hotfix is included as a downloadable attachment to post #5 in that thread. However, you need to be looking at the full version of the thread in order to obtain the attachment:
http://community.flexerasoftware.com/showthread.php?t=192396
http://community.flexerasoftware.com/showthread.php?t=192396
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 19, 2011
10:49 AM
DebbieL wrote:
The hotfix is included as a downloadable attachment to post #5 in that thread. However, you need to be looking at the full version of the thread in order to obtain the attachment:
http://community.flexerasoftware.com/showthread.php?t=192396
Thanks Debbie and Hidenori for your help.The problem got fixed due to the hotfix.