Hello all,
I am having trouble getting my FTP Task to successfully upload a destination CSV file to our FTP server. The error I am getting is pasted below:
Error: 0xC001602A at MSPExport, Connection manager "FTP Connection Manager": An error occurred in the requested FTP operation. Detailed...
Hello everybody,
What I'm trying to do is difficult to sum up in a subject line so I'll just start with the nuts and bolts.
I am currently designing a JSP page that will retrieve a list of customers and display them in a data-grid type table layout.
The specs call for tabs to be placed at the...
Thanks niteowl, that sounds like a good idea. I'll do some research into WEBDAV and see what we have going on there. I haven't worked with XML a whole lot, but enough to figure something out.
I'm pretty much in the same boat as you are, though. I work on so many things here that if a project...
Hi everyone,
I need to create a form on our intranet to allow PTO to be requested on-line. The crux of the issue is that I need to add an appointment to a public calendar (Public Folders/All Public Folders/IT Calendar).
By using vCalendar I've been able to add an appointment to my local...
Hello all,
I would like to find the best way to display content based on a users group permission settings. I'm using a method right now that I can't help but think is inefficient, but I'm still pretty novice at PHP.
What I have is a table with four groups defined, we'll call them A, B, C and...
Hi everyone.
Something very odd happened to our web site over the weekend and I was wondering if anyone had seen this before or may have an idea as to what happened.
When I got in this morning one of the Help Desk guys said that our public web site was only displaying "core-project".
I...
Maybe that's the problem. The code that sets it to either a link or regular text (the second snippet) is in an include file. I'll try it in the same physical file and see if that helps.
Hi everybody,
First let me preface this by saying that I'm not very good with PHP so if my issue sounds easy/stupid then please forgive me.
I have something driving me crazy. What I'm trying to do is check whether a variable is populated or not and if so set a boolean to true and vice versa...
Hi everybody.
I have a select field which is populated with a list of employees from a given location. The value of each option is set to the employee's assigned ID in the database.
What I'm trying to do is create an alert box which will activate when an employee is selected and display...
Hello,
I have three links on the same page that I want the same table to appear over when calling the onMouseOver event. I am used to setting a fixed position with CSS and assigning a specific table to a certain link so I don't know if what I am looking to do is possible.
Basically I have two...
I have JAVA_HOME. That's set to C:\Program Files\Java\j2re1.4.2_05.
I don't have TOMCAT_HOME or CATALINA_HOME, though. Aren't they the same thing, though?
Hi everyone.
I am trying to install Tomcat 4.1.18 on a Windows 2000 server and am getting a very perplexing result.
The install seems to go fine, but when I attempt to pull up the ROOT "Welcome to Tomcat" page by navigating to http://localhost:8080 I get this...
OK, I was pretty close with what I started with but both of your suggestions helped point me in the right direction.
Here's what I ended up doing and everything appears to be working fine:
<%
strSQL = "SELECT * FROM SHOW_COUNTIES WHERE REGION_ID = " & regionId & ";"
call getData(strSQL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.