Schedule script to change status of a mongodb document value
Hello eveybodyi use DF 2.1 with mongodb service very nice , no problem now i'm looking on this functionality : imagine that i have a mongo collection with document ..on this document lets say i have:{...
View ArticleCustom Scripting Service - Python option missing?
Is Python scripting included with 2.1.2 release? Thanks, Mark
View ArticleSchedule script to change status of a mongodb document value
If you don't have a huge number of records to update you could create a custom script service named 'archive.' The service would call platform.api.get() with a date filter, update the status, then use...
View ArticleTrying to add a column to users returns "No data in schema update request"
I'm new to DF and I'm having trouble adding a field to the users table. When I run the following through the API using db/_schema - "updateAppdendbTables() - Update (patch) one or more tables." I get...
View ArticleSample Android Address Book App Compatibility with Android 6.0
Thanks, we're looking into it. Will let you know when we've updated the repo.
View ArticleSchedule script to change status of a mongodb document value
thanksso for example (just to test)i create a script service with var t = {"resource":[{"cool":"very"}]}var t = JSON.stringify(t) platform.api.post( parkmeDB/_table/comments ,t ); then when i call it...
View ArticleDreamfactory version showing 2.1.1 after installing 2.1.2
Just installed the latest Dreamfactory 2.1.2 from this link The installation went through smoothly but when I check the version information from the System Info overview - I see the following:...
View ArticleDefault role -- 404: Role not found
I have a table in one of my databases that I want to use to collect emails from users. Unregistered users should be able to insert records to this table, but not have access to any other part of...
View ArticleSchedule script to change status of a mongodb document value
I think you don't need to stringify it. Also are you missing some semi colons at the end of each statement? And you forgot the quotes too All you need isplatform.api.post( "parkmeDB/_table/comments",...
View ArticleDreamfactory version showing 2.1.1 after installing 2.1.2
Just checked the mongod from command line and it shows the version as 2016-05-03T17:29:27.133+0000 I CONTROL [initandlisten] db version v3.2.5 Which means that the version is 2.1.2 but the details is...
View ArticleSchedule script to change status of a mongodb document value
thanks for your replyunfortunaly with platform.api.post( "parkmeDB/_table/comments", {"cool":"very"} ); when i test it via DSPURL//test_rest.html with POST as method i dont have any output maybe there...
View ArticleDreamfactory version showing 2.1.1 after installing 2.1.2
And what happened to the local MongoDB service It is no longer there
View ArticleRequired extension or module 'mongo' is not installed or loaded
Seems like another night of errors! Now this message crops up when I try to add MongoDB service Required extension or module 'mongo' is not installed or loaded. This is the latest version that I...
View ArticleTrying to add a column to users returns "No data in schema update request"
The users table is not editable (except directly in the database) and is not extensible at all in this way.If you wish to use additional fields associated with users, take a look at the user/custom...
View ArticleCustom Scripting Service - Python option missing?
Yes. 2.1.2 include support for Python scripting.
View ArticleCreating Service Definition
Hi, I am trying to setup a connection to a remote service, and have created a service definition for it: { "swagger": "2.0", "basePath": "/pwinty", "info": { "version": "1.0.0", "title": "Pwinty" },...
View ArticleUnable to connect to AWS RDS MySQL Service
Trying Enterprise Hosted edition of DreamFactory (so I assume it is set up correctly). I am trying to connect with an AWS RDS MySql Database. I set up the service using the same connection string as...
View ArticleDreamfactory version showing 2.1.1 after installing 2.1.2
There was a problem with the installer files that has been corrected. Now it will install 2.1.2 as expected. It should also install MongoDB. Let us know if it doesn't.
View ArticleDreamfactory version showing 2.1.1 after installing 2.1.2
Great thanks. I just downloaded / installed the latest version from Bitnami and everything works as expected. The version information, MongoDB all looks and connects fine. Thanks for fixing this real...
View ArticleFailed to update resource: Validation failed
Was trying to disable the "files" service from the Services tab. I get the following error on the upper left handside of the screen when trying to deactive the files services by unchecking the...
View Article