Re: Error While creating a rule for trimming spaces
Hi NIels, Thanks a lot for your reply. Regards,DJ
View ArticleUnion or Merge in Information Steward
Hello everyone, We are looking to profile data in tables spread across 24 different instances. We need to do perform basic profiling across the entire set of data and am looking to do a union of the...
View ArticleRe: Union or Merge in Information Steward
Hello Chaitanya, This is not possible in IS. You need to do union at database level or merge tables using data services.
View ArticleRe: Deleting an entire IS project
Hi Raja, If you delete Project from CMC, project along with associated (i mean imported) Tables, Views, Profiles Results, Tasks, Private Rules (Rules specific to project), Scorecards, Task schedules...
View ArticleRe: Not able to see rule which I created!!!!!
can you attache the print screen, maybe you are referring to a wrong tabulator in IS..
View ArticleInformation Steward Email Validation
Hi Gurus, I am trying to validate an email as below in the rule and getting the below error: "Data Services execution failed for [-Knproftsid0, -Knprofrnid-1, -Knprofprid-1, -Knprofsrun0, -Knprofprll,...
View ArticleRe: Information Steward Email Validation
I would use the match_regexp function. In SCN there is an article from Ina Felsheim where you can find an example. Found it easily by using Google with search terms '"Information Steward" email...
View ArticleRe: Information Steward Email Validation
Hi All, I got the solution: BEGINIF(match_regex($email, '[a-zA-Z0-9_\-]+@([a-zA-Z0-9_\-]+\.)+(com|org|edu|nz|au)', null)) RETURN TRUE;ELSE RETURN FALSE;END Now it is working fine. Thanks Niels for your...
View ArticleRe: Connection Error: error: Unexpected end of file after null (ADM-10008)
Note 2003631 did not solve my problem. I already have IPS 4.1 SP4 (Version 14.1.4.1327) installed and the same error occurs while testing the connection to SAP system. But if you are sure that it...
View ArticleRe: Connection Error: error: Unexpected end of file after null (ADM-10008)
Hi Daniel, are you able to view the data from the kna1 from the table without using a view?If so the error might be caused due to differences in your metadata e.g. your view only supports the standard...
View ArticleRe: The return statement is expected to return a conditional value: found...
Hi Deepak, First of all, the validation Rule in Information Steward - Data Insight module is, to validate the data, so based on what you want to validate, put this logic in the from of code, then...
View ArticleRe: Connection Error: error: Unexpected end of file after null (ADM-10008)
Hi Daniel, Especially when we upgrade the application we are getting more issues, this i observed so many times and no root cause for this. If we go with fresh installation, the whole environment is...
View ArticleRe: Connection Error: error: Unexpected end of file after null (ADM-10008)
Hi Eduard, yes I am able to view data from KNA1 only. Same for table KNVP. Only the view doesn't work. ST22 told me: The ABAP program lines are wider than the internal table. The internal table...
View ArticleRe: Connection Error: error: Unexpected end of file after null (ADM-10008)
Hi Daniel, so as expected, the table in your metadata and the table from your connection does not look equal.If you check your metadata your table should show 72 columns whereas the table in your ecc...
View Articleconfiguration cannot be deleted, associated tasks are running
Hey folks, as the topic says I'm trying to delete a match review configuration but I can't.The error message says, that there are still associated tasks running and prevents me to delete the...
View ArticleRe: configuration cannot be deleted, associated tasks are running
Just as some further information, I tried deleting the configuration in the cmc as well as the IS configuration. The error pops up in both cmc and IS. I'd be grateful for ideas.Maybe someone knows how...
View ArticleMetapedia import error
Hello there, We are using Information steward version 4.2. We exported an existing metapedia into an xls file.We added some new categories and terms in the same xls file.When we import this file again...
View ArticleUnable to View More Failed Data in IS
Hi Experts, We have successfully created Validation Rules in Information Steward Data Insight module and bind with Table columns. The Rule task was alsosuccessfully completed. But when we try to view...
View ArticleRe: Metapedia import error
Hi Magesh, Two questions 1.Where the log file mentioned in the error located?<X>/Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\logging 2.What would be the reason...
View Article