-
Recently active
How can I know if I have already ICC or not?
Hi all,do anyone know exact address or IP adress of appian server which is used for health check analysis. I need this because health check is not working on my appian server because it is blocked on firewall and I need to pass traffic through my firewall to that address. Thank you for informations in advanced.
Hello Everyone, I'm trying to validate some form input passed to Appian - specifically a reCaptcha code. While I can easily setup the integration call to do this, it requires sending a paired Secret Key as part of the message body. While the SCS works with connected systems, it only allows me to send the secret as a request parameter OR header. ReCaptcha, however, wants this token as part of the message body. My question is: Is there a way to store this Secret key in the secure credential store? Failing that, is there some other mechanism available to storing this security token in a format other than plain text?
Hi all,Sorry if this is a duplicate question, but I couldn't find anything in the community when searching. I have a process that has stopped on a user input task. In the process details I can see that the Task Owner is set to the appropriate user, but on the assignment for that specific node I see "Task currently assigned to: " with no value for the assignee. Attempting to reassign the user input task give me the failure message of, "One or more of the tasks could not be reassigned because the task is cancelled, completed, aborted or is unattended." I'm guessing you can't REassign something that doesn't have a current assignee. I'm hoping that there is a way to fix this particular process instance using the Edit Process View, but am not sure how that should be done. Can anyone please help me figure out how to set the assignee so the task can be completed? Thanks in advance!
Hello all! Our team has decided to set up a CI/CD process for our application. The first step is to use Github for version control. So we are going to use Automated Versioning Manager. I have set a private repository to Github, I have set .propertied file (with ssh cause repo is private), but I receive below error. Did anyone overcome this issue in past? Regards, Dimitrios
Hi all! I am working on getting a dev local install set up on my windows 10 machine using docker. I have run through all the setup steps, just loaded in the license files, and followed all the steps until I'm trying to run the command docker-compose up -d. The service manager fails to load. Running the service manager in isolation I get the following console output: PS C:\appian-docker> docker-compose up service-managerDocker Compose is now in the Docker CLI, try `docker compose up` Starting base ... doneStarting service-manager ... doneAttaching to service-managerservice-manager | Exception in thread "main" com.appian.komodo.config.NoBuildInfoException: Unable to read build.info fileservice-manager | at com.appian.komodo.config.ConfigurationModule.getAppianVersion(ConfigurationModule.java:205)service-manager | at com.appian.komodo.config.ConfigurationModule.<init>(ConfigurationModule.java:134)service-manager | at com.appian.komodo.config.Co
Hello there, We have just upgrade Appian from 20.2 to 21.2 in Linux, standalone server. Apparently the upgrade was going well but when we started Tomcat we saw the following error: 2021-07-22 10:06:56,796 [localhost-startStop-1] ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (BMCOMS.USR_USERNAME_UC) violated 2021-07-22 10:06:56,820 [localhost-startStop-1] ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (BMCOMS.USR_USERNAME_UC) violated 2021-07-22 10:06:56,829 [localhost-startStop-1] ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (BMCOMS.USR_USERNAME_UC) violated 2021-07-22 10:06:56,964 [localhost-startStop-1] ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (BMCOMS.USR_USERNAME_UC) violated 2021-07-22 10:06:56,992 [localhost-startStop-1] INFO com.appiancorp.process.engine.MigrateUserWithoutUuidRequest - Determining usernames without UUIDs (ad hoc users)2021-07-22
Hi all, I'm trying to start the appian instance and I'm getting a loopback when running the service startup:./start.sh -p * -s allkeeps returning: Waiting for services to start... analytics00 in CRASHLOOPBACKOFF state, REPLICA mode analytics01 in CRASHLOOPBACKOFF state, REPLICA mode analytics02 in CRASHLOOPBACKOFF state, REPLICA mode channels in CRASHLOOPBACKOFF state, REPLICA mode content in CRASHLOOPBACKOFF state, REPLICA mode download-stats in CRASHLOOPBACKOFF state, REPLICA mode execution00 in CRASHLOOPBACKOFF state, REPLICA mode execution01 in CRASHLOOPBACKOFF state, REPLICA mode execution02 in CRASHLOOPBACKOFF state, REPLICA mode forums in CRASHLOOPBACKOFF state, REPLICA mode groups in CRASHLOOPBACKOFF state, REPLICA mode notifications in CRASHLOOPBACKOFF state, REPLICA mode notifications-email in CRASHLOOPBACKOFF state, REPLICA mode portal in CRASHLOOPBACKOFF state, REPLICA mode process-design in CRASHLOOPBACKOFF state, REPLICA mode First al
Is there any easy way to move bunch of objects from one application to another rather than following below steps for each and every object 1) select an object from application A 2) choose Remove from APP option on the top 3) Go to all objects from all application objects ( from the landing page when we click on Appian Designer from drop down) 4)select the object removed before 5) click on Add to App on top and select application B
Everything is configured correctly but dynamic content is not loaded into web browser and components like document viewer are not working. Any idea? This is how sources in google chrome looks like on server where everything is ok. this is how sources looks like on server where dynamic content is not ok: Thanks in advance.
Has anyone tried or any references available on how to integrate / authorize identify brokering and social media login to access appian application. Example use case, User does not want to register, just need one time temporary access to appian application. We can use use AWs Cognito OR Azure B2C for oauth / SAML based federated social logins, however we don't prefer to keep temp user accounts pool to activate / deactivate appian account OR increase the user account creation for each temporary login request.
Hi Team, I am as linux admin, We deploy below appian application in one of our server . I need some details: There are four primary data components that should be backed up: Appian engine data Appian application data (documents, archived processes, and other files) Kafka logs and ZooKeeper data External data In is there any particular script for backed up above component ? Do yo have it any script so we should backup in case server crash or down so restored all this component with less effort ?
Clarifying what I said above, Is because I want to create a new 'Record Type' , using web service as a data source. Now, the data source I have is a GET request from BIgQuery API, this returns a JSON that is not well formatted, so I had to format it using map or create a dictionary. I successfully managed to create either the map or dictionary with my data , on a rule, and it shows as key:value on the response now, however, when Igo to my record type and select 'enable syncing'>'Select record data source' and I use the rule I created to format the response as map or as a dictionary, I get this error: 'The Record Data Source cannot use plugins, query rules, or any of the following functions: query, queryEntity, queryProcessAnalytics, queryRecord, queryRecordType.' Does anyone have any insight on that? Or maybe can guide me to get this done on some other way? What I want is to be able to display the data I have on bigquery, on Appian on a site,
Hello All, We have followed the steps what we have in the appian documentation "Mail Server Setup" but unable to receive the emails, please anyone advise me what needs to check further from our side. Thanks Lakshman
Hi team, I am working as linux admin for appian , We need to find out what all components needs to be backed up in case of Server crash, we should be able to install Appian and restore all configurations and data back with less efforts Thanks and regards Kuldeep Pawar
Hi, I have terminated site in appian community for a fresh start but I couldn't access "My Appian Site" in Appian Community. Can u please help to start a fresh site please?
Hi. My cocnern is if we have to work on a project as team.For example one person designs a CDT for the module she/he is given to work,how can i pull the same project and add my screen CDTs to it.In short how can we work on a same project as a team.Every time do we need it pulishing and importing ?Wont that be a lot of re work? Can anyone shed some light on how to work in the same project as a team that anytime i can acccess it and i work for the modules that is given to me?
Hi, I'm still having trouble getting the site started. I reinstalled Appian, which was installed with Oracle DB, because of an error on the site due to the character set change. I would really appreciate it if you could reply ASAP. Thanks for reading my question. [ The log below is the error that occurred during installation. ]
Hi Everyone, What will happen if one of more external database is down which are configured in Data Store. Will Appian tries to connect continuously in backend or will only connect when any process model, expression uses
Greetings, My coworkers and I are trying to install Appian 21.3 locally. We have follow the guide step by step and when we are launching tomcat it doesn't launch properly and when we read the logs it says this: 2021-09-23 15:13:27 INFORMACIÓN [main] org.apache.catalina.startup.Catalina.load Initialization processed in 808 ms2021-09-23 15:13:27 INFORMACIÓN [main] org.apache.catalina.core.StandardService.startInternal Arrancando servicio [Catalina]2021-09-23 15:13:27 INFORMACIÓN [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/8.5.70]2021-09-23 15:13:27 INFORMACIÓN [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Desplieque del descriptor de configuración [C:\appian213\appian\tomcat\apache-tomcat\conf\Catalina\localhost\suite.xml]Tomcat Cache Archive Entries [true]2021-09-23 15:13:37 GRAVE [localhost-startStop-1] org.apache.tomcat.jdbc.pool.ConnectionPool.init Unab
Hello Team, I have SAML SSO successfully configured and running in terms of Authentication but when a notification of task is received and I click on that link it takes asks me whether I am an SSO user or non SSO (which is as per configuration of IdP Choices). Now the problem, when I click on SSO User 1) If I am not already logged in previously in another tab, it successfully takes me to the task. 2) If I am not logged in it asks me to enter my credentials --> I enter correct credentials but it gives me 401 unauthorized error. Can anyone suggest for point #2?
Can some one please give initial pointers or checks I need to consider while doing sql server integration services with appian cloud. For e.g. it will be via VPN tunnel and DBA has to provide NATed IPs or dynamic configuration with f5 on database etc.
One of our customers wants us to deposit files into a folder that is shared on their internal network. A good analogy would be that this was for print queueing, although that's not the whole story. I'm not seeing any simple Smart Services or Plugin's that will allow for file operations on a remote file share. An alternative is to place an FTP server in front of that process and let the developers on the remote side handle managing how the files get from the FTP service to the correct print queue. Is there a better way, am I missing something?
Hi, On a daily basis we are asked to create a new Appian user and then add to a particular Appian Application. Could someone help to find a way to extract such users created and added to the particular group based on date basis ? Thanks Faisal
We developed a process rich applications that's going to be accessed by 20k+ users across the geo locations. We are exploring the options available for stress testing of the app. Any suggestion on the performance tools that we can leverage and simulate 100s of SSO concurrent users?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.