We are in the process of testing for conversion to Kinetic/SaaS (from on-prem 10.1.400). Along with the conversion we are moving our attachment files to SharePoint to eliminate the on-prem hardware they are on currently.
I’m struggling with something. I pulled all records from XFileRef, opened that in Excel. In Excel I used Find/Replace to fix the path to the SharePoint path and I added a DocTypeID that matches the Document Type I created for SharePoint Attachments with https://XXXXXXX.sharepoint.com as the Base URL. I used DMT to put that corrected file back in Kinetic Pilot.
These links don’t work. When I go to an order, access Attachments and click the view button, I get an error ‘Invalid path https://XXXXXXX.sharepoint.com/XXXX/183640.pdf.
Error Detail
Correlation ID: 373c81a5-6149-4816-bc1d-b21e4fb8a72f
Description: Invalid path https://XXXXXXX.sharepoint.com/XXXX/183640.pdf.
Program: Ice.Services.BO.Attachment.dll
Method: ValidateFilePath
Table: undefined
Field: undefined’
When I copy that path and paste it into a browser, the file opens.
I attached the same file using the Attachment functionality and the path is virtually the same
https://XXXXXXX.sharepoint.com/XXXX/OrderHed/183640.pdf. This file also opens. The file was in the https://XXXXXXX.sharepoint.com/XXXX folder and when I attached it, it was copied to the XXXX/OrderHed folder.
Is there something in the Kinetic tables that I’ve screwed up with my Excel and DMT fix?