- Posts: 725
- Thank you received: 15
unable to connect to SQL repository
- hanisultan
-
Topic Author
- Offline
- Platinum Member
-
Less
More
8 years 11 months ago - 8 years 11 months ago #11671
by hanisultan
unable to connect to SQL repository was created by hanisultan
when I perform this step, see attached, when I select type, the program takes a long time to display the SQL server list, same thing when I click on test the connections. I'm using 5.2.3.7
Note: This works fine if I was using PostgreSQL but still the first step of clicking on the + bottom takes a long time. I'm starting to believe that MS SQL wouldn't work correctly with either ETL or ATE. I hope I'm wrong
I also got this error "SQL server doesn't exist or access denied"
Note: This works fine if I was using PostgreSQL but still the first step of clicking on the + bottom takes a long time. I'm starting to believe that MS SQL wouldn't work correctly with either ETL or ATE. I hope I'm wrong
I also got this error "SQL server doesn't exist or access denied"
Last edit: 8 years 11 months ago by hanisultan.
Please Log in or Create an account to join the conversation.
8 years 11 months ago - 8 years 11 months ago #11672
by admin
Mike
ETL Architect
Replied by admin on topic unable to connect to SQL repository
This is normal behavior for SQL server.
On large network it might take long time to get list of SQL servers.
We use standard Microsoft API to get list of servers.
Just imagine if you have 1000+ computers.
What is the way of checking if some of them have SQL SERVER installed? (I am just guessing here)
Sending message to every single one of them asking for this kind of information.
Or finding a server which holds this kind of information.
In both of the situations it will be very slow.
An there is nothing we can do to make this process faster
Here is what we use
msdn.microsoft.com/en-gb/library/ms130926.aspx
And this is what Microsoft says:
Due to network issues, SQLBrowseConnect might not receive a timely response from all servers. Therefore, the list of servers returned can vary for each request.
Mike
On large network it might take long time to get list of SQL servers.
We use standard Microsoft API to get list of servers.
Just imagine if you have 1000+ computers.
What is the way of checking if some of them have SQL SERVER installed? (I am just guessing here)
Sending message to every single one of them asking for this kind of information.
Or finding a server which holds this kind of information.
In both of the situations it will be very slow.
An there is nothing we can do to make this process faster
Here is what we use
msdn.microsoft.com/en-gb/library/ms130926.aspx
And this is what Microsoft says:
Due to network issues, SQLBrowseConnect might not receive a timely response from all servers. Therefore, the list of servers returned can vary for each request.
Mike
Mike
ETL Architect
Last edit: 8 years 11 months ago by admin.
Please Log in or Create an account to join the conversation.
8 years 11 months ago #11673
by admin
Mike
ETL Architect
Replied by admin on topic unable to connect to SQL repository
Apart from "slow list of sql servers"
Are you getting any errors/having problems?
Mike
Are you getting any errors/having problems?
Mike
Mike
ETL Architect
Please Log in or Create an account to join the conversation.
- hanisultan
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 725
- Thank you received: 15
8 years 11 months ago #11674
by hanisultan
Replied by hanisultan on topic unable to connect to SQL repository
I also got this error "SQL server doesn't exist or access denied"
Please Log in or Create an account to join the conversation.
8 years 11 months ago #11675
by admin
Mike
ETL Architect
Replied by admin on topic unable to connect to SQL repository
Mike
ETL Architect
Please Log in or Create an account to join the conversation.
8 years 11 months ago #11676
by admin
Mike
ETL Architect
Replied by admin on topic unable to connect to SQL repository
Unfortunately you did not tell us anything about you version of SQL server so we have to guess 
You may need to allow SQL server TCP/IP connection
Mike

You may need to allow SQL server TCP/IP connection
Mike
Mike
ETL Architect
Please Log in or Create an account to join the conversation.