Author |
Message
|
sanhsi |
Posted: Wed Oct 22, 2008 7:49 am Post subject: |
|
|
Novice
Joined: 26 Nov 2007 Posts: 12
|
Hi Bartez75,
I am facing problem with configuration of EmailOutput node.
Can u plz let me know how to set security Identity.
Thanks in Advance. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Oct 22, 2008 8:31 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
Bartez75 |
Posted: Thu Oct 23, 2008 5:54 am Post subject: |
|
|
 Voyager
Joined: 26 Oct 2006 Posts: 80 Location: Poland, Wroclaw
|
Hi
I haven't used SecurityIdentity, just SMTPServer
You have to create LocalEnvironment with this elements: Destination.Email.SecurityIdentity.
I haven't got an example for you. Please see the doc that mqjeff posted. |
|
Back to top |
|
 |
sanhsi |
Posted: Thu Oct 30, 2008 10:14 pm Post subject: |
|
|
Novice
Joined: 26 Nov 2007 Posts: 12
|
Hi,
I have executed the following cmd:
mqsisetdbparms WBRK6_DEFAULT_BROKER -n smtp::MyIdentity -u userID -p pwd and has set OutputLocalEnvironment.Destination.Email.SecurityIdentity = 'MyIdentity';
still getting exception:
Security identity specified but no userid or password has been declared using mqsisetdbparms |
|
Back to top |
|
 |
Gemz |
Posted: Fri Oct 31, 2008 2:08 am Post subject: |
|
|
 Centurion
Joined: 14 Jan 2008 Posts: 124
|
Sanhsi,
Wat exception you are getting ?
Have you created the EmailOutputHeader ?
-GemZ |
|
Back to top |
|
 |
sanhsi |
Posted: Sat Nov 01, 2008 12:06 am Post subject: |
|
|
Novice
Joined: 26 Nov 2007 Posts: 12
|
Yes, I have created the EmailOutputHeader.
I am getting 'Security identity specified but no userid or password has been declared using mqsisetdbparms' exception.. |
|
Back to top |
|
 |
sanhsi |
Posted: Sat Nov 01, 2008 3:16 am Post subject: |
|
|
Novice
Joined: 26 Nov 2007 Posts: 12
|
Now, the flow is working without error.
Solution: I have executed 'mqsisetdbparms.exe BROKER -n smtp::UidPwd -u UserId -p Password' cmd previously I was giving SMTP |
|
Back to top |
|
 |
|