0
Under review

Authorization Error

Tomas B 6 years ago updated by Elmo 6 years ago 11


We have three instances now. Two on developer server, one free compiled and one 30day DEVELOPER edition, developers install it, they try the compilation version there and so on. And one instance on my playground server where I tried to check it from infrastructure perspective, this is also 30day DEVELOPER edition.

On the developer server (two instances, call it server one) installed by one colleague, he has NO problem to connect to both instances with Warewolf studio there. And I have NO problem to connect to one instance which I installed on my server (call it server two). But I cannot connect with my account to warewolf on the server one, and another user has problem to connect to my instance on server two.

The problem is with authorization, but for example I am local admin, I am member of Warewolf Administrators group (and vice versa on second server) but in Warewolf Studio.log there is still error (full log is attached):

System.AggregateException: One or more errors occurred. ---> Microsoft.AspNet.SignalR.Client.HttpClientException: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:

I have no idea what authorization I am missing and what more I have to set.

Thanks for your help

Tom

0
Completed

Newbie Introduction

prasanthi 6 years ago updated by Grommit 6 years ago 1

Hello,

Myself Prasanthi. I’m glad being a part of this forum. I am interested in technologies and its upcoming, looking forward to gaining more knowledge through this forum and share my views in discussions.


Thank you.

Answer
Grommit 6 years ago

Hi Prasanthi

You will find many resources and helpful articles in the Warewolf Knowledge base: https://warewolf.io/knowledge-base/ 

0
Completed

testing workflows

Murali Naidu 6 years ago updated 6 years ago 2

Hi Guys


I think in the warewolf we do not have a feature to test our own workflows with the expected results/outputs.


So in a bigger picture whenever I update the workflow, I am not being able to identify which ones are affected and not sure weather the results are still valid.


In order to avoid if we have a feature in warewolf to create a test suite where we can add scenarios with the asserts to check my workflows are still producing same results. this helps for testing the workflows and saves lot of time and money instead of using other tools to test. hope this is a valid suggestion


THANKS IN ADVANCE


Regards

Murali



Answer
anonymous 6 years ago

Hi Murali,

We actually already have this feature in Warewolf. You can check out this knowledge base article to get familiar with it

https://warewolf.io/knowledge-base/articles/testing-services/

Thanks for the suggestion thought, great to know people are looking for this sort of feature. Please keep the requests coming.

Thanks

0

We are interested in using warewolf esb in our on-going product.

hari 6 years ago 0

Can you please let us know if it addresses following:


Support for Images

Support for Video stream (live)

Support for Video Stream (recorded)

Support for multi-device data push and process

Scalable for millions of records

Support industry standard formats such as HL7 etc


Regards,

Hari.



0
Answered

Build Instructions ?

mpalladi 7 years ago updated by anonymous 7 years ago 1

I tried following https://warewolf.io/knowledge-base/articles/how-to-build-warewolf-from-source/, but it refers to VS2012/13. Is this out of date ? I downloaded from git, and also tried the poweshell compile script but it requires MSBuild 15.0 . Is there more up to date instructions ?

Answer
anonymous 7 years ago

Hi mpalladi ,


Thanks for logging this issue. We recently updated to using Visual Studio 2015 and will be updating the documentation to reflect this. Please refer to the Readme section of the Github page for the new requirements. In particular the following:


Compiling Warewolf requires at least Visual Studio 2017 with the ".NET desktop development" and "ASP.NET and web development" workloads and the "F# language support" individual component also installed.

Thanks again for bringing this to our attention.

+1
Completed

Acceptation of model-driven software

Merijn Kleinreesink 7 years ago updated by Michael Warne 7 years ago 3

Hello everybody,

First of all, I'm new to this forum, so I'll give a short introduction about myself. My name is Merijn, I'm a 20 year old. I'm busy with graduating on my Bachelor's degree in Business and IT at the University of Twente in the Netherlands.

I'm currently working on my graduation project that tries to predict the acceptance of model-driven software.  In this context you can think about technology acceptance models such as the Universal Theory of Acceptance and Use of Technology or the Technology Acceptance Model. In my project I've adapted some of these models to fit the characteristics of model-driven software, and I'm curious if you, users and developers of the  perfect example of this kind of software, want to share your opinion in a survey I have set up. The results of the survey will lead to a better idea why someone should use model-driven software. Your opinion will show whether the proposed research model is the right fit for these type of software applications.

If you prefer a physical PDF of the survey, please leave a comment and I'll send it to you. The digital survey can be found by clicking on the following link:

https://goo.gl/forms/xUIZvxH9IJBbidRg1

 The survey will take around five minutes and the results will be completely anonymised and just used for the purpose of the research. 

If you have any questions about the research, feel free to show it in a comment. I'll do my best to answer them!

Merijn

Answer
Grommit 7 years ago

Hi Merijn, we'd be happy to help! I have shared your survey within our team so you should get a few responses back shortly. All the best with your graduation project!

0
Answered

PostgreSQL and MySQL

Anonymous 8 years ago updated by Pieter 8 years ago 8

Hello,

I have a question regarding PostgreSQL and MySQL. I have a database in MySQL for now and a stored procedure to insert data. Despite the fact everything is good, and user have authenticated access over procedure, Warewolf seems cannot list the procedure.

Here are the details of procedure:

DELIMITER $$
CREATE PROCEDURE rfidautomatic_INSERT(IN uid varchar(45))
BEGIN
insert into webtest.rfid_uid (rfiduid) values (uid);
END
DELIMITER ;

tool
0
Completed

JS Package manager

Anonymous 8 years ago updated by Gandalf 8 years ago 1

Is there some way that i can use a package manager like npm or bower from the javascript tool

tool workflow
Answer
Gandalf 8 years ago

You can use the "Include File" option on the Javascript tool.

0
Fixed

An internal error occurred while executing the service request

Retuza 8 years ago updated by Grommit 8 years ago 5

I download warewolf and get error:

An internal error occurred while executing the service request

The workflow must have at least one service or activity connected to the Start Node.

I run in Windows 7 and 8.1 what is wrong

+2
Answered

Continuous deployment?

Anonymous 8 years ago updated by Gandalf 8 years ago 2

How does your platform support continuous deployment. I see no unit testing capabilities to ensure system stability.
Thanks