When I click the Test Connection button, I get the following error message: TableData 472 does not exist. Can someone please shed some light as to what this message is trying to convey to me?
I also have this problem and we did an upgrade from 4.0 to 5.0 sp1 since then the sync did not work. I have installed the 5.0 outlook on one client and now when I try to do the outlook setup I get this same error for a missing table 472. What is my best course of action?
Check out with the debugger to see which object/function causes the problem.
Probably it is a variable that has not been deleted. So just deleted it if the variable is not used. Otherwise check in a CRONUS 5.0SP1 if it exists and copy it to your DB.
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
I checked the object that were missing and imported them tables 470,471,472,473,474 I still have a problem on form 5116
Salesperson purchaser when trying to create the sync tables I believe it is a problem with the automation object
'Navision Attain Hash 1.0'.BSTRConverter. Also when I try to sync from Outlook to Nav the table missing error is gone but I am getting a timeout error, but the first time I tried it I did recieve an error indicating I was out of licenses which is a common error here so I kicked out a few users then the error went to timeout. It is telling me to increase the timeout in the configuration file but I do not know which config file? Also I am not sure if that is a symptom of another problem that still exists. Thanks for your help the form function where the problem is generating is
GetOutlookFolderParameters:
FolderID.ResetBSTR;
OLFolders.ResetFolderIDCursor;
WHILE OLFolders.GetNextFolderIDPortion(TextBuffer,MAXSTRLEN(TextBuffer)) > 0 DO (On this line I believe)
FolderID.AppendNextStringPortion(TextBuffer);
Comments
-Which is the Navision version you have?
-Check with the debugger in which object it gives an error. And give us also the info (type,ID,name,versionlist) of that object.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Probably it is a variable that has not been deleted. So just deleted it if the variable is not used. Otherwise check in a CRONUS 5.0SP1 if it exists and copy it to your DB.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Salesperson purchaser when trying to create the sync tables I believe it is a problem with the automation object
'Navision Attain Hash 1.0'.BSTRConverter. Also when I try to sync from Outlook to Nav the table missing error is gone but I am getting a timeout error, but the first time I tried it I did recieve an error indicating I was out of licenses which is a common error here so I kicked out a few users then the error went to timeout. It is telling me to increase the timeout in the configuration file but I do not know which config file? Also I am not sure if that is a symptom of another problem that still exists. Thanks for your help the form function where the problem is generating is
GetOutlookFolderParameters:
FolderID.ResetBSTR;
OLFolders.ResetFolderIDCursor;
WHILE OLFolders.GetNextFolderIDPortion(TextBuffer,MAXSTRLEN(TextBuffer)) > 0 DO (On this line I believe)
FolderID.AppendNextStringPortion(TextBuffer);
Did you search the forum if you find this problem (and solution)?
If not, it is best to create a new topic for this problem.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
any solution please
UK