Fixed it.
I needed to turn on the Windows Search feature on to make this work. You can synchronize files without it, but apparently indexing needs Windows Search to work. Which is weird, because the Windows search service can be disabled and it still works.
I rolled out a group policy to...
I'm a network admin. I've created a %username\documents folder for all users and applied the necessary security. For most users, I make this folder available offline and I am able to include it in their Documents library.
For the last two users I did this, but was unable to include folder in...
Just got to a new organisation and I need to verify that their DNS is set up properly.
New York is the main site. Texas and California and Washington are the other sites. Only Texas and New York have a domain controller and DNS server New York has a DNS server with a forward lookup zone of...
I need a kick-start. I just got to a new organization, they have Windows 2008 with Hyper-V hosting an Exchange and a SharePoint server. It has a 4-port NIC card with only one port plugged into the network. I want to add at least one more connection to increase throughput. What is the correct...
I'm almost ashamed to ask this question because I've done this many times before. But something's not working and I want to make sure I have it right:
I just started at a new company. They have 5 locations, and a server in each location (which are NOT running DNS). Location 1 has their main...
Yes, the temp folder is in this key:
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Security]
"InitEncrypt"=dword:00000002
"InitSign"=dword:00000002
"OutlookSecureTempFolder"="D:\\temp\\Content.Outlook\\"
This is a folder I created because the original one was missing. This should...
Whenever I attach a Word document to an Outlook email, I'm able to do it and send the email, but then when I minimize Outlook there is a window with this error:
"You cannot close Microsoft Office Word because a dialog box is open. Click OK, switch to Word, and then close the dialog box."
When...
I'm using the following formula to calculate discount. I put the result in a string that I use to export to a CSV file.
Round (({MSRP}-{@Selling price})/{MSRP}*100,0)
The problem is the result displays with 2 decimal points:
69 percent displays as 69.00
I can't format the field in the report...
This ended up working, I got it from another report. Problem is, I see no reference to using % as a wildcard in the XI book, so I have no idea where this came from.
not ({@Dc1 } like ["%DAMAGED BOX%", "%DAMAGED%", "%UNBOXED%", "*Damaged Box*", "OUT OF STOCK"])
It didn't work. Here's what I have:
A field @Dc1 calculated by adding two item description fields together: trim({VINITEM.ICDSC1})+trim({VINITEM.ICDSC2})
Here's a portion of the selection criteria:
InStr("damaged",{@Dc1 },1) < 1 and
Instr("out of stock",{@Dc1 },1) <1
Here's one of the...
I'm trying to do a select based on the value of a text field. I want to exclude records that contain the words "damaged" or "out of stock" in the item description. It could contain other text as well, so I need to search the string for those words or phrases. I've tried "is not like" and tried...
I get alert messages from our SonicWall. Lately I'm getting a few hundred every day because we're being port-scanned from an ISP in another state. I tried going in to the router in front of the firewall to add an ACL dropping traffic from that site, but the router is owned by Cablevision and...
I have someone who has given delegate to an admin, and wants to get an alert or an email whenever the delegate sends an email on behalf of her. I looked into setting up a rule on sent items, but I didn't see a way of checking for "on behalf of" in the sender's address.
Any other way this can...
OK. I figure this out: I couldn't understand how a 1/2 gig database could be "live" constantly and didn't need to be refreshed.
So I ran a query, changed a record in the database, ran the query again and the data was updated. I was surprised.
What happened was when I originally created the...
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.