Booting errors on Windows platform
@sohiarobin wrote: One of the main drawbacks of Windows OS is booting errors that are very frequent for most of the users. They definitely need actual suggestions recommended by windows 10 hangs on...
View ArticleMysql View doesn't work - DF on windows
@RaphaelAndrews wrote: I been using Mysql Tables on DF for Windows and all works fine, but when I consume a Get Method to access MySql Views, I get an error that says: “Table does not exist in the...
View ArticleHow to set up rules to acces only by one record?
@Victor_ViaPrint wrote: Hi, I am using Bitnami DreamFactory 2.14.1-7 vmdk I need to restrinct Querying by a single record, by ID (or other parameter), NOT to allow to list all table (!!). In [Roles]...
View ArticleGateway timeout when fetching records from MySQL database
@shobana wrote: Hi, I’ve created a service for a mysql database which is in AWS RDS. In the service configuration i saw a field “schema”, if i give it as “default” that service will work only with...
View ArticleNTLM Authentication for SOAP to Rest API
@benbartlett wrote: Has anyone successfully done soap to rest with NTLM authentication? Posts: 1 Participants: 1 Read full topic
View ArticleScript save button is disabled
@wilfongjt wrote: Admin Console > Script > Save button I’m trying to learn about scripting and have added some script to a service. I’ve pasted in some of the sample script but I can’ save it....
View ArticleUser roles for services
@MrSpock wrote: Hello, in the admin panel I can select or create users. There on the role page I can define which role this user has for using the various services. My users are creates in my app,...
View ArticleProblem loading system config
@Bryan_Lighton wrote: I had to rebuild my webserver, and I have reinstalled and connected to my original mysql sys db. I seem to have a good connection as I can login ok, it recognized a bad password....
View ArticleUser database with different applications
@MrSpock wrote: If a user registers himself in one of my applications then I have him added to the users table. If a have another application on the same server and the same dreamfactory database, how...
View ArticleError 404: Procedure 'procedure_name' does not exist in the database
@paulsmith wrote: I have a MySQL database with a stored procedure that takes the user’s email address as an input parameter (pemail) and returns the user’s ID from the bitnami_dreamfactory_user table....
View ArticleComposite Key as ID
@Julian_Kallidat wrote: I run on License Level: OPEN SOURCE DreamFactory Version: 2.14.0 System Database: mysql I worked through documentation and through the new guide, however I could not find a...
View ArticleInvalid token after system/user PATCH
@Ved_Prakash wrote: Hi, I am facing a strange issue while I am trying to update emailid of the system user using /system/user/{id} PATCH method, which works fine, it updates without any problem. The...
View ArticleEmail address is appending the DF servicename for Facebook OAuth Service
@isreehari wrote: { “session_token”: “xxxxx”, “session_id”: “xxxxx”, “id”: 121, “name”: “Sree Iasdf”, “first_name”: “Sree”, “last_name”: “Iasdf”, “email”: "isree+SPTPFacebookOAuth@hotmail.com",...
View ArticleError 400 Api post server side scripting
@knowhat wrote: When trying to post to a API using server-side scripting, I get error 400. When I copy the request to the API Docs, it works. Here is the error message: { error: { code: 400, context:...
View ArticlePython import external modules
@regalartech wrote: can we import external modules such as if i want to create a custom excel report the i need to use XlsxWriter pypi. How to add this pypi for python script ? Posts: 1 Participants:...
View ArticleSecuring Dreamfactory and Database question
@luismat wrote: Hi everyone, congratulations to the development team, this looks like a very good platform, so far so good. A couple of questions: 1-Is there an article somewhere that explains how to...
View ArticleMigrating to Docker: Getting MAC is invalid error
@goblin wrote: Hi! I have been trying for a couple of days to migrate and existing Bitnami install to the docker-df stack. Both the instances runs DF version 2.11.1. What we have done is the...
View ArticleCheck CPU or Memory Consumption of services
@vivianypc wrote: Hi, I have been running Dream Factory Docker Services version 2.12.6 and found that recently the memory consumption of the services is very high. I would like to start...
View ArticleHow to get the App Name by api_key
@frank wrote: Is there any ways to get the App Name by api_key in our code? Thanks! Posts: 1 Participants: 1 Read full topic
View ArticlePrevent Dreamfactory from double encoding URL parameters
@efunneko wrote: I have an HTTP service configured and I am trying to do a GET through Dreamfactory that requires a URL parameter that needs URL encoding (e.g. " -> %22). My client side HTTP...
View Article