Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
lbushinsky
Partner - Contributor
Partner - Contributor

Publish to Qlik Sense from QDC

Hello, we are trying to publish to Qlik Sense from QDC and getting the following error.  We have recently moved to a new Qlik Sense server and the IP address has changed.  It seems to be pointing to the old IP address.  How do we update this?  Below is the error message:

ErrorEvent { target: WebSocket { _events: [Object: null prototype] { open: [Function], close: [Function], error: [Function], message: [Function] }, _eventsCount: 4, _maxListeners: undefined, readyState: 3, protocol: '', _binaryType: 'nodebuffer', _closeFrameReceived: false, _closeFrameSent: false, _closeMessage: '', _closeTimer: null, _closeCode: 1006, _extensions: {}, _isServer: false, _receiver: null, _sender: null, _socket: null, url: 'wss://xxx.xx.x.x:4747/app/4cb2c5d0-b4d8-4805-8696-TgdASmFcPWAJ', _req: null }, type: 'error', message: 'socket hang up', error: { Error: socket hang up at createHangUpError (_http_client.js:332:15) at TLSSocket.socketOnEnd (_http_client.js:435:23) at TLSSocket.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) code: 'ECONNRESET' } } - ERROR:
Labels (1)
1 Reply
bvz
Employee
Employee

Hi,

It depends how you setup connection to Qlik Sense in QDC. Take a look on the QDC Linux environment, if the  /etc/hosts file still points to the old Qlik Sense IP.

Then, check if you used the Qlik Sense Server name or its IP address in the core_env.properties file. 

# URL to qlik sense server in following format: https://<put-qliksense-ip-or-machine-name-here>/sense/app/<podium-gen-app-id> .
# Required property when 'is.publish.to.qlik.enabled' is set to true
qlik.sense.url=https://hostname/sense/app/<podium-gen-app-id>
 
Hope this helps.