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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by deepsheep

  1. deepsheep

    Logon failure: unknown user name or bad password.

    So, I've got a head scratcher and if anyone has any ideas, I'd muchly appreciate it. We have an internal web app that (amongst other things) serves some pdf reports. These are stored on the network on a different machine. I managed to have them working for months, and in the past week...
  2. deepsheep

    SSIS and FTP

    I'm not sure what I changed, but it started working... It had failed on two differet FTP servers, but now it works on both... :S I didn't restart or close anything, so I'm really not sure what changed... Maybe a typo somewhere, but I tried entereing the information several times, so it's not...
  3. deepsheep

    SSIS and FTP

    I'm having a problem getting SSIS to connect to an FTP site via the FTP Connection Manager and the FTP Task. I get a rather unhelpful error of "Connection can not be established. Server name, port number, or credentials may be invalid." I've confirmed my server name, port number and...
  4. deepsheep

    Open a file folder in Windows 7

    Awesome! Worked great! I knew there had to be an easyish way to do it. Thanks!
  5. deepsheep

    Open a file folder in Windows 7

    I have an Access 2007 application that does a search and returns a file location. I want to be able to click a link or push a button and open the location, which contains a series of PDFs. This command works great on my computer - Windows XP Shell "C:\WINDOWS\explorer.exe """ & FileFolderLoc...
  6. deepsheep

    Linked server to firebird

    I'm trying to integrate some data into a new system. The existing system is a Firebird database and I can't move away from it. So, I'm trying to create a linked server to this Firebird database. I created one on my local machine (XP pro, mssql 2008 express) and it works great! Moved to my...
  7. deepsheep

    IN clause and variables

    Thanks, that's a huge help!
  8. deepsheep

    IN clause and variables

    I'm trying to pass a formatted array to a Stored Procedure and am having problems with the SQL. I know I can use dynamic SQL, but was hoping to avoid using it. Sample of what I'm trying, it works as dynamic, but not this way: declare @Param nvarchar(200), @cmd nvarchar(2000) set...
  9. deepsheep

    Exclusive mode problem

    Thanks! Importing the data/forms/stuff to a new file looked like it did it! I'm moving the data now. For the next noob... The function to import is now under External Data->import->Access.
  10. deepsheep

    Exclusive mode problem

    Yes... That's when the security warning pops up. If I don't hold down the shift key, it goes straight to run mode, same as "trusting" the macro.
  11. deepsheep

    Exclusive mode problem

    Sorry it took so long to get back, I'm working on a few projects at once! I got a different copy of the database that's been upgraded to 2007 and that doesn't have this exact problem. But of course, it has a different one. We want to migrate the data to MSSQL server and keep the access forms...
  12. deepsheep

    Slow session_start()

    I've seen other posts on the internet with the same issue, but no solution. So it is a curious problem! Well, I watched processes and didn't see anything overly weird. I tried an assortment of destroying sessions, closing sessions and similar, thinking that maybe there was an existing session...
  13. deepsheep

    Slow session_start()

    here's the php_info section. everything looked ok to me. session Session Support enabled Registered save handlers files user sqlite Registered serializer handlers php php_binary Directive Local Value Master Value session.auto_start Off Off session.bug_compat_42 On On...
  14. deepsheep

    Slow session_start()

    I have a newly built webserver using Ubuntu Linux and php 5.2.10. Everything seems to work well, but the session_start is painfully slow. It works, but seems to take 2 minutes. I tested on IE and FF and on a couple computers with the same results. I've search the internet and come up with...
  15. deepsheep

    Exclusive mode problem

    I am unable to find one. Is there any way to find out if I SHOULD have one? It wouldn't surprise me if it got 'misplaced'. If there isn't a 'nice' way to do it, is there a program someone can recomend to 'fix' it? I'm starting to think about getting a good Access form to VB project...

Part and Inventory Search

Back
Top