Why "instance.properties.vmprop" is re-created again and again?

We are in JDK j2sdk1.4.2_17-x64.
We deleted instance.properties.vmprop per the guide.
However, whenever the SAP is -restarted, above "instance.properties.vmprop" is re-created
immediately.
We cannot start JAVA and the error is "cannot find jvmx.jar".
Are they from the same issue?
Thanks!

Hi,
Could you please post details about how this problem started appearing and which guide you followed? Also please post detailed trace file.
However, whenever the SAP is -restarted, above "instance.properties.vmprop" is re-created
immediately.
It is normal file is re-created automatically.
Please find attached thread containing similar problem.
[SMD instance in BI 7.0 is not coming up;
Hope this helps.
Manoj

Similar Messages

  • Unable to load vm properties (instance.properties.vmprop)

    Hi Expert,
    in our DAA agent error log, it unable to load the vm properties from the usr\sap\SID\J00\j2ee\cluster\instance.properties.vmprop . Any clues on this?

    Hi Raymond,
    Is this error occuring in Managed system DAA agent log ? Is the Managed System SAP Netweaver 7.31 ?
    If yes then please check below SAP Note :
    1904282 - Error "Failed to load vm properties" for Netweaver 7.31 system in Diagnostics Agent's log
    Hope this helps.
    Thanks & Regards,

  • File properties: mysterious dates for created, modified and last opened

    I've seen this ever since I started using my Mac - I am a relatively new Mac user (a year or more vs. well, decades on Win/PC).
    Finder: click on a file and it will show its properties. It will have a "More info" button.
    The dates displayed between the 2 above are different.
    1) In the "immediate" display it would say something like:
    Last opened: Today at 10PM
    - this wrong day, "correct" time
    - considering that it will display this at say 7AM "today"...well, it's a "future" date/time
    2) If you click the More info button, the "truth" comes out
    Last opened: Yesterday at 10PM (accurate)
    Never really cared, but thought I'd ask here. At some point, if I start some development on the Mac, and filesystems, file properties are involved, this will obviously be an issue. I don't even know if this affects file searching based on these properties - again, new user, using Mac for very specific purpose, but usage is definitely on the rise, so I'd like to get some direction on very basic OS behavior like this fully understood.
    Thanks and happy new year to all!

    EdSF wrote:
    Thanks VK. I'm the only user.
    Can you please clarify on what user accounts have to do with this behavior?
    I've seen many times when corrupt date settings in the global user preference file cause wrong modified dates to be displayed in finder. in that case if you make a different user they will be displayed correctly. the file in question is ~/library/preferences/.GlobalPreferences.plist.
    It's ok to be technical in your response....if it goes over my head, I'll be frank and ask for clarification....
    - Is it a user-defined preference/setting?
    - It's almost like a busted UTC/time zone routine (somehow "TODAY" is UTC, but the time value doesn't match) re: 10PM last night on PT is/was "today" in UTC....

  • Difference between(Usage) instance.properties and bootstrap.properties

    Hi every one,
    Might be the basic Q but unable to locate the exact forum for the same.
    What is the usage/diff between instance.properties and bootstrap.properties and instance.properties.vmprop and instance.properties.vmprop.XX
    Thanks in advance.

    Hello,
    Instance.properties contain all the values which you set in the config tool for memory parameters . This file is created every time when the J2EE engine is started . The information which stored in DB is written into this file and placed on the server at the cluster directory .
    bootstrap.properties contains all the basic j2ee profile parametrs whicha re needed for the server process to start .
    the vmprop.xx file is also used for keeping a record of the memory parametrs .
    Thanks

  • If I add artwork by dragging a jpg to the artwork area after selecting several rows, in some instances a single icon is created in the flipper;  in others one is created for each song. Why? How can I get one image per album every time?

    If I add artwork by dragging a jpg to the artwork area after selecting several rows, in some instances a single icon is created in the flipper;  in others one is created for each song. Why? How can I get one image per album every time?

    If I add artwork by dragging a jpg to the artwork area after selecting several rows, in some instances a single icon is created in the flipper;  in others one is created for each song. Why? How can I get one image per album every time?

  • Unable to get the composite instance for the invocation. This could be because instance has not yet been created or because the audit level for the SOA infra has been set to Off

    I am on Oracle 11.1.1.7 BPM suite on W8 64 bit. I can't launch the flow trace and get the error "Unable to get the composite instance for the invocation. This could be because instance has not yet been created or because the audit level for the SOA infra has been set to Off".  I have set the audit level to development at the soa-infra>SOA Administration> Common Properties > Audit level set to development and Capture Composite Instance State is Checked.
    Can somebody advice.
    Thanks

    Can you please confirm me the following steps...
    Log in to the EM console, Expand soa-infra (soa_server1) , go to the partition where your composite is been deployed, Click on your composite, On the right, click on the dropdown Settings and choose Composite Audit Level. you can choose to set the Audit Level for this composite. If you choose Inherit, it will take the settings to what the server is being set to. Otherwise, we can override it by choosing Off, Production, or Development.
    Make sure your setting for that composite is not Off, keep inherit or production or development.
    Thanks,
    N

  • CMP Beans from Tables: Why does the Container try to create new tables?

    I'm trying to develop an EJB application using JDeveloper on 9iAS. I have several CMPs and have my tables that I want my CMPs to be based on already defined in my DB schema. I want to use CMP but I don't want the Container to create the tables, rather I want the Container to map my CMP EJBs to the already existing tables.
    The issue is:
    While creating these CMP EJBs in JDeveloper I chose the "New Enterprise Java Bean" EJB creation wizard using the option labeled "Container-managed Entity Beans from Tables". My assumption is that this does what I want, because the wizard prompts for a schema and table you want to map to. Then it creates the attributes & getter/setter methods, PK class, etc. all based on the table defintion automatically. Great. So why when I try to run my application do I get error messages for each EJB such as:
    Auto-creating table: create table STREET_TYPE (PK_STYP_ID NUMBER(8), STREET_TYPE VARCHAR2(20), primary key (PK_STYP_ID, STREET_TYPE))
    Warning: Error creating table: ORA-00955: name is already used by an existing object
    Huh?? I thought the idea is that the CMP EJB is mapped to the existing table in my schema. Why is the Container trying to create new tables?? Is this possible? Or am I missing something fundamental about how Containers create and manage CMPs? Or is this just a JDevelop container issue? TIA

    I presume you are getting the problem on application
    deploy? This happens when upon initialization of the application using the built-in OC4J container/app server that is part of JDeveloper. Here is the full messaging:
    [Starting OC4J using the following ports: HTTP=8989, RMI=23892, JMS=9228.]
    C:\OraHome1\jdk\bin\javaw.exe -ojvm -classpath C:\OraHome1\j2ee\home\oc4j.jar com.evermind.server.OC4JServer -config C:\OraHome1\jdev\system\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Copying default deployment descriptor from archive at Q:\CBTCOF\COF_APPLICATION\COF_Project\classes/META-INF/orion-ejb-jar.xml to deployment directory C:\OraHome1\jdev\system\oc4j-config\application-deployments\current-workspace-app\classes...
    Auto-deploying file:/Q:/CBTCOF/COF_APPLICATION/COF_Project/classes/ (No previous deployment found)...
    Auto-creating table: create table STREET_TYPE (PK_STYP_ID NUMBER(8), STREET_TYPE VARCHAR2(20), primary key (PK_STYP_ID, STREET_TYPE))
    Warning: Error creating table: ORA-00955: name is already used by an existing object
    [...OTHER SIMILAR ERROR MESSAGES]
    done.
    Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
    If so, in the application.xml file of you
    OC4J instance the is a setting autocreate-tables,
    which by default is true!
    Set it to false as below and that should clear up
    your problem.
    <orion-application autocreate-tables="false"
    default-data-Hmm. I found at least a dozen or so files with that name and set everyone that had this attriute to "false", restarted the OC4J server and still got these errors.

  • Why need message type when u create data type...

    why need message type when u create data type...

    Hi,
    A message type comprises a data type that describes the structure of a message. At the following points in SAP Exchange Infrastructure you can refer to the message to be exchanged at runtime by using the message type:
    ·        More than one message interface can use the same message type. For example, an asynchronous outbound message interface and an asynchronous inbound message interface can reference the same message type because the request message does not need to be mapped.
    ·        When defining a message mapping you can directly reference message types to map messages from an outbound interface to messages from a receiver interface.
    For technical reasons, a data type is not sufficient to describe the instance of a message. In XML schema, data types are defined as abstract types that are not yet fixed to an element. You can only describe an instance of a message when you have specified a data type as an element type. Therefore, a message type defines the root element of a message.
    A message type does not define the direction of the message exchange, in other words, whether it is a request or a response. In exceptional cases you can use the same message type for both the request and the response message.
    A message type has the following characteristics:
    ·        It comprises exactly one data type, which determines the content of the message to be transferred.
    ·        It is identified by a name and an XML namespace. The name (together with the namespace) of a message type is located in the uppermost tag of the message to be exchanged. This is an element tag.
    You have defined a message type GreetingRes that references a simple data type of type xsd:string. The XML namespace of the message type is http://sap.com/xi/myExample. The corresponding payload might look like this:
    <?xml version="1.0" encoding="utf-8" ?>
    <ns1:GreetingRes xmlns:ns1="http://sap.com/xi/myExample"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       Hello Mrs. Miller
    </ns1:GreetingRes>
    You can specify how a message type is used in more detail in the description
    hope this will help you.
    regards
    Aashish Sinha
    PS : reward points if helpful

  • Why does SQL execute inner selected functions again in the outer select?

    Hi,
    Why does SQL execute inner selected functions again in the outer select?
    Given:
    CREATE OR REPLACE FUNCTION K_TEST
    RETURN NUMBER IS
    BEGIN
    RETURN 1;
    END;
    SELECT K_TEST, K_TEST FROM DUAL;Will (logically) execute the function twice.
    SELECT intest, intest
    FROM (SELECT K_TEST intest FROM DUAL);Will execute the function twice too!
    Why can't SQL buffer the inner result?
    Does anyone have an idea on how to achieve executing the function only once? My original called function is quite heavy and returning a user defined type. Adding predicates, the function is executed 3 or 4 times!
    Thanks for any tips,
    K.

    Hello
    Depending on your version of Oracle, Sub query caching could help....
    XXXX> create sequence seq_1
      2  /
    Sequence created.
    Elapsed: 00:00:00.07
    XXXX> CREATE OR REPLACE FUNCTION K_TEST
      2  RETURN NUMBER IS
      3
      4      ln_Ret  NUMBER;
      5
      6  BEGIN
      7      SELECT
      8          seq_1.NEXTVAL
      9      INTO
    10          ln_Ret
    11      FROM
    12          dual;
    13
    14      RETURN ln_Ret;
    15  END;
    16  /
    Function created.
    Elapsed: 00:00:00.60
    XXXX>
    XXXX> SELECT K_TEST, K_TEST FROM DUAL;
        K_TEST     K_TEST
             1          2
    1 row selected.
    Elapsed: 00:00:00.06
    XXXX> SELECT K_TEST, K_TEST FROM DUAL;
        K_TEST     K_TEST
             3          4
    1 row selected.
    Elapsed: 00:00:00.01
    XXXX> SELECT intest, intest
      2  FROM (SELECT K_TEST intest FROM DUAL);
        INTEST     INTEST
             5          6
    1 row selected.
    Elapsed: 00:00:00.10
    XXXX> SELECT
      2      intest,intest
      3  FROM
      4      (
      5          SELECT (SELECT K_TEST FROM dual) intest
      6          FROM
      7          dual
      8
      9      )
    10  /
        INTEST     INTEST
             7          7
    1 row selected.
    Elapsed: 00:00:00.03
    XXXX> /
        INTEST     INTEST
             8          8
    1 row selected.
    Elapsed: 00:00:00.01THis last example takes advantage of a specific optimisation for calling functions in a subquery. Not sure if it would suit your circumstance though...
    Alternatively - again depending on your version - you might be able to look at function result caching...
    HTH
    David
    Edited by: Bravid on Feb 1, 2012 12:32 PM

  • Request for an example of the instance.properties file

    Hi everyone,
    Somebody can give me an example of the file <b>instance.properties</b> ? : When I installed sap netweaver 2004s SP 9 , this file was not created in its place It caused me a problem (the SAP J2EE engine does not working).
    I want to solve the problem by creating this file manually into its place, and then try to see if it works or not.
    Thanks in advance.

    ID16574800.ClassPath=./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    ID16574800.Debuggable=no
    ID16574800.JLaunchParameters=
    ID16574800.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Xms15M  -XX:NewSize=5M  -XX:MaxNewSize=5M  -XX:PermSize=10M  -XX:MaxPermSize=20M  -verbose:gc  -XX:DisableExplicitGC -verbose:gc -XX:UseConcMarkSweepGC
    ID16574800.JavaPath=C:/java/j2sdk1.4.2_15
    ID16574800.LogName=dispatcher
    ID16574800.MainClass=com.sap.engine.boot.Start
    ID16574800.MaxHeapSize=170
    ID16574800.Name=dispatcher
    ID16574800.Parameters=
    ID16574800.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster/dispatcher
    ID16574800.Type=dispatcher
    ID16574850.ClassPath=./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    ID16574850.DebugMode=no
    ID16574850.DebugPort=50121
    ID16574850.Debuggable=yes
    ID16574850.JLaunchParameters=
    ID16574850.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=128M -Xms100M -XX:NewSize=30M -XX:MaxNewSize=30M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    ID16574850.JavaPath=C:/java/j2sdk1.4.2_15
    ID16574850.LogName=server0
    ID16574850.MainClass=com.sap.engine.boot.Start
    ID16574850.MaxHeapSize=1023
    ID16574850.Name=server0
    ID16574850.Parameters=
    ID16574850.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster/server0
    ID16574850.Type=server
    bootstrap.ClassPath=./bootstrap/launcher.jar
    bootstrap.JavaParameters=-Djco.jarm=1 -Djco.jarm=1
    bootstrap.JavaPath=C:/java/j2sdk1.4.2_15
    bootstrap.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap.MaxHeapSize=512
    bootstrap.Name=bootstrap
    bootstrap.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0165748
    bootstrap.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster
    bootstrap.Type=bootstrap
    bootstrap_ID16574800.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID16574800.JLaunchParameters=
    bootstrap_ID16574800.JavaParameters=-Djco.jarm=1
    bootstrap_ID16574800.JavaPath=C:/java/j2sdk1.4.2_15
    bootstrap_ID16574800.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID16574800.MaxHeapSize=256
    bootstrap_ID16574800.Name=dispatcher bootstrap
    bootstrap_ID16574800.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID016574800
    bootstrap_ID16574800.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster
    bootstrap_ID16574800.Type=bootstrap
    bootstrap_ID16574850.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID16574850.JLaunchParameters=
    bootstrap_ID16574850.JavaParameters=-Djco.jarm=1
    bootstrap_ID16574850.JavaPath=C:/java/j2sdk1.4.2_15
    bootstrap_ID16574850.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID16574850.MaxHeapSize=256
    bootstrap_ID16574850.Name=server0 bootstrap
    bootstrap_ID16574850.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID016574850
    bootstrap_ID16574850.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster
    bootstrap_ID16574850.Type=bootstrap
    instance.box.number=J2EJC01georgilf
    instance.en.host=GeorgiLF
    instance.en.port=3200
    instance.enabled=yes
    instance.install.dir=C:/usr/sap/J2E/JC01/j2ee
    instance.ms.host=GeorgiLF
    instance.ms.port=3900
    instance.osLibsPath=C:/usr/sap/J2E/JC01/j2ee/os_libs
    instance.runAction=NONE
    instance.runMode=normal
    instance.system.id=1

  • What is runMode and runAction in instance.properties?

    Hi, all.
    Currently, i'm using WAS J2EE 6.40 SP10.
    In the file /usr/sap/<SID>/<Instance ID>/j2ee/cluster/instance.properties, the following parameters exist.
    instance.runAction=NONE
    instance.runMode=NORMAL
    What are these parameters and what other values are available for these parameters?
    Thanks.

    Hi All,
    I am on SP12, Yes I do know that during the installation of SP13 it asks for switching to safe more. But I am more concerned about what is this safe mode all about. Can somebody pls let me know why is this new run mode introduced and what is its significance.
    Regards,
    Naresh

  • [Help] Search Instance Properties Setup in PT8.52 for SES integration

    Hello,
    I've got an issue for the Search Instance Properties to integrated with SES in PeopleTools 8.52. Here's the Scenario of my testing environment:
    I've installed 2 VM on VMWare soft as following:
    *1.* a.mydomain.com - using NAT as the VMWare NIC protocal, Microsoft Windows 2008 R2 with DNS & Active Domain Controller installed, PT8.52.06 with FSCM 9.1 FP2 installed (all Database server, App Server, Batch Server, Web Server, File Server in one box) - PIA working fine
    *2.* b.mydomain.com - using NAT as the VMWare NIC protocal, Microsoft Windows 2008 R2 as memeber of the mydomain.com, the SES installed and the SES is working fine.
    Below is what the check list I've gone so far to following the Search Framework setup:
    Then I followed the instructions from PT8.52 installation guide for Oracle, Chapter 11. For the check list prior to the implementing the Search Framework,
    SES installed & running - passed - I can open the http://b.mydomain.com:17777/ page (changed the default port from 7777 to 17777)
    PeopleSoft configuration - Database, App Server, Process Server - Running, PIA working fine, Background process posted, etc.
    IB configuration - Load the gateway, update the domain status, Gateway App Server Node / Default Node updated - Ping Successfully
    As following the installation guide, create new trust entity on SES site, update Timeout value
    Also validate the App Server with at least 2 PSAPPSERV (Actually 2 or 3), Pub/Sub is enabled as well - PSRENSRV (with Auth Token enabled as well)
    Creating a new User PSOFT to included both the 3 Search Framework Role of Developer, Admin and Server.
    Validate the Local Default Node (Note: Renamed the default local node from PSFT_EP to MY_NODE), Gateway ID is LOCAL, and Connector ID is PSFTTARGET for the node.
    And in the Gateway properties page, the secureFileKeyStorePath is default path, secureFileKeyStorePassword is encrypted via the tool below with the value of "mypwd".
    Node Portal info such as Content URI and Portal URI updated. - Node can ping success
    Service of ADMINSERVICE & ORACLESEARCHSERVICE exists
    Then I create a new Search Instance under the Search Instance page from PIA, (Named PSSES)
    Below is the value setup on the page:
    Search Enginee Detail:
    SSL: Disabled
    Host: b.mydomain.com
    Port: 17777
    Admin Service Credentials:
    User: eqsys
    Password: <password> setup during the SES installation
    Query Service Credentials:
    Proxy: the new created trust entity name on SES global settings
    Password: password for the new trust entity on SES global settings
    Call Back properties:
    URL: http://a.mydomain.com/PSIGW/PeopleSoftServiceListeningConnector/MY_NODE
    User Name: PSOFT
    Password: <password> for PSOFT
    Then Save, after saved, the test Ping button appearred, and when I click the Ping button to test search enginee b.mydomain.com at *17777*, it show the following error:
    Cannot establish HTTP connection (158, 2842)
    Can be caused by any of the following:
    *1. Cannot load certificates due to keystore password (not encrypted)*
    *2. Keystore file not found.*
    *3. Proxy server not configured.*
    Then I checked the following, and looks to me all are correct.
    I've checked the Gateway properties page, and the secureFileKeyStorePassword is encrypted as something {V1.}xxxxxx= value
    I've also check the pskey file is under the a.mydomain.com server, also to ensure the access, add addition permission on the file with everyone read permission.
    For Proxy, not sure if this is needed, and if so, how to setup? I don't think there's any proxy server needed under my test case.
    My PIA Url: http://a.mydomain.com/XXX/signon.html
    My SES Url: http://b.mydomain.com:17777/
    Both the URL can be accessed from Firefox directly from a server and b server. But from the PeopleSoft Search Instance Properties page, the test Ping failed.
    Please help to give any hints on this issue.
    It would be appreciated if any reply on this topic.
    Thanks,
    Saxon SI

    Hello Hakan,
    Thanks for your reply, I follow the same as you posted in your blog, the only difference is that I didn't installed a MS Loopback adapter.
    Yes, the keystore full path contain all the windows drive, folder and the key filename as well.
    I may find out the issue, the pskey file does exist under the %PIA_HOME%/webserv/psft/piaconfig/keystore folder, but I found the last updated date is 3/16/2004, even I grant everyone permission on pskey file with write/modify rights, after I do some change in Gateway Properties from PIA page, the pskey file didn't get the last modified date updated, still the old 2004 date.
    It should be the issue with related to this file not update. Do you have any idea how to get it update? Currently it seems the modification on PIA page for gateway property didn't auto update this file. Even I change the new of pskey to pskeyNew, but no pskeyNew files found under that folder after saved from PIA page.
    Thanks,
    Saxon SI

  • NTLM Authentication : why is it not possible to create more than one NTLM realm ?

    Hello,
    I'm wondering why it is not possible to create more than one NTLM realm on a wsa.
    Can you explain exactly what is the blocking point ?
    Thanks in advance
    Regards

    Well, at this point (pre 7.5), there isn't an agent, the WSA is joined to the domain, just like a Windows box, it authenticates via that trust relationship.  From that point it is all based on how NT/Active Directory domains work.   As long as there is a trust between the domains, you can can auth users from as many domains as you like.
    There is an agent in the works.  The ADAgent will be released with 7.5.  The code is already available, it was released with the ASA ver 8.4, and it will be used to pass authentication info to the WSA.  At this point, current versions still require trust relationships between all of the domains touched.
    Taken from the setup guide: http://www.cisco.com/en/US/docs/security/ibf/setup_guide/ibf10_install.html#wp1054011
    Before you configure even a single domain controller machine using the
    adacfg dc create
    command, ensure that the AD Agent machine is first joined to a domain (for example, domain
    J
    ) that has a trust relationship with each and every domain (for example, domain
    D[i]
    ) that it will monitor for user authentications (through the domain controller machines that you will be configuring on the AD Agent machine).
    Depending on your Active Directory domain structure, the following scenarios are possible:
    1. Single Forest, Single Domain—There is only one domain, D[i] for all domain controller machines, which is one and the same as domain J. The AD Agent machine must first be joined to this single domain, and since no other domains are involved, there is no need to configure any trust relationship with any other domain.
    2. Single Forest, Multiple Domains—All the domains in a single forest already have an inherent two-way trust relationship with each other. Thus, the AD Agent must first be joined to one of the domains, J, in this forest, with this domain J not necessarily being identical to any of the domains D[i] corresponding to the domain controller machines. Because of the inherent trust relationship between domain J and each of the domains D[i], there is no need to explicitly configure any trust relationships.
    3. Multiple Forests, Multiple Domains—It is possible that domain J might belong to a forest that is different than the forest to which one or more of the domains D[i] corresponding to the domain controller machines belong. In this case, you must explicitly ensure that each of the domains D[i] has an effective trust relationship with domain J, in at least one of the following two ways:
    a. A two-way external trust relationship can be established between the two domains, D[i] and J
    b. A two-way forest trust relationship can be established between the the forest corresponding to domain D[i] and the forest corresponding to domain J

  • How to get the user created at and modified at properties for a site collection using powershell

    Hi guys, I Know how to get the list of users of a site collection by Get-SPUser cmdlet but hte problem is that this cmdlet doesnt give me the user Created at and modifed at properties 
    can any one tell me how to get these values via powershell???? 
    ps: ignore the 2013 screenshot.. i just want a way to get those values .. if you provide me solution in either 2010 or 2013 , i will crack the other..
    plz guys help me ...

    Get the User Information list and then get the user from that list
    $web = Get-SPWeb "siteUrl"
    $userInfoList = $web.SiteUserInfoList
    $userItem = $userInfoList.Items[0]; #0 here is just for demonstration. You take the user you want here or loop through all users.
    $created = $userItem["Created"]
    $modified = $userItem["Modified"]

  • Delete the existing sharepoint farm it is a development machinie and re create again in same server

    Hi
    i want to 
    delete the existing sharepoint farm it is a development machinie  and re create again in same server.
    because i am facing issues to configure user profile service, 
    the user profile syncronisation service starting and after some time its stopped.
    while i am reading http://www.harbar.net/articles/sp2010ups.aspx
    in current farm i given ip address for sql server while installing sharepoint
    you have not used a Fully Qualified Domain Name or IP Address when specifying
    the SQL Server when running the SharePoint Configuration Wizard (PSConfig). Using either is strongly discouraged,
    if i recreate the farm is it creates new databases in sql srver?
    adil

    1. Uninstall any custom / third party solutions deployed in server.
    2. from central admin, delete web applications along with DB.
    3. delete all service applications.
    4. From the program settings, un-install sharepoint.
    5. Go to SQL and delete if any DB from SP is left.
    6. Uninstall SQL, if you see any issue.
    These are high level reverse steps of the installation.
    Thanks, Ashish | Please mark a post helpful/answer if it is helpful or answer your query.

Maybe you are looking for

  • Apple Mobile Device Service installation rolls back

    Hey there, I've been having problems installing iTunes 9 or even 8 on my computer. While running the iTunes setup, part of the installation rolls back and when I launch iTunes after that, I get the message saying that "This iPod cannot be used becaus

  • Help! 2010 imac 27" - Display doesn't work after long sleep

    I just recently started having this problem. I've had this iMac since 2010 with zero issues, but it seems like ever since I downloaded Yosemite, the screen won't work after the computer has been sleeping for a while. I have to hold the power button a

  • 'Show in Finder' grayed out.

    Aperture 3.5.1 is running in Mavericks and using managed libraries. I notice that the option to Show in Finder is grayed out as well as Show in Project I've rebuilt the library database but that has not solved the problem.

  • Help! Issues with apple ID

    Ugh. This is frustrating. So I made an apple id for my iPad a few years ago and have forgotten the password. Now that I've made a new account and want to replace my old one with it, I'm trying to sign out of the old acct's iCloud but that requires th

  • Can I automate tests using OATS?

    I'd like to automate performance load test using OATS in our daily regression test. Can I invoke (start) load test using script? and how can I collect the test result in certain format so I can parse and compare with base result to determine whether