Or leave us a private message
Ingen lignende emner blev fundet.

+1
Besvaret
When "Delete Record" set doesn't have index what it is going to delete while debugging ??
Delete Record input doesn't have index.
but when I debug It is showing the message as success so here actually what is deleting by the Delete Record ??
At least when I debug it should show some message as record set doesn't exist.
but when I debug It is showing the message as success so here actually what is deleting by the Delete Record ??
At least when I debug it should show some message as record set doesn't exist.

Svar
Gandalf
11 år siden
Hi Murali
If the recordset is being used as an Input and does not have an index specified [[rec().set]], then it will use the last record.
If the recordset is being used as an Output and does not have an index specified [[rec().set]], then it will add a new record.
So in your example above, the last record in the recordset was deleted. The debug output should show you the record number.
There is a Warewolf Language Help button at the top of the studio:

It has more detail on how the language works.
If the recordset is being used as an Input and does not have an index specified [[rec().set]], then it will use the last record.
If the recordset is being used as an Output and does not have an index specified [[rec().set]], then it will add a new record.
So in your example above, the last record in the recordset was deleted. The debug output should show you the record number.
There is a Warewolf Language Help button at the top of the studio:

It has more detail on how the language works.

0
Færdig
Studio needs to restart, if debugging with special character in Result field
- Create a workflow with "Data merge"
- Assign [[a]] = warewolf
- and [[b]] = rocks the world
- Data Merge Input [[a]] and merge type "none"
- Input [[b]] and merge type "none"
- Result as "[[#$%#]]" (Special characters)
System is unable to execute the flow and then I have to close and reopen the workflow to continue

Svar
Gandalf
11 år siden
Hi Murali
Thanks for such a well documented bug! We really appreciate it.
This has been fixed now.
Thanks again.
Thanks for such a well documented bug! We really appreciate it.
This has been fixed now.
Thanks again.

0
Færdig
Email tool is always sending an email from "first email address" only, after change and test with "Second email address" while editing.
1.Create a Workflow
2.Bring email tool into workflow from Tool Box
3.Change the username (Email address one)
4.Enter Email password
5.Click on test connection (Connection is successfull)
6.save Email source
6.Run the workflow
Result - Observe Email is sending from (Email address one) which is correct
And next
1.Click on edit email source
2.Change the username (Email address two)
3.Enter the password
5.Click on test connection (Connection successfull)
6.Save the Email source
7.Run the work flow
Result - Observe Email is still sending from (Email address one) which is incorrect
2.Bring email tool into workflow from Tool Box
3.Change the username (Email address one)
4.Enter Email password
5.Click on test connection (Connection is successfull)
6.save Email source
6.Run the workflow
Result - Observe Email is sending from (Email address one) which is correct
And next
1.Click on edit email source
2.Change the username (Email address two)
3.Enter the password
5.Click on test connection (Connection successfull)
6.Save the Email source
7.Run the work flow
Result - Observe Email is still sending from (Email address one) which is incorrect

Svar
Gandalf
11 år siden
Thanks, this should be fixed, plus we did the large view for the tool with a whole lot more functionality. Check out the latest version.

0
Fast
"Expand All" button on the work space is not functioning properly when I have two or more tabs
1.Open new workflow
2.Open a service from explorer and click on expand all (It wil expand)
3.Open another workflow without closing first workflow
4.From tabs go back to previous workflow
5.Click on "Expand all" (It will not work)
2.Open a service from explorer and click on expand all (It wil expand)
3.Open another workflow without closing first workflow
4.From tabs go back to previous workflow
5.Click on "Expand all" (It will not work)

Svar
Gandalf
10 år siden
Thanks Murali.
How do you find all this stuff!
We will look into it down the line.
How do you find all this stuff!
We will look into it down the line.

0
Færdig
How do I set the post request body of a web service on the design surface
I created a source against my local couchdb install (http://localhost:5984)
I then created a web service as seen in the image below

I then saved it and placed it on the design surface passing :
{"docs": [ {"_id": "my_doc", "number": 23}, {"_id": "_design/app", "updates": { "accumulate": "function (doc, req) { var inc_amount = parseInt(req.query.amount); doc.number = doc.number + inc_amount; return [doc, \"I incremented \" + doc._id + \" by \" + inc_amount]; }" } } ]}
into the postBody variable and executed it. I got an error message as seen in the image below.

How can I pass JSON data into the request and have it execute?
I then created a web service as seen in the image below

I then saved it and placed it on the design surface passing :
{"docs": [ {"_id": "my_doc", "number": 23}, {"_id": "_design/app", "updates": { "accumulate": "function (doc, req) { var inc_amount = parseInt(req.query.amount); doc.number = doc.number + inc_amount; return [doc, \"I incremented \" + doc._id + \" by \" + inc_amount]; }" } } ]}
into the postBody variable and executed it. I got an error message as seen in the image below.

How can I pass JSON data into the request and have it execute?

0
Fast
Web service request methods and source are forgotten on edit
I created a web source to my local couchdb install ( http://localhost:5984 ). This went fine.
I then tried to create a web service with this source using the PUT method.
I saved the web service and every time I edit it the Method reverts to GET and I need to re-select the source.
I then tried to create a web service with this source using the PUT method.
I saved the web service and every time I edit it the Method reverts to GET and I need to re-select the source.

0
Afvist
Hash-based Message Authentication Code Tool
It would be awesome if there was a tool to encrypt and decrypt data with HMAC like what is done in C# here http://msdn.microsoft.com/en-us/library/system.security.cryptography.hmacsha512(v=vs.110).aspx
I would like this because certain RESTful web services I need to consume in Warewolf require their payload to be signed this way and currently is not possible without writing a custom plugin. Which I then need to manage on the file system of my server... Not keen to go this route.
I would like this because certain RESTful web services I need to consume in Warewolf require their payload to be signed this way and currently is not possible without writing a custom plugin. Which I then need to manage on the file system of my server... Not keen to go this route.

Svar
anonymous
11 år siden
Unfortunately this tool is too specific for us to undertake at this time.

0
Fast
Creating Web Source Causes Explorer To Disconnect
I tried creating a second web service against http://pubapi.cryptsy.com/api.php?method=singlemarketdata&marketid=135 A less verbose version of the service I posted about earlier. This time the explorer will disconnect twice. With the second time indicating that the server has crashed. I needed to manually restart the server service.

0
Fast
Dependency On VC++ 2008
I tried installing Warewolf on a new VPS running Win Server 2k8r2. It failed to start. I had a look at the event viewer and found that there is a VC++ 2008 x86 requirment your installer does not detect. It picked up the .NET 4.5 requirement fine.

0
Fast
Web Service Large Payload Size
I tried creating a web service to pull JSON data from http://pubapi.cryptsy.com/api.php?method=marketdat...
I set-up and configured a source and I was able to view the results in the browser.
Yet when I tried to create a web service with the source to define the input and output mapping the request took more then two minutes to execute. I cancelled it after this point.
I then tried using the copy and paste result feature to configure the service using the browser output from hitting the service. It pasted fine, yet once again after a few minutes of waiting I cancelled the service creation. It had not finished!
It would be great if large JSON payloads would parse quickly.
I set-up and configured a source and I was able to view the results in the browser.
Yet when I tried to create a web service with the source to define the input and output mapping the request took more then two minutes to execute. I cancelled it after this point.
I then tried using the copy and paste result feature to configure the service using the browser output from hitting the service. It pasted fine, yet once again after a few minutes of waiting I cancelled the service creation. It had not finished!
It would be great if large JSON payloads would parse quickly.

Svar
anonymous
11 år siden
It appears to be an issue with path extraction from the payload. The service executed fine. Yet when we tried to extract paths from the JSON data to map into Warewolf the server took very long to process.
We are busy putting a fix so you can use JSONPath ( like XPath for JSON ) to pre-process your data payload. This means the path generation will require fewer operations on a data set like your.
We are busy putting a fix so you can use JSONPath ( like XPath for JSON ) to pre-process your data payload. This means the path generation will require fewer operations on a data set like your.
Kundesupport af UserEcho