Re: Creation of new Security group (Facility module)

2009-09-30 Thread naveen chanda

This is the console message which i get, when i login:

But i think it is not showing any errors.

For reference, with existing security group assigning, in some cases i am
not getting any error.

Please help me.

Thanks,
Naveen


-30 15:58:55,671 (http-0.0.0.0-8443-1) [ ControlServlet.java:299:INFO ]
[[[main] Request Done- total:0.625,since last([main] Request Be...):0.625]]
2009-09-30 15:59:13,484 (http-0.0.0.0-8443-1) [
ControlServlet.java:130:INFO ] [[[login] Request Begun, encoding=[UTF-8]-
total:0.0,since last(Begin):0.0]]
2009-09-30 15:59:13,578 (http-0.0.0.0-8443-1) [   
ConfigXMLReader.java:118:INFO ] controller loaded: 0.0s, 17 requests, 13
views in
file:/E:/ofbiz/ofbiz%209.4/framework/common/webcommon/WEB-INF/common-controller.xml
2009-09-30 15:59:13,593 (http-0.0.0.0-8443-1) [   
ConfigXMLReader.java:118:INFO ] controller loaded: 0.047s, 260 requests, 109
views in jndi:/0.0.0.0/partymgr/WEB-INF/controller.xml
2009-09-30 15:59:13,656 (http-0.0.0.0-8443-1) [ 
ServiceDispatcher.java:584:INFO ] Sync service [partymgr/userLogin] finished
in [63] milliseconds
2009-09-30 15:59:13,703 (http-0.0.0.0-8443-1) [
RequestHandler.java:593:INFO ] Ran Event
[java:org.ofbiz.webapp.control.LoginWorker#login] from [request], result is
[error]
2009-09-30 15:59:13,703 (http-0.0.0.0-8443-1) [
RequestHandler.java:399:ERROR] Request login caused an error with the
following message: unable to login this application
2009-09-30 15:59:13,703 (http-0.0.0.0-8443-1) [
RequestHandler.java:697:INFO ] Rendering View [login],
sessionId=31451B62908305707CCFAE8E996A09EE.jvm1
2009-09-30 15:59:13,734 (http-0.0.0.0-8443-1) [ 
ScreenFactory.java:129:INFO ] Got 22 screens in 0.031s from:
file:/E:/ofbiz/ofbiz%209.4/framework/common/widget/CommonScreens.xml
2009-09-30 15:59:13,765 (http-0.0.0.0-8443-1) [ 
ScreenFactory.java:129:INFO ] Got 6 screens in 0.031s from:
file:/E:/ofbiz/ofbiz%209.4/applications/party/widget/partymgr/CommonScreens.xml
2009-09-30 15:59:13,796 (http-0.0.0.0-8443-1) [ 
ScreenFactory.java:129:INFO ] Got 1 screens in 0.015s from:
file:/E:/ofbiz/ofbiz%209.4/applications/commonext/widget/CommonScreens.xml
2009-09-30 15:59:13,812 (http-0.0.0.0-8443-1) [  
PrimaryKeyFinder.java:141:INFO ] Returning null because found incomplete
primary key in find: [GenericEntity:PartyNameView][partyId,null()]
2009-09-30 15:59:13,937 (http-0.0.0.0-8443-1) [ 
ServiceDispatcher.java:584:INFO ] Sync service
[partymgr/getVisualThemeResources] finished in [78] milliseconds
2009-09-30 15:59:14,328 (http-0.0.0.0-8443-1) [
ControlServlet.java:299:INFO ] [[[login] Request Done- total:0.844,since
last([login] Request B...):0.844]]



Mridul Pathak-2 wrote:
> 
> Can you be more verbose with the error you are getting, console log could
> be
> helpful to know if it is a permission error or something else?
> -- 
> Thanks & Regards
> Mridul Pathak
> Hotwax Media
> http://www.hotwaxmedia.com
> mridul.pat...@hotwaxmedia.com
> -
> direct: +91 - 942.592.6892
> 
> 
> On Wed, Sep 30, 2009 at 3:33 PM, naveen chanda  wrote:
> 
>>
>> Hi,
>>
>> I have followed as per the steps mentioned, but the below error is
>> getting
>> when i login with username/password:
>>
>>
>>
>> The Following Errors Occurred:
>>
>> unable to login this application
>>
>>
>>
>> Please help me to solve the issue.
>>
>> Thanks,
>> Naveen Chanda.
>>
>>
>> Mridul Pathak-2 wrote:
>> >
>> > You can manage Security Groups, their permissions and associated user
>> > logins
>> > under PartyMgr > Security tab (
>> > https://demo.ofbiz.org/partymgr/control/FindSecurityGroup).
>> > Create a new Security Group, assign FACITLITY_VIEW, FACILITY_CREATE,
>> > FACILITY_UPDATE, FACILITY_DELETE, FACILITY_ADMIN permissions to this
>> > security group as per your requirements.  Then you can assign this
>> > security
>> > group to a user login from same tab or Party Profile, under User Logins
>> > screenlet.
>> >
>> >
>> > --
>> > Thanks & Regards
>> > Mridul Pathak
>> > Hotwax Media
>> > http://www.hotwaxmedia.com
>> > mridul.pat...@hotwaxmedia.com
>> > -
>> > direct: +91 - 942.592.6892
>> >
>> >
>> > On Wed, Sep 30, 2009 at 12:55 PM, naveen chanda 
>> > wrote:
>> >
>> >>
>> >> Dear All,
>> >>
>> >> Could anyone explain me the steps to create a new security group of
>> type
>> >> (FACILITY) to access all the screens under Facility module.
>> >>
>> >> How can i create and add the security group to the user.
>> >>
>> >> Please help to do this.
>> >>
>> >> Thanks and Regards,
>> >> Naveen Chanda
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/Creation-of-new-Security-group-%28Facility-module%29-tp25676226p25676226.html
>> >> Sent from the OFBiz - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Creation-of-new-Security-group-%28Facility-module%29-tp25676226p25678252.html
>> Se

Re: Creation of new Security group (Facility module)

2009-09-30 Thread Mridul Pathak
Can you be more verbose with the error you are getting, console log could be
helpful to know if it is a permission error or something else?
-- 
Thanks & Regards
Mridul Pathak
Hotwax Media
http://www.hotwaxmedia.com
mridul.pat...@hotwaxmedia.com
-
direct: +91 - 942.592.6892


On Wed, Sep 30, 2009 at 3:33 PM, naveen chanda  wrote:

>
> Hi,
>
> I have followed as per the steps mentioned, but the below error is getting
> when i login with username/password:
>
>
>
> The Following Errors Occurred:
>
> unable to login this application
>
>
>
> Please help me to solve the issue.
>
> Thanks,
> Naveen Chanda.
>
>
> Mridul Pathak-2 wrote:
> >
> > You can manage Security Groups, their permissions and associated user
> > logins
> > under PartyMgr > Security tab (
> > https://demo.ofbiz.org/partymgr/control/FindSecurityGroup).
> > Create a new Security Group, assign FACITLITY_VIEW, FACILITY_CREATE,
> > FACILITY_UPDATE, FACILITY_DELETE, FACILITY_ADMIN permissions to this
> > security group as per your requirements.  Then you can assign this
> > security
> > group to a user login from same tab or Party Profile, under User Logins
> > screenlet.
> >
> >
> > --
> > Thanks & Regards
> > Mridul Pathak
> > Hotwax Media
> > http://www.hotwaxmedia.com
> > mridul.pat...@hotwaxmedia.com
> > -
> > direct: +91 - 942.592.6892
> >
> >
> > On Wed, Sep 30, 2009 at 12:55 PM, naveen chanda 
> > wrote:
> >
> >>
> >> Dear All,
> >>
> >> Could anyone explain me the steps to create a new security group of type
> >> (FACILITY) to access all the screens under Facility module.
> >>
> >> How can i create and add the security group to the user.
> >>
> >> Please help to do this.
> >>
> >> Thanks and Regards,
> >> Naveen Chanda
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Creation-of-new-Security-group-%28Facility-module%29-tp25676226p25676226.html
> >> Sent from the OFBiz - User mailing list archive at Nabble.com.
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Creation-of-new-Security-group-%28Facility-module%29-tp25676226p25678252.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>


Re: Creation of new Security group (Facility module)

2009-09-30 Thread naveen chanda

Hi,

I have followed as per the steps mentioned, but the below error is getting
when i login with username/password:



The Following Errors Occurred:

unable to login this application



Please help me to solve the issue.

Thanks,
Naveen Chanda.


Mridul Pathak-2 wrote:
> 
> You can manage Security Groups, their permissions and associated user
> logins
> under PartyMgr > Security tab (
> https://demo.ofbiz.org/partymgr/control/FindSecurityGroup).
> Create a new Security Group, assign FACITLITY_VIEW, FACILITY_CREATE,
> FACILITY_UPDATE, FACILITY_DELETE, FACILITY_ADMIN permissions to this
> security group as per your requirements.  Then you can assign this
> security
> group to a user login from same tab or Party Profile, under User Logins
> screenlet.
> 
> 
> -- 
> Thanks & Regards
> Mridul Pathak
> Hotwax Media
> http://www.hotwaxmedia.com
> mridul.pat...@hotwaxmedia.com
> -
> direct: +91 - 942.592.6892
> 
> 
> On Wed, Sep 30, 2009 at 12:55 PM, naveen chanda 
> wrote:
> 
>>
>> Dear All,
>>
>> Could anyone explain me the steps to create a new security group of type
>> (FACILITY) to access all the screens under Facility module.
>>
>> How can i create and add the security group to the user.
>>
>> Please help to do this.
>>
>> Thanks and Regards,
>> Naveen Chanda
>> --
>> View this message in context:
>> http://www.nabble.com/Creation-of-new-Security-group-%28Facility-module%29-tp25676226p25676226.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Creation-of-new-Security-group-%28Facility-module%29-tp25676226p25678252.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: Creation of new Security group (Facility module)

2009-09-30 Thread Mridul Pathak
You can manage Security Groups, their permissions and associated user logins
under PartyMgr > Security tab (
https://demo.ofbiz.org/partymgr/control/FindSecurityGroup).
Create a new Security Group, assign FACITLITY_VIEW, FACILITY_CREATE,
FACILITY_UPDATE, FACILITY_DELETE, FACILITY_ADMIN permissions to this
security group as per your requirements.  Then you can assign this security
group to a user login from same tab or Party Profile, under User Logins
screenlet.


-- 
Thanks & Regards
Mridul Pathak
Hotwax Media
http://www.hotwaxmedia.com
mridul.pat...@hotwaxmedia.com
-
direct: +91 - 942.592.6892


On Wed, Sep 30, 2009 at 12:55 PM, naveen chanda  wrote:

>
> Dear All,
>
> Could anyone explain me the steps to create a new security group of type
> (FACILITY) to access all the screens under Facility module.
>
> How can i create and add the security group to the user.
>
> Please help to do this.
>
> Thanks and Regards,
> Naveen Chanda
> --
> View this message in context:
> http://www.nabble.com/Creation-of-new-Security-group-%28Facility-module%29-tp25676226p25676226.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>


Creation of new Security group (Facility module)

2009-09-30 Thread naveen chanda

Dear All,

Could anyone explain me the steps to create a new security group of type
(FACILITY) to access all the screens under Facility module.

How can i create and add the security group to the user.

Please help to do this.

Thanks and Regards,
Naveen Chanda
-- 
View this message in context: 
http://www.nabble.com/Creation-of-new-Security-group-%28Facility-module%29-tp25676226p25676226.html
Sent from the OFBiz - User mailing list archive at Nabble.com.