|
Hi!
I wanted to know whether there is a best practice/recommendation for
following scenario.
- A windows 2003 domain has a service
- To access this service from windows (and as well as linux) machines,
domain wide service account/accounts needs to be...
Started by neelsmail@rediffmail.com on
, 8 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
There should be one service account per instance....
On Fri, 15 May 2009 12:16:05 -0500, "Richard Mueller [MVP]" <rlmueller-nospam@ameritech.nospam.net
<neelsmail@rediffmail.comnews:49fc29ca-d3d8-4d34-a47c-dd1c67803de1@g12g2000prg.googlegroups.com.. .
|
|
On Sun, 17 May 2009 11:03:30 +0000 (UTC), Meinolf Weber [MVP-DS] <meiweb(nospam)@gmx.de
Hello neelsmail@rediffmail.com,
What kind of service do you mean exact? You talk about administrative and
read-only? Do you mean AD management or folder access...
Started by Meinolf Weber [MVP-DS] on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Here are further details -
- A service runs, lets call it mysvc, on a server in AD... .
I believe I could not explain scenario
completely.
On May 17, 4:03 pm, Meinolf Weber [MVP-DS] <meiweb(nospam)@gmx.dewrote:
Hello Meinolf,
Thanks for the answer .
|
|
Hello,
What is the best practice recommendation from Oracle team to deploy Oracle SOA Suite 11.1.1.5?
a) Deploy SOA in Linux environment
b) Deploy SOA in AIX envuronment
Which environment is better to leverage SOA benefits?
Do we have any best practices...
Started by user13655967 on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at oracle):
I am not sure about AIX Ram,
You would like to refer Enterprise Deployment Guide of SOA -
http://docs.oracle.com/cd/E21... .
You can see the documentation below
http://docs.oracle.com/cd/E21764_01/index.htm
It gives guidance to how to install on Linux Env .
|
Ask your Facebook Friends
|
I just learned something interesting. The add method for the javascript select object in IE 6 takes only one parameter. It throws an error when you pass it two parameters which I believe is the standard , even as documented on the MSDN site.
My question...
Started by Glenn on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Adding a new Option type works at least IE6 and up
function addOption(selectID, display, value) { var obj = document.getElementById(selectID); obj.options[obj.options.length] = new Option(display, value); }
Additionally tested in Firefox 2, 3, Opera 8... .
|
|
Hello, I'm trying to figure out the best way to handle a simple problem: I have a simple LINQ join to two tables. I know how to return the type for one table, since it is the same as the generated dbml class. However, what if I want to return data from...
Started by mytwocents on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have defined your relationships in the LINQ-to-SQL designer then your above query doesn't need the join syntax at all, simply 'walk the tree' as needed, e.g.:
var subCategoriesTag = ( from subCatTag in motoToolsDataContext from tagQuestion in subCatTag... .
|
|
I have an iPhone application that contains several views and their associated controllers. Looking at sample code, I've seen different different ways to organize these files - either have all of the views grouped, then all of the controllers grouped, ...
Started by Tai Squared on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I personally like the grouping by functionality, but either way it can become unwieldy if you are not thoughtful about meaningful names and refactoring names when they no longer describe... .
Sometimes the best practice is to do what most makes sense to you .
|
|
On Mon, 8 Jun 2009 07:17:02 -0700, Alan <abruce@maxpcg.com (DoNotSpam)
Salutations to the Group!
I would appreciate a best practice recommendation... I've got a distributed
Access 2003 app that has a listbox of document files. The listbox selection...
Started by Alan on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
The known files are automatically
assigned to the correct application when using the shell execute API call:
http://www.mvps.org... .
On Mon, 08 Jun 2009 16:24:00 +0200, Stefan Hoffmann <ste5an@ste5an.de
hi Alan,
You don't have to worry about it .
|
|
On Wed, 25 Jun 2008 05:51:00 -0700, BizTalkNewbieSince2007 <BizTalkNewbieSince2007@discussions.microsoft.com
We are presently implementing a BizTalk Proof of Concept (POC) project with
the hope of replacing IBM's DataStage (formerly Ascentia) product...
Started by BizTalkNewbieSince2007 on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
It ....
But certainly there are scenarios where it might not
be the best choice .
On Thu, 26 Jun 2008 07:41:25 -0500, "Tomas Restrepo [MVP]" <tomasr@mvps.org
In most scenarios, a pipeline is indeed the most natural place for
encryption/decryption .
|
|
Best practices recommend not installing Sql Server to run as SYSTEM. What is the bare minumum you need to give the user account you create for it?
Started by Eric Z Beard on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To write to the network backup drive), I then add the account to local power users or local administrators depending on what needs... .
Typically I create a Domain User with only the specific rights on the network which I will require the server to have (i.e .
|
|
I just read Brian Wansink's Mindless Eating again. This is a really good book that deals with the psychology of eating along with some practical recommendations. I would highly recommend it.
Started by 15305 on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at weightwatchers):
But got hungry ....
I just added it to my Amazon Cart
$7.99 (Cheeep!!)
Thanks! I started reading it.. .
Opened up my eyes to many things.
Darn good book.
If you get a chance, take a look at:
"The end of overeating" .
I love reading.
I will look at the book.
|