Different time zones

Thanks for the reply.

 

We have to have two companies set up. I was thinking of having all the plants in the new company have the Time Zone offset.  One thing I am not sure if the printed forms will have the server time stamp or the client.

 

Mike Tonoyan / Natel EMS

mtonoyan@...

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Chris Robisch
Sent: Monday, October 14, 2013 8:50 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Different time zones

 

 



I would suggest one company, multiple plants, if you can, for the acquired company. The Plant Control screen has a Time Zone offset.

 

And if you're going to do inter-company transactions, it's easier if they're in the same database as you won't need SonicMQ in 702a.

 

----- Original Message -----

From: Mike Tonoyan

Sent: Monday, October 14, 2013 10:58 AM

Subject: [Vantage] Different time zones

 

Our company just acquired a company which has multiple plants and some plants are in different time zones. We are wondering what is the best way to handle the Epicor implementation. One physical server with multiple companies or two servers with one company on each. We will appreciate any experiences you can share with us.

 

Mike Tonoyan / Natel EMS

mtonoyan@...

 

_________________________________________________________________________________ Notice: This email transmission may contain confidential information and is intended only for the person(s) named. Any use, copying or disclosure to/by any other person(s) is strictly prohibited. By accepting this information, recipients confirm that they understand and will comply with all applicable ITAR and EAR requirements. _________________________________________________________________________________

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4158 / Virus Database: 3614/6748 - Release Date: 10/14/13

Hi all,

I am printing all invoices(using for loop) which are under one invoice group in AR Invoice Entry.. i used below link in printing a report 

http://erp.ittoolbox.com/groups/technical-functional/epicor-l/set-copies-to-2-in-printer-dialog-box-when-printing-pack-slip-epicor-905-5161534

all works fine... but sometimes i get below error!



Error Detail
============
Exception of type 'System.OutOfMemoryException' was thrown.


Stack Trace
===========
   at System.Convert.FromBase64String(String s)
   at Epicor.Mfg.BO.ReportMonitor.transferReportDefinition(String sysRowID, String definitionPath)
   at Epicor.Mfg.BO.ReportMonitor.TransferReport(String sysRowID, String dataPath, String definitionPath)
   at Epicor.Mfg.UI.Adapters.ReportMonitorAdapter.TransferReport(String sysRowID, String fileNameData, String fileNameRepDef)



any idea in handling this error??

Cheers!!
One at a time that code wouldn’t be a problem at all but doing them back to
back in a loop is going to create a lot of issues. You are essentially
scheduling a job for each invoice vs one job for all invoices. I don’t
think there would be any way of avoiding this.



Please see this link for more details.



http://cdn.meme.li/i/p071r.jpg



Joshua Giese

CIO

920.437.6400 Ext. 337

Site ID: 27450-E905700B2-SQL64

Wisconsin Converting, Inc.

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
jyprksh@...
Sent: Wednesday, October 9, 2013 1:14 PM
To: vantage@yahoogroups.com
Subject: [Vantage] System.OutOfMemoryException - Epicor 9.05 700B





Hi all,



I am printing all invoices(using for loop) which are under one invoice group
in AR Invoice Entry.. i used below link in printing a report



http://erp.ittoolbox.com/groups/technical-functional/epicor-l/set-copies-to-2-in-printer-dialog-box-when-printing-pack-slip-epicor-905-5161534



all works fine... but sometimes i get below error!







Error Detail

============

Exception of type 'System.OutOfMemoryException' was thrown.





Stack Trace

===========

at System.Convert.FromBase64String(String s)

at Epicor.Mfg.BO.ReportMonitor.transferR eportDefinition(String sysRowID,
String definitionPath)

at Epicor.Mfg.BO.ReportMonitor.TransferReport(String sysRowID, String
dataPath, String definitionPath)

at Epicor.Mfg.UI.Adapters.ReportMonitorAdapter.TransferReport(String
sysRowID, String fileNameData, String fileNameRepDef)







any idea in handling this error??



Cheers!!



[Non-text portions of this message have been removed]

This si sometimes an issue because you run out of memory for variables in large loads, this error also pops up for people if their COS/WIP reconciliation is massive.


One thing you can test out is to adjust the –s variable in your mfgsys.pf file, up it from the default 8000, to something like 14000 and see how it goes. This does require a restart of all your appservers for that database.

 

 

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jyprksh@...
Sent: Wednesday, October 09, 2013 2:14 PM
To: vantage@yahoogroups.com
Subject: [Vantage] System.OutOfMemoryException - Epicor 9.05 700B

 




Hi all,

 

I am printing all invoices(using for loop) which are under one invoice group in AR Invoice Entry.. i used below link in printing a report 

 

http://erp.ittoolbox.com/groups/technical-functional/epicor-l/set-copies-to-2-in-printer-dialog-box-when-printing-pack-slip-epicor-905-5161534

 

all works fine... but sometimes i get below error!

 

 

 

Error Detail

============

Exception of type 'System.OutOfMemoryException' was thrown.

 

 

Stack Trace

===========

   at System.Convert.FromBase64String(String s)

   at Epicor.Mfg.BO.ReportMonitor.transferReportDefinition(String sysRowID, String definitionPath)

   at Epicor.Mfg.BO.ReportMonitor.TransferReport(String sysRowID, String dataPath, String definitionPath)

   at Epicor.Mfg.UI.Adapters.ReportMonitorAdapter.TransferReport(String sysRowID, String fileNameData, String fileNameRepDef)

 

 

 

any idea in handling this error??

 

Cheers!!




does making a pause/delay between each loop (thread.sleep(5000)) ..will it solve this issue?



---In vantage@yahoogroups.com, <TechnoBabbly@...> wrote:

This si sometimes an issue because you run out of memory for variables in large loads, this error also pops up for people if their COS/WIP reconciliation is massive.


One thing you can test out is to adjust the –s variable in your mfgsys.pf file, up it from the default 8000, to something like 14000 and see how it goes. This does require a restart of all your appservers for that database.

 

 

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jyprksh@...
Sent: Wednesday, October 09, 2013 2:14 PM
To: vantage@yahoogroups.com
Subject: [Vantage] System.OutOfMemoryException - Epicor 9.05 700B

 




Hi all,

 

I am printing all invoices(using for loop) which are under one invoice group in AR Invoice Entry.. i used below link in printing a report 

 

http://erp.ittoolbox.com/groups/technical-functional/epicor-l/set-copies-to-2-in-printer-dialog-box-when-printing-pack-slip-epicor-905-5161534

 

all works fine... but sometimes i get below error!

 

 

 

Error Detail

============

Exception of type 'System.OutOfMemoryException' was thrown.

 

 

Stack Trace

===========

   at System.Convert.FromBase64String(String s)

   at Epicor.Mfg.BO.ReportMonitor.transferReportDefinition(String sysRowID, String definitionPath)

   at Epicor.Mfg.BO.ReportMonitor.TransferReport(String sysRowID, String dataPath, String definitionPath)

   at Epicor.Mfg.UI.Adapters.ReportMonitorAdapter.TransferReport(String sysRowID, String fileNameData, String fileNameRepDef)

 

 

 

any idea in handling this error??

 

Cheers!!




This is a bug in that version check with support I don’t have the SCR to hand

 

As a work around you could use the mfgsys64.exe client.

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jyprksh@...
Sent: 10 October 2013 09:12
To: vantage@yahoogroups.com
Subject: [Vantage] RE: System.OutOfMemoryException - Epicor 9.05 700B

 

 

does making a pause/delay between each loop (thread.sleep(5000)) ..will it solve this issue?



---In vantage@yahoogroups.com, <TechnoBabbly@...> wrote:

This si sometimes an issue because you run out of memory for variables in large loads, this error also pops up for people if their COS/WIP reconciliation is massive.


One thing you can test out is to adjust the –s variable in your mfgsys.pf file, up it from the default 8000, to something like 14000 and see how it goes. This does require a restart of all your appservers for that database.

 

 

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jyprksh@...
Sent: Wednesday, October 09, 2013 2:14 PM
To: vantage@yahoogroups.com
Subject: [Vantage] System.OutOfMemoryException - Epicor 9.05 700B

 



Hi all,

 

I am printing all invoices(using for loop) which are under one invoice group in AR Invoice Entry.. i used below link in printing a report 

 

http://erp.ittoolbox.com/groups/technical-functional/epicor-l/set-copies-to-2-in-printer-dialog-box-when-printing-pack-slip-epicor-905-5161534

 

all works fine... but sometimes i get below error!

 

 

 

Error Detail

============

Exception of type 'System.OutOfMemoryException' was thrown.

 

 

Stack Trace

===========

   at System.Convert.FromBase64String(String s)

   at Epicor.Mfg.BO.ReportMonitor.transferReportDefinition(String sysRowID, String definitionPath)

   at Epicor.Mfg.BO.ReportMonitor.TransferReport(String sysRowID, String dataPath, String definitionPath)

   at Epicor.Mfg.UI.Adapters.ReportMonitorAdapter.TransferReport(String sysRowID, String fileNameData, String fileNameRepDef)

 

 

 

any idea in handling this error??

 

Cheers!!



Dear ERP Experts, 

thanks all for your kind and prompt response.

Steven... we have Epicor 9.05 700B which have the ability for CR to work only on 32 bit, not 64 bit (confirmed with Epicor support). This cause difficult in running reports on mfgsys64.exe client. 

..I explained my trouble with epicor. They are asking to upgrade from Epicor 700B to higher versions.  Or they are asking for SCR code....

I also made loop to pause for 5 seconds...but still sometimes I am getting the above mentioned error.

any other way to work around this issue guru's?





On Friday, October 11, 2013 9:31 AM, Stephen Edginton <stephene@...> wrote:
 
<div id="ygrps-yiv-2067171848yiv6218531230ygrp-text">
  
  
  <div>
This is a bug in that version check with support I don’t have the SCR to hand
 
As a work around you could use the mfgsys64.exe client.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jyprksh@...
Sent: 10 October 2013 09:12
To: vantage@yahoogroups.com
Subject: [Vantage] RE: System.OutOfMemoryException - Epicor 9.05 700B
 
 
does making a pause/delay between each loop (thread.sleep(5000)) ..will it solve this issue?
This si sometimes an issue because you run out of memory for variables in large loads, this error also pops up for people if their COS/WIP reconciliation is massive.

One thing you can test out is to adjust the –s variable in your mfgsys.pf file, up it from the default 8000, to something like 14000 and see how it goes. This does require a restart of all your appservers for that database.
 
 
 
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jyprksh@...
Sent: Wednesday, October 09, 2013 2:14 PM
To: vantage@yahoogroups.com
Subject: [Vantage] System.OutOfMemoryException - Epicor 9.05 700B
 


Hi all,
 
I am printing all invoices(using for loop) which are under one invoice group in AR Invoice Entry.. i used below link in printing a report 
 
 
all works fine... but sometimes i get below error!
 
 
 
Error Detail
============
Exception of type 'System.OutOfMemoryException' was thrown.
 
 
Stack Trace
===========
   at System.Convert.FromBase64String(String s)
   at Epicor.Mfg.BO.ReportMonitor.transferReportDefinition(String sysRowID, String definitionPath)
   at Epicor.Mfg.BO.ReportMonitor.TransferReport(String sysRowID, String dataPath, String definitionPath)
   at Epicor.Mfg.UI.Adapters.ReportMonitorAdapter.TransferReport(String sysRowID, String fileNameData, String fileNameRepDef)
 
 
 
any idea in handling this error??
 
Cheers!!


</div>
 


<div class="ygrps-yiv-2067171848yiv6218531230yqt3911088386" id="ygrps-yiv-2067171848yiv6218531230yqt12011"><div style="color:#fff;height:0;"></div></div>
#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230 -- #ygrps-yiv-2067171848yiv6218531230ygrp-mkp { border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mkp hr {
border:1px solid #d8d8d8;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mkp #ygrps-yiv-2067171848yiv6218531230hd {
color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mkp #ygrps-yiv-2067171848yiv6218531230ads {
margin-bottom:10px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mkp .ygrps-yiv-2067171848yiv6218531230ad {
padding:0 0;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mkp .ygrps-yiv-2067171848yiv6218531230ad p {
margin:0;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mkp .ygrps-yiv-2067171848yiv6218531230ad a {
color:#0000ff;text-decoration:none;}
#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-sponsor #ygrps-yiv-2067171848yiv6218531230ygrp-lc {
font-family:Arial;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-sponsor #ygrps-yiv-2067171848yiv6218531230ygrp-lc #ygrps-yiv-2067171848yiv6218531230hd {
margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-sponsor #ygrps-yiv-2067171848yiv6218531230ygrp-lc .ygrps-yiv-2067171848yiv6218531230ad {
margin-bottom:10px;padding:0 0;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230actions {
font-family:Verdana;font-size:11px;padding:10px 0;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230activity {
background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230activity span {
font-weight:700;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230activity span:first-child {
text-transform:uppercase;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230activity span a {
color:#5085b6;text-decoration:none;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230activity span span {
color:#ff7900;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230activity span .ygrps-yiv-2067171848yiv6218531230underline {
text-decoration:underline;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 .ygrps-yiv-2067171848yiv6218531230attach {
clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 .ygrps-yiv-2067171848yiv6218531230attach div a {
text-decoration:none;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 .ygrps-yiv-2067171848yiv6218531230attach img {
border:none;padding-right:5px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 .ygrps-yiv-2067171848yiv6218531230attach label {
display:block;margin-bottom:5px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 .ygrps-yiv-2067171848yiv6218531230attach label a {
text-decoration:none;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 blockquote {
margin:0 0 0 4px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 .ygrps-yiv-2067171848yiv6218531230bold {
font-family:Arial;font-size:13px;font-weight:700;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 .ygrps-yiv-2067171848yiv6218531230bold a {
text-decoration:none;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 dd.ygrps-yiv-2067171848yiv6218531230last p a {
font-family:Verdana;font-weight:700;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 dd.ygrps-yiv-2067171848yiv6218531230last p span {
margin-right:10px;font-family:Verdana;font-weight:700;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 dd.ygrps-yiv-2067171848yiv6218531230last p span.ygrps-yiv-2067171848yiv6218531230yshortcuts {
margin-right:0;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 div.ygrps-yiv-2067171848yiv6218531230attach-table div div a {
text-decoration:none;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 div.ygrps-yiv-2067171848yiv6218531230attach-table {
width:400px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 div.ygrps-yiv-2067171848yiv6218531230file-title a, #ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 div.ygrps-yiv-2067171848yiv6218531230file-title a:active, #ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 div.ygrps-yiv-2067171848yiv6218531230file-title a:hover, #ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 div.ygrps-yiv-2067171848yiv6218531230file-title a:visited {
text-decoration:none;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 div.ygrps-yiv-2067171848yiv6218531230photo-title a, #ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 div.ygrps-yiv-2067171848yiv6218531230photo-title a:active, #ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 div.ygrps-yiv-2067171848yiv6218531230photo-title a:hover, #ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 div.ygrps-yiv-2067171848yiv6218531230photo-title a:visited {
text-decoration:none;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 div#ygrps-yiv-2067171848yiv6218531230ygrp-mlmsg #ygrps-yiv-2067171848yiv6218531230ygrp-msg p a span.ygrps-yiv-2067171848yiv6218531230yshortcuts {
font-family:Verdana;font-size:10px;font-weight:normal;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 .ygrps-yiv-2067171848yiv6218531230green {
color:#628c2a;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 .ygrps-yiv-2067171848yiv6218531230MsoNormal {
margin:0 0 0 0;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 o {
font-size:0;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230photos div {
float:left;width:72px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230photos div div {
border:1px solid #666666;height:62px;overflow:hidden;width:62px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230photos div label {
color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230reco-category {
font-size:77%;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230reco-desc {
font-size:77%;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 .ygrps-yiv-2067171848yiv6218531230replbq {
margin:4px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-actbar div a:first-child {
margin-right:2px;padding-right:5px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mlmsg {
font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mlmsg table {
font-size:inherit;font:100%;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mlmsg select, #ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 input, #ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mlmsg pre, #ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 code {
font:115% monospace;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mlmsg * {
line-height:1.22em;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-mlmsg #ygrps-yiv-2067171848yiv6218531230logo {
padding-bottom:10px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-msg p a {
font-family:Verdana;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-msg p#ygrps-yiv-2067171848yiv6218531230attach-count span {
color:#1E66AE;font-weight:700;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-reco #ygrps-yiv-2067171848yiv6218531230reco-head {
color:#ff7900;font-weight:700;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-reco {
margin-bottom:20px;padding:0px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-sponsor #ygrps-yiv-2067171848yiv6218531230ov li a {
font-size:130%;text-decoration:none;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-sponsor #ygrps-yiv-2067171848yiv6218531230ov li {
font-size:77%;list-style-type:square;padding:6px 0;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-sponsor #ygrps-yiv-2067171848yiv6218531230ov ul {
margin:0;padding:0 0 0 8px;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-text {
font-family:Georgia;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-text p {
margin:0 0 1em 0;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-text tt {
font-size:120%;}

#ygrps-yiv-2067171848 #ygrps-yiv-2067171848yiv6218531230 #ygrps-yiv-2067171848yiv6218531230ygrp-vital ul li:last-child {
border-right:none !important;}
#ygrps-yiv-2067171848



Our company just acquired a company which has multiple plants and some plants are in different time zones. We are wondering what is the best way to handle the Epicor implementation. One physical server with multiple companies or two servers with one company on each. We will appreciate any experiences you can share with us.

 

Mike Tonoyan / Natel EMS

mtonoyan@...

 

_________________________________________________________________________________ Notice: This email transmission may contain confidential information and is intended only for the person(s) named. Any use, copying or disclosure to/by any other person(s) is strictly prohibited. By accepting this information, recipients confirm that they understand and will comply with all applicable ITAR and EAR requirements. _________________________________________________________________________________
 #ygrps-yiv-146362026 .ygrps-yiv-146362026ygrp-photo-title { TEXT-ALIGN:center;WIDTH:75px;HEIGHT:15px;CLEAR:both;FONT-SIZE:smaller;OVERFLOW:hidden;} #ygrps-yiv-146362026 DIV.ygrps-yiv-146362026ygrp-photo { BORDER-BOTTOM:black 1px solid;BORDER-LEFT:black 1px solid;BACKGROUND-COLOR:white;WIDTH:62px;BACKGROUND-REPEAT:no-repeat;BACKGROUND-POSITION:center 50%;HEIGHT:62px;BORDER-TOP:black 1px solid;BORDER-RIGHT:black 1px solid;} #ygrps-yiv-146362026 DIV.ygrps-yiv-146362026photo-title A { TEXT-DECORATION:none;} #ygrps-yiv-146362026 DIV.ygrps-yiv-146362026photo-title A:active { TEXT-DECORATION:none;} #ygrps-yiv-146362026 DIV.ygrps-yiv-146362026photo-title A:hover { TEXT-DECORATION:none;} #ygrps-yiv-146362026 DIV.ygrps-yiv-146362026photo-title A:visited { TEXT-DECORATION:none;} #ygrps-yiv-146362026 DIV.ygrps-yiv-146362026attach-table DIV.ygrps-yiv-146362026attach-row { CLEAR:both;} #ygrps-yiv-146362026 DIV.ygrps-yiv-146362026attach-table DIV.ygrps-yiv-146362026attach-row DIV { FLOAT:left;} #ygrps-yiv-146362026 P { PADDING-BOTTOM:3px;PADDING-LEFT:0px;PADDING-RIGHT:0px;CLEAR:both;OVERFLOW:hidden;PADDING-TOP:15px;} #ygrps-yiv-146362026 DIV.ygrps-yiv-146362026ygrp-file { WIDTH:30px;} #ygrps-yiv-146362026 DIV.ygrps-yiv-146362026attach-table DIV.ygrps-yiv-146362026attach-row DIV DIV A { TEXT-DECORATION:none;} #ygrps-yiv-146362026 DIV.ygrps-yiv-146362026attach-table DIV.ygrps-yiv-146362026attach-row DIV DIV SPAN { FONT-WEIGHT:normal;} #ygrps-yiv-146362026 DIV.ygrps-yiv-146362026ygrp-file-title { FONT-WEIGHT:bold;}
I would suggest one company, multiple plants, if you can, for the acquired company. The Plant Control screen has a Time Zone offset.
 
And if you're going to do inter-company transactions, it's easier if they're in the same database as you won't need SonicMQ in 702a.
 
----- Original Message -----
Sent: Monday, October 14, 2013 10:58 AM
Subject: [Vantage] Different time zones

Our company just acquired a company which has multiple plants and some plants are in different time zones. We are wondering what is the best way to handle the Epicor implementation. One physical server with multiple companies or two servers with one company on each. We will appreciate any experiences you can share with us.

 

Mike Tonoyan / Natel EMS

mtonoyan@...

 

_________________________________________________________________________________ Notice: This email transmission may contain confidential information and is intended only for the person(s) named. Any use, copying or disclosure to/by any other person(s) is strictly prohibited. By accepting this information, recipients confirm that they understand and will comply with all applicable ITAR and EAR requirements. _________________________________________________________________________________

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4158 / Virus Database: 3614/6748 - Release Date: 10/14/13