You are on page 1of 1

Step 1 INSTALLED AND CONFIGURED EPM 123

PATCHED EPM-.500
ODI 9 PRE-REQUISTE PATCH FOR FDMEE .520
FDMEE - .520
STEP 2: install jython
step3: install Eclipse
step4: install pydev in eclipse using http://pydev.sourceforge.net/updates/
Step5: If above thing does not work out (if u dont see pydev in windows->prefere
nces) then visit
http://sourceforge.net/projects/pydev/?source=typ_redirect
and download Jython 2.8.2
Copy and extract PyDev 2.8.2 in eclipse dropins folder
Step6: Restart eclipse and check preference (whether PyDev exists or not)
Step7: Add interpreter: Give path to Jython.jar
Step 8: Create Project-> PyDev Project
STEP 9: Check Database Connectivity
STEP 10: include sqljdbc.jar in project as external directory
STEP 11: Connection String should be as below
"jdbc:sqlserver://localhost\\MSSQLSERVER;user=sa;password=hyperion@14;SelectMeth
od=cursor;databaseName=FDM"
STEP 12:

You might also like