-
Recently active
Hi Team,I have a requirement of integrating Appian process model or integration or web api to an external SOAP WSDL environment. We would send data from Appian to the external SOAP env and also receive data from the external environment. How can we do this, what are the pre-requisites for such integrations.
Hi, We want to integrate our appian code/objects on GIT repository and we are following https://community.appian.com/w/the-appian-playbook/198/deployment-automation#Automated_Versioning_Manager article. To proceed with we have already installed Appian Import manager and Appian Versioning manager on the server. We presume that we will find the Application folder of the applications which we have created on Web Interface in Zip format on the server. We have some queries related to it: Where can we find Zip file of the created application on the server(Please share the path) as we are accessing it through the bash console? What will be the admin_console_path? How the individual developer can get the code on their individual machines, as appian is common across?
I need to use array in my intagration, PATCH method : Body, for example: { "name":ri!name, "documents": [{"number":123456, "type":"id"}, {"number":789456, "type":"card"}] } but i get error "Invalide symbol found (open_bracket)" because I used "[" "]" How can i fix it?
Hi Can we create local repo of Appian code, if yes then please share the document and Please guide on local repo mapping through version manager.
Hi, I want to set CI/CD with azure devops directly I can see reference material for Jenkins but none which specify the direct integration with Aure devops. Is it possible to build this bridge if yes please share the references. Thanks in advance.
Hi All, We have a requirement to read login audit files from all the application servers on a High Availability cloud environment. We have researched about the plugin 'Log Reader' which can read login audit files. However, from the discussions on its AppMarket page, we are unsure if it can read the log files from ALL the application servers, and not just the default one. We have also seen a note about its latest version which reads 'This version is to support HA environment'. However, we could not determine the exact steps required to read the log files from all the HA nodes. Has anyone actually implemented a similar feature using this plugin? If so, please share how you managed to read the log files from all the HA nodes. Many thanks!
Hi Team, Can we export appian application through rest-api or through command line? Regards Abdul
i'm working on a integration with quickbooks online and i'm working on a process that requieres me to work on some objects. one after another and sometimes it does work but some other it doesn't and throw me this error " You and vladimir were working on this at the same time. vladimir finished before you did, so your work was not saved." is there a way to make to sure that that process was completed before starting another ?
What value should I enter here? header name or header parameter
Hi Team, I almost have 2 Lakhs records and 134 columns to export into excel sheet from the Appian database. I am already using Export SQL to excel as Export data store entity to excel doesnt allow me to export more than 50 rows. when i do this it exports till certain set of data for example 1 Lakh records. But after that it is not exporting the data. I tried exporting them in batches of 5000. so first 5000 will be exported into a template. and the next 5000 the output of this will become the template. we tried merging of Excel sheets to but it also fails after 10 Excel sheets. Is there any other better way to do this please. TIA [emoticon:c4563cd7d5574777a71c318021cbbcc8] Harsha
Hello All, We have gone through the documentation of Appian's ICC docs.appian.com/.../icc_overview.html but it elaborates more on Appian's capability on ICC. As we all know, now that Appian's ICC is no more sold as a solution or available for Partner's download as a solution. Hence trying to implement the solution on our own - Issue we face here is Outbound call/sms is happening from appian but unable to receive the incoming call/sms/chat ( call from end customer to twilio's number is happening >> but from twilio to Appian's world the connection is not happening ) - no intimation of calls / sms etc.. Gone through the documentation of twilio as well. All those Task routing, worker's availablity, workspace are in place properly. Could anyone help me on this ?
Hi, We are using microservices architecture in our enterprise and all data related tasks are performed using rest APIs. These Rest API are using OAuth 2.0 for authentication purpose and we require a new JWT token for each request. Can we generate new token in Appian Open API connected service for each request (as token is valid for certain period) to implement client credential or authorization code flows?
we have an requirement where we need to populate some fields from pdf using fill pdf smart service.fields not having special character or symbol are populating successfully but fields those are having special character unable to populate.so anyone can help to resolve this issue.snippet for the code are as below. { {name : "County", value : "Adam"}, {name : "Parcel No", value : "98765"}, {name : "Price/Consideration", value : "77777"}, {name : "Doc. 1 â`“ Grantor(s) Name(s)", value : "Mike"} }
Hi All, I have made one rest api localhost:5000/ its working on postman but not working for appian. Appian did not receive a response from https://localhost:5000 Next Steps Make sure that the URL is correct Try to open the URL in a web browser to verify that the external system is active For internal systems, contact an administrator to verify that the external system is active Check whether you have a firewall or VPN configuration that may be blocking access Any suggestion , Im new to the appian
Hi community, ProcessDesignService pds = ServiceLocator.getProcessDesignService(sc); TypedValue tv = pds.evaluateExpression(expression); pds.evaluateExpression(expression) is giving the following error: The type com.appiancorp.process.expression.ExpressionEvaluationException cannot be resolved. It is indirectly referenced from required .class files I am not sure what jar file is required to be included on the build path to resolve this error. Appreciate if someone could please let me know the details. Thanks, Arun
Hi , We want to develop customized card layout component with custom styling, this layout should allows other APPIAN sail component as contents inside it as Appian card layout allows . Is there any possible way to achieve it by creating component plug-in ?
Hi, we are using on-premise dev environment. We want to create our own custom button with some different style. Could you please suggest what all methods need to be implemented and how to register plug-in to our own environment without registering it to Appian App marketplace? Can it be achieved from Appian web designer as server access will be limited?
Hey everyone, is there a way to automatically retrieve the XMLs of objects (Integration objects in particular) of an application?
Hi team, #1. Can I send a zip file (multipart/ form-data) to external system? Basically I am using integration object and connected system which called web API #2. in connected system I need more clarification, Authentication -> API key What should I have to insert in header name ? Thanks in advance
Hellowe are facing this issue in using the plugin "kafka-tools 1.0.1"We have setup all parameters as indicated in the manual (see image above) but we got this message error in the tomcat-stdOut.log 2022-01-24 09:33:25,708 [kafka-producer-network-thread | producer-15] ERROR org.apache.kafka.clients.NetworkClient - [Producer clientId=producer -15] Connection to node 0 (xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx:32410) failed authentication due to: SSL handshake failed2022-01-24 09:33:26,569 [kafka-producer-network-thread | producer-15] ERROR org.apache.kafka.clients.NetworkClient - [Producer clientId=producer -15] Connection to node 0 (xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx:32410) failed authentication due to: SSL handshake failed2022-01-24 09:33:26,609 [kafka-producer-network-thread | producer-15] ERROR org.apache.kafka.clients.NetworkClient -
Hey, I am using the TypeService interface and calling the getType() method to return Appian DataType value for a CDT passed into a smart service. cdt variable is of class TypedValue Long cdtTypeId= cdt.getInstanceType(); Datatype cdtType= ts.getType(cdtTypeId); But I get this error.. The type com.appiancorp.cache.CoupledValue cannot be resolved. It is indirectly referenced from required .class files This shows up in in the IDE during build for the line ts.getType(cdtTypeId). Does anyone know what is needed to get this to work. Or another way to get Datatype from the TypedValue class
Hello Everone, We are facing an issue when trying to hit the endpoint with the below header parameters. "Unsupported authentication" "This request requires authentication but does not specify the type of authentication expected HTTP/1.1 401 Unauthorized" Note: 1. Not using any connected system 2. Using the authentication as "None" 3. We have the "Authorization" header param, and we are constructing the value using "Cryptography Hash Functions" plugin from app market. Please let me know if anyone come across this error before. Thank You, Sneha.
Good Morning All, I was tasked with evaluating Appian. So far it's pretty straight forward, but I ran into an aissue when trying to pull data from Sheety API. I get a Success response and the correct data being pulled back But once I get to the next step I get an error stating: I followed the instructions in the Course video but still keep getting the same error. Any assistance would be great
Hi I have an excel file contains data as shown above. I want to update the calendar by reading the excel file by programmatically or using any plugin. Is this possible? if yes, how? Thanks.
IS there any plugin which would upload the XML file and parse the content of the file based on the XPath?
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.