Automatically configure UDA question

First,I set 'automatically configure user device affinity from usage data' in UDA settings to 'No',then client will send a state message (TopticID:1600) indicates that CCM client is waiting the UDA request to be approved and save it in wmi during
the user affinity usage task.State message and logs look like this:
>>>>>>Starting processing user affinity usage task<<<<<<
Auto affinity threshold settings Days = '30', User minutes threshold = '2880', Auto approve affinity = '0'.
Clean up agents user logon events...
Retrieving user minutes map...
Loading approved and pending user affinities...
Checking if any pending affinity is approved...
Checking usage minutes per user against current minutes threshold...
User 'abc\def' has 3425 usage minutes
Setting auto affinity for user 'abc\def'.
Successfully sent user affinity state message for user 'abc\def'.
Successfully created pending user affinity for user 'abc\def' into WMI.
>>>>>>Finished processing user affinity usage task<<<<<<
After that,I turn on 'automatically configure user device affinity from usage data' ,but client will only refresh the old state message (TopticID:1600) in wmi which indicates it has automatically set uda for the user and
will not send the new state message to site server becasue it consider the same state message existing in wmi.
>>>>>>Starting processing user affinity usage task<<<<<<
Auto affinity threshold settings Days = '7', User minutes threshold = '1500', Auto approve affinity = '1'.
Clean up agents user logon events...
Retrieving user minutes map...
Loading approved and pending user affinities...
Checking if any pending affinity is approved...
User 'abc\def' in pending affinity is not approved yet
Checking usage minutes per user against current minutes threshold...
User 'abc\def' has 3608 usage minutes
Setting auto affinity for user 'abc\def'.
Found same state message existing. (was sent before) Skip sending same state message for user 'abc\def'..
>>>>>>Finished processing user affinity usage task<<<<<
I can manually delete the TopicID 1600 message in wmi and restart the ccm client,after that the new uda state message will send into the site dabase and pending request in console will be disappeared.
That is my question.Actually the state message content is different from the old one.Why ccm client consider they are the same messages and will not send it so that the uda information is not set for user in ccm database.(In console it
always display as a pending request)

Sorry for the delay.
I tested the situation again and came into the same result.
1. If the logged on user have already reached the threshold before you changed the Client Setting to Yes for Auto UDA, the State Message did not send out again. Because the agent thought this box is in pending state, no more state message needed.
2. If the logged on user have not reached the threshold before you changed that setting, the Auto UDA State Message will send if the user reaches the threshold in the future.
Seems this is by design. Anyway, I recorded this situation.
Juke Chou
TechNet Community Support

Similar Messages

  • VBscript - how to Disable "Use Automatic configuration Script"

    Hi There
    I currently have the below script in a vbs file;
    Const HKEY_CURRENT_USER = &H80000001
    Set objShell = CreateObject("WScript.Shell")
    strPC = objShell.ExpandEnvironmentStrings("%COMPUTERNAME%")
    On Error Resume Next
    Set objReg = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\default:StdRegProv")
    strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
    strValueName = "ProxyEnable"
    objReg.GetDWORDValue HKEY_CURRENT_USER,strKeyPath,strValueName,dwValue
    '#==============================================================================
    '# If
    IE Proxy is currently enabled display message and ask user whether it
    '# should
    then be disabled
    '#==============================================================================
    If dwValue = 1 Then
    IEPrompt = MsgBox ("Hello David. Your Proxy is on,  Do you want to turn it off?", vbQuestion+vbYesNo, "Disable IE Proxy")
    If IEPrompt = vbYes Then
    dwValue = 0
    objReg.SetDWORDValue HKEY_CURRENT_USER,strKeyPath,strValueName,dwValue 
    MsgBox "Thank You David, your proxy is now off. Have a nice day" & _
    ".",vbInformation, "Disable IE Proxy"
    ElseIf IEPrompt = vbNo Then
    MsgBox "David, your Proxy is still on " & _
    ".",vbInformation, "Disable IE Proxy"
    End If
    '#==============================================================================
    '# If
    IE Proxy is currently disabled display message and ask user whether it
    '# should
    then be enabled
    '#==============================================================================
    ElseIf dwValue = 0 Then
    IEPrompt = MsgBox ("Hello David. Your Proxy is off,  Do you want to turn it on?", vbQuestion+vbYesNo, "Enable IE Proxy")
    If IEPrompt = vbYes Then
    dwValue = 1
    objReg.SetDWORDValue HKEY_CURRENT_USER,strKeyPath,strValueName,dwValue
    MsgBox "Thank You David, your proxy is now on. Have a wonderful day" & _
    ".",vbInformation, "Enable IE Proxy"
    ElseIf IEPrompt = vbNo Then
    MsgBox "David, your Proxy is still on" & _
    ".",vbInformation, "Enable IE Proxy"
    End If
    End If
    This only turns off the proxy server in IE/Tools/Internet Options/Connections/Lan Settings.
    Can I get this same code to turn of the 'Automatic configuration' check boxes instead or as well?
    Many thanks
    Luke

    Hi Luke,
    We hope your issue has been resolved
    The registry for use automatic configuration script is under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\AutoConfigURL
    (For per user) It shows when script is set to work.
    Regarding to question about scripting or VB script, I’d suggest that post your issue at TechNet scripting Forum and MSND forum. There you can get more effective suggestion by other experts who familiar with scripting. Your understanding is highly appreciated.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vbgeneral
    And just for your reference, we do have a Group Policy for that, link it to a scope (Site, Domain, or OU level) which contain user account object.
    For more information please refer to following MS article:
    Configure a Registry Item
    https://technet.microsoft.com/en-us/library/cc753092.aspx
    Regards
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Why does unchecking the "use automatic configuration script" box on Internet Explorer 8 fix connectivity errors?

    As long as I have been in the job and we have been using IE as our browser, we have controlled the proxy settings with an automatic configuration file.
    Recently, with IE8 on WinXP and Win7, we have had situations with the user getting various connectivity errors. By unchecking the "use automatic configuration script" box, they start working. But we don't change anything else.
    These error are not consistent from machine to machine.
    We are in a AD Domain environment
    These are the two errors I have documented.
    Error: 5
    Description: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
    Access to resrouce is forbidden by server while attempting to access server at
    http://content.mpl.org/cgi-bin/admin/pwtest.exe?CISOVER=60.
    Please check the permissions to the file on th eserver.
    Two very different problems. Both somehow fixed by unchecking the box.
    The config file itself has not been changed in over a year.
    Can anyone explain why unchecking this box, but not making any other changes to the proxy settings would fix connectivity problems? These are all external sites that need to go through the proxy.
    Thanks.

    Hi,
    You can use the steps in the following thread to disable this option:
    uncheck "use automatic configuration script" in IE LAN settings 
    http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/05a7c683-075e-435c-8583-da8fd3559cf2
    Or try to
    reset Internet Explorer settings and select use automatic configuration script to see whether it could work.
    Hope this helps.
    Vincent Wang
    TechNet Community Support

  • Use System Proxy Settings - when this is selected in FF v3.6.6, does it adhere to the same local IE proxy setting? We use a pac file configured in "Use automatic configuration script."

    Does anyone know what Firefox looks at locally on the PC when the "Use System Proxy Settings" setting is selected? It appears to be the default setting, recently changed from "No Proxy" of versions past...
    Our company uses a pac file specified in IE under "Use automatic configuration script" - with this new default, does it adhere to the same setting in:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

    I may be wrong but I think that the "Use System Proxy Settings" makes sense only on Linux and generally speaking "other OSes". As far as I know there is no generic proxy settings in Windows operating system.
    The one I know is in the registry part of Internet Explorer.
    So in my understanding in Windows, Use System Proxy Settings = No Proxy

  • JFileChooser Problem when "Automatic Configuration" is enabled on IE

    Hi,
    I have JFileChooser Based Applet dialog. When i enable the "Automatic Configuration" in my LAN setting on IE. The windows based shortcuts e.g. Desktop,"My documents" dont show up correctly directories they contain. They only show a part of them.
    Could you please help me out in figuring out the same.
    Thanks,
    Amit

    Sevket,
    b When The " Update Complete. OK to Disconnect " Show On iTunes:
    Click On the Little " EJECT " Button Beside The iPod icon (in the iTunes Source List)... The iPod will Disappear From the Source list.. Then Unplug Your iPod.
    i I suggest you To Charge Your iPod Throught Power Adaptor For WAll. That, if You have One.
    M.

  • How to make system update with "use automatic configuration script" and an URL

    Hello,
    all our laptop using "use automatic configuration script" with an "accelerated_pac_base.pac" prxy setting.
    How can we make system update work with that ?
    And no way for us to by pass this proxy settings with
    Thanks

    I mean there is no general method which is capable of correcting all possible errors found by schema validation.
    For example if the validation says it expected to find an <organization> element or a <company> element but it found a <banana> element, there is no way to determine what repair is necessary.
    Anyway the requirement is fighting against the way things work in the real world. The purpose of validation is just to find out whether a document matches a schema. If it doesn't, then too bad. Send it back to be fixed or replaced. If you are having a problem because you repeatedly get documents which don't quite match your schema, then you need to train the users to produce valid documents or to give them tools which help them do that.

  • How to automaticly configure networkaccounts on clients

    When i connect a client computer to my open directory i get the message to configure all my services on the computer like ical etc. Al these services will be configured on my local account for example:
    My localaccount is: dirkb
    My opendirectory account: dirkb
    But when i log in on the same machine with a network account i want to have all my services automaticly configured to but that does not happen. I do get the preferences from the workgroup manager right like dock settings etc. but:
    - Mail
    - Ical
    - Adresbook
    Are not set up for use. I do know i can set users an e-mail from server preferences to set up those services but is there a way to auto configure these services when the user logs in?

    It is possible to get local accounts to be auto configured for Mail/iCal etc. but not network logins. This limitation makes this 'feature' effectively useless. See "Automated Client Configuration" on page 120 of Apple's "Open Directory Admin 10.6" PDF manual and http://arstechnica.com/apple/reviews/2010/01/mac-mini-with-snow-leopard-server-r eview.ars/2
    An alternative approach which would require a fair amount of initial work, would be to write a login script which does something like -
    1. Check to see if '~/.alreadydone' exists if so exit
    2. Using login name, generate matching strings and use defaults command line to add settings to appropriate plist files.
    3. touch '~/.alreadydone'
    4. exit

  • Airport Base & Config. & DHCP problems!  No automatic configuration?!?

    Hello,
    I've connected successfully, countless times to my Airport wireless network
    with my two machines. After reinstalling the software on one of them, neither of them will now connect.
    Read knowledge docs, reset base station, made sure I had updated the relevant irmware & software, etc.
    I am able to connect successfuly & directly to my ethernet port but not to my airport station.
    Using Airport Admin Utility, I choose configure>ethernet>configure using DHCP.
    Normally, I thought that the IP Address.Router Address, etc. would all automatically configure "by itself" the way it does when I plug the ethernet cable directly into my ethernet port <-> cable modem.
    By the way, I'm using a cable modem and Comcast and Airport Extreme Base station. I've test both of these things to rule out the problem being there. I've also tried restarting computer, unplugging and plugging back in base station. (I am able to have a working USB printer in which I can send MS word files to the printer (via airport base) to be printed out).
    My guess is it's a problem between my powerbook and the airport base station but I'll be damned if I can figure out the problem.
    Any insight, greatly appreciated, and you'll save me from jumping out my window or running into traffic.
    Thanks!
    JC

    Well, I tried Tesserax's set of suggestions and they worked!

  • Workstation Manager service clears Automatic Configuration Script Properties.

    We have a weird problem where when the workstation manager service
    starts it clears the Automatic Configuration Script within Internet
    Explorer. Now out of our 400 odd PCs, only about 3 are doing it. For
    now we have counter acted it by putting in an actual Proxy Server in,
    but if we disable the workstation manager service, restart the PC, the
    Automatic scripting is still in place.
    We have gone through the group polices, and through the Zen
    policies, we can't work out where Workstation Manager is receiving its
    instructions to do this?
    We are running Novell Client 4.9.1 SP2, we applied SP2 for the client
    to see if this would resolve the error but it didn't
    Thanks in advance,
    Jim

    I will follow those instructions in that TID you supplied me, you can
    log in as any user, and even if you tick the workstation only box, the
    problem still occurs.
    Thanks,
    Jim
    Jared Jennings wrote:
    > Jim,
    >
    > > We have gone through the group polices, and through the Zen
    > >policies, we can't work out where Workstation Manager is receiving its
    > >instructions to do this?
    >
    > What if you unassociate all policies from the user and workstation that
    > this happens to?
    >
    > Does it matter who logs into the machine?
    > You might enable group policy logging to find which policy is doing this.
    > http://support.novell.com/cgi-bin/se...i?10093312.htm
    >
    > --
    > Jared Jennings
    > Data Technique, Inc.
    > Novell Support Forums Sysop
    > http://wiki.novell.com

  • DHCP Automatic Configuration

    WRT54GL V1.1 (firmware v4.30.7) on Dell T3400 w/Win XP Pro SP3
    When using DHCP Automatic Configuration, I thought IP addresses were assigned and then never changed.
    I have two wireless devices that initally were assigned 192.168.1.101 and .102. When I took a look at the DHCP table a few days later, their IP addresses were reversed. My remote PC was .101 then somehow was changed to .104. I don't know what it is now because the PC is disabled (unrelated issue).
    In Comodo, I have ports 137-138 blocked except for my wireless printer (192.168.1.150). In my Comodo log I see a 192.168.0.1 being blocked from a 192.168.0.255 destination. I read that the .0.255 is a broadcast address, but I don't have the foggiest idea what the .0.1 address is.
    The reason for all my digging is to assure that I'm not blocking any legitimate source from using the 137-138 ports.
    Thanks, EdP

    >DHCP means "Dynamic Host Configuration Protocol" which means it's dynamic, aka not static.<
    I realize that - perhaps this information confused me:
    automatic allocation: The DHCP server permanently assigns a free IP address to a requesting client from the range defined by the administrator. This is like dynamic allocation, but the DHCP server keeps a table of past IP address assignments, so that it can preferentially assign to a client the same IP address that the client previously had.
    >Don't connect devices you don't trust to your network.<
    I think a Sonos ZoneBridge and a Zone Player can be trusted.
    >you have set up a computer in your LAN for internet connection sharing.<
    I have two PCs, one hard-wired to the router and one wireless.
    EdP

  • Configure LDAP question in Mail Preferences

    In trying to troubleshoot my question two posts down, I went to Mail Preferences to confirm I had checked the item that says to "Automatically complete addresses". It was checked. What does the toggle box next to it marked "Configure LDAP" do?
    many thx

    LDAP is a common directory service. It's typically used for accounts in network environments (e.g. a list of everyone's username and password), but it can also be used as a contact database.
    When auto-completing email addresses, Mail can query a LDAP server to find users email addresses - think of it as a central address book rather than your own personal one.
    It's more common in large organizations where you don't want hundreds of people having to remember everyone else's email address - add them once to the directory and everyone who's connected to that server will see them. For individual/personal use it's less useful.

  • Is it possible to Automate configuration of skydrive pro client for a document library

    Hi Everyone,
    I would like to automate the document library url(configuration) for skydrive pro client programatically.Please let me know if this is possible and how can we do this.
    Thanks in advance,
    Sailaja Kaladurgi.

    It's not possible to automate that. Although you can trigger a standard word-search using JavaScript, you can't do anything with the results - they just appear in the user interface. There's no GREP functionality so you can't search for an extended block of page content, and there's also no way to select or extract a specific region of a page into a new file using scripts.
    The only way I could think of doing this would be in InDesign - assuming each question starts with a distinct element that can be GREPped for, you could separate each one onto a new page by running a search/replace that add a page break in front of the element. You can then export all the 'single-question' pages as images, and use PS automation to trim the whitespace.

  • Cisco WLC : AP automatic configuration for flexconnect parameters and ap group

    Hello !
    Is there a way to configure cisco WLC to automatically set flexconnect parameters such as Vlan support and Native Vlan ID when an access point join the controller ? 
    Same question to assign the access point to a specific AP Group ?
    PS: The access points are set with usine parameters and the WLC is in version 7.4
    Thank you for your answers !
    Stephane

    To my knowledge these features are not available in 7.4, but from what I understand 8.0 will have similar features. I can say that 7.6 has global commands, not sure if its part of 7.4.
    If it is you can navigate there Wireless>Access Points>Global Configuration you can do things like configure your primary and backup controllers, set login credentials, pre-download images to AP's.
    Please rate if you find the information helpful.
    HTH

  • My web site has a link which automatically configures an email. Doesn't work in Firefox 5.0 but OK in IE 8, Opera and Netscape. v

    My web site is generated by Second Site , author John Cardinal, and contains email links which when selected automatically createsan email which all you need to do is fill in the body and send it. This has worked in the past in Firefox and does work now using IE 8, Opera, and Netscape browsers but does not work when using my Firefox browser neither locally on my computer or in my Internet website. Firefox is my browser of choice. This has worked in the past using Firefox.
    My web site is www.schulteis.com/omnibus/. On the presentation page, on the bottom, where it identifies Genealogist: Site Administrator. Select it and it may work for you. John Cardinal tested it on his local machine and it worked for him. His response to me was,
    "It's very likely that this is some sort of browser configuration error, and it's probably related to using a web-based email client, In
    Firefox, look under Options > Applications and see how the "Mailto" Content type is configured. It should probably say "Use Yahoo Mail" [it does]. I have never configured a browser to use a web-base email client, so I can't help more than that.
    Since this works fine on my computer and on my Internet site when using browsers IE 8, Opera, and Netscape but not Firefox, and I didn't do anything special for any browser to cause it to work, don't know what I could have done wrong for Firefox.
    I am using Yahoo mail.
    Thanks for your help
    Donald
    [email protected]

    I'm also running FF 36.0.4 on a Win 7 machine.  Here is what I see when I "open" the map (from the server - not inside DW):
    The map area stays white with no image even after several minutes.  The cursor does change to a hand when over the area where the map should be and if I click and drag there the cursor switches to the closed hand - so it's acting like the map is there and can be moved - but just no map shows up.
    I'll run it though the validator.  Thanks!

  • Is It possible to automatically configure ATO Items in OM?

    Dear all
    We are implementing oracle R12.
    I have a requirement on which we receive customer demand through EDI. We use oracle ecommerce Gateway and RLM modules for importing demand which finally needs to go to OM.
    CUstomer however instead of sending us an specific item code in the demand, he only send us a generic item, and besides It , It sends a list of specification whcih indicate how we need to produce that item. THe sum of their generic item plus the specifications results into an specific item which we need to have setup in oracle.
    It really looks to be an ATO scenario. I know that we can use OM and also oracle configurator for managing ATO scenarios, but I have seen this working perfectly when user manually enters the demand in OM or oracle configurator, and manually also selects the proper optio classes/Options from the Model item structure. THis wont work for our case because customer demand needs to be automatically imported.
    You know if there is a way for we to manage this ATO scenario, including the import of the customer demand with the generic item (which would be like the model item) and the specifications (which would be like attibutes setup in the option class/Option items) and then oracle to be able of automatically generate the configuration item, by automatically matching the specifications contained in the demand versus the ones available in the option class/option items ?
    If this is possible, would It be possible using only OM module, or It would be required also Oracle configurator?
    I appreciate the help you can give me on this
    Thanks a lot!

    Order Management provides you with the ability to import ATO and PTO configurations from legacy systems or EDI. In your case, you should define the ATO/PTO model first and then import the order and configuration selections from the EDI.
    The order import will let you create an Order even if the selections are invalid.
    You should then programmatic book and progress the order (using Order actions api).
    If the configuration is valid, then the API will generate a * number (ATO item), create bom/routing as appropriate and place that item on the sales order.
    If the configuration is invalid, it won't let you book the order. Once you have fixed the invalid selections/configurations, you will be able to book and progress the order.
    See http://download.oracle.com/docs/cd/A89549_01/acrobat/115omapi.pdf for details.
    Also refer to the "Importing Configurations" section in Oracle Order Management Suite White Papers [ID 113492.1]
    Hope this helps
    Sandeep Gandhi
    Independent Techno-functional Consultant

Maybe you are looking for