I would like to know what exactly does OwnerID/FileID
in a QWC file signify. I went through the QBWC_proguide but still it is somewhat unclear to me. I am new to this so please can somebody elaborate this. Thanks in advance!
Asked
Active
Viewed 1,487 times
7

newbie
- 663
- 2
- 6
- 19
2 Answers
9
I would like to know what exactly does OwnerID/FileID in a QWC file signify.
Nothing. :-/
They really serve no purpose except to make sure that you can't load the same .QWC
file twice. You can safely make up these values (they have to be valid GUID values) and even change them if you need to legitimately re-load a .QWC file and QuickBooks won't let you.

Keith Palmer Jr.
- 27,666
- 16
- 68
- 105
-
Thank alot for the quick response!. Also, does that mean that in multi-user mode two different users cannot use the same(OwnerID/FileID) QWC file. – newbie Sep 24 '15 at 19:50
-
You can't have the same OwnerID/FileID combination loaded into QuickBooks twice, regardless of who or how you try to load it. – Keith Palmer Jr. Sep 24 '15 at 21:49
-
1I know this answer is 4 years old, but I feel you just saved me that much time trying to dig myself out of a QuickBooks quagmire. Thank you so much. – TunaMaxx Oct 25 '19 at 04:33
-
Glad it helped! – Keith Palmer Jr. Oct 25 '19 at 13:17
0
Just to add to Keith's answer, while it does prevent you from adding the same company connector config twice, I believe you can also pass OwnerID to the CompanyRq query to get back the FileId, which is unique for each company and can be used for multi-connect
See https://stackoverflow.com/a/65679466/2807183 for more details

Wilhelm Erasmus
- 154
- 11