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
- :
- SQLRTCONNECT2 gets no connection under Windows 10
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
‎Jul 10, 2017
03:59 AM
SQLRTCONNECT2 gets no connection under Windows 10
Hello,
we have a pure installscript-Setup which suddenly doesn't work anymore. The problem is, that the sqlrtconnect2-function doesn't get a connection to the database.
The password we send calling this function is empty after the sqlrtconnect2-function returns an unsuccessfull result,
So the problem seems to be, that the password crashes. We have this problem currently on several Windows 10 systems with different Windows 10 releases. Under Windows 7 or 8 all setups work fine.
Can anyone held?
we have a pure installscript-Setup which suddenly doesn't work anymore. The problem is, that the sqlrtconnect2-function doesn't get a connection to the database.
The password we send calling this function is empty after the sqlrtconnect2-function returns an unsuccessfull result,
So the problem seems to be, that the password crashes. We have this problem currently on several Windows 10 systems with different Windows 10 releases. Under Windows 7 or 8 all setups work fine.
Can anyone held?
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 13, 2017
12:31 AM
Hi,
May I know the which version of Sql Server you are using in windows 10.
Regards,
Tulasikumar
May I know the which version of Sql Server you are using in windows 10.
Regards,
Tulasikumar
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 13, 2017
11:19 AM
Euronet,
I use SQLRTCONNECT2 on Windows 10. Are you sure that there is not an error message hidden behind the installer window? I minimize the installer window just before running SQLRTCONNECT2 and then show the window normally after SQLRTCONNECT2 to avoid having a popup error message get hidden behind it.
If you suspect a password issue... can you try using Windows Authentication, just to see if that works?
I use SQLRTCONNECT2 on Windows 10. Are you sure that there is not an error message hidden behind the installer window? I minimize the installer window just before running SQLRTCONNECT2 and then show the window normally after SQLRTCONNECT2 to avoid having a popup error message get hidden behind it.
If you suspect a password issue... can you try using Windows Authentication, just to see if that works?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 20, 2018
01:52 PM
rguggisberg wrote:
Euronet,
I use SQLRTCONNECT2 on Windows 10. Are you sure that there is not an error message hidden behind the installer window? I minimize the installer window just before running SQLRTCONNECT2 and then show the window normally after SQLRTCONNECT2 to avoid having a popup error message get hidden behind it.
If you suspect a password issue... can you try using Windows Authentication, just to see if that works?
Did you ever figure this out? We are starting to see this issue on Server 2012R2 machines that worked just a few months ago.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 20, 2018
04:43 PM
Are you sure that you are calling SQLRTInitialize2 first?
From the HELP...
"Note • The SQLRTConnect2 function uses SQLRT.dll; therefore, it can be called only after SQLRTInitialize2 has already been called. To learn more, see Using the SQL Run-Time Functions in InstallScript and InstallScript MSI Projects."
My previous post was not accurate. I notice that I am using SQLRTTestConnection2 instead of SQLRTConnect2. In either case, the above is still relevant.
From the HELP...
"Note • The SQLRTConnect2 function uses SQLRT.dll; therefore, it can be called only after SQLRTInitialize2 has already been called. To learn more, see Using the SQL Run-Time Functions in InstallScript and InstallScript MSI Projects."
My previous post was not accurate. I notice that I am using SQLRTTestConnection2 instead of SQLRTConnect2. In either case, the above is still relevant.