Quantcast
Channel: DreamFactory Forum - Latest posts
Browsing all 5028 articles
Browse latest View live
↧

DF 2.0.4">Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1...

Hi Drew, The session issue is OK. I was referring to an issue regarding the post_process scripting when inserting a record in a mysql table.I have open a bug-fix request here, with additional details....

View Article


AWS SNS Not Working in 2.0

Hi Guys, DF 2.0 is good except for one major reason. The whole client application has to be changed for API calls as the request and response has changed significantly. Also I have one major issue in...

View Article


Event.response.content_type

Hello I'm trying to send back XML in a custom Server side script. I've tried setting event.response.content_type = "application/xml"; But it doesn't appear to do anything. I've also attempted to set...

View Article

How to pass the payload data from request to post process script?

Never mind, I got it rectified. event.request is available in Post process script as well, sorry for the confusion!

View Article

Mysql aggregation in dreamfactory 2.1.0

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 col3I get a...

View Article


DF 2.0.4">Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1...

Thanks. I'll be looking into your bug report.

View Article

Remote Webservice call - post process / missing params in outgoing request

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 i am...

View Article

How to pass the payload data from request to post process script?

sorry for the crickets. we've been a little swamped in support proper lately. event.request should indeed be available post process.

View Article


v2.0 Remote Web Service - headers not passed across

Fixed.For real this time. =) If you follow the documented update instructions on the wiki, the DreamFactory version will not change (still 2.1,) but the df-rws repo will be updated to version 0.2.2...

View Article


Calling Stored Procedure in script with Params

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 is not...

View Article

Creating My sql service error

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] Access denied for user...

View Article

Default User Service

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 old login api...

View Article

GETing deep structures

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 application...

View Article


Default User Service

The system database can be run on sqlite, mysql, postgres, and as of version 2.1, MS SQL.MongoDB or any NoSQL type databases are not in view for us for the system database, as it is by nature...

View Article

Image may be NSFW.
Clik here to view.

Creating My sql service error

Rohit_Dhore: SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to database 'db' @Rohit_Dhore How was your DreamFactory stack installed? Can you check that the credentials you are providing...

View Article


How to convert XML response of Remote web service to JSON

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 script to get...

View Article

How to set mongodb ISODATE record

hello Il will again reply to myself if you want to store Date in ISODATE format with a Setrecord just use:"date": { "$date": "01/01/01" }and mongoDB wil translate this to : "date" :...

View Article


Creating My sql service error

Hey, I got the same error! I was following this tutorial and trying to setup a database schema on a free cloud-hosted instance of Dream Factory. Does that free instance come with SQL databases that I...

View Article

How to convert XML response of Remote web service to JSON

@mimu a lot of this depends on the web service itself and in what format the data is available. Some public APIs ( example: http://catalog.data.gov/dataset ) will only serve JSON or only serve XML....

View Article

Service Definition Repo

@benbusse hi ben any update here?

View Article
Browsing all 5028 articles
Browse latest View live