I have an XMLPort that imports into a temptable then writes into the real table using changecompany. (Because I don't want to run a NAS session for each company, obviously. Nor do I want to delete existing records, just overwrite them.)
So at the changecompany I get a TableData xxx doesn't exist error, but the actual number is different in every run! Even though I import to the same table.
For example TableData 2000100041, or 2000100034, or 2000100045 when I actually import into the table 27 for example.
Such tables never existed.
I suspect a client error - I use Classic, SQL, 6.0 SP1 (6.00.29626)
Is there a workaround? And/or is it confirmed to be fixed in a later hotfix/SP?
0
Comments
This definitely relates to temporary tables. I'm not sure if there is any connection to CHANGECOMPANY but this might give you some ideas.
Solution: get some sleep.