Clarity

 View Only
  • 1.  XOG Login Fail

    Posted Feb 12, 2020 10:14 AM
    Hi, im having an error while i login in clarity via XOG client.

    the user have ALL RIGTHS and correctly login via clarity portal, but don't know why, login fail via xog.
    I had tried google the exception but dont found nothing, any ideas?

    All feedback is welcome.

    thanks 


  • 2.  RE: XOG Login Fail

    Posted Feb 12, 2020 10:52 AM
    Are you typing that "login XXXXXXX/XXXXXXX@XXXXXXX:XXXX" ?

    Because the XOG login should only be the user name and then the password


  • 3.  RE: XOG Login Fail

    Posted Feb 12, 2020 10:54 AM
    yes im typing it.

    the format is

    username/pasword@servername:port



  • 4.  RE: XOG Login Fail

    Posted Feb 12, 2020 10:57 AM
    if you dont declare servername and port, the xog client autofill it with, 127.0.0.1:80

    other way to do this is by a property file and call it with

    XOG -propertyfile [file]

    i do it and it the same response, the problem is still in the login, dont know why.


  • 5.  RE: XOG Login Fail

    Posted Feb 12, 2020 10:59 AM
    Edited by David Morton Feb 12, 2020 11:04 AM
    OK my mistake ; usually I am logging into XOG only via a script (so not interactively) and I only need to provide username and password (the URL I access provides the rest of the information)

    Does the clues here help any ; https://community.broadcom.com/enterprisesoftware/communities/community-home/digestviewer/viewthread?MessageKey=57637576-c991-45c1-a850-bc7ff319d8b2&CommunityKey=7f0cbca3-5f93-4d44-a369-1a8ce98f5578&tab=digestviewer#bm57637576-c991-45c1-a850-bc7ff319d8b2


  • 6.  RE: XOG Login Fail
    Best Answer

    Posted Feb 12, 2020 12:13 PM
    Edited by Christopher Hackett Feb 12, 2020 05:52 PM
    found the solution.

    its a HTTPS conection so its ssl enabled. i forgot to change the port number to 443 every try. layer 8 problem xD