iMIS Community facilitates the collaborative development of iMIS applications and solutions among the customers, partners, and developers of Advanced Solutions International.

IQA Navigation Needs Improvement

I just wanted make a comment about IQA in iMIS15. The navigation through and around IQA in iMIS15 could be a lot better.

For example…Why can I only get to the ‘Report’ option after editing an IQA and its opened in its separate window?

AND After running an IQA, why do I have to go all the way back to the beginning by clicking on IQA on the side menu? Why can't I be able to close the report or easily return to the last IQA folder I was just in?

Are iParts Compatible with 15.1.2.4730

After importing the XML file in the Content Types section and attempt to add any dll to the C:\Program Files\ASI\iMIS_Train\iMIS15\Net\bin iMIS throws an error.

This is from a 15.1.2.4730 ASI.dll release

Could not load file or assembly 'iMISProfile.AddressInfo' or one of its dependencies. Access is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Grouping in SSRS reports in iMIS.

Here are the .rdl file and the export of the query related to my forum entry.

iBo to insert insert items to cart?

Is there an iBO for inserting an item to the shopping cart. iMIS version 15.1.2. A code snippet would be very helpful.

Thanks

Mohsin

Moving an iMIS 15 database

I'm currently testing iMIS 15 in a development environment and need to move the database, not the application, from one SQL Server to another. Is it possible to modify the database connection string on the iMIS 15 server? And if so, how? I already tried modifying the ODBC data sources, and grep'd through the entire iMIS 15 program tree looking for the server name, so it must be encoded somewhere... Is there a tool I can use to reset it?

Report works out of iMIS, but not in iMIS...

Hello,

A user is trying to run a custom crystal report from iMIS in the billing tab. When this report is run through iMIS, this error appears:

"Error in File: [path to report on network]: Failed to open a rowset."

The report runs just fine outside of iMIS. Regardless, I checked the permissions to the views tied to the reports and user 'IMIS' had select permissions. Also, no other reports seem to be failing. The only thing that's changed is the server, which was moved last week.

Special pricing for subscription products using iBO

Hi

We are on iMIS 15

We created a subscription product with code ASA_PRINT. We setup special pricing as follows, using the "Amount from field" option:

Case

     when name_all.country = 'South Africa'
  then 100
  else 150
  end

This works well when adding that subscription for a member using the iMIS front-end.

Main Pages will not load after Upgrade to iMIS 15.1.2. 5640

After upgrade I can log in but the that’s as far as I get.  It acts as if it is loading but then the screen remains blank and I get the attached errors:

Retrieving, inserting and deleting Relationships

I am trying to use Asi.iBO to do some simple CRUD of Relationships (records stored in Relationship). However, I cannot find how to do this using the classes within Asi.iBO assembly. Can someone provide a pointer to where in the API that this functionality is exposed.

Thanks

Christian Crowhurst

Tag.GetDescendants error in web admin tool

Hello all,

I'm having a difficult time nailing down how to solve a certain exception I'm getting regarding a piece of content created by a user.

The content itself has many web parts on it, the main one being a tagged list.

When trying to access the page through the site, we get our error page.

When trying to edit the page in the web admin tool, we also get an error message, and it appears to have something to do with tags and missing relationships in the database (I believe a user accidentally deleted some tags and then recreated them).