Comments
-
Nope, I'm on 11.5.1. Was the fix implemented in that service release?
-
Here is what I'm doing in PowerShell. SWQL studio seems to have added one discovery but I can't tell if subsequent runs of the verb overwrite the job or if it's not working any more. if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) { Add-PSSnapin "SwisSnapin" } $hostname = "localhost" $username = "admin" $password…
-
Using this worked great! We now have the interfaces with status Icon and link to the interface details page working. I appreciate your help here. We've hit another snag but I'll post that in another thread as this one has been answered. Much appreciated!
-
Ah that makes sense, I didn't even notice that. Thank you.
-
Thank you for this!
-
That helped a lot. I saw my test .exe on my test laptop but of course it wouldn't execute. Now I just need to find the command line switches for Forefront, I had misspoken earlier about it being security essentials, my apologies. Though I'm not sure if I'll need any of the prerequisite rules but Applicability rules and…
-
I'm using 1664x980 for the resolution. I am connecting via RDP to this server.
-
aLTeReGo I have a ticket open with support for just this issue. The support representative passed along instructions that directly contradict the above information you provided for this issue. Can you please take a look at the reps response and tell me which set of instructions is correct? Ticket number 773306
-
Thank you for your help. It looks like it'll have to do.It's either these or diving into one heck of a custom report.
-
I think I figured it out. if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) { Add-PSSnapin "SwisSnapin" } $hostname = "localhost" $username = "admin" $password = New-Object System.Security.SecureString $cred = New-Object -typename System.Management.Automation.PSCredential -argumentlist $username, $password $swis =…
-
Excellent information thank you. Do you happen to have anything on create/deleting discovery jobs through the API? I'm not seeing any information in the SDK pdf file nor any examples I'm able to read. Did see another post mention something about it and XML but I'm a bit lost in the explanation there.…
-
Apparently the network isn't quite as segmented as I had thought. They can ping each other over the network via IP. I'm assuming this means I can just edit their host files or registry settings to point to the WSUS server and begin managing them centrally. Is this correct?
-
This leads me to another question. If I add another filtering expressions does this create an OR between the statements? I'd like to mix up the first criteria so that I can make the selection more robust.
-
You will need to open the 'Database Manager' on one of your polling engines. This is located in the start menu or start tile of windows. Once there click 'Add default server' and expand the SQL DB instance that is loaded in the left hand tree. Right click the name of your Orion DB and click 'Database Details'. In the right…
-
Thanks for the update. Much appreciated.
-
The error message under task history says that it's either the permissions to the download directory or that the downloads are failing to download properly. Sent from my iPad
-
I opened a case up for this so you can track it. Case #500956
-
My apologies on the second link. I must not have had enough caffeine in my system at that point. I was looking for confirmation on if any other dependencies in the DB would need to be updated with the EngineID change. This might be a bit better since it comes from SWI themselves: Polling Engine Load Balancing ·…
-
I'm currently not seeing the auditing events for adding nodes through the SDK as well. When joining the nodes table to the auditing events table I find the addition dates for each node that was added via the GUI but nulls for anything added via SDK.
-
Unfortunately our environment is prohibitive to upgrading at this time. We must stay on 5.3.3 for the time being.
-
I believe in that document they're also suggesting that port 17778 is opened. Though I'm not exactly sure what it's used for other than "secure SWIS communication". Though I've seen deployments that didn't have this port opened and seemed to function without issue.
-
I've run the wizard you mentioned but it was unable to download the .cab files still.
-
Unfortunatly for us it has been constantly not downloading from either catalog location since the beginning of feburary. I haven't been actively using the console for management of third party apps and wasn't aware of this till now. I wonder if it has anything to do with them both being ftp calls. Are all catalog downloads…
-
Right I was typing rapidly and didn't proof read.
-
I found that there is a column at the end of our discovery profiles that is true/false for IsAutoImport. I'm trying it now but I think maybe this is something I can use instead of trying to generate the XML for a discovery. Though I would still like to learn how to do that sort of generation and automation. Are there any…
-
I can with a SQL Server account. I can never figure out how to use my alternative domain credentials so I made myself a login. I can't use that login through the patch manager installer so I use my domain credentials which takes longer to return an error but still returns the same error as my local SQL account information.
-
The patch manager is located on one domain but the automation server is to be set on another. The SQL server for the domain the the automation server is to be set on has no eminentware database on it at all though I'd like to add one for this automation server. This way I can keep the databases all together on this domain.…
-
OrderID: 4368 Date Submitted: 01/29/2016 11:28 AM Type: Order Submitted By: Thwack Store
-
Sounds like you have this set up to send as an html format report. Have you tried changing this to pdf? It may be that your email client is limiting the preview of the email. Are you using outlook? Also make sure "Group historical report by days" is not checked on the general tab of the report in report writer. Sent from…
-
In this demo system I've only got the default alerts active in the system. You are correct though and it's the High packet loss monitoring and the node down alert. Based upon that revelation I'm not sure why the system isn't re-triggering the alert or firing the alert actions again when it's supposed to after the autoclear…