How to deploy java dictionary to other scehma/DB

I can't find any way to delpoy java dictionary to customized schema  or database.
Because it deploy to SAP Schema like SAPNWTDB.
DO I have to create table with SQL in ohter database?
It's NW 7.3.
Thanks.

You can deploy the .sda file using the SDM interface.  On the system where the engine is located, you must run the .bat file.
C:usrsap<sysid>JC01SDMprogramRemoteGui.bat
From here you can deploy.
Regards,
Rich Heilman

Similar Messages

  • Deploy Java Dictionary in external datasource

    Hi Experts,
    I have created a new datasource in JDBC connector via visual administrator. Through NWDS, i created a java dictionary project, and deployed the table. Every thing works fine all table objects got created, however, the deployment is happening in the default datasource, which is inside SAP database instance, instead of my new datasource.
    Can anyone advice, how can i force the dictionary projet deployment to a specific datasource?
    thanks in advance.
    Regards,
    Ravi

    you mean creating table in other db?
    if yes, i think it is not possible for sap java dictionary.

  • How to deploy java stand alone applications

    I need to find information on how to deploy java classes to just run time clients.
    I appretiate any help on this.

    Probably yes. It is possible to write a lunch application. But what considerations do I have to take. Let's say, Since Forte for Java 4 does not use CLASSPATH environment variable, How do I tell the JRE where my classes are located? I tried running
    javaw c:\directory\classname.class
    ...but I receive a message saying that the main class was not found...
    Do you know why this could be?

  • How to migrate Java Dictionary content from the one to the other server?

    Good day!
    We have a few developments which uses java dictionary DC and JPA. It's on NW CE7.2. Now we need to migrate all developments to NW 7.4. The question is how to migrate all java dictionary content for these developments? The main purpose not to develop any more:).
    Thanks in advance!

    I think the problem is solved.
    Through the SQL Developer (Oracle) we can export the needed data and import it again where we need it.

  • How to deploy a dictionary in a different db schema?

    Hi all,
    how I can deploy a dictionary table in a custom schema (not the default schema) in an Oracle data base?
    Thanks in advance,
    Vito

    Vito,
    Thanks for posting your solution.
    I'm confused about something, though. What you describe is the process we go through to define and use data from Oracle but we haven't been able to use that data as "dictionary" data.
    What I was looking for was if there was a way to have the Java Data Dictionary point to an external database. By that I mean that I don't want to use MaxDB when I'm running locally.
    The reason for this is that if we require data to be loaded in the Java Dictionary db then it has to be manually copied from the various environments. For example, if developer 1 does some testing locally and populates dictionary data then when he deploys to the dev server the code will be using the Java Data dictionary on that server. The data is not carried along.
    Hope that makes sense.

  • How to deploy Java Application to AS?

    Hello there,
    I created Java Application, created Java Web Start (JNLP) Deployment Descriptors and everything works just fine when I am running application locally (using Run Manager in JDeveloper).
    How do I publish this Java Application to Oracle Application Server to start it using Java Web Start since there are no Java Web Start Deployment Descriptors to publish Application to Oracle Application Server?
    Or is there any other (easier, better) way to Deploy Java Application to Oracle Appplication Server?
    I searched otn.oracle.com but I cant find anything usefull, maybe it is me, please help me :)...
    Thanks,
    -Andrej

    From the JDeveloper technical papaers page:
    http://otn.oracle.com/products/jdev/collateral/papers/10g/adfjclientbcwebstart.pdf

  • How to deploy Java an application in CE

    Hello all,
    This question I already posted before. Since I try to open the thread one more time to expect a desired answers from u people.
    I have downloaded CE trail version from SDN. It's running fine. and No SDM service is running there. My concern is how to deploy a java application in SAP J2ee engine with out SDM service.
    Experts plz suggest me how do I proceed to deploy application in CE.
    Many Thanks

    Hello Yahagiri,
    Go through this link hope this is useful to you..
    http://help.sap.com/saphelp_nw04/helpdata/en/76/fb72ec091f4bf8a2d8ba321bb7e8d9/content.htm
    Thanks,
    satya ..
    Reward if it is useful..

  • How to Deploy Java Application?

    I'm trying to deploy a Java application. I made a lot of code changes to it and previous developers have worked on it all using JBuilder4 (old! I know). I've
    been testing it on my development machine with no problems. Does anyone know how in the world to save my changes and put it on another machine. It currently uses a .bat file that has environment variables setup in it to deploy. I know how to make it point to different directories, problem is when I try to move my code (bin, sources, etc folder) to another machine and run the app only some of my changes are there, but when I run the same program on my computer all of my changes the program works fine. I've tried creating another java project file (.jpx) and rebuild the project with no luck because it doesn't change this problem. I have a C/C# Visual Studio background. Is there any else I have to do like updating the .jar files or something? I'm lost. Please help.
    Edited by: pootietang on Feb 21, 2009 2:48 PM

    Point conceded, cross-posting in itself is not that serious. What's serious is this:
    1) You not telling us.
    2) You giving us attitude.
    3) You giving us more attitude when we complain about your cross-posting.
    4) You still refusing to do what the people who were (read: were, not are) trying to help you asked you to do, which was keep them updated.
    5) You acting arrogant.
    6) You being arrogant.
    7) You telling someone with 36,000 posts to "cut the attitude" like you're his father.
    ... shall I continue?
    The nerve of people these days, I swear...
    You honestly think you're entitled to help? Let me reference you to an excellent quote I once encountered:
    "The world doesn't owe you anything. It was here first." - Mark Twain

  • How to Deploy Java Applications

    I have developed an FTP application. The client program is designed as a desktop application using swing. The problem here is to deploy my client program. It should work on the machines dont having jdk.

    Have a look at:
    http://nsis.sourceforge.net/
    Its a nice install script program. You can read registry variables and thus determine the JVM version. There are examples when you download it of how to determine the JVM version.
    I automaticaly detect the version, if installed. I install a new JVM if there is not one installed or its not the correct version.
    Web Start will not do it for you, as clients will not have it if they don't have the appropriate JVM installed. However if you do have a web site, then you can automaticaly prompt the user to download the Java JVM if its not installed. And then you could use Web speed.
    James.

  • How to use java output with other application

    hi ,
    I am using acme.crypto to encrypt data. this is completely written in java. i need to pass input to this using VB6 and return the output to VB6
    how can i achieve the same, is there any readily available dll that can be used in vb?
    I am rigorously searching solution, which i am not finding.
    I need to know how should i place the java code so that it could be used with VB, as i am new to java world. Do i need to create component using java bean or how?
    The code i refered above is nothing but encryption algorithm. I need to pass the input string from vb to java, which will process me the output which inturn should be passed to vb6.
    Kindly guide me through this.

    Why not create a Java ServerSocket in your Java program.
    Connect the VB program to this ServerSocket.
    Send the input to the Java Program over this socket and have the Java Program encrypt the information and pass it back on the same socket.
    Don't know how hard Sockets are in VB6 but a Server Socket in Java is simple.
    No need for new DLLs, JNI, etc.

  • How can my java program launch other applications?

    can anyone link me, provide some keywords, or information on how a java program can execute another program... for example, a button click would launch acrobat, firefox, or (in particular) another java application.

    don't read all that much fantasy.
    I've read Eddings' Belgariad and Malloreon, which I really liked at the time but which are not even in the same league as GRRM. The characters are much more one-dimensional, and the plot gets cornier as you go along.
    IVE READ BELGARIOD... AGREE THAT IT WAS PRETTY SHALLOW AND I READ IT AFTER LOTR SO IT WAS SUCH A PALE RIPOFF IN COMPARISON
    His Elenium and Tamuli series were a little better, but still far from Ice and Fire.
    Tolkein, of course, but you've probably heard of him. :-)
    Donaldson's Mirror of Her Dreams and A Man Rides through were good.
    HAVENT READ THESE, WILL ADD TO MY LIST, THANKS!
    Terry Brooks' Shanara series is supposed to be pretty good, and I think Anne McCaffery's Dragonriders of Pern series is considered to be among the classics, but I've never read either one.
    READ SOME BROOKS AND FOUND IT SHALLOW LIKE EDDINGS. HAVE READ MCCAFFERY BUT NOT DRAGONRIDERS, AND THE TRILOGY I READ WAS OK BUT THE TONE WAS REALLY GOOFY. A GROUP OF REFUGES ON A NEW PLANET AT A TIME WHEN THE HUMAN RACE IS ENSLAVED BY ALIENS, AND THE BOOK SEEMED TO FOCUS ON HOW FUN BUILDING A CAMP WAS ON THE NEW PLANET AND EVERYONE WAS REALLY PEPPY WHICH FELT ODD GIVEN THE CIRCUMSTANCES OF THE SETTING.
    Michael Moorcock's Elric series was very good, also very dark. It was kind of... I don't know... odd. Like you'd want to light up a bong and put on some Floyd while reading it.
    HAVENT READ EITHER, ANOTHER FOR THE LIST, THANKS AGAIN!
    There's another series of 2 or 3 books that I read a few years ago and really liked, but I can't for the life of me remember the author, the books, any characters names...
    P.S. If you want to talk about a nag of a female character, you gotta love (as in hate) Cersei. She gets her on POV in Feast. Good stuff.
    YEAH I LIKE CERSEI ACTUALLY. GRRM IS GOOD IN HOW THERE REALLY IS NO MAIN CHARACTER AND EVERYONE IS VERY EXCITING TO READ. RJ ON THE OTHERHAND HAS A DEFINATE CENTRAL CHARACTER TO THE PLOT, AND CHAPTER AFTER CHAPTER OF SOME OF THE FEMALE POV'S GOT AGGRAVATING ESPECIALLY WHEN THEY NAG SO MUCH THE TRUER HEROS OF THE STORY (MY OPINION)... ITS LIKE, SHUT YOUR MOUTH AND LET THEM SAVE THE DAY ALREADY... HEHE... BUT YOU'LL SEE OR HAVE A DIFFERENT OPINION ENTIRELY.
    to you i recommend orson scott card... you've probably read ender's game but he has some really good fantasy too... the homecoming series (first book call of earth or memory of earth) was really good, and the alvin maker series is ok plotwise but the characters are incredible... i found a lot of humor and witty dialog in that series and enjoyed it immensely. anyways, thanks again for the list additions, will read feast of crows first, hopefully soon. glad to hear you're liking it... some reviews on amazon weren't stellar.

  • How to deploy java bean in Oracle Applications?

    There is a Oracle Applications Forms FNDMNMNU.fmb which calls a Java Bean to show TreeView.
    The Bean Area uses the implementation class of AppletAdapter.class. Do you know that we have to use the same AppletAdapter class so that we can connect to Oracle database?
    In the form of FNDMNMNU.fmb, the java bean is called like this.
    fndaplt.applet_init('FND_MENUS.TREE_VIEWER',
    'FS',
    'oracle.apps.fnd.functionSecurity.client.FunctionTreeViewer',
    l_list_id);
    Do you know what 'FS' means ?
    Thank you very much in advance!
    It is my first time to use Java Bean in Oracle Applications!

    HI srini ,
    my application version 12.0.4 and database is 10.2.0.4
    and i want to restrict the No of users
    exp i have have 500 users and i want restrict to 100 only
    how can i do that please explain
    Thanks,
    Sudheer

  • How to deploy java class as a service in weblogic

    All,
      I have a java class which polls on a mailbox. I want deploy this class as a service in weblogic so that when the service is started it should continuously poll the mail box untill the service is stopped. Its working as a standalone component, i want to deploy this as a service.
    Thanks,
    Ram

    if you want to set Startup Classes, please refer the following URL,
    Startup Classes: Configuration

  • Multimedia Book for JMK? How to pack java program to other platforms?

    Hello all,
    I'm just a new Java user, I hope that it is a right place to ask silly some questions:
    1> Recommend JMK books: We are using the Forte CE 3.0 and JMK2.1.1 "Multimedia kit" for audio and MIDI application. Could anyone please recommends some good practical books, especialy on Java MIDI/MCI apps?
    2> Can't launch Forte CE: It seems to have problem on one of our PCs, the error message like "Cannot load jvm.dll" on the 98SE, It was working fine before. I have other setup just works great on Wins-2000 (other PCs). What is wrong? how do I fix it? Please advice.
    3> How do I pack the java project to various platform-client-user? Let say on the Porte project, I'm using traditional AWT and beans coding, I know it works here PCs. I want to ensure it will work with other platform SPARC, HP, Intel-PC or MAC. Question is what do they(clients) need in order to use our Java application programs, I know we can generate a single .exe file for PC-Winsdows, what about others (Sun, HP, Mac)? Any version compatible issue that we should be aware of?
    4> I'm looking for C/C++ to Java conversion program, any ideas?
    Best regards,
    Long

    Hi,
    Just summarize questions, Please helps if you would help any one of those (don't have to be all), it would be appreciated.
    1> Recommend JMK books?
    2> can't launch Forte CE?
    3> How do I pack the java project to various platforms to client-user?
    4> C/C++ to Java conversion program? any ideas?
    Thanks,
    Long

  • How to deploy Java application securely

    hi everybody,
    I hope u can help me. Because this is my last resort.
    My problem is describing below.
    I have created a java application(Stand alone). Now I have to install that into a machine. When I am installing any how i have to copy all .class files to the system. When I am copying, how will I secure those files. Means if a person knows where the class files is copied, he can declompile the class fiels, that will gives the original source code, and he can make changes into that and recopy. This will spoil the application. So how I secure the class files from the external access.
    thanks for ur time.

    I would have to say that your best bet is to use an obfuscator.
    http://directory.google.com/Top/Computers/Programming/Languages/Java/Development_Tools/Obfuscators/
    The only other thing you can do, if you can, is to set permissions on the directory, and things like that...

Maybe you are looking for

  • FCP to FCE(express)

    I have a movie done in FCP sitting on an IMAC computer. I am making a new movie using FC Express on a laptop. I want to take some of my clips from the FCP computer and incorporate them into the FCE new movie. I get error messages that seem to indicat

  • SQL Developer 3.0 Unit Testing

    Hi folks, Firstly, let me say thanks for all the hard work that has gone into the improvements made in SQL Developer 3.0. I've been trailing EA3 for the past few days, and am so far very impressed. My development team are particularly interested in t

  • Can't install 3.1

    When I try and install the iPhone OS 3.1 update, after agreeing to the licence stuff iTunes tells me I don't have access permission. So obviously it doesn't install... And I'm left without iPhone OS 3.1. I'm using XP Home btw.

  • SRM 7.0: How to add Ship-to address ?

    Hi Experts, This is on SRM 7.0. I have to add a new ship-to address in SRM 7.0. When i log in as SRM ADMIN, i go to the transaction "Business Partner: Purchasing Company". Here i have the options "Create Purchasing Company" , "Display" and "Edit" The

  • How do I uninstall Garageband 02 and install Garageband 08?

    I just bought a second mini (used) that has Garageband 02 on it, and need to get Garageband 08 on it instead. I have the disks that came with my first mini. How do I get Garageband 02 out of the used mini and Garageband 08 on it? The two disks I have