CQ 5.5 SP 2.1 prompting users for location data

I recently had to rebuild our CQ 5.5 site from the ground up because of some PDF indexing issues introduced by an earlier conversion from CQ 5.4 to 5.5.  While I have our site running just fine for the most part on the latest service pack, users are seeing a request to share their location data with our website.
We don't know why.  We're not asking for it directly that we are aware of, and the copy of our site on the older version of CQ 5.5 does not do this.
I suspect that there is a setting or something that I have missed that was configured properly on our older site version, but I have been unable to find much of anything refering to the use of location data on CQ 5.5.
I should probably mention that we are making use of the SiteCatalyst analytics system, which certainly could be requesting the information, even though it does not do so on the older system with which it shares its configuration and application.  EDIT: Removing Site Catalyst from the entire site had no impact, so I guess that it's not the problem.
Any help would be aprpeciated.

Immediate fix ... Go to HOST:PORT/etc/clientcontext/default/content.html remove Geolocation part (Part with map) and activate that page. Long term solution http://forums.adobe.com/thread/1047461
Yogesh
www.wemblog.com

Similar Messages

  • HOW DO I CHANGE THE FONT OF "Message to Display" IN THE Prompt User for Input

    Hi,
    HOW DO I CHANGE THE FONT OF "Message to Display" IN THE  Prompt User for Input?
    Thanks for your help 
    XN 

    Right click and select Open front panel >> Convert.
    Change the vi as you need. then you can save it as a normal sub-vi.
    If you have Labview 8.6, maybe (i am not sure) you can edit the express vi. Express vis are supported in 8.6

  • Prompt user for date range

    Im working on a report that when it is opened by end user, i want it to prompt them for a date range. The report should only show records that fall between the date ranges entered.
    If i use the select expert and hardcode specific dates in, it works and only shows the records i want to see. However i cannot figure out how to set Crystal to prompt the user to enter the in DateTime and the to Date Time fields with Select Expert.
    Ive tried using a Parameter field, which it prompts for the date range, but still pulls up all records as normal. Its like it ignores the date range the user enters.
    The select expert shows this formula, the date/time is all zero's in this example.
    {SHOP_ORD\.REVISED_START_DATE} in DateTime (0, 0, 0, 00, 00, 00) to DateTime (0, 0, 0, 00, 00, 00)
    Please help

    Figured it out.
    Had to create two Parameter Fields {?StartDate} and {?EndDate}.
    Then used Select Expert, Formula Editor to modify the formula and set the in DateTime = {?StartDate} and the to DateTime = {?EndDate}
    This works. Just hide the Parameter fields and you have your range selector

  • Limit checkboxes on "prompt user for input"

    Is there away to limit the selection of checkboxes on the "Prompt User for Input" dialog vi?  I am trying to build a dialog vi that will allow the user to select/check only 1 item before clicking OK.
    Attached is my VI. This VI takes a entered filename and check to see if it exists in a given directory. If it does not exist, then it created (display a message stating it will be created).  If the file does exist, then the user has prompted to select 1 of 4 options (Append, Replace (Overwrite), Re-Name (select new filename) or Escape (exit without creating filename).  Right now I am using front panel controls that become visible however I would like to replace these controls with a dialog box with the four options.
    Ideally this file selection would be a sub VI in application and only execute when called and only be visible via the dialog boxes. 
    Thank you.
    Attachments:
    FileChoices.vi ‏210 KB

    Like radio buttons? See
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/373f703eea0297368625620900701fd8?O...
    Message Edited by Phillip Brooks on 10-16-2006 02:46 PM
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • Prompting user for their choice of mailbox in Mail.app

    All I want to do is ask the user to choose a mailbox in Mail.app. But, there is a problem:
    "mailbox Y of account X" shows
    mailbox "FULL/PATH/TO/Y" of account X of application "Mail"
    while "name of mailbox Y of account X" shows
    "Y"
    This makes it awfully hard to prompt users for their choice of mailbox. I could go up the containers of mailbox Y, until I get to account, but this takes quite a long time.
    Is there a good reason for this behavior of the "name" property?

    Similar to Hiroto - 'I'm not sure what you're looking after.'
    Thus, below is some sample code to work with:
    tell application "Mail"
    set tMailboxes to mailboxes of account "sl-ugs" -- Obtain mailboxes of specific account.
    set nList to {} -- List to contain mailboxes names.
    repeat with i in tMailboxes -- Cycle through mailboxes of specific account.
    copy (name of i) to end of nList -- The name of each mailbox is placed into 'nList'.
    end repeat
    -- Provide an interface for the user to select a desired mailbox.
    set tSelection to (choose from list nList without multiple selections allowed and empty selection allowed) as string
    repeat with i from 1 to (count tMailboxes) -- Cycle through the list of mailboxes.
    if ((item i of nList) is equal to tSelection) then exit repeat -- Determine list location of selected mailbox (in 'tMailboxes')
    end repeat
    set tMailbox to item i of tMailboxes -- Obtain full listing of selected mailbox
    set tMessages to messages of tMailbox -- The messages of the selected mailbox.
    set mList to {} -- List to contain 'subject', 'from' and 'date received' field items of each message of the selected mailbox.
    repeat with j in tMessages -- Cycle through the list of messages.
    -- The 'subject', 'from', and 'date received' field items of each message of the selected mailbox are placed into 'mList'.
    tell j to copy {subject, sender, date received} to end of mList
    end repeat
    -- Example code showing 'tMailbox', 'nList', 'tSelection', list location of selected mailbox, messages of 'tMailbox', and finally - the 'subject', 'from', and 'date received' field items of each message of 'tMailbox'.
    tMailboxes & return & return & nList & return & return & tSelection & return & return & i & return & return & (messages of tMailbox) & return & return & mList
    end tell

  • Modifying "Prompt user for input"

    Hi, all.
    Is there any "Prompt user for input" VI where I can include enum or ring type inputs? If not, how can I modify the "Prompt user for input" VI to do that?
    Thanks,
    Francisco
    Solved!
    Go to Solution.

    Right click on the express VI and select 'Open Front Panel'. This will convert it to a regular VI that you can edit. Or, just create your own VI from scratch. Look at the shipping examples for 'pop-up's.

  • ExpressVI prompt user for Input dialog floating

    I am using ExpressVI "prompt user for Input". The question is, when the dialog window pops up for input, I cannot activate other windows .
    So how can I change this expressVI's dialog window to floating windows appearance?

    Short answer: you have to make your own.
    You can start with the Express VI by right-clicking on the express VI and selecting "Open Front Panel" and click "Convert". This will create a brand new VI that is the equivalent of the Express VI. Save the VI under a new name within your project hierearchy, and then change the properties on the VI from a modal to a floating:
    Select File->VI Properties.
    Select "Window Appearance" from the pulldown menu.
    Select "Custom" option and click "Customize...".
    Select "Floating" in the "Window Behavior" section.

  • ICal Server Keeps Prompting Users for password

    Hello All!
    I am having issues with a MacMini Server iCal Server prompting users for their password. They are getting the following message:
    iCal can't log in to your account becuase your password may be incorrect. The user clicks cancel and they can contenue working however they a few min later they will get prompted again. The user can enter thier password, click ok and a few min later they get prompted again. This goes on all day!
    Any ideas on how to resolve?
    MacMini Lion Server 10.7.3
    Thanks,
    ebrind

    Thanks Jonathan! Here it is:
    Oct 24 2012 15:49:12 AUTH2: {0x4f9af0524882219c0000000800000008, XXXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:12 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:12 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:13 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:13 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:13 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:13 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:13 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:13 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:13 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:13 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:13 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:14 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:15 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:15 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:15 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:15 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:15 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:17 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:17 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:17 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:49:19 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:53:25 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 15:53:25 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:03:30 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:03:31 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:03:34 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:03:37 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:03:40 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:04:14 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:04:46 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:04:46 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:04:48 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:04:48 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:04:49 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:05:11 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:05:13 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:05:13 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:05:14 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:05:29 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:10:17 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:10:20    AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:10:22 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:13:49 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:13:51 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:13:54 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:14:39 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:14:40 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:14:40 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:14:58 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:19:12 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:19:13 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:19:15 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:19:17 AUTH2: {0x4f9bbf3c45a1f0200000000a0000000a, WWW} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:19:18 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:23:25 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:23:25 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:24:18 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:24:20 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:24:22 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:26:17 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:26:17 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:27:48 KERBEROS-LOGIN-CHECK: user {0x4f9af0524882219c0000000800000008, XXX} is in good standing.
    Oct 24 2012 16:27:48 KERBEROS-LOGIN-CHECK: user {0x4f9af0524882219c0000000800000008, XXX} authentication succeeded.
    Oct 24 2012 16:27:48 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} DIGEST-MD5 authentication succeeded.
    Oct 24 2012 16:28:03 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:28:03 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:28:04 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:28:04 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:28:05 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:28:18 KERBEROS-LOGIN-CHECK: no principal ([email protected])
    Oct 24 2012 16:28:50 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} DIGEST-MD5 authentication succeeded.
    Oct 24 2012 16:29:03 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:29:03 AUTH2: {0x4f9bbf3c45a1f0200000000a0000000a, WWW} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:34:12 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:34:34 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:34:34 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:34:36 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:34:36 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:34:37 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:34:37 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:34:37 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:34:37 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:34:43 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:34:43 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:41:00 AUTH2: {0x4f9aef1b6b8b45670000000400000004, servername.local$} DHX authentication succeeded.
    Oct 24 2012 16:41:38 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} is in good standing.
    Oct 24 2012 16:41:38 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} authentication succeeded.
    Oct 24 2012 16:42:32 AUTH2: {0x4f9aef1b6b8b45670000000400000004, servername.local$} DHX authentication succeeded.
    Oct 24 2012 16:43:11 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} is in good standing.
    Oct 24 2012 16:43:11 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} authentication succeeded.
    Oct 24 2012 16:43:41 AUTH2: {0x4f9aef1b6b8b45670000000400000004, servername.local$} DHX authentication succeeded.
    Oct 24 2012 16:43:48    AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:43:48 AUTH2: {0x4f9bbf3c45a1f0200000000a0000000a, WWW} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:44:19 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} is in good standing.
    Oct 24 2012 16:44:19 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} authentication succeeded.
    Oct 24 2012 16:46:49    KERBEROS-LOGIN-CHECK: user {0x4f9af0524882219c0000000800000008, XXX} is in good standing.
    Oct 24 2012 16:46:49 KERBEROS-LOGIN-CHECK: user {0x4f9af0524882219c0000000800000008, XXX} authentication succeeded.
    Oct 24 2012 16:46:49 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} DIGEST-MD5 authentication succeeded.
    Oct 24 2012 16:50:18 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:50:18 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:50:18 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:50:19 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:50:58 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:50:58 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:00 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:00 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:00 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:00 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:01 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:01 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:05 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:05 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:06    AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:11 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:11 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:57 AUTH2: {0x4f9bbf3c45a1f0200000000a0000000a, WWW} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:51:57 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:53:25 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 16:53:25 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:01:38 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:01:38 AUTH2: {0x4f9bbf3c45a1f0200000000a0000000a, WWW} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:07:05 KERBEROS-LOGIN-CHECK: no principal ([email protected])
    Oct 24 2012 17:07:36 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} DIGEST-MD5 authentication succeeded.
    Oct 24 2012 17:11:25 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:11:25 AUTH2: {0x4f9bbf3c45a1f0200000000a0000000a, WWW} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:21:18 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:21:18 AUTH2: {0x4f9bbf3c45a1f0200000000a0000000a, WWW} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:23:25 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:23:25 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:24:06    AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:24:07 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:24:08 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:24:12 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:30:27 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:30:27 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:30:32 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:31:03 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:31:03 AUTH2: {0x4f9bbf3c45a1f0200000000a0000000a, WWW} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:35:17 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} is in good standing.
    Oct 24 2012 17:35:17 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} authentication succeeded.
    Oct 24 2012 17:35:50 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:35:50 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:40:48 AUTH2: {0x4f9bbf3c45a1f0200000000a0000000a, WWW} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:40:48 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:41:02 AUTH2: {0x4f9aef1b6b8b45670000000400000004, servername.local$} DHX authentication succeeded.
    Oct 24 2012 17:41:40 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} is in good standing.
    Oct 24 2012 17:41:40 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} authentication succeeded.
    Oct 24 2012 17:42:35 AUTH2: {0x4f9aef1b6b8b45670000000400000004, servername.local$} DHX authentication succeeded.
    Oct 24 2012 17:43:13 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} is in good standing.
    Oct 24 2012 17:43:13 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} authentication succeeded.
    Oct 24 2012 17:43:43 AUTH2: {0x4f9aef1b6b8b45670000000400000004, servername.local$} DHX authentication succeeded.
    Oct 24 2012 17:44:21 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} is in good standing.
    Oct 24 2012 17:44:21 KERBEROS-LOGIN-CHECK: user {0x4f9aef1b6b8b45670000000400000004, servername.local$} authentication succeeded.
    Oct 24 2012 17:46:48 KERBEROS-LOGIN-CHECK: user {0x4f9af0524882219c0000000800000008, XXX} is in good standing.
    Oct 24 2012 17:46:48 KERBEROS-LOGIN-CHECK: user {0x4f9af0524882219c0000000800000008, XXX} authentication succeeded.
    Oct 24 2012 17:46:48 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} DIGEST-MD5 authentication succeeded.
    Oct 24 2012 17:50:59    AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:50:59 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:51:01 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:51:01 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:51:02 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:51:02 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:51:02 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:51:02 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:51:07 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:51:07 AUTH2: {0x4f9af032312303780000000700000007, QQQ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:52:56 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:52:59 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:52:59 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:52:59 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:52:59 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:52:59 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:52:59 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:00 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:00 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:00 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:01 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:01 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:01 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:01 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:01 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:02 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:02 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:02 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:03 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:04 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:05 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:05 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:07 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:08 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:10 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:10 AUTH2: {0x4f9af0786fe3211a0000000900000009, YYY} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:11 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:11 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:13 AUTH2: {0x4f9af0524882219c0000000800000008, XXX} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:25 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:53:25 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:55:33 AUTH2: {0x4f9aeff441377b7c0000000600000006, ZZZ} WEBDAV-DIGEST authentication succeeded.
    Oct 24 2012 17:55:33 AUTH2: {0x4f9bbf3c45a1f0200000000a0000000a, WWW} WEBDAV-DIGEST authentication succeeded.
    XXXX means user A
    YYYY means user B etc, etc

  • Prompting users for confimation when closing browser window

    Hi All,
    I would like to prompt the user with a popup-screen asking for confirmation that he wants to close the browser when hitting the browser-close ('X') button. Is this possible ?
    If the user chose to cancel the browser window shoud remain open, with all content as it was... and of course if he chooses to continue the window should just close.
    the WDA app is straight forward, and not running inside the portal.
    Thanx in advance
    -Tonni

    Hi Tonni,
    I thought I should add - the portal does implement a work protection mode that does allow you to prompt users if they navigate away from your page - and one of the best ways to implement that is through the FPM and its work protect mode interface.
    However, that still doesn't help, I'm afraid, in the case where you're trying to stop the user closing the browser window...
    I should also point out that some browsers do indeed produce an event which can be trapped on close of the window, and have been hugely exploited by website designers - to the extent that later/better versions no longer support it. Remember the web pages that when you closed spawned 3 more, and those 3 more etc. etc.
    Cheers,
    Chris
    edit:  also worth pointing out that the "Close" button provided within a portal session by the FPM is a form of navigation and can be trapped. Likewise any internal navigation button that perform the same sort of thing within your app.
    Edited by: Chris Paine on Mar 29, 2010 3:08 PM

  • Prompting user for input for each row in the report

    Is it possible to have a user entered field for each row in a report ?
    ie. have a report with empolyee number, employee name, title, salary, and comment. Select of of these columns from the SQL query except for the comment, and then when the report is generated have the user be prompted for what the want the comment to be for every employee in the report?

    That is, have the user generating the report enter in a different comment for EACH employee. (ie Joe Smith's comment is "good worker and John Smith's comment is "come to work late on Tuesdays and Thursdays", Sally Jones' comment is "Expert in C++" etc.) as the reports is being built for each row returned from the query.

  • Prompting User for Selection of Choice Again

    Hi, i am now a student learning through some basics of the java, i would like to know, say i have the following code;
    choice = CspInput.readInt();
    switch(choice)
    case 1: System.out.println("www");
    break;
    case 2: System.out.println("xxx");
    break;
    case 3: System.out.println("yyy");
    break;
    case 4: System.out.println("zzz");
    break;
    default: System.out.println("wrong choice");
    break;
    how do i command the programme to prompt the user to enter again if he/she enter a invalid code rather than ending the programme with "Process Complete"
    please help me with it,thanks!

    i have alter the code such that it looks like this, but the output i want is such that i only want it to loop when the user enters a value that is less than 1,more than 4,how do i go about altering the code such that it does the job?
    public static void main(String args[])
    throws java.io.IOException {
    int choice;
    for(;;) {
    do {
    System.out.println("***************x,y or z?***************");
    System.out.println("1) z");
    System.out.println("2) y");
    System.out.println("3) x");
    System.out.println("4) Exit Program");
    System.out.println("************************************************");
    System.out.print("Please Select Your Choice (1-4) : ");
    do {
    choice = (int) System.in.read();
    } while(choice == '\n' | choice == '\r');
    } while( choice < '1' | choice > '3' & choice != '4');
    if(choice == '4') break;
    System.out.println("\n");
    switch(choice) {
         case '1':
    System.out.println("zzz");
    break;
         case '2':
    System.out.println("yyy");
    break;
         case '3':
    System.out.println("xxx");
    break;
    System.out.println();
    }

  • Prompt user for input when rdp with same user as logged in

    What I am trying to achieve: user dragos is logged in on a domain computer. When I connect with rdp with the username dragos on the computer I want user dragos to be asked if he allows the connection or not not to be taken over.
    When you connect as different user it is being asked, but not when connecting as same user as logged in.
    Searching for solutions I found this: Administrative Templates\Windows components\Remote desktop services\Remote desktop session host\Connections\Set rules for remote control of Remote Desktop Services user sessions and give it Full control with user
    permission.
    But it does not work as I was expecting.
    Is there a solution for the logged in user to be promped if connecting with the same user name ?
    Thank you

    Hi,
    user dragos is logged in on a domain computer. When I connect with rdp with the username dragos on the computer I want user dragos to be asked if he allows the connection or not not to be taken over.
    As far as I know, there is no built-in method to achieve this.
    You may try to search whether there any third-party tools which can achieve this, or write a script.
    If you need assistance with scripting, here are some scripting forum links below for you:
    The Official Scripting Guys Forum
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    Windows PowerShell Forum
    https://social.technet.microsoft.com/Forums/en-US/home?forum=winserverpowershell&filter=alltypes&sort=lastpostdesc
    MSDN Forums
    https://social.msdn.microsoft.com/Forums/en-US/home
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Display array contents & prompt user for process priority

    Hi, i need help developing an interface.
    I have an array which contains a complete list of models available at my company. Now, i want to create an interface where the contents are displayed and user is able enter numbers to select the models he/she wants to run and the process priority.
    eg: The array contains models A to Z. The user is able to select models D, A, G and B and instruct the program to process them at the same sequence.
    How do i acheive this in Labview?
    I'm very poor at designing interface, can someone point me to any literature and tutorials in developing frontpanel interface in Labview?
    Thank you.

    Hey, I have done something similar to this in the past.  The way I did it was by using a listbox.  I had buttons that the user would select to tell me what to do and how to modify the listbox contents.  For example, in your case, I would have an Edit button.  When the user selects the Model and hits Edit, I would pop up a screen asking him which process he would like to assign to the model.  Then I would check for errors and if none existed, I would update the listbox contents with the new information.
    Let me know if this helps or if I should provide more explantation.
    Thanks!
    Dan
    Daniel Eaton
    National Instruments
    Systems Engineering
    Embedded and Industrial Control

  • Restrictions on "prompting user for permission" for Remote Control

    How can I go about restricting the ability to enable/disable the
    "prompt
    for permission" on remote control to only network admins? We want our
    Help Desk to be able to remote control workstations, but not be able
    to
    turn of the prompt for permission. Any help is appreciated.
    Thanks,
    Wayne

    Wlac,
    It appears that in the past few days you have not received a response
    to your posting. That concerns us, and has triggered this automated
    reply.
    Has your problem been resolved? If not, you might try one of the
    following options:
    - Check the knowledgebase and SolutionNet databases at
    http://support.novell.com
    - Check all of the other support tools and options available at
    http://support.novell.com
    - You could also try posting your message again. Make sure it is
    posted in the correct newsgroup.
    If this is a reply to a duplicate posting, please ignore and accept
    our apologies and rest assured we will issue a stern reprimand to our
    posting bot.
    Your Novell Support Connection Forums Team
    http://support.novell.com/forums/

  • SharePoint 2013 and Windows authentication (integrated) or SharePoint user for report data source

    Hello,
    I am having issues creating report datasource in "Windows authentication (integrated) or SharePoint user" in SharePoint 2013. I followed the steps mentioned in the link http://blogs.msdn.com/b/psssql/archive/2014/04/28/sharepoint-adventures-using-claims-with-reporting-services.aspx.
    I am just stuck in the delegation piece here. I have a SSAS instance by name "XXXXAPPV01\Multidimensional". First thing is what is the procedure to set SPN for this instance? I need to add this service in the delegation tab so that C2WTS service
    configured correctly.
    Nothing but I should be able to access my SSAS 2012 cube from SSRS 2012 by "Windows authentication (integrated) or SharePoint user" as the authentication method.
    Palash

    I used the below command to set SPN for analysis services.
    setspn -S MSOLAPSvc.3/XXXXAPPV01APPV01.xxxxdmo.local:Multidimensional xxxxdmo\svcMyService
    After setting the SPN for this service account I added this account(xxxxdmo\svcMyService) in the delegation tab of my domain account created earlier for claim service (xxxxdmo\svcC2WTS). Now in service type it shows -> MSOLAPSvc.3, User or Computer it shows
    -> XXXXAPPV01APPV01.xxxxdmo.local and in Port it shows -> Multidimensional. This is in my svcC2WTS account delegation tab. Still I am not able to connect datasource by "Windows authentication(integrated) or SharePoint User". I am getting the
    same error "Cannot convert claims identity to windows token".
    I am not sure what am I missing in this configuration piece yet to get this working.
    Palash

Maybe you are looking for

  • What's wrong with my iPod shuffle? any ideas?

    I received my iPod shuffle the other day, and have installed the software and started moving songs from my computer to the iPod. When the iPod is in my computer, the songs all show, but when I take it out, the iPod will not play... is this a fault wi

  • How can I use a existing USB Driver in NI VISA 3.0

    Hello, we have an ftdi USB driver for our measurement device. The FTD2XX.sys is registred in C:\WINNT\system32\drivers Also I have a FTD2XX.dll and an FTD2XX.inf file. But I don´t know how can I register them in NI LabView or VISA. Have I to do a new

  • Import WBS Codes

    Hi, How to export WBS codes into excel file for modification and import back into same P6 schedule. Please give some ideas on this.

  • Word forward & backward reverse

    i have problem in most word files "its happen in word 2007,2010,2013" when I press forward arrow go backward or when press backward arrow go forward. I don't know how to fix it.

  • Adding voice commend to dial number in address book

    Id like to figure out how to be able to add a voice commend that would enable me to dial phone number from my address book when i have my cellphone linked with my MBP via bluetooth. Something along the lines of "Make call to FIRST_NAME LAST_NAME at (