Mysql aggregation in dreamfactory 2.1.0
@kyle wrote: I have created a virtual field vcol1 for SUM query as mentioned in wiki.dreamfactory.com.I want to use dreamfactory api to query. SELECT col0,SUM(col1)FROM tablenameWHERE col2=xGROUP BY...
View ArticleRemote Webservice call - post process / missing params in outgoing request
@mimu wrote: i 've set up a remote web service which needs a couple of parameters.1 header for basic auth, a couple of params which are always the same, and 2 params which are specific to each request...
View ArticleCalling Stored Procedure in script with Params
@endyk wrote: I'm calling a stored procedure and passing some parameters in the script with the following statement (below). I get a "No response received" when I call the API and the stored procedure...
View ArticleCreating My sql service error
@Rohit_Dhore wrote: When I try to create schema in My SQL driver service I get following error. Failed to connect to database. Connection failed to open the DB connection: SQLSTATE[HY000] [1044]...
View ArticleDefault User Service
@Rusher wrote: Is it possible to use other form of database such as mongodb to store user management service? If so, do I modify local db or other services? If not, is there a way I can implement my...
View ArticleGETing deep structures
@dougal wrote: Is it possible to get an object graph more than one level deep natively using the API? I am aware of the 'related' feature, but cannot use it to get the entire graph. For example, in my...
View ArticleHow to convert XML response of Remote web service to JSON
@mimu wrote: The 2.1 version of DF already shows the response inside the api Docs in json format.But how to achieve to get back json when calling the DF Rest api?How to call the converter inside a...
View ArticleOData output from the DB call
@cyrus007 wrote: I was wondering if there is going to be any support for OData service in DF, specifically making calls/operations of type specified in the OData spec instead of DF specific. Or is...
View ArticleScripting multiple parameter sets to a Stored Procedure
@jowens wrote: I'm not really all that JavaScript savvy so forgive me if this is a silly question. I am attempting to write a server side script so that I can loop through many sets of parameters to...
View ArticleOnly GET requests work after update to 2.1
@Jonathan_Irwin wrote: Hi there I am having some major issues after updating to version 2.1. I can only make GET requests. Any POST or PUT request returns: "No record(s) detected in request." error...
View ArticleCan't connect to oracle even after oci8 has been enabled
@RalphMartin wrote: Hi everyone, I have installed Bitnami DreamFactory Windows installer on my PC and I'm trying to connect to an oracle database, however, when trying to create a service I get the...
View ArticleFresh installation and Invalid credentials supplied
@jmontes wrote: Hi I made a new installation of dsp -ubuntu-trusty-14.04 and debain jessie-Admin Application Version: 2.1.3-DreamFactory Version: 2.1.0-mysql-login with id admin created in...
View ArticleCreating new SQL Server service
@dnewbytricore wrote: I am using Dreamfactory 2.1 and Laravel Homestead for my VM. When I create a new service for SQL Server I am receiving the following error: Api ErrorRequired extension or module...
View ArticleChanges in response doesn't stick
@Elvis_Fernandes wrote: I'm having some difficulties trying to change the response from a GET request. In the get.post_proccess for a given table I'm modifying the event.response object but the...
View Article[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Cannot update identity...
@mharvey wrote: Trying to edit a record in the data tab in admin I get the following error: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Cannot update identity column 'Id' I read about a...
View ArticleNodejs installation and scripting instructions
@cyrus007 wrote: Are there any instructions for installing Node.js in DF and using nodejs scripting in server side scripting ? The wiki page does not have any info regarding this. I am interested in...
View ArticleAcces-control-Allow-Origin
@Navin_Agarwal wrote: I have installed Dreamfactory version 2.0.2 using bitnami on Amazon EC2 machine. I am trying to get jpeg image from Amazon S3.I am using Angular JS SDK. But I keep getting the...
View ArticleJoomla Users Table
@rdubya152 wrote: Anyone try using Dreamfactory in conjunction with a Joomla or Wordpress MySQL database? More specifically, using the Joomla User table instead of the native Dreamfactory one? I know...
View ArticleV8js script with mongodb
@Rusher wrote: Dear friends, I'm trying to work on building on my own custom script for further flexibilities with the use of mongodb connection. There are who simple task I would like to try, but I...
View ArticleDF 2.1 + MariaDB + PHP 7 with OPcache
@Mauro_Delazeri wrote: I'm writing just to report that I am using DF 2.1 + MariaDB + PHP 7 with OPcache and works very well and it is very fast.I recommend everyone to use it, before I was using DF...
View Article