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.



Users

From: George (2011-09-22 21:12)

Is there any way to see what applications my users are accessing in Maximo?
maybe some sort of select statement?
thx in advance,
mrggutz


From: Victor (2011-09-22 21:19)

Hi George,
Please use the select statement given below :
Select * from Maxsession;
--- In MAXIMO@yahoogroups.com, "George" <ggutierrez@...> wrote:
>
> Is there any way to see what applications my users are accessing in Maximo?
> maybe some sort of select statement?
>
> thx in advance,
> mrggutz
>


From: George (2011-09-22 21:35)

Okay I did that and it returned users who logged in but in the area where it has application everything is "NULL"
--- In MAXIMO@yahoogroups.com, "Victor" <vikas17.j@...> wrote:
>
> Hi George,
>
> Please use the select statement given below :
>
> Select * from Maxsession;
>
>
> --- In MAXIMO@yahoogroups.com, "George" <ggutierrez@> wrote:
> >
> > Is there any way to see what applications my users are accessing in Maximo?
> > maybe some sort of select statement?
> >
> > thx in advance,
> > mrggutz
> >
>


From: Victor (2011-09-22 22:20)


You will have to turn on logging for getting that information in maxsession table.
Thanks,
Victor.
--- In MAXIMO@yahoogroups.com, "George" <ggutierrez@...> wrote:
>
> Okay I did that and it returned users who logged in but in the area where it has application everything is "NULL"
>
>
> --- In MAXIMO@yahoogroups.com, "Victor" <vikas17.j@> wrote:
> >
> > Hi George,
> >
> > Please use the select statement given below :
> >
> > Select * from Maxsession;
> >
> >
> > --- In MAXIMO@yahoogroups.com, "George" <ggutierrez@> wrote:
> > >
> > > Is there any way to see what applications my users are accessing in Maximo?
> > > maybe some sort of select statement?
> > >
> > > thx in advance,
> > > mrggutz
> > >
> >
>


From: George (2011-09-22 22:39)

Hmm well I guess I need to do some reading on how to turn it on.
--- In MAXIMO@yahoogroups.com, "Victor" <vikas17.j@...> wrote:
>
>
> You will have to turn on logging for getting that information in maxsession table.
>
> Thanks,
> Victor.
> --- In MAXIMO@yahoogroups.com, "George" <ggutierrez@> wrote:
> >
> > Okay I did that and it returned users who logged in but in the area where it has application everything is "NULL"
> >
> >
> > --- In MAXIMO@yahoogroups.com, "Victor" <vikas17.j@> wrote:
> > >
> > > Hi George,
> > >
> > > Please use the select statement given below :
> > >
> > > Select * from Maxsession;
> > >
> > >
> > > --- In MAXIMO@yahoogroups.com, "George" <ggutierrez@> wrote:
> > > >
> > > > Is there any way to see what applications my users are accessing in Maximo?
> > > > maybe some sort of select statement?
> > > >
> > > > thx in advance,
> > > > mrggutz
> > > >
> > >
> >
>


From: Praveen M (2011-09-22 15:44)

What logging property should be turneded on or set ?
On Thu, Sep 22, 2011 at 3:20 PM, Victor <vikas17.j@gmail.com> wrote:
> **
>
>
>
> You will have to turn on logging for getting that information in maxsession
> table.
>
> Thanks,
> Victor.
>
> --- In MAXIMO@yahoogroups.com, "George" <ggutierrez@...> wrote:
> >
> > Okay I did that and it returned users who logged in but in the area where
> it has application everything is "NULL"
> >
> >
> > --- In MAXIMO@yahoogroups.com, "Victor" <vikas17.j@> wrote:
> > >
> > > Hi George,
> > >
> > > Please use the select statement given below :
> > >
> > > Select * from Maxsession;
> > >
> > >
> > > --- In MAXIMO@yahoogroups.com, "George" <ggutierrez@> wrote:
> > > >
> > > > Is there any way to see what applications my users are accessing in
> Maximo?
> > > > maybe some sort of select statement?
> > > >
> > > > thx in advance,
> > > > mrggutz
> > > >
> > >
> >
>
>
>


From: George (2011-09-22 22:51)

That I really don't know. I want to be able to see what my users are accessing in maximo. I'm still a noob on a lot of this stuff.
--- In MAXIMO@yahoogroups.com, Praveen M <praveen.muramalla@...> wrote:
>
> What logging property should be turneded on or set ?
>
>
> On Thu, Sep 22, 2011 at 3:20 PM, Victor <vikas17.j@...> wrote:
>
> > **
> >
> >
> >
> > You will have to turn on logging for getting that information in maxsession
> > table.
> >
> > Thanks,
> > Victor.
> >
> > --- In MAXIMO@yahoogroups.com, "George" <ggutierrez@> wrote:
> > >
> > > Okay I did that and it returned users who logged in but in the area where
> > it has application everything is "NULL"
> > >
> > >
> > > --- In MAXIMO@yahoogroups.com, "Victor" <vikas17.j@> wrote:
> > > >
> > > > Hi George,
> > > >
> > > > Please use the select statement given below :
> > > >
> > > > Select * from Maxsession;
> > > >
> > > >
> > > > --- In MAXIMO@yahoogroups.com, "George" <ggutierrez@> wrote:
> > > > >
> > > > > Is there any way to see what applications my users are accessing in
> > Maximo?
> > > > > maybe some sort of select statement?
> > > > >
> > > > > thx in advance,
> > > > > mrggutz
> > > > >
> > > >
> > >
> >
> >
> >
>
>
>
>


From: Victor (2011-09-22 23:35)


Hi George,
Still, you can check it through logs, you can find some useful information at the below link :
https://www-304.ibm.com/support/docview.wss?uid=swg21264064
Thanks,
Victor.
--- In MAXIMO@yahoogroups.com, "George" <ggutierrez@...> wrote:
>
> That I really don't know. I want to be able to see what my users are accessing in maximo. I'm still a noob on a lot of this stuff.
>
>
> --- In MAXIMO@yahoogroups.com, Praveen M <praveen.muramalla@> wrote:
> >
> > What logging property should be turneded on or set ?
> >
> >
> > On Thu, Sep 22, 2011 at 3:20 PM, Victor <vikas17.j@> wrote:
> >
> > > **
> > >
> > >
> > >
> > > You will have to turn on logging for getting that information in maxsession
> > > table.
> > >
> > > Thanks,
> > > Victor.
> > >
> > > --- In MAXIMO@yahoogroups.com, "George" <ggutierrez@> wrote:
> > > >
> > > > Okay I did that and it returned users who logged in but in the area where
> > > it has application everything is "NULL"
> > > >
> > > >
> > > > --- In MAXIMO@yahoogroups.com, "Victor" <vikas17.j@> wrote:
> > > > >
> > > > > Hi George,
> > > > >
> > > > > Please use the select statement given below :
> > > > >
> > > > > Select * from Maxsession;
> > > > >
> > > > >
> > > > > --- In MAXIMO@yahoogroups.com, "George" <ggutierrez@> wrote:
> > > > > >
> > > > > > Is there any way to see what applications my users are accessing in
> > > Maximo?
> > > > > > maybe some sort of select statement?
> > > > > >
> > > > > > thx in advance,
> > > > > > mrggutz
> > > > > >
> > > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
> >
>


From: Brian Swanson (2011-10-04 07:59)

HI All,
Our strategic Sourcing team is researching different processes that could
be used to take a file or spread sheet containing pricing info from a
vendor and load those prices into Maximo on a regular basses. If anyone
is doing that currently and would be willing to share their process with
our team, please contact me directly. We are currently Maximo 6.2.6
moving to 7.5 soon..
Note: I do know about the Ariba solution and others like it. Our team
wants to see what we could possibly do manually, before looking at out
sourcing another solution.
Thanks
Brian Swanson
Systems Analyst-Maximo
Information Technology
brian_swanson@hermanmiller.com
HermanMiller


From: andrew.tess (2011-10-04 15:04)

If you can wait for when you get to 7.5, then the in application "Application Inegration" allows for csv files to imported into maximo, and through all of the business rules. It is built for this type of situation. Best part is this is included in 7.5. The process to set this up is fairly simple and well documented at http://publib.boulder.ibm.com/infocenter/tivihelp/v49r1/topic/com.ibm.mbs.doc/gp_intfrmwk/t_ctr_config_data_import_export.html
A solution using the MIF and integration tables can be built on top of the application import realatily easily, as it would be based on the same object structure.
Andy
--- In MAXIMO@yahoogroups.com, Brian Swanson <brian_swanson@...> wrote:
>
> HI All,
> Our strategic Sourcing team is researching different processes that could
> be used to take a file or spread sheet containing pricing info from a
> vendor and load those prices into Maximo on a regular basses. If anyone
> is doing that currently and would be willing to share their process with
> our team, please contact me directly. We are currently Maximo 6.2.6
> moving to 7.5 soon..
>
> Note: I do know about the Ariba solution and others like it. Our team
> wants to see what we could possibly do manually, before looking at out
> sourcing another solution.
>
> Thanks
>
>
>
> Brian Swanson
> Systems Analyst-Maximo
> Information Technology
>
> brian_swanson@...
>
> HermanMiller
>
>
>