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

    Logon form appearing inside Excel

    Hi all Heres a good one. I've got a system which was been written to create Excel files from data within a database via an XSL transformation. This works fine for 90 odd% of users. we have two users that when they navigate to the aspx screen which will create the spreadsheet and display it...
  2. Rilez

    Logon form appearing inside Excel

    Hi all Heres a good one. I've got a system which was been written to create Excel files from data within a database via an XSL transformation. This works fine for 90 odd% of users. we have two users that when they navigate to the aspx screen which will create the spreadsheet and display it...
  3. Rilez

    Crystal Report application server hanging VBNET Sql connections?

    Hi all I'm going to post this in here and the VB.NET forum. We have a VB.NET windows service running on our web server which has a timer control which ticks every 15 seconds and runs several processes on an SQL server. I've enabled the individual parts of the service to be disabled via the...
  4. Rilez

    Crystal Report application server hanging Sql connections?

    Hi all I'm going to post this in here and the crystal forum. We have a VB.NET windows service running on our web server which has a timer control which ticks every 15 seconds and runs several processes on an SQL server. I've enabled the individual parts of the service to be disabled via the...
  5. Rilez

    Whats possible

    I know this sounds stupid but what can we do with this system? at the moment it is just giving simple reports to us about usage - I'd like these to be linked to our in-house developments a bit better and also was thinking about some sort of customer service system to pop information to users...
  6. Rilez

    Connection pool problems with services

    Hi all I've got a series of windows services that connect to my database to perform operations to data loads to progress them from one state to another. This all works fine apart from the sql server service has to be stopped and started every night to enable backups. When sql comes back up the...
  7. Rilez

    Multiple windows services starting together

    Hi all I've got an application that is going to need a number of different services. I'd like all of them to use the same project. I currently have two services in the list - both installing fine (the main from the first service calls the second as told to do in the comments in the template...
  8. Rilez

    DSR file refusing to open

    I am trying to set up a development environment for an application not originally developed by my company within Visual Basic. The project uses a Crystal report of sorts. Everything is ok except that the DSR file (report) refuses to open. I get the following message... Line 2: Class...
  9. Rilez

    DSR file refusing to open

    I am trying to set up a development environment for an application not originally developed by my company. Everything is ok except that the DSR file (reports) refuse to open. I get the following message... Line 2: Class {BD4B4E61-F7B8-11D0-964D-00A0C9273C2A} of control crwExport was not a loaded...
  10. Rilez

    # character in impparfile

    Is there anyway to include a # character in a parfile for the imp routine. When we run the import the password for a particular database includes a # character which we are unable to change. IMP doesn't seem to understand this (at least not under unix) and asks for the user to log on. This is ok...
  11. Rilez

    Wrong date on file breaking sourcesafe

    This is a fun one. I've checked in a file with a date 4 years ago (was doing something else at the time that needed me to look at y2k). The file was first created in VSS in 2002. I cannot delete the instance I have created as VSS says that it doesn't exist and it doesn't appear in the history...
  12. Rilez

    Number of instances of a character in a string

    Hi all I'm trying to find out if there is a way of counting the number of times a particular character appears in an xml field using xslt. Basically I'm storing a section of the filestructure and I would like to know how many levels there are (ie the number of occurances of "\" within...
  13. Rilez

    XML File Structure

    Hi all I have an application which needs an xml representation of the file structure on our server. This works perfectly but it currently takes a long time (approx 20 mins) to build. I was wondering if there was a quicker way of parsing through the directories rather than using the FileObject...
  14. Rilez

    usercontrols and url authorization

    This is starting to become troublesome. I set the access rights to users within web.config and it stops me accessing aspx files within that directory - great. However if I have a usercontrol within that directory I can get hold of it from another page therefore making the security a little...
  15. Rilez

    COM addin adding button to email view

    I have created a com add in to add a button to the view email form. It all works for me but when I run and install it on some machines (not all) the button only appears on the new mail form. Trouble is as far as I see it, it's exactly the same inspector. Am I wrong? I've been getting the...
  16. Rilez

    CDO problems

    I am having real problems with CDO/MAPI work within ASP.NET. I am trying to log onto the impersonated users mailbox and add appointments etc there. I literally can't do it no matter what I do. I don't get an error untill I try to access the inbox or an item of the field collection. Everything...
  17. Rilez

    webservice impersonation

    ok. After about 5 hours of debugging I am losing hair and as I'm only 22 this is not good. I have a webservice that gets the directory structure of out file server and puts it into an xml file for use later on. This will not work with impersonation unless I define the username / password in the...
  18. Rilez

    Security privilege checking - how?

    ok I want to check whether a user has access to a file on a network share. I have tried using impersonate and seeing if the file exists but that always says the file exists which is a little annoying but hey. How can I do this? The application itself is a search page with the generalisation...
  19. Rilez

    Linked server to a networked Access database

    This is driving me insane. I have created a link to an access database which resides on a network share using the UNC path. It all works find when administrating on the SQL server itself but will not work when administrating from another machine, giving the error... Error 7399: OLE DB provider...
  20. Rilez

    Free Database - does such a thing exist?

    I am currently developing a project at home in vb and am trying to find a free database engine to use within it. I have found a couple of c based librarys but am having problems getting these to work within vb. I don't need a pretty front end of anything - just something I can run sql against...

Part and Inventory Search

Back
Top