| View previous topic :: View next topic |
| Author |
Message |
MarkH
Joined: 10 Oct 2007 Posts: 8 Location: Boston
|
Posted: Mon Mar 24, 2008 7:05 pm Post subject: Not passing server credentials causing access denied |
|
|
Not passing server credentials causing access denied and script will not use service credentials.
Has anyone seen this before?
I am attempting to run a recently created vbscript and do not wish to create separate server credentials. According to a canned activexperts vb script, it says: "strCredentials As String - Specify an empty string to use Network Monitor service credentials.". This doesn't work, I get Access Denied on the SWeblocator object. Specifying the server credentials either in the script or in the server credential area works fine, but I'd rather not do that... |
|
| Back to top |
|
 |
Leon
Joined: 11 Jul 2007 Posts: 405
|
|
| Back to top |
|
 |
MarkH
Joined: 10 Oct 2007 Posts: 8 Location: Boston
|
Posted: Tue Mar 25, 2008 2:05 pm Post subject: I looked there prior to posting this, but didn't find any... |
|
|
Hi Leon,
I looked there prior to posting this, but didn't find any information.
I need to know how to pass the service credentials to a vb script custom check.
Thanks,
Mark |
|
| Back to top |
|
 |
Leon
Joined: 11 Jul 2007 Posts: 405
|
Posted: Tue Mar 25, 2008 3:38 pm Post subject: |
|
|
Hi Mark,
This depends on your custom check, you have to create a function with extra parameters that can hold this credentials.
You can use the credentials in your script then..
Can you give me more info on the check you want to create?
Leon |
|
| Back to top |
|
 |
|