Hello Palani,

There is also a way around the microservice option to use, if you check the
Demo Server Project, inside the Service Runner class, you can modify which
service gets run

Regards

On Tue, 9 Apr 2019 at 16:10, Courage Angeh <[email protected]> wrote:

> Hi Palani,
>
> I am not sure what exactly you are asking for but if it is data from the
> database you can get that from your Cassandra or MariaDB instances.
>
> A possible cause of the build failure you get when -Ddemoserver.lite is set
> to false might be due to insufficient hardware resources.
>
> The permission list you provided is expected. Like Ruphine pointed out you
> can only get permissions for running microservices.
> As of now the flexibility of selecting which microservices get to run with
> the -Ddemoserver.lite option doesn't exist but I think it would be
> a good idea.
>
> Regards,
> Courage.
>
>
> On Tue, Apr 9, 2019, 9:27 AM Palani M <[email protected]> wrote:
>
> > Dear Ruphine Kengne & Courage,
> > Thank you so much for your supports.
> >
> > System is taking both true or false for -Ddemoserver.lite=true same way.
> > I tried with that also.
> > when i avoid not using -Ddemoserver.lite param , VM got hangs up and
> > build getting failed in the end.
> >
> > Meanwhile I have checked my Cassandra database table,
> > *isis_permittable_groups*
> > Which has limited data only. is it possible to have the data for the
> table
> > with whole groups permitted?
> >
> > Hope we will solve it soon.
> >
> > Thank you
> > Palani
> >
> >
> >
> >
> >
> >
> >
> > isis_permittable_groups;
> >
> > On Tue, Apr 9, 2019 at 6:41 PM Ruphine Kengne <[email protected]>
> > wrote:
> >
> >> Hey Palani,
> >>
> >> From your list of permissions, you don't have the permissions for Loans,
> >> Deposits, Groups,
> >> because those micro services are not running.
> >>
> >> So you have to run the demoserver.lite with flag false,so that those
> >> service should be running thus enabling you to access them on the UI
> >>
> >> Regards
> >>
> >> On Tue, 9 Apr 2019 at 14:06, Palani M <[email protected]> wrote:
> >>
> >> > Also Please note below API itself returns limited data while Log In.
> >> > URL: http://localhost:4200/identity/v1/users/operator/permissions
> >> >
> >> > *Response:*
> >> >
> >> >
> >>
> [{"permittableEndpointGroupIdentifier":"catalog__v1__catalog","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__identifications","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__offices","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__customer","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__task","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__employees","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__users","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__portrait","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"office__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"customer__v1__documents","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__self","allowedOperations":["READ","CHANGE","DELETE"]},{"permittableEndpointGroupIdentifier":"identity__v1__roles","allowedOperations":["READ","CHANGE","DELETE"]}]
> >> >
> >> >
> >> >
> >> > On Tue, Apr 9, 2019 at 6:16 PM Palani M <[email protected]>
> wrote:
> >> >
> >> > > Dear Courage,
> >> > > Please find out the below URL for the screen shots.
> >> > > https://photos.app.goo.gl/3Hk19mrK7HqVDLGe9
> >> > >
> >> > > Also as per document I have used below details. Will it show all
> >> modules
> >> > > i.e has Admin access?
> >> > >
> >> > >    - Open http://localhost:4200 <http://localhost:4200/> on fims -
> >> > >    backoffice
> >> > >    - Login to the platform using the credentials,
> >> > >
> >> > > *    Tenant : playground*
> >> > >
> >> > > *    Username : operator*
> >> > >
> >> > > *    Password : init1@l *
> >> > >
> >> > >
> >> > > For Web I used below URL
> >> > >
> >> > > https://github.com/apache/fineract-cn-fims-web-app
> >> > >
> >> > >
> >> > > Looking forward to hear from you.
> >> > >
> >> > >
> >> > > Thank you
> >> > >
> >> > > Palani
> >> > >
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On Tue, Apr 9, 2019 at 5:00 PM Courage Angeh <
> [email protected]>
> >> > > wrote:
> >> > >
> >> > >> Hi Palani,
> >> > >>
> >> > >> Can I see a copy of your browser logs?, you should get some errors
> >> > >> because the UI will try to access some of the services that are not
> >> > running.
> >> > >>
> >> > >>
> >> > >> Regards,
> >> > >> Courage.
> >> > >>
> >> > >> On Tue, Apr 9, 2019, 7:26 AM Courage Angeh <[email protected]
> >
> >> > >> wrote:
> >> > >>
> >> > >>> Hi Palani,
> >> > >>>
> >> > >>> Yes you're running just a few services via demo server with the
> >> > >>> Ddemoserver.lite=true option but that shouldn't be the cause of
> >> > >>> the problem. If that was the case then group module won't show as
> >> its
> >> > not
> >> > >>> amongst the modules that should run when Ddemoserver.lite is set
> to
> >> > >>> true.
> >> > >>>
> >> > >>> Regards,
> >> > >>> Courage.
> >> > >>>
> >> > >>> On Tue, Apr 9, 2019, 3:19 AM Palani M <[email protected]>
> >> wrote:
> >> > >>>
> >> > >>>> Dear Ruphine Keng,
> >> > >>>> Role creation also not showing the other modules like Loans and
> >> > >>>> Products.
> >> > >>>> After several analysis I guess my build command may restrict to
> use
> >> > >>>> only few modules.
> >> > >>>> I am using* -Ddemoserver.lite=true *in the build as full build
> not
> >> > >>>> working due to VM.
> >> > >>>>
> >> > >>>> is there any property  to pass  only required modules through
> >> > command ?
> >> > >>>> It would be great for any assistance.
> >> > >>>>
> >> > >>>> Thank you all so much.
> >> > >>>>
> >> > >>>> Palani
> >> > >>>>
> >> > >>>>
> >> > >>>>
> >> > >>>>
> >> > >>>>
> >> > >>>> ------------------------------
> >> > >>>> Regards,
> >> > >>>> Palanisami M
> >> > >>>> Habile Technologies Private Limited
> >> > >>>> ------------------------------
> >> > >>>> DISCLAIMER:
> >> > >>>> All emails and any files transmitted with them are confidential
> and
> >> > >>>> intended solely for the use of the individual or entity to whom
> >> they
> >> > are
> >> > >>>> addressed. If you have received an email in error please notify
> >> your
> >> > system
> >> > >>>> manager. The message in the email you have received contains
> >> > confidential
> >> > >>>> information and is intended only for the individual named. If you
> >> are
> >> > not
> >> > >>>> the named addressee you should not disseminate, distribute or
> copy
> >> the
> >> > >>>> email. Please notify the sender immediately by email if you have
> >> > received
> >> > >>>> an email by mistake and delete the email from your system. If you
> >> are
> >> > not
> >> > >>>> the intended recipient you are notified that disclosing, copying,
> >> > >>>> distributing or taking any action in reliance on the contents of
> >> the
> >> > >>>> information is strictly prohibited.
> >> > >>>>
> >> > >>>>
> >> > >>>> On Tue, Apr 9, 2019 at 1:31 AM Ruphine Kengne <
> >> > [email protected]>
> >> > >>>> wrote:
> >> > >>>>
> >> > >>>>> Hey Palani,
> >> > >>>>>
> >> > >>>>> For you to see all the modules,
> >> > >>>>> You have to create a role, assign all the permissions to it.
> >> > >>>>> Create an employee, assign that role to that employee and login
> >> with
> >> > >>>>> that
> >> > >>>>> employee credential you just created.
> >> > >>>>>
> >> > >>>>> I think from there, you should be able to see all the modules.
> >> > >>>>>
> >> > >>>>> Regards
> >> > >>>>> Ruphine Kengne
> >> > >>>>>
> >> > >>>>> On Mon, Apr 8, 2019, 8:17 PM Palani M <[email protected]>
> >> > wrote:
> >> > >>>>>
> >> > >>>>> > Dear Isaac Kamga,
> >> > >>>>> > Have checked the same and issue still persists in my case.
> >> > >>>>> > Kindly find the below URL for screen shots.
> >> > >>>>> >
> >> > >>>>> >
> >> > >>>>> >
> >> > >>>>>
> >> >
> >>
> https://photos.google.com/share/AF1QipMYGnEVW2c0TrQWZ3YbtMZZhWMlcZRyI-1r5mL87jXLIDsWwd4weIKnyqhoouowiQ?key=T3FpZmsyclFmc0syaVpqb0RhSlkwZklDZWRiYTJR
> >> > >>>>> >
> >> > >>>>> > Thanks
> >> > >>>>> > Palani
> >> > >>>>> >
> >> > >>>>> >
> >> > >>>>> > ------------------------------
> >> > >>>>> > Regards,
> >> > >>>>> > Palanisami M
> >> > >>>>> > Habile Technologies Private Limited
> >> > >>>>> > ------------------------------
> >> > >>>>> > DISCLAIMER:
> >> > >>>>> > All emails and any files transmitted with them are
> confidential
> >> and
> >> > >>>>> > intended solely for the use of the individual or entity to
> whom
> >> > they
> >> > >>>>> are
> >> > >>>>> > addressed. If you have received an email in error please
> notify
> >> > your
> >> > >>>>> system
> >> > >>>>> > manager. The message in the email you have received contains
> >> > >>>>> confidential
> >> > >>>>> > information and is intended only for the individual named. If
> >> you
> >> > >>>>> are not
> >> > >>>>> > the named addressee you should not disseminate, distribute or
> >> copy
> >> > >>>>> the
> >> > >>>>> > email. Please notify the sender immediately by email if you
> have
> >> > >>>>> received
> >> > >>>>> > an email by mistake and delete the email from your system. If
> >> you
> >> > >>>>> are not
> >> > >>>>> > the intended recipient you are notified that disclosing,
> >> copying,
> >> > >>>>> > distributing or taking any action in reliance on the contents
> of
> >> > the
> >> > >>>>> > information is strictly prohibited.
> >> > >>>>> >
> >> > >>>>> >
> >> > >>>>> > On Mon, Apr 8, 2019 at 10:33 PM Isaac Kamga <
> >> [email protected]
> >> > >
> >> > >>>>> wrote:
> >> > >>>>> >
> >> > >>>>> > > Hello Palani,
> >> > >>>>> > >
> >> > >>>>> > > The users guide
> >> > >>>>> > >
> >> > >>>>>
> >> > https://cwiki.apache.org/confluence/display/FINERACT/The+Sign-In+Page
> >> > >>>>> > can
> >> > >>>>> > > help you here.
> >> > >>>>> > >
> >> > >>>>> > > The photos you attached can't be viewed. You want to use a
> >> > >>>>> photo-sharing
> >> > >>>>> > > service and paste the link here instead.
> >> > >>>>> > >
> >> > >>>>> > > Cheers,
> >> > >>>>> > > Isaac Kamga.
> >> > >>>>> > >
> >> > >>>>> > > On Mon, Apr 8, 2019 at 12:24 PM Palani M <
> >> [email protected]
> >> > >
> >> > >>>>> wrote:
> >> > >>>>> > >
> >> > >>>>> > > > Dear Team,
> >> > >>>>> > > > I am setting up the fineract CN demo server based on the
> >> steps
> >> > >>>>> provided
> >> > >>>>> > > in
> >> > >>>>> > > > the link
> >> > >>>>> > > >
> >> > >>>>> > >
> >> > >>>>> >
> >> > >>>>>
> >> >
> >>
> https://cwiki.apache.org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN
> >> > >>>>> > > > .
> >> > >>>>> > > > After following the steps I could able to connect backend
> >> > >>>>> services with
> >> > >>>>> > > > Front end. The problem I am facing is that when I log in
> >> using
> >> > >>>>> the
> >> > >>>>> > > > credentials provided in the link , can able to see only
> few
> >> > >>>>> modules
> >> > >>>>> > shown
> >> > >>>>> > > > in screen shot. Actually I wanted to see the all the
> modules
> >> > like
> >> > >>>>> > Loans &
> >> > >>>>> > > > Product but I tried to check in the Roles , there also I
> >> could
> >> > >>>>> only see
> >> > >>>>> > > the
> >> > >>>>> > > > limited modules i.e only Group,customers,Employee's.
> >> > >>>>> > > >
> >> > >>>>> > > > It would be great help if you guide me on what I am
> missing
> >> > this.
> >> > >>>>> > Whether
> >> > >>>>> > > > any entries in DB will help or any user I could use by
> >> default
> >> > >>>>> like
> >> > >>>>> > Admin
> >> > >>>>> > > > user where it will list all screens.
> >> > >>>>> > > >
> >> > >>>>> > > > I used below below command to make back-end up.
> >> > >>>>> > > >
> >> > >>>>> > > > java -Ddemoserver.provision=true -Ddemoserver.lite=true
> >> > >>>>> > > > -Ddemoserver.persistent=true
> >> -Dcustom.cassandra.contactPoints=
> >> > >>>>> > > > 127.0.0.1:9042 -Dcassandra.cluster.user=cassandra
> >> > >>>>> > > > -Dcassandra.cluster.pwd=password
> >> > -Dcustom.mariadb.host=localhost
> >> > >>>>> > > > -Dcustom.mariadb.user=root -Dcustom.mariadb.password=mysql
> >> -jar
> >> > >>>>> > > > demo-server-0.1.0-BUILD-SNAPSHOT.jar
> >> > >>>>> > > >
> >> > >>>>> > > > Thank you
> >> > >>>>> > > > Palani
> >> > >>>>> > > > Skype: palani.mitteam
> >> > >>>>> > > > +91 9941451845
> >> > >>>>> > > >
> >> > >>>>> > > >
> >> > >>>>> > > >
> >> > >>>>> > > >
> >> > >>>>> > > >
> >> > >>>>> > > >
> >> > >>>>> > > > [image: devs1.png]
> >> > >>>>> > > >
> >> > >>>>> > > >
> >> > >>>>> > > >
> >> > >>>>> > > > [image: devs2.png]
> >> > >>>>> > > >
> >> > >>>>> > > >
> >> > >>>>> > >
> >> > >>>>> >
> >> > >>>>>
> >> > >>>>
> >> >
> >>
> >
>

Reply via email to