cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing to a network disk with user and password

Former Member
0 Kudos

Hi experts,

in a receiver CC I have to write a file to a network folder.

I have chosen "File System" as transport protocol,

and in the path I have written : "\\networkdisk\networkfolder"  (Is the path of the folder).

Problem is that the folder is accessible only with user and password.

IS possible in the receiver CC to specify user and password?

Thanks

Fabio

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Fabio,

AFAIK I think the file adapter is thought for NFS folders accessible from PI. If you have the Axis libraries installed you can try with SOAP file AXIS adapter: How to use SOAP Receiver File (Axis) Adapter? | SCN

Regards.

Answers (1)

Answers (1)

former_member182412
Active Contributor
0 Kudos

Hi Fabio,

  • Using NFS you cant configure user and password, PI uses default user <SID>adm for login.
  • The network folder you are accessing must be mounted to PI system then you can access via NFS protocol.

Regards,

Praveen.

Former Member
0 Kudos

Hi, which is standard XI user?

Thanks

former_member182412
Active Contributor
0 Kudos

Hi Fabio,

Yes using <SID>adm operating system user PI login and read or write the files.

Regards,

Praveen.