BluePrism connection issue

Certified Senior Developer

Hello,

I am trying to setup 3rd party credentials to connect to BluePrism. I am supplying the username and password and selecting the plugin from the llist 'com.appian.integration.blueprism'

However I am not able to establish any connection-error says "Connection Failed". I do not see any details in the logs as well. Is there any other configuration required to get the connection set?

  Discussion posts and replies are publicly visible

Parents
  • As a checklist I can susggest the following, since you dont specify too much about this I will add some references to the Manual

    - Check connectivity (from the Appian server can you reach the WS?
    - Is the service Published and accesible? Then test directly the WS.
    - For the logging? Did you enabled the logging? (this is mentioned in the manual)
    log4j.logger.com.appian.integration.blueprism=DEBUG
    - Are you passwing the information to the plugin propperly?
    - Are you passing false or null to this usePerUserCredential?

    Manual Link (You can find this in the plugin it self)
    forum.appian.com/.../o

    I Hope this helps
    Jose Perez
Reply
  • As a checklist I can susggest the following, since you dont specify too much about this I will add some references to the Manual

    - Check connectivity (from the Appian server can you reach the WS?
    - Is the service Published and accesible? Then test directly the WS.
    - For the logging? Did you enabled the logging? (this is mentioned in the manual)
    log4j.logger.com.appian.integration.blueprism=DEBUG
    - Are you passwing the information to the plugin propperly?
    - Are you passing false or null to this usePerUserCredential?

    Manual Link (You can find this in the plugin it self)
    forum.appian.com/.../o

    I Hope this helps
    Jose Perez
Children