I recently upgraded from UE 10.xx to 15.20 (running on Win XP SP3).
I use UE in part to support 135 locations. In v10.xx, I used to build a list of FTP sites from our internal systems. Being able to have a separate FTP file will make the process simpler, but I have a question about some of the values necessary for the FTP accounts.
Version 10.xx had an [FTP Accounts] section that contained one record for each FTP site defined. It assigned a sequential number to each site. For example:
Code: Select all
[FTP Accounts]
0=arachne
1=gator
...
There would then be a section for each site that provided the details. The header was:
Code: Select all
[FTP Account - arachne]
Account Address=...
User Name= ...
...
In version 15.20, the format and options are slightly different. When I define a new site within the application, it creates the following section header (plus the first couple additional lines):
Code: Select all
[{35AEA30C-57AA-4ec9-B4F6-F184D4A9BB52}]
Account Name=arachne
Account Id={35AEA30C-57AA-4ec9-B4F6-F184D4A9BB52}
...
The long string in curly braces is used in the account list and is obviously different for each site.
My question: Is there significance on this string (either the string itself OR the curly braces) that I need to be concerned about or can I simply use a sequential number as I have before? Some preliminary testing shows it appears to be working, but I'm not familiar with all the changes in UE since 10.xx.
Thanks
Ken