-
Recently active
Hi Team, We are Aware of all the Robot Status but whenever we execute a bot its going in enqueue mode. The data process successfully but we are not getting data in variables because of enqueue status of bot. We are using these variable but getting empty value because of which its going into failure. Also we are not able to deleted the enqueue record from robot dashboard. Can someone please help here why its happening .
When DB Write to DS is giving locking issue saying it is Locked by some other process. Below is the error message. com.appiancorp.rdbms.common.LockException: Could not write to the entities [XXXXXX] of data store "XXXXXXXXXXX", because the data is locked. (APNX-1-4180-00A): javax.persistence.OptimisticLockException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect) : XXXXXXX
Hi, As per appian 24.1 documentation, I was looking for Ai Skills for - "Prompt Builder" option. I have checked and verified that I have 24.1 Appian version and when I select "AI Skills" then I can only 3 options as 1. Document Classification. 2. Documentation Extraction 3.Email Classification. Can someone please help me that why I am not able to see that 4th Option for Prompt Builder? Also, I am looking for some example to create a prompt lib for the use case we are looking into. Thanks in advance.
Hi In our environment we are following GMT time zone as default. We have a scheduler we needs to run at 15:00 London time which is as expected during daylight saving is off but during the daylight saving is active then also it should run at the same time i.e, 15:00 London time but it is running at 16:00 London time.we tried to use the isDayLightSaving function in the timer (start node) but it seems not working.Please suggest how to make the timing consistent.
hello, im develloping an application that contains 2 groupes i have created a sign in page this page allows me to create a new user and then add it to a specifique group , now i want that after the user receive a mail that contains the login and the password to his appian account an interface that contains information will be played ( i want to display this interface directly after the user loged to appian ) any help how can i do this please !
I have PDF pages that are being created as part of an HTML template. Basically an indefinite amount of these attachment pages can be created depending how many filing numbers the user inputs for their filing. HTML from template node -> HTML to PDF node. This is all working fine. The last page of filing numbers, if it's only a partial page, which usually is the case - the last page being just partial, is printing landscape. The print preview looks like all the other pages, but when the pages are printed, it prints out landscape. Anyone have any reason why this might be? Thanks
[ERROR] 2024-03-15 06:55:01 01m 01s (0h) - Error executing action [exceljacob->open-create-workbook]Invoke of: OpenSource: Microsoft ExcelDescription: Open method of Workbooks class failedHi, i am getting this above error when i am trying to open XLSB workbook through Appian RPA and for this i'm using "Open Workbook(license required)" component.
Hi Everyone, I am trying to connect Appian 22.4 with Uipath 22 but getting below Error When I use the same credential with Uipath, I was able to login in uipath orchestrator I tried changing the Url as well but same issue. Can someone please help here
I have been trying to run automated testing through Jenkin. I have followed appian documentation Running Automated Tests on Expression Rules with Jenkins - Appian 23.4 . I was getting several errors and managed to solve some of them and got stuck at one particular issue. Highlighted all the errors faced so far - I was getting below error but managed to resolve it by modify the “build.gradle” file. I have removed the less-than symbol (<<) in build.gradle file. After resolving above issue, now I was getting message “Could not parse content-type header”. I have resolved it by adding header (content-type: text/plain) in “ciStartRuleTestsApplications” webapi. After resolving above issue, I am getting error related to “java.io.Writer” For better understanding of error, I have added parameter “--stacktrace” to task in Jenkin build step, it shows “noSuchMethodError” Error type. Can so
Hi All, I have created a Web API. I tried with 1. Basic Auth by providing username and password. - Worked 2. Using API Key - Worked - Created New API Key with service account and copied API Key - Created a group in my application and added the service account in that group - Provided viewer access to Web API - Accessed Web API by passing Appian-API-Key: <API Key Value> in Header 3. Using Appian OAuth 2.0 Clients - Authentication is Successful but getting empty data - Created New API Key with service account and copied Client Id, Client Secret, Token Request End Point - Created a group in my application and added the service account in that group - Provided viewer access to Web API - Accessed Web API by passing the values like below I tried using
Hello, I am new to Appian and I am trying to install Appian on Linux cent os. I followed the official guide and everything was smooth until I was trying to start the tomact server. by executing ./start-appserver.sh. when I execute this one its giving me : which: no rotatelogs in (/root/.local/bin:/root/bin:/sbin:/bin:/usr/sbin) Thanks in advanced !
I just want to know how much score i have to get for passing the ACD 101 Certification Exam
Hi Experts, Need your help in the following issue: Here is a validation for a Date and Time(captured in text) field along with the Timezone as shown below. /*Code -- Test_Rule_Timezone*/ /*We are getting Date and Time and the Timzezone selected by the user from the dropdown*/ /*Based on the Timezone selection(cons!CDM2_VAL_STANDARD_TIMEZONE) we are subtracting the hours that is stored in the constant(cons!TEST_CONS_TIMEZONE) from the date and time selected by the user*/ a!localVariables( local!hours: a!match( value: ri!timezone, equals: cons!CDM2_VAL_STANDARD_TIMEZONE[1], then: cons!TEST_CONS_TIMEZONE[1], equals: cons!CDM2_VAL_STANDARD_TIMEZONE[2], then: cons!TEST_CONS_TIMEZONE[2], equals: cons!CDM2_VAL_STANDARD_TIMEZONE[3], then: cons!TEST_CONS_TIMEZONE[3], equals: cons!CDM2_VAL_STANDARD_TIMEZONE[4], then: cons!TEST_CONS_TIMEZONE[4], equals: cons!CDM2_VAL_STANDARD_TIMEZONE[5], then: cons!TEST_CONS_TIMEZONE[5], equals: cons!CDM2_VAL_ST
Hi Team, I understood how index function works, but can someone please write a code(with example) using index function with cdt.
Hello, I am beginner to Appian. I am getting an error from my process model when I start publishing. The error is: Details: java.lang.IllegalArgumentException: The record to be saved must not be null: TypedValue[it=4570,v=<null>] Data: TypedValue[it=4570,v=<null>] From other threads are saying one of my values is null which isnt the case nothing is null in the cdt and all of the fields are mapped on the interface. Any thoughts? Is there a way to tell what field is giving this issue, again very new so as much details would be helpful. Thanks!
Hi there, I am getting this error while writing data to data store entity. An error occurred while trying to write to the data store [IPA Main DS]. No values have been written. Details: org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save(): IPAIRRIntegrationLogDT11401 (APNX-1-4208-004) Thanks
Hi Team, Recently, I had used the "getdocumentsfromfolder" appian function. For few days it worked well but suddenly it started throwing error saying that - The function getdocumentsfromfolder is unavailable. Could you please help me out what could be the possible reason for this error. I have attached the reference screenshot below.
I am calculating time difference between 2 time stamps in hours: min :sec format . Now my problem is I have to eliminate weekends between 2 time stamps and calculate difference in hours: min :sec format
I have a requirement where before submitting the form (without clicking submit ), it should call the integration and validate the entered text , if incorrect data is present then throw validation on UI . Is it possible to call the integration with in interface?
HI EVERYONE, I AM FROM NON IT BACKGROUND AND I WANT TO LEARN APPIAN AND SWITCH MY CAREER IN IT FEILD. CAN I LEARN APPIAN AND DEVELOPE MY SKILLS IN THIS PLATFROM. IF YES HOW TO GET STARTED PLAESE HELP ME WITH THIS QUESTION AND HELP ME WITH IT THANK YOU
Hi All, I want to create an interface with French language. Excluding "LOAD Resource Bundle" plug in and new features of 24.1 release. There is any other way to implement this? If yes please suggest me. If no then please guide me how to use LOAD Resource Bundle plugin steps for the same.
Hello, does anyone know how to make a service monitoring API? To notify when Appian it's under maintenance for example.
Hello everyone, I have a question. I'm developing an application. The home page contains two buttons related to record action. The first one is the "Create Account" button, where the user can create an account and input different fields. This button works as expected. In the process model related to this page, I have added a "Create User" node so that after the creation, the process sends an email containing the name and password for the user. Now, I want to create a "Sign In" button. Is that possible, and how can I verify if this account really exists?
Appian month to text conversion issue I am using this command month(today()) ---> it print current month after this i am plan to convert this as a text format like text(month(today()),"MMM") my output is something different let me know the cause of this
I just want to know Can a basic user get the access of the appian designer if account is related to community account only. how is it possible to give the designer access to a basic user. i have check it but did not find the system designer group if we set basic user authentication to a user. Please help
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.