Installation: HTTP 500 error when trying
Of course I progressed immediately after posting. This seems to be the behavior if one accesses the host without any path. A bit misleading for a beginner....
View ArticleInstallation: HTTP 500 error when trying
You should automatically be directed to the right path if you turned on mod_rewrite and configured your Apache virtual host according to the example. Also, I don't know if you have a specific reason...
View ArticleAccessing DF NONSQL SERVICe
Well, 403 Forbidden The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the...
View ArticleUse storedprocedure to fetch Master - Details records
Hi I'm Using Dreamfactory with .Net MVC, I'm wondering if it is possible to fetch master - detail records by stored procedure.for instance I'm having a Customer table with fields 1....
View ArticleUse storedprocedure to fetch Master - Details records
Multiple result sets are not supported. You can achieve what you want by either splitting into 2 stored procedures or returning an entity that contains both customer and address data thus having...
View ArticleUse storedprocedure to fetch Master - Details records
Is it possible to achieve the same by using related queries?
View ArticleUse storedprocedure to fetch Master - Details records
Yes, of course. Have a look at the .NET SDK github repo, it has a AddressBookDemo that demonstrates related queries. RegardsMarko
View ArticleWhoops, looks like something went wrong
Hello, I have installed Dream-factory locally on windows 7 ,but it goes wrong i don't know why ??? and this is from error/log:: [Sat Nov 21 20:00:43.710475 2015] [mpm_winnt:notice] [pid 3292:tid 336]...
View ArticleDatabase API error when query related data and the relationship name is on...
Hi @drewpearce I guess I will have to wait for the next release of the bitnami installer to see if this is fixed right?
View ArticleStrange Issue in calling StoredProcedure
I've created stored procedure which accepts XML as varchar. It accept two input parameter One is having customer data which gets inserted into Customer table & Other is related to address of...
View ArticleSynchronus Method to fetch data
Please let me know if dreamfactory has got Synchronous method to fetch data. Thanks
View ArticleStrange Issue in calling StoredProcedure
Have you tried executing the procedure using test_rest.html or swagger? Also could you record the http request being sent to DF from c# using fiddler, it might help to find the problem. RegardsMarko
View ArticleSynchronus Method to fetch data
Assuming you are refering to the .NET SDK all calls are made asynchronously, there are no alternative synchronous methods in the SDK. There are helpers that might be useful if it is necessary for you...
View ArticleAccess-Control-Allow-Headers missing on response header hosted on enterprise...
Jeffrey, I think I have the same issue. I have installed DF on an Ubuntu server and I've used the Installer in the main download page. Can you direct me as to how to update my code base with the...
View ArticleExternal Folders Outside of Local File Service
Hi everyone, thanks for the release of DF 2.0. It's great! Using the local file storage service, is it possible to access files privately outside of the Dreamfactory installation folder? E.g. if my...
View Articleldap_search(): Search: Can't contact LDAP server dreamfactory
Hi all, i am trying to configure the LDAP service in Dreamfactory, i am setting up the service according to the documentation for LDAP provided by Dreamfactory, however, it appears the error message...
View ArticleHow to use MySQL aggregate functions in queries
With version 2 i'm unable to use aggregate functions as before in the filter or fields param. Suppose example how can i query the following using api SELECT HOUR(col2),MAX(col1)-MIN(col1) FROM...
View ArticleDatabase API error when query related data and the relationship name is on...
Bitnami installs can be updated from github, if you are comfortable with git and the command line.In windows you'll need to install a git shell (there are a few of these available.) The basic update...
View ArticleUser getting 403 response when they shouldn't be
I have created a role with the following information:I have then assigned that role to a user in each category: admin, swagger, and filemanager I have logged in to to the user session endpoint with...
View ArticleAre REST APIs fundamentally insecure for mobile Apps?
I am interested in using DreamFactory to help build APIs that will serve our IOS and ANDROID apps. However, my colleague (who is actually much more of an expert in the app development field then me)...
View Article