0
Naprawione

Warewolf Stopped working

Alex Hampel 12 lat temu w Studio Ostatnio zmodyfikowane przez Gandalf 12 lat temu 2

Image 18

server
Odpowiedź
Gandalf 12 lat temu

Hi Alex


Thanks. This should be fixed from build 0.3.3.0


0
Naprawione

Warewolf server crashed

Alex Hampel 12 lat temu w Server Ostatnio zmodyfikowane przez Gandalf 12 lat temu 0

I tried to click 'edit' on a service proc in my designer and the edit window opened but the progress wheel just remained spinning.


Wareworf server then crashed.


Details from the Application Log:


1.

Faulting application name: Warewolf Server.exe, version: 0.3.1.1, time stamp: 0x51decfcb

Faulting module name: clr.dll, version: 4.0.30319.18052, time stamp: 0x5173c114

Exception code: 0xc0000005

Fault offset: 0x000000000005b074

Faulting process id: 0xcdc

Faulting application start time: 0x01ce8385673cd772

Faulting application path: C:\Program Files (x86)\Warewolf\Server\Warewolf Server.exe

Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll

Report Id: 030305a3-f431-11e2-ac0c-70f3951b032e



2.

Application: Warewolf Server.exe

Framework Version: v4.0.30319

Description: The process was terminated due to an internal error in the .NET Runtime at IP 000007FEF07AB074 (000007FEF0750000) with exit code 80131506.


0
Ukończony

Resize

Alex Hampel 12 lat temu w Studio / Designer Ostatnio zmodyfikowane przez Gandalf 12 lat temu 0

I am battling to find the risize marker to make this assign box bigger. It would be nice if this could be made more obvious or if we could resize from any of the 4 corners.


Image 17

Odpowiedź
Gandalf 12 lat temu

Check out the latest release!

+2
Z odpowiedzią

Can I return json from a service call?

Chas Digal 12 lat temu w Server / Execution Ostatnio zmodyfikowane przez Gandalf 12 lat temu 1

Most API's these days allow a variety of return types. What types can I offer without having to build it into everything I do and still have it as XML

service execution
Odpowiedź
Gandalf 12 lat temu

You can return XML or JSON. By default the system will return XML from any service call. The caller can define the response type as json by placing a .json after the name of the service they are calling. eg
http://127.0.0.1:1234/services/BringBackTheATeam.json?VoteMail=...

0
Naprawione

Services - New Procedure

Alex Hampel 12 lat temu w Studio / Services Ostatnio zmodyfikowane przez Gandalf 12 lat temu 0

I right-click on 'Services', 'New Procedure' set it all up but when it comes to saving i cannot see my existing 'AHV' folder but rather only an 'Unassigned' folder?


Image 16


Image 15

Odpowiedź
Gandalf 12 lat temu

Thanks Alex. All done.

+1
Ukończony

Updating Password for db

Alex Hampel 12 lat temu w Server / Resources Ostatnio zmodyfikowane przez Gandalf 12 lat temu 0

My windows password used to connect to this sql server needed to be changed today. I open up my source to enter the new password.



Once the connection test succeeds I am asked to select a db. It would be nice if I didn't have to re-select the db as I'm sure this could lead to the incorrect db being selected.


Odpowiedź
Gandalf 12 lat temu

Good thinking. Thanks

0
Ukończony

Tool short cut keys

Chas Digal 12 lat temu w Studio / Toolbox Ostatnio zmodyfikowane przez Gandalf 10 lat temu 3

It would be great to have some short cut keys for each tool, or some custom keys that can be assigned. When you are working on the design surface, the slow part is finding the tool you want in the toolbox.

designer tool
Odpowiedź
Gandalf 10 lat temu

Great thinking.

+1
Planowane

Human interaction / webpage

Chas Digal 12 lat temu w Server / Execution Ostatnio zmodyfikowane przez Gandalf 12 lat temu 0

Front ends or webpages would be awesome.

web
Odpowiedź
Gandalf 12 lat temu
Yes, this is now in the pipeline!
+1
To nie jest błąd

Cannot connect db call to decision

Alex Hampel 12 lat temu w Studio / Designer Ostatnio zmodyfikowane przez Gandalf 12 lat temu 1

Cannot connect my db call to the decision to continue the workflow?


I cannot get the connector link squares on the service?



Odpowiedź
Gandalf 12 lat temu

Hi Alex


The tool has been connected to itself already so the grips are not showing. It doesn't look like this is intended behaviour, so delete the link to itself and the grips will appear


0
Ukończony

View in browser not passing parameters from Querystring

Alex Hampel 12 lat temu w Server / Execution Ostatnio zmodyfikowane przez Gandalf 12 lat temu 0

If I execute in debug mode it works correctly using an assign/passing in parameter values



if I use an assign just after start, it works correctly and returns the expected result in the browser




If I take out the assign and pass in the values in a querystring from the browser it appears as if they're not being passed through





Odpowiedź
Gandalf 12 lat temu

All done. You can now also add .json to the end of the service you are calling! Give it a try and let us know what you think.

PS You dont need to put the [[ ]] into the query string: ?FName=Alex&SName=Hampel