Need IIS ColdFusion help

2008-05-08 Thread Michael Stevens
Due to a RAID card error on one of our Dell PowerEdge 1800s (it is currently
running but without a mirror) I will be forced to reconstruct an array and
reinstall Server 2003, IIS,  ColdFusionMX. I don't know much about IIS or
ColdFusion so I'm hoping there will be an easy way :| Possibly export
settings from both programs and import them to the new installation when
complete? Maybe a settings file of some kind with all the pertinent data in
it?

Any help or links to info on reinstalling IIS  ColdFusion would be greatly
appreciated!

Thanks,

Mike



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304842
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Need IIS ColdFusion help

2008-05-08 Thread Jacob
What is the RAID card?  Is it build into the motherboard or an expansion
card?

If it is an Adaptec card, you can replace the RAID card.  The RAID
information will be on the hard drive.

I have replaced two Adaptec RAID cards in the past and never had to
re-install.  The new card finds the RAID info from the hard drive and it is
back up.

-Original Message-
From: Michael Stevens [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 07, 2008 8:20 AM
To: CF-Talk
Subject: Need IIS  ColdFusion help

Due to a RAID card error on one of our Dell PowerEdge 1800s (it is currently
running but without a mirror) I will be forced to reconstruct an array and
reinstall Server 2003, IIS,  ColdFusionMX. I don't know much about IIS or
ColdFusion so I'm hoping there will be an easy way :| Possibly export
settings from both programs and import them to the new installation when
complete? Maybe a settings file of some kind with all the pertinent data in
it?

Any help or links to info on reinstalling IIS  ColdFusion would be greatly
appreciated!

Thanks,

Mike





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304888
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


.NET Variables wiithin ColdFusion HELP!!!

2005-12-14 Thread Ken Ketsdever
We have a project that was poorly planned.   

One piece of the project was built by a very experienced CF developer.

Another piece was built by a good programmer fairly new to CF, with the
help of a senior CF developer. 

The third piece was built in .NET by a good developer with lots of GUI
experience but no web experience. 


The .NET piece is the entry point and both CF pieces point back to the
entry point.   So I can log in, work in the .NET piece then move to
either of the CF pieces but almost always end up back in the .NET piece.


The issue we are running into is that the .NET session variables exist
in .NET.  There are no problems with them.  However, if a user moves
from the .NET piece to either of the CF pieces the .NET Session
variables no longer exist upon return to the .NET piece. 

All pieces are within a single website.

Any idea what might be causing this or how to address the issue?

Ken 

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227023
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .NET Variables wiithin ColdFusion HELP!!!

2005-12-14 Thread Steve Brownlee
Can you determine if the sessions are simply timing out?  It may be as simple
as increasing the IIS session timeout value. 

 -Original Message-
 From: Ken Ketsdever [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, December 14, 2005 1:27 PM
 To: CF-Talk
 Subject: .NET Variables wiithin ColdFusion HELP!!!
 
 We have a project that was poorly planned.   
 
 One piece of the project was built by a very experienced CF developer.
 
 Another piece was built by a good programmer fairly new to 
 CF, with the
 help of a senior CF developer. 
 
 The third piece was built in .NET by a good developer with lots of GUI
 experience but no web experience. 
 
 
 The .NET piece is the entry point and both CF pieces point back to the
 entry point.   So I can log in, work in the .NET piece then move to
 either of the CF pieces but almost always end up back in the 
 .NET piece.
 
 
 The issue we are running into is that the .NET session variables exist
 in .NET.  There are no problems with them.  However, if a user moves
 from the .NET piece to either of the CF pieces the .NET Session
 variables no longer exist upon return to the .NET piece. 
 
 All pieces are within a single website.
 
 Any idea what might be causing this or how to address the issue?
 
 Ken 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227025
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .NET Variables wiithin ColdFusion HELP!!!

2005-12-14 Thread Kevin Aebig
Hi Ken,

Is there a reason that the entry point is in .NET while everything else is
CF? It seems logical that it might be wise to encompass the complete app
within one platform...

Cheers,

Kevin

-Original Message-
From: Ken Ketsdever [mailto:[EMAIL PROTECTED] 
Sent: December 14, 2005 12:27 PM
To: CF-Talk
Subject: .NET Variables wiithin ColdFusion HELP!!!

We have a project that was poorly planned.   

One piece of the project was built by a very experienced CF developer.

Another piece was built by a good programmer fairly new to CF, with the
help of a senior CF developer. 

The third piece was built in .NET by a good developer with lots of GUI
experience but no web experience. 


The .NET piece is the entry point and both CF pieces point back to the
entry point.   So I can log in, work in the .NET piece then move to
either of the CF pieces but almost always end up back in the .NET piece.


The issue we are running into is that the .NET session variables exist
in .NET.  There are no problems with them.  However, if a user moves
from the .NET piece to either of the CF pieces the .NET Session
variables no longer exist upon return to the .NET piece. 

All pieces are within a single website.

Any idea what might be causing this or how to address the issue?

Ken 

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227026
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .NET Variables within ColdFusion HELP!!!

2005-12-14 Thread Ian Skinner
Can you determine if the sessions are simply timing out?  It may be as simple 
as increasing the IIS session timeout value. 


Not unless the default timeout is less then a minute.  It happens immediately.  
Click on a link from an aspx page to a cfm page, click a link back and suddenly 
no .NET session data.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227027
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .NET Variables wiithin ColdFusion HELP!!!

2005-12-14 Thread Ken Ketsdever
It does not appear to be a timeout issue.  We can stay within .NET
without an issue. As soon as we leave .NET there are no Session
variables upon return, even if we click out then right back in.

-Original Message-
From: Steve Brownlee [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 14, 2005 11:15 AM
To: CF-Talk
Subject: RE: .NET Variables wiithin ColdFusion HELP!!!

Can you determine if the sessions are simply timing out?  It may be as
simple
as increasing the IIS session timeout value. 

 -Original Message-
 From: Ken Ketsdever [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, December 14, 2005 1:27 PM
 To: CF-Talk
 Subject: .NET Variables wiithin ColdFusion HELP!!!
 
 We have a project that was poorly planned.   
 
 One piece of the project was built by a very experienced CF developer.
 
 Another piece was built by a good programmer fairly new to 
 CF, with the
 help of a senior CF developer. 
 
 The third piece was built in .NET by a good developer with lots of GUI
 experience but no web experience. 
 
 
 The .NET piece is the entry point and both CF pieces point back to the
 entry point.   So I can log in, work in the .NET piece then move to
 either of the CF pieces but almost always end up back in the 
 .NET piece.
 
 
 The issue we are running into is that the .NET session variables exist
 in .NET.  There are no problems with them.  However, if a user moves
 from the .NET piece to either of the CF pieces the .NET Session
 variables no longer exist upon return to the .NET piece. 
 
 All pieces are within a single website.
 
 Any idea what might be causing this or how to address the issue?
 
 Ken 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227028
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .NET Variables wiithin ColdFusion HELP!!!

2005-12-14 Thread Ken Ketsdever
Couple of answers to your question.

The .NET portion is more than just an entry point. It contains
additional functionality.  

We are doing what we can to continue as a CF house.  There has been a
push for .NET by non-IS related management (read all you want between
the lines).  

One of the ways we are trying to do this is using both .NET and CF.
Attempting to show that .NET is no better than CF and they can actually
work together. (remember, the poorly planned project comment at the
start of the original post). 

Better planning and testing would have raised this issue earlier. 

-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 14, 2005 11:23 AM
To: CF-Talk
Subject: RE: .NET Variables wiithin ColdFusion HELP!!!

Hi Ken,

Is there a reason that the entry point is in .NET while everything else
is
CF? It seems logical that it might be wise to encompass the complete app
within one platform...

Cheers,

Kevin

-Original Message-
From: Ken Ketsdever [mailto:[EMAIL PROTECTED] 
Sent: December 14, 2005 12:27 PM
To: CF-Talk
Subject: .NET Variables wiithin ColdFusion HELP!!!

We have a project that was poorly planned.   

One piece of the project was built by a very experienced CF developer.

Another piece was built by a good programmer fairly new to CF, with the
help of a senior CF developer. 

The third piece was built in .NET by a good developer with lots of GUI
experience but no web experience. 


The .NET piece is the entry point and both CF pieces point back to the
entry point.   So I can log in, work in the .NET piece then move to
either of the CF pieces but almost always end up back in the .NET piece.


The issue we are running into is that the .NET session variables exist
in .NET.  There are no problems with them.  However, if a user moves
from the .NET piece to either of the CF pieces the .NET Session
variables no longer exist upon return to the .NET piece. 

All pieces are within a single website.

Any idea what might be causing this or how to address the issue?

Ken 

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 







~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227029
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .NET Variables wiithin ColdFusion HELP!!!

2005-12-14 Thread Mehdi, Agha
Ken,

Can you find out if the .NET session is set to be killed once the app gets
out of .NET environment? Looks like the session is killed once you navigate
to different web site or a different section in a web site.

Agha Mehdi
IDT - eBusiness Program Manager


-Original Message-
From: Ken Ketsdever [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 14, 2005 12:02 PM
To: CF-Talk
Subject: RE: .NET Variables wiithin ColdFusion HELP!!!

Couple of answers to your question.

The .NET portion is more than just an entry point. It contains
additional functionality.  

We are doing what we can to continue as a CF house.  There has been a
push for .NET by non-IS related management (read all you want between
the lines).  

One of the ways we are trying to do this is using both .NET and CF.
Attempting to show that .NET is no better than CF and they can actually
work together. (remember, the poorly planned project comment at the
start of the original post). 

Better planning and testing would have raised this issue earlier. 

-Original Message-
From: Kevin Aebig [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 14, 2005 11:23 AM
To: CF-Talk
Subject: RE: .NET Variables wiithin ColdFusion HELP!!!

Hi Ken,

Is there a reason that the entry point is in .NET while everything else
is
CF? It seems logical that it might be wise to encompass the complete app
within one platform...

Cheers,

Kevin

-Original Message-
From: Ken Ketsdever [mailto:[EMAIL PROTECTED] 
Sent: December 14, 2005 12:27 PM
To: CF-Talk
Subject: .NET Variables wiithin ColdFusion HELP!!!

We have a project that was poorly planned.   

One piece of the project was built by a very experienced CF developer.

Another piece was built by a good programmer fairly new to CF, with the
help of a senior CF developer. 

The third piece was built in .NET by a good developer with lots of GUI
experience but no web experience. 


The .NET piece is the entry point and both CF pieces point back to the
entry point.   So I can log in, work in the .NET piece then move to
either of the CF pieces but almost always end up back in the .NET piece.


The issue we are running into is that the .NET session variables exist
in .NET.  There are no problems with them.  However, if a user moves
from the .NET piece to either of the CF pieces the .NET Session
variables no longer exist upon return to the .NET piece. 

All pieces are within a single website.

Any idea what might be causing this or how to address the issue?

Ken 

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 









~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227030
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .NET Variables within ColdFusion HELP!!!

2005-12-14 Thread Ian Skinner
Can you find out if the .NET session is set to be killed once the app gets out 
of .NET environment? Looks like the session is killed once you navigate to 
different web site or a different section in a web site.

We can determine that the .NET session is not killed, but it may be being 
cleared.  But when the application returns to the .NET portion the session ID 
still exists, but none of the session values do.  Strangely if we put the 
ColdFusion under a different domain, this problem does not occur.  If the .NET 
code links to the CF code in the other domain and then the CF code returns to 
the .NET code in the original domain the .NET session values are just fine.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227031
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: .NET Variables wiithin ColdFusion HELP!!!

2005-12-14 Thread Bryan Stevenson
Just wated to chimne in and say BlueDragon would have possibly ben a good fit 
for this combined technology projectalthough I know that doesn't help with 
you current dilema.

I do know I've seen this session lost issue posted many times on this 
list...but I've never read them...so I don't know if there is a solution.

If you haven't searched already...check the archives and you may find your 
answer ;-)

I will pay attention to this thread to see what the solution will be ;-)

Good luck

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227034
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .NET Variables within ColdFusion HELP!!!

2005-12-14 Thread Ian Skinner
Current testing is leading to something in the .NET coding.  I created a simple 
set of pages in ASP.NET (VB) and ColdFusion, each setting session values and 
displaying them on following pages.  I can bounce between the two application 
servers with no trouble.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227040
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .NET Variables wiithin ColdFusion HELP!!!

2005-12-14 Thread Snake
This is another plug for Blue Dragin I'm afraid.

With Blue Dragon.net you can mix and match CFML and asp.net, and session
variables will be available to both.
I.E session vars create din the .net code are available to CFML and vice
versa.
You can also include asp.net cod einto a .cfm file and vice versa.

Russ

-Original Message-
From: Ken Ketsdever [mailto:[EMAIL PROTECTED] 
Sent: 14 December 2005 18:27
To: CF-Talk
Subject: .NET Variables wiithin ColdFusion HELP!!!

We have a project that was poorly planned.   

One piece of the project was built by a very experienced CF developer.

Another piece was built by a good programmer fairly new to CF, with the help
of a senior CF developer. 

The third piece was built in .NET by a good developer with lots of GUI
experience but no web experience. 


The .NET piece is the entry point and both CF pieces point back to the
entry point.   So I can log in, work in the .NET piece then move to
either of the CF pieces but almost always end up back in the .NET piece.


The issue we are running into is that the .NET session variables exist in
..NET.  There are no problems with them.  However, if a user moves from the
..NET piece to either of the CF pieces the .NET Session variables no longer
exist upon return to the .NET piece. 

All pieces are within a single website.

Any idea what might be causing this or how to address the issue?

Ken 

Confidentiality Notice:  This message including any attachments is for the
sole use of the intended
recipient(s) and may contain confidential and privileged information. Any
unauthorized review, use, disclosure or distribution is prohibited. If you
are not the intended recipient, please contact the sender and delete any
copies of this message. 





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227051
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: .NET Variables wiithin ColdFusion HELP!!!

2005-12-14 Thread charles arehart
Bryan says BD would have possibly been a good fit but doesn't help with the 
current dillema. Perhaps it still can. :-) Ken, if you're interested in 
hearing more, contact me off-list, at [EMAIL PROTECTED], or feel free to call 
me at 678 256 5395.

/charlie

Just wated to chimne in and say BlueDragon would have possibly ben a good 
fit 
for this combined technology projectalthough I know that doesn't help with 
you current dilema.

Cheers

Bryan Stevenson B.Comm.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227061
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: .NET Variables wiithin ColdFusion HELP!!!

2005-12-14 Thread Bryan Stevenson
 Bryan says BD would have possibly been a good fit but doesn't help with 
 the 
 current dillema. Perhaps it still can.

Well yes CharlieI assumed he didn't want a  whole new dev environment and 
to 
rip the app apart ;-)

but Ken...I'd call Charlie if I were you ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227065
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: .NET Variables wiithin ColdFusion HELP!!!

2005-12-14 Thread James Holmes
How are you maintaining the session in .NET? With cookies or with URL variables?

On 12/15/05, Ken Ketsdever [EMAIL PROTECTED] wrote:
 We have a project that was poorly planned.
[snip]
 The issue we are running into is that the .NET session variables exist
 in .NET.  There are no problems with them.  However, if a user moves
 from the .NET piece to either of the CF pieces the .NET Session
 variables no longer exist upon return to the .NET piece.

--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227076
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Java and Coldfusion help (Repost)

2004-06-01 Thread Joe Eugene
Java Primitive Arrays are NOT Fully Compatible with CFMX 6.1.

CFMX 6.1 Arrays = Vectors != Java Primitive Arrays.

Method like arrayLen(Java Primitive Arrays) work but most other methods dont
work since i believe there is no direct casting.

You may want to use a Vector instead.

HTH

Joe Eugene
- Original Message - 
From: Andrew Scott 
To: CF-Talk 
Sent: Monday, May 31, 2004 11:26 PM
Subject: Java and Coldfusion help (Repost)

Anyone tried to set an array to a coldfusion template using java in a cfx
before.

I have tried response.setVariable(StringVariable,Variable); but this will
only return strings, so with this I was able to create a structure.

However I would like to set an array for CF to use, but can't figure out how
to do this...

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485-Fax: 03 9699 7976
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java and Coldfusion help (Repost)

2004-06-01 Thread Guy Rish
Joe,

You would still not be able to return a Vector from within a CFX with
setVariable.

That would not be the approach to use with a CFX.

rish

-Original Message-
From: Joe Eugene [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 01, 2004 9:19 AM
To: CF-Talk
Subject: Re: Java and Coldfusion help (Repost)

Java Primitive Arrays are NOT Fully Compatible with CFMX 6.1.

CFMX 6.1 Arrays = Vectors != Java Primitive Arrays.

Method like arrayLen(Java Primitive Arrays) work but most other methods dont
work since i believe there is no direct casting.

You may want to use a Vector instead.

HTH

Joe Eugene
- Original Message - 
From: Andrew Scott 
To: CF-Talk 
Sent: Monday, May 31, 2004 11:26 PM
Subject: Java and Coldfusion help (Repost)

Anyone tried to set an array to a coldfusion template using java in a cfx
before.

I have tried response.setVariable(StringVariable,Variable); but this will
only return strings, so with this I was able to create a structure.

However I would like to set an array for CF to use, but can't figure out
how
to do this...

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485-Fax: 03 9699 7976
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Java and Coldfusion help (Repost)

2004-06-01 Thread Rob
On Tue, 2004-06-01 at 07:18, Joe Eugene wrote:
 Java Primitive Arrays are NOT Fully Compatible with CFMX 6.1.
 
 CFMX 6.1 Arrays = Vectors != Java Primitive Arrays.
 
 Method like arrayLen(Java Primitive Arrays) work but most other methods dont
 work since i believe there is no direct casting.
 
 You may want to use a Vector instead.

This is kind of an aside, but it's a pet peeve of mine.If you can, use
an ArrayList not a Vector. CF's data type may require you to use a
vector (depending on how cf is written). However, vector and ArrayList
are both use the List interface (in 1.4.2), and arraylist is way faster
(In a Vector all methods are synchronized which is unneeded most of the
time - especially from a page request point of view).

Vector is commonly an old data type, and should be avoided if possible -
again cf may require you to use it, but try an arraylist it may work if
they wrote the data types generically (which they should have).

-- 
Rob [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java and Coldfusion help (Repost)

2004-06-01 Thread Andrew Scott
I have been using ArrayList when returning Arrays from within a CreateObject
call..

 
But that still doesn't answer how I set this to a Coldfusion variable within
CFX?

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485-Fax: 03 9699 7976

_

From: Rob [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 2 June 2004 12:27 AM
To: CF-Talk
Subject: Re: Java and Coldfusion help (Repost)

This is kind of an aside, but it's a pet peeve of mine.If you can, use
an ArrayList not a Vector. CF's data type may require you to use a
vector (depending on how cf is written). However, vector and ArrayList
are both use the List interface (in 1.4.2), and arraylist is way faster
(In a Vector all methods are synchronized which is unneeded most of the
time - especially from a page request point of view).

Vector is commonly an old data type, and should be avoided if possible -
again cf may require you to use it, but try an arraylist it may work if
they wrote the data types generically (which they should have).
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java and Coldfusion help (Repost)

2004-06-01 Thread me
On Wed, 2 Jun 2004 07:20:20 +1000, Andrew Scott wrote:
 I have been using ArrayList when returning Arrays from
 within a CreateObject
 call..

 But that still doesn't answer how I set this to a
 Coldfusion variable within
 CFX?

That's why it was an aside.

 
 From: Rob [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, 2 June 2004 12:27 AM
 To: CF-Talk
 Subject: Re: Java and Coldfusion help (Repost)
 
 
 
 This is kind of an aside, but it's a pet peeve of
mine.
If you can, use
 an ArrayList not a Vector. CF's data type may require
 you to use a
 vector (depending on how cf is written). However,
 vector and ArrayList
 are both use the List interface (in 1.4.2), and
 arraylist is way faster
 (In a Vector all methods are synchronized which is
 unneeded most of the
 time - especially from a page request point of view).
 
 Vector is commonly an old data type, and should be
 avoided if possible -
 again cf may require you to use it, but try an
 arraylist it may work if
 they wrote the data types generically (which they
 should have).
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java and Coldfusion help (Repost)

2004-06-01 Thread Andrew Scott
So that means no one knows how to set an array in Java in a cfx tag to a
coldfusion variable?

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485-Fax: 03 9699 7976
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java and Coldfusion help (Repost)

2004-06-01 Thread Barney Boisvert
I haven't been following the thread, but wouldn't returning the result of
this _expression_ work:

new Vector(Arrays.asList(myArrayVariable));

It'll only handle Object[]s, so if you want to deal with primitives, you'd
have ot manually box them into an array of the corresponding type (int -
Integer, etc).

Cheers,
barneyb

 -Original Message-
 From: Andrew Scott [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, June 01, 2004 4:20 PM
 To: CF-Talk
 Subject: RE: Java and Coldfusion help (Repost)
 
 So that means no one knows how to set an array in Java in a 
 cfx tag to a
 coldfusion variable?
 
 Regards
 Andrew Scott
 Technical Consultant
 
 NuSphere Pty Ltd
 Level 2/33 Bank Street
 South Melbourne, Victoria, 3205
 
 Phone: 03 9686 0485-Fax: 03 9699 7976

 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java and Coldfusion help (Repost)

2004-06-01 Thread Andrew Scott
Barney we are talking about CFX, and sure that would work if it was a
CreateObject and I could actually do a return Object;

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485-Fax: 03 9699 7976

_

From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 2 June 2004 9:30 AM
To: CF-Talk
Subject: RE: Java and Coldfusion help (Repost)

I haven't been following the thread, but wouldn't returning the result of
this _expression_ work:

new Vector(Arrays.asList(myArrayVariable));

It'll only handle Object[]s, so if you want to deal with primitives, you'd
have ot manually box them into an array of the corresponding type (int -
Integer, etc).

Cheers,
barneyb
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java and Coldfusion help (Repost)

2004-06-01 Thread Guy Rish
Andrew,

Actually I have been moving complex objects in and out of CFXs for years.
And I know that there are other people on the list who have done so as well.

Chances are you are experiencing some instant karma.
If you insult the people who offer you help you tend not to get future help.
If people thought that you would not abuse them and might be more giving to
the community yourself then people might be interested in helping.
Rather than continuing to be obstinant and abusive back to you (which is
really petty of me and doesn't serve the community), I thought I might bring
it up on the chance that you might be interested in becoming a beneficial
member of the community.

rish


-Original Message-
From: Andrew Scott [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 01, 2004 6:20 PM
To: CF-Talk
Subject: RE: Java and Coldfusion help (Repost)

So that means no one knows how to set an array in Java in a cfx tag to a
coldfusion variable?

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485-Fax: 03 9699 7976
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java and Coldfusion help (Repost)

2004-06-01 Thread Andrew Scott
Yeah well that doesn't really help me though does it...

 
As I said and I must say that I didn't mean anything by it, I am just
looking for an example where someone ahs set a variable in a CFX that as an
Array. Nothing more nothing less, all my efforts to try it do not work?

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485-Fax: 03 9699 7976

_

From: Guy Rish [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 2 June 2004 12:04 PM
To: CF-Talk
Subject: RE: Java and Coldfusion help (Repost)

Andrew,

Actually I have been moving complex objects in and out of CFXs for years.
And I know that there are other people on the list who have done so as well.

Chances are you are experiencing some instant karma.
If you insult the people who offer you help you tend not to get future help.
If people thought that you would not abuse them and might be more giving to
the community yourself then people might be interested in helping.
Rather than continuing to be obstinant and abusive back to you (which is
really petty of me and doesn't serve the community), I thought I might bring
it up on the chance that you might be interested in becoming a beneficial
member of the community.

rish

-Original Message-
From: Andrew Scott [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 01, 2004 6:20 PM
To: CF-Talk
Subject: RE: Java and Coldfusion help (Repost)

So that means no one knows how to set an array in Java in a cfx tag to a
coldfusion variable?

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485-Fax: 03 9699 7976 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java and Coldfusion help (Repost)

2004-06-01 Thread Guy Rish
Andrew,

Yeah well that doesn't really help me though does it...

It is disheartening to hear you say that - because that's really the whole
point.

As I said and I must say that I didn't mean anything by it, I am just 
looking for an example where someone ahs set a variable in a CFX that 
as an Array. Nothing more nothing less, all my efforts to try it do not 
work?

I'm rather confident that the answer you're looking for can be found in this
book.

http://www.amazon.com/exec/obidos/tg/detail/-/0782140297/qid=1086143303/sr=8
-1/ref=sr_8_xs_ap_i1_xgl14/104-0963290-2668712?v=glances=booksn=507846

Goodbye.

rish
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Java and Coldfusion help (Repost)

2004-05-31 Thread Andrew Scott
Anyone tried to set an array to a coldfusion template using java in a cfx
before.

 
I have tried response.setVariable(StringVariable,Variable); but this will
only return strings, so with this I was able to create a structure.

 
However I would like to set an array for CF to use, but can't figure out how
to do this...

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485-Fax: 03 9699 7976
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:Parsing XML in ColdFusion - Help!!

2003-09-26 Thread Greg Hassler
As long as you know where the logo element is supposed to be you can check for it's existence with xmlnamecfif root.subelement1.subelement2.xmlName IS logo
 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]



RE: Parsing XML in ColdFusion - Help!!

2003-09-22 Thread Bailey, Neal
Hey Guys,

Thanks for the help... I was finally able to get it working. But now I have
a new problem. The xml pages are built dynamically and are regularly
updated. I am running into an error where if I call for an Element called
logo and it does not exist I will receive an error. The error message
reads as: 

Element Logo.XMLTEXT is undefined 
in a Java object of type class coldfusion.xml.XmlNodeMap 

The reason I get the error is because the logo element is sometimes not
there because there might not be a logo for the particular document. 

I cannot seem to figure out how to look for the Element and check if it
exists before processing and then if it does not exist don't process. 

If anyone has any ideas on how to do this I would be grateful. 

Sorry if this seems like noobi stuff, I know nothing of xml. But I'm
learning...

Thanks,
- Neal

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 18, 2003 5:34 PM
To: CF-Talk
Subject: Re: Parsing XML in ColdFusion - Help!!

Here's an example of getting the name out:

cffile action=read file=C:\cfusionmx\wwwroot\test.xml
variable=XMLFileText

cfset myXMLDocument=XmlParse(XMLFileText)

cfset name = xmlSearch(myXMLDocument, //benefitDocument/Name)

cfoutput
#name[1].XmlText#
/cfoutput

BTW, that XML file is horribly malformed.

- Original Message -
From: Bailey, Neal [EMAIL PROTECTED]
Date: Thursday, September 18, 2003 2:37 pm
Subject: Parsing XML in ColdFusion - Help!!

 Hello everyone... 
 
 This is my first post to the list... 
 
 Hopefully someone here can help me out. I'm pretty new to XML and 
 I need to
 parse an xml page so that I can extract the information out of it and
 include this information into a different page using ColdFusion MX 
 6.1. 
 
 I think my main problem is just understating how it all works using
 ColdFusion. I cannot fine many resources on the net that can help 
 explainhow to do this. All I need to do is extract very little 
 data out of a XML
 file. Almost like a news feed. 
 
 Does anyone know of any useful resources that explain Parsing XML 
 usingColdFusion MX 6.1?
 
 The file I'm trying to parse is below. The only information I need to
 extract is the Name, TagLine and Details. I then want to show this
 information on a new page. If possible can some one give me an 
 example of
 how to do this? 
 
 Thanks,
 Neal
 
 
 ?xml version=1.0 encoding=utf-16 standalone=yes ? 
 -!-- 
 This file represents benefit content
  -- 
 
 
 - benefitDocument
  CategoryBusiness/Category 
  NameAssociation 105(tm) HRA/Name 
  TagLinebThe premier tax break for your small 
 business/b/TagLine 
  Icon FREE65.gif/Icon 
  DetailiOver $47 million in Member savings since April 1999.
 /ibrbr This is a call you can't afford not to make. You may 
 alreadyqualify for the Association 105 Health Reimbursement 
 Arrangement (HRA), and
 by enrolling now, the service is absolutely bFREE/b to new 
 NASE Members
 in the year 2003. bYou must call to enroll./bbrbr Deduct 
 100% of
 your family health insurance premiums and other medical expenses. 
 bEnjoyhundreds, even thousands of dollars in real tax 
 savings!/b A typical
 customer who pays $4,000 for health insurance and $2,000 for other 
 medicalexpenses can save between $1,800 and $2,500 in taxes. 
 brbr Under the new
 tax law, small-business owners will be able to deduct their health 
 insurancepremiums at 100% from a federal and state income tax 
 standpoint. However,
 the Association 105 HRA will go a step further by allowing the
 small-business owner a bself-employment/b tax savings as well. In
 addition, Association 105 HRA customers will also be able to 
 deduct 100% of
 their non-insured medical expenses from bstate, federal, and
 self-employment tax./bbrbr The Association 105 HRA offers you
 increased flexibility, along with the ability to carry forward unused
 benefits to the next plan year!brbr Do you pay for any of the 
 followingmedical-related expenses? brbr ulliHealth 
 Insurance Premiums/li
 liCo-Pays/li liDeductibles/liliLong Term Care Premiums/li
 liDental/li liVision/li liChiropractic/li liDoctors 
 OfficeVisits/li liPrescriptions/li/ulbrIf you answered 
 yes, you may
 qualify for the Association 105 program./Detail 
  Call2Action / 
  TeaserDeduct 100% of your family health insurance premiums and 
 othermedical expenses/Teaser 
  
 CrossSellullishow_benefit.asp?benefit=105SamplePaySamplePay/li
lishow_benefit.asp?benefit=ProTaxTalkTaxTalk /li/ul/CrossSell 
  Disclaimerfont size = 1bNOTE: Association 105 HRA is 
 offered by
 Benefit Administration for the Self-Employed. SamplePay and 
 Association 105
 HRA are trademarks of Benefit Administration for the Self-Employed
 (BASE)./font/b/Disclaimer 
  /benefitDocument
 
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137899
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http

RE: Parsing XML in ColdFusion - Help!!

2003-09-22 Thread John Stanley
Neal, 
I just built a web application that is communicating with an asp app
through xml across the web. One of our requiprements is to be flexible when
they wish to add new elements. The way I did it was to create a table for
all the elements normally sent. Then I query the table before I parse the
xml, like

select name from syscolumns where id in (select id from sysobjects where
sysobjects.name = 'an_xml_data_table') 

then i use the value list function to create a list of columns that would be
returned normally.

then as I loop through the child xml elements I test for their existence in
the above list, if they exist, I dump the data into that table, if not, then
I ignore it, and get a notification that an element has been added, so that
I can add it to the table. Of course this requires me to have the column
names in the table be exactly the same as the child elements. if you need
other columns in the table that arent gonna be in the xml (like a primary
key or something) you can just add an exception to the query listed above to
exclude those.




-Original Message-
From: Bailey, Neal [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2003 9:48 AM
To: CF-Talk
Subject: RE: Parsing XML in ColdFusion - Help!!


Hey Guys,

Thanks for the help... I was finally able to get it working. But now I have
a new problem. The xml pages are built dynamically and are regularly
updated. I am running into an error where if I call for an Element called
logo and it does not exist I will receive an error. The error message
reads as: 

Element Logo.XMLTEXT is undefined 
in a Java object of type class coldfusion.xml.XmlNodeMap 

The reason I get the error is because the logo element is sometimes not
there because there might not be a logo for the particular document. 

I cannot seem to figure out how to look for the Element and check if it
exists before processing and then if it does not exist don't process. 

If anyone has any ideas on how to do this I would be grateful. 

Sorry if this seems like noobi stuff, I know nothing of xml. But I'm
learning...

Thanks,
- Neal

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 18, 2003 5:34 PM
To: CF-Talk
Subject: Re: Parsing XML in ColdFusion - Help!!

Here's an example of getting the name out:

cffile action=read file=C:\cfusionmx\wwwroot\test.xml
variable=XMLFileText

cfset myXMLDocument=XmlParse(XMLFileText)

cfset name = xmlSearch(myXMLDocument, //benefitDocument/Name)

cfoutput
#name[1].XmlText#
/cfoutput

BTW, that XML file is horribly malformed.

- Original Message -
From: Bailey, Neal [EMAIL PROTECTED]
Date: Thursday, September 18, 2003 2:37 pm
Subject: Parsing XML in ColdFusion - Help!!

 Hello everyone... 
 
 This is my first post to the list... 
 
 Hopefully someone here can help me out. I'm pretty new to XML and 
 I need to
 parse an xml page so that I can extract the information out of it and
 include this information into a different page using ColdFusion MX 
 6.1. 
 
 I think my main problem is just understating how it all works using
 ColdFusion. I cannot fine many resources on the net that can help 
 explainhow to do this. All I need to do is extract very little 
 data out of a XML
 file. Almost like a news feed. 
 
 Does anyone know of any useful resources that explain Parsing XML 
 usingColdFusion MX 6.1?
 
 The file I'm trying to parse is below. The only information I need to
 extract is the Name, TagLine and Details. I then want to show this
 information on a new page. If possible can some one give me an 
 example of
 how to do this? 
 
 Thanks,
 Neal
 
 
 ?xml version=1.0 encoding=utf-16 standalone=yes ? 
 -!-- 
 This file represents benefit content
  -- 
 
 
 - benefitDocument
  CategoryBusiness/Category 
  NameAssociation 105(tm) HRA/Name 
  TagLinebThe premier tax break for your small 
 business/b/TagLine 
  Icon FREE65.gif/Icon 
  DetailiOver $47 million in Member savings since April 1999.
 /ibrbr This is a call you can't afford not to make. You may 
 alreadyqualify for the Association 105 Health Reimbursement 
 Arrangement (HRA), and
 by enrolling now, the service is absolutely bFREE/b to new 
 NASE Members
 in the year 2003. bYou must call to enroll./bbrbr Deduct 
 100% of
 your family health insurance premiums and other medical expenses. 
 bEnjoyhundreds, even thousands of dollars in real tax 
 savings!/b A typical
 customer who pays $4,000 for health insurance and $2,000 for other 
 medicalexpenses can save between $1,800 and $2,500 in taxes. 
 brbr Under the new
 tax law, small-business owners will be able to deduct their health 
 insurancepremiums at 100% from a federal and state income tax 
 standpoint. However,
 the Association 105 HRA will go a step further by allowing the
 small-business owner a bself-employment/b tax savings as well. In
 addition, Association 105 HRA customers will also be able to 
 deduct 100% of
 their non-insured medical expenses from bstate

RE: Parsing XML in ColdFusion - Help!!

2003-09-22 Thread Kola Oyedeji
Another suggestion which may or may not be possible - depending on the
source of the xml document is to have an empty xml element passed
through if there is no logo as opposed to not having the element present
at all. This should negate the need to check for the element existence.

Kola 

 -Original Message-
 From: Bailey, Neal [mailto:[EMAIL PROTECTED]
 Sent: 22 September 2003 14:48
 To: CF-Talk
 Subject: RE: Parsing XML in ColdFusion - Help!!
 
 Hey Guys,
 
 Thanks for the help... I was finally able to get it working. But now
I
 have
 a new problem. The xml pages are built dynamically and are regularly
 updated. I am running into an error where if I call for an Element
called
 logo and it does not exist I will receive an error. The error
message
 reads as:
 
 Element Logo.XMLTEXT is undefined
 in a Java object of type class coldfusion.xml.XmlNodeMap
 
 The reason I get the error is because the logo element is sometimes
not
 there because there might not be a logo for the particular document.
 
 I cannot seem to figure out how to look for the Element and check if
it
 exists before processing and then if it does not exist don't process.
 
 If anyone has any ideas on how to do this I would be grateful.
 
 Sorry if this seems like noobi stuff, I know nothing of xml. But I'm
 learning...
 
 Thanks,
 - Neal
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 18, 2003 5:34 PM
 To: CF-Talk
 Subject: Re: Parsing XML in ColdFusion - Help!!
 
 Here's an example of getting the name out:
 
 cffile action=read file=C:\cfusionmx\wwwroot\test.xml
 variable=XMLFileText
 
 cfset myXMLDocument=XmlParse(XMLFileText)
 
 cfset name = xmlSearch(myXMLDocument, //benefitDocument/Name)
 
 cfoutput
 #name[1].XmlText#
 /cfoutput
 
 BTW, that XML file is horribly malformed.
 
 - Original Message -
 From: Bailey, Neal [EMAIL PROTECTED]
 Date: Thursday, September 18, 2003 2:37 pm
 Subject: Parsing XML in ColdFusion - Help!!
 
  Hello everyone...
 
  This is my first post to the list...
 
  Hopefully someone here can help me out. I'm pretty new to XML and
  I need to
  parse an xml page so that I can extract the information out of it
and
  include this information into a different page using ColdFusion MX
  6.1.
 
  I think my main problem is just understating how it all works using
  ColdFusion. I cannot fine many resources on the net that can help
  explainhow to do this. All I need to do is extract very little
  data out of a XML
  file. Almost like a news feed.
 
  Does anyone know of any useful resources that explain Parsing XML
  usingColdFusion MX 6.1?
 
  The file I'm trying to parse is below. The only information I need
to
  extract is the Name, TagLine and Details. I then want to show this
  information on a new page. If possible can some one give me an
  example of
  how to do this?
 
  Thanks,
  Neal
 
 
  ?xml version=1.0 encoding=utf-16 standalone=yes ?
  -!--
  This file represents benefit content
   --
 
 
  - benefitDocument
   CategoryBusiness/Category
   NameAssociation 105(tm) HRA/Name
   TagLinebThe premier tax break for your small
  business/b/TagLine
   Icon FREE65.gif/Icon
   DetailiOver $47 million in Member savings since April 1999.
  /ibrbr This is a call you can't afford not to make. You may
  alreadyqualify for the Association 105 Health Reimbursement
  Arrangement (HRA), and
  by enrolling now, the service is absolutely bFREE/b to new
  NASE Members
  in the year 2003. bYou must call to enroll./bbrbr Deduct
  100% of
  your family health insurance premiums and other medical expenses.
  bEnjoyhundreds, even thousands of dollars in real tax
  savings!/b A typical
  customer who pays $4,000 for health insurance and $2,000 for other
  medicalexpenses can save between $1,800 and $2,500 in taxes.
  brbr Under the new
  tax law, small-business owners will be able to deduct their health
  insurancepremiums at 100% from a federal and state income tax
  standpoint. However,
  the Association 105 HRA will go a step further by allowing the
  small-business owner a bself-employment/b tax savings as well.
In
  addition, Association 105 HRA customers will also be able to
  deduct 100% of
  their non-insured medical expenses from bstate, federal, and
  self-employment tax./bbrbr The Association 105 HRA offers you
  increased flexibility, along with the ability to carry forward
unused
  benefits to the next plan year!brbr Do you pay for any of the
  followingmedical-related expenses? brbr ulliHealth
  Insurance Premiums/li
  liCo-Pays/li liDeductibles/liliLong Term Care
Premiums/li
  liDental/li liVision/li liChiropractic/li liDoctors
  OfficeVisits/li liPrescriptions/li/ulbrIf you answered
  yes, you may
  qualify for the Association 105 program./Detail
   Call2Action /
   TeaserDeduct 100% of your family health insurance premiums and
  othermedical expenses/Teaser
 
 
CrossSellullishow_benefit.asp?benefit=105SamplePaySamplePay/li
 lishow_benefit.asp

Parsing XML in ColdFusion - Help!!

2003-09-18 Thread Bailey, Neal
Hello everyone... 
 
This is my first post to the list... 
 
Hopefully someone here can help me out. I'm pretty new to XML and I need to
parse an xml page so that I can extract the information out of it and
include this information into a different page using ColdFusion MX 6.1. 
 
I think my main problem is just understating how it all works using
ColdFusion. I cannot fine many resources on the net that can help explain
how to do this. All I need to do is extract very little data out of a XML
file. Almost like a news feed. 
 
Does anyone know of any useful resources that explain Parsing XML using
ColdFusion MX 6.1?
 
The file I'm trying to parse is below. The only information I need to
extract is the Name, TagLine and Details. I then want to show this
information on a new page. If possible can some one give me an example of
how to do this? 
 
Thanks,
Neal
 
 
 ?xml version=1.0 encoding=utf-16 standalone=yes ? 
-!-- 
This file represents benefit content
  -- 
 
http://www.cds-source.net/DeliverContent.aspx?consumer=uganasepassword=na
sewebbenefit=105BASEassociation=NASEmemberlevel=Prospectformatcode=0##
- benefitDocument
  CategoryBusiness/Category 
  NameAssociation 105(tm) HRA/Name 
  TagLinebThe premier tax break for your small business/b/TagLine 
  Icon FREE65.gif/Icon 
  DetailiOver $47 million in Member savings since April 1999.
/ibrbr This is a call you can't afford not to make. You may already
qualify for the Association 105 Health Reimbursement Arrangement (HRA), and
by enrolling now, the service is absolutely bFREE/b to new NASE Members
in the year 2003. bYou must call to enroll./bbrbr Deduct 100% of
your family health insurance premiums and other medical expenses. bEnjoy
hundreds, even thousands of dollars in real tax savings!/b A typical
customer who pays $4,000 for health insurance and $2,000 for other medical
expenses can save between $1,800 and $2,500 in taxes. brbr Under the new
tax law, small-business owners will be able to deduct their health insurance
premiums at 100% from a federal and state income tax standpoint. However,
the Association 105 HRA will go a step further by allowing the
small-business owner a bself-employment/b tax savings as well. In
addition, Association 105 HRA customers will also be able to deduct 100% of
their non-insured medical expenses from bstate, federal, and
self-employment tax./bbrbr The Association 105 HRA offers you
increased flexibility, along with the ability to carry forward unused
benefits to the next plan year!brbr Do you pay for any of the following
medical-related expenses? brbr ulliHealth Insurance Premiums/li
liCo-Pays/li liDeductibles/liliLong Term Care Premiums/li
liDental/li liVision/li liChiropractic/li liDoctors Office
Visits/li liPrescriptions/li/ulbrIf you answered yes, you may
qualify for the Association 105 program./Detail 
  Call2Action / 
  TeaserDeduct 100% of your family health insurance premiums and other
medical expenses/Teaser 
  CrossSellullia href =
show_benefit.asp?benefit=105SamplePaySamplePay/a/li lia href =
show_benefit.asp?benefit=ProTaxTalkTaxTalk/a /li/ul/CrossSell 
  Disclaimerfont size = 1bNOTE: Association 105 HRA is offered by
Benefit Administration for the Self-Employed. SamplePay and Association 105
HRA are trademarks of Benefit Administration for the Self-Employed
(BASE)./font/b/Disclaimer 
  /benefitDocument
 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137601
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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: Parsing XML in ColdFusion - Help!!

2003-09-18 Thread ksuh
Here's an example of getting the name out:

cffile action=read file=C:\cfusionmx\wwwroot\test.xml variable=XMLFileText

cfset myXMLDocument=XmlParse(XMLFileText)

cfset name = xmlSearch(myXMLDocument, //benefitDocument/Name)

cfoutput
#name[1].XmlText#
/cfoutput

BTW, that XML file is horribly malformed.

- Original Message -
From: Bailey, Neal [EMAIL PROTECTED]
Date: Thursday, September 18, 2003 2:37 pm
Subject: Parsing XML in ColdFusion - Help!!

 Hello everyone... 
 
 This is my first post to the list... 
 
 Hopefully someone here can help me out. I'm pretty new to XML and 
 I need to
 parse an xml page so that I can extract the information out of it and
 include this information into a different page using ColdFusion MX 
 6.1. 
 
 I think my main problem is just understating how it all works using
 ColdFusion. I cannot fine many resources on the net that can help 
 explainhow to do this. All I need to do is extract very little 
 data out of a XML
 file. Almost like a news feed. 
 
 Does anyone know of any useful resources that explain Parsing XML 
 usingColdFusion MX 6.1?
 
 The file I'm trying to parse is below. The only information I need to
 extract is the Name, TagLine and Details. I then want to show this
 information on a new page. If possible can some one give me an 
 example of
 how to do this? 
 
 Thanks,
 Neal
 
 
 ?xml version=1.0 encoding=utf-16 standalone=yes ? 
 -!-- 
 This file represents benefit content
  -- 
 
 http://www.cds-
 source.net/DeliverContent.aspx?consumer=uganasepassword=nasewebbenefit=105BASEassociation=NASEmemberlevel=Prospectformatcode=0##
 - benefitDocument
  CategoryBusiness/Category 
  NameAssociation 105(tm) HRA/Name 
  TagLinebThe premier tax break for your small 
 business/b/TagLine 
  Icon FREE65.gif/Icon 
  DetailiOver $47 million in Member savings since April 1999.
 /ibrbr This is a call you can't afford not to make. You may 
 alreadyqualify for the Association 105 Health Reimbursement 
 Arrangement (HRA), and
 by enrolling now, the service is absolutely bFREE/b to new 
 NASE Members
 in the year 2003. bYou must call to enroll./bbrbr Deduct 
 100% of
 your family health insurance premiums and other medical expenses. 
 bEnjoyhundreds, even thousands of dollars in real tax 
 savings!/b A typical
 customer who pays $4,000 for health insurance and $2,000 for other 
 medicalexpenses can save between $1,800 and $2,500 in taxes. 
 brbr Under the new
 tax law, small-business owners will be able to deduct their health 
 insurancepremiums at 100% from a federal and state income tax 
 standpoint. However,
 the Association 105 HRA will go a step further by allowing the
 small-business owner a bself-employment/b tax savings as well. In
 addition, Association 105 HRA customers will also be able to 
 deduct 100% of
 their non-insured medical expenses from bstate, federal, and
 self-employment tax./bbrbr The Association 105 HRA offers you
 increased flexibility, along with the ability to carry forward unused
 benefits to the next plan year!brbr Do you pay for any of the 
 followingmedical-related expenses? brbr ulliHealth 
 Insurance Premiums/li
 liCo-Pays/li liDeductibles/liliLong Term Care Premiums/li
 liDental/li liVision/li liChiropractic/li liDoctors 
 OfficeVisits/li liPrescriptions/li/ulbrIf you answered 
 yes, you may
 qualify for the Association 105 program./Detail 
  Call2Action / 
  TeaserDeduct 100% of your family health insurance premiums and 
 othermedical expenses/Teaser 
  
 CrossSellullishow_benefit.asp?benefit=105SamplePaySamplePay/li 
 lishow_benefit.asp?benefit=ProTaxTalkTaxTalk /li/ul/CrossSell 
  Disclaimerfont size = 1bNOTE: Association 105 HRA is 
 offered by
 Benefit Administration for the Self-Employed. SamplePay and 
 Association 105
 HRA are trademarks of Benefit Administration for the Self-Employed
 (BASE)./font/b/Disclaimer 
  /benefitDocument
 
 
 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137621
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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


SOT : Coldfusion Help

2002-06-07 Thread Jason Miller

Hello List,
Hopefully this is not too off topic or not allowed. I was wondering if 
there were any coldfusion / access programmers around the Central New 
Jersey area that are available for some quick but critical freelance work.

The ONLY reason I am posting to this list is yesterday after a severe 
crash - and no backups on one of my drives, my company now has to 
scramble to start rebuilding some graphic files, some director projects, 
a few flash projects and some coldfusion projects. So I am a bit desperate.

Please only email me off list so we don't bog down the list. The 
coldfusion I need assistance with needs to be worked on this weekend. 
Thanks.
jason miller
etcetera inc
732.864.9788 : voice
732.864.9789 : fax
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Coldfusion Help

2002-06-07 Thread Justin Scott

 Hopefully this is not too off topic or not allowed. I was wondering if
 there were any coldfusion / access programmers around the Central New
 Jersey area that are available for some quick but critical freelance work.

I doubt many will mind you posting here, but there are a lot of people that
watch the CF-Jobs mailing list that may be interested in helping you out.

-Justin Scott, Lead Developer
 Sceiron Internet Services, Inc.
 http://www.sceiron.com


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Interbase 6 and Coldfusion, help!

2001-07-17 Thread David Armstrong

Hello all,

I require some assistance on using an interbase 6.0 database with
ColdFusion. I have no experience with interbase and no experience with
using an external ODBC driver with ColdFusion. So if I start to waffle,
you know why.

Installed on my server I have: 

ColdFusion Server, Version: 4.5.1 SP2, 
Interbase, Version: WI-V6.0.1.6, 
Easysoft ODBC driver, Version: 1.00.01.62
(if you require more info, let me know)

So far I have been able to set up my datasource in the System DSN tab of
the ODBC Data Source Administrator in the control panel
and using the configure option I have been able to verify my database.
I have also successfully connected to the database using sqlcon32.exe
the result is displayed below:

SQLDriverConnect Successful
 
ODBC Version is : 03
 
SQL Driver Name is : IB6ODBC
SQL Driver Version is : 01.01.0062
SQL DBMS Name is : Interbase
SQL DBMS Version is : 01.01.0062

In Coldfusion Administrator I can see the datasource and I'm informed
that The ODBC data source nationaltrustdb cannot be edited remotely I
have provided the login information that I use in the datasource
configuration. 
After all this Coldfusion is unable to verify the database. Can anyone
help me? It doesn't have to be much every little helps.
Thanks,
David A.
==David Armstrong
Web Applications Developer

BizNet Solutions
133-137 Lisburn Road
Belfast
BT9 7AG

Phone: 028 90 223 224
Fax: 028 90 223 223

E-mail: [EMAIL PROTECTED] 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists