I would like to use an external tool to extract data and store it a csv or another database. I'm not looking for report generation.
Main Topics
Browse All TopicsWhat kind of tools (including open source) can be used to extract/export data from JD Edwards into .csv or another database like mySQL.
Also what are the challenges that one needs to be aware off.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
What platform is JDE on in your environment? I'm assuming that since you're having trouble connecting to it, that it's on an AS/400.
If it's on an AS/400 (iSeries) then you can just connect via ODBC or OLEDB and do what you need via SQL Server, MS Access, Excel, etc.
The native data providers are included in iSeries Access or the Universal DB2 disks. You can also get free ones from Microsoft for SQL Server Enterprise Edition 2008 or for Standard 2005, I think.
You can also FTP and just get the data or use a JDBC driver and connect via java.
There are lot of good data connect drivers out there, but none that are free except for Microsoft's, that I know of. However, if you have Client Access (iSeries Access), etc. The ODBC drivers are included there and can do an advanced install and select to install only the ODBC data connection drivers. Most AS/400's have the iSeries Access disks loaded on the NTFS file share on the 400. just do a //iSeriesName to navigate Windows Explorer to the iSeries. (if the NTFS file system is not turned on on the iSeries, have someone start the TCP job to turn it on.)
Hope that helps send you in the right direction.
The only other thing you'll have to deal with is converting CCSID and also converting dates from JDE's julian format to gregorian. I have a number of SQL statements and functions to help with that, if you need them.
Let me know if you need more help.
Business Accounts
Answer for Membership
by: tbsgadiPosted on 2009-05-19 at 04:15:40ID: 24420569
Hi,
1. You can set the output of a JDEdwards report to be CSV.
2. Depending on the version you can export to XML which afterwards you would be able to import into any database.
Gary