Discuss, learn, ask, suggest, share all things MDM and RDM π
Recently active
Hi Team,When trying to login in ataccama web URL, receiving below error:Could you please help me here?As all compeonts like DB, leyloack, MDM server, MDM are up and running successfuly.-----------------------------------------------------------Error in MDM server ------------------------------------------------------------------WARNING: An illegal reflective access operation has occurredWARNING: Illegal reflective access by retrofit2.Platform (file:/D:/Ataccama/mdm/lib/retrofit-2.9.0.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)WARNING: Please consider reporting this to the maintainers of retrofit2.PlatformWARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operationsWARNING: All illegal access operations will be denied in a future release2023-08-07 15:26:23,797 β[34mINFO β[0;39m [][][restartedMain] β[36mn.r.s.b.l.a.LogbackAccessContext:149β[0;39m - Configured the Logback-access: context=[default], config=[classpat
Howdy all!I said in another post today that it was going to be short. It turned a little longer than I expected. This one might be a little shorter.Question: How do I find the XML that makes up my β.onlineβ files for Enrichments?Steps:Start all your services, and ensure you have deployed your Configuration in the Admin consol (localhost:8060/admin) Go to localhost:8061 Under Server, select Applications Click on the Application β.onlineβ file you are wanting to see the XML for Click the service you want to view the XML for in the next screen Then select the link for the XML SchemaThe data in here can help to find errors in the setup of the service!Β Enjoy!Jason R.S.
Hi All,Receving below error when trying to login in ataccama URL:Β Need help on this?Β WARNING: An illegal reflective access operation has occurredWARNING: Illegal reflective access by retrofit2.Platform (file:/D:/Ataccama/mdm/lib/retrofit-2.9.0.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)WARNING: Please consider reporting this to the maintainers of retrofit2.PlatformWARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operationsWARNING: All illegal access operations will be denied in a future release2023-08-07 15:26:23,797 β[34mINFO β[0;39m [][][restartedMain] β[36mn.r.s.b.l.a.LogbackAccessContext:149β[0;39m - Configured the Logback-access: context=[default], config=[classpath:logback-access.xml]2023-08-07 15:26:25,274 β[34mINFO β[0;39m [][][restartedMain] β[36mc.a.l.s.s.e.KeyProvidersSpringBootAutoConfiguration:41β[0;39m - messageId=createDefaultKeyProvider encryption=INTERNAL, reason=the 'internal.encryption.keyst
Hi All,Require quick help on ataccama IDE, I am not able to see .metadata folder in IDE. What is issue here?Please find attached screen shot ?Please help me here?Β
The EXTRA_DATA error/warning was a thorn in my side for the last couple of days. I added a column to a dataset I was loading to a model from a Text File Reader, and I could not figure out for the life of me what I was doing different from before the column add. It turned out, where I was trying to unselect data was too early.Problem: Suppose you are bringing in a delimited file to use in a Text File Reader that has an extra field at the beginning, which you don't want to have in your output. Finding the correct place to disable this data can difficult. If you disable it before your Text File Reader, or simply don't bring it into your Text File Reader, then you run the risk of getting an error or warning that states EXTRA_DATA for every row you try to bring in, as seen below.I have seen the EXTRA_DATA error in 3 scenariosDeselecting the βUseβΒ box in the Metadata definition on columns you donβt want. Selecting all columns in the Metadata definition, but not bringing the column into your
Hi,Β Β How do I present a selection of values in a drop-down in the RDM create/edit screens.E.g. I have an entity called Door with a column called state that can have a value of either Open or Closed. Can this be presented as a drop down to a user?baz
Dear Community,I require your assistance with a specific scenario in RDM (Record Data Management).We have a table in RDM that allows users to create, edit, and delete records, which are synchronized back to the database. This table contains a primary key ID column. During the creation of a new record, the user provides the Primary key value. However, the challenge we face is that this primary key column should not be editable afterward to maintain its uniqueness as a key.We attempted to restrict column-level permissions, but this resulted in the Primary key column not being visible even during the creation of a new record.I would appreciate your guidance on this matter.Thanks very much.Ojaswini
Receiving error when trying to start ataccama server:Β Description:Parameter 1 of constructor in com.ataccama.mdm.core.SpringServerConfig required a bean of type 'com.ataccama.dqc.server.config.ServerConfigImpl$IServerConfigConfigBeanProvider' that could not be found.Action:Consider defining a bean of type 'com.ataccama.dqc.server.config.ServerConfigImpl$IServerConfigConfigBeanProvider' in your configuration.Β Need help on this please?Β Β
Let me start with the fact that I am new to developing Ataccama RDM (as in a couple months into development/learning).Problem statement: I am working on a project for creating new RD in the RDM module, andΒ came across an instance where I needed an EnrichmentΒ that could not only fill in a field in the request, but could also delete the data in that field. I attempted many different methods, and could not get it to work, as having the field blank it would be considered a null value. After looking through the XML for the enrichment, I found that the column I was trying to set to null was set up in such a manner as to not allow null values (which appears to be the default in Ataccama RDM).Solution: When creating anΒ EnrichmentΒ there is anΒ .onlineΒ file that is created for deployment in the online application services. In this file, there is a setting forΒ Strategy. The default forΒ StrategyΒ βΒ Output Format βΒ Root SectionΒ for each column is set toΒ Optional Element,Β which does not allow null/bla
In RDM web app, I see State column as waiting for confirmation as its not getting published due to data error.I am manually deleting record one by one by going to Problems section in web app.Can it be deleted in bulk and please tell me the procedure.
How to add a new table by uploading a excel file data in RDM web application which is already having a list of existingΒ tables.Also, could you please help how to add a new business user in RDM web app via keycloak who will have access to RDM tables to edit records.@CansuΒ please help
Hi everyone!Today, weβll be sharingΒ a tutorial and guide onΒ how to configure "reporting metadata structure" and "bulk import" to the Ataccama ONE Gen2 metadata solution using two different methods. This is workshop is targeted for advanced users.Hear from Ataccama's VP of Platform Strategy, Marek Ovcacek, as he goes over what it means to explore lesser-known but very powerful functionalities of the Ataccama software and teaches users how to best integrate them to create their own custom solutions.Β *Ataccama platform and functions featured here are reflecting the time the video was published.Please donβt hesitate to let us know if you have any questions in the comments below π
HiΒ community,Here is the second part of our webinar series onΒ Metadata Model Configuration for DG&DQ!Β If you have missed the first session you can find it here:During this episode, we will cover the following:Adjusting screen layout Creating custom entities and their instances Deriving new values from metadataAny questions? Comments?Β Let us knowΒ π
Hello everyone,I hope you have been finding our Data Governance and Data Quality introduction series practical and useful for your day-to-day work on the Ataccama platform! We are still in the midst of the Data Quality series but wanted to take a quick break to share step-by-step guidelines on Metadata Model Configuration for DG&DQ.Our expert consultant will lead this two-part webinar recording, which delves slightly deeper into the topic than our regular introduction series.This session marks the beginning of a series aimed at providing a better understanding of the metadata model-driven Data Catalog & DQ at the core of Ataccama ONE.During this episode, we will cover the following:Navigating Model concepts and default model overview Extending default entities Model-based advanced queries (AQL) and custom filters*Ataccama platform and functions featured here are reflecting the time the video was published. Stay tuned for the next episode and please donβt hesitate to let us know
Can Ataccama connect tot SQL Server Analysis Server?
Getting the above error when I tried to run a comp which uploads the terms from excel workbook to ataccama. Please help! @anna.spakovaΒ Β
Global runtime configuration (GRC) is the answer to the following questions:How to upload DQ results from my monitoring project into a database/other data source instead of CSV file? How to send my DQ results into PowerBIΒ to create some nice reports?Β How to connect to my data source from a VCI if this data source is not supported from the Catalog?These threeΒ questions are the most frequent use cases for using the Global runtime configuration. It allows us to define additional connections to databases, servers (e.g. MiniO or S3), APIs etc. and perform different kinds of operations with it - like save our DQ results in a post-processing component to a database or upload data from additional data sources using the VCI (Virtual Catalog Item).How to create a Global runtime configurationThe GRC is attached as a parameterΒ plugin.dqc-support.ataccama.one.dqc.runtime-config.default in the DPM application.properties (or using the Configuration Service). What is very important, the GRC is an XML
If you just configured the integration between Manta and Ataccama and have no experience using it, hereβs your guide to getting started.Β Integrating Data SourcesΒ First, youβll want to turn on the integration for the Data Sources in your Ataccama Knowledge Catalog.If you are creating a new data source in ONE, simply mark the checkbox Enable Manta Integration in the Connection details. This will automatically propagate the new source to Manta. If you want to integrate an existing source in ONE, go to Source >> Connection >> Edit and mark the Enable Manta Integration checkbox and Save.Β To confirm that the ConnectionΒ is successfully propagated to Manta, check that it appears in the Manta Admin UI (Connections >> Databases).Β You might have some data sources connected directly to Manta - itβs fine to keep them alongside the ones propagated from Ataccama. Note that when you trigger Calculate Lineage from the Ataccama ONE app, the Manta workflow will execute lineage revision
I(Using admin creds)Β have assignedΒ a user the role of βRDM-Work_DataEntryβΒ from Keycloak for being able to make an entry on RDM Web app. But he is not able to see any Table or View details on the web app, Can anyone help me with the mistake i might be committing. Which role should be assigned for the purpose of being able to add/remove/delete/edit entries on RDM tables on Web App/UI?Also, Where can i find the descriptions for all the roles that are available on the Keycloak to be assigned?
I loaded a configuration with a new table to my organisations DEV PaaSΒ environment and it dropped the existing tables in DEV. How do I rollback this transaction?Β Any help would be greatly appreciated
Hello community,Iβm working on an RDM project which has the OnPublish implementation. However, I am encountering an error wheneverΒ I try to publish a record. The error message from the Action History states:The response message was:null and response error was 'errorMsg:Cannot get credentials for request.'I have checked all the database connections and the connectionΒ to the RDM web application on the runtime server, and there does not seem to be any issue in that regard.Is anyone familiar with this error and could provide assistance? Thank you in advance.
Hi All,I am looking for the documentation around available Out of the box APIs in Ataccama which can be exposed to extract data out of RDM tables. Are there any available documentation or APIs provided by Ataccama to expose the reference data tables out of RDM via APIs.Looking forward for any directions here.Thanks,Chetan
Hi,Β Β Is it possible to stop someone Publishing a row if they are the ones who βMoved it to Publishβ?Β A team want the ability for all its members to create, edit and publish but restrict an individual team member from publishing a row they create or edit. Those rows would need to be published by another team member.Β Β
When you use in ONE Desktop application theΒ project synchronization with Git, you can in some cases meet with the error βThe model project is not licensed for use on this machineβ, followed by warning βProject signature is invalidβ.At first glance, it seems there must be an issue with the license. However, mostly it is not the case, and the issue is relatedΒ to Windows line endings, as Eclipse utilizes Unix syntax line endings.How to resolve this?Follow the steps below:In ONE Desktop select your project name (asΒ an example further we use the projectΒ Reference Data Manager - Banking example), and click in the top menu panel to choose:File =>Β Convert Line Delimiters To => Unix. Β Uncheck Show only text filesΒ option and click Deselect All. Β Open .metadataΒ folder in the "Select files to convert" menu, select meta.mmdΒ and manifest.xmlΒ files. Β Click on the small arrow next to the .metadata folder to display contents, and click on the checkbox beside the libsΒ folder to select all
Hello, communityI want to implement an RDM solution where we periodically load the data from a database and import them to RDM in the published state. Each load could contain new and updated records.So I set the RDM Importer step to load data to CONFIRM stateΒ in the INCREMENTALΒ fashion (which as description state: new records are imported, existing records not present in the input file are untouched, matched records are updated).However, I encountered an error indicating the βKeyβ is already exist when execute the plan.Could anyone help me on this please? Iβm not sure the incremental option only works for loading to EDIT state or do I need to setup anything additionally in the column section.Thank you in advance
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.