-
Recently active
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
Hi together, I have the following calculation: ri!timstamp(decimal)="1630391405000" if( isnull(ri!timestamp), todatetime(null), a!localVariables( local!hours: floor(ri!timestamp/1000/60/60), local!hoursMilli: local!hours*1000*60*60, local!tsMinusHours: ri!timestamp - local!hoursMilli, local!minutes: floor(local!tsMinusHours/1000/60), local!minutesMilli: local!minutes*1000*60, local!tsMinusMinutes: local!tsMinusHours - local!minutesMilli, local!tsMinusMinutes ) ) result 5000(decimal) if( isnull(ri!timestamp), todatetime(null), a!localVariables( local!hours: floor(ri!timestamp/1000/60/60), local!hoursMilli: local!hours*1000*60*60, local!tsMinusHours: ri!timestamp - local!hoursMilli, local!minutes: floor(local!tsMinusHours/1000/60), local!minutesMilli: local!minutes*1000*60, local!tsMinusMinutes: local!tsMinusHours - local!minutesMilli, local!seconds: todecimal(quotient(local!tsMinusHours, 1000.00)), local!second
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?
Hi, We recently set-up a on-premise installation Appian 21.2 which run on a Docker Container. While configuring the mail server setup we were unable to send email using the Send Email Smart Service. When we looked at the tomcat-stdOut.log we found 2021-08-24 06:39:00,391 [Appian Work Item - 1 - execution00 : UnattendedJavaActivityRequest] ERROR com.appiancorp.ap2.mail.Mail - Could not send mail via smtpout.secureserver.net:465 to 2021-08-24 06:39:00,394 [Appian Work Item - 1 - execution00 : UnattendedJavaActivityRequest] ERROR com.appiancorp.process.runtime.activities.SendEmailActivity - com.sun.mail.smtp.SMTPSendFailedException: 530 authentication required com.sun.mail.smtp.SMTPSendFailedException: 530 authentication required at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2108) at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1609) at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1117) at com.appiancorp.ap2.mail.Mail.
I created a Web API that has a DB View CDT. I want to use this API endpoint in an external application. I also created Web APIs that are table-based (not view-based) and they can be read in my external application without issue. But when I use the same view-based web API I get a 500 error code on the external app (even Postman). Now to access those web APIs I created a service account with API Keys and they work with table-based web APIs but not view-based web APIs. Are service accounts not able to access DB views? What am I missing? Also what's best practice to get the API key (that's created when service account is created) from Appian instead of having to hard-code it in the external application?
I had added this user as the process administrator, but when this user is triggeling the cancel process smart service, trying to cancel the previous process, it always saying no premission. it only works when a designer or systemadmin triggeling it. How can I give the premission to that user? p.s.:I don't want to user send/receive message.
Hi all, We have Appian v18.1 installed on Windows Server 2008R2 and we try to migrate from LDAP to LDAPs. Even we confirm with administrator of Domain Controllers that we set parameters correctly we did not succeed with migration. The Domani Controllers are Windows 2016 and 2019 and we suspect that the TLS is 1.0 and we should use 1.3 minimum. Can any one help me with this migration? BR,Natasa
We have issue with logging into Appian via SSO only on Edge browser. Where as the same working on IE and Chrome. The same SSO configuration worked even on Edge when we configured. It stopped working from this week. No changes are done to the SSO configuration in Appian / IDP side since it was working. Looking for help. Error message in logs
Hi All, We are trying to start the Appian services but after starting all the services , the below error is throwing up and getting stopped , anyone please help ./inner-start.sh: line 17: 29545 Killed ./catalina.sh run 2021-03-29 06:37:42 Appian in Tomcat is forcibly killed Warm Regards Vineeth
Hi Team, I got a requirement of Modifying UI Text to be translated into multiple languages using correct language bundle. Documentation Link: https://docs.appian.com/suite/help/21.2/io-3.1/modifying-ui-text.html#_ I tried to go through the documentation but we have to get the bundles to update the properties but not sure how to get those files. Can anyone please help with that
Hi All, We came across a situation where we need to implement SAML for Internal and External user groups of our organization. Our Appian environment holds Employee ID as Appian Username for Internal Users and Email ID as Appian Username for external users. Our Identity Provider might be able to provide both the information, Employee ID and Email ID as Name ID of the Subject. Our Internal users and external users are placed in 2 different groups and there is a parent group where both the Internal and External groups are member groups. Authentication Group is set to the Parent group as this needs to work for both member groups. For the above setup, we are aiming to implement SAML Authentication. In Appian, is there a way to dynamically choose the Name ID based on the group the user belong to? For example if the user belongs to internal users group, we need to compare the Employee ID against Appian Username, If the user is from external user group, we need to compar
Is there a way that Appian can connect to a different mailbox, and send mails via that connected mailbox? This mailbox is application specific, that means only mails which are sent by certain processes should be using this. No other Appian processes should use this mailbox. Also, if such kind of setup is successfully established, when someone replies back, will the mail hit the same mailbox?
Hi everyone, I am trying to see the generated SQL statements whenever i run my query entities/when my process receives a request and run thru my save to data entities node. I have configured below, located in /deployment/web.war/WEB-INF/resources/appian_log4j.properties as per instructed from Appian documentation https://docs.appian.com/suite/help/20.3/Customizing_Application_Logging.html#database-integration-details I then ran my query entity by clicking Test Rule as show below and open the log 'tomcat-stdOut.log' located in APPIAN_HOME/latest/logs. But i cant find any SQL statements output. am i missing smth?
Hello All, We are on on premise environment. would like to use "Compare and deploy" with Devops setup in Admin console. May i get all pre requisition for this. I am getting time out error while configuring new environment. Thanks, Arunkumar C
Can anyone let me know the difference between archival and deletion process in process model.
Hi there, We seem to have a problem with the latest 21.2 hotfix (315). Is it possible to download the previous one (290)? In the appian site I can only download the latest one. We have just upgraded from 20.2 to 21.2 and there are problems in the primary schema and we would like to try the previous hotfix, which is also is the same as our cloud. Regards, Jesus
Hello there, A client has asked if it is possible to install Appian on a Tomcat server that they provide. It is a question that I have heard a few times already. I think it is not possible. At least the installation process always installs Tomcat and I have not found documentation to use an external Tomcat server. Does anyone know if it is possible that the customer provides and managesTomcat for the installation? Thanks a lot
Hi I'm having some problems with SAML Group Synchronisation, from Azure. Have successfully set up SSO in our environments and new users are created automatically. However, I can't get the Group Sync to work. I know that one particular group does exist in Azure and am using the ObjectId of this group. I think the problem may be that the groups don't show up in the SAML messages. Am I correct to say that in the SAML messages, there should be a SAML Group attribute, as documented here https://docs.appian.com/suite/help/21.1/SAML_for_Single_Sign-On.html#group-membership-synchronization i.e. something like below <saml2:AttributeStatement> <saml2:Attribute Name="member-of" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"> In my SAML file, the AttributeStatement section contains only attributes related to my user account i.e. displayname, surname etc. Can anyone confirm? Thanks.
Hi all,does anyone have idea why this is happening? When I try to save changes in health check configurations I got this error in logs. This started from nowhere, I have spoken with system administrator and no changes were made from linux site. Also I didn't make any chages in my language/calender settings.Error from logs: Incorrect type (java.util.Date) for DateTime variable (Thu Jan 01 00:00:00 GMT 1970). Expected Type: java.sql.Timestamp. Auto-correcting to "1970-01-01 00:00:00.0" 2021-07-05 11:41:23,854 [Function Call Product Metric Aggregator] INFO com.appiancorp.core.expr.ProductMetricFunctionCallProductMetricAggregator - Aggregated 404 function call metricsError on helath chech interface:
Appian Content Management (Knowledge Center) . Which Appian engine takes care of searching and retrieving documents from KB when provided with Document id / document uuid. does the volume of data impact performance of Appian? by any means? (we have close to 30 Lakh documents in KB). Can you please share links to read and understand more on architecture around Appian Content management (KB)
Hello, I have recently been hired to develop an automation framework for a large-scale Appian project. I have experience in creating automation frameworks using Selenium, Cucumber, TestNG, Junit, Maven, and Jenkins but I have never used Appian (going through the developer course now). I was wondering what the community suggests is the "go-to" framework or if it's more up to personal opinion. I did find this helpful guide here https://docs.appian.com/suite/help/21.2/testing-applications.html however the links do not work for me that would take me to the three functional UI testing tools. If anyone has a working link that would also be helpful so I can have a look at all 3. Mainly I am just looking for advice from anyone who has built a large automation QA framework for an Appian project. Thanks!
Hi All, I am displaying the data from record type in an read only grid . Now I want to create a filter which will display the data based on particular field filter using expression rules . Help me to do this .
Hello, I have a two dropdowns , first dropdown have list of table names and second dropdown have all columns name based on the table name which you select from the first dropdown and then filter button . Whenever user hit the filter button based on the table name and columns should be present the data in gird layout. How to archive this one? Is there any possibilities is there by using report builder? Please suggest the best practice Thanks in advance .
Hi, I'd like to ask about the pricing of Appian. If in any case I build a web application through Appian for my client with 3,000+ users, and have it deployed and delivered to them, are those end users will be counted in the pricing of Appian per month? Or the pricing is only applicable for us as a provider/ developer who will use the Appian for application development? For example, the minimum 100 users, is it the only us as a developers/provider? Thank you!
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.