Ask questions and get answers about Celonis products from experts and peers.
Recently active
Hi, I am creating a dashboard (Analysis) based on a Knowledge Model, which was created with database contained in an Excel file. How can I upload automatically thrice a month the Excel file, considering its changes between the different loads. The file lives in a repository (Sharepoint), and the database from the Excel should be transformed by a Data Job. ThanksLDH
Hi,I want to calculate the minimum of the following calculated column of an OLAP table: SUM (CASE WHEN "Internal_Contol_BD_KPI"."RESULT_VALUE_2" = 'FAIL'THEN "Internal_Contol_BD_KPI"."CONTADOR"ELSE NULLEND) / SUM ("Internal_Contol_BD_KPI"."CONTADOR") but when I try to apply MIN() to all that expression, the following error occurs: "Aggregate expressions cannot be nested inside aggregate expressions." Then, how can I obtain the minimum of that calculated column? I though a solution may be using PU functions, but since there is only one table in my analysis, it is not possible. Regards
Hi all, For a use case, we need to iterate over SAP tables and therefore the SAP on-premise extractor is not sufficient. We are investigating accessing the data using a Python script (possible in the Machine Learning workbench) as described in Connecting Python with SAP (step-by-step guide) | SAP Blogs. Has somebody experience with this approach? If we want to do it in the Machine Learning Workbench, this requires (temporal) admin access to install the SAP NetWeaver RFC SDK. Is this something that is possible? Looking forward to your ideas! Cheers,Jan-peter
I want to increase the no. of free attempts for engagement certification fundamental exam in celonis. I was not able to clear in free attempts (2 ) and utilized all
Ready to seize unlimited opportunities?Visit the EMS Marketplace from your EMS team and discover the different new Apps, Extractors, Connectors, Action Flows added every week we are offering to our global customer base made by Celonis and Partners. Visit the EMS Marketplace or find your team Recently Added: IBM investment management New projects are the lifeblood of innovation and business growth. Businesses need an optimized Investment Management process that moves requests through a compliant but rapid process. Yet, most of the time investment is requested or denied based on incomplete information, slow and inconsistent processes, and inappropriate approvals. The IBM Investment Management application for Oil & Energy, Infra Organizations & Manufacturing, addresses these challenges by, Identifying bottlenecks and differences based on various dimensions (e.g.: investment types, levels) for continuous improvement and faster time to investment approval. IBM value triangle for se
Essentially, we are tracking usage of our Action Views / Skills through an augmented attributes table. Unfortunately, this table refers to users through a code (CHANGED_BY field): We have recently realized that we can extract User Information like this: Which will give us a correlation between User IDs and the actual Users (Name + E-mail):Since we have an ever-shifting user-base, is there a way for us to get this information into/from Celonis' Back-End (Data Integration) automatically? Thank you in advance!!
I have alerts on data loading process, in terms if it fails it is sending to me. How can I do it for non administrator users?
in the example below, Action Section has been updated occurs multiple time, I want to calculate the time spent between each of the "Action Section has been updated"xyz Action Section has been updated 2-Apr-22def xyz Action Section has been updated 2-Apr-22abc def abc Action Section has been updated
Are there any limit to the amount of data to be processed by a Jupiter notebook running in the Machine Learning module? I mean... can I for example load a pandas data frame with 2 billion rows ...or any crazy volume? Is there going to be a cost associated with execution of a Jupiter notebook? or to the data volume processed or the cpu used? TIA!
PyCelonis Use case Hi All We are using Celonis for process automation learned recently that we have "PyCelonis" conceptionally coming out which is a "Python client library" integrated into Celonis Execution Management System (EMS) API". Looking for a whitepaper, Use case with the business problem what PyCelonis can solve, appreciate if any inputs
I will have periodic extractions from the transactional systems once a day into a bunch of text files (.csv) How can I set up extraction jobs to do that? Is it a specific connector? Because it seems the "File uploads" is only for manually upload files. But I need to upload them from a shared folder, and do it periodically and automatically. TIA
i want to create a dual axis chart in view but 1st will be bar chart and 2nd will be the line chart , and i want the bar chart value constant it should not get changed according to line chart filter , how can i do that . Thankyou
I wish to appear for the Solution Professional Exam. Can somebody guide me on a> How I can enrol for the exam? b> where i can find the relevant track(s)/ module ? c> Prerequistes
Hi, I would like to run an Celonis Studio Action Flow that calls the API https://magpie.springernature.app/api/users. This API only allows access from certain IP addresses, I therefore have to use the HTTP (On Prem)-module for this. Which connects to a Celonis Agent on our company's server. There seems to be something wrong with the application.yml file of this Celonis Agent, as running the Action Flow produces the runtimeerror: "url - URL format is incorrect or domain is not whitelisted, please check application.yml". Does anybody know what I'm doing wrong? Thank you very much! The application.yml file looks like this:---agent: name: Celonis-On-Prem-Action-Flow concurrent_executions: null id: 44962ead-5b9c-4b94-8e58-d93427c7186fcelonis: authentication: appKey: <I think I better not tell you this> teamDomain: springer-nature-productive env: eu-3 internal-proxy-config-path: null proxy-config-path: nullvault: enabled: false file: nullconnectors: http: enabled
There is a problem while connecting ebis and oracle ?
Hi all, I have been trying to use file upload method to upload the source data, however, i often find that the original event log has a lot of duplicated activities (same timestamp or near same-time timestamp) which created a lot of "noises" in the analysis, for example: Create Purchase Order 2021-01-01 01:00:00Cerate Purchase Order 2021-01-01 01:00:01 This kind of "duplicated" activities are less likely to be performed by human, would you please advise if there is a way to de-duplicate records that happened within a very short timeframe (say 1 s) with all other fields having the same value? Also, as I have been trying using different file and thus this occupy much of my data consumption, may I know is it possible to remove the file uploaded and release some capacity for other analysis? thanks in advance!
Hi, I am trying to extract ObjectId from MongoDB via python. If I extract without ObjectID, extraction is successful. But when i am adding ObjectID into extraction I have started getting an errors. Can you please give me a solution/syntax?
Where I can get the transformations jobs for APC Data Consumption Monitor? In EMS Store I can only see APP not the connector.
After TM installation and data capture (including screenshots) where can we visualize the screens? And data is hashed? Another concern is about data security. How to demonstrate to customer that data is protect and privicy is been follow?
Hi everyone, I hope I'm in right here with my question... We have Celonis 4.7.1 installed with production data, need to migrate the Potsgres databases to MS-SQL and are interested in documents on how to do the steps. Has anyone done this migration before? Regards,Daniel
Hi Team, The following problem was not solved, so when I tried using the connector for ECC, I was able to extract the data. https://www.celopeers.com/s/question/0D507000012uUWHCA2/how-to-resolve-errors-when-extract-tables-sap-connector Would you know that there is something issue with the S/4 HANA connector? Best Regards,Omachi Satoshi
Hi all, I was wondering if it is possible to create dynamic sql in transformation. I tried to use loops and define sql variables, however I didnt have any luck. I have never worked with Vertica database and seen some place that vertica has no loops, no arrays, no variables just a plain SQL database. I am not sure if thats true. Is this a limitation of a some kind? Thanks.
I want to know the status of our Partnership & Partnership certificate with Rsystems Inc.
Hi, I am currently using the Machine Learning Platform on Celonis to read a csv file using pd.read_csv which has been working perfectly until I had to update it with a new csv file. There's a weird problem where, when I read_csv the file in the Jupyter environment all the data is thrown into one column. It's even more odd because if I view the csv file directly on Excel or by opening it on another tab in Celonis Machine Learning, all the data seems to be formatted correctly into a table. So, I'm not sure why it's suddenly reading everything into one column. Thanks,Terence
Extractions - Performance issues Hello, I am extracting data from a ServiceNow system. Sometimes it's quick and sometimes it takes a long time. To the point"Final Count: Loaded..."everything is always ok, but for the last steps "Starting load incident$sys_audit to target ..."until"Extraction successful"it is very different. 2022-01-11 08:59:15 INFO Extraction successful2022-01-11 08:59:15 INFO Table incident$sys_audit loaded ..2022-01-10 21:36:52 INFO Inserting extracted data into the Data Pool (this may take a while)2022-01-10 21:36:52 INFO Starting load incident$sys_audit to target ...2022-01-10 21:34:18 INFO Final Count: Loaded 5,450,395 record(s) for table incident$sys_audit2022-01-10 21:33:53 INFO Loading 12,276 records for table incident$sys_audit... In the best case, it takes 20 minutes and in the worst case >14 hours for extraction to be successfulWhat can be the reason? How can it be fixed Thank youHeiko
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.