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 strongm 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: *

  1. tramimaus

    Backup password

    Hi all, I'm running Arcserve 11 and I want to backup a sql 2000 backup. I use the domain admin account to back it up, but I always get the error "unable to logon as user". any ideas which userid/password it is looking for? thanks.
  2. tramimaus

    System State not showing up for backup job

    Hi, I'm using ArcServe 11, I try to backup the system state from our server, but it's not showing up. Only the drives (C, E, etc) are showing and I'm able to back up those, but system state is not an option to check for the backup. Any ideas? Thanks!
  3. tramimaus

    How can I create a report in SMS 2003?

    Hi, I'mt trying to create report that shows all computers that have Project 2003 installed. How can I create a report like that in SMS? Any advice? Thanks!
  4. tramimaus

    user wont show up in group

    any other suggestions? I tried, but nothing particular erro stands out. any ideas?
  5. tramimaus

    user wont show up in group

    Hi all, I was wondering if you could help me out. I'm running Exchange 2003 in a Win2003 environment. We have a user here, he is listed in the Global address book. I added him to a group, however, he is not showing up in the group. The group is just one of the groups in the Global address book...
  6. tramimaus

    change XP Volume license key with SMS 2003

    Hi everyone, I'm trying to create images and using SMS Image Packaging to push them out to the workstations/notebooks. However, it would give me an "invalid product license key"-error when it runs thru the imaging process. I used Win XP Product key modifier to change to our company's volume...
  7. tramimaus

    Imaging using SMS 2003

    HI, thanks for the advice. I did put the settings in the BIOS to boot from the CD first. It somehow just run the mini-setup and then booted up in regular Win XP. Now when I try to run the Capture Image CD on that target laptop again, it gives me an SMS 2003 error "Failed to change administrator...
  8. tramimaus

    MOM 2005 & SMS 2003

    Hi, we're running SMS 2003, and I was wondering if anyone had seen problems when it is running with MOM 2005? We want to install MOM 2005 for network performance monitoring. However, I was wondering if it would provide any problems, e.g. the agents overlapping each other, etc... thanks, -td
  9. tramimaus

    Imaging using SMS 2003

    hi, can anyone help me out? I created a bootable Create Image CD via SMS 2003. Insert it into my target-laptop (running Win XP SP2), run the Image Capture on the target-laptop. Copied Sysprep into C:\sysprep. during the wizard, I put the image name, where the image is copied to, the admin...
  10. tramimaus

    Inserting Calendar into VB.NET

    Hi everyone, can somebody help me out? How can I insert a calendar into a webform? I want the user to pick a date by clicking on the calendar. E.g. user picks the date via the calendar control, and as a result, the picked date would show up in the text box (next to it). How can I do that? Any...
  11. tramimaus

    Parameterized Access/SQL statements?!

    Hi! Can somebody help me out please? I need to modify the code, so that it uses the text command version of the parameterized sql/ access statement. Does anybody know how to do that? Thank you! Dim dtNW As New DataTable Dim ConnEmp As OleDb.OleDbConnection Dim strCommand As...
  12. tramimaus

    how to distinguish between interfaces and concrete class?!

    Does anybody know another way to distinguish between interfaces and concrete class (other than naming conventions)? For example, suppose someone disregarded the naming conventions but drew the inheritance hierarchy, how could you identify the coclass and the interfaces?! Does anybody know...
  13. tramimaus

    Implement interface member error

    Hi! I'm getting this implement interface member error. I'm not sure, if I'm missing something. Can somebody help me out? thaaaaaanks! This is the code from the class that derives from the interface : using System; namespace Arithmetic { /// <summary> /// /// </summary> public class...
  14. tramimaus

    Syntax Error

    Thanks! I inserted the (this); but now I get another error: 'static_cast':ambiguos conversion if (riid == IID_IUnknown) *ppvObject = static_cast<IUnknown*>(this); else if(riid == IID_IX) *ppvObject = static_cast<IX*>(this); else if(riid == IID_IY) *ppvObject =...
  15. tramimaus

    Syntax Error

    Hi! Can somebody help me out? I get a syntax error, when I try to compile this code. The syntax error indicates,that I'm missing something before the else if(riid==IID_IX). Can somebody help me out? Thanks! if (riid == IID_IUnknown) *ppvObject = static_cast<IUnknown*> else if(riid...

Part and Inventory Search

Back
Top