Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read excel file through Citrix

Former Member
0 Likes
1,041

Hi All,

I am trying to read an excel file from desktop .SAP is connected through Citrix.Excel file is not being read and getting exception as 'UPLOAD_OLE'.

Please help me in resolving the issue.

Thank You,

Savitha

Hi All,

I am trying to read an excel file from desktop .SAP is connected through Citrix.Excel file is not being read and getting exception as 'UPLOAD_OLE'.

Please help me in resolving the issue.

Thank You,

Savitha

3 REPLIES 3
Read only

Former Member
0 Likes
660

Concatenate the string
client\c$ before your file path. Then you should be able to read your presentation server file.

Regards

Ranganath

Read only

0 Likes
660

Thank You for the reply.

When I click on F4 to select the file, it is showing is Citrix server presesntation server.And I have to select file from that.

Could you please elaborate where to give
client\c$.

Thank You,

Savitha

Read only

0 Likes
660

In the FM/ Class method you are using for the F4 help there will be a parameter where you can pass default folder. Say you want to pass default folder as D:\Temp, then concatenate the string previously mentioned with D:\Temp. And pass this concatenated string to the FM/Class method. Now it should access your citrix client presentation server.

Even for the download/upload option, based on the path you choose concatenate the string mentioned to your final path.

Regards

Ranganath