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 Mike Lewis 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. simonster

    VBScript: 2 Problems in Script that changes Visio Key

    First of all: You are about to read a really stupid question now. I am a beginner in VBS, so please forgive me ;-) What I want to do with my script: Check in registry, if Visio is installed If yes: Change the key to the stated visio key I want to run this script in a group policy...
  2. simonster

    VBS: 800706BE - The remote procedure call failed

    Windows Updates did not help...
  3. simonster

    VBS: 800706BE - The remote procedure call failed

    Mh... does anyone have any idea what could help? :[
  4. simonster

    VBS: 800706BE - The remote procedure call failed

    I tried the following: I created a virtual win xp sp 2 machine. If i log on from there it works with EVERY user... so it MUST be something with the workstation... I'm a desperate person :]
  5. simonster

    VBS: 800706BE - The remote procedure call failed

    My vb-program opens the scripts as user 'prjcr'. Only THIS user is allowed to execute the scripts... so everybody who uses my program, executes the scripts with the same user... But I checked the users (who execute the vb-program): They are in the same group and everything...
  6. simonster

    VBS: 800706BE - The remote procedure call failed

    Ok, checked that too... IE version is everywhere the same... :[
  7. simonster

    VBS: 800706BE - The remote procedure call failed

    OS/SP is always WinXP with SP 2 I'll check the IE versions, thanks for the tip!
  8. simonster

    VBS: 800706BE - The remote procedure call failed

    Sure... this is the code'til the error occurs Const ValueRoot = "&h17" Const sStartFolder = 17 'This value specify folder/browsing options Dim PathFileBrowse,Subfolder_1, Subfolder_2, Subfolder_3, Subfolder_4, Subfolder_5, Subfolder_6 Subfolder_1 = "" Subfolder_2 = "" Subfolder_3 = ""...
  9. simonster

    VBS: 800706BE - The remote procedure call failed

    Hello there I wrote a program in VB6, which executes a VBS located on a server. This VBS creates a folder structure and distributes the necessary permitions for it. On some workstations, everything works... but on other PCs, I get the error: Error: The remote procedure call failed. Code...
  10. simonster

    Getting all MAC-Adresses

    Hi there On my switch, I want to get all the MAC-Adresses for the occupied ports: http://192.16.45.156/level/15/exec/-/show/mac-address-table/dynamic/CR The list looks like the following: 0000.8521.a2e8 2 GigabitEthernet0/1 0000.8570.e3c2 2 GigabitEthernet0/1...

Part and Inventory Search

Back
Top