ColdFusion

Authenticating with web service

We just upgraded to 15.2 and we are trying to use the changepassword web services with cold fusion. It is returning an error.

 

Cannot perform web service invocation setUserPassword.
The fault returned when invoking the web service operation is:

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode:
 faultString: Server was unable to process request. ---> You must authenticate with the web service before you can set a user's password.
 faultActor:
 faultNode:
 faultDetail:
    {http://xml.apache.org/axis/}stackTrace:Server was unable to process request. ---> You must authenticate with the web service before you can set a user's password.
    at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
    at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
    at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFr... ''

ColdFusion Errors

I have one user that continues to get the following error when trying to Preview changes on our website: Element SECTION is undefined in URL. The error occurred in D:\tscdata\wasa-oly.org\10.6\AM\Templates\TemplateHeader\WASAHeader_new.cfm: line 229.

I have uninstalled and reinstalled Ektron (which corrected another user's issues) but it hasn't been successful on this computer.

Any suggestions on other places to look? Thank you.

iBO for .net Coldfusion 8 integration problem

I'm experimenting with using iBO for .net with Coldfusion 8 (which offers .net integration). I'm on iMIS 15.1.3.

I have a basic app skeleton set up that during initialization attempts to create the iBO object, like this:

function setupApplication()
{
....
application.iBO = createObject( '.NET', 'iboAdmin.InitializeSystem()', 'c:\inetpub\wwwroot\bin\Asi.iBO.dll' );

trouble using asi webservice to login user through coldfusion

I was recently immersed into a new project that already has iMIS (ASI) running using Public Views on a ColdFusion platform. The users of this project have expressed numerous challenges with using Public Views. I am looking to see if I can still use the ASI webservice methods, such as validateLogin, from within ColdFusion. Unfortunately, the previous programmer left no information in reagrds to this program and no one here can tell me where the ASI webservice exists.

Looking for experienced iBO.net type to bounce programming issues/questions off

I'm a little late getting to the party, but the best parties don't start until later anyway. I'm working on some basic ibo.NET integration work and am running into a couple of gotchas that have slowed me down. I made the mistake of starting the project using the 15.0.3 release of ibo.NET (just because I had it handy and got lazy) - now that I've bumped up to 15.1 I'm getting some new errors. I'm looking for some advice and direction from those that have already made it work. Couple of quick ground-rules (if I may):

Coldfusion 9 and iMIS eSeries

We are looking into upgrading our web server to CF 9 and would like to know if there are any known compatibility issues with the e-Series software. Our current environment is as follows:

Release Version
 e-Series - 15.0.3.2397


iMIS Info
 iMIS Release Version - 15.0.3.2384
 System Name - iMIS Membership System

eSeries and Coldfusion MX 8

I know this is ancient, but a search produced no results.  Does anyone know a reason why eSeries 10.5.28.02 will not work with Coldfusion MX 8? 

Patching eSeries to work with new version of Payflow

Sorry for the cross post but am hoping to get as much info back on this as possible.

See http://www.imiscommunity.com/patching_eseries_to_work_with_new_version_o...

Dynamic Sections in CM 5.1

As with most things I know, this was pointed out to me by another smart person, Bilal Jeewa of ASI Consulting - Europe.

There is a standard feature of Content Manager 5.1 that accomodates display of dynamic content in template sections, by Navigation Section.

What does that mean? Well the issue I was trying to resolve was to have a different image appear in the body header based on the navigation section the page was in.

Password hashing on 64bit OS

We currently have iMIS 15 installed on a 64 bit Windows 2003 server with ColdFusion MX7. We have a ColdFusion application installed on this server that is attempting to use the Hash process using the ASIUtil.dll to compare the iMIS password to a login on a custom member only site we have created. It prompts an error that it cannot hash the password. We did have this app on a windows 2003 32bit server until we upgraded to iMIS 15.