Error after updating Genexus 15 from U3 to U4

0

When updating the application in production using the tool for Deploy, I see that it is not connecting to SQL.

Since the administration applications I continue to connect SQL without problems so I ruled out that something happened with it.

I tried getting the ConnectionString that is using Genexus and I see that it is not decrypting it.

Data Source=HM92/d8lXXXXXXXxju9Nj==;;User ID=Elj20MqY44RPXXXXXXX==;Password=veH8whpWmu+f6lj2s42IWxNHoXXXXXXXXX=;Integrated Security=no;;database=TributXXX

Did someone happen to him? Any solution or work arround?

To get the Connection String I use: ((GxDataStore)dsDefault).ConnectionString;

    
asked by dmonza 17.05.2017 в 15:50
source

1 answer

0

In the Deploy step, a new encryption key is created with which the sensitive data of the connection is re-encrypted, and that new key remains in KeyResolver.dll that goes in the bin directory. Both files must be (updated) on the test site. If you do not decrypt this data well, it may be because KeyResolver.dll is missing or is there but the web.config does not have the data encrypted with the new key (that is, it is the web.config of development).

    
answered by 18.05.2017 / 15:05
source