community
Q&A
All Questions
Ask a Question
Search by tag
Toggle navigation
community
Q&A
All Questions
Ask a Question
Search by tag
KB
Overview
Best Practices
Combining Data
Common Errors
Custom Elements
Data Sources
ITPilot
Installation & Updates
Northbound Connections
Operation
Performance & Optimization
Publishing
Scheduler
Security
VQL
USER MANUALS
Denodo Platform 8.0
Denodo Platform 7.0
Denodo Platform 6.0
Older Versions
VIDEOS
Featured
Data Combination
Data Services
Operation and Source Connectivity
Updates
Cloud
Solution Manager
TUTORIALS
Overview
Data Virtualization Basics
Data Services
Big Data
Agile BI
Web Automation
Workload Management
Data Discovery
Custom Components
EXPRESS
DRIVERS
Overview
JDBC
ODBC
FREE TRIAL
REGISTER
SIGN IN
Home
/
Q&A
/
Error Deploying Wrapper because of "regexp_like" in condition
The original question and answers are in English. You are viewing a machine translation.
Click here to back to the original.
You can translate the question and the replies:
×
Tag too long
Error Deploying Wrapper because of "regexp_like" in condition
I am having an issue deploying a wrapper that contains "regexp_like" in a condition for determining if each record that is iterated contains a firstname in the name column that is the same as entered at start. The "contains" function does not work as it will break out of the loop on the first record found without the first name found. Here is the condition : " Iterator_1_output.name regexp_like (Start_1_output.FirstName) " Here is the error message when attempting to deploy: "An error was found while performing the operation: required custom functions were not found. If you are using Denodo4E for debugging custom functions you will previously need to deploy them into the WGT."
regexp_like
ITPilot
VDP
deploy
User
25-03-2015 15:00:57 -0400
1 Answer
Hi! The error is not related to the regexp_like function. In the wrapper you have a custom function that needs to be included in the deploy process. To be sure, check if you are using any custom function in some wrapper component. Best!
Denodo Team
26-03-2015 06:26:41 -0400
ADD ANSWER
You must
sign in
to add an answer. If you do not have an account, you can
register here