This really doesn't make any sense!
It was decided that we were going to Appserver for transfer of information from sites to Head Office on our latest project. I have been doing some testing with appserver, and have found it to be rather good. I wrote a simple little program then to push information from here to the head office.
Basically the program here builds a temp table defined as:
def temp-table tttable like tablename.
then connect to the appserver at head office, populate my temp-table from the tablename and send the info.
On the HO I define a temp table exactly the same as above and for each temptable buffer-copy to the tablename.
All looks fine right. Wrong it connects biulds the table then dies when trying to send the info giving me a error # 8028. I looked this up and it says that my table here differs from the table at head office. So I dumped the df's for the table here and at HO and they are identical.
Has anyone got any suggestions as to what could be causing this?
Thank in advance.