Comments
-
Do I need to pass it in XML or in propertyBags? An example would be much appreciated!
-
We upgraded to NPM 11.5.2 and still seeing the problem.
-
Thanks, I'll give that a shot. Also, where is the list of required fileds I keep reading about? I don't see it on the schema pages?
-
Yep, that's what I've done, just kind of annoying. At one point I changed the default values in the DB, but an upgrade reverted that fix.
-
Yeah, we haven't made 11.5 yet. I'll see if we can make that happen.
-
Closer, but that still requires me to manually go copy them.
-
Right, for a single property, and for spelling. With 100 locations to deal with, I have to build pretty long lists. To select a similar node at a location, click copy properties from, would be much more convenient.
-
I'm working on something too...damn service now! Like cnanda says, it's not to hard with a windows app / service. The problem I am facing is with my service now dev team. They don't want to enable the WSDL piece of svcnow because "JSON is MUCH better"
-
Thanks Jan. Doesn't the NCM employ connection profiles? So, I guess I would want to set the profile name rather than the user / pass. Language is c#
-
My C# code.... SWClient.dictionary objParamBag = new SWClient.dictionary(); SWClient.item objItem = new SWClient.item(); objItem.key = "IPAddress"; objItem.value = _IPAddr; objParamBag.Add(objItem); ................... SWClient.InformationServiceClient objClient = new InformationServiceClient("OrionProductionV3");…