Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ITOM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Business Rules Action

Hi all,  What's the best way to check the current action in a business rule? ie for a business rule that runs on insert or update, how can I test which action is actually happening for the current record?  I was think of something equivalent to if (a...

Jamsta1912 by Tera Guru
  • 6790 Views
  • 4 replies
  • 11 helpfuls

MID Server SSL Handshake Error in Log file

I have different MID Servers connected to Edge Encryption proxies through an F5 load balancer. The MID Servers can successfully connect to ServiceNow using the internal URL for the edge encryption proxies but I keep seeing this error on the logs "jav...

find_real_file.png
luisescobar by Kilo Contributor
  • 1996 Views
  • 3 replies
  • 0 helpfuls

Mid server and Web services through proxy

Hi!In one of the integrations we are currently working on, we have the following structure:         The target environment can be accessed and queried through rest (we just do 'gets' here)         To access the target environment, we need to go throu...

Has anybody created CIs for iPads or other handheld devices?

We currently manually maintain iPad asset information in our cmdb in cmdb_ci_computer. We need to formalize the management of these non-discoverable assets which will no doubt involve creating a new class.Is anybody doing this already? I'm looking fo...

discovery pattern variable returning partial string

I'm parsing command output from an sql query into a variable (not a table or list, 1 position, no delimiters - so it captures all of the returned text as a single variable). When I try to write that to an attribute, it returns only the first entry, n...

Capture.JPG Capture1.JPG Capture2.JPG
nancycarden by Kilo Contributor
  • 2040 Views
  • 4 replies
  • 0 helpfuls

Resolved! MID server best practices - service accounts

What is the best practice for service accounts used by MID servers?   I have one account per mid server right now and it gets hairy to manage whenever we want to add or subtract or modify a MID server with the user accounts.Is this the best practice,...

seberly by Giga Expert
  • 2863 Views
  • 5 replies
  • 0 helpfuls

Resolved! Display Image for OIP users similar to VIP users

HI All,  I want to display image for OIP users like we have for VIP users in SNOW. I checked the script "Highlight VIP Caller" and the url of the image given is "images\icon\vip.gif".(pls tell me from where i will find vip.gif)  I have uploaded the ...

prabh by Mega Expert
  • 5996 Views
  • 26 replies
  • 0 helpfuls

Discovery pattern to parse XML file

I'm trying to parse my xml file using advance XPath query option in discovery pattern step. here is the excerpt of my XML file (<file path>/filename.xml)<Config xmlns="http://www.myurl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">      ...

dkhanna01 by Mega Contributor
  • 2107 Views
  • 1 replies
  • 0 helpfuls

how to create a new discovery schedule via script?

I am looking to automate new discovery schedule creation (new to service-now discovery). If i have over 100 new schedules (groups by region, division etc) that needs to be created, what would be the best approach to create discovery schedules?thanksA...

runfast by Kilo Guru
  • 1852 Views
  • 3 replies
  • 1 helpfuls

Cloud Management OpenStack integration

Hi guys,I've need to integrate OpenStack with ServiceNow.Can I use Cloud Management module and add OpenStack Account? (Service Account).What allows me to do in OOB?Thanks,

CMDB Query Builder Export

When I click on the Export button after creating my query it returns the message "User Not Authorized".   What is causing this and how can I fix it.   I would like to be able to export my query results.

jcoady by Kilo Contributor
  • 1248 Views
  • 2 replies
  • 0 helpfuls

Resolved! Solaris 11 active process discovery without /usr/ucb

The Solaris probe "Solaris - Active Processes" requires /usr/ucb/ps.   But our server architect is against installing /usr/ucb and polluting the beauty of the Solaris installation with outside packages.Has anyone successfully modified active process ...