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.



SMTP HOST

From: George (2012-05-21 18:34)

Hey I need some help please.
We have Maximo 6.2.1 and were using Microsoft Exchange Server for emailing purpose. I just recently found out that they shut it down for good and will not be using it anymore.
I think I can change it in the Maximo.properties log by just changing the host right??? But once I do that and save it do I need to rebuild the ear file?
Can someone please shed some light on this for me.
thx,
mrggutz


From: Naseer, Mohammad Hamid (2012-05-22 05:31)

Dear Mrggutz,
You need to do following steps,
Step 1 : In the Maximo.properties file, you can put your new server name against mail.smtp.host= xxxxxxxx, where xxxxxxx is the name of smtp server.
Step 2 : run buildmaximoear.cmd
Step 3 : Remove .wlnotdelete folder from bea8\user_projects\domains\<bea context name >\<Maximo Instance Name>\
Step 4 : Go to weblogic console and remove the existing MAXIMO.EAR file
Step 5 : Go to weblogic console and redeploy MAXIMO.EAR file
Step 6 : Run the maximo either from Service or console and test the email connectivity.
Regards,
Hamid Naseer
________________________________
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of George
Sent: Monday, May 21, 2012 11:35 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] SMTP HOST
Hey I need some help please.
We have Maximo 6.2.1 and were using Microsoft Exchange Server for emailing purpose. I just recently found out that they shut it down for good and will not be using it anymore.
I think I can change it in the Maximo.properties log by just changing the host right??? But once I do that and save it do I need to rebuild the ear file?
Can someone please shed some light on this for me.
thx,
mrggutz


From: George (2012-05-23 18:26)

I did what you said and now I get an error when trying to log back into my development server. Can someone help me to figure what I need to do to get my development back up and running.
Parsing of JSP File '/webclient/login/login.jsp' failed:
--------------------------------------------------------------------------------
/webclient/login/login.jsp(2): page directive contentType at /webclient/common/constants.jsp:2 previously defined at /webclient/login/login.jsp:38
probably occurred due to an error in /webclient/login/login.jsp line 2:
*
--- In MAXIMO@yahoogroups.com, "Naseer, Mohammad Hamid" <naseermh@...> wrote:
>
> Dear Mrggutz,
>
> You need to do following steps,
>
> Step 1 : In the Maximo.properties file, you can put your new server name against mail.smtp.host= xxxxxxxx, where xxxxxxx is the name of smtp server.
> Step 2 : run buildmaximoear.cmd
> Step 3 : Remove .wlnotdelete folder from bea8\user_projects\domains\<bea context name >\<Maximo Instance Name>\
> Step 4 : Go to weblogic console and remove the existing MAXIMO.EAR file
> Step 5 : Go to weblogic console and redeploy MAXIMO.EAR file
> Step 6 : Run the maximo either from Service or console and test the email connectivity.
>
> Regards,
> Hamid Naseer
>
> ________________________________
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of George
> Sent: Monday, May 21, 2012 11:35 PM
> To: MAXIMO@yahoogroups.com
> Subject: [MAXIMO List] SMTP HOST
>
>
>
> Hey I need some help please.
> We have Maximo 6.2.1 and were using Microsoft Exchange Server for emailing purpose. I just recently found out that they shut it down for good and will not be using it anymore.
> I think I can change it in the Maximo.properties log by just changing the host right??? But once I do that and save it do I need to rebuild the ear file?
> Can someone please shed some light on this for me.
>
> thx,
> mrggutz
>
>
>
>
>
>
>


From: Pat Morrow (2012-05-23 16:45)

Maximo 7.5
 
The client wants to use external labor.
 
Labor contract has been created and approved.  Labor is identified in the contract.
 
Labor is posted to actuals in WorkOrder.
Next step:  Go to Labor Reporting to approve the labor record(s).
Select Action > Approve Labor
Message appears: 
BMXAA2598E - A purchase order is required for approval.
Then I tried to Create an Invoice.
BMXAA2616E - Labor transactions must be approved before creating invoices.
I cannot create a PO as this is a Labor Contract.
Is there a setting I have missed?  I seem to remember doing this in the past, but cannot remember any difficulties.
Thanks  
 
Pat Morrow
pmorrow8@yahoo.com


From: phoang001 (2012-05-24 11:26)


Hi Pat,
There are two options that are hidden in the MAXVARS tables--LR_PO_INLAB_RQRD and LR_PO_OUTLAB_RQRD
I think in your case, the root cause is LR_PO_OUTLAB_RQRD might be set to 1. You can view it via backend using
select * from maxvars where varname like '%LR%';
If you want to see and edit via front end:
Go To > Application Designer > Multisite > Dialog Box > Labor Options
Add two text boxes, then for each attribute, add LR_PO_INLAB_RQRD, and LR_PO_OUTLAB_RQRD
Save
Go To > Organization > select your site > Select Action > Labor Options
You should see two new fields here where you can edit your option
Cheers,
Paul
--- In MAXIMO@yahoogroups.com, Pat Morrow <pmorrow8@...> wrote:
>
> Maximo 7.5
>  
> The client wants to use external labor.
>  
> Labor contract has been created and approved.  Labor is identified in the contract.
>  
> Labor is posted to actuals in WorkOrder.
> Next step:  Go to Labor Reporting to approve the labor record(s).
> Select Action > Approve Labor
> Message appears: 
> BMXAA2598E - A purchase order is required for approval.
> Then I tried to Create an Invoice.
> BMXAA2616E - Labor transactions must be approved before creating invoices.
> I cannot create a PO as this is a Labor Contract.
> Is there a setting I have missed?  I seem to remember doing this in the past, but cannot remember any difficulties.
> Thanks  
>  
> Pat Morrow
> pmorrow8@...
>
>
>