HI.

For the first time I am Cofiguring the FTP in GIS4.1 to get the files from the 
client server. I have created the BP and exceuted but getting this error.

Attempt to 'reveal' an obscured password failed. Original exception message: 
null

>From this forum I saw the same error and added the solution as follows : 
<assign to="UsingRevealedPasswd">TRUE</assign> But same error. Please help.

My BP as follows : Please correct me is the password and Host address is 
correct in terms the syntax or we need to give any colon.


<process name = "FTPGET"> 
<sequence>
<operation name="FTP Client Begin Session Service">
<participant name="FTPClientBeginSession"/>
<output message="FTPClientBeginSessionServiceTypeInputMessage">
<assign to="FTPClientAdapter">FTPClientAdapter</assign>
<assign to="UsingRevealedPasswd">TRUE</assign>
<assign to="RemoteHost">10.0.7.52</assign>
<assign to="RemotePasswd">versant</assign>
<assign to="RemotePort">21</assign>
<assign to="RemoteUserId">laxmikanthp</assign>
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>

<operation name="FTP Client CD Service">
<participant name="FTPClientCd"/>
<output message="FTPClientCdServiceTypeInputMessage">
<assign to="Directory">ftptest</assign>
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>

<operation name="FTP Client GET Service">
<participant name="FTPClientGet"/>
<output message="FTPClientGetServiceTypeInputMessage">
<assign to="RemoteFileName">*.dat</assign>
<assign to="RemoteFilePattern">text</assign>
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>

<operation name="FTP Client End Session Service">
<participant name="FTPClientEndSession"/>
<output message="FTPClientEndSessionServiceTypeInputMessage">
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>

</sequence>
</process>



Please help me to figure out a solution. Thanks in advance.

Regards,
Chandra



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

...
Please use the following Message Identifiers as your subject prefix: <SALES>, 
<JOBS>, <LIST>, <TECH>, <MISC>, <EVENT>, <OFF-TOPIC>

Job postings are welcome, but for job postings or requests for work: <JOBS> IS 
REQUIRED in the subject line as a prefix.Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/EDI-L/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/EDI-L/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to