Thank you for the reply, and sorry for my late reply.
To duplicate issue I have tried to test upgrade process, but now I have problem with SharePoint mapping on DBXL v2.3 and WSS 3.0.
The below is a copy of Error in event view;
---------------------------------------------------------------------------------------------------
An error occurred while setting up a SharePoint collection mapping with the adminstrative tool.
This could be a user error. In case it is a system problem, error details have been logged.
SharePoint URL:
http://sv3459/TestForm1
Exception:
System.Net.WebException: The remote server returned an error: (405) Method Not Allowed.
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadData(Uri address, String method, Byte[] data)
at Qdabra.Dbxl.Domain.SharePointMethod.EnsureFormLibraryAndPublishXsn(String qdabraWebServiceUrl, SharePointListMap mapping, ICredentials ssoCredentials, DocumentTypeProperties docTypeProperties, ISharePointXsnTemplateProvider templateProvider)
at Qdabra.Dbxl.Domain.SharePointObjectModel.EnsureFormLibrary(String qdabraWebServiceUrl, SharePointListMap mapping, DocumentType docType, ISharePointXsnTemplateProvider templateProvider)
at Qdabra.Dbxl.WebService.Implementation.ServiceImplementation.UpdateSharePointListMappings(DocumentTypeInfo docTypeInfo, DocumentType docType, Session session)
Stack Trace:
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadData(Uri address, String method, Byte[] data)
at Qdabra.Dbxl.Domain.SharePointMethod.EnsureFormLibraryAndPublishXsn(String qdabraWebServiceUrl, SharePointListMap mapping, ICredentials ssoCredentials, DocumentTypeProperties docTypeProperties, ISharePointXsnTemplateProvider templateProvider)
at Qdabra.Dbxl.Domain.SharePointObjectModel.EnsureFormLibrary(String qdabraWebServiceUrl, SharePointListMap mapping, DocumentType docType, ISharePointXsnTemplateProvider templateProvider)
at Qdabra.Dbxl.WebService.Implementation.ServiceImplementation.UpdateSharePointListMappings(DocumentTypeInfo docTypeInfo, DocumentType docType, Session session)
-------------------------------------------------------------------------------------
Somehow, SharePoint is creating the above form library. But when I create a form from the library, I get error message.
From DAT (DBXL) I can create a document.
Please advise me.