Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bammy217
  • Content: Threads
  • Order by date
  1. Bammy217

    mail spool re-spooling

    Dear anyone, Please help me! We have an issue, we migrated our mail server, but the plonkers in the IT Team neglected to update our DNS servers... as a result I have some 10'000 mails in the Undelivr folder of ColdFusion! The positive, we have all the .cfmail file... the bad point is that...
  2. Bammy217

    System Beep

    Hi All, I have a dilemma, I need to perform the most horrible action one can think of I need to add a sound to a web-app... So far I've tried various interactions all using ActiveX, JS, Flash and I'm down to using 8 different methods at the moment (Yes we even support IE on a MAC...) ... But...
  3. Bammy217

    Apache mod_rewrite / Helicon ISAPI Rewrite question

    Hiya folks, have a question for you all; the sites I've recently been handed use URL rewriting and somewhere this is causing an issue; now i was wondering if there is anyone out there that knows how we can retrieve the URL passed to the server before the re-write takes place? For Example...
  4. Bammy217

    Session is invalid

    Hey all, we are experiencing some issues with a module in our CF Application, we offer our users a verity search, for some (unknown reason) if the user enters, then exits then enters the search again the entire server goes mad... it displays us a message stating "Session is invalid" the way...
  5. Bammy217

    PL/SQL Basics

    Hi folks, I'm a developer who has gotten slowly used to TSQL over PL/SQL and I've run into a query from my predecessor who has used a PL/SQL comman I've totally forgotten about, could someone shed a little light on the following: Within a select he has listed: "(+)" can anyone remind me just...
  6. Bammy217

    Vanishing Virtual folders

    Hiya folks, Massive problem, we have a (Production) server with a slighty obscured RAID-5 config, and we think this may be causing us some problems!! Can anyone help, here are the symptoms: We're running Windows 2000 Server (IIS 5) and everytime we reboot the server 2 directories appear as...
  7. Bammy217

    Macs And Java

    I have a small problem... is there anyone out there that is good with Macs (you know those designery things that no one really uses!) as I have discovered that the ones we are encountering don't actually support some simpel java: OnClick="document.location.href('somepage.html');" doesn't...
  8. Bammy217

    parsing large data files using CF

    hey folks, right here's a chalange... I need to parse a 18Mb txt file, totally unformatted, though I know the section I want is labelled [start_(date)] .... [end (date)] and the .... beeing the text I need to parse... now what i've done so far was: turn the file into a list (CFFILE...
  9. Bammy217

    How to force a file download

    Hey folks, I am having a spot of difficulty, I want to offer a file download to users of a site, though currently IE and NS think they're smart, and keep trying to open the files in a browser, whereas I need them to always offer a "Download / open file" box. Anyone, any ideas...
  10. Bammy217

    Consuming a .NET & SOAP webservice with Classic ASP

    Hey folks, Okay, am now getting a bit better informed on the .net webservices, though still not a 100% sure, in fact am about 2% sure of my case now (yay!).. The Problem: Am (successfully) Consuming a part of the service: <% Dim strConnection Dim oClient Dim strOutcome Dim User01 Dim Pass01...
  11. Bammy217

    Help on soap

    Hey folks, need some help here!! Okay, we need to submit data to a soap based application, to be precise we need to port users (automated) and we need to login users, to allow them to proceed to one of our clients servers... now here's the problem...having never used soap in my life and not...
  12. Bammy217

    need to replace character

    Hey folks, okay i need some help... I would like to replace some characters in the fields, so for example in stead of &quot;123&quot; i would like to replace the output to &quot;1-2-3&quot; please help... thx D, We never fail, we just find that the path to succes is never quite what we...
  13. Bammy217

    Finding the HTTP_HOST...

    Heya folks.... I seem to have a problem with some code.... I want it to fill up this string : $BASE_URL = &quot;http://$HTTP_HOST/filemanager&quot;; Can anyone tell me what I'm doing wrong?? D. We never fail, we just find that the path to succes is never quite what we thought...
  14. Bammy217

    Problem uploading one specific file

    Heya folks, I've got a serious problem, the company I work for develops and hosts sites, so we use our own cold fusion server, so i've checked the server settings and error logs, and nothing appears to be wrong... when uploading a specific file (a jpg, generated by one of our customers) we...
  15. Bammy217

    How to: Undeclare variables in Cold Fusion

    hey Folks, I'm trying to undeclare a variable or two in cold fusion, does any one know how to do this (as unfortunatly there is no such thing as a <cfUNset ....> tag and i do need one :( ) to be more specific, I'm using a stack of session variables (hosting multi-app out of one db) and when...
  16. Bammy217

    Need to catch a URL variable

    Heya, Ok I'm making the conversion from Cold Fusion to ASP (Started today ;) ) and would like to ask you guys a question. I'm running a SQL Stored procedure, and need to feed it some variables (IDs of 2 ITEMS) so am using &quot;testpage.asp?Pid=12&Sid=88&quot; now all I want to do is get my...
  17. Bammy217

    Need help driving a Query in Access

    Hi Folks, I'm trying to build an intranet site for some people, and they have given me an Access DB to work from, and as I'm used to SQL I haven't a clue how to run with it, so please help me!! Ok here's the problem I have 3 Queries in Access that if executed correctly will run on top of each...
  18. Bammy217

    Problem hooking a workstation up to the network

    Hey folks, have serious problem here, have a workgroup running here, but can't seem to get the last workstation on there. Symptoms: all machines are running windows 2000 professional, all machines are configured with a static IP (169.254.248.xx) and all are on the same subnet (255.255.0.0)...
  19. Bammy217

    Something seems to be blocking my server, or at least some addresses

    Need some help here folks, am running an exchange v5.5 (sp3) and am having a small problem, I am unable to send emails to 2 particular addresses (namely my boss and my bank) could any one please advise on where to search for the block as I am unable to find it.

Part and Inventory Search

Back
Top