Rinku Saha wrote:
> Hi

Hello,

>   I needed some help with Rshell and Rserv.I will appreciate all the help.

I'm not sure what help you want.

Have you got the Rshell plugin from Twente installed correctly?

You need to check that your Rserve is configured so that it allows 
external connections.  The documentation for Rserve should describe 
where the configuration file is.  That file probably needs to include:

remote enable

If you do not put that line in then Rserve will not allow remote access.

It is also a good idea to specify that Rserve requires authorization and 
where the passwords file is, for example:

pwdfile somehere/my_passwords
auth required

You should also note what machine and port Rserve is running on.

Inside Taverna, when you add the new R service to a workflow, you can 
configure the service by r-clicking on the service in the workflow model 
explorer.  You will probably need to specify the connection settings, 
which is the fourth tab along.  In there you specify the machine, port, 
username and password to access the Rserve.  (I'd generally avoid 
ticking the "keep session alive" box.)

> Best Regards
> Rinku

Alan

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
taverna-users mailing list
[email protected]
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/

Reply via email to