MYOB Greentree

HideShow

  • Contents
  • Index
  • Search
 
Display results with all search words

 

Main


CRM/SCM/HR communicates with the eModules through the Port defined on the console, based on a WSDL (web server definition language) file, which contains all the functions (methods) exposed to the eModules. The Listener passes the messages received from the eModule through to the Queue, where it is scheduled for processing. The threads process the messages and sends feedback to the eModule.

You can define any number of Listeners.

You must have a Listener running in order for the eModules to work. It is good practice to 'Stop' the Listener before you end your Greentree session, as the Listener does not auto close when exiting Greentree. If you exit Greentree while a Listener runsning, you must end the process before you can start another Greentree session.

Options Reference

Each option and field on the form is described below. Mandatory options and fields are highlighted in red.

Node Name

Enter the Name for the eWeb Services Listener. The Listener receives messages from eService and passes it on to the Queue for processing.

Port

Enter the port available for eService use. 7000 is recommended as it is rarely used.

Single Tier

eService uses these tiers:

  • Listener, which receives messages from eService
  • Queue, which receives the messages from the Listener and schedules for processing
  • Thread/s, which processes the message received and returns the feedback to eService.

If Single Tier is selected, then the Listener, Queue and Thread processes are performed as one Tier, which may have a negative effect on turnaround. Single Tier is recommended for Demonstration purposes only.

Min Threads

Enter the minimum number of threads (simultaneous processing engines) available.

Run As Service

Select to run eService as a Service. If selected, you must update the jadegt.ini file located in your Greentree root directory. Then, add this to the [jadeAppServer] section of the file:

ServerApplication2=CRMSchema,CRMSOAPInit

If selected, enter the server name that the eService Service runsning on. If not selected, you must Start and Stop the Listener from the eWeb Services Console.

Note: The name of the server must be a maximum of 15 characters.

On Machine

If you select to run eService as a Service, enter the server name that the eService's Service will be installed on.

Log Level

The log level determines the level of detail tracked in the log file. 0 is recommended. Do not change this setting unless instructed to do so by a Greentree consultant.

  • 0 - Errors
  • 1 - Connections made
  • 2 - Data received
  • 3 - Audit trail of Functions accessed
  • 4 - All of the above

Log File

Enter the location and name of the file you want to write the eService logs to. You can use the navigate (...) button to select the required file.

Max Threads

Enter the maximum number of threads (simultaneous processing engines) available. The number of maximum threads is limited based on available physical memory. Reduce the number of threads if you experience excessive hard disk activity.

WSDL: Http://:

The Web Server Definition Language (WSDL) file contains the list of eService's available functions. If you want to use a static WSDL file, enter the location. If you want to use a dynamic WSDL file, click the Generate WSDL File button.