Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
CFDaddio #1
file upload and DTS between servers
Hello. I have two servers (A and B) in our environment. 'A' hosts sites and
runs CF. 'B' acts as a dedicated SQL Server box.
I'm trying to allow client to upload a file in their admin area (on 'A') and
have a DTS package on 'B' run a bulk import from that file. I think I'm
running into permissions issues that's not allowing it to happen. If I run the
DTS package while logged onto the 'B' box, it runs fine.
But, when CF page on 'A' invokes a stored procedure on 'B' (that in turns runs
the DTS package), the DTS package will not run. Is this a function of CF, of
SQL Server, or of the Windows permissions?
Thanks.
Matt
CFDaddio Guest
-
How to upload a file to 2 FTP sites without an upload component for company
Hi All I can't get round this because it's a local government thing, but I've done a CMS for a school (in ASP classic) that allows them to upload... -
File.CopyTo across servers
I need to copy recorded streams from server to server. I planned on using the File.CopyTo function, but I have two questions. First, the PDF... -
Upload Friendly (Multiple File Upload Applet)
Title : Upload Friendly (Multiple File Upload Applet) Description : UploadFriendly is an easy to use Java Applet that will allow multiple file... -
LWP - multipart/form-data file upload from scalar rather than local file
I'm looking to do an HTTP upload, preferably with HTTP::Request::Common, but get the file data from either a filehandle or a scalar rather than... -
Central file repository for clustered servers
We are upgrading from CF 5 to MX 6.1. We have the requirement of building in server redundancy. We have elected to go with Windows 2003 because ot... -
adonis1976 #2
Re: file upload and DTS between servers
While you created DSN in CF admin on server A, the user you chose should have
permission to execute the stored procedure on the DB on B. If you ask me I
would choose the same user who is the owner of Database on B while creating DSN
on CF admin on A.
adonis1976 Guest



Reply With Quote

