RegEx [ \
I am playing/learning with regular expressions in a rule. Currently I am looking at how to handle escapable characters.On the surface it looks easy, simply escape the following with a backslash: * ? +...
View ArticleRe: RegEx [ \
Hi Simone I have also had issues when trying to search for data with [ or ] and found the following to work:DECLARE BEGIN RETURN NOT match_regex($parameter0, '.*\x5b.*', NULL)AND NOT...
View ArticleRe: RegEx [ \
Danie, Thanks a lot, that works perfectly ... and seems to solve a few other glitches I'd been seeing.
View Article\p{UNICODE PROPERTY NAME}
Seeing this function I got all excited.... but now realise how little I know about unicode! I've been trying to find a map of Unicode chars and their corresponding property names. Best I have got so...
View ArticleRe: Not able to run profile tasks
Hi Bhagyashri, Are you able to select the table and view the data before proceeding for column profiling? As per the log, the job engine is trying to create a table in SRC_ETCS schema and the user...
View ArticleRe: Information Steward 4.2 SP2 Windows Support
DC, The PAM document reflects what is supported by IS 4.2 SP2. In the PAM document the base operating system mentioned in the top row like "Server 2008 R2 x64" is further qualified by the row below it....
View ArticleRe: Information Steward 4.2 SP2 Windows Support
OK, I appreciate the clarification. I saw the header "64-bit SAP Information Steward Server Products" and it looked to be referring to the items to the right, but that didn't make sense with the rest...
View ArticleRe: BOE Integrator - Unable to Collect Universe Connection Metadata
Hi Jawahar, The BOE Client tools versions should be same as BIP version (not the IPS version). in your case, you have to install 4.0 SP5 version Client tools in sever where you installed IS....
View ArticleError while accessing Oracle DB through IS
Hi All, I am facing an issue while accessing any of the database in Oracle. It has successfully created the connection in IS but it throws SQL Syntax error when I try to access that. Can anybody help...
View ArticleRe: Error while accessing Oracle DB through IS
The problem is with the order by clause where it accessing able_name instead of table_name. Is this a bug from SAP?
View ArticleIS - XML validation error for file task.xml. (COR-10142)
Hi, I am facing an issue while running column profile task on a text file. Version of BODS components below: IPS: IPS 4.1 SP2DS: DS 4.2 SP1IS: IS 4.2 SP1(14.2.1.220) All the above components are...
View ArticleRe: BOE Integrator - Unable to Collect Universe Connection Metadata
Thanks Ramakrishna for your help. I also need to install remote server to integrate the BI platform.Now my problem is solved. Lessons learned.
View ArticleJunk Character in Failed data
Dear Team, We have decimal data( weight ) stored in our oracle database. The data is displaying correct values when we run the rules in Information steward.But it is showing junk character (NaN) in...
View ArticleRe: Junk Character in Failed data
Hi Siva, Which code page you are currently using, make the code page to default and then check. IT should work. Thanks,Ramakrishna Kamurthy
View ArticleRe: IS - XML validation error for file task.xml. (COR-10142)
Hi Lokesh, Check the KBA 1931128 which may help you to resolve your issue. Thanks,Ramakrishna Kamurthy
View ArticleRe: Error while accessing Oracle DB through IS
Hi Ansari, May i know which version of IS you are using. It would be good if you can provide the complete platform details. Thanks,Ramakrishna Kamurthy
View ArticleRe: IS - Views Are Disappearing
Hi Abdullah, Which version of IS you are using? Thanks,Ramakrishna Kamurthy
View ArticleRe: Junk Character in Failed data
Hello Ramakrishna, Thank you verymuch for the quick response. Intially we have created the connection with the codepage value as default only. At that time also we faced this issue. In source the...
View ArticleRe: Junk Character in Failed data
Hi Siva, Have you checked in database level i.e., the database you configured in CMC as Rules Failed Data Database. Also check the default code page of the database too. Thanks,Ramakrishna Kamurthy
View ArticleRe: IS - Views Are Disappearing
IS 4.2 the newest version. In CMC I can't find an option that is specific for views, I can view connections,tables, and rules. I can create Views, however I can't see them after creating them because...
View Article