Hello all,
I'm setting up a SMP3.1 server. The client devices use X.509 certificates for authentication with SMP and the backend systems. I've done the required config in terms of adding certificates into SMP. Since the mutual SSL port is 8082, the...
Hi all,
The CPI tenant i'm working on is used for both development and quality. The package integration_package (the dev version) to test against QA environment was copied and called "integration_package_qa". Now, say i have an updated iflow built ...
Hello there,
Have a Java servlet (supposed to act as a proxy), deployed on hanatrial cloud platform, making a apache httpclient connection to an external website to fetch data. And all attempts throw a connectionexception - connection timed out...
Hello gurus,
I was trying an app customisation on the fioritrial site, but the webide does'nt start in chrome. it fails with an error in chrome console 'Uncaught SyntaxError: Unexpected token < (bootstrap.js:1) '. Chrome version is 63.0.3239.132 an...
Hi,
While starting the WebIDE Full Stack service from hcp trial account using 'Go to Service' link, service fails with a "
HTTP Status 503 - No application is available to handle this request".
Please help if any configuration is needed.
Th...
Hi,
did you include ValueHelpDialog as a dependency in sap.ui.define of your controller like so 'sap/ui/comp/valuehelpdialog/ValueHelpDialog' and import into function(..., ValueHelpDialog) ? And then instantiate saying
this._oValueHelpDialog = n...
Hi Ganesh,
My suggestion is to create a custom control by reusing your factory function or just the multicombo, and override the updateAggregation method of ManagedObject class, to defer/cancel re-rendering . Just be mindful of any validation that ...
Hello Gregor,
That worked beautifully. Thank you very much. I guess the secret is in com.sap.core.connectivity.httpdestination.impl.HttpDestinationImpl and com.sap.core.connectivity.httpdestination.impl.HttpClientWrapper through which the connectio...
Hi,
I do not see a controller="my.ns.model.formatter" or controller="xxx.xxx.Block1" (if formatOrgText is in Block1.js) in your view definition. without that your view isn't 'linked' to any controller isn't it.
Thanks,
Rajit