Workflow to outlook

JohnBlaze

Member
Hi

I use the ott-00-0032 document on the knowledge for setting up External Mail for OneWorld . everything is fine EXCEPT for
This line:

Set value DefaultMailServer=<ExchangePath>\Exchng32.exe

i try to find this file on my exchange server,
my win2k station, Nothing, i try outlook.exe, Nothing !

i also try on this forum Message# : 7829
dosent work etheir !

Heres my server

Exchange 5.5
OneWorld Xe 13.1
all on NT Sp6
Fat client and Thin Client
 
John,

you should focus on the JDEMAIL section of your jde.ini with the following
settings:

[JDEMAIL]
mailProfile="Default Exchange Profile"
Rule1=90|OPT|MAILSERVER=193.36.65.14
Rule2=100|DEFAULT|[email protected]
Rule3=110|DEFAULT|[email protected]
Rule4=120|DEFAULT|[email protected]
Rule5=130|OPT|MERGELOCAL=1
Rule6=140|OPT|UPDATELOCAL=0

And you can leave default values in the Interactive runtime section:

[INTERACTIVE RUNTIME]
DefaultMailServer=C:\Program Files\Microsoft Exchange\Exchng32.exe
DefaultBrowser=http://www.jdedwards.com

Regards.

JP
 
Re: RE: Workflow to outlook

My jde.ini is already set with those option but
instead of an ip i put the name of my Exchange server !
 
John,

These are the settings on our AS400 and clients which we use to integrate
OneWorld messaging and Exchange.

AS400
[JDEMAIL]
MAILSERVER=Email.servername.COM.AU
Rule1=90|OPT|MAILSERVER=Email.Servername.COM.AU
Rule2=100|DEFAULT|[email protected]
Rule3=110|DEFAULT|[email protected]
Rule4=120|DEFAULT|[email protected]
Rule5=130|OPT|MERGELOCAL=1
Rule6=140|OPT|UPDATELOCAL=0

Client
[JDEMAIL]
mailProfile="MS Exchange Settings"
Rule1=90|OPT|MAILSERVER=Email.Servername.com.au
Rule2=100|DEFAULT|[email protected]
Rule3=110|DEFAULT|[email protected]
Rule4=120|DEFAULT|[email protected]
Rule5=130|OPT|MERGELOCAL=1
Rule6=140|OPT|UPDATELOCAL=0

Regards

Lee Richards
Chief Technology Manager
Blackmores Ltd
 
Re: RE: Workflow to outlook

here is my setting for the nt4 Enterprise

[JDEMAIL]
mailserver=netmail
Rule1=90|OPT|MAILSERVER=netmail
Rule2=100|DEFAULT|[email protected]
Rule3=110|DEFAULT|[email protected]
Rule4=120|DEFAULT|[email protected]
Rule5=130|OPT|MERGELOCAL=1
Rule6=140|OPT|UPDATELOCAL=0

and this is for the client:

mailserver=netmail
mailProfile="Exchange Netmail"
Rule1=90|OPT|MAILSERVER=netmail
Rule2=100|DEFAULT|[email protected]
Rule3=110|DEFAULT|[email protected]
Rule4=120|DEFAULT|[email protected]
Rule5=130|OPT|MERGELOCAL=1
Rule6=140|OPT|UPDATELOCAL=0


i dont understand what the AU in .com.AU means ???

i also try netmail.futailles.com Dosent work etheir !!!
 
Back
Top