Tools

data showcase ipart c# code

is it possible to use C# code in the WYSIWYG editor on the data showcase iPart?

We are using this on the event display page for a client and would like to conditionally display a link to a document (but only if the document exists), trying:

protected override void OnInit(EventArgs e)
{
base.OnInit(e);
Response.Write("here
");
string fileName = Asi.Web.Utilities.GetTildeExpansion()+"/docs/eventreg/{#event.EventId}.pdf";

WCM/RiSE page load times

I've submitted this as an SMR through TS, but I figured I'd get others' input as well. We do have a series of clients on 15.2.x running WCM/RiSE and almost all of them have complained about page load times. Some more loudly than others.

A particular site is continually taking 8-16 seconds to load pages (while they claim it takes upwards of 30 seconds to log in). Another client is taking up to 12 seconds to load pages - other sites running WCM/RiSE are taking 5 seconds to load a page. screenshots from 3 different clients:

Reading IQA queries from SQL

Does anyone know if it's possible to retrieve/run an IQA query from a SQL script? I was hoping we could query the Blob field in the DocumentMain table to retrieve the SQL script for a particular IQA query, but it doesn't look like the Blob data for DocumentTypeCode='IQD' is stored in XML format, so I'm not sure how to encode/retrieve the data.

We want to do this so that an IQA query can be executed as part of a SQL job or stored procedure so that the users can maintain the query, but we can leverage it for back-end processing.

Static Machine Key and Session still expire on application pool recycle

Hi,

I posted a comment here --> http://www.imiscommunity.com/imis_15_0_15_1_15_2_performance_degredation#comment-13129

But in case that thread is dead, I'm trying to setup iMIS so that when application pool recycles, users do not loose their session.

From other posts, I've seen recommendation to set machinekey to a statickey and then when application pool recycles, session state won't be lost for the user.

SignIn iPart frozen (second attempt)

We've identified an interesting quirk or undocumented feature of WCM with the Contact Sign In iPart. I have a client that is using this in several areas of their site, one being on the homepage and one being within a sidebar section on internal (non-homepage) pages.

The iPart is freezing when a failed attempt to login is showing the "Logon failed" message (e.g. mistyped pwd) and you retype the login information. What is happening is that the button changes to the grey but that's it. The user is NOT logged in and the page does not refresh.

Seeking Designer

Hi - I would like to hear from anyone that is interested in assisting with the design elements of our WCM.

Please contact me via email - ltomming@vff.org.au

Problem with homepage display in Firefox

A portion of our homepage isn't displaying correctly in Firefox, specifically, content within a table.  Here's some screenshots - the top is IE and the bottom is the errant display in Firefox.  You can see the top getting chopped off in Firefox.  The images are all hyperlinks as well and they are in a 1x4 table.  The really odd thing is that the links in Firefox appear in the blank white space above the images.  It almost seems as though the images are rendering outside of the table in Firefox.  Any body have any idea what's going on here?

Can you use or create content within WCM using Public View Pages?

I have seen another post on here about a similar question but with no answer.  We are about to use WCM and now want to use the public Views pages within WCM as one coherent site.  How does one build content that points to the Public View pages?  Or is this not possible and you have to use two websites?

Passing ID as paremeter in IQA to SSRS and Back

I am creating some reports for a client that are easy enough to do - I have created the query in IQA but there is one parameter, and that is the ID of the person running the report. For now, I have hard coded an ID - I could have the user enter their ID but ideally I would like to get their login name, run it against the contactmain table to get the ID and use that as the resulting value.

I was hoping to be able to do this using IQA, saving to RDL, going into BIDS, formatting the report, importing the template, creating the report, and then creating the content. I have a feeling it's not going to be that simple. I know once I touch the SQL code, I cannot use the iMIS template system.

access to Content Designer on iMIS desktop

Hello,

We are in process of upgrading IMIS to 15 and are new to iParts.
Right now we are trying to setup a security access to different parts of the imis and website management.
We need to remove access to Site Designer from iMIS Tools and Content Designer and Site Designer from Management Console.  We tried to use the security settings, but couldn’t get exactly of what we need.