From: Peter o. <pet...@gm...> - 2025-04-11 14:12:10
|
Hello, Thanks for the assistance. I've been able to sort out the issue though. Problem was on the new_initialize_db.py file that was to be executed via API but wasn't due to change in valid Auth Token for the deployed system and otp. How to go about it: Authenticate the API which send a POST request to the auth endpoint using the defined credentials (username and password) in the json body. The function constructs the http request using urllib.request.Request and sends it using urllib.request.urlopen. Retrieve the Basic authentication token from the system: inspect:network precise body preferred. Hard code the token on the py.file and execute to create the table and relevant data tables. Regards. On Fri, Apr 11, 2025 at 4:38 PM Felix van Hove via Mifos-developer < mif...@li...> wrote: > Hi Peter, > > If you don't refer to the latest code of the web app and of Fineract, > please add version information to your questions and bug reports. > Developers are trying help you tracking down your error. If you use > Fineract 1.4 and an 8 years old version of the community app, developers > need to search your bug in the source code that you use. Everything else > is wasting their time. Or are you referring to newly released code? > > Kind Regards, > Felix > > > On 10/04/2025 10:05, Peter oliver wrote: > > Hello, > > > > I get the error when creating the member in the UI as after indicating > > the mandatory field and the needed optional fields. After am not able to > > submit the creation. > > Find attached snip. > > > > > > image.png > > > > > > On Thu, Apr 10, 2025 at 10:41 AM Bharath Gowda <bg...@mi... > > <mailto:bg...@mi...>> wrote: > > > > Hi Peter, > > > > Are you getting this error message while you are creating the client > > from the UI or when you are trying to save some data in a datatable > > that belongs to a client? > > A screenshot would be more helpful > > > > Regards, > > Bharath > > Lead Implementation Analyst | Mifos Initiative > > Skype: live:cbharath4| Mobile: +91.7019635592 > > http://mifos.org <http://mifos.org/><http://facebook.com/mifos>// > > <http://www.twitter.com/mifos> > > > > > > On Wed, Apr 9, 2025 at 6:43 PM Peter oliver > > <pet...@gm... <mailto:pet...@gm...>> wrote: > > > > Hello @all, > > > > Getting an error of "client extra info" does not exist in > > attempt to create the clients data in the system. > > > > This is after deployment without the python file > > "new_db_initialize.py" being executed which should create the > > client extra info fields via the datatable apis. > > > > Opted to attempt to create the client extra info table manually > > in the db but still not able to create/import a client data. > > > > How can i fix this error? > > > > Below is the attached error log: > > > > client creation err.jpg > > Screenshot 2025-04-09 102129.png > > > > Regards. > > Mifos-developer mailing list > > mif...@li... <mailto:mifos- > > dev...@li...> > > Unsubscribe or change settings at: > > https://lists.sourceforge.net/lists/listinfo/mifos-developer > > <https://lists.sourceforge.net/lists/listinfo/mifos-developer> > > > > Mifos-developer mailing list > > mif...@li... <mailto:mifos- > > dev...@li...> > > Unsubscribe or change settings at: > > https://lists.sourceforge.net/lists/listinfo/mifos-developer > > <https://lists.sourceforge.net/lists/listinfo/mifos-developer> > > > > > > > > Mifos-developer mailing list > > mif...@li... > > Unsubscribe or change settings at: > > https://lists.sourceforge.net/lists/listinfo/mifos-developer > > > > Mifos-developer mailing list > mif...@li... > Unsubscribe or change settings at: > https://lists.sourceforge.net/lists/listinfo/mifos-developer |