product-ei | open source , a high-performance hybrid integration platform | Microservice library
kandi X-RAY | product-ei Summary
kandi X-RAY | product-ei Summary
WSO2 Enterprise Integrator is an open source, fast, cloud native and scalable integration solution that is the core of WSO2 Integration Agile Platform. It enables enterprise integration developers to build sophisticated integration solutions to achieve digital agility. As a mature integration product since 2005, (branded as WSO2 ESB at the time), it continues to be the most sophisticated and extensible open source enterprise integration solution available. Actively maintained, with commercial support from WSO2 Inc, WSO2 Enterprise Integrator is widely used in production at companies around the globe starting from startups to fortune 500 companies in the fields of government, healthcare, banking, education, communication, etc. Installation | Documentation | Mailing Lists | Blog | Support | Nightly Builds.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Starts a session .
- Get the configuration settings .
- Create SQL tables .
- Handle the given callbacks .
- Start the test server
- Dump the work .
- Starts carbon server using carbon home .
- Gets the date vs process variance .
- Perform the action .
- Gets the date vs task instance count .
product-ei Key Features
product-ei Examples and Code Snippets
Community Discussions
Trending Discussions on product-ei
QUESTION
Running WSO2 Enterprise Integrator 6.5.0. on RHEL 7. We are in the proces of building flows to read files from an sftp server. But setting up the sftp connection towards a Windows SFTP server fails. We can access this Windows SFTP server correctly with Windows clients like FileZilla/WinSCP.
With netstat we see a connection is build towards the Windows SFTP server but the flow isn't moving - no files are being read. On the point of stopping the server the error as shown below is printed in the wso2carbon.log.
When setting up the connection towards a Linux sftp server ( Plain RHEL 7 box with SSHD ) we don't face any issues. We have the matching private key place under .ssh/id_rsa in the home dir of the user running WSO2 EI.
Searching for the error message ( see snippet below ) we should get it resolved by adding the transport.vfs.AvoidPermissionCheck=true parameter to the VFS URL but unfortunately this doesn't solve our issue.
This is the VFS URL we are using.
sftp://SFTPUSER@SERVER.ACMECORP.ORG/inputdir?transport.vfs.AvoidPermissionCheck=true;vfs.passive=true
Is this a configuration that should work and are we missing a configuration option? Or is this a bug in the WSO2 software?
These URL's mention the issue we are facing.
VFS2 Error cannot delete file and could not get the groups id of the current user (error code: -1)
...ANSWER
Answered 2019-Dec-30 at 09:40Got this resolved with support from WSO2.
The correct VFS url to use is.
sftp://SFTPUSER@SERVER.ACMECORP.ORG/inputdir?transport.vfs.AvoidPermissionCheck=true&vfs.passive=true So a '&' seperator instead of a ';'.
The documentation of WSO2 just is very fuzzy about the correct syntax to use. They give different examples across their documentation.
https://docs.wso2.com/display/EI650/VFS+Transport
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install product-ei
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page