run in step with service with a query string reference doesnt work

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
CathyC
Posts: 472
Joined: November 16th, 2021, 11:15 am
Contact:

run in step with service with a query string reference doesnt work

Unread post by CathyC »

run in step with service with a query string reference doesnt work

It seems like this might've been intentional to say "running in step wont be able to recreate the query strings, so it wont work, so you cant do this". However, there is a case where the page has a Prevalues with a xsl choose that says:

If query string
Use that
Else
Use default values

In this case, run in step would have worked, but it failed because of that functionality. The specific exception had a non-useful error message (probably object reference not set to the instance of an object).

If it is intentional, could the message be changed to something like "services with query strings cannot be ran in step"?

Or, the preferred option would be to just allow it to run in step.

This was a scenario encountered by Matt H and Joe.
word count: 149
SteveCap
Posts: 329
Joined: August 26th, 2021, 9:18 am
Contact:

Re: run in step with service with a query string reference doesnt work

Unread post by SteveCap »

Task #10596 has been created. This post will be updated when it has been created.
word count: 15
CathyC
Posts: 472
Joined: November 16th, 2021, 11:15 am
Contact:

Re: run in step with service with a query string reference doesnt work

Unread post by CathyC »

More recently I ran into an issue with Nathan where this was happening as well as another issue which was the real root cause.

It took a while to figure out this bug was just always happening and find the real issue.

This also makes it harder to develop since the Prevalues might have good logic set up to say "if the query string is blank, use some other hardcoded value". but instead the prevalues just throws an exception.
word count: 79
CathyC
Posts: 472
Joined: November 16th, 2021, 11:15 am
Contact:

Re: run in step with service with a query string reference doesnt work

Unread post by CathyC »

This was moved to RunTime task 1288 and DesignTime Task #10596 was closed
word count: 13
Post Reply