SOLVED
InDB Connection faliure (SQL SERVER)
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
tjamal1
8 - Asteroid
‎09-07-2019
05:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to connect to sql server using SQL authentication using an INDB Connection
But its giving me an error
Error: Connect In-DB (4): Error opening connect string: Microsoft SQL Server Native Client 11.0: Login failed for user 'webAppsDBUser'.\28000 = 18456
I have test the connection when configuring it said connected successfully but in the designer windows it shows following
Note : Standard Input does not giving me an error using same connection configuration
Solved! Go to Solution.
Labels:
- Labels:
- In Database
1 REPLY 1
‎09-07-2019
05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Persist Security Info" is set to True solved my issue
