+2
Terminé

Support for SFTP

GianPiero il y a 11 ans dans Studio / Toolbox mis à jour par Gandalf il y a 11 ans 0

Hi Guys, would it be possible to add support for SFTP based file transfers. I see that the write file tool has the ability to write to FTP & FTPS (which is great) but we use SFTP pretty much all over our system, could this be added as a new Toolbox item? Or could the existing Write File tool, be modified to incorporate this?

Solution
Gandalf il y a 11 ans

Cool idea. 

Done.

0
Terminé

Text Delimiter Support for Reading CSV

GianPiero il y a 11 ans dans Studio / Toolbox mis à jour par Gandalf il y a 11 ans 0

Hi guys, would it be possible to introduce text delimeted support for reading CSVs?

For example, let's say I have the following CSV:


'Big,Branch','1','false' 

'Small Branch','2','true'

'Smallest Branch','1','false'


The CSV is comma separated and text delimited. When I split it however using WareWolf, the Big and Branch in the first line are being split because there is a comma between the 2 words.  If I could specify a text delimiter then this wouldn't be a problem.


This is a common occurrence for us, as Excel tends to use Text Delimiters when saving Excel files to CSV. Could this be added for us?

Solution
Gandalf il y a 11 ans

This is a great usage scenario.

You can achieve this quite simply:

As each header/field etc from the file has its own row to describe how it is split and the characters to split on can be verbose you can do this 


and then repeat the pattern as you see fit.

Also, the large view for the tool (which should be out soon!) has the ability to specify an escape character if you need it.

0
Corrigé

Warewolf Stopped working

Alex Hampel il y a 11 ans dans Studio mis à jour par Gandalf il y a 11 ans 2

Image 18

server
Solution
Gandalf il y a 11 ans

Hi Alex


Thanks. This should be fixed from build 0.3.3.0


0
Corrigé

Warewolf server crashed

Alex Hampel il y a 11 ans dans Server mis à jour par Gandalf il y a 11 ans 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
Terminé

Resize

Alex Hampel il y a 11 ans dans Studio / Designer mis à jour par Gandalf il y a 11 ans 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

Solution
Gandalf il y a 11 ans

Check out the latest release!

+2
Résolu

Can I return json from a service call?

Chas Digal il y a 11 ans dans Server / Execution mis à jour par Gandalf il y a 11 ans 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
Solution
Gandalf il y a 11 ans

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
Corrigé

Services - New Procedure

Alex Hampel il y a 11 ans dans Studio / Services mis à jour par Gandalf il y a 11 ans 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

Solution
Gandalf il y a 11 ans

Thanks Alex. All done.

+1
Terminé

Updating Password for db

Alex Hampel il y a 11 ans dans Server / Resources mis à jour par Gandalf il y a 11 ans 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.


Solution
Gandalf il y a 11 ans

Good thinking. Thanks

0
Terminé

Tool short cut keys

Chas Digal il y a 11 ans dans Studio / Toolbox mis à jour par Gandalf il y a 8 ans 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
Solution
Gandalf il y a 8 ans

Great thinking.

+1
Prévu

Human interaction / webpage

Chas Digal il y a 11 ans dans Server / Execution mis à jour par Gandalf il y a 10 ans 0

Front ends or webpages would be awesome.

web
Solution
Gandalf il y a 10 ans
Yes, this is now in the pipeline!