Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Re: [MAXIMO List] Start Centre - Result Set Portlet - No Column Configuration for users

From: Shannon Sutton (2012-04-15 15:44)

Follow these steps to force a refresh of the Maximo Start center to end users
1. Log in as MAXADMIN to create and/or modify a Start Center Template, Save.
2. Login to the Maximo Database using a SQL Editor, as maximo user
3. Run the following script
a. delete from layout
where scconfigid in (select scconfigid
from scconfig
where groupname = 'SC-COMPLAINT');

delete from scconfig
where groupname = 'SC-COMPLAINT';
commit;
b. Be sure to change the group name to the appropriate group that uses the template
4. When the user either logs in or returns to the start center, the system will rebuild the startcenter from the appropriate template that was updated
found this online and have not personally used it yet..
Shannon Sutton
Cell: 571-970-7965
On Apr 15, 2012, at 6:36 PM, "Brad Miller" <brad@claritasolutions.com> wrote:
> Hi,
>
> I would like to create a start centre with result set(s) for different
> security groups, this is no problem.
>
> A maxadmin user can create and configure the columns to display in the
> result set portlet.
>
> When the start centre is assigned to a security group the users in that
> security group don't see the columns that were defined by the maxadmin
> user. Is it possible to force this configuration through to end users so
> each user doesn't have to configure their result set columns individually?
>
> This is in Maximo 7.5.
>
> Thanks,
> Brad
>
>
>
>
This message is for the named person's use only. It may contain confidential,
proprietary or legally privileged information. No confidentiality or privilege
is waived or lost by any mistransmission. If you receive this message in error,
please immediately delete it and all copies of it from your system, destroy any
hard copies of it and notify the sender. You must not, directly or indirectly,
use, disclose, distribute, print, or copy any part of this message if you are
not the intended recipient.


From: clarity8m (2012-04-15 23:17)

Hi Shannon,
Thanks for your prompt reply!
I think that will help. My bigger problem is that the particular users security wasn't configured correctly.
Thanks again!
Brad
--- In MAXIMO@yahoogroups.com, Shannon Sutton <ssutton@...> wrote:
>
> Follow these steps to force a refresh of the Maximo Start center to end users
>
> 1. Log in as MAXADMIN to create and/or modify a Start Center Template, Save.
>
> 2. Login to the Maximo Database using a SQL Editor, as maximo user
>
> 3. Run the following script
>
> a. delete from layout
>
> where scconfigid in (select scconfigid
>
> from scconfig
>
> where groupname = 'SC-COMPLAINT');
>
>
>
> delete from scconfig
>
> where groupname = 'SC-COMPLAINT';
>
> commit;
>
> b. Be sure to change the group name to the appropriate group that uses the template
>
> 4. When the user either logs in or returns to the start center, the system will rebuild the startcenter from the appropriate template that was updated
>
> found this online and have not personally used it yet..
>
>
> Shannon Sutton
> Cell: 571-970-7965
>
> On Apr 15, 2012, at 6:36 PM, "Brad Miller" <brad@...> wrote:
>
> > Hi,
> >
> > I would like to create a start centre with result set(s) for different
> > security groups, this is no problem.
> >
> > A maxadmin user can create and configure the columns to display in the
> > result set portlet.
> >
> > When the start centre is assigned to a security group the users in that
> > security group don't see the columns that were defined by the maxadmin
> > user. Is it possible to force this configuration through to end users so
> > each user doesn't have to configure their result set columns individually?
> >
> > This is in Maximo 7.5.
> >
> > Thanks,
> > Brad
> >
> >
> >
> >
>
> This message is for the named person's use only. It may contain confidential,
> proprietary or legally privileged information. No confidentiality or privilege
> is waived or lost by any mistransmission. If you receive this message in error,
> please immediately delete it and all copies of it from your system, destroy any
> hard copies of it and notify the sender. You must not, directly or indirectly,
> use, disclose, distribute, print, or copy any part of this message if you are
> not the intended recipient.
>
>
>
>
>