-
Recently active
Hi, I am trying to set up the Azure Connected system but ended up with an error , I tried using GPT_32K and GPT4_32K as mentioned in the demo, but still see this error. Chat Completion
Hi, Error in generating excel - An error occurred while executing a save: java.lang.NoSuchMethodError: org.apache.xmlbeans.XmlCursor.close()V Please provide some guidance on the above error to fix. Thanks!
Is there a method in the Java API that returns the internal ID of a document if you only have the opaque URI?Here is a link to the Java API ContentService interface that returns the opaque URI, but I need to the do reverse: https://docs.appian.com/suite/help/21.3/api/com/appiancorp/suiteapi/content/ContentService.html#getOpaqueContentUri-long-
Good morning, We are trying to recover directory information with the Get Remote Folder Contents smart service (FTPS). The configuration we have is: fileTransferConf: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverHostName: "ftp.prueba.es", serverPort: 21021, scsExternalSystemKey: "sftp_prueba_appian", usePerUserCredentials: false() } Server File Path: "/DEV/" * In the user console we have configured the scsExternalSystemKey with the corresponding user and pass. The error obtained is: ERROR com.appiancorp.ps.plugins.filetransfer.ftps.GetRemoteFolderContentsOverFTPS - org.apache.commons.net.ftp.FTPConnectionClosedException: Connection closed without indication. The credentials are the same ones we are using in WinSCP and FileZilla. Both work fine to connect to FTPS site. We have tried adding documents so that the route is like this: "/DEV/test.docx" Has anyone faced the same problem? A greeting and thanks in advance.
I am able to successfully sent files via the FTP node, but I am unable to open those files. For example when I attempt to open a PDF that has been sent it tells me "There was an error opening this document. The file is damaged and could not be repaired." JPG, PNG files open with just random pink on white. Word Docs "Word found unrecoverable content." Thoughts?
Hallo All, We do have the following requirements. We need to share some CSV exports from the Kiwa Appian environment to a remote file server using SFTP. However, the SFTP file server must be accessed through an SSH key pair. I'm trying to use the "SFTP Functions" plugin from the Appian marketplace. Since we need to use the SSH key pair to access the remote file server. I was looking Appian community for help and found the following discussion thread useful and tried to follow the instructions. Appian Community But to proceed further, I have a few questions about the shared approach and need your support on this. Is it possible to communicate SFTP file server using SSH key pairs from Appian? Could you please share any Appian documentation for this? In the discussion, It mentioned that I need to configure third-party credentials, could please mention what will be the credentials field names and values? I tried to configure third-party credentials with "username"
I'm developing a custom connected system plugin with related integrations. 1. Does Appian use Spring Boot? If not, then the next question is mute. 2. Does Appian scan for @Component (or any other class annotations) so that these classes are managed by Spring Boot, autowired for dependency injection, etc.? It would be nice if classes developed within a plug-in were Spring managed. TIA, Eric
Hi, I am having a requirement to show 80 columns exported to excel. I used export datastore entity to excel smart service in my process model.Since the smart service does not allow more then 50 columns,I generated 2 spreadsheets,(1st excel is having columns 1-50 columns and 2nd excel has data for columns 51-80). I used Merge excel documents smart service but the resultant spreadsheet is not concatenating columns horizontally. . Can someone please let me know if there is any alternate approach to fulfill this requirement OR Any leads to fix the merge excel documents issue can be helpful. Thanks In Advance! Akhila
Hello, We would like to insert a dynamic number of images into a document that looks like the following, using the Advanced Document Templating Plugin: Entry 1: Data for Entry 1 Image for Entry 1 Entry 2: Data for Entry 2 Image for Entry 2 ... Entry n: Data for Entry n Image for Entry n Is there a way to do this? It does seem possible to put a dynamic number of images all together using a list and the bookmark like so: «[#list logo as logo]» «[/#list]» but is there a way to put in a dynamic number of images separately?
Hello, we've been trying to use PGP Encryption Utilities plugin. From here we're using encryption smart service and no other node (to begin with). Public key was generated with gpg4win (RSA, 3074 bit). This configuration actually returns a different error than other formats so my assumption is this is the correct one. But then a new error showed up running the encryption smart service node "In order to access this method, this Document needs to be retrieved via ContentService.download()" The output document shows in appian designer, has corresponding extension, but is of size <1KB (0 probably) and it's not downloadable. In the PM, when using PV to store the encrypted document as an output of the smart service, the PV ends up with no value. Any sugggestion what could be going wrong?
Hi Team, User fill the form and upload images from mobile or tab, The images size is more than 15 mb and i need to convert and merge in a pdf with form data and images,When i am trying to convert images to pdf using plugin pdf tools(image to pdf) the server is getting heap memory and casuing down which leads to total env down, How can i achive this functionality of converting images to pdf I see we have other plugins which will add images inside pdf but not at the end of the page,
Hello Appian Community - I'm following the guide for the Appian Version Manager here: [mention:43c6339b3b7e4b44ba4b4a8c46753052:6b577b8c04704e209d29b6772bf67243] I'm facing an issue when running the `version-application.sh` file where it's erroring out when the tool is trying to send metrics to Google Analytics. My company has security tooling that I suspect is causing this. Is there a way to disable the Google Analytics when running the shell script? The error output is below. Thanks in advance! 2024-01-11 14:26:41,514 - Checking for DDLs2024-01-11 14:26:41,519 - Checking for Flyway directories2024-01-11 14:26:41,648 - Committed all changes to repository at \.local-repo\.git. Commit hash: ffc9cd21f4d874a4f2d9a4cd69e8d50d8cf3eabd2024-01-11 14:26:43,092 - Changes pushed successfully.2024-01-11 14:26:43,094 - close() called when useCnt is already zero for Repository[\.local-repo\.git]2024-01-11 14:26:43,477 - Exception while sending the Google Analytics tracker request
Hello everyone, I'm using iCal plugin to send a meeting request, everything is ok except the attached file. In the node input is included, but it isn't sent in the meeting request. Can you help me please? what is wrong on the node input or is there a particular situation where the attached file isn't being sent? Regards
The error message is attached in the above screenshot,please help me with this, Thanks.
Hi Team, I am creating a sail extension or javascript based UI plugin (Chatbot), it worked perfectly without adding any Content Security Policy (no meta tag added) from VS Code, but when I deployed the plugin in my VM (where appian is installed), it is throwing out Content Security Policy errors in the console. Please help. [Report Only] Refused to load the script '<js_source_link>' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback. [Report Only] Refused to load the script '<js_source_link>' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback. [Report Only] Refused to load the stylesheet '<css_source_link>' because
Though I am mapping correctly, I am not getting generated document file from aspose service. I also storing the result of smart service into document data datatype. GeneratedDoc ID comes empty. Can anyone help?
Hi, I'm using the "DOCX From Dynamic Template" plugin to create docx files and it works well. With this is one I can add some fixed images in the generated document. Unfortunately, with this later, I can not add any type of attached file, and can not not choose dynamically the position of my images.(I've tried to attach a docx Word file but it is unreadable when i try to open it in the generated document) So maybe would you know another plugin that could do this please ? I would like Appian to be able to add any attached files on any types (ex : pdf, zip, docx...) in my document, and need this plugin to let me add those attached filed in the position I've chosen (for example in the 2nd row and 3rd column of an array, or after a specific text)... Regards
Good Day Experts, Is there any way to convert Json response of MS graph API to EML format ? Note : can't use any mail poller plugin due to infrastructure restrictions so i'm forced to use MS graph API to fetch the mail details which is in Json format. If i wanted to use AI (email classification) i need to convert the JSON to EML file format. Thanks in advance. Cheers, Kalai.
Hi, we are using goJS as a frontend to develop the web component plugin. i have couple of questions 1. How are we validating the license key in the plugin 2.can i show the URL icon in the plugin? 3.can i use appian default icons in the plugin? thanks in advance.
I am trying to develop a POC concept on the Barcoded Label for the Zebra printer. Here I have a question about the Label String Parmenter. Can I send the ZPL command directly, or needed any conversion This ZPL command I plan to use below . ^XA ^FX ^CF0,30 ^FO40,30^FDCase#: 2310462^FS ^FO300,30^FDExhibit#: 3.1^FS ^FO40,70^FDTox#: 2204167^FS ^FO300,70^FDCounty:Tarrant ^FS ^FO40,110^FDDeced: Phuong Thi Pham^FS ^FO40,145^GB700,3,3^FS ^BY4 ^FO 130,160^BCN,80,N^FD12345678^FS ^FO40,250^GB700,3,3^FS ^CF0,25 ^FO40,270^FDItem: Tissues in Formalin-Dr Diane-Ngan Trang^FS ^XZ
PDF Tools Convert Image to PDF smart service is working fine in Dev, Test, and Model, but it is not working in Prod. Test, Model, and Prod all have the same version of the plug-in. The error being thrown in the process instance is "An error occurred in executing an Activity Class". The error in the System Logs reads: 2023-12-11 22:11:33,991 [ajp-nio-0.0.0.0-8009-exec-455] ERROR com.atlassian.plugins.rest.common.error.jersey.ThrowableExceptionMapper - Uncaught exception thrown by REST service: com/github/jaiimageio/stream/RawImageInputStreamjava.lang.NoClassDefFoundError: com/github/jaiimageio/stream/RawImageInputStream We tried deleting and re-adding the plug-in, to no avail. Any help would be greatly appreciated.
Hi Community, i am stuck at an issue, that i need to configure the SFTP Retrieve Files In folder node. How we can setup File Transfer Configuration property of this node. Kindly, help me out for this configuration.
Hi, I have a excel sheet in which the Excel sheet headers start from different row (example: row-8). In a process model, how can I read it from row 8 using Import excel to database smart service.
There is an app in appmarket called marketplace which is free. So,how to deploy it in my community environment?
Hi I'm using import excel to database plugin to export data from excel sheet into database. I'm not facing any issue in the process model and data is not saved into database. Then I dig in the logs and found out below error. Could you please let me know, how to resolve this issue. Caused by: javax.naming.NameNotFoundException: Name [[Data Store Entity:"1460e773-36a5-4c3a-afad-04711683a7cd@5528"]] is not bound in this Context. Unable to find [[Data Store Entity:"1460e773-36a5-4c3a-afad-04711683a7cd@5528"]].
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.