Unable to create and configure Domain in CMS

Hi,
I have created product and software components and i have defined the usage dependencies also.
After that while creating domain in CMS I am getting the following error
*SLD (URL http://pwdf3065:50000) server exception: User credentials are invalid or user is denied access*
Please help me folks...
Thanks
Harsha

1. Check if you have NWDI.Administrator Role
2. Make sure either NWDI.Admin or you have lcr.administrator role.
lcr admin is for updating SLD.
Is your SLD on a different server than NWDI?
Regards,
Nitin

Similar Messages

  • How to properly create and configure SharePoint 2013 Search service with PowerShell?

    Hello Forum,
    I have installed SharePoint 2013 across three tier servers:
    WFE Server  (Of course, SharePoint is installed here. Bsically this is just a Web server)
    APP Server  (Of course, SharePoint is installed here + Central Admin + Service Apps).
    SQL Server  
    I now want to create and configure the Search service, obviously on the APP Server, But of course the search functionality should work correctly on the WFE server to.
    I want to do this via a proper PowerShell script. I found Spence Harbar's script on: (http://www.harbar.net/articles/sp2013mt.aspx), But it has three problems, and they are as follows:
    1) Spence Harbar himself literally stated on his article that this script is for: "deploying on a single server farm", But what if I have three tier servers? Could anyone please help me out in suggesting the required tweaks in the
    script?
    2) By default Search uses the SP_Farm account, So, How can I change the script to use other dedicated account for the search service e.g. SP_SearchAcc ?
    3) How can I modify the script to specify a default Search center?
    4) Apart from all the three aforementioned point - Is the script missing anything? 
    I would greatly appreciate your inputs - Thanks !

    the only differences are where you place the components.  if you are doing a small server farm with a 1-1-1, most likely you just need to change the script so that you set the index and query processing component on the front end, but the others on
    the app server.  just a 2 second update... just keep in mind this will work, but I am making several assumptions without any knowledge of your farm, users, capabilities. 
    generally, there would be more of a breakout on the topology than that, but im guessing for this farm that you wont have dedicated search servers.  also, a lot depends on # users (rps really), # items in index, size of VMs (RAM for query processing,
    Disk for index, etc, etc), and making sure the topology works for your particular environment and needs. 
    if you want more detailed topology help, which aligns as closely as possible to "best practices" (not that those exist in SharePoint, go ahead and provide the total # users, average/peak RPS for search, current index size, content source types,
    VM specs RAM, CPU, #/Size of drives, HA concerns/priority (obviously isn't, since only 1-1-1)
    Christopher Webb | MCM: SharePoint 2010 | MCSM: SharePoint Charter | MCT | http://christophermichaelwebb.com

  • To create and configure a community in a customized UI

    Hi,
    We are currently working on a customized UI where the client can create and configure a community in WCI.
    Is there any possibility to call several special APIs like 'Get, Create and Modify Experience Definition', 'Get, Create and Modify Community Template', 'Create Rule Manager' and so on.
    If there is, please give me an example or correlative API docs.
    Thanks for any help in advance.

    Yes this is all possible.
    The only api you could use to perform these functions is the server api. But you will find there is very little documentation on this api. Your best bet is to use something like the .net reflector to "take a peek" at how the server api is used within the portal views and models or just download the UICI Portal source code.
    If you are feeling a bit crazy, go to google and type "iptsession" and hit I'm Feeling Lucky :-)
    you should get through to the server api reference documentation. Most people struggle with first initialising the api and creating a session. I believe there is a blog post about this online. Use the method described above and I am sure you will find what you are looking for.

  • Create and configure reports server in Oracle 9iAS 1.0.2.2.2 on solaris 10

    Hi All,
    I have installed Oracle 9iAS 1.0.2.2.2 on Solaris 10. I want to create and configure a new reports server.
    Please help as I can't see anything on metalink.
    Thanks/Regards
    Dirish

    In fact when installing 9iAS 1.0.2.2.2, the default report server name looks like this REP60_TEST.INTNET.MU.
    My original tnsnames.ora was like this
    REP60_TEST.INTNET.MU =
    (ADDRESS = (PROTOCOL = tcp)(HOST = test.intnet.mu)(PORT = 1950))
    I added an alias to the tnsnames.ora file
    now my tnsnames.ora is like this
    REP60TEST,REP60_TEST.INTNET.MU =
    (ADDRESS = (PROTOCOL = tcp)(HOST = test.intnet.mu)(PORT = 1950))
    This is working fine
    Thanks

  • How to create and configure proxies in ADF mobile using OWSM client agent?

    Hi
    Can anyone please tell me how to create and configure proxies in ADF mobile application using Oracle Web Services Manager (OWSM) Lite Mobile ADF Application Agent. I read it in mobile document that,
    For secured web services, the user credentials are dynamically injected using ADF Mobile uses Oracle Web Services Manager (OWSM) Lite Mobile ADF Application Agent to create and configure proxies, as well as to request services through the proxies. The user credentials are injected into the OWSM enforcement context when proxies are configured.
    I am new with this OWSM, can anyone please give me some hints like how to proceed further for implementing authentication using OWSM lite mobile ADF Application Agent??
    Thanks in advance
    Raj

    Hi Juan
    The demo is very useful, and in that Shay describes about the remote login using a regular ADF webapplication as a secured one and deploying it into the server. But I would like to know how to create a local login using OWSM client agent? .
    Without creating a regular ADF webapplication, how can i call secured webservices(i.e., by using OWSM client agent how to create and configure proxies to call secured webservice, where the user credentials are injected into webservice request by OWSM client as mentioned in ADF mobile document)??
    Regards
    Raj

  • How to create and configure JMSConnection Factory programatically?

    Guys,
              How to create and configure JMSConnection Factory programatically and (<b>NOT THRU CONSOLE</b>)?
              There is an option using the JMSHepler to create the Queues.
              Is there an option to create ConnectionFactories using the same or other classes?
              anshuk

    There are no 8.1 "JMSHelper" extensions for creating conection factories (they've been added for 9.0). Instead, you can use a variety of more generic methods.
              You can create configuration scripts using WLST or wlconfig or wlshell, or make direct calls from java into WebLogic's public JMX mbean APIs (all config tools, including the console, call into these APIs).
              For a JMX example, see the implementation of the "JMSML" utility on dev2dev.bea.com. For WLST examples search for "+WLST +JMS".
              Tom

  • Create and configure an OPC IO server programatically in LV 2010

    Can I create and configure an OPC IP server programatically using LabVIEW 2010?  Currently I create a process (using code) then wire the process name to the LV express VI to create an IO server that I have manually set the attributes for.  Then I can create my shared variables and bind them to the OPC items.  I would like to eliminate the manual configuration of the attributes to give my VI greater flexibility.  Is this possible in LabVIEW 2010?
    Thanks in advance,
    AJL

    Hi mani.siet.eng,
    You can write data to OPC tags using LabVIEW. There are multiple ways to do this such as binding shared variables (which you can create programmatically) to the tags or by using DataSockets. Information on how to use OPC in LabVIEW can be found in this KnowledgeBase article.
    If you have any more specific questions, I would recommend creating a new thread since the last activity on this one was over three years ago.
    Best Regards,
    Matthew B.
    Applications Engineer
    National Instruments

  • Unable to create a first Domain in JDI CMS system

    Hello All,
    I have installed JDI and configured SLD and everything seems to be working properly.  However, when I go into the CMS service (http://localhost:devinf) and try to create a domain it tells me I am creatinga customer domain and will not be able to transport out of it (OK, Fine), I click save and get a message that says only "unable to process request, please see system administrator".
    I have one host serving as the SLD and name server.  I am running a J2ee add in system with ABAP as persitence layer.  My SLD is set to use Database as persistence layer.  I tried changing it to ABAP and trying again but that did not fix it.  I have created all users according to plan (CMSadm) and given him all the rights therein. 
    I have configred the name server in DTR as well, still no luck, still get the message when trying to create a domain in CMS for the first time. 
    Anyone else seen this or have any ideas?
    Thanks!!
    Tommy

    Hi,
    Actually this is not the right place for your question,please look in to Java Development infrastructure Forum.However i will answer your query.
    System admin has to create domain(Three letter word)
    if you check this url http://<server>:port/devinf as you mentioned you will get DTR,CBS and CMS.With cmsadm user you can create  track before that you have to creta Software component.
    if you post what, message you are getting it helps us to answer.
    Regards,
    RK

  • Unable To Create and/or Rename Folders on DFS Shares

    Hi
    We have a Windows 2008 Storage Server that we use as a data server. About 100 folders are shared on our network and we use DFS to collect these shares into manageable shared units.
    The network comprises 35 Windows 7 clients and one Vista client and a couple of XP machines. These are on a Windows Active Directory that presently comprises three domain controllers: 2003, 2008 and 2012 R2. The network comprises just one site and one subnet.
    This setup has worked fine for many years (we've had an Active Directory domain since 2001).
    As soon as I replaced our Windows XP clients with the Windows 7 clients I have been seeing some strange network issues.
    The most bizarre, and the most unwelcome is that when staff try to create new folders or rename existing ones they will sometimes not be allowed to. The problem is intermittent and I have no idea what may be causing it.
    The folder rename issue was encountered when we still used XP but I fixed that by disabling the caching of thumbnails. The error message that appears states the folder is in use. I have used Computer Management on the storage server and looked at Shared
    Folders > Open Files and have determined that no files were open when this issue occurred.
    When staff are unable to create a new folder they see the following message:
    I have tried various things to troubleshoot this with the help of a TechNet Community Support person in the Windows 7 forums
    here.
    To summarise we have tried using Process Monitor to capture the events and I am quite happy to upload this if anyone would like to see it.
    We tried the registry edits detailed in
    this MS article.
    I have created a dedicated firewall rule that allows all traffic on TCP ports 137, 138, 139 and 445.
    Another respondent suggested checking out Slow-Link mode but this has not been triggered.
    Does anyone have any ideas what may be causing this, please? The network worked like a dream before the Windows 7 clients were introduced, when XP was used.
    Thanks!

    Hi,
    As you just upgarded to Windows 7, please make sure SP1 is also installed on all systems and install the following hotfix rollup for Windows 7 SP1:
    An enterprise hotfix rollup is available for Windows 7 SP1 and Windows Server 2008 R2 SP1
    http://support.microsoft.com/kb/2775511/en-us
    There was a known issue on Windows 7 which affected shared folders, that newly created or deleted files are not reflect in network folder immediately, which seems similar to your error. If issue still exists after SP1 and hotfix rollup please help confirm:
    1. If this issue occurs only on DFS folder in accessing with \\domain.com\namespace. Could you reproduce the same issue in accessing \\server\sharefolder?
    2. Will the same issue occurs after disabling Offline Files if it is enabled. 
    If you have any feedback on our support, please send to [email protected]

  • Unable to create Trust between domains

    Scenario. I am trying to build 2 way trust between two Windows forests abc.com & xyz.com
    Highest OS in both domain is Win 2008 R2
    FFL and DFL in both is Win2003
    I added forwarders in DNS in both - It is resolving
    I disabled Antivirus
    I stopped Windows firewall in all the DCs of the domains and no n/w level port restrictions is there
    I am able to ping to all DCs from each of the DCs in both domains.
    Doing above all I am unable to create trust - in the trust wizard it is not identifying Domain names.
    Another thing is I have a Primary zone exists in name of each of the domain name. ie In abc.com I have another Primary zone created in xyz.com, Likewise in XYZ.com I have ABC.com primary zone . Will this be an issue?, If not guidelines please...

    Hi,   
    >>In ABC.com I have a Primary zone created as xyz.com, Likewise in XYZ.com I have ABC.com primary zone .
    How
    did
    you create these Primary zones?  Is there a ABC.com zone in ABC.com?
    >>I am unable to put Conditional forwarders because I have a Primary zone exists in name
    of each of the domain name
    If
    there is
    a
    DNS zone of another domain
    then we cannot create a conditional forwarder for the other domain.
    Besides,I
    suggest you check the SRV Records. You can try to restart the netlogon services
    to re-register SRV records.More
    specifically, in the command
    prompt, type
    net stop netlogon to stop netlogon services, then type net start netlogon to start netlogon services.
    Best Regards,
    Erin

  • How to create and configure a user for MaxDB monitoring

    Good Morning,
    Is it possible to create a user in MaxDB which can only, check DB State, Data Space (Used, Available, Etc) and Log Space? If possible, how to create it and the respective authorizations?
    The reason i'm asking you that is because i need to give to my monitoring team a MaxDB user which can login to the database and check the status. I have superdba and control, but these are superadmins and i would like to be able to create and give them a restricted user.
    Can you help me on this matter please?
    Thanks.
    Best Regards,
    Pedro Gaspar
    Edited by: Pedro Guerreiro Gaspar on Mar 25, 2011 2:03 PM

    Hello Pedro,
    Check the following website for further information:
    http://maxdb.sap.com/doc/7_8/default.htm
    Regards,
    Eduardo Rezende

  • How to create and configure a historical database?

    Hello everyone!
    I apologize if my question is duplicated,
    or outside the context of the forum
    and ask if it is that redirects
    me to the right page!
    I have a SQL Server Express 2008 R2 Database installed on a Microsoft Windows Server Standard 2008 R2 Server.
    I know that SQL Server Express 2008 R2 Databases have a limit of 10 GB of data per Database.
    I am going to create a JOB for Back up and a Log Shipping linking to other Server that has a SQL Server Standard 2008 R2 Server.
    I know that when my SQL Srv Express goes to 10 GB into a Database I will need to clean it.
    But what and how could I do to create a kind of "Historical Database", to receive all data from the SQL Srv Express, even when I clean database when it goes to 10 GB, without clean the historical database too?
    Thanks!

    Probably Replication is your best option.
    BOL: Replication Considerations (SQL Server Express)
    Replication in SQL Server Express
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

  • How to create and configure a custom authorization service

    Anyone has any idea how to create a custom authorization module? Can anyone tell me where can I find a documentation or some example how to do it?
    I appreciate any idea.
    Regards.

    The Access Manager developer guide on the Authentication SPI should be all you need to get started
    http://docs.sun.com/app/docs/doc/819-4675/6n6qfk0nf?a=view

  • Unable to create a clustered VM using Remote Server Administration Tools - Failover Cluster Manager

    Hi
    I am using two Hyper-V Server 2012 R2 and a single WS2012 Datacenter Edition with GUI Interface for management purpose.
    I have installed Failover Clustering feature on these two Hyper-V servers and remote server administration tools for Failover Clustering on WS2012 DC Edition with GUI.
    I have created cluster using powershell cmdlets on Hyper-V server because I was unable to create a cluster using RSAT-Failover Clustering (May be some privileges issues).
    The problem is " I am still not able to create a Hyper-VM using Failover Cluster Manager on WS2012 DC Edition server". It gives me an error "Invalid operation"
    Any Help regarding this issue will be very appreciated.
    Thanks in Advance.....
    Abhinav | MCTS-Server Virtualization

    Thanks Tim for your response but atleast I should be able to create and configure VMs for high availability. 
    I think this is not the issue which I am facing. It gives me an error "invalid class". There is something missing.
    Please check and let me know if it can be solved. Any help will be really appreciated.
    Thanks in advance.
    Abhinav | MCTS-Server Virtualization

  • Are there any WLST 11g Scripts to create an OSB domain?

    All the ones I can find (forums, blogs, etc.) are for 10g. Things have changed since then, it seems. For example, most scripts contain something like:
    addTemplate(workshop_home + '/common/templates/applications/workshop_wl.jar')
    addTemplate(wl_home + '/common/templates/applications/wls_webservice.jar')
    addTemplate(osb_home + '/common/templates/applications/wlsb.jar')
    Since Workshop no longer exists, this fails.
    11g doco is sadly lacking...
    Thanks for any help.
    Alph

    I've also been attempting to create and configure an OSB 11gR1 domain using WLST and am also hitting some issues when adding the extention templates.
    I think I've identified the required templates as the following:-
    ${middleware.home}/oracle_common/common/templates/applications/jrf_template_11.1.1.jar
    ${osb.home}/common/templates/applications/oracle.soa.common.adapters_template_11.1.1.jar
    ${wls.home}/common/templates/applications/wls_webservice.jar
    ${osb.home}/common/templates/applications/wlsb_base.jar
    ${osb.home}/common/templates/applications/wlsb.jar
    The correct resources appear to be added but many of the deployments are wrongly targetted when using an admin + cluster topology.
    I've found that the templates contain dependency references in the template-info.xml and dependencies are implicitly included when you use WLST addTemplate(). The wlsb.jar template is dependent on the other 4 templates so you can just add wlsb.jar and the others get pulled in for you or explicitly add them all (starting with the children otherwise you will see a template already added error).
    I’ve tried various combinations of the 5 templates and essentially what I see is that the same apps and resources are always included but with seemingly random (and wrong!) targeting.
    One thing I have noticed is that the domain template framework seems to have been changed between 10gR3 and 11g. The most relevant difference (for this issue) appears to be addition of “config groups” configuration files. I can’t find any docs on these but they appear to group applications, libraries and other resources according usage and/or deployment requirements e.g. OSB-ADMIN-APPS, OSB-ADMIN-AND-CLUSTER-APPS, WLS-WEBSERVICE-MAIN-APPS etc and I imagine that they are used during domain configuration to target apps at the correct servers and clusters. Perhaps some additional WLST function calls are required to ensure these are applied correctly?
    If I use the domain configuration wizard then I can successfully create the domain so this is an option, but we'd rather have a fully scripted and repeatable domain creation process if possible. I expect that the config wizard must be using the same templates so there must be a way to script this?
    Thanks in advance

Maybe you are looking for