Quantcast
Channel: Ivanti User Community : Discussion List - All Communities
Viewing all 15294 articles
Browse latest View live

WSUS -Windows Server update service require for Landesk 9.0 version?

$
0
0

Does LANDESK 9.6 version require WSUS service on Core server or on end node servers? Please confirm.


Cannot find the EXTENDED release note for LANrev 7.4.2 before updating

$
0
0

I would like to have the extended release note of LANrev 7.4.2. I was able to find them with previous versions but not this time.

 

Thanks

Avalanche 6.2 HTTP Proxy

$
0
0

Is there an option to set a http proxy as in former realeses of avalanche (5.x)

we need this to get new licenses active without creating a license file for each new activation key.

 

trying to add the license with tools > Support and Licensing > + Add license

with adding a license key. window closes after a few seconds and no license is activated and ther is also no error message.

logfile from local license server shows:

Running periodic license re-evaluation task

 

thx

 

Ralf

Windows calculation don't work fine with ConfigItem html attribut

$
0
0

Hello,

 

I'm using LDSD 7.8.3.

From a Windows on AssetManagement.Service I'm using in my Production th Windows calculation below to remove ReadOnly property regarding current user role:

 

Header 1

import System

static def GetAttributeValue(Service):

CurrentUserNotAdminLight = true

DynamicHide = true

DynamicReadOnly = true

 

DynamicParam=''

 

CurrentUserName = Service.GetCurrentUserName().ToLower()

CurrentUser = Service.GetObjectByAttribute("System.User", "Name", CurrentUserName)

for item in CurrentUser.UserRoles:

if item.Role.Title == "Admin-Light":

CurrentUserNotAdminLight = false

 

if Service._CGDMFlagEditMode != null and Service._CGDMFlagEditMode.ToString() == 'True':

DynamicHide = false

DynamicReadOnly = false

 

// give priviledge to Edit Mod check box regarding current user role

DynamicParam += ':SetReadOnly(_CGDMFlagEditMode,' + CurrentUserNotAdminLight +');'+':SetHidden(_CGDMFlagEditMode,' + CurrentUserNotAdminLight +');'

 

 

 

// Define rule of dynamic windows regarding Edit Mode Checked

// Service Block of Fields

DynamicParam += ':SetReadOnly(_CGDMSCTitle,' + DynamicReadOnly +');'

DynamicParam += ':SetReadOnly(CatalogueHierarchy,' + DynamicReadOnly +');'

DynamicParam += ':SetReadOnly(_CGDMSCCategory,' + DynamicReadOnly +');'+':SetHidden(_CGDMSCCategory,' + DynamicHide +');'

DynamicParam += ':SetReadOnly(_CGDMSCOwner,' + DynamicReadOnly +');'

DynamicParam += ':SetReadOnly(_CGDMSCKeyWord,' + DynamicReadOnly +');'

DynamicParam += ':SetReadOnly(_CGDMSCExplanation,' + DynamicReadOnly +');'

DynamicParam += ':SetReadOnly(_CGDMSCPrerequirement,' + DynamicReadOnly +');'

 

 

 

return DynamicParam

 

It works as expected.

But as soon i set the attribut ConfigurationItem._CGDMSCExplanation to String subDataType in HTML, the ReadOnly policy doesn't apply anymore

I tried to use _CGDMSCExplanationhtml and alos ConfigItem._CGDMSCExplanation but nothing works

I didn't find any information regarding this case in the forum.

And as it's works with module pm_process.pm_description cross windows on im_incident i didn't understand how manage it

Maybe it's solved in new version ?

 

Somebody could test it ?

Use a String -1 in ConfigItem and in a Child from AssetManagement try to hide on ReadOnly.

When it's work, set the String to HTML also and check if the ReadOnly still applied.

 

Thank a lot if someone take time to indicate if it's work form him and in witch version.

 

Christophe.

Dynamic Data Policy based on SDM Group membership?

$
0
0

Xtraction 2016.2.6037.958 - Windows Authentication

against CA Service Desk Manager (SDM) 14.1.04

 

I have a requirement to create a data policy (if possible) that will restrict results to SDM Groups to which the user belongs (Member).  The idea here is to query the Member table under the CA Service Desk Admin\Groups data source using a variable for the login userid.  This would allow the policy to change dynamically based on changes to their group membership without an Xtraction admin manually updating their Group assignments in User Administration.  This would not require selection from the user.

 

First, has anyone completed this and can give pointers?

 

Second, I have a test Data Policy is which restricts the View to Inc/Prob/Req.  This works when applied to the user.  I am trying to add a Filter which uses the above Group view to look at the Member field,but am not sure how to set a Variable Filter. I've created a Variable but it is not available when I try to add it to the Data Policy filter.

 

Variable:

 

Data Policy Filter:

 

 

Nothing to select and cannot paste a value here.

 

I've done the usual: logout, clear cache, reload data model.

 

So at this point, the user is restricted to the view but can see tickers from all groups.

 

TIA,

 

Jeff

update contact

$
0
0

Hi All,

 

I am working on goldmine integration in C# program and I am running into issues.

I have this code and it is throwing an error, I don't know what I am doing wrong.

 

  public static string updateContact(Contact contact)

        {

            IntPtr lC1WA;

            IntPtr lC2WA;

            IntPtr lCSWA;

            IntPtr lRes;

            IntPtr lresult;

 

 

            lC1WA = GMW_DB_Open("Contact1");

            lC2WA = GMW_DB_Open("Contact2");

            lCSWA = GMW_DB_Open("ContSupp");

 

            //If all files are opened OK...

            if (lC1WA != IntPtr.Zero && lC2WA != IntPtr.Zero && lCSWA != IntPtr.Zero)

            {            

                IntPtr nvc = GMW_DB_Seek(lC1WA, contact.lastName.ToUpper());

                //Perform the seek

                if (nvc != IntPtr.Zero)

                {                 

                    GMW_DB_Replace(lC1WA, "Company", "zzzzzzz", (IntPtr)20);                 

                    lresult = GMW_Execute("UFreContact", lC1WA);

                }

            }

            else

            {

                return "1";

            }           

            return "0";

        }

 

Thank you for your help

How can use Time in a conditional or case statement?

$
0
0

How can use Time in a case statement?

 

I am trying to autofill travel and per diem benefits base on times in this example I want to switch off of 4 different times to yield 4 amounts:

 

case
when FC_3Date <= EndDate
     && EndTime >= "18:00" then 80
when FC_3Date <= EndDate
     && EndTime >= "12.00" then 60
when FC_1Date = EndDate
     && EndTime >= "6.00" then 40
else 20

The comparison always seems to fall through I have tried integers such as 6 and 18, decimals such as 6.00 and 18.00 and text formatted like times such as 6:00 and 18:00

I think the problem may lie in  comparing a time to a text/number. There may be additional issues in differentiating between am and pm values

Avalanche 6.2 tomcat 8.x SSL setup


Hidden drives visible from 64-bit applications

$
0
0

I looks like the local drives which are hidden with drive mappings in Workspace Control are visible in 64-bit applications. In other applications the're not visible. Is there a setting tot have them hidden in 64-bit apps too?

Goldmine remote access via mobile

$
0
0

We have set up Goldmine web to be accessed from outside the firewall. However it has been set up for access via port 80. Is this safe?

Is there a way we can use SSL or another port number on the server?

Landesk Management Suite 2016 Force Reboot when Global Setting is Never Reboot

$
0
0

In our organization the global reboot setting for our Agent is set to Never Reboot.

 

What are my options for bypassing this for one of my distribution packages that needs to reboot before installation?

Advanced Patch Management und Office 365

$
0
0

Hi @ all,

 

bin ja vor kurzen wieder auf APM zurück migriert und nun will das Patchen von O365 nicht wirklich funktionieren.

 

Laut Logs wird der Office Patch erfolgreich installiert, Policy Instanz zeigt "Neustart ausstehend" und in den Eigenschaften steht "Ergebnis der letzen Ausführung: Erfolgreich".

NACH dem Reboot, zeigt die Instanz "Nicht compliant" an, Patch ist dann auch nicht installiert.

Kann mir jemand dieses Verhalten erklären bzw. erklären wie APM O365 patcht?

 

Danke schon mal

Can someone help me understand why some vulnerabilities have detect only rules with no actions and what they are for?

$
0
0

I've really noticed this since the switch to the Next Gen patching.  I now have several machines that show under their "missing patches" rules that have "DETECT" in their name but have no repair action.  For example, last months "MS18-02-SO7_INTL" vulnerability has 6 rules in it.  Three appear to be actual patches, while three have no download associated with them and no repair action.  If I scan this vulnerability against machines, they detect the "DETECT" rules, but not the actual installs.  So I end up with something like this:

 

 

 

detect only rules.jpg

 

Why is it not actually installing anything, and how can I determine what needs to be done here?  Here's the actual vulnerability properties:

 

 

MS18-02-SO7_INTL.jpg

Auto Link email in sub-folder

$
0
0

GM v2018, Office 2016 - Outlook integration using the newer link.  Autolink turned on so incoming and outgoing emails are auto linked if the email address is recognized in GoldMine.  Customer has Exchange server.

 

President goes on vacation and sends/retrieves email on his phone.  He doesn't delete the emails because when he returns to the office in a week, he'll open Outlook and the emails will link.  However, before he returns, when he's on the beach, he doesn't want to look at and scroll through the hundreds of emails he's already read and/or handled.

 

We created a sub-inbox in Outlook, which the user can also see on his phone now.  So when he's done with an email, instead of deleting it, he can just select the sub-inbox for the email to be placed.  However, when he logged back into Outlook on his desktop, emails in his Inbox and Sent folders were linked, but the emails found in his sub-inbox would not link, even though they should have.  And we did add the GM column to that folder.

 

Is this just one of those things that never came up in development and it just wasn't designed to link when placed into another folder by email rule or from another device?  Or is it something that should work and doesn't?

 

Any input is appreciated. Just need to know that if it should work, is there something else I should be doing with the configuration?

 

Thanks in advance.

EMSS Caching Proxy & Authentication

$
0
0

We run EMSS 8.3 and have the caching proxy in out dmz running on Windows.  Mobile users can be off-network and their agents will use the proxy address to contact our EMSS server on our inside network.  It is working fine except I would like to enable authentication.  The Heat caching proxy is just squid running on Windows and I know squid on Linux supports authentication.  I was told that there were no resources on how to do this with the caching proxy.  There is also no way other than squid.conf to configure the proxy while on Linux there are command line settings to do things like configuring local users.

 

Anyone figure out how to get the caching proxy to require authentication for agents that are remote from the network and are trying to communicate with the EMSS server on the inside network?  I did try to get regular squid on Linux to work using the same squid.conf file that the caching proxy used but couldn't get it going.  I'm not a Linux expert.

 

Thanks in advance.


Filtering Patch Library by Policy

$
0
0

I'm currently running DSM 2016.1.3 and I was trying to see if there was a way to filter the Patch Library by Policy.

 

Meaning, if I have 4 Policy groups:

 

Workstation Test

Server Test

Server

Workstation

 

I'd like to filter the patches by Policy.

 

This will help with dynamic grouping of patches that still need to be assigned out.

How do I export the description column (with other incident information) to excel?

$
0
0

I'm using the export to excel functionality (mentioned in this post Export To Excel Functionality  ).

 

But I want to export more columns than what I see in my list.  I want to export the "Description" field that shows up on the details tab:

 

 

 

I think I might have to get the description field to show up as one of the columns in my search?  How do I do that?

 

Right now, this is what my search screen looks like:

 

 

Perhaps this can be considered a "custom column" export?

 

Regardless, the reason I'm doing this is that I want to load the data into a database to perform analysis on it.  Perhaps there is a way to query the data directly, but I don't know how to do that, either... for now I figured I could export to excel, load the data, then analyze it.

 

Thank you.

If block

$
0
0

I am working on an Equipment Request Request Offering where customers are able to submit a request for different types of computer equipment.  I'm using check boxes for each type of equipment, and I am trying to setup the Request Fulfillment workflow with an IF Block after Start that looks to fields I've specified that would need approval if checked, and if True will send an approval out to the appropriate department manager.  My problem is that the IF Block is not working correctly, and surmising that I have not filled out the Value field correctly.  For each check box field in the IF Block I have tried a value of 1, '1', and True, and 'True', but when I test submitting the form, the IF Block uses the false exit despite checking a box in the form that would require approval.  Hope that made sense.

 

Thanks,

Dan Johnson

Calculation to update value of an attribute if Category is X

$
0
0

We are running Service Desk 2016 and i've been trying to wrap my head around a calculation to do the following:

 

If Category of a request is "Hardware"

Value for attribute Cost Centre = "1000-"

 

Thus forcing the Cost Centre to start with "1000-"  for the user to update the rest of the code. If the Category is not "Hardware" the user can place any value in the text field.

Mac Netboot Gives Flashing ? Folder

$
0
0

Hello all!

 

I am in the process of setting up a Mac imaging environment for the first time and am running into some difficulties. I have been following the steps for the LANDESK 2017 version of MacOS deployment but so far have not been able to Netboot successfully. Holding down N on boot eventually takes me to a flashing ? folder and initiating a reset/netboot with the Ivanti Management Console just takes me to a black screen before rebooting into the OS. I am not sure what all information you need to help, or if I am even asking the right questions. Any help would be greatly appreciated!!

 

Thanks!

DC

Viewing all 15294 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>