" /> Locking Down CCPulse...? - Genesys CTI User Forum

Author Topic: Locking Down CCPulse...?  (Read 31238 times)

tony

  • Guest
Locking Down CCPulse...?
« on: September 05, 2008, 03:02:46 PM »
Advertisement
I've a curious request, since some of you may have attempted this already but I wanted a general opinion;

Some of our CCPulse Users are very clever.  So clever, that they know the Host Name and Port of both the CCPulse Conifg Proxy Server [b]and [/b] the central Config Server.  So, if they get problems (i.e. sloooow log in or white screens) logging their CCPulse Application in using the (default set) CCPulse Config Proxy parameters they crash out of the Application, re-open it, amend the [i]Host Name [/i] and [i]Port [/i] and log into the central Config Server, instead...

Obviously I don't want them to do this - but how can I stop them?  Is there a way to disable the [i]Host Name [/i] and [i]Port [/i] input boxes on the CCPulse Login Screen? Or maybe I can set up a CME Access Group to achieve the same...?

As always - thanks for your thoughts!

Tony

Offline Adam G.

  • Hero Member
  • *****
  • Posts: 552
  • Karma: 12
  • Still Gorgeous.......
Re: Locking Down CCPulse...?
« Reply #1 on: September 05, 2008, 03:47:15 PM »
  • Best Answer
  • Tony,

    On those network segments where the CCP users are you could alter the DNS lookup of the Config Server........

    Pavel

    Offline cavagnaro

    • Administrator
    • Hero Member
    • *****
    • Posts: 7641
    • Karma: 56330
    Re: Locking Down CCPulse...?
    « Reply #2 on: September 05, 2008, 04:06:41 PM »
  • Best Answer
  • If using a Firewall you can ask them that those networks can't access that port on Genesys server.

    tony

    • Guest
    Re: Locking Down CCPulse...?
    « Reply #3 on: September 06, 2008, 09:47:43 AM »
  • Best Answer
  • Cool - 2 answers - I am honored...! :)

    I'll have a word with "Mr Networks", next week and see what can be done...

    Thanks guys!

    Tony

    Offline S

    • Full Member
    • ***
    • Posts: 135
    • Karma: 1
    Re: Locking Down CCPulse...?
    « Reply #4 on: September 12, 2008, 05:42:19 PM »
  • Best Answer
  • I did not try it - but a suggestion....
    access group for ccpulse users- give this access group full permisssions on config proxy and read only /no permissions on the config server.... worth a try...


    tony

    • Guest
    Re: Locking Down CCPulse...?
    « Reply #5 on: September 15, 2008, 11:44:51 AM »
  • Best Answer
  • The problem with Access Groups is that you frequently find staff/Agents/Persons in more than one Group; to give them permissions through a CCPulse User Access Group (to include only a connection to the Config Proxy) and you also have them in the CME Access Group (which includes exclusive access to the Config Layer) will more than likely on add to the problem...?

    I'm digging around in DNS Aliases, currently... I think it might also be a victim of the above scenario; If you update a PC via a DNS Alias to sort out a problem with getting the right Host in CCPulse [b]but the User also requires access to CME[/b], the Host (cfg_proxy) and the Host (cfg) both point to (cfg_proxy) - and you can't use CME via (cfg_proxy), as it is read-only...

    :(

    Thanks!

    Tony

    Offline Tefleon

    • Newbie
    • *
    • Posts: 31
    • Karma: 1
    Re: Locking Down CCPulse...?
    « Reply #6 on: September 15, 2008, 07:36:00 PM »
  • Best Answer
  • Change the host that the Config server sits on.  If not the host, just the port.  Not the quickest of fixes I admit but the one which would seem to resolve most of the issues your coming across.

    If you don't want to do this or can't, I would look at using the DNS option previously suggested and then setting up either remote desktop or citrix to allow CME users to access outside the normal office DNS rules.

    Can you create a read / write proxy that can be used by these special users in addition to the read-only proxy for the normals?



    - I wanted to give you the magic answer but this is all I could come up with!  :P

    tony

    • Guest
    Re: Locking Down CCPulse...?
    « Reply #7 on: September 16, 2008, 08:23:58 AM »
  • Best Answer
  • hmmm.... Genesys suggested Registry Updates to lock it down - but it can still be changed on the login screen...

    Offline Tefleon

    • Newbie
    • *
    • Posts: 31
    • Karma: 1
    Re: Locking Down CCPulse...?
    « Reply #8 on: September 16, 2008, 11:38:53 AM »
  • Best Answer
  • Which one are you looking at doing?

    tony

    • Guest
    Re: Locking Down CCPulse...?
    « Reply #9 on: September 16, 2008, 05:12:53 PM »
  • Best Answer
  • I'll let you know once I've worked it out...! :)

    Offline BenTaylor

    • Full Member
    • ***
    • Posts: 107
    • Karma: 4
    Re: Locking Down CCPulse...?
    « Reply #10 on: September 17, 2008, 04:08:57 PM »
  • Best Answer
  • Not very elegant, but If the user's PC is fairly well locked down you can remove the original shortcuts for CCPulse and replace it with a script to start CCPulse from the command line with the parameters hard coded. Make this read only and it should work ish...

    CallCenter.exe -host HOSTNAME -port 2020 -user USERNAME -pwd PASSWORD -app APPLICATIONNAME -ws WORKSPACENAME

    tony

    • Guest
    Re: Locking Down CCPulse...?
    « Reply #11 on: September 17, 2008, 05:30:31 PM »
  • Best Answer
  • Hi Ben! :)

    Yeah - I went there but that means hard-coding a Username and Password.  We're using individual Logins, so not really viable...

    If only I could lock down just the Login Screen entry Fields for Host and Port.... :(

    Tony

    Offline Scottyjohn

    • Jr. Member
    • **
    • Posts: 66
    • Karma: 0
    Re: Locking Down CCPulse...?
    « Reply #12 on: September 18, 2008, 09:51:07 AM »
  • Best Answer
  • Hi guys,
    I cant seem to get CCPulse to launch using the command line script above?  It just launches the app with the login box as usual?  Any ideas why this doesnt work for me?

    tony

    • Guest
    Re: Locking Down CCPulse...?
    « Reply #13 on: September 18, 2008, 05:33:21 PM »
  • Best Answer
  • You need to put in a command line reference, prior to the .exe and -options.  Write up a .bat file like this;

    SET CCPULSE_ACCESS=COMMAND_LINE
    <type in the full path of CCPulse here...>CallCenter.exe -user
    <username> -pwd <password> -app <CCPulse CME application name> -ws
    <Workspace Name>

    Run the .bat and see how it goes..?

    Tony

    Offline cavagnaro

    • Administrator
    • Hero Member
    • *****
    • Posts: 7641
    • Karma: 56330
    Re: Locking Down CCPulse...?
    « Reply #14 on: September 18, 2008, 09:45:33 PM »
  • Best Answer
  • So Tony, which solution did you ended up using?