Question & Answer
Question
When adding content to the FileNet Content Engine, how and where is the file name stored?
Answer
The name is stored as a hex value in the retrieval_names column in the DocVersion table.
For example, if your content element file is abc.txt. Using an ASCII table, abc.txt is converted below.
a = 61
b = 62
c = 63
. = 2E
t = 74
x = 78
t = 74
The representation in the retrieval_names column is:
0x0E0001006100620063002E007400780074000000
[{"Product":{"code":"SSNW2F","label":"FileNet P8 Platform"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Content Engine","Platform":[{"code":"PF033","label":"Windows"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"}],"Version":"5.2.1;5.2;5.1;4.5.1","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]
Was this topic helpful?
Document Information
Modified date:
17 June 2018
UID
swg21636254