Or leave us a private message
Похожие темы не найдены.

0
Отвечен
How do I turn off security?
Im working at home and my network is secure, I dont want to have to set permissions on everything all the time.

Ответ
Gandalf
12 лет назад
From release 0.4.2.3 onwards we have introduced a Public group.
It is not a windows group, its internal to Warewolf.
1. Open Security Settings
2. Under the Windows Group heading, you will see a Public group.
3. Give this group Administrator rights.
4. Click Save
Any user can now do anything on that Warewolf.
It is not a windows group, its internal to Warewolf.
1. Open Security Settings
2. Under the Windows Group heading, you will see a Public group.
3. Give this group Administrator rights.
4. Click Save
Any user can now do anything on that Warewolf.

0
Отвечен
Architecture design docs
I downloaded the software, have been looking for architectural design docs or such (e.g. on the wiki's) to no avail. Any suggestions as to where I can find the architecture?

Ответ
Gandalf
10 лет назад
We have an architecture document on our website that can be found here http://warewolf.io/architecture-documentation.php

+1
Отвечен
Using a find Index tool how can I find a character Index in different record set inputs
When I try find index of character 2 in all record set using
find Index tool
In fields as [[rec(*).a]],
Index “All Occurrence”
Character 2
And I want to put my output values in [[rec(*).b]]
Output is coming as [[rec(1).b]]=2, [[rec(2).b]]=4, [[rec(3).b]]=6, [[rec(4).b]]=8, [[rec(5).b]]=2, [[rec(6).b]]=4, [[rec(7).b]]=2,[[rec(8).b]]=4,[[rec(9).b]]=6,[[rec(10).b]]=8.
Now output is coming in record set but how would I know 2 is at index 2,4,6,8 in [[rec(1).a]] = h2f2f2f2 .
And 2 is at index 2 and 4 in [[rec(2).a]]=h2f2.
And 2 is at index 2,4,6,and 8 in [[rec(3).a]] = h2f2f2f2.
In fields as [[rec(*).a]],
Index “All Occurrence”
Character 2
And I want to put my output values in [[rec(*).b]]
Output is coming as [[rec(1).b]]=2, [[rec(2).b]]=4, [[rec(3).b]]=6, [[rec(4).b]]=8, [[rec(5).b]]=2, [[rec(6).b]]=4, [[rec(7).b]]=2,[[rec(8).b]]=4,[[rec(9).b]]=6,[[rec(10).b]]=8.
Now output is coming in record set but how would I know 2 is at index 2,4,6,8 in [[rec(1).a]] = h2f2f2f2 .
And 2 is at index 2 and 4 in [[rec(2).a]]=h2f2.
And 2 is at index 2,4,6,and 8 in [[rec(3).a]] = h2f2f2f2.

Ответ
Gandalf
12 лет назад
Great example and good question.
The For Each tool is designed for this. Try dropping the Find Index tool into the for each and put the result into [[rec(*).b]].
The For Each tool is designed for this. Try dropping the Find Index tool into the for each and put the result into [[rec(*).b]].

+1
Завершен
Please help me over errors while installing Warewolf Software
Hi There,
I am unable to install warewolf. System is throwing this error " Error 1935. An error occurred during the installation of assembly.... and Installation Failed: FATAL ERROR during installation: " while installing
Please assist
Thanks
I am unable to install warewolf. System is throwing this error " Error 1935. An error occurred during the installation of assembly.... and Installation Failed: FATAL ERROR during installation: " while installing
Please assist
Thanks

Ответ
Gandalf
12 лет назад
This is related to our VC++ 2008 SP1 x86 prerequisite.
Generally this should not cause an issue, but in cases where a previous install or system update did not complete VC++ can fail to install with Error 1935.
Please reboot your machine and try installing VC++ 2008 SP1 x86 directly from this link http://www.microsoft.com/en-za/download/details.aspx?id=5582
Then try installing Warewolf again.
If the VC++ install fails here are a few references you can use to further troubleshoot the issue as it appears to be a general Windows problem.
Generally this should not cause an issue, but in cases where a previous install or system update did not complete VC++ can fail to install with Error 1935.
Please reboot your machine and try installing VC++ 2008 SP1 x86 directly from this link http://www.microsoft.com/en-za/download/details.aspx?id=5582
Then try installing Warewolf again.
If the VC++ install fails here are a few references you can use to further troubleshoot the issue as it appears to be a general Windows problem.
- http://www.mathworks.com/matlabcentral/answers/92050-why-do-i-get-a-visual-c-redistributable-error-1935-when-installing-on-64-bit-windows-vista-7-or
- http://social.technet.microsoft.com/Forums/en-US/80c0eba9-ea1a-455d-baf1-0bb2c7c4b408/error-1935-microsoft-visual-c-2008-redistributable-install?forum=w7itproinstall
- http://social.msdn.microsoft.com/Forums/vstudio/en-US/253c69ab-9fc4-4ee1-80cd-ab4f6cd3ff95/problem-installing-visual-c-2008-redistributable-package-error-1935-hresult-0x80073712?forum=vssetup

+1
Отвечен
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.

Ответ
Gandalf
12 лет назад
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
Завершен
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

Ответ
Gandalf
12 лет назад
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
Завершен
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

Ответ
Gandalf
12 лет назад
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
Исправлен
"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)

Ответ
Gandalf
10 лет назад
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
Завершен
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
Исправлен
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.

Ответ
Gandalf
12 лет назад
This bug has been busted. Please download the latest version for the fix.
Сервис поддержки клиентов работает на платформе UserEcho