0

Command Line Deploy

Óþekktur 3 ár síðan í Server / Resources 0

How do I deploy from a batch file or command line rather than the Studio?

0
Under review

When turning off trigger exception is raised in Warewolf log

Elmo 3 ár síðan í Server / Execution Uppfært 3 ár síðan 2

I am getting the following error when turning queues off. The queue was at a concurrency set as 1 then when I changed it to 0 and saved it errored in the Warewolf log.


2022-11-06 17:28:10,817 INFO - [Warewolf Info] - Save Trigger Queue Service
2022-11-06 17:28:11,323 ERROR - [Warewolf Error] - TriggersCatalog - Load - C:\ProgramData\Warewolf\Triggers\Queue\52e4dba3-73fa-4267-877a-fa4f493a1511.bite
System.Security.Cryptography.CryptographicException: Key not valid for use in specified state.

at System.Security.Cryptography.ProtectedData.Unprotect(Byte[] encryptedData, Byte[] optionalEntropy, DataProtectionScope scope)
at Warewolf.Security.Encryption.DpapiWrapper.Decrypt(String cipher)
at Dev2.Runtime.Hosting.TriggersCatalog.LoadQueueTriggerFromFile(String filename)
at Dev2.Runtime.Hosting.TriggersCatalog.Load()
2022-11-06 17:28:11,332 ERROR - [Warewolf Error] - TriggersCatalog - Load - C:\ProgramData\Warewolf\Triggers\Queue\667e5af4-c5a8-461b-b03d-c5683fe1fca0.bite
System.Security.Cryptography.CryptographicException: Key not valid for use in specified state.

at System.Security.Cryptography.ProtectedData.Unprotect(Byte[] encryptedData, Byte[] optionalEntropy, DataProtectionScope scope)
at Warewolf.Security.Encryption.DpapiWrapper.Decrypt(String cipher)
at Dev2.Runtime.Hosting.TriggersCatalog.LoadQueueTriggerFromFile(String filename)
at Dev2.Runtime.Hosting.TriggersCatalog.Load()
2022-11-06 17:28:11,340 ERROR - [Warewolf Error] - TriggersCatalog - Load - C:\ProgramData\Warewolf\Triggers\Queue\9923dc51-c138-4944-a7a4-06cb468f2e86.bite
System.Security.Cryptography.CryptographicException: Key not valid for use in specified state.

at System.Security.Cryptography.ProtectedData.Unprotect(Byte[] encryptedData, Byte[] optionalEntropy, DataProtectionScope scope)
at Warewolf.Security.Encryption.DpapiWrapper.Decrypt(String cipher)
at Dev2.Runtime.Hosting.TriggersCatalog.LoadQueueTriggerFromFile(String filename)
at Dev2.Runtime.Hosting.TriggersCatalog.Load()
2022-11-06 17:28:11,343 INFO - [00000000-0000-0000-0000-000000000000] - Trigger restarting 'f00a48f4-5348-490b-add4-3991c578c717'
2022-11-06 17:28:11,359 ERROR - [ at System.Diagnostics.Process.Kill()
at Warewolf.OS.ProcessMonitor.Kill()] - Access is denied
2022-11-06 17:28:11,371 INFO - [WarewolfLogger.exe] - Logging Server OnError, Error details:Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
2022-11-06 17:28:11,372 INFO - [WarewolfLogger.exe] - 11/6/2022 5:28:11 PM [Debug] Error while reading System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
2022-11-06 17:28:11,378 INFO - [WarewolfLogger.exe] - at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
2022-11-06 17:28:11,378 INFO - [WarewolfLogger.exe] - at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
2022-11-06 17:28:11,378 INFO - [WarewolfLogger.exe] - --- End of inner exception stack trace ---
2022-11-06 17:28:11,379 INFO - [WarewolfLogger.exe] - at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
2022-11-06 17:28:11,379 INFO - [WarewolfLogger.exe] - at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
2022-11-06 17:28:11,390 INFO - [Warewolf Info] - queue process died: ProfileCustomerBackBook(f00a48f4-5348-490b-add4-3991c578c717)

service
0

JSON tool output incorrect when used in a ForEach

Elmo 3 ár síðan í Studio / Toolbox 0

When attempting to create json payloads within a foreach, the tool assumes I am trying to declare a list, and not using a single value from the recordset

JSON.bite

Image 1051

tool
0

Add Acknowledge to Rabbit Trigger

Gandalf 3 ár síðan í Studio / Services 0

The Rabbit consume tool has an Acknowledge Setting but the Trigger doesnt. So why not add it?

0

Convert numeric input into words

Star 3 ár síðan í Studio / Toolbox Uppfært 3 ár síðan 1

Hi Guys, I new please help I am trying to convert numeric values into words.

+1

OAUTH2

Óþekktur 3 ár síðan í Studio / Sources 0

A tool or source that could do OAuth2 authentication and then be used by those APIs that need it.

source studio tool
0
Under review

Assigning recordsets within ForEach not working correctly

Elmo 3 ár síðan í Server / Execution Uppfært 3 ár síðan 1

In the for-each, there is a new record set being appended from a scalar variable output. 


Image 1043




And then I attempt to sum up the values in the recordset. It fails with an invalid calculate field. Please see the debug output - there should only be one record in the recordset.



debug execution tool variables workflow
0

Studio Fatal Crash on POST tool URL [[

Óþekktur 3 ár síðan í Studio / Designer 0

Given I have v2.8.1.3 running

and Given I have a post tool setup on the design surface

When I edit the Query String by adding [[

Then the studio crashes

Dont know what other tools this is happening in

0

Handeling of Errors

bbuchan 3 ár síðan 0

Given A nested workflow has an error

Or Given a tool has an error

And given the error is handled in On Error section of tool

When returning a result

Then the result should be present

execution tool variables
0

Advanced Recordset functions not working

bbuchan 3 ár síðan í Studio / Variables 0

Given I have an Advanced Recordset tool on the design surfcae

When the SQL is "SELECT SUM(sales) AS Count FROM Table"

Then my variable list has a Field called SUM and a field called Count added to the Table recordset

Given I click Generate Outputs

Then nothing happens and not outputs are generated.

Given I then amend the SQL to "SELECT sales FROM Table"

When I click Generate Outputs

Then Still nothing happens

Given I create a new Advanced Recordset tool on the design surface

When I copy the SQL statement to the new tool

and When I click Generate Outputs

Then Outputs are generated