1. Jose Alberto Ochoa Medina
  2. PowerServer
  3. Thursday, 9 March 2023 17:57 PM UTC

Hi everyone,

 

I need to modify or configure the DBPARM of a cloud  apps environment of power server in IIS since it shows the database queries with an 'EO' suffix at the end of each numeric parameter.

 

 

Regards.

David Xiong @Appeon Accepted Answer Pending Moderation
  1. Monday, 13 March 2023 08:02 AM UTC
  2. PowerServer
  3. # 1

Hi Jose,

 

What type of database do you use? It is recommended that you open a new ticket for this issue through our support portal https://www.appeon.com/standardSupport/newbug, and provide a small case that can reproduce the problem for us to reproduce the problem (including the corresponding table SQL and the corresponding data). It would help us reproduce and analyze it as soon as possible. Thanks!

 

Regards,

David

Comment
There are no comments made yet.
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Thursday, 9 March 2023 18:20 PM UTC
  2. PowerServer
  3. # 2

Try setting FormatArgsAsExp to 'No':

// Profile Wave 1 dev.ora19
SQLCA.DBMS = "ORA Oracle"
SQLCA.LogPass = <******>
SQLCA.ServerName = "W1"
SQLCA.LogId = "credit"
SQLCA.AutoCommit = False
SQLCA.DBParm = "PBCatalogOwner='credit',DelimitIdentifier='No',FormatArgsAsExp='No'"

Comment
  1. Jose Alberto Ochoa Medina
  2. Thursday, 9 March 2023 18:34 PM UTC
Hello Miguel,



We already added it to the DBPARM which is in my HUman.ini but snapdeveloper is not taking it because even when we add that data it still has the suffix



Regards.
  1. Helpful
  1. Chris Pollach @Appeon
  2. Monday, 13 March 2023 12:41 PM UTC
Hi Jose;

The DBparm values are not used in PowerServer.

Regards ... Chris
  1. Helpful
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.