Could you please confirm whether we can copy the data in TEST mode to the LIVE mode,as we are going to use same collection data for both the instances ?
var col= your_data_array_from_the_collection;
for(var i = 0 ; i< col.length;i++){
var my_object = col[i];
col_your_collection.saveCallback(my_object,add_ok,add_ko);
}
function add_ok(result) {
}
function add_ko(result) {
alert("ko " + JSON.stringify(result));
}
Sabine EL RASSY
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/8e225dbe-8756-455e-adb4-7b01ac872850%40runmyprocess.com.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.
For first block , I am able to get output on Launch
When I launch the entire process by launch , it is failing with below error
2013-11-14T21:33:17+0000 - Task "GET DATA FROM TEST COLLECTION" (id: 1[0] - status: ACTIVE): The request could not be understood by the server due to malformed syntax
I have changed the first block as GET method and second as POST and continue variable at the start.
It seems some on the output variable of the first block is causing the issue.
Project name :PCN2
Process:TEST_LIVE
Please find the screenshot of the first block response on launch process
WHen i was using get anything(xml output) for the both the connectors, I am not able to make one as GET and other as POST , if i change one box, other block is changing with same method.
Hence i created a new connector for POST but no luck in copying the data.
Could you please where i was doing mistake in making the process work?
In process report,only input variables are getting displayed and while processing output variabled it seemd to be throwing error.
Sabine EL RASSY
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/8f7d0f04-cfc7-4e49-9ba7-49e1a22b6af4%40runmyprocess.com.