iMIS 10.6

Problems of registering a contact as a company

I am making a web page for registering a contact online.
I defined 2 customer types which are "AFF" (is member) and "COR" (is member and is company).
When I try to register a contact by type "COR" (contact.CustomerTypeCode = "COR"), I got "The operation has timed out" error on 'contact.save()',
if I simply change the type to "AFF" (contact.CustomerTypeCode = "AFF"), not touching any other code, it works fine.

Cannot find 'CompanyID' in CContact class

I am developing a web page for new contact registering. The problem is that I cannot assign a company ID to a new contact. I found there's a field called 'company_id' in 'Contact' table, but in .net, the 'CContact' class has no such property. I wonder where and how I can make this field available for web pages?

Thanks.
Michael

How to customize the web interface? Changing master page doesn't work!

We need to customize the web interface for our client. I am new in iMis, and our version is iMis15.
Seems simply change the master pages under /templates/masterpages/ folder doesn't affect the front-end look. However if I delete public.master, it reports error. If I put an empty public master page there, it still works as before I made the changes.
I notice all pages are inherited from Asi.Bae.Web.xxxx, does that mean we don't have any easy ways to modify the interface?

Converting IBOGuest in IBO.Com

I'm developing an online app for creating a new imis account using the ibo.com. I'm using .com until we go to 15.0. When I create a new account (non-member) the userid is created as IBOGuest and I read about the convertGuest method but I still not able to get a id and password established. Can someone point me in the right direction. I'm using Asp with VBScript. This is the script I have for now:

Error Importing Order Lines using Order Importer / Tax Issue

I have an issue using the Importer on orders. I have an import files that imports with out errors. I have verified that it matches the file spec for the import file. The problem is that I have the boolean for taxable set to false but when I import the records into imis it adds tax to the order. The products are set to be taxable in imis. The name records in imis also have a default tax authority. The importer should override this autocalculation of tax based on the value I specify in the import file. I have tried changing the boolean value to False, false, f and 0. But none of them made any difference. Can you please let me know if this is a bug of if some other value is required?

Raiser's Edge Data Mapping to iMIS

Has anyone done mapping from Raiser's Edge to iMIS for a Fundraising Conversion? Would you be willing to share any mapping or table layout information you have collected?

Informz and Duplicate Merge Manager

Duplicate Merge Manager does not address any of the Informz tables or entries so records merged in iMIS & DMM still exsit as seperate ID's in Informz.

Has anyone run into this issue and created any process or way to deal with these duplicates in INFORMZ?

Informz - Unknown dropping of INFORMZ tables

Has anyone had any problems with INFORMZ tables being dropped (for unknown reasons) and the iMIS system crashing as a result?

The customer portfolio is shutting down due to an internal error

A staff member receives an error and I was curious if anyone else has encountered this issue and what the resolution was.

Error: The customer portfolio is shutting down due to an internal error. Contact System Administrator.

ibo.net Error Creating new Contact

I have a web service that works fine with the .18 version of iBO.net. I tried referencing the .19 version of iBO and my service breaks when I call the .Save() method. I have tried the second version of the .19 ibos and it fails in the same placec. There is no ErrorCount on the CContact Object before the save. The Errormessage is an empty string. I did a sql profiler trace to see where it was breaking and this is what I got back.