Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Invoke server side javascript with node.js

Chris McKinnonJun 4 2015 — edited Jun 4 2015

Hi,

I'm using OBIEE 11.1.1.7 and I'm trying to invoke a server-side JavaScript as part of an agent. The trick is I'm using a node.js module in the script. When I run it from the command line the script runs fine, but when running it from OBIEE, I get an error on the line where I declare the variable and set the 'require' statement:

[nQSError: 66013] [Line:29 Column:1]

Object expected

This is line 29 of my code:

var nodemailer = require('nodemailer');

Is there any way I can get this to recognize the node.js component so that I can run the script from OBIEE?

Thanks,

Chris

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details