getting binary content from http header

2009-12-02 Thread vishnu prasad

Hi all


We will getting the request from a iphone using the httppost where  it will 
post the Video as binary content in http post 


Can someone help me how to get the binary content from the httpheader using 
coldfusion .  


Any code snippet would be of gr help


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328770
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFGRID (html) column a href issue (CF8)

2008-09-25 Thread vishnu prasad
did find fix for this?

 Hello All,
 
 I am using the new cf8 html cfgrid. My Grid column is as follows:
 cfgrid name = NewReports format=html height=170 width=780 
 pageSize=5 sort=true
 cfgridcolumn width=160 name = VIEWREPORT header=Report 
 href=ViewReport.cfm?status=new hrefkey=REP_REPORT_ID 
 target=_blank
 /cfgrid
 
 on the rows that do not have data (example if the query returns only 1 
 row.. there are 4 blank rows on the grid for page 1) the viewreports 
 column shows a link. How do I go about not showing this link for blank 
 rows? This was never an issue for flash grids, it seems that this is 
 only appearing in html grids.
 
 Thanks
 Anusha 


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313102
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Web Service Issue , pls help

2008-08-21 Thread vishnu prasad
No WS works , but struck with how to write the binary content into file , not 
able to parse into xml 

below is the output from WS 

--=_Part_31_11976965.1219312819993 Content-Type: text/xml; charset=utf-8 
Content-Transfer-Encoding: 8bit Content-ID: __WLS__1219312819993__SOAP__ 
image/jpgEKRIS_LAD_CPD_PFORGANIZATION_LINK0Z_VALCASEID_BUFF1880422Z_VALDESIGNATION_BUFF8973DOCNAMEhillsPROFILE_TYPE_LINK0AUTHOR_IDIVANAUTHOR_NAMENG
 CHI CHEUNG, IVANFORM2452ROLE_IDIS-T404ROLE_DESCRIPTIONTeam 4 
MemberTYPIST_ID_CISWS2ITEM_TYPEDTYPE_IDDEFAULTDOCTYPE_DESCRDefault Document 
TypePD_SUPSEDESNAPP_IDPUB 
JPGPD_SUPSEDEDNMSG_ITEM0DELIVER_REC0Z_FILEREFeURA/CDD_IS/CISZ_CASEIDIS/CIS- Vol 
1Z_CASE_TITLEIS - 
CISDOCTYPE_STORAGEADOCTYPE_RETENTION0DOCTYPE_FULLTEXTYEMAIL_SENT01-01-1753 
0:00:00Z_FOLDERFLAGYDOCNUM189425RECORDNREAD_ONLYNRELATEDNFULLTEXTYSUSPENDEDNSTORAGEAGENERIC_EVENT01-01-1753PD_VITALNSTATUS0SECURITY1E:/common_repository/UatEkrisDomain/cdd/eKris/temp/_CISWS2_26169-hills.jpg
 --=_Part_31_11976965.1219312819993 Content-Type: image/jpg Binary Content 
here  --=_Part_31_11976965.1219312819993-- 

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

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


Coldfusion + SOAP Attachment !!!!

2008-08-21 Thread vishnu prasad
Hi 
Want to know is is possible to get the SOAP attachment returned from a web 
service VIA Coldfusion .

WE tested the WSDL from SOAP UI http://www.soapui.org/ by passing the request , 
it retunred the responce along with the attachment . But we struck up when 
getting the attachment VIA coldfusion , binary content is not inside any tag so 
not able to read and write as binary 

Any help would be appriciate 

Below are request and response 
Request 
--
soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:open=http://www.openuri.org/;
   soapenv:Header/
   soapenv:Body
  open:RetrieveDocument
 !--Optional:--
 open:DMlibEKRIS/open:DMlib
 !--Optional:--
 open:DocumentNumber189425/open:DocumentNumber
 !--Optional:--
 open:VersionNo/open:VersionNo
 !--Optional:--
 open:ProfileFormEKRIS_LAD_CPD_PF/open:ProfileForm
 !--Optional:--
 open:appUserID_CISWS2/open:appUserID
 !--Optional:--
 open:userID_CISWS2/open:userID
  /open:RetrieveDocument
   /soapenv:Body
/soapenv:Envelope
--
Response

--
SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;
   SOAP-ENV:Body
  ns:RetrieveDocumentResponse xmlns:ns=http://www.openuri.org/;
 ns:RetrieveDocumentResult
ns:ContentMimeTypeimage/jpg/ns:ContentMimeType
ns:ProfileNameEKRIS_LAD_CPD_PF/ns:ProfileName
ns:ProfileProperties
   ns:ProfileProperties
  ns:ProfileProperty
 ns:PropertyNameORGANIZATION_LINK/ns:PropertyName
 ns:PropertyValue0/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameZ_VALCASEID_BUFF/ns:PropertyName
 ns:PropertyValue1880422/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameZ_VALDESIGNATION_BUFF/ns:PropertyName
 ns:PropertyValue8973/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameDOCNAME/ns:PropertyName
 ns:PropertyValuehills/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNamePROFILE_TYPE_LINK/ns:PropertyName
 ns:PropertyValue0/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameAUTHOR_ID/ns:PropertyName
 ns:PropertyValueIVAN/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameAUTHOR_NAME/ns:PropertyName
 ns:PropertyValueNG CHI CHEUNG, IVAN/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameFORM/ns:PropertyName
 ns:PropertyValue2452/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameROLE_ID/ns:PropertyName
 ns:PropertyValueIS-T404/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameROLE_DESCRIPTION/ns:PropertyName
 ns:PropertyValueTeam 4 Member/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameTYPIST_ID/ns:PropertyName
 ns:PropertyValue_CISWS2/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameITEM_TYPE/ns:PropertyName
 ns:PropertyValueD/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameTYPE_ID/ns:PropertyName
 ns:PropertyValueDEFAULT/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameDOCTYPE_DESCR/ns:PropertyName
 ns:PropertyValueDefault Document Type/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNamePD_SUPSEDES/ns:PropertyName
 ns:PropertyValueN/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNameAPP_ID/ns:PropertyName
 ns:PropertyValuePUB JPG/ns:PropertyValue
  /ns:ProfileProperty
  ns:ProfileProperty
 ns:PropertyNamePD_SUPSEDED/ns:PropertyName
 ns:PropertyValueN/ns:PropertyValue
 

CAR file deployment Issue

2008-08-20 Thread vishnu prasad
Hi 
We are planning to migrate from Coldfusion Mx 6.1  to Coldfusion 8 

While we deploying the CAR file created from MX 6.1 into Coldfusion , None of 
the SQL datasource is working . Log file containts the below erorr message 

Error occurred while updating datasources:tedy
Error,jrpp-10,08/20/08,13:49:36,,An error occurred while trying to 
encrypt or decrypt your input string: com.rsa.jsafe.crypto.dr: Could not 
perform unpadding: invalid pad byte.. 

After adding this in JVM config below error occurs 
-Dcoldfusion.disablejsafe=true
Complete JVM Args
java.args=-server -Xmx512m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m 
-XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../  
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars
 -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.disablejsafe=true
An error occurred while trying to encrypt or decrypt your input string: Given 
final block not properly padded. 



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

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


Re: Web Service Issue , pls help

2008-08-20 Thread vishnu prasad
Hi 
when i try to access the web servies it gives the below error 
Web service operation RetrieveDocument with parameters 
{appUserID={_CISWS2},DocumentNumber={189425},ProfileForm={EKRIS_LAD_CPD_PF},DMlib={EKRIS},userID={_CISWS2}}
 cannot be found.  

Can someone help me how to acess the ws 

Below is my WSDL
  ?xml version=1.0 encoding=utf-8 ? 
- !--  @editor-info:link autogen=false source= 
  -- 
- definitions xmlns=http://schemas.xmlsoap.org/wsdl/; 
xmlns:conv=http://www.openuri.org/2002/04/soap/conversation/; 
xmlns:cw=http://www.openuri.org/2002/04/wsdl/conversation/; 
xmlns:http=http://schemas.xmlsoap.org/wsdl/http/; 
xmlns:jms=http://www.openuri.org/2002/04/wsdl/jms/; 
xmlns:mime=http://schemas.xmlsoap.org/wsdl/mime/; 
xmlns:s=http://www.w3.org/2001/XMLSchema; xmlns:s0=http://www.openuri.org/; 
xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/; 
xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/; 
targetNamespace=http://www.openuri.org/;
- types
+ s:schema xmlns:s=http://www.w3.org/2001/XMLSchema; 
xmlns:ope=http://www.openuri.org/; elementFormDefault=qualified 
targetNamespace=http://www.openuri.org/;
- s:element name=RetrieveDocument
- s:complexType
- s:sequence
  s:element name=DMlib type=s:string minOccurs=0 / 
  s:element name=DocumentNumber type=s:string minOccurs=0 / 
  s:element name=VersionNo type=s:string minOccurs=0 / 
  s:element name=ProfileForm type=s:string minOccurs=0 / 
  s:element name=appUserID type=s:string minOccurs=0 / 
  s:element name=userID type=s:string minOccurs=0 / 
  /s:sequence
  /s:complexType
  /s:element
- s:element name=RetrieveDocumentResponse
- s:complexType
- s:sequence
  s:element name=RetrieveDocumentResult type=ope:Profile minOccurs=0 / 
  /s:sequence
  /s:complexType
  /s:element
  s:element name=Profile nillable=true type=ope:Profile / 
- s:complexType name=Profile
- s:sequence
  s:element name=ContentMimeType type=s:string minOccurs=0 / 
  s:element name=ProfileName type=s:string minOccurs=0 / 
  s:element name=ProfileType type=s:string minOccurs=0 / 
  s:element name=ProfileTitle type=s:string minOccurs=0 / 
  s:element name=ProfileProperties type=ope:ProfilePropertyList 
minOccurs=0 / 
  s:element name=LocalFilePath type=s:string minOccurs=0 / 
  s:element name=ErrorMsgs type=ope:ArrayOfString minOccurs=0 / 
  /s:sequence
  /s:complexType
- s:complexType name=ProfilePropertyList
- s:sequence
  s:element name=ProfileProperties type=ope:ArrayOfProfileProperty 
minOccurs=0 / 
  /s:sequence
  /s:complexType
- s:complexType name=ArrayOfProfileProperty
- s:sequence
  s:element name=ProfileProperty type=ope:ProfileProperty nillable=true 
minOccurs=0 maxOccurs=unbounded / 
  /s:sequence
  /s:complexType
- s:complexType name=ProfileProperty
- s:sequence
  s:element name=PropertyName type=s:string minOccurs=0 / 
  s:element name=PropertyValue type=s:string minOccurs=0 / 
  /s:sequence
  /s:complexType
- s:complexType name=ArrayOfString
- s:sequence
  s:element name=String type=s:string nillable=true minOccurs=0 
maxOccurs=unbounded / 
  /s:sequence
  /s:complexType
  /s:schema
  /types
- message name=RetrieveDocumentSoapIn
  part name=parameters element=s0:RetrieveDocument / 
  /message
- message name=RetrieveDocumentSoapOut
  part name=parameters element=s0:RetrieveDocumentResponse / 
  /message
- message name=RetrieveDocumentHttpGetIn
  part name=DMlib type=s:string / 
  part name=DocumentNumber type=s:string / 
  part name=VersionNo type=s:string / 
  part name=ProfileForm type=s:string / 
  part name=appUserID type=s:string / 
  part name=userID type=s:string / 
  /message
- message name=RetrieveDocumentHttpGetOut
  part name=Body element=s0:Profile / 
  /message
- message name=RetrieveDocumentHttpPostIn
  part name=DMlib type=s:string / 
  part name=DocumentNumber type=s:string / 
  part name=VersionNo type=s:string / 
  part name=ProfileForm type=s:string / 
  part name=appUserID type=s:string / 
  part name=userID type=s:string / 
  /message
- message name=RetrieveDocumentHttpPostOut
  part name=Body element=s0:Profile / 
  /message
- portType name=retrieveDocumentAttachmentSoap
- operation name=RetrieveDocument
  documentationRetrieve Document Web Service Description: This web service 
retrieves the required document profile and the document file for the user id 
Parameters: DMLib - Name of the DM Repository/Library where the document to be 
retrieved resides in DocumentNumber - The unique identifier of the document to 
be retrieved VersionNo - Optional parameter. The version of thew document to 
retrieve. If null, will retrieve latest version ProfileForm - The document 
profile Form to use appUserID - The user ID of the application account calling 
this webservice (DM account) userID - The user ID of the actual user using this 
webservice (DM account) Returns: Document Profile of successfully retrieved 
document Byte Stream of document Retrieved String Array of Error 
Messages/documentation 
  input message=s0:RetrieveDocumentSoapIn / 
  output 

Re: Web Service Issue , pls help

2008-08-19 Thread vishnu prasad
Hi Dave

I dont have a web service code , i tried to access the public web serive from 
xmethod  which return the image , but somehow its not working 

This is the web service 
http://www.xmethods.net/ve2/ViewListing.po?key=uuid:861CB6D3-1E2A-BA27-BDDE-E9FEF283E518



You may be able to cfcontent it directly - or you may need to store it as
a file of the correct type and extension.

-mark 


Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com

Hi 

We have a java webservice which will return the image as a soap attachment
and another web service which will return the image as a binary data 

How can we use the image return by the web service in coldfusion? 

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

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


Re: Web Service Issue , pls help

2008-08-19 Thread vishnu prasad
This web service works but not the below 
Working File 
cfset code = 0
cfset BarSize = 15
cfset ShowCodeString = true
cfset  Title = PrasadVishnu
cfinvoke webservice=http://www.webservicex.com/barcode.asmx?WSDL; 
method=Code39 returnvariable=retVal
cfinvokeargument name=code value=#code#
cfinvokeargument name=BarSize value=#BarSize#
cfinvokeargument name=ShowCodeString value=#ShowCodeString#
cfinvokeargument name=Title value=#Title#
/cfinvoke
cffile action=write file=c:\Vishnufile.jpg output=#retVal# / 

Not working 
cffile action=write file=c:\Vishnufile.jpg output=#retVal# / 
cfset Mynumber = 0123
cfset ImageType = PNG
cfinvoke webservice=http://www.flash-db.com/services/ws/barCodes.wsdl; 
method=doBarCodes returnvariable=retVal
cfinvokeargument name=num value=#Mynumber#
cfinvokeargument name=imgtype value=#ImageType#
/cfinvoke
cffile action=write file=c:\Vishnufile1.jpg output=#retVal# / 

Error 
Web service operation doBarCodes with parameters {imgtype={PNG},num={0123}} 
cannot be found. 

Thanks 
Vishnu
 It would be a lot easier to respond if you provided some details.
 
 What is not working? Post some code. Do you get an error? If so, what
 does the error say?
 
 On Wed, Aug 20, 2008 at 9:50 AM, vishnu prasad
 [EMAIL PROTECTED] wrote:
  Hi Dave
 
  I dont have a web service code , i tried to access the public web 
 serive from xmethod  which return the image , but somehow its not 
 working
 
  This is the web service
  http://www.xmethods.net/ve2/ViewListing.
 po?key=uuid:861CB6D3-1E2A-BA27-BDDE-E9FEF283E518
 
 
 -- 
 mxAjax / CFAjax docs and other useful articles:
 http://www.bifrost.com.
au/blog/ 

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

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


Web Service Issue , pls help

2008-08-18 Thread vishnu prasad
Hi 

We have a java webservice which will return the image as a soap attachment and 
another web service which will return the image as a binary data 

How can we use the image return by the web service in coldfusion?

 

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

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


Re: Web Service Issue , pls help

2008-08-18 Thread vishnu prasad
how to get the attachment from soap response and use it in coldfusion 

Could you please provide with a code snippet?
 Hi 
 
 We have a java webservice which will return the image as a soap
 attachment and another web service which will return the image as a
 binary data 
 
 How can we use the image return by the web service in coldfusion?

I believe... 

cffile action=write file=/path/to/file.jpg output=#binary# /

-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 781.769.0723

http://onTap.riaforge.org/blog 

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

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


Urgent: Deploying CAR file issue

2008-08-04 Thread vishnu prasad
Hi 
While deploying the CF7 Car file in CF8 give the following error on migrating 
the datasource 

Error 08/04/08 15:59:41 An error occurred while trying to 
encrypt or decrypt your input string: com.rsa.jsafe.crypto.dr: Could not 
perform unpadding: invalid pad byte..

Can anyone know the reason and solutions for this issue? 

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

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


Coldfusion 8 dropdown in PDF

2008-07-30 Thread vishnu prasad
Hi 

I am trying to load the PDF form with the values in coldfusion8 , able to fill 
in the fields for text box , not able to fill the dropdown box .

Can anyone guide / help on how to fill the dropdown box in PDF using coldfusion 
8 


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

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


Re: Coldfusion + AIR

2008-04-06 Thread vishnu prasad
Hi Andy
wots is ur email id , mine is wrvishnu(at)(gmail)(d0t)(com)
Vishnu...

Feel free to email me offlist if you have questions. I'm in the middle of
building an HTML/JS AIR application using the jQuery library. I found that
it went a lot quicker in the beginning, but I found significant challenges
closer to the end. There's not a lot of documentation on AIR apps to begin
with, and even less on HTML AIR apps.



andy matthews 

Hi All

Thanks for all ur reply 

I am planning to learn building application using Flex and AIR also app
using HT/ JAX/JS 

~|
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:302830
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Coldfusion + AIR

2008-04-03 Thread vishnu prasad
Hi all 
i am new to air actually i am yet to start programming in AIR 

Is is possible to call coldfusion web service from AIR if yes could any one 
provide me some samples or link on the same...

like to develop an application air wich will get the data from databse using 
web service 

~|
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:302560
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion + AIR

2008-04-03 Thread vishnu prasad
Hi All

Thanks for all ur reply 

I am planning to learn building application using Flex and AIR also app using 
HT/ JAX/JS


 It is not as easy as just showing example code.  Flex/AIR is a 
 different beast compared to CF.
 
 I just took the Lynda.com training on Actionscript for Flex and Flex 3.  
 This will get you use to the language first.
 
 Then you can look into using remoteObject to connect to your CFC's via 
 the flex gateway on the CF server.
 
 Here is some sample code of using remoteObject if you really want to 
 dive in head first:
 http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_4.
 html
 http://livedocs.adobe.com/flex/3/html/help.html?content=data_intro_2.
 html
 
 
 
 
 
 -Original Message-
 From: vishnu prasad [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, April 03, 2008 6:18 AM
 To: CF-Talk
 Subject: Coldfusion + AIR
 
 Hi all 
 i am new to air actually i am yet to start programming in AIR 
 
 Is is possible to call coldfusion web service from AIR if yes could 
 any one provide me some samples or link on the same...
 
 like to develop an application air wich will get the data from databse 
 using web service 
 


~|
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:302678
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF7 and log4j

2008-03-27 Thread vishnu prasad
hi 
last post is not displaying in Houseoffusion , it display the message The page 
you are looking for does not exist at this location. some one has replied but 
i cant see the msg, hence positing it again . 

Hi Cfgurus
we are facing a problem in CF7 server when we access the third party Java API 
which uses the log4j 1.29 version

CF7 uses the log4j older version and Third pary  JAVA API uses the version 
log4j1.29..

We have set the path for log4j used by Third Party JAVA API in Coldfusion 
classpath and system enviornment varialbe section.

The problem is there are 2 log4 version one is CF and one is given by Java API 
in 
this case we are getting log4j confilct and app not working . We did the 
follwoing to solove the problem but it didn't worked 

1) Copy the log4j given by Third Party JAVA API in CF lib folder - Coldfusion 
admin console is not working ,

2) using the CF7 log4j by removing the log4j given by Third Party JAVA API 
gives 
error in our coldfusion application 

Are there any patch available or provided by Adobe to use the new log4j version 
in CF7?

Thanks in Advance
Vishnu



~|
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:302139
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF7 and log4j

2008-03-27 Thread vishnu prasad
how to use classloader . can u give me sample code snippet?
 You will have to use a classloader to use a version other than that
 supplied with CF 7.
 
 On Thu, Mar 27, 2008 at 4:11 PM, vishnu prasad
 [EMAIL PROTECTED] wrote:
  hi
   last post is not displaying in Houseoffusion , it display the 
 message The page you are looking for does not exist at this location.
  some one has replied but i cant see the msg, hence positing it again .
 
 
   Hi Cfgurus
   we are facing a problem in CF7 server when we access the third 
 party Java API
   which uses the log4j 1.29 version
 
 
 
 -- 
 mxAjax / CFAjax docs and other useful articles:
 http://www.bifrost.com.
au/blog/ 

~|
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:302141
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF7 and log4j

2008-03-27 Thread vishnu prasad
There is no download link?
r u using the latest version of log4j or using the one shipped with Coldfusion?


I've a project on riaforge related to log4j. You might want to take a peek
at it

cflog4j.riaforge.com

HTH

On Thu, Mar 27, 2008 at 3:58 AM, vishnu prasad 
[EMAIL PROTECTED] wrote:

 

~|
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:302239
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF7 and Log4j help

2008-03-26 Thread vishnu prasad
Hi Cfgurus
we are facing a problem in CF7 server when we access the third party Java API 
which uses the log4j 1.29 version

CF7 uses the log4j older version and Third pary  JAVA API uses the version 
log4j1.29..

We have set the path for log4j used by Third Party JAVA API in Coldfusion 
classpath and system enviornment varialbe section.

The problem is there are 2 log4 version one is CF and one is given by Java API 
in this case we are getting log4j confilct and app not working . We did the 
follwoing to solove the problem but it didn't worked 

1) Copy the log4j given by Third Party JAVA API in CF lib folder - Coldfusion 
admin console is not working ,

2) using the CF7 log4j by removing the log4j given by Third Party JAVA API 
gives error in our coldfusion application 

Are there any patch available or provided by Adobe to use the new log4j version 
in CF7?

Thanks in Advance
Vishnu




have removed the log4j given  in  Third Party JAVA API and used the CF log4j 
which throws the error . we tried remove the JAVA api log4j 



~|
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:302131
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Moving from CF to .Net - need training advice/direction

2007-10-19 Thread vishnu prasad
Hi Go to ASP.Net site (www.ASP.Net)
they have all tutorials and video turotrials

Regards
Vishnuprasad

A great resource that helped me when I was learning .NET is
http://www.4guysfromrolla.com/

As far as books, I read the following and was very helpful:
ASP.NET Cookbook by O'Reily
Visual C#.NET 2003 by Schmidt/Robinson
Essential ASP.NET with Examples in C# by Onion

For grins I also read Build Your ASP.NET Website using C# and VB.NET.


Also make sure you get a good ADO.NET book as well. The one by WROX is very
good.

Bruce

On 10/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:

 It looks like we may be making the move away from CF to .Net so the boss
has tasked me to get going on .Net training.  Can anyone recommend good on
site training places near Boston, Southern New Hampshire?

 Also, what's the best book out there for ASP.Net?  Am I going to have to
learn C # as well?

 Thanks for any initial insight.

 D 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


New Article posted on Coldfusion and .Net integration

2007-10-06 Thread vishnu prasad
Hi all 

I have posted a new article on Coldfusion and net to get OS , Computer 
information , HArdisk , IP address , Mac address details 


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: New Article posted on Coldfusion and .Net integration

2007-10-06 Thread vishnu prasad
oops forget to post the url 
its wrvishnu.wordpress.com
 Hi all 
 
 I have posted a new article on Coldfusion and net to get OS , 
 Computer information , HArdisk , IP address , Mac address details 


~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

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


Another Coldfusion .Net Sample

2007-09-27 Thread vishnu prasad
Hi all 

I have posted another sample on creating a user in Local windows machine using 
Coldfusion and .Net . link for the post is http://wrvishnu.wordpress.com/
link to files used for this Sample available in the same link

Will post the next example on Creating USer in NT Domain using Coldfusion and 
.Net 

Thanks 
Vishnuprasad
Coldfusion Developer


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


Re: Another Coldfusion amp; .Net Sample

2007-09-27 Thread vishnu prasad
Hi 
No Need to register , u can directly call the DLL by providing the path.



Vishnu, this is great!  Thanks again.

I do have one question regarding the CF8's use of .NET assemblies.

If I create a .dll file, do I need to register it with Windows (using
regsvr) or can CF8 call it directly as long as I have provided the path
to the .dll file?

Thanks 

Hi all 

I have posted another sample on creating a user in Local windows machine
using Coldfusion and .Net . link for the post is
http://wrvishnu.wordpress.com/ link to files used for this Sample
available in the same link

Will post the next example on Creating USer in NT Domain using
Coldfusion and .Net 

Thanks
Vishnuprasad
Coldfusion Developer 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Re: Simple .NET Class

2007-09-25 Thread vishnu prasad
Great to see its working for Dale
Dale will u put my sample on your learncf! :) 


Cheers dale - I'm glad you got it working. It's too cool a feature to have
to give up on.


 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


Re: Simple .NET Class

2007-09-24 Thread vishnu prasad
Is the user account has admin rights , i mean the windows user account?

A search on the server found no error.log


Regards
Dale Fraser

http://learncf.com

Hi Dale

Check the error.log in the DotNetService installation folder - there may be
more detail in there to assist with trouble-shooting.

Antony 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Re: Simple .NET Class

2007-09-20 Thread vishnu prasad
HI 
I dont know what wrong in that , it was working fine in my pc . 
i have even tried with Davide  code it was working in my PC 

What is the .Net version u have ?
do u have both .Net 1.0 and and 2.0?



 
   Cant get it to work either.
 
 Is there some setting missing, I checked I had the .NET stuff 
 installed.
 
 There must be someone who can explain this issue, which is basically 
 it doesn't think the Class is in the DLL. Even though it is.
 
 
 
   From: Davide Campo [EMAIL PROTECTED]
 Sent: Wednesday, 19 September 2007 9:15 AM
 To: CF-Talk cf-talk@houseoffusion.com
 Subject: Re: Simple .NET Class 
 
 Hi
 Can you try giving the class = CFDotNet.CfSample
 
 i tried this
 
 type = dotnet 
 name = MDBDTable 
 class = CFDotNet.CfSample 
 assembly = #expandpath('.')#\CfSample.dll
 
 error:
 java.lang.ClassNotFoundException - CFDotNet.CfSample
 


~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Re: Simple .NET Class

2007-09-20 Thread vishnu prasad
Try this too ..

Stop the Coldfusion .Net service and delete the DLL and Paste the new DLL and 
start the Coldfusion .Net service and execute the sample again.

 
   Cant get it to work either.
 
 Is there some setting missing, I checked I had the .NET stuff 
 installed.
 
 There must be someone who can explain this issue, which is basically 
 it doesn't think the Class is in the DLL. Even though it is.
 
 
 
   From: Davide Campo [EMAIL PROTECTED]
 Sent: Wednesday, 19 September 2007 9:15 AM
 To: CF-Talk cf-talk@houseoffusion.com
 Subject: Re: Simple .NET Class 
 
 Hi
 Can you try giving the class = CFDotNet.CfSample
 
 i tried this
 
 type = dotnet 
 name = MDBDTable 
 class = CFDotNet.CfSample 
 assembly = #expandpath('.')#\CfSample.dll
 
 error:
 java.lang.ClassNotFoundException - CFDotNet.CfSample
 


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: Simple .NET Class

2007-09-20 Thread vishnu prasad
Hi 
Nice to hear that one more person is able to execute the DLL 

Problem could be refrence in Coldfusion .net would have Old DLL .hence the new 
DLL was not considered by CF 

Dale is that is working now!!


Dale

I had the same problems you have described.

However, after stopping and restarting the ColdFusion 8 .NET Service
everything started working.

cfobject type=.NET name=test class=CfSample
assembly=d:/samples/Original/CfSample.dll
cfdump var=#test#

cfdump var=#test.SampMultiply(8,5)#
cfGuess type=wildPossibly, the .net service is starting before the
ColdFusion service is and the connection is borken somehow? If this guess is
correct it could explain why the problem would persist between server
restarts./cfGuess

My environment: WinXpS2, cf8 multiserver, .net 1.1, 2, 3, and 3.5 installed!
(
http://www.walkernews.net/2007/07/30/how-to-verify-dot-net-framework-version/
)

Hope this helps

Antony



 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


Re: CF8 amp;amp; .NET Integration

2007-09-19 Thread vishnu prasad
Hi 
what is the error that you are getting...
Is the .net framework installed on your system?

Yes, v2.0.50727 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

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


Re: Simple .NET Class

2007-09-19 Thread vishnu prasad
Hi 

did you change the source code cfexample? 
also what is the CF code you have written to access the methods also what are 
the methods u r accessing . Have you placed the MDB file in correct location as 
mentioned in my blog???


Hi All

I'm trying to invoke the .NET class from CF8 like the example above in link.

I don't know why i have this exception:

java.lang.ClassNotFoundException: CfSample


code at link:
http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/

what i have to do? 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: Simple .NET Class

2007-09-19 Thread vishnu prasad
Hi 
I have downloaded these files from my blog wrvishnu.wordpress.com
CfSample.dll
DotNetInt5.cfm
DotNetInt6.cfm
Northwind.mdb (Placed this file in D:\LEarning\CFDotNet)

I am able to run the cfm file withour any errros , If you got 500 internal 
server try to refresh the page again . 

For me it worked without any errors. 



Note : Dotnet framework 2.0 should be installed in ur machine 

Hi All

I'm trying to invoke the .NET class from CF8 like the example above in link.

I don't know why i have this exception:

java.lang.ClassNotFoundException: CfSample


code at link:
http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/

what i have to do? 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: Simple .NET Class

2007-09-19 Thread vishnu prasad
Can u show the code u used in CF
 Hi,
 
 I succeded to download zip file.
 
 I haven't a D:\ Drive on my Machine, 
 then i have modified the string connection in your Class1.cs. 
 After that i have compiled the class, and i have copied the CfSample.
 dll from Release folder to my cf8 dll root (same root of cfobject 
 assembly attribute).
 
 Exception:
 
 - java.lang.ClassNotFoundException - in C:\\DotnetInt\DotNetInt6.
 cfm : line 15
   CfSample
   
 
 
 
 
 


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

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


Re: Simple .NET Class

2007-09-19 Thread vishnu prasad
Do u have Google talk or yahoo messenger? if yes whats is ur id?
Can u show the code u used in CF
 


cfobject 
type = dotnet 
name = MDBDTable 
class = CfSample 
assembly = #expandpath('.')#\CfSample.dll

The code is in the example of your blog. The pages are DotNetInt5.cfm e 
DotNetInt6.cfm 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: Simple .NET Class

2007-09-19 Thread vishnu prasad
Hi 
I tested as you have done below are the steps 
This is the code i have in DotNetInt6.cfm
cfobject 
type = dotnet 
name = MDBDTable 
class = CfSample 
assembly = #expandpath('.')#\CfSample.dll

I have placed the CfSample.dll under the same folder where cfm files are placed

it woked without any errors

Here is the output
D:\Vishnu\test \CfSample.dll Output of sum of form.Number1 * form.Number2 is 
100 

DB example output copied from cfdump output 

ADDRESS BIRTHDATE CITY COUNTRY EMPLOYEEID FIRSTNAME HIREDATE HOMEPHONE LASTNAME 
POSTALCODE REGION TITLE TITLEOFCOURTESY 
1 507 - 20th Ave. E. Apt. 2A  {ts '1968-12-08 00:00:00'}  Seattle  USA  1  
Nancy  {ts '1992-05-01 00:00:00'}  (206) 555-9857  Davolio  98122  WA  Sales 
Representative  Ms.  
2 908 W. Capital Way  {ts '1952-02-19 00:00:00'}  Tacoma  USA  2  Andrew  {ts 
'1992-08-14 00:00:00'}  (206) 555-9482  Fuller  98401  WA  Vice President, 
Sales  Dr.  
3 722 Moss Bay Blvd.  {ts '1963-08-30 00:00:00'}  Kirkland  USA  3  Janet  {ts 
'1992-04-01 00:00:00'}  (206) 555-3412  Leverling  98033  WA  Sales 
Representative  Ms.  
4 4110 Old Redmond Rd.  {ts '1958-09-19 00:00:00'}  Redmond  USA  4  Margaret  
{ts '1993-05-03 00:00:00'}  (206) 555-8122  Peacock  98052  WA  Sales 
Representative  Mrs.  
5 14 Garrett Hill  {ts '1955-03-04 00:00:00'}  London  UK  5  Steven  {ts 
'1993-10-17 00:00:00'}  (71) 555-4848  Buchanan  SW1 8JR  [empty string]  Sales 
Manager  Mr.  
6 Coventry House Miner Rd.  {ts '1963-07-02 00:00:00'}  London  UK  6  Michael  
{ts '1993-10-17 00:00:00'}  (71) 555-7773  Suyama  EC2 7JR  [empty string]  
Sales Representative  Mr.  
7 Edgeham Hollow Winchester Way  {ts '1960-05-29 00:00:00'}  London  UK  7  
Robert  {ts '1994-01-02 00:00:00'}  (71) 555-5598  King  RG1 9SP  [empty 
string]  Sales Representative  Mr.  
8 4726 - 11th Ave. N.E.  {ts '1958-01-09 00:00:00'}  Seattle  USA  8  Laura  
{ts '1994-03-05 00:00:00'}  (206) 555-1189  Callahan  98105  WA  Inside Sales 
Coordinator  Ms.  
9 7 Houndstooth Rd.  {ts '1969-07-02 00:00:00'}  London  UK  9  Anne  {ts 
'1994-11-15 00:00:00'}  (71) 555-  Dodsworth  WG2 7LT  [empty string]  
Sales Representative  Ms.  

Do u have Google talk or yahoo messenger? if yes whats is ur id?

i can not use any messenger at work. Sorry for that. 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Re: Simple .NET Class

2007-09-19 Thread vishnu prasad
Hi 
r u using the DLL i gave or the DLL compiled from ur Code
If you use DLL from your code 
check the .net code are there any namespace also check the solution property if 
there any namespace entered there if yes you have to give namespace.classname

i've tried again but same error:java.lang.ClassNotFoundException

Could that be due at any wrong .net framework configuration or setting?

My Server situation:
- Microsoft .NET framework installed
- .net registered in iis with command line 
aspnet_regiis -i
- CF8 Developer Edition Installed
- CF8 DotNet Integration Installed 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Re: Simple .NET Class

2007-09-19 Thread vishnu prasad
Hi 
Got ur code , It would be gr8 if you send the entire .net project including the 
solution file?


i've sent from boy(underscore)on(underscore)earth(at)yahoo(dot)it the .net code

CAn you mail me the source code to my email id 
vishnuprasad(dot)ramakrishnan(at)cambridge-asia(dot)(com)

- CF8 DotNet Integration Installed 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Re: Simple .NET Class

2007-09-19 Thread vishnu prasad
CAn you mail me the source code to my email id 
vishnuprasad(dot)ramakrishnan(at)cambridge-asia(dot)(com)

i've tried again but same error:java.lang.ClassNotFoundException

Could that be due at any wrong .net framework configuration or setting?

My Server situation:
- Microsoft .NET framework installed
- .net registered in iis with command line 
aspnet_regiis -i
- CF8 Developer Edition Installed
- CF8 DotNet Integration Installed 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


Re: Simple .NET Class

2007-09-19 Thread vishnu prasad
Hi
Can you try giving the class = CFDotNet.CfSample


i've sent it

 Hi 
 Got ur code , It would be gr8 if you send the entire .net project 
 including the solution file? 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


Re: Simple .NET Class

2007-09-19 Thread vishnu prasad
I have used your  code and modified the code by adding the parameter to the 
method . it worked fine . 
I have sent you the screenshot , cfm file and solutions to ur yahoo mail id 




i've sent it

 Hi 
 Got ur code , It would be gr8 if you send the entire .net project 
 including the solution file? 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: Simple .NET Class

2007-09-19 Thread vishnu prasad
Sent
  I have used your  code and modified the code by adding the parameter 
 
  to the method . it worked fine . 
  I have sent you the screenshot , cfm file and solutions to ur yahoo 
 
  mail id 
  
 
 could u send again the solution CFDotNet.zip , to my email renamed 
 CFDotNet.zi_ (my firewall block .zip extension) 


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: Simple .NET Class

2007-09-15 Thread vishnu prasad
Hi Which method in System.DirectoryServices.DirectoryEntry, you want to access 
from

I tried this 
cfobject
type = dotnet
name = MDBDTable
class = System.DirectoryServices.DirectoryEntry
assembly  
C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/System.DirectoryServices.dll

cfdump var=#MDBDTable#

I am able to see the list of methods of 
System.DirectoryServices.DirectoryEntry. Please let me know which method you 
are try to call , and what is the parameter???

Vishnuprasad
wrvishnu(at)gmail(dot)(com)



No problem.  Your blog is very helpful!

Here is one for you...

Show us how to call a .NET method that expects an object.

Specifically, how to create an Active Directory account using the
DirectoryServices assembly.

cfset parent = createObject(dotnet,
System.DirectoryServices.DirectoryEntry,
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.directoryservices.
dll)

I can get about this far, but I can't call the methods that require
object parameters.

I can also do this in VB.NET inside a SQL 2005 SSIS package, but I can't
figure out how to convert it to CF8.

If you can figure this out, you will the hero of many, many people.

M!ke 

Hi Dawson 

Its nice and gr8 to see some one is refering my blog . Your post
encourage me to write more stuff on coldfusion and .net part also more
CF 8 concepts 

W.R.Vishnuprasad 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: Simple .NET Class

2007-09-14 Thread vishnu prasad
Hi 

Did you have the Empty Constructor in .Net. also have u used Namespace for ur 
Class library . if u used namespace u have to call like namespace.classname in 
the CF 

If u still face any issue can u send me the .Net source code to wrvishnu 
(at)Gmail(dot)(com)



I'm trying to invoke a simple .NET class from CF8

 

Can't get it to work, just get

 


Detail

The assembly that contains the class must be provided to the assembly
attribute. 


Message

Class CfTest not found in the specified assembly list. 

 

cfobject action=create type=.net name=test class=CfTest
assembly=D:/Test.dll /

 

The dll I wrote, really simple just has a method to return a fixed integer.

 

The reason I wrote this is to try to trouble shoot why I can't get another
.NET sample working.

 

Any ideas.

 

Regards

Dale Fraser

 

http://learncf.com 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: Simple .NET Class

2007-09-14 Thread vishnu prasad
Hi Dawson 

Its nice and gr8 to see some one is refering my blog . Your post encourage me 
to write more stuff on coldfusion and .net part also more CF 8 concepts 

W.R.Vishnuprasad



See if this helps you:

http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/

M!ke 

I'm trying to invoke a simple .NET class from CF8 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

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


Coldfusion 8 .Net Samples Available

2007-09-12 Thread vishnu prasad
HI All

I have created a Sample for Coldfusion 8 and .Net Integration Sample . Brief 
intro on the sample and Code Samples are available at 
http://wrvishnu.wordpress.com/

I have Created this Blog Newly , hope and wish to contribute more  
 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Coldfusion .net Error

2007-09-11 Thread vishnu prasad
HI all

When i access the .net class i got the below error 

 
Error Occurred While Processing Request 
 
Could not find the DotNet class.   
 
The assembly might not be registered with the DotNetSide. 
 

i have initiated the .net object, when i put in dump it display the Methods in 
that class . but i am not able to access the method . accessing the method give 
the above error 

Value retured in CFDUMP

object of MYCLASS
 
Class Name MYCLASS 
Methods Method  Return Type  
SumCalc(int, int) int 
 
Coldfusion Code

cfobject type = .NET name = mathInstance class = MYCLASS
assembly = D:/Sample/SampleClass.dll


cfdump var=#mathInstance#

cfset tempvar = mathInstance.SumCalc(5,6)

cfoutput
#tempvar#
/cfoutput


..net Code

using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Collections;



public class MYCLASS
{
public int SumCalc(int a, int b)
{
int c;
c = a + b;
return c;

}


   
}



~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Coldfusion and Bar code APi

2007-09-11 Thread vishnu prasad
Hi 

Are there any Barcode api for coldfusion
If yes what is that 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: Ajax cfgrid bind problem

2007-09-11 Thread vishnu prasad
Hi Mike 
How you are binding the local cfquery ? can you post the sample cfgrid which 
binds the cfquery?

 Yes. The full CFIDE directory is there. The grid works fine when I
 change the binding to be a local cfquery. However, ultimately I want
 to bind to a CFC on the server.
 
 When I view source, the line that is wrong is this one:
 
 ColdFusion.Bind.cfcBindHandler(null,
 {'bindTo':ColdFusion.Grid.loadData,'bindToAttr':'true',
 'errorHandler':_cf_grid_errorhandler,'cfc':'/myCFC.cfc',...
 
 It should read /project/myCFC.cfc in order to work.
 
 -Mike Chabot
 
 On 9/11/07, Dale Fraser [EMAIL PROTECTED] wrote:
  Do you have a CFIDE virtual directory, this is required for all the 
 AJAX
  stuff.
 
  Regards
  Dale Fraser
 
  http://learncf.com
 
 
  -Original Message-
  From: Mike Chabot [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, 12 September 2007 11:15 AM
  To: CF-Talk
  Subject: Re: Ajax cfgrid bind problem
 
  Windows 2003 Standard 32 bit with IIS6.
 
  My example is simplified. The cfm file is not in the same directory 
 as
  the cfc in actuality. Although that gave me an idea. I put the cfc 
 in
  the same directory as the cfm file and shortened the cfc path, but 
 the
  result is the same. The Ajax call is looking for the file in the 
 root
  of the Web server, not in the virtual directory where the file
  actually resides.
 
  -Mike
 
  On 9/11/07, Dale Fraser [EMAIL PROTECTED] wrote:
   What OS etc.
  
   I could not get this stuff to work under Vista and IIS, works find 
 on a
   Windows server.
  
   Also if the cfm is in the same as the cfc you don't need the 
 projects.
  
   Regards
   Dale Fraser
  
   http://learncf.com
  
   -Original Message-
   From: Mike Chabot [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, 12 September 2007 10:28 AM
   To: CF-Talk
   Subject: Ajax cfgrid bind problem
  
   I am trying to use the cfgrid CFC binding feature in CF8 but I am
   having trouble getting the CFC to populate the Ajax grid.
  
   URL: http://site/
   Folder: c:\inetpub\wwwroot
  
   URL: http://site/projects/ (virtual directory)
   Folder: c:\projects\
   This folder has a cfc called myCFC
  
   My bind attribute starts with cfc:projects.myCFC.function
  
   The page gets compiled and sent to the browser successfully, 
 meaning
   ColdFusion finds the CFC initially. However, looking at the 
 source
   code I see that the Ajax request is looking for /myCFC.cfc 
 instead
   of /projects/myCFC.cfc. The predicable result is that the Ajax 
 grid
   doesn't get populated and a missing file error is logged in
   Application.log.
  
   What do I need to do to get this Ajax call to look in the correct
  location?
  
   Thanks,
   Mike
  
  
  
  
 
 
 
  


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: Coldfusion Service

2007-08-22 Thread vishnu prasad
HI tripura 

Mail me offline at [EMAIL PROTECTED] i can forward you the presentations / 
resource i have for coldfusion.


 Hello Vishnuprasad
 
 
 I am new to cold fusion and I am not knowing from where I should start 
 and how to learn and how to use java files in coldfusion..
 can yo suggest me best link or best book or anything else 
 
 
  Subject: Coldfusion Service From: [EMAIL PROTECTED] 
 To: cf-talk@houseoffusion.com Date: Tue, 21 Aug 2007 03:24:38 -0500 
  Hi All  I need an help  we have done 2 project in coldfusion so 
 far , I told about the getting more coldfusion project in our company. 
 But they are asking me for some presentation or Fact that should tell 
 Coldfusion will be better than .Net or Java or PHP wrt Cost / 
 Implemenation / Time taken to complete / Learning time / Training cost 
 etc..  Can anyone help me on this   If you have any presentaion or 
 document which will be used to sell or promote coldfusion service   
 Thanks and regards Vishnuprasad 


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

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


Coldfusion Service

2007-08-21 Thread vishnu prasad
Hi All

I need an help

we have done 2 project in coldfusion so far , I told about the getting more 
coldfusion project in our company. But they are asking me for some presentation 
or Fact that should tell Coldfusion will be better than .Net or Java or PHP wrt 
Cost / Implemenation / Time taken to complete / Learning time / Training cost 
etc..

Can anyone help me on this 

If you have any presentaion or document which will be used to sell or promote 
coldfusion service 

Thanks and regards
Vishnuprasad
 



~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

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


JRUN JMC datasource in CFM file

2007-07-10 Thread vishnu prasad
Hi 

Is it possible to use the Datasource defined in Jrun admin console(JMC)  in 
Coldfusioon template. if yes how to do that ?

when i use that i am getting error Data source not found


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


Coldfusion and Oracle AL32utf8 Characterset

2007-07-09 Thread vishnu prasad
Hi 

We are running Coldfusion MX 6.1 with oracle databse chracterset as AL32UTF8 
and NLS_Length_Sementac is CHAR

before we use Oracle Default Characterset with NLS_Length_Sementac is Byte

In the New DB character set , in the Select statment it generate empty space , 
so when i use those values in any insert statment i am getting insrerted value 
too large error 

Following is an Example

In Database in Tablea i have a column ColumnA
Tabela
ColumnA   char(1)
IDnumber

select * from tabela
ColumnA  ID
 
N(No space in dB) 1
N(No space in dB) 2 
Y(No space in dB) 3 

In coldfusion Template I put the select statment as 
cfquery name=test datasource = test1
Select columnA from tablea where id = 1
cfquery

when i dump the values of columnA it has the data with space also i set the 
value to text box there also it has spaces

and use the columna in values and insert in to the other table tableB

TableB
ColumnB  Char(1)

Insert into tabelB (columnb)  values (test1.ColumnA)

above insert statement gives error insert value too large

Anyone can help me why coldfusion is behavioring like this with oracle databse 
as Al32utf8 character set

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: Coldfusion and Oracle AL32utf8 Characterset

2007-07-09 Thread vishnu prasad
 On Monday 09 Jul 2007, vishnu prasad wrote:
  select * from tabela
 
 Did you confirm there was no space with something like
 select length(columna),columna from tablea 
 ?
 
 -- 
 Tom Chiverton
 Helping to interactively create 24/365 mindshares
 on: http://thefalken.livejournal.com
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in 
 England and Wales under registered number OC307980 whose registered 
 office address is at St James's Court Brown Street Manchester M2 2JF.  
 A list of members is available for inspection at the registered office. 
 Any reference to a partner in relation to Halliwells LLP means a 
 member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above 
 and may be confidential or legally privileged.  If you are not the 
 addressee you must not read it and must not use any information 
 contained in nor copy it nor inform any person other than Halliwells 
 LLP or the addressee of its existence or contents.  If you have 
 received this email in error please delete it and notify Halliwells 
 LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.


Hi 

when i use the query like this 
select length(columna),columna from tablea , its returning 1  in both Oracle 
Toad , sQL Plsu and In Coldfusion

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: Coldfusion and Oracle AL32utf8 Characterset

2007-07-09 Thread vishnu prasad
Hi 
when i use select length(columna),columna from tablea  its returning 1 in 
Coldfusion , Toad , SQL Plus 



 On Monday 09 Jul 2007, vishnu prasad wrote:
  select * from tabela
 
 Did you confirm there was no space with something like
 select length(columna),columna from tablea 
 ?
 
 -- 
 Tom Chiverton
 Helping to interactively create 24/365 mindshares
 on: http://thefalken.livejournal.com
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in 
 England and Wales under registered number OC307980 whose registered 
 office address is at St James's Court Brown Street Manchester M2 2JF.  
 A list of members is available for inspection at the registered office. 
 Any reference to a partner in relation to Halliwells LLP means a 
 member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above 
 and may be confidential or legally privileged.  If you are not the 
 addressee you must not read it and must not use any information 
 contained in nor copy it nor inform any person other than Halliwells 
 LLP or the addressee of its existence or contents.  If you have 
 received this email in error please delete it and notify Halliwells 
 LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: coldfusion scheduler executing twice

2006-11-16 Thread vishnu prasad
Hi 
I have checked the scheduler , it had ran twice also set the re-execution to 
twice

like to know the root cause for this 

Check the scheduler logs to verify that it is actually running twice
on that server. I sometimes encounter scheduled tasks on multiple
servers set up to call the same page. This happens with clustered
servers as well as copying and pasting from another server and
forgetting to change the URL string.

-Mike Chabot

On 11/15/06, vishnu prasad [EMAIL PROTECTED] wrote:


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


coldfusion scheduler executing twice

2006-11-15 Thread vishnu prasad
Hi CF gurus

We have Coldfusion MX 6.1 with Jrun running in windows 2000 server.

From yesterday all scheduler are executing twice 
for example we have scheduler scheduled to run at 7.00 AM . the scheduler run 
twice hence duplicate mails had been send to the users

If anyone know what is causing this,Please help us


Thanks in advance
Vishnu

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: coldfusion scheduler executing twice

2006-11-15 Thread vishnu prasad
hi

Our scheduler are created in CF admin not in programme.
anyhow we would try to stop the service and check the same 

Thanks for your advice.

I had this issue once. Not for all scheduled tasks, but the ones for a
given application. My problem was that the page that ran the task was
trying to delete itself (at the beginning of the page) and the re-create
itself (at the end of the page). It did this for some business logic
reasons. However, there are bugs with programmatically deleting a
scheduled task. It creates a phantom task. Then, at the end of the page,
when I went to create the task again, it created it... However with the
phantom task running, I now had two tasks running at the same exact
time. 

If this is the case at all, just restart the CF service and all the
phantom tasks should be killed (as far as I know).


.
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-Original Message-
From: vishnu prasad [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 15, 2006 3:16 AM
To: CF-Talk
Subject: coldfusion scheduler executing twice

Hi CF gurus

We have Coldfusion MX 6.1 with Jrun running in windows 2000 server.

From yesterday all scheduler are executing twice for example we have
scheduler scheduled to run at 7.00 AM . the scheduler run twice hence
duplicate mails had been send to the users

If anyone know what is causing this,Please help us


Thanks in advance
Vishnu

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: coldfusion scheduler executing twice

2006-11-15 Thread vishnu prasad
Hi 
We are not mulitple server or cluster enviornment . checked the scheduler log , 
scheduler had executed twice and re-execution also set to twice.

It stopped after re-starting the Coldfusion Services.

But i would like to know why it had happened, to avoid the same issue in feture
 


Check the scheduler logs to verify that it is actually running twice
on that server. I sometimes encounter scheduled tasks on multiple
servers set up to call the same page. This happens with clustered
servers as well as copying and pasting from another server and
forgetting to change the URL string.

-Mike Chabot

On 11/15/06, vishnu prasad [EMAIL PROTECTED] wrote:


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Coldfusion Administration

2006-06-08 Thread vishnu prasad
Hi 
Does any one have any presentaion and meterial related to Coldfusion MX 
administration. 

If anyone has could you please share the same?

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

2006-06-08 Thread vishnu prasad
IF i have any PPt it would be gr8 ,  i need to give a training in one of the 
college here . SO any presentation on coldfusion administration would be gr8

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


Jrun 4 Updater

2006-02-28 Thread vishnu prasad
Hi 
We have Jrun4 with updater as 2 , we plan to upgrate to updater 5.
We have multiple instance for Jrun4. what are the stpes we have to follow to 
install Jrun updater in multiple instance enviornments..

Shall we just install updater or is there any specifc stpes we have to follow 
to install jurn updater in multiple instances.

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233717
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: Accessing .net webserivce in coldfusion

2006-02-25 Thread vishnu prasad
i am running the CF locally and i set the timeour to 1000
when i check the webservice in my home PC(coldfuison 7 OS XP) broswer i got 
this error
 Could not generate stub objects for web service invocation.
Name: http://www.dataaccess.com/webservicesserver/conversions.wso?WSDL. WSDL: 
http://www.dataaccess.com/webservicesserver/conversions.wso?WSDL. 
java.io.FileNotFoundException: C:\CFusionMX7\stubs\ 
http:\www.dataaccess.com\webservicesserver\conversions.wso?WSDL\com\dataaccess\www\webservicesserver\Conversions.java
 (The filename, directory name, or volume label syntax is incorrect) It is 
recommended that you use a web browser to retrieve and examine the requested 
WSDL document for correctness. If the requested WSDL document can't be 
retrieved or it is dynamically generated, it is likely that the target web 
service has programming errors.
 
The error occurred in K:\INDIACFUG\webser.cfm: line 7

5 :   cfinvokeargument 
6 : name=unsignedLong 
7 : value=100
8 : 
9 :   /cfinvoke

Please try the following:

* Check the ColdFusion documentation to verify that you are using the 
correct syntax.
* Search the Knowledge Base to find a solution to your problem.

Browser Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) 
Gecko/20050511 Firefox/1.0.4
Remote Address  127.0.0.1
Referrer
Date/Time   25-Feb-06 11:07 PM
Stack Trace
at cfwebser2ecfm1574139668.runPage(K:\INDIACFUG\webser.cfm:7) at 
cfwebser2ecfm1574139668.runPage(K:\INDIACFUG\webser.cfm:7)

java.io.FileNotFoundException: C:\CFusionMX7\stubs\   
http:\www.dataaccess.com\webservicesserver\conversions.wso?WSDL\com\dataaccess\www\webservicesserver\Conversions.java
 (The filename, directory name, or volume label syntax is incorrect)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.init(Unknown Source)
at java.io.FileOutputStream.init(Unknown Source)
at java.io.FileWriter.init(Unknown Source)
at 
org.apache.axis.wsdl.toJava.JavaWriter.getPrintWriter(JavaWriter.java:193)
at org.apache.axis.wsdl.toJava.JavaWriter.generate(JavaWriter.java:127)
at 
org.apache.axis.wsdl.toJava.JavaServiceWriter.generate(JavaServiceWriter.java:76)
at 
org.apache.axis.wsdl.toJava.JavaGeneratorFactory$Writers.generate(JavaGeneratorFactory.java:423)
at org.apache.axis.wsdl.gen.Parser.generate(Parser.java:471)
at org.apache.axis.wsdl.gen.Parser.run(Parser.java:395)
at org.apache.axis.wsdl.toJava.Emitter.run(Emitter.java:611)
at 
coldfusion.xml.rpc.XmlRpcServiceImpl$1.run(XmlRpcServiceImpl.java:213)
at java.security.AccessController.doPrivileged(Native Method)
at 
coldfusion.xml.rpc.XmlRpcServiceImpl.registerWebService(XmlRpcServiceImpl.java:198)
at 
coldfusion.xml.rpc.XmlRpcServiceImpl.getWebService(XmlRpcServiceImpl.java:463)
at 
coldfusion.xml.rpc.XmlRpcServiceImpl.getWebServiceProxy(XmlRpcServiceImpl.java:418)
at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:381)
at cfwebser2ecfm1574139668.runPage(K:\INDIACFUG\webser.cfm:7)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
at 
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at 
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

~|
Message: 

WEbservice and Soap

2006-02-25 Thread vishnu prasad
Hi 
i dont knw anything about SOAP . can webservice access using SOAP in Coldfusion 
. If so how can we access .net webservice using SOAP in coldfusion .

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


Coldfusion and oracle stored procedure

2006-02-24 Thread vishnu prasad
Hi i am facing a issue in coldfusion and oracle storedprocedure i am getting 
invalid number error , below is the detail

Calling Stored procedure from CFM like belwo 

cffunction name=asSearchresult access=public returntype=query


  cfargument name=cfromdate required=false type=DATE default=
  cfargument name=ctodate required=false  type=DATE default=
  cfargument name=cRS_deleted required=false type=string 
default=
  
  cfargument name=cRS_TYPE required=false type=string 
default=
  cfargument name=cRS_Status required=false type=string 
default=
  cfargument name=cRS_UPLOADED required=false 
type=string default=
!--- 
  cfargument name=cafs_office_id required=false 
type=string default=
  cfargument name=cofs_country_id required=false 
type=string default=
---  


cfstoredproc procedure=#sp# datasource=#ds#
cfprocparamdbvarname=rs_datefrom  
cfsqltype=CF_SQL_DATE  value=#ARGUMENTS.cfromdate# type=In 
cfprocparamdbvarname=rs_dateto
cfsqltype=CF_SQL_DATE  value=#ARGUMENTS.ctodate# type=In
cfprocparamdbvarname=RS_deleted   
cfsqltype=CF_SQL_CHAR  value=#ARGUMENTS.cRS_deleted# type=In

cfprocparamdbvarname=RS_type  
cfsqltype=CF_SQL_CHAR  value=#ARGUMENTS.cRS_TYPE# type=In
cfprocparamdbvarname=RS_Status
cfsqltype=CF_SQL_CHAR  value=#ARGUMENTS.cRS_Status# type=In


cfprocresult name=searchResults
/cfstoredproc
!---ad  ---
  cfif searchResults.recordCount gt 0
   cfset xresult = searchResults
  cfelse
   cfset xresult = 
  /cfif
  cfreturn xresult
/cffunction

oracle Stored procedure 
CREATE OR REPLACE PACKAGE RSSearch_Package
AS TYPE RSSearch_Type IS REF CURSOR;
END RSSearch_Package;
/

CREATE OR REPLACE PROCEDURE Rssearch_Procedure (
RSSearch_Cursor IN OUT Rssearch_Package.RSSearch_Type,
rs_datefrom IN DATE,
rs_dateto  IN DATE,
RS_deleted IN CHAR,
RS_type IN CHAR,
RS_Status IN CHAR



) 
AS
WhereClause VARCHAR(5000);

BEGIN
IF ((rs_datefrom IS NOT NULL ) AND  (rs_dateto IS NOT NULL)) THEN
--WhereClause :='AND RECORDSHEET.RS_DATE BETWEEN ' || 
TO_DATE(TO_CHAR(TO_DATE('''||  rs_datefrom 
||''',''dd-Mon-''),''dd/mm/''),''dd/mm/'')  || || ' AND ' || 
|| TO_DATE(TO_CHAR(TO_DATE('''||  rs_dateto 
||''',''dd-Mon-''),''dd/mm/''),''dd/mm/'')||;
--  WhereClause :='AND RECORDSHEET.RS_DATE BETWEEN ' || 
'TO_DATE(TO_CHAR(TO_DATE(''' ||  rs_datefrom || 
''',''dd-Mon-''),''dd/mm/''),''dd/mm/'')' || ' AND ' || 
'TO_DATE(TO_CHAR(TO_DATE('''||  rs_dateto 
||''',''dd-Mon-''),''dd/mm/''),''dd/mm/'')';
--  WhereClause :='AND RECORDSHEET.RS_DATE BETWEEN ' || 
 || rs_datefrom || || ' AND ' || || rs_datefrom ||   ';
--WhereClause :=  'AND RECORDSHEET.RS_DATE BETWEEN' || || rs_datefrom || 
|| ' AND ' ||  ||  rs_dateto || ;
WhereClause :=  'AND RECORDSHEET.RS_DATE BETWEEN' || rs_datefrom ||  ' AND ' || 
rs_dateto ||; 

END IF;
IF (RS_deleted IS NOT NULL)  THEN
WhereClause := WhereClause || ' AND RECORDSHEET.DELETED 
= ' ||  || RS_deleted ||  ;
END IF;

IF (RS_Status IS NOT NULL)  THEN
WhereClause := WhereClause || ' AND RECORDSHEET.Status = ' ||   || 
RS_Status || ;
END IF ;

IF (RS_type IS NOT NULL)  THEN
WhereClause := WhereClause || ' AND RECORDSHEET.type = ' ||   || RS_type || 
;
END IF ;
 
INSERT INTO TBLTEMPWHERE (textdata) VALUES (WhereClause);



   OPEN RSSearch_Cursor FOR

   SELECT
RECORDSHEET.ID,
RECORDSHEET.PIPELINE_ID,
RECORDSHEET.STATUS,
RECORDSHEET.UPLOADED,
RECORDSHEET.DELETED,
RECORDSHEET.FULLY_BILLED,
RECORDSHEET.COUNTRY_ID,
WIPSTATUS.CODE AS wipStatusCode,
WIPSTATUS.DESCRIPTION AS wipStatusDescription,
RECORDSHEET.TYPE,
RECORDSHEET.SERIAL_NUMBER,
RECORDSHEET.USERNAME,
RECORDSHEET.RS_DATE,
RECORDSHEET.PROJECT_NAME,
RECORDSHEET.APPROVAL_DATE,
RECORDSHEET.SUBMISSION_DATE,
RECORDSHEET.PIPELINE_OFFICE_ID,
RECORDSHEET.PIPELINE_FORTE_ID,
DEPARTMENT.COST_CENTRE AS departmentCostCentre,
DEPARTMENT.COUNTRY_ID AS departmentCountryId,
DICTATOR_ID,
DICTATOR.INITIALS AS dictatorInitials,
DICTATOR.SURNAME AS dictatorSurname,
DICTATOR.FIRST_NAME AS dictatorFirstName,
REFERRER_ID,
CLIENT.ORG_NAME AS 

ODBC Connectivity

2006-02-24 Thread vishnu prasad
Hi,

we are facing some issue in ODBC connectivity
Some time we are not able to connect the any of the ODBC datasource from 
Coldfusion. only after reboot the server or sometime after re-starting  the 
coldfusion odbc service we are able to access the odbc datasource.

may i know why this happend , and how to solve the same. 
are there any patch ??

Thanks  in advance


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:24
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: Accessing .net webserivce in coldfusion

2006-02-24 Thread vishnu prasad
After setting the timout also i am getting the same error 
i even tried writing simple webservice in coldfusion and access the same , 
still i am getting the same error 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:25
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: Coldfusion and oracle stored procedure

2006-02-24 Thread vishnu prasad
 Is this error a CF one or an Oracle one?
 
 On 2/24/06, vishnu prasad [EMAIL PROTECTED] wrote:
  Hi i am facing a issue in coldfusion and oracle storedprocedure i am 
 getting invalid number error , below is the detail
 
 --
 CFAJAX docs and other useful articles:
 http://jr-holmes.coldfusionjournal.
com/

Error Reported in CF , in Stored procedure we saved the where cluse build 
dynamically in aother table, when we ecexute the SQL in SQL plus we were able 
to get records. But when we access the same via cfstoreproc we are getting 
invalid number .

Do u need table description ??

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:27
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: Accessing .net webserivce in coldfusion

2006-02-24 Thread vishnu prasad
Post ya code.

Firewall perhaps? Got a router?

-Original Message-
From: vishnu prasad [mailto:[EMAIL PROTECTED] 
Sent: Friday, 24 February 2006 8:00 PM
To: CF-Talk
Subject: Re: Accessing .net webserivce in coldfusion

After setting the timout also i am getting the same error 
i even tried writing simple webservice in coldfusion and access the same ,
still i am getting the same error

Hi 
yes we are behind firewall , how to use if we r behind firewall.
but when i access the webservice using webservicestudio i am able to access 
behind the firewall. only not from coldfusion 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233340
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: Coldfusion and oracle stored procedure

2006-02-24 Thread vishnu prasad
It must be passing a date from CF to raocel storedproce.
but i dont know how to overcome this :((
 If it works in SqlPlus then the proc is probably ok. Since everything
 is dates and strings I can't see where an error regarding a number is
 coming from...
 
 On 2/24/06, vishnu prasad [EMAIL PROTECTED] wrote:
   Is this error a CF one or an Oracle one?
  Error Reported in CF , in Stored procedure we saved the where cluse 
 build dynamically in aother table, when we ecexute the SQL in SQL plus 
 we were able to get records. But when we access the same via 
 cfstoreproc we are getting invalid number
 
 --
 CFAJAX docs and other useful articles:
 http://jr-holmes.coldfusionjournal.
com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233341
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: Coldfusion and oracle stored procedure

2006-02-24 Thread vishnu prasad
Hi Tried the code u sent , i got the below error 
17-jan-2005 is an invalid date format.  
 
  
The error occurred in C:\cwhb\Myriad\RecordSheets\component\1bookSearch.cfm: 
line 29
 
27 : cfstoredproc procedure=#sp# datasource=#ds#
28 : !---  cfprocparamdbvarname=rs_datefrom  
cfsqltype=CF_SQL_DATE  value=#ARGUMENTS.cfromdate# type=In  ---
29 :cfprocparam  dbvarname=rs_datefrom  
cfsqltype=CF_SQL_DATE  
value=#LSdateFormat(ARGUMENTS.cfromdate,'dd-mmm-')# type=In 
30 :cfprocparam  dbvarname=rs_dateto  
cfsqltype=CF_SQL_DATE  
value=#LSdateFormat(ARGUMENTS.ctodate,'dd-mmm-')# type=In 
31 : !---  cfprocparamdbvarname=rs_dateto
cfsqltype=CF_SQL_DATE  value=#ARGUMENTS.ctodate# type=In ---

 


 Yeah Date is what I am thinking.  I have had this problem before with 
 just an Oracle query.  Although looking at your query you are using 
 the TO_CHAR and TO_DATE stuff which should normally fix this. 
 
 I think what I did in the end was to format the date how Oracle was 
 going to expect it dd-mmm- 24-FEB-2006 for instance.
 
 Something like this might be worth a try.  I did have this problem and 
 I did fix it but I can't remeber completely how I am afraid.
 
 cfprocparam  dbvarname=rs_datefrom  cfsqltype=CF_SQL_DATE  
 value=#LSdateFormat(ARGUMENTS.cfromdate,'dd-mmm-')# type=In 
 
 I use LSdateFormat so the american months do not get confused though 
 this might not be an issue for you.
 
 You might then be able to loose this line which seems to be a bit of 
 an overcook.
 TO_DATE(TO_CHAR(TO_DATE('''||  rs_datefrom ||''',''dd-Mon-''),
 ''dd/mm/''),''dd/mm/'')
 
 Good luck
 Martin
 
 
 
 
  Hi i am facing a issue in coldfusion and oracle storedprocedure i am 
 
  getting invalid number error , below is the detail
  
  Calling Stored procedure from CFM like belwo 
  
  cffunction name=asSearchresult access=public 
 returntype=query
  
  
  
 
  cfargument name=cfromdate required=false type=DATE 
 default=
  
 
  cfargument name=ctodate required=false  type=DATE 
 default=
cfargument name=cRS_deleted required=false type=string 
  default=

cfargument name=cRS_TYPE required=false type=string 
  default=
cfargument name=cRS_Status required=false type=string 
  default=
cfargument name=cRS_UPLOADED required=false 
  type=string 
  default=
  !--- 
cfargument name=cafs_office_id required=false 
  type=string 
 
  default=
cfargument name=cofs_country_id required=false 
 type=string 
  default=
  ---  
  
  
  cfstoredproc procedure=#sp# datasource=#ds#

 
  cfprocparamdbvarname=rs_datefrom  
  cfsqltype=CF_SQL_DATE  
  value=#ARGUMENTS.cfromdate# type=In 
  cfprocparamdbvarname=rs_dateto
  cfsqltype=CF_SQL_DATE  
 
  value=#ARGUMENTS.ctodate# type=In
  cfprocparamdbvarname=RS_deleted   
 cfsqltype=CF_SQL_CHAR  
  value=#ARGUMENTS.cRS_deleted# type=In
  
  cfprocparamdbvarname=RS_type  
  cfsqltype=CF_SQL_CHAR  
  value=#ARGUMENTS.cRS_TYPE# type=In
  cfprocparamdbvarname=RS_Status
  cfsqltype=CF_SQL_CHAR  
  value=#ARGUMENTS.cRS_Status# type=In
  
  

 
  cfprocresult name=searchResults
  /cfstoredproc
  !---ad  ---
  
 
  cfif searchResults.recordCount gt 0
   
 
  cfset xresult = searchResults
  
 
  cfelse
   
 
  cfset xresult = 
  
 
  /cfif
  
 
  cfreturn xresult
  /cffunction
  
  oracle Stored procedure 
  CREATE OR REPLACE PACKAGE RSSearch_Package
  AS TYPE RSSearch_Type IS REF CURSOR;
  END RSSearch_Package;
  /
  
  CREATE OR REPLACE PROCEDURE Rssearch_Procedure (
  RSSearch_Cursor IN OUT Rssearch_Package.RSSearch_Type,
  rs_datefrom IN DATE,
  rs_dateto  IN DATE,
  RS_deleted IN CHAR,
  RS_type IN CHAR,
  RS_Status IN CHAR
  
  
  
  ) 
  AS
  WhereClause VARCHAR(5000);
  
  BEGIN
  IF ((rs_datefrom IS NOT NULL ) AND  (rs_dateto IS NOT NULL)) THEN
  --WhereClause :='AND RECORDSHEET.RS_DATE BETWEEN ' || 
  TO_DATE(TO_CHAR(TO_DATE('''||  rs_datefrom ||''',''dd-Mon-''),
  ''dd/mm/''),''dd/mm/'')  || || ' AND ' || || 
  TO_DATE(TO_CHAR(TO_DATE('''||  rs_dateto ||''',''dd-Mon-''),
  ''dd/mm/''),''dd/mm/'')||;
  --  WhereClause :='AND RECORDSHEET.RS_DATE BETWEEN ' || 
  'TO_DATE(TO_CHAR(TO_DATE(''' ||  rs_datefrom || ''',''dd-Mon-''),
 
  ''dd/mm/''),''dd/mm/'')' || ' AND ' || 
  'TO_DATE(TO_CHAR(TO_DATE('''||  rs_dateto ||''',''dd-Mon-''),
  ''dd/mm/''),''dd/mm/'')';
  --  WhereClause :='AND RECORDSHEET.RS_DATE BETWEEN ' || 
   || 
  rs_datefrom || || ' AND ' || || rs_datefrom ||   ';
  --WhereClause :=  

Accessing .net webserivce in coldfusion

2006-02-23 Thread vishnu prasad
Hi guy 
can some one help me how to access the .net webservice in coldfusion?

when i try to access the third party webservice i got this error 
Could not generate stub objects for web service invocation.  
Name: http://www.xmethods.net/sd/2001/BabelFishService.wsdl. WSDL: 
http://www.xmethods.net/sd/2001/BabelFishService.wsdl. 
java.net.ConnectException: Connection timed out: connect It is recommended that 
you use a web browser to retrieve and examine the requested WSDL document for 
correctness. If the requested WSDL document canapos;t be retrieved or it is 
dynamically generated, it is likely that the target web service has programming 
errors.  

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


Test message

2006-01-31 Thread vishnu prasad
test message

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230920
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: Coldfusion and lucene

2005-05-31 Thread vishnu prasad
Hi 
i followe the steps mentioned in that site only already 
(http://cephas.net/blog/2003/12/06/indexing_database_content_with_lucene_
coldfusion.html)
But i got the following error 
Object Instantiation Exception.  
An exception occurred when instantiating a java object. The cause of this 
exception was that: .  
  
The error occurred in C:\cwhb\Myriad\RecordSheets\indexing_database.cfm: line 4
 
2 : cfset analyzer.init()
3 : cfset writer = CreateObject(java, org.apache.lucene.index.IndexWriter)
4 : cfset writer.init(C:\cwhb\Myriad\RecordSheets\, analyzer, true)
5 : 
6 : cfquery name=contentIndex datasource=IDB


 
 
 
 





5 seconds googling turned up:


http://cephas.net/blog/2003/12/06/indexing_database_content_with_lucene_
coldfusion.html

He wrote a CFDJ article that covers the same topic too:

http://cfdj.sys-con.com/read/42053.htm

-Original Message-
From: vishnu prasad [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 31 May 2005 1:56 
To: CF-Talk
Subject: Coldfusion and lucene

Hi All
Does anyone know how to implement search using lucene in coldfusion 

what are the stesp that i need to follwo like ?
what are the files that need to be downlaoed from apache where and how
to set the classpath for lucen in Coldfusion

~|
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:208008
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


Coldfusion and lucene

2005-05-30 Thread vishnu prasad
Hi All
Does anyone know how to implement search using lucene in coldfusion 

what are the stesp that i need to follwo like ?
what are the files that need to be downlaoed from apache
where and how to set the classpath for lucen in Coldfusion

Thanks in Regards
Vishnu Prasad


~|
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:208004
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


Flash form error in CFM

2005-05-22 Thread vishnu prasad
Hi Friends
i recently installed CFMX 7 in my Pc , the O/S installed in Windows XP Sp2 
This is the Following code i have in the File index.cfm 

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
http://www.w3.org/TR/html4/loose.dtd;
html
head
InvalidTag http-equiv=Content-Type content=text/html; charset=iso-8859-1
titleUntitled Document/title
/head

body
cfform name=cfformexample  action=index1.cfm  format=flash method=post
   cfinput type=text name=t1 maxlength=10 value=10
   cfinput type=submit value=Click name=Save
/cfform

/body
/html

Its displaying the Flash form corretley and  goind to action page properly . 
but i am getting a Javascript error 
Following is the Javascript Error i am getting 
Line 27 
Char 1 
Error : lc_id is undifined
code = 0
URL: http://localhost/Mywork/Index.cfm

Pls suggest me what i have to do ??? is there is any setting or pacth has to be 
installed  for windows XP SP 2

~|
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:207381
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


coldfusion Two Phase commin

2005-03-10 Thread vishnu prasad
Hi All
is is possible to have two phase commit in coldfusion mx

~|
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:198154
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: coldfusion Two Phase commin

2005-03-10 Thread vishnu prasad
hi

i have a 2 datasource name called ds1 and ds2

i have some query using the DS1 and some with DS2 . i have all the query 
between cftransaction i am getting error 

can i have 2 diffrent datasource in between cftransaction

~|
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:198159
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: coldfusion Two Phase commin

2005-03-10 Thread vishnu prasad
vishnu prasad wrote:
 
 is is possible to have two phase commit in coldfusion mx

Not unless you write your own Java classes to handle it.

Jochem


Hi Jochem 

can u suggest me how to implement this using java classes???

~|
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:198174
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


Coldfusion MX 7 Logging

2005-02-13 Thread vishnu prasad
Hi All

If the SQL Query fails in CF 4.5 and 5 , log file will have the Failed query in 
application.log . But in Coldfusion MX6 it will have the Failed query statment 
in Application.log File


In Coldfusion MX 7 will it log the Failed SQL Detail in application.log 

~|
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:194501
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


Query to Excel

2005-01-17 Thread vishnu prasad
Hi Friends 
i want to save the data return by the cfquery into excel . and give link to 
downlaod the excel file or save dailog box should open to save the file in 
excel format

i tried in may ways . its display the data in the browser but not able to 
downlaod as excel 

pls suggest me how to do this 

Thanks in advance 
vishnu

~|
Logware: 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:190807
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


Regular Expression

2004-12-12 Thread vishnu prasad
Hi all 
need an help in requlaer expression
i have a string like this 
'this is samp'le data to in'sert'

now i need to replace the like this usign regular expression
'this is samp''le data to in''sert'


 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187329
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: CFMX server is crashing

2004-11-18 Thread vishnu prasad
Which version u r using ? 6.1 or 6.1 with the updater???

regards
Vishnu Prasad

 Our CFMX server is crashing quite offen once in 15 days or in a month.
 
 I checked in the log, but i found no fault.
 CFMX server was not fully down but retrival of page was dead slow.
 
 After restarting the server  it is working fine...but i need to know 
 the cause for the crash
 
 Thanks
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


urgent: coldfusion and brio reports

2004-11-08 Thread vishnu prasad
Hi All

Does anyone know how to run brio8.2 reports from coldfusion. i need to run the 
brio 8.2 sqr file frm coldfusion .

Thanks in Advance

Regards
Vishnu Prasad

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Urgent:coldfusion loging

2004-11-02 Thread vishnu prasad
Hi CF gurus
Is it possible to backup all the coldfusion mx logs to some other directory and then 
delete the orginal file 

i mean i want to move all the coldfusion mx log file to another directory ,so that 
coldfusion log fill will have only the current date log detail

thanks in advance

regards
Vishnu

~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=38

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183108
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: Urgent:coldfusion loging

2004-11-02 Thread vishnu prasad
Hi 

i want to do this from the coldfusion code  rather than doing it manullay or from the 
administrator screen.

I tried it from the code from but I am able to move the application and server log.


 Hi CF gurus
 Is it possible to backup all the coldfusion mx logs to some other 
 directory and then delete the orginal file 
 
 i mean i want to move all the coldfusion mx log file to another 
 directory ,so that coldfusion log fill will have only the current date 
 log detail
 
 thanks in advance
 
 regards
Vishnu

~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=34

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183120
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: Urgent:coldfusion loging

2004-11-02 Thread vishnu prasad
Hi
Its throws an erorr when it moving the server.log ,exception.log and application.log


 Yes, just move the files, CF will create new ones for you.
 
 
 -Calvin
 
 -Original Message-
 From:  vishnu prasad 
 Date:  11/2/04 5:28 am
 To:  CF-Talk 
 Subj:  Urgent:coldfusion loging
 
 Hi CF gurus
 Is it possible to backup all the coldfusion mx logs to some other 
 directory and then delete the orginal file 
 
 i mean i want to move all the coldfusion mx log file to another 
 directory ,so that coldfusion log fill will have only the current date 
 log detail
 
 thanks in advance
 
 regards
 Vishnu
 

~|
Sams Teach Yourself Regular Expressions in 10 Minutes  by Ben Forta 
http://www.houseoffusion.com/banners/view.cfm?bannerid=40

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


Urgent:coldfusion report

2004-10-08 Thread vishnu prasad
Hi All

i have a prblme in a displaying a report
Table username 
username		dep_code
--
testuser		Sal,Pur
testuser1		sal,Acc
testuser3		acc,pur

TAble department
dpet_id	 Name
---
Sal	 Sales Department
Pur	 Purchace Department
ACC	 Accounts Department

in the report search criteria i will give the department input as Sal , in the output i want 
to display the userlist who belong to the department sal specfied in the saerchand also it has to display if he belong to other department also 

output 
testuser	sal-sales department , pur-purchase department
testuser1	sal-sales department , Acc-Accountd Separtment

Will anyone provide me a queryfor the above problem 

thanks in advance
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Urgent:coldfusion report

2004-10-08 Thread vishnu prasad
Hi 

i cannot change the DB design ,i have to do with the current DB Structure 
noproblem if the query take time ,without using cfqueryparam i am using 4.5 so i cannot use cfqueryparam

regards
Vishnu Prasad

You shouldn't have a list in the username table, but you should create a
related table:

Table User (user_id,username)
Table UserDpt (user_id,dpt_id)
Table Dpt (dpt_id,dptname)

With the appropriate PK, FK and relational integrity set up.

Then 
SELECT u.username, d.dptname
FROM User u, UserDpt ud, Dpt d, UserDpt ud2
WHERE u.user_id = ud.user_id
AND ud.dpt_id = d.dpt_id
AND u.user_id = ud2.user_id
AND ud2.dpt_id = cfqueryparam cfsqltype=cf_sql_...
value=#searchvariable#
ORDER BY u.username

Then do a grouped output of the users and departments

If you really can't change the db, post the question again and I will
provide the ugly and slow solution using the bad DB-design

Pascal

, in
 the output i want
 to display the userlist who belong to the department sal specfied in
the
 saerchand also it has to display if he belong to other department
also

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Urgent:coldfusion report

2004-10-08 Thread vishnu prasad
Hi i need an SQL Query 
cos i am building report in Crystal report so i cant have structure and cfqueryparam 
it would be niceif i canit in SQL query 

regards
vishnu 

If you want to know what tags (  attributes) or functions you can use
in the different versions of CF (starting from CF4):

http://www.macromedia.com/support/coldfusion/ts/documents/cfmlhistory.ht
m

Pascal

Structure
 noproblem if the query take time ,without using cfqueryparam i am
using
 4.5 so i cannot use cfqueryparam

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Coldfusion Undeliver Emails

2004-10-06 Thread vishnu prasad
Hi All
How to handle undeliver emails in coldfusion ???

Thanks in advance 
vishnu
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Logfile

2004-10-01 Thread vishnu prasad
Hi 
in Coldfusion 4.5 when a database error occured it will be logged in application.log and it will also have the failed SQL query 
but in CFMX its not display the Failed SQLQuery is this a bug??? or we need to do some settings to enable 

regards
Vishnu Prasad
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




OT:Javascript Problem

2004-09-20 Thread vishnu prasad
Hi all

i have a problem in _javascript_ 
i have a html File like this
html
head
	titleUntitled/title
/head

body
form
table
tr
tdinput type=Text name=name1 id=name_1 /td
tdinput type=Text name=age id=age_1 /td
tdinput type=Text name=marks id=mark_1  /td
/tr
tr
tdinput type=Text name=name1 id=name_1 /td
tdinput type=Text name=age id=age_1 /td
tdinput type=Text name=marks id=mark_1  /td
/tr

tr
tdinput type=Text name=name1 id=name_1 /td
tdinput type=Text name=age id=age_1 /td
tdinput type=Text name=marks id=mark_1  /td
/tr

tr
tdinput type=Text name=name1 id=name_1 /td
tdinput type=Text name=age id=age_1 /td
tdinput type=Text name=marks id=mark_1  /td
/tr

/table
input type=submit value=Click name=final >
/body
/html
if all the columns in a row are empty then no problem ,if one column is filled other column are not filled in a row then i need to give a alert 
how can i do this 
Note:all control in a column are same 

regards
Vishnu
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: OT:Javascript Problem

2004-09-20 Thread vishnu prasad
Thks for the Code 

but i need to have all the contorl name as same ? so that it will be easy for me to inster the values in the database

if not 
will u tell me howto slove this problem 
in the action page i have to insert the rows enter in the previos page into DB
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




urgent:Coldfusion Looping

2004-09-20 Thread vishnu prasad
Hi 

I got your id from houseofusion ,and also I got ur reply in houseoffusion 

i have a display page like below
Display page
Name age sex(controls: Name1age1sex1)

Name age sex(controls: Name2age2sex2)

Name age sex(controls: Name3age3sex3)

Name age sex(controls: Name4age4sex4)

in the action page Action page 

Nowhow can I add the name,age,sex in the table ? and alsoi should not insert if the row is emplty 

while input 2 row can have the data and rest will not have the date , in that case i need to insert 2 rows in the table ,if the four rows are filled wid data then i want toinsert the 4 rows in a table

regards
Vishnu
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: urgent:Coldfusion Looping

2004-09-20 Thread vishnu prasad
Hi 
did in the other way 
cfset emailList = ArrayNew(1)
cfset MailQuery = QueryNew(Name,age,mark)

!--- made this more flexible just enter the max number of entries ---
cfset maxNumber = 4
cfset counter = 1
cfloop index=i from=1 to=#maxNumber# step=1
cfset temp = QueryAddRow(MailQuery)
cfset temp = QuerySetCell(MailQuery,Name,Evaluate(FORM.name#i#),#counter#)
cfset temp = QuerySetCell(MailQuery,age, Evaluate(FORM.age#i#),#counter#)
cfset temp = QuerySetCell(MailQuery,mark,Evaluate(FORM.marks#i#),#counter#)
cfset counter = counter + 1
/cfloop 

cfdump var=#MailQuery#
cfquery name=test dbtype=query
select * from MailQuery where name  '' and age  '' and mark  ''
/cfquery
cfdump var=#test#
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CMS

2004-09-20 Thread vishnu prasad
HI AlL

Is there is any Opensource CMS in Coldfusion ?

regards
Vishnu Prasad
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Coldfusion Exercise

2004-09-16 Thread vishnu prasad
Hi all

Does anybody has Coldfusion Exercise for the beginners

regards
Vishnu
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Blackstone Beta

2004-09-15 Thread vishnu prasad
Hi All
i am into blackstone beta participation, i try to download the Software from the mmbeta.macromedia.com ,other than mx 7i download other things ,due to my poor internet connection i am not able to download the MX 7 software

does any beta participation members can hepl me to get the software 

regards
Vishnu
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CFTRANSACTION

2004-09-15 Thread vishnu prasad
Hi All

is it possible to have one CFTRANSACTION for multiple datasource 
i write the follwing code

CFTRANSACTION
cfquery datasource=one name=one
insert statment
cfquery

cfquery datasource=two name=rwo
insert statment
cfquery
/CFTRANSACTION

i verify the connection in cf admin ,but when i execute the code i got message as datasource verification failed

how can i overcome this
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFTRANSACTION

2004-09-15 Thread vishnu prasad
Hi Paul

thks for your response,i think its possible in java 
is it not possible to have implement tow phase commit in Coldfusion

 No, you can only have one datasource per CFTRANSACTION.
 
 Would be nice, but it isn't possible.
 
 Paul Giesenhagen
 QuillDesign
 417-885-1375
 http://www.quilldesign.com
 
 

 - Original Message - 

 From: vishnu prasad 

 To: CF-Talk 

 Sent: Wednesday, September 15, 2004 11:45 PM

 Subject: CFTRANSACTION
 
 

 Hi All
 

 is it possible to have one CFTRANSACTION for multiple datasource 

 i write the follwing code
 

 CFTRANSACTION

 cfquery datasource=one name=one

 insert statment

 cfquery
 

 cfquery datasource=two name=rwo

 insert statment

 cfquery

 /CFTRANSACTION
 

 i verify the connection in cf admin ,but when i execute the code i got 
 message as datasource verification failed
 

 how can i overcome this
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




  1   2   >