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: JJayUK
  • Content: Threads
  • Order by date
  1. JJayUK

    .NET Interface without WebSphere Client Installed

    Windows XP (Development Machines) Websphere 6.0.0.0 Can anyone tell me if it's possible to use the MQ .NET API without installing the full client? We want to be able to ensure all solution's build across all development boxes with as light an install as possible. Using FileMon and RegMon I've...
  2. JJayUK

    CHUNK Files and debugging installed ones

    We have a set of old VBA modules loaded in as chunk files that we have lost the original VB source for. Does anyone know if it's possible to decompile/disassemble these files to view the original code? Any help appreciated Regards, JJayUK
  3. JJayUK

    REBUILD Utility Cannot be run on a non-AMP vproc

    Hello, Using the local demo version which we use to develop with we lost one of the AMPS (AMP 1) which went to FATAL. Using vprocmanager I executed a BOOT command and the status of the AMP is now UTILITY. When trying to execute the REBUILD command, though, I'm getting the error: REBUILD...
  4. JJayUK

    Trying to install the SOAP package etc

    Hi, It's been a while since I've used Java but am trying to resolve a client's issue passing SOAP messages to one of our web services (the web service is actually .NET). I've downloaded the latest version from SUN which also included Net Beans. I then tried to download and install the Web...
  5. JJayUK

    Performance Counters Corrupted

    We have an application that has a number of customer performance counters added. When the application is installed (using Install Shield) the counters appear fine on each server where the application, is provided you run perfmon on the actual server. When we try to add counters to perfmon...
  6. JJayUK

    Timer crashes app

    I have an application reading performance counters and representing the data returned in a set of progress bars. The timer triggers every 100 milliseconds and reads the next performance counter before updating the progress bar with the new value. My form crashs whenever I try to close it...
  7. JJayUK

    (SS7.0) Compaq Super DLT - Nightmare!

    We recently upgraded our server to use a Compaq SDLT drive for running backups. Since we installed it one of the tape drives never works and the other comes up with intermittent problems. We are running SQL Server 7.0 with SP4 applied. This never happened with the standard DLT. Has anyone...
  8. JJayUK

    How do I tell if its a Folder or File?

    Is there a way to tell whether an object in a directory is a folder or a file? I'm hoping to be able to pass in a string with the filename and get some kind of response that lets me determine if the named file is a file object or folder. Any help appreciated, Thanks v. much in advance...
  9. JJayUK

    AVI keeps stopping when code continues!

    Hi, I'm trying to use the media player control on a form to display a helpful, small avi animation that lets the user know processing is going on behind the scenes - a kind of 'Please wait' form. The form loads and displays the avi file correctly but whenever the processing it's supposed to do...
  10. JJayUK

    Problems with the Proxy Account

    Hi, We are running SQL Server 2000 SP2 on Windows 2000 SP1. I want users other than 'sa' to be able to run the xp_cmdshell extended stored procedure. I gather that, in order to do this I need to specify a valid NT account as a proxy account for the 'xp_cmdshell' to run under. I've tried this...
  11. JJayUK

    Super DLT & SQL Server 7 SP4

    Hi, Anyone know of any problems using Super DLT tape drives with SQL Server 7 SP4? Ever since we upgraded to SP4 we've had a SDLT drive fail every time a bakcup is run. (Read errors). Every piece of hardware has been replaced but we're still getting problems. Any ideas? Regards, JJayUK
  12. JJayUK

    Programmatically tell whether a job is executing

    Hi, Does anyone know of an easy way to tell if a job is executing using T-SQL? I've had a hunt around the sysjobs and sysjobhistory tables but can't really find anything. I've also tried sp_help_job @execution_status = 1 but this will return *all* jobs currently running. I need to know...
  13. JJayUK

    Confused Users

    Hi, Does anyone know of a front-end app that will allow users to create queries with little or no knowledge of SQL? I'm talking about a Microsoft Query kind of program that allows you to create queries by pointing and clicking but will go off and generate the sql for you on the server. Anyone...
  14. JJayUK

    Strange ALIAS problems..

    Has anyone else seen this? MSSQL 7 with sp3 We tried to pull off a stored procedure from one database and reload it on another (the stored procedure uses aliases in some update/select statements). The procedure compiles fine on the normal database but it will not compile on any other database...
  15. JJayUK

    Sherlock Holmes & the Case of the Missing Gridlines

    Hello, Recently converted a load of Access 97 databases to 2000. Most of these went by without a hitch but we have users concerned that when they open their queries the Gridlines in the datasheet view have gone. The gridlines have to be turned back on again in each query. Also, going to the...
  16. JJayUK

    Access Error when opening Excel 2000 workbooks

    Hi, We're running Office 2000 (Recently converted) and one of our users spreadsheets was originally written in Excel 97. The spreadsheet has a VBA macro behind it which performs some imports and tidying before saving the sheet to a file using the ActiveWorkbook.SaveAs method. When we try to...
  17. JJayUK

    Analyze It with Excel produces blank spreadsheets?

    Hi, We recently upgraded to Access 200 and had problems importing text files that didn't end in .txt, .csv etc. We downloaded the patch and this no works. But..When we click on "Analyze It With MS Excel" in a Report View the process seems to be creating the spreadsheet (ie. the...
  18. JJayUK

    SQL Job Dependencies possible?

    Hello, Does anyone know how to put dependencies into SQL Server jobs? Job A, for instance, will only execute if Job B succeeds before it. I'm using Version 7 with Sp2. Any help appreciated, Regards, JJayUK
  19. JJayUK

    Harry Potter and the Curious 'Log Full' message

    Hello again, Here's one! SQL Server 7 with Service Pack 2. The database is about a GIG and it's set to 'Truncate Log on Checkpoint'. The log is also set to automatic growth (at 10%). Despite this we sometimes get messages sent to the event log saying something like "Error: 9002...
  20. JJayUK

    Magic Self-Fixing DBCC Error!

    Hi, We currently run SQL Sever 7 with SP3. The database I'm concerned with is quite large (about 50gig) and executes a long batch run every night. At the end of each backup a DBCC CHECKDB is performed and ,every night, produces an index error on one of the tables. The next morning, we can...

Part and Inventory Search

Back
Top