1. Julián Tagarro
  2. PowerBuilder
  3. Tuesday, 14 May 2019 20:51 PM UTC

Hi all,

I have a .net webservice project that converts some numbers into string to do some proccessing. Suddenly the conversion returns something like an empty string (not even null).

For example, in a method that returns string, this lines return only "AA":

Dec{2} ldec_test

ldec_test = 99

Return 'AA' + String ( ldec_test ) 

Another example:

Dec{2} ldec_test

ldec_test = 99

Return String ( ldec_test )  /// returns nothing, not even an empty string

All I can remember is that I installed Web Platform Installer, PHP (using Web Platform Installer) and Tortoise SVN.

PB 2017 R3 

Windows 10 Pro

Any ideas ?

Regards

____________

Julián Tagarro

Accepted Answer
Julián Tagarro Accepted Answer Pending Moderation
  1. Wednesday, 15 May 2019 20:30 PM UTC
  2. PowerBuilder
  3. # Permalink

Hi all,

After uninstall and then install PB 2017 R3 on my desktop PC everything is working again. Very wierd.

Regards.

____________

Julián Tagarro

 

Comment
There are no comments made yet.
Julián Tagarro Accepted Answer Pending Moderation
  1. Wednesday, 15 May 2019 19:31 PM UTC
  2. PowerBuilder
  3. # 1

Hi Chris,

Well, in this PC (let's call it "desktop PC") I have PB 2017 R3 Build 1880. Just in case I've reinstalled IIS and this problem continues. This is a screensoht of the return of a test method with a single line of code "Return String ( 123456)"

On the other hand, I installed the same PB on my laptop and everything works fine. This is a screensoht with a correct return value:

This webservice project is migrated from PB 11.5 and worked nice for a long time on the desktop PC. I can't find what suddenly causes this problem. May be a dll conflict ?

Regards,

____________

Julián Tagarro

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 14 May 2019 21:03 PM UTC
  2. PowerBuilder
  3. # 2

Hi Julian;

  Have you applied any PB run-time updates as of late?

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.