Re: applicationId used in createExperiment?

2014-11-19 Thread K Yoshimoto
In looking through the outputs, I noticed that in the task list, applicationId is set correctly, but in the top level of the experiment structure, applicationId was actually module Id. I updated experiment to have applicationId. Now, I get an internal server error. john@anya:/media/scigap/scig

Re: applicationId used in createExperiment?

2014-11-19 Thread K Yoshimoto
Outputs are inline below. I think I need to somehow specify the execution type in one of the steps. Not sure which step that is... On Wed, Nov 19, 2014 at 12:51:05PM -0500, Lahiru Gunathilake wrote: > Hi Kennath, > > Yes you have to give the application interface Id when you create > Experime

Re: applicationId used in createExperiment?

2014-11-19 Thread Chathuri Wimalasena
Hi Kenneth, You need to provide application id when you create the experiment. When you register application Interface, you will get a application interface id in return. That's the application ID that you should set when you creating the experiment. You do not need to set execution type. Unless y

Re: applicationId used in createExperiment?

2014-11-19 Thread Lahiru Gunathilake
Hi Kennath, Yes you have to give the application interface Id when you create Experiment. During registration registerApplicationInterface will return the Id. but if you have already registered and you don't have it you have to get all the Applications and find which Application Id you need by com

Re: applicationId used in createExperiment?

2014-11-19 Thread K Yoshimoto
Any thoughts on correctly setting execution type? Does anyone want more detailed output? Kenneth On Wed, Nov 12, 2014 at 03:36:01PM -0800, K Yoshimoto wrote: > > I've been playing with the Python API. I can registerApplicationDeployment > registerApplicationInterface, registerApplicationModule

applicationId used in createExperiment?

2014-11-12 Thread K Yoshimoto
I've been playing with the Python API. I can registerApplicationDeployment registerApplicationInterface, registerApplicationModule. I am trying to createExperiment, but when I launch, I either get an internal error on the server side, or it complains that it can't figure out application type, U