This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Issues while uploading the Excel file using NASH in Aras

Dhivya.L - Thursday, November 29, 2012 1:39 AM:

Hello,

    I have tried to upload one Excel file in Aras Documents using the NASH application. Its uploaded successfully,I can able to see the uploaded excel file under Documents in aras. But while try to read(open) the uploaded file i am getting error. below is the error what i am getting;

<faultcode>SOAP-ENV:Server</faultcode>
  <faultstring>ProcessGetFile: Error reading file [D:ArasVaultDEV791DA236AD0A4A84BD46229DEDCDEAFFMICCSC.xlsx] (Could not find file 'D:ArasVaultDEV791DA236AD0A4A84BD46229DEDCDEAFFMICCSC.xlsx'.)</faultstring>
 <detail>
  <af:legacy_detail>ProcessGetFile: Error reading file [D:ArasVaultDEV791DA236AD0A4A84BD46229DEDCDEAFFMICCSC.xlsx] (Could not find file 'D:ArasVaultDEV791DA236AD0A4A84BD46229DEDCDEAFFMICCSC.xlsx'.)</af:legacy_detail>
  <af:legacy_faultactor />
  </detail>

Please any one help me on this.

Thanks in Advance.

 The Code i have tried is bellow;

<AML>
<Item type="Document" action="add">
<item_number>ArasSampleDocument</item_number>
  <Relationships>
   <Item type="Document File" action="add">
<related_id>
<Item type="File" action="add">
<filename>MICCSC.xlsx</filename>
<checkedout_path>C:UsersDLoganatDesktop</checkedout_path>
<actual_filename>C:UsersDLoganatDesktopMICCSC.xlsx</actual_filename>
<file_type>3F3FCF1E77CB48F384F1A1FADD5F45E4</file_type> //EXCEL file type
<Relationships>
<Item type="Located" action="add">
<related_id>67BBB9204FE84A8981ED8313049BA06C</related_id> //Default Vault ID
</Item>
</Relationships>
</Item>
</related_id>      
</Item>
  </Relationships>
</Item>    </AML>

Here the MICCSC.xlsx file has uploaded successfully but while opening this file i am getting the error "ProcessGetFile: Error reading file [D:ArasVaultDEV791DA236AD0A4A84BD46229DEDCDEAFFMICCSC.xlsx] (Could not find file 'D:ArasVaultDEV791DA236AD0A4A84BD46229DEDCDEAFFMICCSC.xlsx'.)".

Please kindly help me soon.

Thanks,

Dhivya.L



gks by TSI - Wednesday, December 5, 2012 4:24 AM:

NASH is unable to upload files. You can only create database entries with it.



Dhivya.L - Wednesday, December 5, 2012 4:42 AM:

Hello,

Thanks for you reply.

yes i have checked in database. I could able to see the entry of new uploaded document.

If document stored in database means , we could access the document in aras also right?

Thanks,

Dhivya. L

 

 



gks by TSI - Wednesday, December 5, 2012 4:48 AM:

No you can't. there is no actual file in the Vault. (Check the vault directory)

You only have some meta informations, not the actual file content.