Unable to connect to Db2 database
There's an issue related to the DB2 driver and PHP version. We're trying to get this fixed for the next release in a couple of weeks. If this is urgent perhaps we could provide a patch before the...
View ArticleSample Android Address Book App Compatibility with Android 6.0
Can you say what is not working in Android 6? I'm not having any trouble myself.
View ArticleSchedule script to change status of a mongodb document value
You can simply do this to test: var result = platform.api.post( "parkmeDB/_table/comments", {"cool":"very"} ); console.log(JSON.stringify(result)); You should be able to see the result in the browser...
View ArticleSchedule script to change status of a mongodb document value
hi M_menoni got absolutely the same "Array to string conversion" ..i think that the problem is that i use df test_rest.html page to Post and of course i dont have any new records in my mogodbi'm...
View ArticleSchedule script to change status of a mongodb document value
This is a working example var payload = { "resource": [{ "field_name": "SomeArbitraryValue" }] }; var result = platform.api.post("db/_table/tblComments", payload); // event.response.status_code = 200;...
View ArticleSchedule script to change status of a mongodb document value
YES!! it works nowi will try to do some operation with jsonput it in a cron and let you knowthanks again
View ArticleDreamfactory system DB in sql server
Is it yet possible to move the system db to sql server instead of mysql or sqllite ?
View ArticleDreamfactory system DB in sql server
Yes. Supported system databases are SQLite, MySQL, PostgreSQL, and MS SQL Server You can use the switch system database instructions on the wiki to change from one to another:...
View ArticleDreamfactory system DB in sql server
That is great news, so i have setup everything according to the documentation, when i run the php commands on artisan the last part mentions "//Answer the on screen prompts" I am not getting that or...
View ArticleDreamfactory system DB in sql server
Wow just stumbled on this question. You mentioned that this does not migrate your data, but simply sets up a clean install on the new database. That brings up a question - If I have a fully set up DF...
View Article2.0 & OpenShift
Hi Ben, I am pretty new on openshift and dreamfactory. I have created my free openshift account (I can manage up 3 small gears with it... which I assume it's enough for hosting dreamfactory) and I...
View ArticleUnable to connect to AWS RDS MySQL Service
@csbrown The IP you retrieved (52.4.195.0) is that of the Dashboard (where you create and launch instances). If you log in to your instance and do a GET system/environment in API Docs you will be...
View ArticleUnable to connect to Db2 database
Thanks for the reply Todd. I think it will be very helpful if you could provide the patch so that atleast I can start evaluating the product from my side.
View ArticleDreamfactory system DB in sql server
Yes. If the destination database already contains all the DreamFactory information, then it will simply connect the instance to this data. And in fact you shouldn't even need to run the php artisan...
View ArticleUnable to connect to Db2 database
Todd Quick question. Do we still hit with the same issue if we try to install Linux version of dreamfactory and setup to connectto remote DB2 database.
View ArticleExecute function on remote mongodb
how do I execute a function that's on a remote mongodb? I already have the mongodb service set up and can connect and run all the other APIs and it returns the records. But then how do I execute a...
View ArticleNested Update with Mongo
I have the following schema: { 'a':1, b:[{_id:341432, c:2 }, {_id:341445, c:3 }]}; Is there a way, using the REST API, to update the c value from element with _id = 341445 in the b array?.
View ArticleUnable to connect to AWS RDS MySQL Service
Thanks Matt! I did get further. Now it is saying "Failed to connect to database.\nConnection failed to open the DB connection: could not find driver",
View Article