We tried that and it seems it is per call.
We routed to a different vector and queued up the skill and then returned to the original vector and it still was a no go.
I think what I am going to end up doing but I have to run it by the customer is do a
check skill 22 pri m if...
I am having an issue in Adobe Acrobat 8.0 that deals with adding icons and changing icons through javascript. Before I updated to the new version of Acrobat my method below worked to change out a picture but now I get a
"NotAllowedError: Security settings prevent access to this property or...
I was wondering if there is any special I need to do except set up the VLAN on two separate switches connected by a GBIC fiber connection to let them communicate on that VLAN. I have the first switch VLAN working already. It is setup as a GUEST vlan to let people come in and use our outside...
I think i documented below enough of the code that you should be able to figure out what is going on. This may or may not help you.
John
'Set constants for files
Const ForReading = 1
'Set up for error handling later
On Error Resume Next
'Set up the input file and make sure the argument for...
...& "{impersonationlevel = impersonate}!\\" & strComputer & "\root\cimv2")
set colFolders = objWMIService.ExecQuery("Select * from win32_Directory where name like '%i:\\%'")
for each objFolder in ColFolders
outputfile.writeline objFolder.name
next
outputfile.close...
I found some code and made it this far but could somebody help me with checking all the subfolders too.
set objShell = CreateObject ("Shell.Application")
set objFolder = objShell.Namespace ("c:\drivers")
set objFSO = CreateObject("scripting.fileSystemObject")
dim...
Is there any reason you couldn't do this with a for statement
for x = 1 to 30
strDataScript = strDataScript & "Document.All(""REGLabel1_" & iPageCount & "_" & iRowCount & "_20"").innerhtml = """ & Week(x,1) &...
I really don't care who owns them for sure because by looking at most of them I can probably figure it out but the problem is is finding them.
I am pretty sure it is probably someone who has had their account deleted but without knowing where the files are I can't tell what can be kept or not...
I have searched and searched but can't find a way to tell who is the owner of a file.
Here is the situation I have.
I am looking through my disk quota's on one of my drives and I have a couple entries that show no account information available for the name and the logon gives a SID. What I...
You are going to have to add cDate function in and then put the And in to make it work
tempDate = cdate(rs("dtsDate))
If cdate(Week1Start) <= tempDate and _
cdate(Week1End) >= tempDate Then
This way it is sure that the dates are all in the same format.
I would try and set up so it shows explicitly that you want it less than the week1end
ie
If Week1Start <= rs("dtsDate") And Week1End >= _
rs("dtsDate") Then
This may or may not do it but it would be worth a try.
...' If the given name is blank, then filter on all people
If (strPerson = "") Then
strName = "(sn=*)"
Else
strName = "(sn=" & strPerson & "*)"
End If
' Add the two filters together
strFilter = "(&" & strObjects & strName & ")"...
http://support.microsoft.com/?scid=278966
This is pretty close to the problem your having and has to do with a missing account.
John Woodraska
PC Support Specialist
I have ran into this problem where they are over there storage limit. So when you try to delete them it trys to put them in the deleted items folder but already being over your limit it won't even let you move them around. The only solution I have found besides upping there mailbox storage...
We are having the same problem at my company right now and we have narrowed it down to the machines looking at the old exchange server that had 5.5 on it. It will break out of it eventually but takes quite some time to do so. We are in the process of removing the old exchange server from the...
No matter what I seem to do I cannot get the console to come up from a 3300 switch. I have tried both the hyperterminal solution and the 3com serial web utility to try and accomplish this. I have a null modem cable that works. Any other suggestions would greatly be appreciated.
John
Found one more article on the veritas site.
http://seer.support.veritas.com/docs/244457.htm
Sorry about this but it had a long time since I had this problem and fixed it. The first solution I posted here solves the problem when you have sgmon.exe running and the log tells you that the name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.