Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
According to the documentation multiple listeners are allowed to be configured -Β Trying to configure mdm to listen at more than 1 port results in the following error on the first defined listener with only 1 other working :HTTP ERROR 500 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'keycloakSecurityConfigurer': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.ataccama.server.http.security.keycloak.KeycloakSecurity' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}Β Am I doing something wrong?Β
According to MDC 12.7 Documentation , we are allowed to define multiple listeners in the HttpDispatcher on different ports.When I try to do that, I get the following error trying to access one of the ports (the first one defined in order top to bottom in the serverConfig) , leaving me with only 1 working listenerΒ HTTP ERROR 500 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'keycloakSecurityConfigurer': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.ataccama.server.http.security.keycloak.KeycloakSecurity' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}Is there are workaround for this?Β Β
We continue with our series -Β todayβs topic isΒ Detection rules.πΒ Get Certified with Ataccama article series#1 Adding Data Sources#2 Add a Data Source to the Catalog#3 Business TermsπΒ LETβS TEST YOUR SKILLSUsing the ONE Web App, in the ONE Data Quality module, create a Detection Rule for 'Blood Type', if the value in the input column is one of the following 4 values, then Detect Term A B AB O Β π‘Β How to do it?Β Navigate toΒ Data QualityΒ -Β Detection RulesΒ and click onΒ CreateFill inΒ NameΒ and other information if needed andΒ SaveΒ itGo to tabΒ ImplementationΒ and fill inΒ Input AttributesΒ - always make sure you follow best practices for naming conventionsΒ In the sectionΒ Rule Logic, selectΒ DetectionSwitch toΒ Advanced Expression, write a condition andΒ Test RulePublishΒ the ruleΒ Do you have any question or tips&tricks? Let us know in comments section!Β
I am doing POC to adopt ataccama, please help me out on this requirementRequirement:Previous and current run data validation.For example:what is the threshold of yesterday sales or one week back sales and todays salesΒ
Is there a best approach to have LKPs updated via a webservice so that other web services can consume the updated lkp without restarting DQS?Β I have Web Service βAβ which builds a dictionary file.Β I also have Web Service βBβ which uses the dictionary built by Web Service βAβ.I would like to run Web Service βAβ so that Web Service βBβ is able to immediately use the updated dictionary without restarting the DQS service.Β Β Β Currently when i run Web Service β Aβ IΒ get a locked file issue:26.07.2022 12:43:56 [FATAL] Β [OnlineServicesComponent][buidTestDictionary.online][buidTestDictionary][buidTestDictionary.comp] [40] Internal error occurred during run of the plan: java.nio.channels.OverlappingFileLockException[STEP Lookup Builder[Lookup Builder]]java.nio.channels.OverlappingFileLockExceptionΒ Β Β at sun.nio.ch.SharedFileLockTable.checkList(Unknown Source)Β Β Β at sun.nio.ch.SharedFileLockTable.add(Unknown Source)Β Β Β at sun.nio.ch.FileChannelImpl.tryLock(Unknown Source)Β Β Β at com.ataccama.dqc.i
Hi all-- Please find below an introductory primer for the Ataccama Expressions language, for those familiar with Excel formulae (which are deliberately very similar in structure and use to the way weβve designed the expression language)β¦Β IntroductionOverviewOne of Ataccamaβs core values when developing Ataccama ONE is to create a user experience which simplifies as far as possible the technical complexities of data manipulation and data quality, and to put as many capabilities into the hands of business and non-technical users as possible.With this philosophy in mind we have created a powerful expression language, which moves away from the complexity of development languages such as scripting/python/SQL. Despite containing powerful and extensible functionality for complex data challenges, the design of the expressions have been made as simple as possible, and can be easily learned by anyone with a familiarity in MS-Excel formulas and features.This expression language is used throughout
When you start the workflow, in the last step, emails are sent using SMTP. When executing a task, the process throws the error java.net.SocketTimeoutException: Read timed outI suspect this is due to the fact that too little time is allotted for the connection, which is why the SMTP server does not have time to return a response. Is there a configuration file somewhere in ONE desktop where you can manually set the time on timeout ?Β Β
Is there a way to ingest data from a kafka topic as a connected system in ataccama?
I am working on 12.9 at my company, where I can see the data classification ?I do not see that, please help me out if this version support.Β Thanks & regards,Mukesh
Hi,I am creating an export operation, I have anΒ entity 01, with a list of users and an entity 02 with email addresses:Entity structureΒ I need to convert this to an export file with the next structure:Β Export file layoutI would to know if there a step to help me groupingΒ the data for this purpose.Β Thanks in advance,Alejandro
It is worth immediately clarifying that I have admin rights. I create a policy and after creation there is no block for creating conditions. Are there any guesses?Β Policy Managment BlockΒ
How to changeΒ Β environment in ataccama web interface?
Will ataccama support vault model? For example on Day 1 - My name is entered as βKarthikaβ day 2 - βKarβ Day 3 corrected as βKarthikaβ.Β
I did full profiling for data catalogΒ and it finished successfully, but βErrorβ occured after when we want to see data.Β Where there may not be access for source/table?
How toΒ Check whether the target column has only DATE values or not.?
In the second article of Get certified with Ataccama series, we will focus onΒ Adding a Data Source to the Catalog.Β π First article of the series - #1 Adding Data SourcesΒ πΒ LETβS TEST YOUR SKILLSUsing the ONE Web App, in the ONE Knowledge Catalog module, add your database as a data source. Using the ONE Web App, in the ONE Knowledge Catalog module, add the table you created in ONE Desktop application to the Catalog Items.Β π‘Β How to do it?Β Go to ONE Web App - Data Catalog -Β SourcesΒ and click onΒ CreateFill inΒ NameΒ and Description (if needed)Fill in Connection details -Β Select connection type,Β NameΒ andΒ JDBCAdd Credentials, selectΒ Credential type,Β fill in required information andΒ Test ConnectionSave and publishNavigate toΒ ConnectionsΒ in and click onΒ BrowseSelect your tableFrom Profile menu selectΒ ProfileAfter the profiling is done, check that your table is in the Catalog items listΒ Do you have any question or tips&tricks? Let us know in comments section!Β
Has anyone successfully connected to Salesforce environments (prod/test/dev etc.) thru One Desktop (13.7.1).Β Thanks
We are having a difficult time connecting a MS SQL database to Ataccama
What makes manual data quality so hard to scale in large organization? Is there a step by step approach to automating data quality? Why is an automated DQM system the future of enterprise data quality?You can find an answer to all these questions (and many more!) in our latest whitepaper.π Download it here
My organization runs McAfee antivirus.Β Iβve just tried out the DQ Analyzer 11 tool and really like it, but it takes forever to start up or perform any actions.Β Just starting up, the antivirus pegs 1 CPU for about 30 minutes before the application starts.Β And then various actions like starting a new profile or clicking a menu item will also be delayed by several minutes at least.Weβve tried excluding the install directory, but it hasnβt helped.Β Any ideas?Β Has anyone else run into this issue before, and how did you solve it?Β
This is needed when a user would like to go directly to the platform and skip the βlogin with Azure AD SSO or OKTAβ page. This can be turned on (or off) by following the below directions: Login to the Keycloak Administration Console Ensure the Ataccamaone Realm is selected In the left-hand-menu, Click on Authentication Under Flows select BrowserΒ On the Identity Provider Redirector line, click on Actions and select Config a.Β If you would like to disable (turn off) the auto login - we can select the βdisabledβ radio button on the Identity provider redirector line Enter the name of the Identity provider, e.g. saml, in both the Alias and Default Identity Provider boxes Select Save
Hi,I am wondering to know if is good idea:use MDC Reader step for delta export operations where we need to complement data from entities ofΒ other layerΒ Β Β oradd another Data SourcesΒ with full mode of this other entity, then useΒ aΒ Join step to get the information required.Β Β Both are feasible, not sure what isΒ better talking about batch processing, performance, etc.
Hello Ataccama gurus---Β Has anyone here integrated with OneTrust before? Itβs something thatβs come up at 2-3 potential projects at different customers recently, and Iβm curious of any previous experience people may have nad, or not with this? (What type of data would be kept at each side, methods of synchronisation (assuming API & metadata readers/writers. Any re-usable components available?)Cheers!Β
Can we create custom check on data as per our need and get stats out of it ??for example.. I want to check whether colA has values between list [βAβ,βABβ,βOβ,βBβ] and stats about the values that are present in data.
I was thinking that this should be possible with a hack to the postgreSQL jdbc configuration using the redshift jdbc driver. Does anyone know if this is possible or if there is another avenue?Edit: I found the connection after the install and properly configured the Redshift driver and connection settings.
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.