-
Recently active
Hi all, we're looking to deploy our application of about 3,000+ objects to a new environment for the first time. We've split the application into 3 smaller applications, one which contains the DB objects, one which contains the groups, and the last one which contains the rest. I'm going to look at deploying the DB changes, then the DB objects, groups, and lastly the rest of the application. My main concern is dealing with timeouts - when we've tried to deploy a lot of objects in the past (using compare and deploy) we've seen an issue where the deployment takes so long that it eventually times out. Is there any way we can split the objects further to deploy them in smaller batches? Any other advice would also be appreciated. Thanks.
We have a requirement to have B2C Authentication to log on to Appian. This initial logon will be without MFA. However depending on the interface they access, we want to enforce MFA for accessing those user interfaces. Is there a way this can be achieved in Appian? Do we have the ability to access the token sent back from Azure B2C to check if MFA was done or not and then redirect them to reauthenticate with MFA?
How can we show a specific message to a specific user in maintenance window in Appian? Explain with the screenshots if possible.
Hi All I have a requirement user wanted remove some user from entire Env Like Dev Env so i have deactivate the user account and remove from Groups and inactive that from database also Sync record. and we have one UI where we make search bar filter in the search bar we used pickerfield. I have done all these process that i have explained in the above. and when i go to search bar still i am getting user name that i have already deactivate from appian account remove from groups and inactive from database. Can you tell me how we can fix this issue.
I enrolled in Appian Community for learning with X company email and this week I moved to Y company, What is the process to change the email address in my profile? So that I can use new company email for login and also helps for tracking my course .....
I have a robotic task that gets triggered from the smart service node in Process model. I am providing some details with respect to the bot so that I can get help exactly where we can improve the performance.Robotic task -> The robotic task receives an excel document, downloads it (download doc step), then it has to open the doc, and perform some excel actions(Sort,Find value,Filter etc) that we have configured using excel actions. The catch is that the bot first needs to check which action is it that it needs to perform (so we use if expression true to confirm the action, since this comes from the process model + DB).Now we have robotic sub tasks as well since there are close to 40 actions, therefore we have divided them.Configuration --> Download > Open workbook > Select sheet > Loop in actions > Pick first action > Run if expressions (present in sub bots) to confirm which action it is > Apply action > Will check other action until comes out of loop after e
Hi All, We are working with on-premise version of Appian (23.3) which is hosted on a private cloud. When I run load test on my environment process models are taking more time to complete (ex: 35 mints to complete).we increased process and execution engines also but still having latency. each node is taking around 2- 3 minutes to execute , even a simple is null logic also taking same time. We have done the health check but could not see any major issues. Any suggestions to debug this issue would be greatly appreciated. Note : Load test time we are not running any background Process Thanks in advance.
we are using ldap authentication to get user, ldap password was reset now we are not able to login in appian and we do not have any admin user, any solution to create admin user from server or db level
In the Appian Environment, I can restrict the user's application wise a maximum of 50 users like that for each application. When the limit is exceeded, there should be a notification indicating this limit has already been exceeded so how can we achieve this? 1. how can we set up a limit is 50 users for one Application?If anyone has an idea please let me know.
is there a way to get all the logged-in users programmatically ?
Is it possible to create a L2 support group for an application with process monitoring view but without giving them designer acces? main objective is to monitor the process instances and in case of failure doing basic analysis and report L3.
I have a requirement where we need to track who removed a user from a group. Additionally, when a user updates the group and their name appears as the last modifier, it's challenging to identify the specific user who removed another user, especially when multiple users have recently updated the group. Can you provide suggestions on how we can address this? Thanks & Regards, Nisha Vincent.
Hi All, I am looking for any pointers that anyone can provide from their past experience of handling OPERATE work for Appian platform, including bug fixes. Lets assume the platform hosts around 5 High complexity applications and 5 Medium complexity applications. what would be the parameters we should be looking out for in structuring the team for such operate work. Really appreciate any advice / inputs from anyone. Thanks in advance.
Hello, i have to find out a document using Document Name which is uploaded in the past. (which is no longer available). I have looked into different System Logs like 'deletion.log', file_attachment_download, blocked_files.csv and unscanned_files.csv but no luck. Surprisingly there is no documentation available for Uploaded Documents in system logs. Could you please suggest if I am missing anything here? Thanks in advance.
After i generate health check report they mention slow smart services (Text doc from template) Description :30435 calls, 10300 ms peak average, 100% chained In this smart service we call one expression to pass data to that template that expression are used decode base64string that decode string length maximum 13000 characters because of this we get this issues?
Please let me know way to delete appian site created namespace. Is thr any way to terminating state as : root@ip-172-31-33-110:~# kubectl get namespaceNAME STATUS AGEappian-operator Active 14dappiandemo Terminating 9dcalico-apiserver Active 14dcalico-system &
Hi All, In our UAT environment, we are getting below mentioned error repeatedly, which was observed in tomcat-stdOut.log : com.appiancorp.exceptions.LocalizedAppianRuntimeException: com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: Contact your application administrator for help resolving this issue. Provide them with the following issue identifier Also attaching the detailed logs for reference, please let us know what would be the issue? [View:/cfs-file/__key/communityserver-discussions-components-files/12/tomcat-logs.txt:320:240] Regards,Sandeep
Is there any way to download users list in csv or xlsx format from Administration Console or Designer?
I have a recordtype "User" and it has column named : 'IsInternal' that decides if user is internal or external and its a Boolean field. On the basis of this column i want to find out if the loggedinuser is external or internal how can I achieve that? after knowing that if the user is internal or external i will enable and disable the filter list options which i am achieving through logic below: a!recordFilterList( name: "User Email Domain", options: { a!recordFilterListOption( id: 1, name: "Internal", filter: a!queryFilter( field: User.isInternal, operator: "=", value: true() ) ), a!recordFilterListOption( id: 2, name: "External", filter: a!queryFilter( field: User.isInternal, operator: "=", value: false() ), ) }, defaultOption: "External", isVisible: true, allowMultipleSelections: true )
Node Input and Output Limits Appian node inputs and node outputs that handle multiple values from a form are restricted to a limit of up to 1250 indices. What does this indices actually mean and any use cases to understand it better? docs.appian.com/.../Configuring_Relational_Databases.html
There is a requirement where I have to show Editable grid in a read only mode and I can edit by keeping icon when selected. But Is it possible to filter one of the dropdown field to filter it out. in editable grid.
Hi When user is clicking default appian profile it's throwing an error An Error Has Occurred record data does not exist, has been deleted, or you do not have sufficient privileges to access it. (APNX-1-4205-006) but user is part of all groups. Only one person is getting this error. Could you please provide suggestions. How can i achieve this.
Hi, During a recent penetration testing it was found that our application is revealing informative application error messages. When I cross checked all the APIs we have implemented we have custom HTTP responses defined for all web API if the HTTP status code from the API response is 500. The Security analysis report describes the problem as following - When sending a POST request to => /suite/rest/a/logging/latest/csp/report with malformed input parameter, the server response included debug information. This can enable an attack to refine their attack strategies. As per the standard remedial for this kind of issues I have created few custom error html pages for 404, 500 for e.g. and edited the httpd.conf file in the apache web server to point to these custom htmls...something like this .... ErrorDocument 500 /errors/500.html ErrorDocument 404 /errors/404.html But this doesn't seem to work and Appian is still giving the same respo
Hi, HELP PLEASE..... I am the administrator of my account, today I tried to log in like every day, and it appeared that the username and password are wrong (I have not changed either the username or the password). I click on "Forgot your password?" , I enter the username of my account and I receive the following in my email: _______ Dear Master Admin,We recently received a request to reset your password. However, it is not currently possible to reset your password because your user account is deactivated.You should contact your site administrator if you need to reset your password or if you did not expect this email.Thank you,Appian _______ See the images bellow
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.