Tnsnames usage for entire site vrs. OID

I'm considering the use of tnsnames for simplicity of installation and ease of maintenance in my environment, rather than staying with OID. There are about 300 desktops, and 6 Oracle servers to maintain with oracle connections to the IIS webserver on the Microsoft platforms.
The IIS admin tells me when I change tnsnames, IIS has to be rebooted since it doesn't recognize the connection string changes in the tnsnames update. I've never seen this
type of problem before, does anyone have experience with using tnsnames for connection to the IIS server and if any parameters, connection pools, or config has to be done on
the IIS side to allow for changes to the tnsnames file?
Thanks in advance,
Kim
Edited by: 994004 on Mar 19, 2013 12:12 PM

Jatin,To get the reports of the Usage in OOB we need to configure the webanalytics in sharepoint.The component is part of search service.
Anil Avula[Partner,MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

Similar Messages

  • How to create sharepoint Group with read only permissions using powershell for entire site ?

    How to create sharepoint Group with read only permissions using powershell for entire site (including subsites and top level site)

    Hi
    using (SPSite site = new SPSite(url))
    using (SPWeb web = site.OpenWeb())
    SPUserCollection users = Web.AllUsers;
    SPUser owner = users[string.Format("{0}{1}", "Domain", "Owner Username")];
    SPMember member = users[string.Format("{0}{1}", "Domain", "Default Member Username")];
    SPGroupCollection groups = Web.SiteGroups;
    string GroupName = “Super Exclusive”;//your group name
    string GroupDescription = “Super exclusive group description.”;
    groups.Add(GroupName, owner, member, GroupDescription);
    SPGroup NewSPGroup = groups[GroupName];
    SPRoleDefinition role = Web.RoleDefinitions["Read"];
    SPRoleAssignment roleAssignment = new SPRoleAssignment(NewSPGroup);
    roleAssignment.RoleDefinitionBindings.Add(role);
    Web.RoleAssignments.Add(roleAssignment);
    Web.Update();
    Please 'propose
    as answer' if it helped you, also 'vote
    helpful' if you like this reply.

  • How to set version limit for entire site collection

    Hi,
    We have more than 500 document libraries in one site collection. I see some of them have more than 50 versions & taking lot of storage space. So planning to limit the version's to 3 Major and 3 Minor for entire site collection. How can we do that? I
    know we can set to individual library by how can we do that for entire site collection?
    Thanks
    Rithu.
    Rithu

    The version limit is a library specific setting, so you'll need to use PowerShell to set the property value on each library in every site in the site collection.  Here's a sample script that sets if for one library.  You'll need to expand the script
    to walk the sites recursively and run this for every library.  
    https://consultantpoint.wordpress.com/2012/06/15/powershell-setconfigure-document-library-with-majorversionlimit-majorwithminorversionslimit-require-to-checkout-before-editing/
    Please Note: Changing these settings won't delete old versions.  That only happens after each item in the list or library is edited.  
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Using a Single Library for Entire Site and When to Use Subsites

    I'm hoping a discussion I am having with my coworkers can be solved.  We are trying to decide two things:
    Should the entire office be under a single site or should each division have their own site?  Our Office has 5 divisions that contain 17 Branches, one site for business functions and one top-level site for the entire office.
    Is it standard practice to create one huge library managed by metadata or should there be multiple libraries?  I tend to think one library will be too hard to manage with regard to metadata and site columns and that libraries should be based on business
    functions or subject domains (i.e., SOPs, Quality Documents, Business Documents, Technical Documents, etc).
    Currently, several workflows, libraries and lists have already been created under our business functions site.  In order to house everything under a single site, we would need to change the name of the site and move everything under it.  I'm not
    sure if changing the name of the existing site will cause problems.
    I group these two items together because they really seem related.  With everything under a single site, individual libraries, lists and workflows could get out of hand as everyone tries to manage their own division.  But then so would a single
    library for everyone.  The problem with more than one site is that data cannot flow freely between sites (via workflows) and search would be less effective so some are against separate sites.  So knowing one question may affect the answer for the
    other.
    Any thoughts on our library and site structure would be appreciated.  Thanks.

    As always the usual SharePoint consultant cop-out answer of 'it depends' is correct.
    Having said that there are certain trends that are quite relevant:
    It isn't common to use a single site collection for all sites. It can be done but it often leads to a state where you have a single monstrous site collection which is harder to backup, recover and maintain (see the boundaries and limits documents). The
    default behaviour in most cases is to have a central 'shared' site collection then one per <group> where Group is a team that works on the same content, has broadly the same area of interest and access. That might be one for HR, one for the Support team,
    one for the Sales team etc.
    In terms of libraries there's a wide variation. If there' no difference in views, security and metadata then keeping the library count down is generally a good thing. However using multiple libraries can make life easier and better for users by allowing
    more useful views, more secure by locking down libraries rather than using item level permissions (always a nightmare) and allowing more useful alerts and so on.
    SharePoint architecture is a science but it's a really, really hard one to formulate into If/Then rules. So, broadly answering your questions I would lean towards multiple site collections and I generally agree with you on point 2, although if there's only
    a small number of documents and simple structure then a single library might still make sense.

  • Is it possible to disable visited link color for entire site.

    I have a 20 page site and am using text links in a sidebar for site navigation between pages. I desire to for a red hover color to appear when mouse cursor is over link. All works well the first time page is visited, cursor placed over Link1 changes color of Link1 text to red. Now if I click on Link1 and then return to the page on which Link1 was located, the cursor placed over Link1 does not show the hover color because the link now has the visited color. while I know I can edit the CSS file for each page (there are 20 or so) CSS to remove the "a:visited....." code to disable the visited color from overriding the hover color, doing so is rather inconvenient since the site is in very active development.
    Question: is there any way to globally disable the visited color or disable the visited color in iWeb?

    Robbo, at this time it not possible to disable the Edit Layout on the record detail page.

  • Acces rules not blocking entire site

    Hello we are trying to block all url acces to rapidshare (and megaupload, gigasize , etc)
    we are using the syntax
    http://*rapidshare*/*.* and used also http://*rapidhsare*
    then when i type for example
    RapidShare: 1-Click Webhosting
    i am allowed to get the file
    only typing http://*rapidshare*.*/*/*/*.* i'm allowed to block it but i don't know the structure of all the sites, i would like to block the entire site with some generic syntax like "*domain*" for entire site.
    How i should block the entire site of rapidshare then?
    Thankyou for your replies !

    stormo wrote:
    >
    > cpremo;1547472 Wrote:
    > > stormo wrote:
    > >
    > > >
    > > > Hello we are trying to block all url acces to rapidshare (and
    > > > megaupload, gigasize , etc)
    > > >
    > > > we are using the syntax
    > > >
    > > > http://*rapidshare*/*.* and used also http://*rapidhsare*
    > > >
    > > >
    > > > then when i type for example
    > > >
    > > > 'RapidShare: 1-Click Webhosting'
    > > > ('RapidShare: 1-Click Webhosting'
    > > (http://rapidshare.com/files/89231303/2002_Ch_C.rar))
    > > >
    > > > i am allowed to get the file
    > > >
    > > > only typing http://*rapidshare*.*/*/*/*.* i'm allowed to block it
    > > but
    > > > i don't know the structure of all the sites, i would like to block
    > > the
    > > > entire site with some generic syntax like "*domain*" for entire
    > > site.
    > > >
    > > > How i should block the entire site of rapidshare then?
    > > >
    > > > Thankyou for your replies !
    > >
    > > The proper way to block it would be like this:
    > >
    > > http://rapidshare.com/*
    > >
    > > or
    > >
    > > http://rapidshare.com:443/*
    > >
    > >
    > > The 443 is for any "HTTPS" type traffic.
    > >
    > > --
    >
    > thanks
    >
    > typing
    >
    > http://rapidshare.com/* worked for block the entire site.
    >
    > But for the https traffic, making this rule
    >
    > http://rapidshare.com:443/*
    >
    > can't block
    >
    > https://ssl.rapidshare.com/premiumzone.html
    >
    > i should add a wildcard before the domain? and put https?
    >
    > thankyou
    That's because the site address is different. This would be the
    address to put in:
    http://ssl.rapidshare.com:443/*
    The HTTPS setting is as follows:
    http://SiteAddress:443/*
    So in otherwords drop the "s" from https, enter the site address and
    add ":443/*" to the end.

  • Sharepoint 2013 master page branding for public site

    We have created one SharePoint 2013 public site in office 365.
    We create a custom master page for entire site.when i am login with particular user then its fine.but for anonymous user publishing page design and content not properly view.
    please provide me proper solution for publishing page layout that works with anonymous user.

    You should be able to configure this within the library settings of the master page library as below.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Is there a way for me to block a page within a website without blocking the entire site?

    I want to block some kids from my son's Facebook profile, if I block them using FB he will just unblock them. I've tried altering the hosts file but it doesn't work unless I block FB entirely. Is there a way to block pages from a site without blocking the entire site?

    Not sure but try this:
    -> Go to your son's page on Facebook
    * Right-click empty space within the page and click '''View Page Info'''
    * In the '''Page Info''' window, select the '''Permissions''' panel and change the setting to '''Block''' for all options
    * Close the Page Info window -> Restart Firefox
    Check and tell if its working.

  • Hi, I am going to an exhibition where there is no internet access but would like to show people around my website. I have added "scrapbook" but cannot work out how to 'save' an entire site for viewing off-line.

    Hi, I am going to an exhibition where there is no internet access but would like to show people around my website. I have added "scrapbook" but cannot work out how to 'save' an entire site for viewing off-line. I thought there was a way to specify 1/2/3 clicks from home page etc. Please help. DAVID

    OK, solved my own problem, but am posting here in case someone else has the same problem. It totally does not make sense, especially considering that it stopped after I reinstalled Lion, but the good thing is I have my files back.
    I scoured the web and found a lot of other people are having the same problem. Most of them didn't have a clue how to fix it. This discussion was the most helpful to me: https://discussions.apple.com/thread/2569766?start=30&tstart=90
    So, I went to the WD page and followed the instructions. The first suggestion was to plug it directly into a wall, because it may not be getting enough power from a power cord. I did this and it fixed the problem. Who would have guessed?
    Anyway, if anyone else is having this problem, go to your manufacturer's website for help. Here's WD's help: http://wdc.custhelp.com/app/answers/detail/a_id/1164/related/1/session/L2F2LzEvd GltZS8xMzI2MzIzMjUwL3NpZC82dmo0blZOaw%3D%3D

  • Monitoring Bandwidth usage for individual hosted sites on osx server?

    Does anyone know of a good way to monitor bandwidth consumption for individual websites hosted on osx server?

    Part of this answer depends on server configuration details that you haven't provided.
    Are you looking for 'bandwidth' as in total bytes transferred for any given site? or are you looking for a megabits-per-second network throughput calculation?
    Are your various sites logging to separate log files? or a single, unified log file?
    If you want a total bytes transferred calculation, then that data is stored in the standard log files, so a simple parser that adds up the response sizes would suffice - it will tell you that x number of bytes/megabytes were transferred.
    A bandwitch utilization graph (e.g. mbps) is a little trickier, though.
    Are your sites running on the same port, using name-based virtual hosting to separate the traffic, or are they running on different ports?
    If different ports then you may be able to implement some kind of network monitoring, but if they're all running on the same port (e.g. 80) then that doesn't work - you're down to Apache logging.
    The standard Apache logs, though, don't include enough data to calculate a bandwidth graph. It does include timestamps of requests, and the total bytes in the reply, but that's not enough - the timestamp is only accurate to the second, and there's no indication of duration... for example, a 1mb web page served in 1 second equates to 8mbps, but that same file transferred in 30 seconds is only about 273kbps.
    Since the transfer time is required to calculate the bandwidth utilization for the site, you'll need to amend your logging to include the transfer size. You'll need to enable mod_logio and add the %O (output bytes) and %T (request time) variables to your log format. Only then can you calculate the bits-per-second throughput of your site.

  • SharePoint 2013: A web analytics report is not available for this site.

    Hello,
    I have SharePoint Server 2013 and the enable usage data collection is enabled.  There is usage logs and data being generated, but SharePoint says there is not data available.
    A web analytics report is not available for this site. Usage processing may be disabled on this server or the usage data forthis site has
    not been processed yet.
    What can I do?
    Thanks,
    Paul
    Paul

    hi,
    Web Analytics is now part of the 2013 Search.
    You can refer the below links, :
    http://blogs.msdn.com/b/chandru/archive/2013/08/31/sharepoint-2013-web-analytics-report-where-is-it.aspx
    http://www.collabshow.com/2013/05/23/sharepoint-2013-analytics-a-big-step-backward/
    http://usamawahabkhan.blogspot.com/2013/06/sharepoint-2013-analytics-features-how.html 
    if you wanna use  API, there is a blog,which talk about the same:
    retrieve  Search Analytics Reports
    using SharePoint 2013 API:
    http://radutut.wordpress.com/2013/01/27/how-to-get-search-analytics-reports-programmatically-in-sharepoint-2013/

  • How do I add music to play on my entire site?

    Hi!!
    Pretty green at this stuff so bear with me!!
    Designing a website for my small business and would LOVE to add music that could play through the entire site rather than on the page the media is placed on.. does that make any sense to anyone?
    Thanks Much!!

    Did you try the method described in my demo page?
    Note: Internet Explorer and Firefox often have problems with images with reflections. This tutorial describes how to easily convert the image and it's reflection into a single jpeg file: #7 - Converting Photos w/Frames, Drop Shadows and/or Reflections into a Single JPG Image.
    Message was edited by: Old Toad

  • How do I get my entire site to come up when someone clicks search results of just one page of my sit

    When someone searches for my site in google, sometimes only one page of  my site comes up. If they click it, they may only get my menubar, or a  page, such as my calendar page without a menubar or topbar. How can I  make it so when they click the link my entire site comes up. even if the  search they did just lists one of my pages? Help... Thanks

    Are you using FRAMES?
    If not, you need to post a link to your site.

  • Can I publish one page at a time to the ftp when publishing entire site?

    I am currently using iweb to manage my website and i changed a number of pages and require to re-publish the entire site. When i go to do this it attempts to bundle all the files together and publish, but the site only allows for 8 connections via ftp. Is there a way that when i publish the entire site that i can publish one page at a time?
    Thanks for your help!

    Publish your site to a local folder...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    ... and upload the files using an FTP application...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Upload.html
    That way you can upload individual files and folders - one at a time.

  • Create a PDF from webpage using entire site option doesn't works

    OK, guys, this is the problem...
    After YEARS of testing from Acrpbat 4 thru 9 on Create a PDF from webpage using entire site option... it doesn't works properly and doesn't got the entire site. ALWAYS get an error of memory or any other error but FINALLY you NEVER got the entire site. I'm talking for a big website... not like amazon.com, but a big one.
    I make a walkarround to try to capture the website in parts but Acrobat is not "intelligent" to make a resume capture of the site, because ALWAYS start from the begining instead from the resume position of the site...
    My question is, HOW can get the ENTIRE SITE in a PDF document... without getting errors or stopping the capture process...
    Don't have problem of low RAM memory because I'm in a MONSTER MACINTOSH.... 3.2 GHZ with 8 Core and 32 GB of RAM under Mac OS X Leopard 10.5.6 in Acrobat 9 Pro.
    If I'm not wrong, the GET ENTIRE SITE option in Web Capture (Create a PDF from webpage using entire site option) doesn't works from Acrobat 4 thru 9 in Pro version... tested, you'll never got the entire site... I'm talking in capture a huge entire site and not a little one...
    Can someone help me?
    Thanks.

    Ok so I go to a web page and select something to print. Once I've clicked print I switch over from printer/micosoft xps docu writer/fax and select Adobe PDF. All goes through with a 'Create Adobe PDF' coming up progressing through to eventually save and store. Once I open the file it end up as the picture above. I have the same version on another computer and that works fine but this particular Sony laptop it doesn't seem to work properly. 

Maybe you are looking for

  • Create a JTable based on an ArrayList containing instances of a class.

    I have a class, IncomeBudgetItem, instances of which are contained in an ArrayList. I would like to create a JTable, based on this ArrayList. One variable is a string, while others are type double. Not all variables are to appear in the JTable. The i

  • Emac Frozen on Install Disc 2

    Okay, I got my first school up and running thank you to this site, so her goes number two. I have tried to do a clean install on another Emac. It will install disc 1 perfectly, but when I try disc 2, it always freezes, at different points. Now, becau

  • Regular expression and pattern matching/replacing

    I have a list of key words. It has around 1000 key word now but can grow to 5000 keywords. My web application displays lot of texts which are stored in the database. My requirement is to scan each text for the occurance of any of the above keywords.

  • Error adding a SCOM Alert Connector

    I have a SCOM 2012 SP1 and SCSM 2012 SP1 environment in production. I have had a working CI connector for some time, but we decided to try to add an alert connector to the mix. At the point where I provide credentials for SCOM I get the following war

  • I have safari ver 5.1.10 can i upgrade to a more current ver of Safari?

    i have Safari ver 5.1.10...can i upgrade to a current version?