Ok,

problem seems to have been solved,
I had to delete all datasources in admin and set them back up again.

That Migration ran well...,

I'm now have having strange problems with my code,
using FBX 3.0 and inside a case block I do the following,

<CFPARAM NAME="Attributes.WithinInBox" DEFAULT="">
then I call CFMODULE,
<CFMODULE TEMPLATE="#Request.fbxarc_Path#act_archivedDirectories.cfm"
RECURSIVE="YES">
I'm looking for the lowest directory so I recurse through until I get it,

then inside act_archivedDirectories.cfm

<CFIF ISDEFINED("Attributes.RECURSIVE")>
        <CFSET CALLER.Attributes.WithinInBox=WithinInBox>
</CFIF>

WithinInBox is the Object structure of the base directory got using
CFDIRECTORY
then set it to Attributes.WithinInBox, set before calling cfmodule,

then in my dsp_results template,

<CFLOOP QUERY=Attributes.WithinInBox STARTROW="1"
ENDROW="#Attributes.WithinInBox.RECORDCOUNT#">
        output structure..
</CFLOOP>

I get this error thrown inside dsp_results,

Element WITHININBOX.NAME is undefined in ATTRIBUTES.

Stack trace, 

coldfusion.runtime.UndefinedElementException: Element WITHININBOX.NAME is
undefined in ATTRIBUTES.
        
any ideas out there?
This ran fine under MX 6.

J
 

-----Original Message-----
From: John McCosker [mailto:[EMAIL PROTECTED]
Sent: 25 September 2003 11:06
To: CF-Talk
Subject: RE: mx 6.1 upgrade


OK,

our server CPU is now at 100%
checked the macromedia known issues with 6.1

this problem is logged,

I downloaded the drivers,
then tried to stop the MX services, this time the ODBC server and agent will
not stop,
although the services pane indicates that they have,

Any way, replaced the jar file, in cf_root\lib backed it up first, of
course.

Then I restarted the MX services, 
it tells me the ODBC server and agent are already running if I try to
restart.
They say disabled in the services pane.

mmmm...

I'm currently restarting the box.

-----Original Message-----
From: John McCosker [mailto:[EMAIL PROTECTED]
Sent: 25 September 2003 10:06
To: CF-Talk
Subject: mx 6.1 upgrade


Hi,

I upgraded our mx dev box to 6.1,

since that, nothing but problems.

The ODBC server and Agent would not start preventing migration.

Checked the reported bugs on home of HOF and this fixed that problem.

The admin service would not run due to 403 errors,

then run the iss_connector.bat,

fixed this problem,

got into the admin and ran the migration successfully?

Recycled the box,

Now all the sites are taking forever to load.

I think its something to do with DB connections.

Using MSSQL server 7.0 and ODBC SOCKET DRIVER for all connections.

Has anyone alse experienced this problem?

J.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138413
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

ColdFusion MX 6.1, now 2.5 times faster. 
http://www.macromedia.com/software/coldfusion/productinfo/upgrade/jump/introducing.html?trackingid=ColdFusion_468x60g_HouseofFusion_carat_082803

Reply via email to