0
Fixed

DateTime Tool - Incorrect InputDate given in Debug

Wynand Vermaak 2 years ago in Studio / Output updated by anonymous 2 years ago 1

Hi team,

Please refer to the screenshot below.

1. Pls look at current DateTime in the far lower right corner of the snip = 2022-04-12 12:31

2. Tool is set to add 10 minutes

3. When executed, in the debug pane, Input date should be 2022-04-12 12:31, however, it is currently giving the Output DateTime's value as the Input DateTime.

Image 1026

Regards,

Wynand

debug studio tool workflow
0

SQL Error: Error converting data type nvarchar to int

Edgar Gárate 5 years ago in Studio / Output updated by Grommit 5 years ago 4

Running the same example of the SQL video Connector in debugging mark data type conversion error, the stored procedure has an integer type parameter, in the query analyzer the stored procedure works well

Image 562

Image 563

Image 561

database debug designer variables
0
Fixed

Debug issues

Wallis Buchan 7 years ago in Studio / Output updated by Gandalf 7 years ago 2

Hi
I am having issues with debug (both in debug output and in browser). Everything is set up up accurately as per Warewolf user guides.

I am running the latest release v1.2.1.7 on a Win10 machine.

Any suggestions?


Image 318

debug studio
0
Fixed

Problem with Debug - downloading file instead of showing in browser

Anonymous 7 years ago in Studio / Output updated by Gandalf 7 years ago 3

Hi team

The latest release (1.1.0.55) has a bug when running a micro service, instead of showing up in the browser it downloads a xml or json file, it was working fine on the previous version. I did some debugging, it happens only when a recordset containing data from a store procedure is configured as output (see the attached image). if I click Debug, and then select "View in Browser(F7)", instead of showing it, a xml file is downloaded (see link)
Regards,
Robin Perdomo Image 305

debug
Answer
Gandalf 7 years ago

Hi Robin


Thanks for coming through to the community. The part of the process you are talking about is handled by your browser. Please check your browser settings:


# If you return a small result set (a few lines of xml) does it still do this?

# If you use a different browser as default does it still do this?


Some browsers (like IE) will not show JSON results as text and will force a save. Others (like Chrome) will only accept a small amount of response data without forcing you to save it.



0
Not a bug

Not passing through parameters when calling a proc

Alex Hampel 10 years ago in Studio / Output updated by Gandalf 10 years ago 2

the input parameter I enter when debugging is not being passed through to the proc meaning a null value is being passed to the proc when calling it.


Even if I enter a default parameter value for the proc this still is not being passed to the proc?



Answer
Gandalf 10 years ago

If your Service is not returning any information, make sure you have got the right inputs and outputs specified, by clicking the  icon in the top right of the service.