Content Type
Profiles
Forums
Events
Everything posted by Tripredacus
- 
	Some recent versions of CCC require specific .NET Framework versions to be installed. What version are you up to now? Also, can you easily reproduce this error? You may want to attach the Windows Debugger to mom.exe and recreate the crash.
 - 
	As of now we have 1 Windows 7 Ultimate x64 computer on the domain. There is a Windows XP Pro SP3 computer that has a shared printer (not a network printer) that is an HP LaserJet P1505. If you try to add the printer from Win7 you get an error. If you try to connect to the printer, it says there are no drivers for it. I looked on HP's website and they do not have any Windows 7 drivers for this model. My question is, can I install the "Extra Drivers" on the XP computer using the Vista x64 driver package? And generally, can Vista x64 drivers work with Windows 7 x64?
 - 
	Speaking of which... The Prodigy - G-Force (Energy Flow) no its not a coincidence. I kept skipping ahead to find the next German song but this came up instead.
 - 
	I can install Vista using Unattend and WDS. My development with it is halted right now as I wait for R2. You can see my original project thread here: http://www.msfn.org/board/index.php?showtopic=130994 And an example of the WDSClientUnattend.xml file here: http://www.msfn.org/board/index.php?showtopic=134633 So basically make your XML with WSIM, then split it so that the Server side XML contains only the two passes listed in my XML example. The rest of the passes get attached to the install image.
 - 
	I just use more than 1 boot image. And from each boot image, I have it handle separate things. Right now I have 4 (on my test server) that handle XP, Vista, 2008 and a test.
 - 
	Desktop support is a good perspective to start in any management role because it gives you direct contact with the end users.
 - 
	Gustav Holst - Pluto, Lord of the Underworld
 - 
	This may happen as we try to correct the problem.
 - 
	Updates! 7Server Promoted to be a Domain Controller for SHARK Migrated Schema Master, Domain Naming Master, Relative ID Master and PDC FSMO Roles. Currently Unclesocks retains PXE, DHCP, DNS, WDS and the Infrastructure FSMO Role
 - 
	It happens with fast reply, reply and new topic. Haven't seen it with full or quick edit yet. When completing an edit with "Quick Edit," the form just freezes up and doesn't complete the edit at all. I have to copy everything and use the "Full Edit" to, well, edit my posts. That's not happening for me at all. I haven't tested the timeout option with edit, I can do that now.
 - 
	If you go into the RAID BIOS, does it say the array is healthy?
 - 
	
	
				Subscript Out of Range
Tripredacus replied to Tripredacus's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Yes, see it calls EnumDirs at the end, which is what is supposed to show that on the screen. Here is that portion, or look at that in the code you changed. Sub enumDirs Dim colFilelist, objFile, strButtons, objShortcut, colTargetList, objTarget, x, y, strKey, strItem, k, mxChk, tmpstr1 ReDim arrButtons(1,-1) Call VolInfo(tmpstr1) strBody = "" mxChk = "" strTaskValue = "1" For k = 0 To Ubound(strIndx) ReDim Preserve arrButtons(1,UBound(arrButtons,2)+1) arrButtons(0,UBound(arrButtons,2)) = strNames(k) arrButtons(1,UBound(arrButtons,2)) = "<Input type=radio name=radioList id='" & strIndx(k) & "' onClick=showRadioInfo>" & strNames(k) & " - (Index: " & strIndx(k) & ")</BUTTON><BR>" Next 'Perform a a shell sort of the string array based on button label For x = 0 To UBound(arrButtons,2) - 1 For y = x To UBound(arrButtons,2) If StrComp(arrButtons(0,x),arrButtons(0,y),vbTextCompare) > 0 Then strKey = arrButtons(0,x) strItem = arrButtons(1,x) arrButtons(0,x) = arrButtons(0,y) arrButtons(1,x) = arrButtons(1,y) arrButtons(0,y) = strKey arrButtons(1,y) = strItem End If Next Next For x = 0 To UBound(arrButtons,2) strButtons = strButtons & "<tr><td id=buttonTd>" & arrButtons(1,x) & "</td></tr>" Next strBody = strBody & "<BR><BR><b>Select Image to Apply:</b><BR><BR><HR><BR>" body.innerHTML = strBody strBody2 = "<BR><HR><BR><!--<button class='Btn' id=start title='Start Installing' Accesskey=S onclick=doTask(strTaskValue)><U>S</U>tart installing</BUTTON>--><BR><BR><BR>" wimlist.innerHTML = strButtons wimlist.style.visibility = "visible" body2.innerHTML = strBody2 asemat.InnerHTML = "<div id='diskinfo'><BR> <TABLE class='diskinfo'><B>Logical Disk Information:</b><BR><BR><P><tr><td><b><u>Drive</b></u></td><td align=center><b><u>Type</u></b></td><td align=center><b><u>FS</u></b></td><td align=center></td><td align=right><b><u>Used</u> / </b></td><td algin=left><b><u>Total </u></b></td></tr>" & tmpstr1 & "</TABLE></P></div>" asemat.style.visibility = "visible" End Sub - 
	
	
				Subscript Out of Range
Tripredacus replied to Tripredacus's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Yeah, that's the v9.0. Geezery sent me a v9.1 version, which is what I am working on. You can post your cleaned up code in that thread and I will update the post later. As far as getting the image index to work with this sub, I can tell you that it is creating the txt files and running the imagex /info command. But it is not displaying the names of the images inside the WIMs when you select them. Perhaps that isn't handled in this sub? - 
	Is there a way to have a User that is the Computer Administrator be able to run programs without having to right-click and choose 'Run As Administrator?'
 - 
	It happens with fast reply, reply and new topic. Haven't seen it with full or quick edit yet.
 - 
	
	
				Subscript Out of Range
Tripredacus replied to Tripredacus's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
I am wondering where you got the full source for version 9.1? Only verson 9, the one in my post, it available as far as I know. Edit: OK the page renders now, but it won't show the different images in each WIM. So something is different. All that should be different for this subroutine and the one in version 9.0, is that it should show the Image Index number parsed from the XML in IMAGEX /INFO next to the DESCRIPTION, which should be next to the radio button. - 
	Welcome to the MSFN!
 - 
	Can you describe from a high level how you are using multicast from Win2k8? Thanks I don't have a high level explanation. Also it isn't really featured by any of the books I have here. It appears to be native.
 - 
	
	
				Subscript Out of Range
Tripredacus replied to Tripredacus's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
It definately didn't like that peice. I used the cleaned up part. It says Syntax Error on line 214, which is this one: pos = In(1, t, "<NAME>", 1) BTW I will credit you in the source code if we can get this working. - 
	Your router is likely trying to assign a default gateway for both types. When connected with both types to the same computer, it can only use 1, because it can only have 1 default gateway listing. Not sure if this is it, but the first thing that comes to mind.
 - 
	I don't think it has anything to do with ImageX or WinPE. It all comes down to the fact that 2008 has it and 2003 doesn't. WDS doesn't count either because it really doesn't even manage anything. I've been using 2008 with Win PE 2.0 (now 2.1) for awhile now. It multicasts by default since this is handled by 2008.
 - 
	I may have found what is causing this issue. I will report it and hopefully it can be fixed soon.
 - 
	I am working getting the (unreleased) ImageX COM Based HTA v9.1 working. v7 and v9 can be found here: http://www.msfn.org/board/index.php?showtopic=133547 Version 9.1 was sent to me from Geezery prior to killing the availability of version 9.0. It adds (at least) two functions, one of which allows a custom Diskpart script option, and also the ability to display the Image Index value in the name. I am testing migration to this version now, and after testing I can make it available in that thread. But it is having difficulty parsing the HTA for display. I haven't even tested actually using it yet. I am receiving the following Script Error: I understand what this error means, but the general VBS examples that websites give me aren't enough for me to figure out why. The error points to this Subroutine, the line in question prefixed with '--->' (added only for this post) so if you copypasta this, make sure to remove the arrow. Sub parseFile() Dim objTextFile, sReadLine, pos, pos2, pos3, i, tmpStr1, oExec, objSel1, strFile, objSel2, SysFolder2,temppiFile Set objSel1 = window.document.getElementById("select1") Set SysFolder2 = Objfso.GetSpecialFolder(1) temppiFile = SysFolder2 & "\temp.txt" strFile = myFilepath + objSel1.options(objSel1.selectedindex).text ObjShell.Run "%comspec% /c Imagex /info "+strFile+" > "+temppifile,0,True i = -1 Redim strNames(0) Redim strIndx(0) Redim strDesc(0) If objFso.FileExists(temppifile) Then Set objTextFile = objFso.OpenTextFile(temppifile, 1) Do While Not objTextFile.AtEndOfStream sReadLine = objTextFile.ReadLine pos = Instr(1, sReadLine, "<NAME>", 1) pos2 = Instr(1, sReadLine, "<IMAGE>", 1) pos3 = Instr(1, sReadLine, "<DESCRIPTION>", 1) If pos2 > 0 Then i = i + 1 Redim Preserve strIndx(i) Redim Preserve strNames(i) Redim Preserve strDesc(i) strDesc(i) = "NO DESCRIPTION" tmpStr1 = Right(sReadLine, Len(sReadLine) - (pos2 + 13)) strIndx(i) = Left(tmpStr1, Len(tmpStr1) -3) End If If pos > 0 Then tmpStr1 = Right(sReadLine, Len(sReadLine) - (pos + 5)) strNames(i) = Left(tmpStr1, Len(tmpStr1) -8) End If If pos3 > 0 Then ---> tmpStr1 = Right(sReadLine, Len(sReadLine) - (pos3 + 12)) strDesc(i) = Left(tmpStr1, Len(tmpStr1) -15) End If Loop End If enumDirs End sub I looked it over and for any syntax errors but nothing stood out to me. I'm thinking possible requirements to clear the var before reuse, but I don't know VBScript well enough to know how to begin. So anyone can take a look at this and see if anything stands out.
 - 
	Here's one for you. Still it seems that frontpage and forum logins aren't working properly. Since the website got upgraded, I decided to test out the comment issue. Its old news that comments are never tagged, so I did this: 1. Clear cookies (closed browser) and session data 2. Go to home page. 3. Log in from Homepage. Logged in and everything great. 4. Made a comment on news article Results: http://www.msfn.org/cms/news_story/windows...ng_13_july.html Note: It won't let you post a comment if you aren't logged in. After you post a comment, you are no longer logged into the home page (because you can't make new comments), but you are logged into the forum. Also, it said my time was 6:10pm! Well that's what happened to me. Comments still broken. Also if you go to the home page, it says that news item has 0 comments. If you click it, it suddenly says 1 comment. If you go back to the homepage, it says 0 again. I wouldn't want to figure this headache out! JK Xper does a great job! EDIT: OK I finally got this message... It has to do with the session data I believe. The session hash stored by the browser does not equal the one stored on the server. This doesn't mean that the hash is changing, but perhaps it is expiring on the server, which can give this message also.