Configure NWDI for local development Server only.

Hello Gurus,
I have a Netweaver 7.0 AS JAVA + ABAP installed in my local machine.
I wanted to create a Development Track for NWDI based development, but when i go to Change Management Service for to create a track I see that CMS domain is not setup!
Can anyone help me in configuring my AS JAVA's NWDI to use only one DEV server(for practice purposes)
regards,
Ganesh

Hi,
you have 2 options.
Either you run the DI-All-in one configuration wizard from the NWA which helps you amongs others to configure the NWDI domain,
http://help.sap.com/saphelp_nw73/helpdata/en/49/11f10fcf292810e10000000a42189c/frameset.htm
Or you do it manually.
http://help.sap.com/saphelp_nwpi711/helpdata/en/45/c571de75105709e10000000a114a6b/frameset.htm
see --> Configuring a Domain
Best Regards,
Ervin

Similar Messages

  • [SOLVED] Recommendations needed - Arch + Apache for local development

    Hello,
    I'm a new Arch user, and relatively new with Linux. I'm getting to like Arch very much.
    I do web development, and I do most of my programming in PERL.
    I have already installed perl and some tools, and I'm about to install apache. The Idea is to have the apache server just for local development and testing.
    So the question is: Do you recommend me to install some firewall?
    What security measurements should I take?
    Is there any easy way to enable and disable Internet access to the apache server?
    Thank you!
    Last edited by iopo (2009-10-28 19:24:14)

    Thank you friends.
    Yes, my Internet is via router. I like the Idea to set the server to listen at local address, I will try that.
    Now, as I'm new to Linux and Arch, I will like to know if I should take any extra security measurements. In windows I used anti-virus + firewall all the time, and I blocked apache to access the Internet with the firewall.
    I have set a strong root password, but the "normal user" has sudo. Is that secure enough?
    Is there any "must have" security tools or measurements to set is a box like mine (Desktop usage + local network (3 machines) + apache for local usage and testing only)?
    Is it common to get some malware, worm, trojan, spyware or some kind of phishing just by surfing the web without user "action" to install it?
    I know Linux is much safer because users and permissions. I like that very much, It feels a lot safer.
    Now, I have used Arch for a week or so with no firewall (router firewall is disabled also) and no anti-virus. Absolutely no special security measurements and there seems to be no log-in attempts in logfiles .. and no problems at all. Windows without firewall and anti-virus will die in a few hours just by leaving it connected to Internet....
    I just wanted to ask you all (Arch users) if you normally use Firewall, and if you take some special measurement to stay free of  trojans, spyware, etc...
    I will appreciate your comments.
    Thank you!

  • Where can we get GP APIs for local development?

    I just realized that my local GP APIs (sap.comcafeugpapi.sda and sap.comcafeugpapi~wd.sda) are not longer valid as of SP7 due to some interface naming changes.
    it'd be better if the IDE group finally incorporate the GP APIs in their build because this is a know problem for quite some time already (the missing GP APIs in NWDS).
    But i'd appreciate any other ways to get them asap. Thanks, Andre

    useful note Jan. thank you but only if i can get a hold of the gp apis in my local eclipse environment to reference as used Development Components for local development. Gave you the points anyway

  • GATEWAY CONFIGURE GUIDE FOR MS SQL SERVER

    제품 : GATEWAY
    작성날짜 : 1999-04-27
    configure gateway for ms sql server
    ===================================
    1. ODBC 환경 설정
    a: odbc driver install
    b: system data source 설정
    2. Gateway 설정
    a. gateway SID 를 선택 ( 제약 조건 : 문자와 숫자로 이루어진 4개의 문자 길이)
    sid 기본값은 MSQL 임
    b. Gateway 초기화 file 을 환경에 맞게 수정
    > CD <ORACLE_HOME>\TGMSQL80\ADMIN
    > COPY INITMSQL.ORA INIT<YOUR_GATEWAY_SID>.ORA
    초기 환경 화일을 수정한다
    c. 새로운 gateway service 를 생성
    ( gateway service 를 gateway sid 값을 MSQl 로 install 할시에는 이미
    생성이 됨 )
    > SET GTW_EXE=TGMSQL80.EXE
    > GTWSRV80 <YOUR_GATEWAY_SID> -CREATE
    d. gateway service 를 시작
    Control Panel -> Services Icon -> OracleTGServices<GATEWAY_SID> 를
    선택하여 시작
    3. SQL*NET 설정
    a. gateway service 를 위한 listener 설정
    <GATEWAY_HOME>\TGMSQL80\ADMIN directory 에 listener.ora file
    b. Listener Service 시작
    4. Gateway 접근을 위한 oracle db 쪽 설정
    a. Net8 설정
    tnsnames.ora file 에 gateway 에 대한 항목을 추가
    5. 기타
    sql server 에서 data dictionary table ( dualmsql ) 을 생성
    DUALMSQL 은 oracle data dicationnary 에 mapping 되어 있음
    > isql -U<username> -P<password> -iTGMSQLDU.sql
    6. Gateway 이용
    a. Logon to the Oracle Server
    b. SQL Server Database 에 대한 database link 생성
    SQL> create database link MSQL connect to <MSQL_USERNAME> identified
    by <MSQL_PASSWORD> using 'MSQL';

    제품 : GATEWAY
    작성날짜 : 1999-04-27
    configure gateway for ms sql server
    ===================================
    1. ODBC 환경 설정
    a: odbc driver install
    b: system data source 설정
    2. Gateway 설정
    a. gateway SID 를 선택 ( 제약 조건 : 문자와 숫자로 이루어진 4개의 문자 길이)
    sid 기본값은 MSQL 임
    b. Gateway 초기화 file 을 환경에 맞게 수정
    > CD <ORACLE_HOME>\TGMSQL80\ADMIN
    > COPY INITMSQL.ORA INIT<YOUR_GATEWAY_SID>.ORA
    초기 환경 화일을 수정한다
    c. 새로운 gateway service 를 생성
    ( gateway service 를 gateway sid 값을 MSQl 로 install 할시에는 이미
    생성이 됨 )
    > SET GTW_EXE=TGMSQL80.EXE
    > GTWSRV80 <YOUR_GATEWAY_SID> -CREATE
    d. gateway service 를 시작
    Control Panel -> Services Icon -> OracleTGServices<GATEWAY_SID> 를
    선택하여 시작
    3. SQL*NET 설정
    a. gateway service 를 위한 listener 설정
    <GATEWAY_HOME>\TGMSQL80\ADMIN directory 에 listener.ora file
    b. Listener Service 시작
    4. Gateway 접근을 위한 oracle db 쪽 설정
    a. Net8 설정
    tnsnames.ora file 에 gateway 에 대한 항목을 추가
    5. 기타
    sql server 에서 data dictionary table ( dualmsql ) 을 생성
    DUALMSQL 은 oracle data dicationnary 에 mapping 되어 있음
    > isql -U<username> -P<password> -iTGMSQLDU.sql
    6. Gateway 이용
    a. Logon to the Oracle Server
    b. SQL Server Database 에 대한 database link 생성
    SQL> create database link MSQL connect to <MSQL_USERNAME> identified
    by <MSQL_PASSWORD> using 'MSQL';

  • Configuring my OEM for "Oracle Developer Server Forms Manager"

    Hello,
    Please help me in configuring my Oracle Developer Server Forms Manager on Oracle Enterprise Manager.
    thanks to send me the guidelines
    regards
    Yogeeraj

    Hi,
    I have had a look at my installation, and what I did was create two directories called disk1 and disk2, (for the two extracted zip files) and then ran setup in the disk 1 directory. So I don't know if it was aware of the disk 2 directory.
    I am re-installing it now. So I will get back to you.
    Thank you very much for getting back so quickly.
    Regards
    Wayne.

  • Can't add datasource for local SQL Server Express

    I can't get new datasource to connect to a local SQL Server Express (2008).
    On SSE, I enabled non-NTLM authentication, created an account specifically for CFServer, and was able to log into SQL Server through Management Studio. But the datasource still won't connect.
    When I enter computerName/SQLServerName for the Server, I get a message saying "...The requested instance is either invalid or not running."
    When I enter just SQLServerName, message says "Error establishing socket. Unknown host: SQLServerName."
    When I enter (local), I get a message saying "Error establishing socket. Unknown host: (local)"
    When I enter 127.0.0.1, message says "Error establishing socket to host and port: 127.0.0.1:1433. Reason: Connection refused: connect"
    I don't know why the first is considered invalid, or why the fourth is refusing connection. Am I forgetting something?

    I found the solution, which doesn't have to do with Coldfusion, but rather with configuring SQL Server for TCP/IP.  In case someone else ever stumbles upon this post with a similar problem, I wrote about it at http://forums.devshed.com/ms-sql-development-95/trying-to-connect-to-sql-server-on-localho st-1433t-958558.html.

  • Develop SC in another NWDI (Transport SC inter-NWDI for further development

    My team are assigned to enhance a product (SC) which have been developed by another team.
    Both team have their own NWDI, so that we should transfer the original source code from their NWDI to ours.
    My problem is that How can I transport SC inter-NWDI for further development

    The following steps I have tried before.
    1. Export the CIM of the SC and import that into the SLD of the our NWDI.
    2. New a track and add the corresponding SC to the "Software Components for Development" in Landscape Configurator.
    3. In Transport Studio, I can't find the SCA whether I placed it into CMS inbox or other directory and using Configure Check-in. So that I can't import the SCA into the new environment.
    The structure of the SCA is as following.
    |--BUILDARCHIVES
    |--[vendor]_[DC name].zip
    |--DEPLOYARCHIVES
    |--[vendor]_[DC name].sda
    |--META-INF

  • Testing Tools for Oracle Developer Server

    Hi,
    Are there any existing Automated Testing Tools to simulate load for the Oracle Developer Server.
    Lemme know.

    Oracle has an internal testing tool that can be used to do this called Intercept Server.
    You can ask your local consulting office to carry out the load test for you using Intercept Server.
    If you would like to do this task yourself then you will need to purchase a load test tool from Mercury called LoadRunner, last thing I heard they supported Forms 4.5 and were about to support Forms 6.0
    Jason Pepper
    Oracle Enterprise Internet Tools
    Product Management

  • Where is the configuration file for my message server ?

    Hi:
    I am in charge for a message server version upration from 5.1 to 5.2, My question is very simply , I can not find configuration file for message server,when I execute start-msg [smtp | imap | pop | store | http] which configuration file it will read ?
    and /usr/iplanet/server5/slapd-www/config/slapd.conf
    is my ldap server configuration file ?
    and the following three file is mta related file ?
    /usr/iplanet/server5/msg-www-1/imta/config/dispatcher.cnf
    /usr/iplanet/server5/msg-www-1/imta/config/job_controller.cnf
    /usr/iplanet/server5/msg-www-1/imta/config/imta.cnf
    My question is very simple and I am a new junior for ims . Anyway Thanks !!
    $ imsimta version
    iPlanet Messaging Server 5.2 (built Feb 21 2002)
    libimta.so 5.2 (built 15:07:23, Feb 21 2002)
    SunOS ctidml 5.8 Generic_108528-27 sun4u sparc SUNW,Ultra-5_10

    There is NO ONE messaging server configuration file.
    The store configuration is read from the configuration ldap server on startup, and cached in temporary files, msg.cnf and local.cnf. Do not attempt to edit these files, as that won't work.
    Use the configutil utility to see what the store configuratin is

  • Is it possible to download for adobe update server only updates for windows ?

    because the server downloading for both win and mac.
    thanks
    Sharoni

    hi ned
    thanks for answer
    i setup adobe update server with IIS (AUSST), when i start downloading the updates for the inhouse server it automatic creates 2 dirctories (MAC and WIN) and download the whole adobe updates for MAC and WIN together, the question is if i can download the updates only for Windows without MAC
    Sharoni

  • How to configure SSL for Oracle Weblogic Server

    Hi,
    Please help me to configure SSL in oracle weblogic server.
    If possible, please provide step by step to configure SSL.

    this should help
    http://weblogic-wonders.com/weblogic/2010/05/19/configuring-ssl-on-weblogic-server-custom-identity-custom-trust/

  • Machine configured for local SUS server still looks at Apple - why?

    I have several machines whose software updates settings have been set the following way
    *defaults write com.apple.SoftwareUpdate CatalogURL "http://<servername.fqdn>/index.sucatalog"*
    A +defaults read com.Apple.SoftwareUpdate+ command returns the proper result. However, whether in Terminal or in the GUI, Software Update does not go to the internal server for updates.
    I have run this under the main user account, the local administrator account and root, and it didn't change. I have removed the com.apple.SoftwareUpdate as described elsewhere and rerun the commands. Still no change.
    I have used the same command on other computers on the network, with spotty results. Some of them work just fine, others do not.
    Most of these machines were not set up in a standard way when they were first received. Setting Software Update to our internal Xserve is part of our effort to integrate the Macs into the larger enterprise.
    The machines in question are either 10.4.11 or 10.5.5

    Just saw this post in my travels and thought I'd chime in. From my own experience, the destination file of the command can make a large difference.
    Using ' defaults write com.apple.SoftwareUpdate CatalogURL "http://<servername.fqdn>/index.sucatalog" ' will write to the preference of the currently logged-in user. Naturally the 'read' command will then reflect back the contents of the same file. You can confirm this by opening '/User/currentuser/Library/Preference/com.apple.SoftwareUpdate.plist' in the Property List Editor.
    If your software updates are being done under the authority of the logged-in user (assuming it's an admin user), it should go where pointed (unless you're using WGM managed preferences). But if you're using ARD, or otherwise issuing the instruction as another admin user, it uses the core library preference file in 'Library/Preference/com.apple.SoftwareUpdate.plist'. In that case, I imagine you'd see what you're seeing.
    The best practice is to write the catalogURL into the /Library edition of the plist for it to work under any account. *Scott Murphy6* listed a command that should improve things for you:
    sudo defaults write /Library/Preferences/com.apple.Softwareupdate CatalogURL http://<servername.fqdn>:8088/
    I hope that helps.
    J
    Message was edited for clarity by: Jens Lodholm

  • How to configure users for internal mail routing only

    Hi Guys!
    I have a scenario here that i have three (3) group of users, one group is able to have an inbound and outbound mail, meaning they can send and recieved emails from internal and external.The second group of users should have inbound mail(local mail) only (cannot send and recieved mails from internet), and the third (3) user is they can recieved an outbound mail but they are not allowed to send mail directly to the client,(Ex. [email protected],[email protected],[email protected]) instead they will use the [email protected] as the reply to the client. Please let me know how to configure group user 2 and 3.
    Thank you.
    regards,
    LRMCP

    Hi LRMCP,
    Procedure is perfect which is given by Benoit, just elaborating steps.
    Prevent form Sending Mails:
    Create a transport rule on Hub Transport Server:
    Organization Configuration -> Hub Transport -> Transport Rules -> New Transport Rule -> Give Name “Group2 - No Internet Mail”
    Conditions: select "From a member of a distribution list" & select group "Group2"
    Select another condition "Sent to users inside or outside the organization" & Select Outside.
    Actions: select "send bounce message to sender with enhanced status code" & write your custom message like “You are not authorized to send mails to internet”
    Prevent from Receiving Mails:
    New User: You can select “require that senders are authenticated” while creating new users which will stop receiving mails from internet.
    User -> properties -> Mail Flow Settings -> Message Delivery Restrictions -> Properties -> set Sender Authentication.
    For Existing Users:
    You have already a group named "Group2" so set sender authentication for all members with this single command.
    Get-DistributionGroup "Group2" | Set-Mailbox -RequireSenderAuthenticationEnabled $true
    Same procedure mentioned for group2 can be followed for Group3 to prevent from sending mails.
    Amit Tank || MVP - Exchange || MCITP - Exchange 2007 || http://ExchangeShare.WordPress.com

  • Runtime Repository on local database server only

    This is a why question, as I have read the installation and configuration guides and don't see this answer. Please forgive me if I've overlooked it.
    I am installing OWB in a client/server fashion; the database server resides on a UNIX platform, the client on Windows. I ran the OWB Repository Assistant from my windows desktop, and the repository owner and its objects were created. However, I see in the manual that the OWB Runtime Assistant must run on the same machine where the database resides. I did so, started up the Runtime Assistant on UNIX and created the Runtime Repository into a new user schema, and then a Runtime Access user. All went well.
    It looks to me as if both of these wizards create database objects. Why can the Repository Assistant be executed from the desktop environment, but the Runtime Assistant needs to be executed where the database lives, in my case, UNIX. It seems that only database objects are created, it shouldn't matter where the wizard is run from, as long as a database connection can be made.
    I feel like I'm missing a piece of the puzzle, can anyone enlighten me. Perhaps a daemon or service is started that I need to know about?

    Perhaps a daemon or service is started that I need to know about?That's it! There are some java-services running outside the database. That's e.g. the reason why you can't deploy to an OS/390 system, because these services are not migrated for this JVM yet.
    Bye
    Detlef
    Message was edited by:
    289512

  • Since upgrading to FF5, i get the following xml error on local development server (IIS 7 Windows 7): XML Parsing Error: no element found, Line Number 1, Column 1. The pages display fine when uploaded to hosting server. How do i resolve it

    All aspx pages running locally via IIS or Visual studio inbuilt server can not be displayed in FF5. This problem has only occured since upgrading to FF5. The same sites/code worked fine with the previous version of FF.
    When uploaded onto a hosting server the pages display fine. Pages all display ok on local IIS on IE, chrome, opera etc.
    I do go through a proxy server, but so do the other browsers.
    All this means i can't develop locally on FF. Help please!

    Maybe your application doesn't support "Send NTLMv2 response only. Refuse LM & NTLM".
    https://support.software.dell.com/zh-cn/foglight/kb/133971

Maybe you are looking for

  • Help needed to get unique record from an internal table

    Hi Everybody, I have to get unique record from an internal table. i know we can use read statement with key condition . But the problem is i have to use some relational operators like GE or LE. eg read table itab into wa with key width GE itab-widthf

  • Issue with Electroni bank statement

    Hi Gurus while uplaoding the EBS file i got the error message tht do not have authrorization for FB01, i was not tried to post any thing with FB01 but i understood that i this program might caled the FB01 transactin in back ground when i see the stat

  • My iPad won't remember my iCloud log in.

    When I try to sign in it checks off that it was accepted but immediately loses it. I've tried many times and it will not retain it. Can't get photos or anything else iCloud related without it.

  • HT201250 Lost events on calendar - Tried Time Machine - would not alter calendar

    I was editing some events on my calendar, moving certain events to a new calendar when I noticed that some of them had been deleted when I went back to view them.  I tried Time Machine, however, it said that it could not alter calendar as operating s

  • Managing iPhone(s) for Business

    Hello, I have been looking for a while to determine the best way to manage iPhones we use for our business. We have several people with iPhones and I am not quite sure how this works with the Apple ID. Some of the users do not have an Apple ID and si