Skip to Content
0
Former Member
Apr 29, 2015 at 12:19 PM

exception while creating remote source in SDA

263 Views

Hi

I am trying to create a remote data source in hana studio using following script

CREATE REMOTE SOURCE hivedb

ADAPTER "odbc"

CONFIGURATION 'DSN=REMOTEHDB'

WITH CREDENTIAL TYPE 'PASSWORD'

USING 'user=SYSTEM;password=Cloud123'

and following exception is occurring

Could not execute 'CREATE REMOTE SOURCE hivedb ADAPTER "odbc" CONFIGURATION 'DSN=REMOTEHDB' WITH CREDENTIAL TYPE ...' in 589 ms 383 µs .

[129]: transaction rolled back by an internal error: exception 301109: Storing credential to the persistency failed - encryption failure: decryptFinal: wrong or inconsistent padding decrypted!

exception 1000013: decryptFinal: wrong or inconsistent padding decrypted!

Any suggestion?

Thanks