Author |
Message
|
mb_zest |
Posted: Wed Feb 20, 2013 11:45 pm Post subject: How to set dynamical values for SecurityIdentity |
|
|
Novice
Joined: 06 Feb 2013 Posts: 16
|
Hi All,
I worked on how to connect with single FTP and SMTP servers for that I used one security identity configured with that perticular server, can any one suggest me how to set dynamical values to securityidentity inorder to connect different ftp ams smtp server. anbody please help .
Thanks,
Zest |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 21, 2013 5:06 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
it's not clear what you mean.
If you want to programatically assign the userid and password for an outgoing connection, then you are probably creating an insecure solution.
If you want to administratively assign a userid and password to a set of specific known endpoints, and then programatically choose which endpoint you send data to, you already have all of the information you need, with the possible exception of not quite understanding how to tell the FileOutput node what endpoint to connect to - but this is extremely clearly documented. |
|
Back to top |
|
 |
mb_zest |
Posted: Thu Feb 21, 2013 5:20 am Post subject: |
|
|
Novice
Joined: 06 Feb 2013 Posts: 16
|
mqjeff wrote: |
If you want to administratively assign a userid and password to a set of specific known endpoints, and then programatically choose which endpoint you send data to, you already have all of the information you need, with the possible exception of not quite understanding how to tell the FileOutput node what endpoint to connect to - but this is extremely clearly documented. |
Thanks mqjeff, you made my requirement clear now.. if you dont mind, can you please provide me the link fo that |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 21, 2013 5:22 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
mb_zest wrote: |
mqjeff wrote: |
If you want to administratively assign a userid and password to a set of specific known endpoints, and then programatically choose which endpoint you send data to, you already have all of the information you need, with the possible exception of not quite understanding how to tell the FileOutput node what endpoint to connect to - but this is extremely clearly documented. |
Thanks mqjeff, you made my requirement clear now.. if you dont mind, can you please provide me the link fo that |
Step 1: Go to the documentation on the FileOutput node.
Step 2: Read.
Step 3: Make a bookmark to the documentation on the FileOutput node.
Step 4: Never need to ask anyone how to find the documentation again. |
|
Back to top |
|
 |
mb_zest |
Posted: Thu Feb 21, 2013 5:30 am Post subject: |
|
|
Novice
Joined: 06 Feb 2013 Posts: 16
|
mqjeff wrote: |
mb_zest wrote: |
mqjeff wrote: |
If you want to administratively assign a userid and password to a set of specific known endpoints, and then programatically choose which endpoint you send data to, you already have all of the information you need, with the possible exception of not quite understanding how to tell the FileOutput node what endpoint to connect to - but this is extremely clearly documented. |
Thanks mqjeff, you made my requirement clear now.. if you dont mind, can you please provide me the link fo that |
Step 1: Go to the documentation on the FileOutput node.
Step 2: Read.
Step 3: Make a bookmark to the documentation on the FileOutput node.
Step 4: Never need to ask anyone how to find the documentation again. |
Thanks alot mqjeff  |
|
Back to top |
|
 |
er_pankajgupta84 |
Posted: Thu Apr 04, 2013 7:53 pm Post subject: |
|
|
 Master
Joined: 14 Nov 2008 Posts: 203 Location: charlotte,NC, USA
|
I have a similar question.
Can we override SecurityIdentity on FileOutput node using local environment.
If so what would be the path for that.
I know we can override it for an email node using:
OutputLocalEnvironment.Destination.Email.SecurityIdentity
but not sure if we can do it for fileoutput node or not |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Apr 05, 2013 4:15 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
er_pankajgupta84 wrote: |
I have a similar question.
Can we override SecurityIdentity on FileOutput node using local environment.
If so what would be the path for that.
I know we can override it for an email node using:
OutputLocalEnvironment.Destination.Email.SecurityIdentity
but not sure if we can do it for fileoutput node or not |
Do you not have Google installed on your machine?
http://goo.gl/9HzPp _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
|