
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2014 04:55 PM
Hello.
Does anyone know, what table in MS SQL Database contains scanning credentials?
Does anyone know, what table in MS SQL Database contains scanning credentials?
Labels:
- Labels:
-
General Discussion
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2014 05:15 PM
fantastic - and great response time !

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2014 04:57 PM
Hi,
These credentials are stored in the table tsysconfig.
You can use these fields:
[CredWindowsLogin]
,[CredWindowsPassword]
,[CredSNMPPassword]
,[CredSSHLogin]
,[CredSSHPassword]
,[CredVMWareLogin]
,[CredVMWarePassword]
These credentials are stored in the table tsysconfig.
You can use these fields:
[CredWindowsLogin]
,[CredWindowsPassword]
,[CredSNMPPassword]
,[CredSSHLogin]
,[CredSSHPassword]
,[CredVMWareLogin]
,[CredVMWarePassword]

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2014 03:22 PM
Hi
this is true for the credentials you add . can you tell us where are storef the "global credentials" ?
Thanks, Maya
this is true for the credentials you add . can you tell us where are storef the "global credentials" ?
Thanks, Maya

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2014 10:05 PM
Very helpful, thank you.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2014 05:29 PM
This data is stored in the tabel tsyscredentials. You can only use this table if you use sql server. In the built-in reports we have excluded this table.
