PgAdmin 4 'Crypt key is missing' - pgadmin-4

Please help
while trying to connect to my postgresql server using Pg Admin 4 client for windows I got this error!!
Crypt key is missing
Crypt key is missing
I can login using the web based pgadmin4 on the server...
also I can login using psql from commandline on the server..
server os is Ubuntu Linux

Related

Unable to connect to Sybase 15.0.3 Server using Isql

I have installed Sybase ASE 15.0.3 on Read Hat Linux. ASE server is up and running. However, i am not able to connect to the server via iSql.
[sybase#ip-********* install]$ isql -SCLGETCLD -Usa -Pnull
Unable to retrieve localized message for ID 4
CT-LIBRARY error:
ct__string_extended_encryption: user api layer: internal common library error: Client password encryption fails.
I am using the default password null for sa. I have not set any password for Sa during the installation process.
I have tried looking into the interfaces file and it'looks good. Looked out for the libraries sybase/15/OCS-15_0/lib3p/sybcsi and they are good with right permissions in place.
Not really sure if i am missing something. Any inputs regarding the issue would be greatly appreciated.

KafkaConnect - SQL Trusted Authentication (Windows)

Currently to connect to a MSSQSL database I have to create a local SQL login as per login details below:
name=jdbcIbLog
connector.class=io.confluent.connect.jdbc.JdbcSourceConnector
**connection.user=username**
**connection.password=password**
tasks.max=1
connection.url=jdbc:sqlserver://servername
topic.prefix=webiblog
query=SELECT * FROM IB_WEBLOG_DUMMY_small
value.converter=org.apache.kafka.connect.json.JsonConverter
key.converter=org.apache.kafka.connect.json.JsonConverter
poll.interval.ms=5000
table.poll.interval.ms=5000
mode=incrementing
incrementing.column.name=ID
This was a quick fix as I currently connect using windows authentication to MSSQL. Does Kafka-Connect support login with windows credentials?
This runs off of a Centos box
Expected output is to be able to provide username and password for a given Windows User which will allow the MSSQL connection.
Pretty sure it's not going to work with integrated authentication from CentOS as it relies on a dll (sqljdbc_auth.dll).
However you should be able to use Kerberos with your JDBC connection. See also Connect to SQL Server from Linux via JDBC using integratedSecurity (Windows authentication)?.

Ubuntu with SQL Server error with AD Authentication

I have a problem to connect my SQL Server 2017 on Ubuntu server 16.04 with the active directory located on a Win Server 2012 essential.
I always got this error : I'm specifying my server, select Windows Authentification, then :Login failed. The login is from an untrusted demoain and cannot be used with Integrated authentication. (Microsoft SQL Server, Error: 18452)
I've checked for hours to fix this issue and still nothing.
Here's the step I followed:
Ubuntu Installation basic with samba, standard system utilities
and OpenSSH server
SQL Server 2017 express installation : I followed the guide here
I joined my company domain : I followed the guide here
I tried to link SQL Server to the Active directory : I followed the guide here
If you need more information, I can provide krb5.conf, smb.conf, etc. files
Thanks in advance for your help.
I finally found the problem ... oufffff after hours of research to find out that I had to add another SPN with only the servername and port
Like setspn -A MSSQLSvb/SQL-SERVER_NAME:1433 accountServiceName
So I added this one with the other with the fqdn...
Hope this will help someone, one day!!!

Unknown error while configuring Oracle 11g Express Edition on Ubuntu 14.04

I have installed Oracle 11g on Ubuntu as per this link: Oracle 11g installation steps on Ubuntu 14.04
I reached to the step where it says to configure Oracle. I am able to execute the command successfully. First it asks to enter HTTP Port, which I entered successfully. Then it asks to enter database listener port, which I entered successfully. Then I entered the password successfully for database account. And finally I said yes for Oracle to be started on boot.
It showed be an error Database Configuration failed. Look into /u01/app/oracle/product/11.2.0/xe/config/log for details. Here I am stuck. I don't really know what error could be. I am sharing the steps and message here. Here is the command:
rakshit#user:/home/rakshitbhatt/Disk1$ sudo /etc/init.d/oracle-xe configure
Here is the internal message:
Oracle Database 11g Express Edition Configuration
This will configure on-boot properties of Oracle Database 11g Express
Edition. The following questions will determine whether the database should
be starting upon system boot, the ports it will use, and the passwords that
will be used for database accounts. Press to accept the defaults.
Ctrl-C will abort.
Specify the HTTP port that will be used for Oracle Application Express [8080]:8080
Specify a port that will be used for the database listener [1521]:1521
Specify a password to be used for database accounts. Note that the same
password will be used for SYS and SYSTEM. Oracle recommends the use of
different passwords for each database account. This can be done after
initial configuration:
Confirm the password:
Do you want Oracle Database 11g Express Edition to be started on boot (y/n) [y]:y
Starting Oracle Net Listener...Done
Configuring database...
Database Configuration failed. Look into /u01/app/oracle/product/11.2.0/xe/config/log for details
Could you help me with it? I am not a technical guy. Thanks!

How to connect to client after installing db2 in docker?

I am tried installing DB2 in Mac using Docker. I installed it. But how to connect to the server from any client example(DbVisualizer) Today only i heard about this application so i am novice on it.
I tried to give
database server - localhost
port:50000
Database:SAMPLE(which is present)
even ping is not working for above db details. Am i missing anything?

Resources