E9 Performance Diagnostic Tool

all numbers are based on client location - so plan to run on client computer 

motty

 



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

Digging up an old thread.

 

Just curious, are these number being reported run at the server or the client. 

 

I am just digging into all the performance tuning and see bad network numbers at the client but great numbers on my app server.

 

Scott

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of too_much_hg
Sent: Thursday, March 21, 2013 9:44 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: E9 Performance Diagnostic Tool

 

 

Thanks to all for the feedback.

I agree, my numbers are pretty good but I don't understand why an E9 configuration would have double "Server" numbers.

I am still testing and plan to run some IOMETER tests.

I have restarted the services and rebooted the server but always get the same results.

I also agree that splitting SQL from your APP Server is slower than combining them. We have 80 Full Vantage Users and 40 MES Users we run it on a combined configuration.

Regarding the Clients hanging up, that is almost always network latency. I also am unaware of any configuration that would allow for longer timeouts.

If you are seeing this often I recommend you look carefully at all your switch port configurations. As I have posted in other threads it is hugely important that you don't "mismatch" the settings on the switch port and the connected machine (Server or Client).

I always Force my Server NIC settings as well as my Switch Port so that I know they match and aren't repeatedly negotiating in Auto.
Clients I just let the Auto negotiate.

If you have your ports "Teamed-Trunked" make sure that you are choosing a protocol that is correct for your switch, you will find this in the advanced section of the NIC TEAM configuration.
I have to set my switch teams to use (Routing Based on IP-Hash)for VMware, and (Switch Assisted Load Balancing) in our HP TEAMING.

This is a bit unusual and certainly not the default when creating trunks which usually will choose FIP or 8.02.3ad or default or some other scheme.

Read up on your switch and test the different options, they don't usually fail, they will just not work quite right. I would rather things failed because when they "almost" work correctly it is easy to think you have it right when you really don't !

Neil

--- In vantage@yahoogroups.com, "mikethorne1980" <mikethorne1980@...> wrote:
>
>
>
> This is the syntax for restarting the appservers (905.xxx), granted you will need to modify it to work for your environment:
> ---------------------------------------------------
> @echo off
> echo Restarting Appservers
> set DLC=D:\PROGRESS\oe102a
> set PATH=%DLC%\BIN;%PATH%
> set LIB=%DLC%\LIB;%LIB%
>
> echo STOPPING LOCAL APPSERVERS AND DATABASE
> call asbman -name Epicor905ProcessServer -stop
> call asbman -name Epicor905TaskAgent -stop
> call asbman -name Epicor905 -stop
> REM call dbman -database Epicor905 -stop
>
> ping 127.0.0.1 -n 30 > nul
>
> echo STARTING LOCAL APPSERVERS AND DATABASE
> REM call dbman -database Epicor905 -start
> call asbman -name Epicor905 -start
> call asbman -name Epicor905TaskAgent -start
> call asbman -name Epicor905ProcessServer -start
> -----------------------------------------------------
>
> It is possible to stop/start the database, but we decided to not use that part of the script.
>
> As far as the timeout setting, I am unaware of that setting but would be interested in implementing it.
>
> -Mike
>
>
> --- In vantage@yahoogroups.com, "jseeman21" <jseeman@> wrote:
> >
> > Hello,
> >
> > Is it possible to obtain a copy of your batch job as we would like to implement the same. In addition I heard there is a Time Out setting that can be set to prevent Epicor from crashing instantly when there is a network blip? In fact we find that epicor crashes instantly with any network interruption.
> >
> > Look forward to hearing from you.
> >
> > Cheers..
> > J Seeman
> >
> > --- In vantage@yahoogroups.com, "mikethorne1980" <mikethorne1980@> wrote:
> > >
> > >
> > >
> > > Neil,
> > >
> > > It was stated in one of the Epicor best practices documents, but restarting the three appservers via a batch job every night significantly improved our network time (not too sure how). We went from around .08-1.2 to .45 on Win7 clients and .65 on WinXP. Is that something you have implemented?
> > >
> > > By the way, the numbers you are seeing are very good and not something I would think you need to worry about. The tool does state that on a LAN network time should be below .4 which you are. I hope to be able to get down to where you are eventually. Curious, have you run the tool on your clients at all?
> > >
> > > Thanks,
> > > -Mike
> > >
> > >
> > > --- In vantage@yahoogroups.com, "too_much_hg" <neil_willet@> wrote:
> > > >
> > > > I am running in VMware with a Fiber Channel SAN back end.
> > > >
> > > > HP DL380 G8 Host Servers, plenty of horsepower and RAM.
> > > >
> > > > I have a virtual copy of my current physical V8 Server and that actually outperforms the physical server (slightly).
> > > >
> > > > I have this E9 VM running on the same Host and get the results listed below. That is why I am wondering about configuration tweaks vs expected results.
> > > >
> > > > Is E9 just slower ?
> > > >
> > > > This is not apples to apples because my V8 Server OS is 2003 X64 and SQL 2005 .... my E9 Server OS is 2008 R2 X64 and SQL 2008.
> > > >
> > > > I would really like to get the same numbers as my virtual V8 box.
> > > >
> > > > In the diagnostic tool the Network numbers are similar but the server number is roughly double. Trying to put my finger on that part.
> > > >
> > > > I am open to suggestions for things to check or tweak.
> > > >
> > > > Thanks for the help,
> > > > Neil
> > > >
> > > > --- In vantage@yahoogroups.com, Joshua Giese <jgiese@> wrote:
> > > > >
> > > > > Beyond the best practices documents I don't really know what else to tune. Never have experimented myself to find out what effect certain changes might have on the system. I've learned to accept that with Epicor performance there is no "Smoking Gun" but more of a blood trail... Closest thing I've gotten to a smoking gun is going from HDDs to SSDs in addition to some fixes to bad customizations. What kind of equipment do you have?
> > > > >
> > > > > reply Signature
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Joshua Giese
> > > > >
> > > > > CTO
> > > > >
> > > > > 920.437.6400 Ext. 337
> > > > >
> > > > > Site ID: 27450-E905700B2-SQL64
> > > > >
> > > > > ----- Original Message -----
> > > > >
> > > > > From: "too_much_hg" <neil_willet@>
> > > > > To: vantage@yahoogroups.com
> > > > > Sent: Thursday, March 14, 2013 12:03:22 PM
> > > > > Subject: [Vantage] Re: E9 Performance Diagnostic Tool
> > > > >
> > > > >
> > > > >
> > > > > Joshua,
> > > > >
> > > > > Thanks for that info. I have read their documents and have tried a few things but I was hoping for some "real world" advice that might not be contained in their documentation.
> > > > >
> > > > > My system is SQL and it is on the same machine as Epicor. (not split)
> > > > >
> > > > > Any advice like .pf settings or other magic would be appreciated.
> > > > >
> > > > > Thanks,
> > > > > Neil
> > > > >
> > > > > --- In vantage@yahoogroups.com , Joshua Giese <jgiese@> wrote:
> > > > > >
> > > > > > Epicor has some best practices documents that you get get from tech support that list specific adjustments to make on the app servers and if your on SQL within SQL setup and maintenance. About 4-5 documents
> > > > > >
> > > > > >
> > > > > > Joshua Giese
> > > > > >
> > > > > > CTO
> > > > > >
> > > > > > 920.437.6400 Ext. 337
> > > > > >
> > > > > > Site ID: 27450-E905700B2-SQL64
> > > > > >
> > > > > > ----- Original Message -----
> > > > > >
> > > > > > From: "too_much_hg" <neil_willet@>
> > > > > > To: vantage@yahoogroups.com
> > > > > > Sent: Thursday, March 14, 2013 8:47:22 AM
> > > > > > Subject: [Vantage] Re: E9 Performance Diagnostic Tool
> > > > > >
> > > > > >
> > > > > >
> > > > > > We are gettin OK numbers, but I would like to get better on my Epicor 9.04.701 Server when compared to Vantage 8.03.409C
> > > > > >
> > > > > > Server Network
> > > > > >
> > > > > > Physical V8 Server : .12 .28
> > > > > > Virtual V8 Server : .11 .21
> > > > > > Virtual E9 Server : .26 .31
> > > > > >
> > > > > > Why is this double ? ^^^
> > > > > >
> > > > > > Can someone recommend some tuning parameters for the E9 Server ?
> > > > > >
> > > > > > We have about 30 Heavy users, 40 light users and 30 MES users.
> > > > > >
> > > > > > Thanks,
> > > > > > Neil
> > > > > >
> > > > > > --- In vantage@yahoogroups.com , Joshua Giese <jgiese@> wrote:
> > > > > > >
> > > > > > >
> > > > > > > We have about 15 concurrent users at a time on average. To be honest I have not seen a lot of client side speed up from these changes except for in these areas:
> > > > > > > - Crystal Reports generate and transfer faster
> > > > > > > - BO methods are faster by 10ths of seconds only (Could be affected by other hardware changes made more RAM we added, better processors etc)
> > > > > > > - BAQs and Searches run faster by about 10%
> > > > > > > - Screens cache and load faster (Could be affected by other hardware changes made more RAM we added, better processors etc)
> > > > > > >
> > > > > > > One of the only other things from a client perspective that seemed to make an impact was adding an SSD to client computers. Nothing else RAM, CPU, etc seemed to make a significant difference and the SSD only helped screen loads and refreshes. BO method timing stayed about the same and improved again by 10ths of seconds.
> > > > > > >
> > > > > > >
> > > > > > > Joshua Giese
> > > > > > >
> > > > > > > CTO
> > > > > > >
> > > > > > > 920.437.6400 Ext. 337
> > > > > > >
> > > > > > > Site ID: 27450-E905700B2-SQL64
> > > > > > >
> > > > > > > ----- Original Message -----
> > > > > > >
> > > > > > > From: "mikethorne1980" <mikethorne1980@>
> > > > > > > To: vantage@yahoogroups.com
> > > > > > > Sent: Wednesday, March 6, 2013 4:13:29 PM
> > > > > > > Subject: [Vantage] Re: E9 Performance Diagnostic Tool
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Did you notice a significant client performance increase Josh? Also how many users do you currently have?
> > > > > > >
> > > > > > > --- In vantage@yahoogroups.com , Joshua Giese wrote:
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Best thing I ever did...
> > > > > > > >
> > > > > > > > Took my Epicor App OS out of a striped RAID array
> > > > > > > >
> > > > > > > > Put SQL and Epicor on the same box with SSD drives.
> > > > > > > >
> > > > > > > > ÃÆ'‚
> > > > > > > >
> > > > > > > > All my times dropped to the posted averages. I found that when SQL and Epicor were on seperate physical boxes that Epicor was always waiting for SQL to get data back to it, but SQL was waiting for input from Epicor because I had aÃÆ'‚ hard drive bottleneck.ÃÆ'‚ It was a vicious circle.ÃÆ'‚ I put a crossover between the two machines, put those two NICs in their own subnet and took the switch out of the equation.ÃÆ'‚ It helped marginally.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Joshua Giese
> > > > > > > >
> > > > > > > > CTO
> > > > > > > >
> > > > > > > > 920.437.6400 Ext. 337
> > > > > > > >
> > > > > > > > Site ID: 27450-E905700B2-SQL64
> > > > > > > >
> > > > > > > > ----- Original Message -----
> > > > > > > >
> > > > > > > > From: "timlester67"
> > > > > > > > To: vantage@yahoogroups.com
> > > > > > > > Sent: Friday, March 1, 2013 9:56:20 AM
> > > > > > > > Subject: [Vantage] Re: E9 Performance Diagnostic Tool
> > > > > > > >
> > > > > > > > ÃÆ'‚
> > > > > > > >
> > > > > > > >
> > > > > > > > Curious how much tuning everyone did to obtain the numbers posted. Our server times are much higher than everyone else. We use 1 App server and 1 SQL server, physical boxes. We are seeing the following:
> > > > > > > >
> > > > > > > > Production:
> > > > > > > > Server .60
> > > > > > > > Network .38
> > > > > > > >
> > > > > > > > Test:
> > > > > > > > Server .58
> > > > > > > > Network .37
> > > > > > > >
> > > > > > > > Thanks.
> > > > > > > >
> > > > > > > > Tim Lester
> > > > > > > >
> > > > > > > > --- In vantage@yahoogroups.com , "mseal" wrote:
> > > > > > > > >
> > > > > > > > > before correction server time was just about as after (.15 - .20) but 'network time' was around .55 ++
> > > > > > > > > motty
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --- In vantage@yahoogroups.com , "jgiese1988" wrote:
> > > > > > > > > >
> > > > > > > > > > Do you recall your numbers before hand and after the upgrade before correcting the issue? What did you see on your new boxes after correcting the issue.
> > > > > > > > > >
> > > > > > > > > > --- In vantage@yahoogroups.com , "mseal" wrote:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > A footnote to `network time' values and VW configuration.
> > > > > > > > > > > About 9 months ago I upgraded all my production host servers on VM to top of the line Dell servers and left the `old' server as part of the DRS configuration so I can move the Epicor server over.
> > > > > > > > > > > Once on the new environment `Server time' values were same as old but network time was x2 (worst).
> > > > > > > > > > > It took a lot of time to figure issue out and main issue was BIOS power profile configuration
> > > > > > > > > > > Bottom line, not sure what Epicor considers `Network time' as it seems to be all calculated on the actual box
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Motty
> > > > > > > > > > >
> > > > > > > > > > > --- In vantage@yahoogroups.com , "jgiese1988" wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > We get something like
> > > > > > > > > > > > .13 server
> > > > > > > > > > > > .48 network
> > > > > > > > > > > >
> > > > > > > > > > > > I wouldn't put a lot of stock in the server time as we have really long disk queues that are killing us on the server.
> > > > > > > > > > > >
> > > > > > > > > > > > --- In vantage@yahoogroups.com , "mseal" wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks John,
> > > > > > > > > > > > > I'm getting
> > > > > > > > > > > > > Server - .15
> > > > > > > > > > > > > Network - .33
> > > > > > > > > > > > >
> > > > > > > > > > > > > I wonder how you consider your overall performance on a 1-5
> > > > > > > > > > > > >
> > > > > > > > > > > > > Motty
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --- In vantage@yahoogroups.com , John Driggers wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > There are a lot of variables but it's probably as good a place as any to
> > > > > > > > > > > > > > start.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I'm getting:
> > > > > > > > > > > > > > Server: .14
> > > > > > > > > > > > > > Network: .36
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > *John Driggers*
> > > > > > > > > > > > > > **
> > > > > > > > > > > > > > *Chief Data Wrangler*
> > > > > > > > > > > > > > *
> > > > > > > > > > > > > > *
> > > > > > > > > > > > > > *I have an Epicor blog http://usdoingstuff.com/ >. How useful is that?*
> > > > > > > > > > > > > > *
> > > > > > > > > > > > > > *:: 904.404.9233
> > > > > > > > > > > > > > :: waffqle@
> > > > > > > > > > > > > > :: http://www.usdoingstuff.com http://www.usdoingstuff.com/ >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > *
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > *
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Mon, Dec 3, 2012 at 11:36 AM, mseal wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > **
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > For all of us on Epicor 9, wonder if one company's stats of the `Network
> > > > > > > > > > > > > > > Diagnostics' represents a good benchmark for server/dB and client
> > > > > > > > > > > > > > > configuration and performance.
> > > > > > > > > > > > > > > I was hoping Epicor would publish benchmark ranges and I could assess how
> > > > > > > > > > > > > > > good/bad my settings are.
> > > > > > > > > > > > > > > Would that work?
> > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > Motty
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > >
> >
>

For all of us on Epicor 9, wonder if one company's stats of the `Network Diagnostics' represents a good benchmark for server/dB and client configuration and performance.
I was hoping Epicor would publish benchmark ranges and I could assess how good/bad my settings are.
Would that work?
Thanks
Motty
There are a lot of variables but it's probably as good a place as any to
start.

I'm getting:
Server: .14
Network: .36

*John Driggers*
**
*Chief Data Wrangler*
*
*
*I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
*
*:: 904.404.9233
:: waffqle@...
:: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>

*

*



On Mon, Dec 3, 2012 at 11:36 AM, mseal <mseal@...> wrote:

> **
>
>
>
> For all of us on Epicor 9, wonder if one company's stats of the `Network
> Diagnostics' represents a good benchmark for server/dB and client
> configuration and performance.
> I was hoping Epicor would publish benchmark ranges and I could assess how
> good/bad my settings are.
> Would that work?
> Thanks
> Motty
>
>
>


[Non-text portions of this message have been removed]
Thanks John,
I'm getting
Server - .15
Network - .33

I wonder how you consider your overall performance on a 1-5

Motty


--- In vantage@yahoogroups.com, John Driggers <waffqle@...> wrote:
>
> There are a lot of variables but it's probably as good a place as any to
> start.
>
> I'm getting:
> Server: .14
> Network: .36
>
> *John Driggers*
> **
> *Chief Data Wrangler*
> *
> *
> *I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
> *
> *:: 904.404.9233
> :: waffqle@...
> :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
>
> *
>
> *
>
>
>
> On Mon, Dec 3, 2012 at 11:36 AM, mseal <mseal@...> wrote:
>
> > **
> >
> >
> >
> > For all of us on Epicor 9, wonder if one company's stats of the `Network
> > Diagnostics' represents a good benchmark for server/dB and client
> > configuration and performance.
> > I was hoping Epicor would publish benchmark ranges and I could assess how
> > good/bad my settings are.
> > Would that work?
> > Thanks
> > Motty
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
We get something like
.13 server
.48 network

I wouldn't put a lot of stock in the server time as we have really long disk queues that are killing us on the server.

--- In vantage@yahoogroups.com, "mseal" <mseal@...> wrote:
>
> Thanks John,
> I'm getting
> Server - .15
> Network - .33
>
> I wonder how you consider your overall performance on a 1-5
>
> Motty
>
>
> --- In vantage@yahoogroups.com, John Driggers <waffqle@> wrote:
> >
> > There are a lot of variables but it's probably as good a place as any to
> > start.
> >
> > I'm getting:
> > Server: .14
> > Network: .36
> >
> > *John Driggers*
> > **
> > *Chief Data Wrangler*
> > *
> > *
> > *I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
> > *
> > *:: 904.404.9233
> > :: waffqle@
> > :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
> >
> > *
> >
> > *
> >
> >
> >
> > On Mon, Dec 3, 2012 at 11:36 AM, mseal <mseal@> wrote:
> >
> > > **
> > >
> > >
> > >
> > > For all of us on Epicor 9, wonder if one company's stats of the `Network
> > > Diagnostics' represents a good benchmark for server/dB and client
> > > configuration and performance.
> > > I was hoping Epicor would publish benchmark ranges and I could assess how
> > > good/bad my settings are.
> > > Would that work?
> > > Thanks
> > > Motty
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
A footnote to `network time' values and VW configuration.
About 9 months ago I upgraded all my production host servers on VM to top of the line Dell servers and left the `old' server as part of the DRS configuration so I can move the Epicor server over.
Once on the new environment `Server time' values were same as old but network time was x2 (worst).
It took a lot of time to figure issue out and main issue was BIOS power profile configuration
Bottom line, not sure what Epicor considers `Network time' as it seems to be all calculated on the actual box


Motty

--- In vantage@yahoogroups.com, "jgiese1988" <epicor-team@...> wrote:
>
> We get something like
> .13 server
> .48 network
>
> I wouldn't put a lot of stock in the server time as we have really long disk queues that are killing us on the server.
>
> --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> >
> > Thanks John,
> > I'm getting
> > Server - .15
> > Network - .33
> >
> > I wonder how you consider your overall performance on a 1-5
> >
> > Motty
> >
> >
> > --- In vantage@yahoogroups.com, John Driggers <waffqle@> wrote:
> > >
> > > There are a lot of variables but it's probably as good a place as any to
> > > start.
> > >
> > > I'm getting:
> > > Server: .14
> > > Network: .36
> > >
> > > *John Driggers*
> > > **
> > > *Chief Data Wrangler*
> > > *
> > > *
> > > *I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
> > > *
> > > *:: 904.404.9233
> > > :: waffqle@
> > > :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
> > >
> > > *
> > >
> > > *
> > >
> > >
> > >
> > > On Mon, Dec 3, 2012 at 11:36 AM, mseal <mseal@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > >
> > > > For all of us on Epicor 9, wonder if one company's stats of the `Network
> > > > Diagnostics' represents a good benchmark for server/dB and client
> > > > configuration and performance.
> > > > I was hoping Epicor would publish benchmark ranges and I could assess how
> > > > good/bad my settings are.
> > > > Would that work?
> > > > Thanks
> > > > Motty
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>
I'm getting.

Server .22 1st pass and then .17 after that.
Network .33 to .42

Greg Payne

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of John Driggers
Sent: Monday, December 03, 2012 11:46 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] E9 Performance Diagnostic Tool

There are a lot of variables but it's probably as good a place as any to start.

I'm getting:
Server: .14
Network: .36

*John Driggers*
**
*Chief Data Wrangler*
*
*
*I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
*
*:: 904.404.9233
:: waffqle@...
:: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>

*

*



On Mon, Dec 3, 2012 at 11:36 AM, mseal <mseal@...> wrote:

> **
>
>
>
> For all of us on Epicor 9, wonder if one company's stats of the
> `Network Diagnostics' represents a good benchmark for server/dB and
> client configuration and performance.
> I was hoping Epicor would publish benchmark ranges and I could assess
> how good/bad my settings are.
> Would that work?
> Thanks
> Motty
>
>
>


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



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links




CONFIDENTIALITY NOTICE

The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at 727-578-6280 and immediately delete the communication.

"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."
Do you recall your numbers before hand and after the upgrade before correcting the issue? What did you see on your new boxes after correcting the issue.

--- In vantage@yahoogroups.com, "mseal" <mseal@...> wrote:
>
>
> A footnote to `network time' values and VW configuration.
> About 9 months ago I upgraded all my production host servers on VM to top of the line Dell servers and left the `old' server as part of the DRS configuration so I can move the Epicor server over.
> Once on the new environment `Server time' values were same as old but network time was x2 (worst).
> It took a lot of time to figure issue out and main issue was BIOS power profile configuration
> Bottom line, not sure what Epicor considers `Network time' as it seems to be all calculated on the actual box
>
>
> Motty
>
> --- In vantage@yahoogroups.com, "jgiese1988" <epicor-team@> wrote:
> >
> > We get something like
> > .13 server
> > .48 network
> >
> > I wouldn't put a lot of stock in the server time as we have really long disk queues that are killing us on the server.
> >
> > --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> > >
> > > Thanks John,
> > > I'm getting
> > > Server - .15
> > > Network - .33
> > >
> > > I wonder how you consider your overall performance on a 1-5
> > >
> > > Motty
> > >
> > >
> > > --- In vantage@yahoogroups.com, John Driggers <waffqle@> wrote:
> > > >
> > > > There are a lot of variables but it's probably as good a place as any to
> > > > start.
> > > >
> > > > I'm getting:
> > > > Server: .14
> > > > Network: .36
> > > >
> > > > *John Driggers*
> > > > **
> > > > *Chief Data Wrangler*
> > > > *
> > > > *
> > > > *I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
> > > > *
> > > > *:: 904.404.9233
> > > > :: waffqle@
> > > > :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
> > > >
> > > > *
> > > >
> > > > *
> > > >
> > > >
> > > >
> > > > On Mon, Dec 3, 2012 at 11:36 AM, mseal <mseal@> wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > >
> > > > > For all of us on Epicor 9, wonder if one company's stats of the `Network
> > > > > Diagnostics' represents a good benchmark for server/dB and client
> > > > > configuration and performance.
> > > > > I was hoping Epicor would publish benchmark ranges and I could assess how
> > > > > good/bad my settings are.
> > > > > Would that work?
> > > > > Thanks
> > > > > Motty
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> >
>
before correction server time was just about as after (.15 - .20) but 'network time' was around .55 ++
motty


--- In vantage@yahoogroups.com, "jgiese1988" <epicor-team@...> wrote:
>
> Do you recall your numbers before hand and after the upgrade before correcting the issue? What did you see on your new boxes after correcting the issue.
>
> --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> >
> >
> > A footnote to `network time' values and VW configuration.
> > About 9 months ago I upgraded all my production host servers on VM to top of the line Dell servers and left the `old' server as part of the DRS configuration so I can move the Epicor server over.
> > Once on the new environment `Server time' values were same as old but network time was x2 (worst).
> > It took a lot of time to figure issue out and main issue was BIOS power profile configuration
> > Bottom line, not sure what Epicor considers `Network time' as it seems to be all calculated on the actual box
> >
> >
> > Motty
> >
> > --- In vantage@yahoogroups.com, "jgiese1988" <epicor-team@> wrote:
> > >
> > > We get something like
> > > .13 server
> > > .48 network
> > >
> > > I wouldn't put a lot of stock in the server time as we have really long disk queues that are killing us on the server.
> > >
> > > --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> > > >
> > > > Thanks John,
> > > > I'm getting
> > > > Server - .15
> > > > Network - .33
> > > >
> > > > I wonder how you consider your overall performance on a 1-5
> > > >
> > > > Motty
> > > >
> > > >
> > > > --- In vantage@yahoogroups.com, John Driggers <waffqle@> wrote:
> > > > >
> > > > > There are a lot of variables but it's probably as good a place as any to
> > > > > start.
> > > > >
> > > > > I'm getting:
> > > > > Server: .14
> > > > > Network: .36
> > > > >
> > > > > *John Driggers*
> > > > > **
> > > > > *Chief Data Wrangler*
> > > > > *
> > > > > *
> > > > > *I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
> > > > > *
> > > > > *:: 904.404.9233
> > > > > :: waffqle@
> > > > > :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
> > > > >
> > > > > *
> > > > >
> > > > > *
> > > > >
> > > > >
> > > > >
> > > > > On Mon, Dec 3, 2012 at 11:36 AM, mseal <mseal@> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > >
> > > > > > For all of us on Epicor 9, wonder if one company's stats of the `Network
> > > > > > Diagnostics' represents a good benchmark for server/dB and client
> > > > > > configuration and performance.
> > > > > > I was hoping Epicor would publish benchmark ranges and I could assess how
> > > > > > good/bad my settings are.
> > > > > > Would that work?
> > > > > > Thanks
> > > > > > Motty
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > >
> >
>
Server .15
Network .25

Tim

--- In vantage@yahoogroups.com, "mseal" <mseal@...> wrote:
>
>
> For all of us on Epicor 9, wonder if one company's stats of the `Network Diagnostics' represents a good benchmark for server/dB and client configuration and performance.
> I was hoping Epicor would publish benchmark ranges and I could assess how good/bad my settings are.
> Would that work?
> Thanks
> Motty
>
Greetings all, I understand this thread is a few months old and don't necessarily expect a response. I am getting a consistent Server: .25 and Network ~ .8-1.2.


I have an open support call on this, but that being said, could performance be noticeably hindered with those stats?

Cheers,
-Mike


--- In vantage@yahoogroups.com, "mseal" <mseal@...> wrote:
>
> before correction server time was just about as after (.15 - .20) but 'network time' was around .55 ++
> motty
>
>
> --- In vantage@yahoogroups.com, "jgiese1988" <epicor-team@> wrote:
> >
> > Do you recall your numbers before hand and after the upgrade before correcting the issue? What did you see on your new boxes after correcting the issue.
> >
> > --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> > >
> > >
> > > A footnote to `network time' values and VW configuration.
> > > About 9 months ago I upgraded all my production host servers on VM to top of the line Dell servers and left the `old' server as part of the DRS configuration so I can move the Epicor server over.
> > > Once on the new environment `Server time' values were same as old but network time was x2 (worst).
> > > It took a lot of time to figure issue out and main issue was BIOS power profile configuration
> > > Bottom line, not sure what Epicor considers `Network time' as it seems to be all calculated on the actual box
> > >
> > >
> > > Motty
> > >
> > > --- In vantage@yahoogroups.com, "jgiese1988" <epicor-team@> wrote:
> > > >
> > > > We get something like
> > > > .13 server
> > > > .48 network
> > > >
> > > > I wouldn't put a lot of stock in the server time as we have really long disk queues that are killing us on the server.
> > > >
> > > > --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> > > > >
> > > > > Thanks John,
> > > > > I'm getting
> > > > > Server - .15
> > > > > Network - .33
> > > > >
> > > > > I wonder how you consider your overall performance on a 1-5
> > > > >
> > > > > Motty
> > > > >
> > > > >
> > > > > --- In vantage@yahoogroups.com, John Driggers <waffqle@> wrote:
> > > > > >
> > > > > > There are a lot of variables but it's probably as good a place as any to
> > > > > > start.
> > > > > >
> > > > > > I'm getting:
> > > > > > Server: .14
> > > > > > Network: .36
> > > > > >
> > > > > > *John Driggers*
> > > > > > **
> > > > > > *Chief Data Wrangler*
> > > > > > *
> > > > > > *
> > > > > > *I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
> > > > > > *
> > > > > > *:: 904.404.9233
> > > > > > :: waffqle@
> > > > > > :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
> > > > > >
> > > > > > *
> > > > > >
> > > > > > *
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Mon, Dec 3, 2012 at 11:36 AM, mseal <mseal@> wrote:
> > > > > >
> > > > > > > **
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > For all of us on Epicor 9, wonder if one company's stats of the `Network
> > > > > > > Diagnostics' represents a good benchmark for server/dB and client
> > > > > > > configuration and performance.
> > > > > > > I was hoping Epicor would publish benchmark ranges and I could assess how
> > > > > > > good/bad my settings are.
> > > > > > > Would that work?
> > > > > > > Thanks
> > > > > > > Motty
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > >
> > >
> >
>
short answer is , yes -
server performance may be high because of bad network performance, as server is waiting for client's next commands
motty


--- In vantage@yahoogroups.com, "mikethorne1980" <mikethorne1980@...> wrote:
>
>
>
> Greetings all, I understand this thread is a few months old and don't necessarily expect a response. I am getting a consistent Server: .25 and Network ~ .8-1.2.
>
>
> I have an open support call on this, but that being said, could performance be noticeably hindered with those stats?
>
> Cheers,
> -Mike
>
>
> --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> >
> > before correction server time was just about as after (.15 - .20) but 'network time' was around .55 ++
> > motty
> >
> >
> > --- In vantage@yahoogroups.com, "jgiese1988" <epicor-team@> wrote:
> > >
> > > Do you recall your numbers before hand and after the upgrade before correcting the issue? What did you see on your new boxes after correcting the issue.
> > >
> > > --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> > > >
> > > >
> > > > A footnote to `network time' values and VW configuration.
> > > > About 9 months ago I upgraded all my production host servers on VM to top of the line Dell servers and left the `old' server as part of the DRS configuration so I can move the Epicor server over.
> > > > Once on the new environment `Server time' values were same as old but network time was x2 (worst).
> > > > It took a lot of time to figure issue out and main issue was BIOS power profile configuration
> > > > Bottom line, not sure what Epicor considers `Network time' as it seems to be all calculated on the actual box
> > > >
> > > >
> > > > Motty
> > > >
> > > > --- In vantage@yahoogroups.com, "jgiese1988" <epicor-team@> wrote:
> > > > >
> > > > > We get something like
> > > > > .13 server
> > > > > .48 network
> > > > >
> > > > > I wouldn't put a lot of stock in the server time as we have really long disk queues that are killing us on the server.
> > > > >
> > > > > --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> > > > > >
> > > > > > Thanks John,
> > > > > > I'm getting
> > > > > > Server - .15
> > > > > > Network - .33
> > > > > >
> > > > > > I wonder how you consider your overall performance on a 1-5
> > > > > >
> > > > > > Motty
> > > > > >
> > > > > >
> > > > > > --- In vantage@yahoogroups.com, John Driggers <waffqle@> wrote:
> > > > > > >
> > > > > > > There are a lot of variables but it's probably as good a place as any to
> > > > > > > start.
> > > > > > >
> > > > > > > I'm getting:
> > > > > > > Server: .14
> > > > > > > Network: .36
> > > > > > >
> > > > > > > *John Driggers*
> > > > > > > **
> > > > > > > *Chief Data Wrangler*
> > > > > > > *
> > > > > > > *
> > > > > > > *I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
> > > > > > > *
> > > > > > > *:: 904.404.9233
> > > > > > > :: waffqle@
> > > > > > > :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
> > > > > > >
> > > > > > > *
> > > > > > >
> > > > > > > *
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Mon, Dec 3, 2012 at 11:36 AM, mseal <mseal@> wrote:
> > > > > > >
> > > > > > > > **
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > For all of us on Epicor 9, wonder if one company's stats of the `Network
> > > > > > > > Diagnostics' represents a good benchmark for server/dB and client
> > > > > > > > configuration and performance.
> > > > > > > > I was hoping Epicor would publish benchmark ranges and I could assess how
> > > > > > > > good/bad my settings are.
> > > > > > > > Would that work?
> > > > > > > > Thanks
> > > > > > > > Motty
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
I am having trouble mapping a datetime field.



Whenever I use any of the date functoids I get a process conversion
error.



If I try to map the field without the functoid it gives me an invalid
datetime format error.



Does anyone know the secret to mapping a datetime value in Service
Connect



Epicor 9.05.605

Edward


http://www.harperimage.com/http://www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http://www.harperimage.com/events/ICE-Europe-2013/386%c2%a0%c2%a0%c2%a0
Order CeramClean II â„¢ ink cleaner today and receive a special 10% discount ! Please contact us for details or click here to view this item online at http://www.harperimage.com/HarperScientific/Ceram-Clean-II/product-10
To learn more about Harper go to: http://www.harperimage.com/
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.

[Non-text portions of this message have been removed]
When you link the date to the Functoid, you also have to lass the format. For our sales orders where we pass the date 02/21/13, my format is MM/DD/YY

--Matt Caldwell

--- In vantage@yahoogroups.com, "Edward Burritt" <Edward@...> wrote:
>
> I am having trouble mapping a datetime field.
>
>
>
> Whenever I use any of the date functoids I get a process conversion
> error.
>
>
>
> If I try to map the field without the functoid it gives me an invalid
> datetime format error.
>
>
>
> Does anyone know the secret to mapping a datetime value in Service
> Connect
>
>
>
> Epicor 9.05.605
>
> Edward
>
>
> http://www.harperimage.com/http://www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http://www.harperimage.com/events/ICE-Europe-2013/386%c3%82%c2%a0%c3%82%c2%a0%c3%82%c2%a0
> Order CeramClean II ™ ink cleaner today and receive a special 10% discount ! Please contact us for details or click here to view this item online at http://www.harperimage.com/HarperScientific/Ceram-Clean-II/product-10
> To learn more about Harper go to: http://www.harperimage.com/
> This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
>
> [Non-text portions of this message have been removed]
>
I found in an old post to use the datetimefromstring functiod with a mm/dd/yyyy format and it worked



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Edward Burritt
Sent: Friday, February 22, 2013 1:00 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Service Connect datetime format





I am having trouble mapping a datetime field.

Whenever I use any of the date functoids I get a process conversion
error.

If I try to map the field without the functoid it gives me an invalid
datetime format error.

Does anyone know the secret to mapping a datetime value in Service
Connect

Epicor 9.05.605

Edward

http://www.harperimage.com/http://www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http://www.harperimage.com/events/ICE-Europe-2013/386 <http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386>
Order CeramClean II â„¢ ink cleaner today and receive a special 10% discount ! Please contact us for details or click here to view this item online at http://www.harperimage.com/HarperScientific/Ceram-Clean-II/product-10
To learn more about Harper go to: http://www.harperimage.com/
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.

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





[Non-text portions of this message have been removed]
Date Duration formula:
2009-10-25T00:00:00-05:00+ “P5D” is an example to add/subtract 5 days (the time is required to work in Service Connect date function)

We are on Vantage 8.03.409C and I almost always have to format dates as 2009-10-25T00:00:00-05:00 – where the -05:00 is for Central time (GMT – 5)

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Edward Burritt
Sent: Friday, February 22, 2013 12:13 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Service Connect datetime format



I found in an old post to use the datetimefromstring functiod with a mm/dd/yyyy format and it worked



From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of Edward Burritt
Sent: Friday, February 22, 2013 1:00 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Service Connect datetime format





I am having trouble mapping a datetime field.

Whenever I use any of the date functoids I get a process conversion
error.

If I try to map the field without the functoid it gives me an invalid
datetime format error.

Does anyone know the secret to mapping a datetime value in Service
Connect

Epicor 9.05.605

Edward

http://www.harperimage.com/http://www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http://www.harperimage.com/events/ICE-Europe-2013/386<http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386> http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386>
Order CeramClean II â„¢ ink cleaner today and receive a special 10% discount ! Please contact us for details or click here to view this item online at http://www.harperimage.com/HarperScientific/Ceram-Clean-II/product-10
To learn more about Harper go to: http://www.harperimage.com/
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.

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




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



[Non-text portions of this message have been removed]
You probably can “get by Id” or “get rows” to see how the date in question is already formatted in Vantage/Epicor to help you determine the format needed.

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Karen Schoenung
Sent: Friday, February 22, 2013 12:19 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Service Connect datetime format



Date Duration formula:
2009-10-25T00:00:00-05:00+ “P5D” is an example to add/subtract 5 days (the time is required to work in Service Connect date function)

We are on Vantage 8.03.409C and I almost always have to format dates as 2009-10-25T00:00:00-05:00 – where the -05:00 is for Central time (GMT – 5)

From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of Edward Burritt
Sent: Friday, February 22, 2013 12:13 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect datetime format



I found in an old post to use the datetimefromstring functiod with a mm/dd/yyyy format and it worked



From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of Edward Burritt
Sent: Friday, February 22, 2013 1:00 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Service Connect datetime format





I am having trouble mapping a datetime field.

Whenever I use any of the date functoids I get a process conversion
error.

If I try to map the field without the functoid it gives me an invalid
datetime format error.

Does anyone know the secret to mapping a datetime value in Service
Connect

Epicor 9.05.605

Edward

http://www.harperimage.com/http://www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http://www.harperimage.com/events/ICE-Europe-2013/386<http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386>http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386> http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386>
Order CeramClean II â„¢ ink cleaner today and receive a special 10% discount ! Please contact us for details or click here to view this item online at http://www.harperimage.com/HarperScientific/Ceram-Clean-II/product-10
To learn more about Harper go to: http://www.harperimage.com/
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.

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




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


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



[Non-text portions of this message have been removed]
I was able to use the dateTimeFromString functoid and it worked perfectly:







From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Karen Schoenung
Sent: Friday, February 22, 2013 1:27 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Service Connect datetime format





You probably can “get by Id” or “get rows” to see how the date in question is already formatted in Vantage/Epicor to help you determine the format needed.

From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On Behalf Of Karen Schoenung
Sent: Friday, February 22, 2013 12:19 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect datetime format



Date Duration formula:
2009-10-25T00:00:00-05:00+ “P5D” is an example to add/subtract 5 days (the time is required to work in Service Connect date function)

We are on Vantage 8.03.409C and I almost always have to format dates as 2009-10-25T00:00:00-05:00 – where the -05:00 is for Central time (GMT – 5)

From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On Behalf Of Edward Burritt
Sent: Friday, February 22, 2013 12:13 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect datetime format



I found in an old post to use the datetimefromstring functiod with a mm/dd/yyyy format and it worked



From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On Behalf Of Edward Burritt
Sent: Friday, February 22, 2013 1:00 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Service Connect datetime format





I am having trouble mapping a datetime field.

Whenever I use any of the date functoids I get a process conversion
error.

If I try to map the field without the functoid it gives me an invalid
datetime format error.

Does anyone know the secret to mapping a datetime value in Service
Connect

Epicor 9.05.605

Edward

http://www.harperimage.com/http://www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http://www.harperimage.com/events/ICE-Europe-2013/386 <http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386> http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386> http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386>
Order CeramClean II â„¢ ink cleaner today and receive a special 10% discount ! Please contact us for details or click here to view this item online at http://www.harperimage.com/HarperScientific/Ceram-Clean-II/product-10
To learn more about Harper go to: http://www.harperimage.com/
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.

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




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


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


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





[Non-text portions of this message have been removed]
The format is all the WC3 standard… Google their website and you should get all you need..






Rob Bucek
Production Control Manager
PH: (715) 284-5376 ext 311
Mobile: (715)896-4832
FAX: (715)284-4084
[cid:1.234354861@...]<http://www.dsmfg.com/>
(Click the logo to view our site)<http://www.dsmfg.com/>

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Edward Burritt
Sent: Friday, February 22, 2013 12:39 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Service Connect datetime format



I was able to use the dateTimeFromString functoid and it worked perfectly:







From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of Karen Schoenung
Sent: Friday, February 22, 2013 1:27 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect datetime format





You probably can “get by Id” or “get rows” to see how the date in question is already formatted in Vantage/Epicor to help you determine the format needed.

From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> ] On Behalf Of Karen Schoenung
Sent: Friday, February 22, 2013 12:19 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect datetime format



Date Duration formula:
2009-10-25T00:00:00-05:00+ “P5D” is an example to add/subtract 5 days (the time is required to work in Service Connect date function)

We are on Vantage 8.03.409C and I almost always have to format dates as 2009-10-25T00:00:00-05:00 – where the -05:00 is for Central time (GMT – 5)

From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> ] On Behalf Of Edward Burritt
Sent: Friday, February 22, 2013 12:13 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Service Connect datetime format



I found in an old post to use the datetimefromstring functiod with a mm/dd/yyyy format and it worked



From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> ] On Behalf Of Edward Burritt
Sent: Friday, February 22, 2013 1:00 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Service Connect datetime format





I am having trouble mapping a datetime field.

Whenever I use any of the date functoids I get a process conversion
error.

If I try to map the field without the functoid it gives me an invalid
datetime format error.

Does anyone know the secret to mapping a datetime value in Service
Connect

Epicor 9.05.605

Edward

http://www.harperimage.com/http://www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http://www.harperimage.com/events/ICE-Europe-2013/386<http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386> http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386> http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386<http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386http:/www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386>> http://www.harperimage.com/http:/www.harperimage.com/AniloxRolls/Harper-Bridge-Sleeves/product-76http:/www.harperimage.com/events/ICE-Europe-2013/386>
Order CeramClean II â„¢ ink cleaner today and receive a special 10% discount ! Please contact us for details or click here to view this item online at http://www.harperimage.com/HarperScientific/Ceram-Clean-II/product-10
To learn more about Harper go to: http://www.harperimage.com/
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.

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




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


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


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




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



[Non-text portions of this message have been removed]
I see, i have asked for help from our network engineer and hopefully he will find something that can address this. Are all your clients currently on a GB network? I am no expert in networking, but i am trying to determine what could possibly be wrong.

Cheers,
-Mike

--- In vantage@yahoogroups.com, "mseal" <mseal@...> wrote:
>
> short answer is , yes -
> server performance may be high because of bad network performance, as server is waiting for client's next commands
> motty
>
>
> --- In vantage@yahoogroups.com, "mikethorne1980" <mikethorne1980@> wrote:
> >
> >
> >
> > Greetings all, I understand this thread is a few months old and don't necessarily expect a response. I am getting a consistent Server: .25 and Network ~ .8-1.2.
> >
> >
> > I have an open support call on this, but that being said, could performance be noticeably hindered with those stats?
> >
> > Cheers,
> > -Mike
> >
> >
> > --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> > >
> > > before correction server time was just about as after (.15 - .20) but 'network time' was around .55 ++
> > > motty
> > >
> > >
> > > --- In vantage@yahoogroups.com, "jgiese1988" <epicor-team@> wrote:
> > > >
> > > > Do you recall your numbers before hand and after the upgrade before correcting the issue? What did you see on your new boxes after correcting the issue.
> > > >
> > > > --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> > > > >
> > > > >
> > > > > A footnote to `network time' values and VW configuration.
> > > > > About 9 months ago I upgraded all my production host servers on VM to top of the line Dell servers and left the `old' server as part of the DRS configuration so I can move the Epicor server over.
> > > > > Once on the new environment `Server time' values were same as old but network time was x2 (worst).
> > > > > It took a lot of time to figure issue out and main issue was BIOS power profile configuration
> > > > > Bottom line, not sure what Epicor considers `Network time' as it seems to be all calculated on the actual box
> > > > >
> > > > >
> > > > > Motty
> > > > >
> > > > > --- In vantage@yahoogroups.com, "jgiese1988" <epicor-team@> wrote:
> > > > > >
> > > > > > We get something like
> > > > > > .13 server
> > > > > > .48 network
> > > > > >
> > > > > > I wouldn't put a lot of stock in the server time as we have really long disk queues that are killing us on the server.
> > > > > >
> > > > > > --- In vantage@yahoogroups.com, "mseal" <mseal@> wrote:
> > > > > > >
> > > > > > > Thanks John,
> > > > > > > I'm getting
> > > > > > > Server - .15
> > > > > > > Network - .33
> > > > > > >
> > > > > > > I wonder how you consider your overall performance on a 1-5
> > > > > > >
> > > > > > > Motty
> > > > > > >
> > > > > > >
> > > > > > > --- In vantage@yahoogroups.com, John Driggers <waffqle@> wrote:
> > > > > > > >
> > > > > > > > There are a lot of variables but it's probably as good a place as any to
> > > > > > > > start.
> > > > > > > >
> > > > > > > > I'm getting:
> > > > > > > > Server: .14
> > > > > > > > Network: .36
> > > > > > > >
> > > > > > > > *John Driggers*
> > > > > > > > **
> > > > > > > > *Chief Data Wrangler*
> > > > > > > > *
> > > > > > > > *
> > > > > > > > *I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
> > > > > > > > *
> > > > > > > > *:: 904.404.9233
> > > > > > > > :: waffqle@
> > > > > > > > :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
> > > > > > > >
> > > > > > > > *
> > > > > > > >
> > > > > > > > *
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Mon, Dec 3, 2012 at 11:36 AM, mseal <mseal@> wrote:
> > > > > > > >
> > > > > > > > > **
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > For all of us on Epicor 9, wonder if one company's stats of the `Network
> > > > > > > > > Diagnostics' represents a good benchmark for server/dB and client
> > > > > > > > > configuration and performance.
> > > > > > > > > I was hoping Epicor would publish benchmark ranges and I could assess how
> > > > > > > > > good/bad my settings are.
> > > > > > > > > Would that work?
> > > > > > > > > Thanks
> > > > > > > > > Motty
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>