-
Recently active
Hi team, We have created the backup script based on the Appian documentation. Below is the script Also installed ant package . ant -version Apache Ant(TM) version 1.10.9 compiled on September we are getting above output on below path by executing ant -version command cd /opt/middleware/appian/thirdpartyappas/apache-ant/bin As per instruction(Configuration and backup) we are save below file as Linux.sh ( bash scrpt) We save below file in <appian_HOME>/_admin/_script/tools/datamaintenance But after executing ./Linux.sh I am getting Below error ./Linux.sh: line 4: ant: command not found we also set environment variable in /etc/profile file export ANT_HOME=/opt/middleware/appian/thirdpartyapps/apache-ant export PATH=$JAVA_HOME/bin:$PATH:$ANT_HOME/bin: #!/bin/bash source ../../../../server/_scripts/exports.sh INSTALLDIR=$AE_HOME/_admin/_scripts/tools/datamaintenance/antScripts ant -f $INSTALLDIR/aecopyfiles.xml -Dae.source.
Hi All, I just need to know which one is the best practice 1)creating an expression rule to fetch the data and creating another rule to manipulate the retrieved data 2) using same expression rule for both things
Hello Appian Community, We are facing an interesting issue with SAML SSO where we are trying to return the Site the user is trying to access in the IdP response. The reason for this is we have an application with two sites in Appian. Based on user permissions they might have access to one or both sites. In the scenario they have access to two sites we want them to navigate to the site they click. The issue is Appian can only have one IdP per entityId specified in the MetaData so when the response is returned to the IdP they aren't sure which site it is the user wants to access. Our hopeful solution is to have Appian return, in the response to the IdP, the site the user is trying to access so the IdP can redirect. Is there any possible Appian solution to edit the IdP response? Thank You, Kevin
Hello, We have done setup for the SAML to get user authorised in GEMI. Now when we are trying to test is with Dummy user and open browser - shift plus right click- run as diffrent user - User is alwasy getting below error Error 401 - Unauthorized Sorry, your request could not be processed. I have checked all settings in Appian also Dev tool is not showing up the Roles whcih are assigned in GEMI. I am not sure if SAML setup in Appian will work like this by running browser as diffrent user . Any pointer will help. Thanks in advance . Pooja
Hi everyone I am trying to deploy a plugin to our UAT environment. However the plugin does not deploy successfully. By inspecting the tomcat StdOut logs, I find the following error messages: 2021-11-29 18:18:21,709 [Appian Plugin Hot Deploy] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Plug-in 'excel-tools-2.2.15.jar' (excel-tools-2.2.15.jar) version 0.0: 'Cannot open JAR file: */_admin/plugins/excel-tools-2.2.15.jar' 2021-11-29 18:19:21,713 [Appian Plugin Hot Deploy] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Plug-in 'excel-tools-2.2.15.jar' (excel-tools-2.2.15.jar) version 0.0: 'Cannot open JAR file: */_admin/plugins/excel-tools-2.2.15.jar' 2021-11-29 18:20:21,718 [Appian Plugin Hot Deploy] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Plug-in 'excel-tools-2.2.15.jar' (excel-tools-2.2.15.jar) version 0.0: 'Cannot open JAR file: */_admin/plugins/excel
Dear All, Is there any way to deploy the earlier version of Plugin into cloud environment ? We are running into issue with Latest version which has deprecated few functions without work around. Kindly assist how to revert or revise to old version ? Thanks in advance !
Hello, We are on cloud and wanted to track the admin console activity such as who deployed to Plug-ins as we are using the instance across multiple team. Could you please assist us with where exactly we can find out Admin console logs in Appian Thanks in advance
Hello Team, Is there an option to set the time zone in user setting to default to Windows System Date? Please share if there any option available for make this change which will help in reduce few clicks for the user. Thanks & Regards Girish Katti
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?
Hello All, I would like to know what is the best practice while creating view CDT's? do we need to specify column length while creating view cdt's? Observed column length in view cdt is different from actual table column length, in this scenario view still exists upon publishing view cdt.
Hi All, We have one scheduler process which is running outside business hour to generate document (PDF) files related to each cases(records) Current implementation :once document are generated by scheduler and attached to records .Then user will go each record and download the files and print it. User new requirement :Business wants to automate this manual process of going to each record and print document. They are checking if scheduler it self send document to printer. Is there is nay out-of-box functionality available to achieve this requirement or any plugin etc. ? Thanks in advance
How to create a new method to instantiate a new queue? Hello I am very new to appian .I want to create a new action to add a queue in the workflow. From where can I create a new action?
Hi All, We have one scenario where we need to update the one field in one row in database table. Table consist of 50 columns. Question :What is the best between below two option 1. Query Database node :can use single update query to update one row in database. 2. Write to datastore smart service :First bring all data in CDT and update value of field and then write CDT to database using Write to Datastore smart service . Note: There will be only one row to update.
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,
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.