Question

INCLUDE -- failed to evaluate Python script `def ParamFunc(): import cx_oracle schema any one faced this problem? please share Ideas to fix it.


INCLUDE -- failed to evaluate Python script `def ParamFunc(): import cx_oracle schema

 

any one faced this problem?

 

please share Ideas to fix it.


4 replies

Userlevel 4

Can you post all your Python code, while taking care to preseve the formatting (there's a special formatting button "</>" that will let you insert fixed-width text).

import cx_oracle

 

schema = 'CN_DATA'

 

con = cx_oracle.connect

.

.

.

like this it is

Do i need to download cx_oracle module some way and upload it to FME Server?

Userlevel 4

Do i need to download cx_oracle module some way and upload it to FME Server?

Yes you probably do. As answered here: https://community.safe.com/s/question/0D74Q0000081J96/detail?s1oid=00D30000000ePES&s1nid=0DB0c000000Gmzx&emkind=chatterCommentNotification&s1uid=0054Q00000Ewmvr&emtm=1620200724488&fromEmail=1&s1ext=0

Reply