IBM MobileFirst Platform (formerly IBM Worklight Foundation) Server is designed to seamlessly integrate into the enterprise environment and leverage its existing resources and infrastructure.
Questions tagged [mobilefirst-server]
468 questions
1
vote
1 answer
IBM Worklight/Mobilefirst migration from worklight 6.1 to mobilefirst 7.1
I am planning to migrate an existing worklight 6.1 application to mobilefirst 7.1.Currently three versions of application are running.
I am following this as my reference…

parth.hirpara
- 542
- 3
- 19
1
vote
2 answers
Apps and adapters from MobileFirst 8.0 Liberty App on Bluemix disappears
I have an MFP8 Bluemix service (which is now a Liberty app instead of container). Deployed one hybrid mobile app and 6 adapters. While things are working fine all of a sudden everything gets wiped off and the server is empty. I have to re-register…

anamica
- 29
- 5
1
vote
1 answer
Unable to call adapter procedure in MobileFirst V8.0 Consumer Edition
I am using MobileFirst V8.0 Consumer Edition. I have setup a test server for my app. When I am calling the adapter procedure(which is protected by the security check) from the mobile app I am getting below error in the server:
[8/25/16 15:10:08:879…

Prerak Tiwari
- 3,436
- 4
- 34
- 64
1
vote
1 answer
Configuration with id 'ADAPTER_CONTENT' for schema 'mfp_default_schema' with version '1.0' not found
I am trying to deploy an JavaSQL Adapter with Hikari Pool using MobileFirst Foundation 8.0 and Postgres 9.5
On deploying, I get the following in the log:
[ERROR ] FWLSE0321: State change failure. Caused by: java.lang.RuntimeException: User code…

dhiraka
- 817
- 6
- 13
1
vote
2 answers
How to get x-mfp-analytics-api-key in MF8 to export data?
I am trying to use swagger ui to export data from analytics console using Analytics Rest API as given in thew tutorials . How to get x-mfp-analytics-api-key for the app in local?
https://example.com:9080/analytics-service/v3/export

Prisy
- 90
- 11
1
vote
1 answer
How to set a friendly name using native API IOS/Android in MFP server
As documented in the link: https://www.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.apiref.doc/html/refjavascript-client/html/WL.Device.html , The WL.Device class in MFP JavaScript client API has methods…

Sambuddha Ghosh
- 21
- 3
1
vote
1 answer
Apple Push Notification SSLHandshakeException
Environment:
Windows Server 2012 R2
JRE 1.8.0_101
IBM WAS Liberty Core 8.5.5.5
IBM MFP 7.1.0.00.20150913-2345
APNS Port Enabled:
gateway.sandbox.push.apple.com 2195
gateway.push.apple.com 2195
verified with telnet it is…

Karikalan
- 263
- 2
- 17
1
vote
1 answer
MobileFirst - JavaScript Adapter calling Java Adapter via REST endpoint
This question is related to - [How to invoke Java adapter from HTTP adapter? ][1]
I have 2 adapters in my MobileFirst 7.1 project :
A Java Adapter that is exposing Rest Endpoint.
A JavaScript adapter will call the Java Adapter via Rest Endpoint…

Charlie Yau
- 11
- 3
1
vote
2 answers
WLResourceRequest onSuccess throws error
I am getting an error on WLResourceRequest's onsuccess callback and the error is as below.
com.sun.jdi.InternalException : Unexpected JDWP Error: 14 Cannot evaluate com.worklight.wlclient.api.WLResponse.toString()
why do we get this error? is…

Rahul
- 217
- 1
- 9
1
vote
1 answer
Calling setActiveUser throws error
I am trying assign a userid to user and I am getting error . I am following as steps below.
server details.
com.worklight.integration.auth.AdapterAuthenticator
…

Rahul
- 217
- 1
- 9
1
vote
1 answer
What happens if we call two WLResourceRequests parallel in android native code.(IBM MobileFirst)
I am using WLResourceRequest to call a server component in android .It works fine but I have question here what happens if I fire second service call while the first service call is still running.
Will both run Parallel?
I am using the following…

Rahul
- 217
- 1
- 9
1
vote
1 answer
Is there a possibility to change the response time in Operational Analytic console IBM MobileFirst
Is there a possibility to change the response time in Operational Analytic console Or any of Network Activities properties that IBM Mobilefirst captures by it self on any network call from client.
I want to change these details from client app.…

Rahul
- 217
- 1
- 9
1
vote
1 answer
Issue in using a self signed certificate in IBM MobileFirst android
I am trying to connect to a https mobilefirst server from my android app. using a self signed certificate but not sure if its a self signed CA certificate.
I used the following code.
certificate file name :mycer.der
I have put this certificate in…

Rahul
- 217
- 1
- 9
1
vote
1 answer
IBM MobileFirst 7.1: know if realm logout-function is explicitly invoked
Is there a way to know when the logout-function of the realm is explicitly invoked by the client with the WL.Client.logout() or it’s triggered by Worklight itself(maybe for timeout)?
We would like to programmatically trace the cause of the…

iacopo
- 11
- 2
1
vote
1 answer
Does IBM MobileFirst capture Analytics if we are connection directly to rest server using WLResourceRequest
I am trying to connect to my Development Rest Server using Ibm MobileFirst Apis(WLResourceRequest).And it works fine for me ....
I used it as mentioned in the following link
Does Mobilefirst provide a provision to access web services directly?
My…

Rahul
- 217
- 1
- 9