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

    Dynamic SQL - update with a double quote in my field

    Hello - I am building some dynamic sql and I have a problem with a field I am reading from a database that contains a double quote that I am then trying to include in some dynamic sql to update another table. Basically I have this problem: create a recordset by selecting * from table A loop...
  2. k8277

    Call stored procedure in another database

    I am stuck here. I have 3 databases, A, B and C. Databases A & B contain my data for two different locations. Database C contains my custom stored procedures and functions. I would like to be able to call a stored procedure which resides in database C from database A. I want the stored...
  3. k8277

    Display additional announcements

    I am using WSS 3.0. With regard to the built in Announcement web part, I would like to display more than 5 current announcements at a time on the main page. Currently, it only displays the 5 newest announcements. Can this be increased, preferrably to display all that have not expired?
  4. k8277

    500 Internal Server error missing details from log file

    IIS 6.0 Last week a page on my classic asp site started producing frequent 500 errors. The iis log file contains the error, however it is missing the detailed data of where the error occurred and why. It has the page and the 500 error, but doesn't tell me on what line and why the error...
  5. k8277

    Modify the new user welcome email

    How do you modify/customize the email message that is sent when you add a new user to your sharepooint site?
  6. k8277

    WSS v3 with Forms Authentication

    I have this up and running, but I need to know how to modify the forms login page. I am trying to use Sharepoint Designer 2007, but when I attempt to save the login.aspx file, it tells me there server must be running either Frontpage extensions or Sharepoint Services. What am I missing here...
  7. k8277

    WSS pushing content updates to subsites

    With WSS 2.0 is there a way to add content (ex. an announcement) to a site and then automatically have it update all of the subsites with the same addition?
  8. k8277

    Need to add a site template to the top level template list

    WSS 2.0 I saved a site as a template, so now I have a xx.stp file. I would like to include this template in the list that you get when you create a brand new top level site. How can this be done? Right now, I just see the default templates that Microsoft gives you out of the box. Thanks
  9. k8277

    Disaster Recovery - moving master db to new server and new partition

    I am creating some disaster recovery documentation and doing some testing. My problem is: On my production SQL server all of the sql data is located on drive E:\mssql\data\*.* and I am trying to restore all of the data to a new server on C:\mssql\data. I was able to restore the master db...
  10. k8277

    Out of Memory Error

    I have a line of code that is randomly giving users a problem: Redim yArray(3,Ubound(xArray,2)-1) In the IIS log file it gives me a 500 Out of Memory. The server has 2GB and pretty much runs with 1.3GB free. Other posts on the net have said this could be caused by two things in the second...
  11. k8277

    Http 500 Internal Server Error - how to find error details

    I have friendly error messages turned on, so when a user experiences an Http 500 error, it will display the page, line number and error. Is there a way to retrieve this data from the web server. If I look at the IIS logfiles, it just gives me an abbreviated portion of the error. I need to...
  12. k8277

    SQL Mail / Outlook - outlook.pst in use problems

    I have setup SQL Server Agent to use an Outlook Mail profile. When I created the mail profile, I used the same domain account that the SQL Server Agent runs under. I believe everything was working and now I have some problems. Right now I can successfully start and stop a mail session by...
  13. k8277

    Contains Function - Need help soon

    I was tasked with modifying an xsl file and I know very little about xsl/xml. I need to read the value of a node and then determine if it contains a string value. I have been researching xpath and the contains function but I am having problems. I found this link on here...
  14. k8277

    Host Headers with Sharepoint

    I have a sharepoint server setup with multiple subsites. We created a DNS entry in Active Directory called "intranet" that points to the IP of the sharepoint server. I would like to be able to use Host Headers to forward the "intranet" DNS entry to a sharepoint subsite. How do I create a host...
  15. k8277

    Open Excel file from a link

    This has to be something simple that I am overlooking, but I have the following code that is driving me crazy. <a href="excel.xls" target=_blank>Excel file</a> I am just trying to open an excel file in a new window, the new window opens however IE attempts to translate the file into html...
  16. k8277

    Scheduled Activex job keeps failing - mapping network drive

    I have a sql agent job setup that runs a simple activex (vbscript) script to map a drive to our AS400. When I run the scheduled job, the job is successful, however it maps the drive as Z:\Disconnected Network Drive. I can access the share, but I can't disconnect the mapped drive in a later...
  17. k8277

    DTS to run activex srcipt vbs is failing

    I have the following vbs file that runs fine if I run it from windows explorer. If I try to create a task in a DTS and run the same code I get the error: Variable is undefined: WScript. It errors on the line: Set WshNetwork = WScript.CreateObject("WScript.Network") The code is mapping a...
  18. k8277

    Multiple Remote Desktop connections - second user kicks off first user

    I just setup remote desktop on a host machine. If I remotely connect with Remote Desktop, I am notified if a user is logged in and I have the option to kick them off and log in. My problem is after I make the intial remote desktop connection, if a second user tries to remote desktop to the...
  19. k8277

    xp_cmdshell and network permissions

    I setup up a sql server agent job to run a batch file that does nothing more than copy some files from a network location to a share on the local SQL server where the batch job is scheduled to run. My only step in the job is of type Transact-SQL and is as follows: exec xp_cmdshell...
  20. k8277

    Mask Url for the entire site/pages

    How do I setup my site so that no matter what page you visit, the address bar displays: http://www.domainxyz.com, instead of the full path to all the pages? Can this be done without frames?

Part and Inventory Search

Back
Top