Transfer build directory to a different machine : linux

Hi,
Can we make a build directory of Berkeley DB which is portable to a different system which does not have root access?
Thanks

Hi Rajesh,
Please check below link.
Move SAP Business One Application to a new server - how?
Client bought better server for SAP B1 - steps to change the server ?
Change server B1 Share
Moving DB from one SAP B1 9.0 to another SAP B1 9.0 Server. Same DB.
Hope this helps
Regards::::
Atul Chakraborty

Similar Messages

  • Duplicating directory structures on different machines

    I'm trying to mirror directory structures on two different machines.
    Namely so that Premiere project files can be shared withotu having to relink the media paths.
    Machine A has 2 Volumes: /Volumes/System/ (startup disk) and /Volumes/Media/
    Machine B has 1 volume: /Volumes/Media/
    Maybe you see the problem already.
    On Machine A the true path to a file on Media would be: /Volumes/Media/filename
    On Machine B the true path to a file on Media would be : /filename
    I take it this is so, because Machine B's 'Media' is the startup disk, whereas Machine A's startup disk is 'System'.
    So on Machine B,  /Volumes/Media is a link to /. (ie: Media -> /)
    Therefore whenever an absoulte path is saved in the premiere file, they are different. Machine A will always be looking in /Volumes/Media/ and Machine B will also be looking in /Media/.
    Any ideas on how to make this work? Many thanks for any help.
    C

    Ok, I think I understand what you are saying. To be clear, I'm not dumping a ton on files in /, I was just being too brief in my example.
    I'm thinking the best quick solution for this would be to put the folder inside of /Users/Shared/FolderName/
    That way it is not username dependant, and should work no matter the number of drives installed or the names.
    Ideally I would like these files to live on the non-startup/system disk (for the machine that has it), but I think this will do for now.

  • Some build specifications change on different machines

    Hi all,
    I often need to move my LabVIEW projects from a machine to another one. In this cases, I copy all the contents of my project folder in the new machine.
    My projects are built without errors, but some build specifications are not kept.
    Build specifications that are not maintained are additional installer list (see attachment).
    In the machine 1, I include only Math kernel Libraries and NI VC2008MCMS.
    When I open the same project on the Machine 2, all the elements in NI LabVIEW Run-Time engine 2012 SP1 f3 list are checked. (see attachments)
    Thank you
    Attachments:
    machine1.png ‏5 KB
    machine2.png ‏5 KB

    Hi AC_85,
    have machine 1 and machine 2 the same installed software? Is it the same version? Maybe on the machine on which you copy your project some additional installer is not installed.
    You could try to Duplicate the entire project (from project explorer File >> Save as >> Duplicate project >> Include all dependencies) before moving it from machine 1 to machine 2.
    Hoping this will help you.
    Best Regards.
    Cla_CUP
    NI ITALY

  • Jnlp does not load on  different machine: Please help

    Hi
    I have a machine x where I've installed and am running tomcat 4.1.24 server. I installed my war file with the jnlp in the right directory and my jnlp loads and works fine on machine x.
    However when I try to lanch jnlp from different machine say Y ( I have webstart installed here too) .. via my broswer ...it launches webstart but gives a
    download error - connection refused error. cannot download jnlp.
    I tried adding the mime type to the web.xml of my application too.
    Here is my jnlp
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8080/fileviewer" href="index.jnlp">
    <information>
    <title>File Viewer</title>
    <vendor>IBM developerWorks</vendor>
    <homepage href="index.html"/>
    <description>File Viewer</description>
    <description kind="short">File Viewer</description>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.4"/>
    <jar href="fileviewer.jar"/>
    <nativelib href="swt-lib.jar"/>
    </resources>
    <resources os="Windows">
         <jar href="swt-win32.jar"/>
    </resources>
    <resources os="Linux">
         <jar href="swt-linux.jar"/>
         <jar href="swt-pi.jar"/>      
    </resources>
    <application-desc main-class="org.eclipse.swt.examples.fileviewer.FileViewer"/>
    </jnlp>

    People...dont bother I fixed the problem
    I just had to change the localhost to point to my host name instead in the jnlp.

  • The build directory of the test run either does not exist or access permission is required.

    i am trying to run automated tests
    i follow the steps in the web but when i have 2 issues that does not solve
    1. i created console project and add build definition without drop folder and queue builds that success.
    2. i created C# unit test and add build definition and run it from VS and it worked and done what i want to do.
    3. i built lab with 1 machine and define the controller on this pc ( the machine in the lab is another pc)
    4. i created test suite with test cases and from vs 2013 i associated automation nethod that i created in 2.
    5. when i try to associate the builds for the test plan i have a PROBLEM(1):
    this happened every new build that i try to assign - all the builds appears after refresh and when i press assign to plan button
    a pop up shown with error : " The build that you selected for this plan no longer exist " but he chose it in build in use but there no work item under it - the list is empty even that there are 2 tests under this test suite.
    and than when i try to run the automated tests i have this PROBLEM(2):
    The build directory of the test run either does not exist or access permission is required. and the test failed.
    Please Help
    Roey

    Hi Rory,
    Thank you for posting in MSDN forum.
    According to the error message:
    (1) a pop up shown with error : " The build that you selected for this plan no longer exist "
    I tried to create a build definition without the drop folder location for unit test solution from the VS IDE, and then I try to select the Build in use option to add the Available builds, then click this Assign to plan. I found that I get same error message
    with yours like the following screen shot.
    However, when we try to create a build definition with drop folder location for this same unit test solution and then build successfully in the VS IDE.
    After you add the Available builds and then click this Assign to plan in the MTM, it work fine.
    Therefore, I assume that the issue is related to that you did not specify a build directory for automated test case. MTM need to know where is the drop location of the build building your tests.
    http://stackoverflow.com/questions/20033217/couldnt-run-my-test-using-microsoft-test-manager
    In addition, I did some research about the problem 2:"The build directory of the test run either does not exist or access permission is required. and the test failed."
    I know that the error message occur in either of the following conditions:
    1. The account under which test controller is running does not have read permission on the build directory. (The build directory is same as the drop location of build associated with this test run.) 
    2. The build directory itself does not exist.
    So please refer the following blog to check this issue:
    http://blogs.msdn.com/b/aseemb/archive/2009/11/25/error-starting-the-test-run-build-directory-of-the-test-run-is-not-specified-or-does-not-exist.aspx
    Therefore, I suggest you can try to specify a drop location for build when you run the automated test from the MTM and then check this issue.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • My hard drive crashed and I am using a different machine. How do I retrieve my personalized Pages 5.2 templates from my backup drive? I have searched at length and can't seem to find them.

    My hard drive crashed and I am using a different machine. How do I retrieve my personalized Pages 5.2 templates from my backup drive? I have searched at length and can't seem to find them.

    login_directory = /Users/yourname
    If the Library folder is not shown in your login directory, then open a Finder window, and press command+J. This will open a Finder View Options panel. On it, there is a selectable entry to Show Library Folder. Once this is selected, the Library folder will appear. Now, follow the instructions in my May 6 post. You will have to right-click on com.apple.iWork.Pages and choose Show Package Contents, before continuing.
    Correction: login_directory/Library/Containers/com.apple.iWork.Pages/Data/Library/Applicatio n Support/User Templates/
    The host software persists in changing the correct Application Support text above to Applicatio n Support, which does not exist.

  • Why differences in the way different machines handle the same code??

    OK, I've posted some other threads re some difficulties in getting the same code to function identically on, not only different platforms, but even on different machines running Windows!
    Here's another, and I would really appreciate an explanation:
    I have a tree control. Per the user's request, I made the right button function the same way it does on MS File Explorer: When they right click, the currently selected nodes are compared to the node they clicked over. If they clicked over a selected node, then the context menu for the nodes selected is displayed. If they clicked over a different node, then the selection is changed to the new node and the context menu displayed. If they right click over the tree control, but not a node in the tree, then the selection is cleared and no context menu is displayed.
    Works great on my machine.
    However, on some machines, no context menu is displayed, nor is the node selected... UNLESS THEY ALREADY HAVE A NODE SELECTED. I.e., if they have no nodes in the tree selected, they cannot display the context menu by right clicking on a node, nor does the selection change to the node they right click over. It only works if they already have something selected.
    My app is distributed as an executable jar file and I am distributing the JRE with it, so there are no class path issues or differences in the JDK. Basically, my problem can be paraphrased as: Why doesnt' Swing behave the same way on different machines...? At least why not the same on the eame machine.
    It's driving me nuts to think that I've resolved some UI glitch only to find out that, no, it's only fixed on some machines, not others.
    Thanks.

    Well, I normally develop on OSX and then deploy to Windows. But, this last build I have switched to Windows XP. The kinds of differences I am seeing are subtle: what triggers a repaint of the UI and now, it seems, what events are getting triggered by mouse clicks.
    My deployment is an executable jar file, therefore it uses the manifest in the jar, not any classpath variables. I deploy an entire JRE along with the app, and the bat file that launches the app ensures that is the JAVA_HOME I'm using.
    I can only guess that it's some underlying difference in versions of the platform and OS that causes this.
    Here's the entire code for this latest issue re the popups:
            private void maybeShowPopup(NodeInfoTree tree, MouseEvent e) {
                if (e.isPopupTrigger()) {
                    //  They clicked the platform dependent popup trigger...
                    int x = e.getX();
                    int y = e.getY();
                    TreePath[] selectedPaths = tree.getSelectionPaths();
                    if (selectedPaths == null) {
                        selectedPaths = new TreePath[0];
                    TreePath clickedPath = tree.getPathForLocation(x,y);
                    if (clickedPath == null) {
                        //  they right clicked, but not on a node, so clear the selection and return
                        tree.clearSelection();
                        return;
                    } else {
                        // They clicked on a path, so let's see if it is a selected
                        // node.  Search the selected array of paths, short circuiting
                        // out if it is found...
                        boolean foundInSelection = false;
                        for (int i=0; (!foundInSelection && (i < selectedPaths.length)); i++) {
                            foundInSelection = clickedPath.equals(selectedPaths);
    if (!foundInSelection) {
    // They right clicked elsewhere than the selection, so
    // reset the selection to the new path...
    tree.setSelectionPath(clickedPath);
    final TreePath menuPath;
    selectedPaths = tree.getSelectionPaths();
    if (selectedPaths == null) {
    return;
    } else {
    menuPath = selectedPaths[selectedPaths.length-1];
    // Since they did click on a node, now we need to determine
    // what popup menu should be displayed...
    tree.scrollPathToVisible(menuPath);
    NodeInfo ni = (NodeInfo) menuPath.getLastPathComponent();
    // If the last path component is null, then they don't have
    // anything selected, so we do nothing
    if (ni == null) return;
    // See if the Node is overriding our default popup menu...
    com.harcourt.applications.tgen.browser.nodes.NodeMenu nodeMenu = ni.getMenu();
    nodeMenu.activate(tree.getView(),ni);
    JPopupMenu popup = (JPopupMenu) nodeMenu;
    if (popup != null) {
    popup.show(e.getComponent(),
    e.getX(), e.getY());
    The nodeMenu.activate call is just used to check whether or not certain menu options need to be enabled or disabled before displaying the menu. My theory right now is that, on some of these machines (all windows), a right click of the mouse is not generating a mouse event unless they have already something selected. I don't think it's a focus issue, because if they left click to select a node, and then ctrl-left click to de-select it, the right button then no longer generates a popup menu. They must select a node, then right click. Maybe there's no mouse event generated, or maybe this line is failing on some machines?:
    TreePath clickedPath = tree.getPathForLocation(x,y);

  • Same float code compiled differently on different machines

    Hi,
    Scenario:   same project build on different machines. and then both the  application executed on
    same machine .. giving  slightly different results..(like 23.07499   to 23.07500)
    project involves many float operations.  project build on vs2013. c++
    there is difference oberved in the final value of float calculations..  like 23.07499   to 23.07500
    seems , Same float code compiled differently on different machines,  any input
    Regards,
    james

    >Scenario:   same project build on different machines. and then both the  application executed on same machine ..
    giving  slightly different results..(like 23.07499   to 23.07500)
    Do you get consistent results with the same executable each time you
    run it?
    Assuming you do, and the only difference is the EXEs, what's the
    difference between them - there must be something. Have a look at "How
    to compare binary images of the same project builds"
    https://support.microsoft.com/en-us/kb/164151/ and see if that sheds
    any light onto the issue.
    Dave

  • Save file on different machine

    Can anyone show me in the right direction. I need to save a file, which is a scanned .jpg, to a particular directory on a remote server. I would usually just use FileOutputStream and save it to a local directory i.e. c:/directory/subdirectory/filename.jpg, but am not quite sure how to save it to a different machine.
    thanks for any help

    One very simple solution if you are saving to a machine on a local network would be to map a network drive through "My Computer" and simply save using a path on that drive. This is of course assuming you're using windows. If you are unable to map a network drive, then it will be a bit more complicated.

  • Export from remote machine(directory storing in local machine)

    Hi all,
    I have 10g(10.2.0.2) installed on my local linux machine and want to export a schema from a remote server(10.2.0.1).The schema is about 10GB,and there is not enough space in remote server to store the directory.if i use data pump ,ie expdp,can i store the directory in my local machine.if yes,how can i export and import using data pump.
    Thanks in Advance

    Yes, it's one of its key features. The location for an export data pump has to be a directory object which is created in the database and which points to something the database server itself can see. So that doesn't[i] necessarily mean the output file ends up 'where the database resides' -because if the database server has an NFS mount mapped, for example, it is possible for the directory object to reference it, and output sent to that directory object will therefore end up on the network share.
    But yes, data pump security is much enhanced over old-fashioned export, by design (it stops third parties exporting your valuable data to their local USB key and walking out of your front door with it!).
    You might find this article of use:
    http://www.dizwell.com/prod/node/36

  • Servlet and EJB on different machine: Security propagation

    Hi all,
    I have an application, where my servlets and EJBS are deployed on the same machine.So
    when in my servlet a user need to authenticate himself, security credentials are
    propagated to the EJB automatically.I'd like to know in the case where the components
    are on different machine if I need to put the credential in my InitialContext
    when my servlet calls my EJB or if it is also done automatically.
    Cheers
    romain

    Say your stub is in a jar called stub.jar.
    You need to put that stub somewhere that it can be reached through a protocol for which Java has a URL type - so you can put it on a shared file system and use a file URL or behind an http server and use an http URL.
    Let's use http - put stub.jar at the docroot of a web server.
    Then, when you start your SERVER code, include this VM parameter:
    -Djava.rmi.server.codebase="http://<serveraddress>stub.jar"
    Now your client will be able to use http to load the stub file out of stub.jar through http.
    If you do use a file URL, make sure the shared directory you put your jar in is not on the client's classpath.

  • Transfer file from WIN local station to LINUX server

    Hi,
    is there any way to transfer .jpg or .pdf file from windows local station (eg. D:\test.jpg) to linux server?
    I found some release of ftp pl/sql package to transfer from one server to another server (linux to linux) but
    how to transfer from local station to server.
    Oracle Ver 11.2.0.2.0 - 64bit
    Any help
    Thank you

    I'm a little confused about how Apex comes into play (or how you want it to)?
    Are you just pushing files from your machine to a linux box, or are you looking to create a file load application for end-users with a File Browse item in Apex, and then drop what you uploaded onto the server?
    If it is just really wanting to ftp from your machine to a linux box, try an app like FileZilla FTP Client (provided you have rights to the linux box).
    Thanks,
    Ron

  • Can I build RAC with just 2 machines, without external storage device?

    Hi,
    Version: 11gR2
    I am trying to build Oracle RAC using 2 Linux machines, node 1 and node2. I have 2 ethernet cards in each node. I have setup Bind DNS server to node 1 successfully. Now, I am running Oracle Grid Infrastructure installation wizard. I have reached "Storage Option" screen. Here I have two options - (1) ASM (2) Shared File System.
    If I choose ASM and go next, I see nothing of course, in the list of candidate Disks below. I guess here it is supposed to list up shared disk like SAN or NAS if I have. I can't afford these external HDD stuff and want to build RAC using just these two Linux machines.. Is it possible? Another question is, the difference between ASM and Shared File System. Does Shared File System mean NFS? I have a very old low-spec laptop and I may be able to install Linux, to make it NFS but if I do that, is it going to be option (2) - Shared File System? I am not feeling like building the 3rd machines for this..
    Thanks
    Kensho

    Hi,
    >> I can't afford these external HDD stuff and want to build RAC using just these two Linux machines
      If you are installing on your laptop why dont you use vmware, please follow below link to install on laptop.
    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-rac-installation-on-ol5-using-vmware-server-2.php
    >> Another question is, the difference between ASM and Shared File System
    http://docs.oracle.com/cd/E11882_01/install.112/e24614/storage.htm

  • I need help using the impdb utility on a different machine to the export...

    Hi all,
    I have recieved an export from a ClearQuest database, built on Oracle.
    It's a 6GB file xxx_full_dpdump.dmp, with a corresponding .log.
    This was exported from a different Oracle instance on a different machine.
    I'd like to import this dump file into my Oracle instance.
    I tried to use imp, and received the following error: IMP-00010: not a valid export file, header
    After a bit of reading, I think this may becase I should be using impdp.
    BUT... when trying to use impdp, I'm not sure how to structure the syntax? specifically, what is DIRECTORY?
    As this is export is from a different machine, the directory that it was exported to is not on my machine.
    When running ...
    impdp username/password directory=MyDirectoryThatContainsTheDmp DUMPFILE=xxx_full_dpdump.dmp
    ... I receive:
    ORA-39002: invalid operation
    ORA-3970: Unable to open the log file
    ORA-3907: directory name MyDirectoryThatContainsTheDpm is invalid

    Thanks, I'm using Windows XP SP3 and Oracle 11g (11.2.0.1.0)
    So I've now granted the right permissions, it seems and The Impdp now executes (Hoorar!)
    The command I'm running is:
    impdp username/password directory=DATA_PUMP_DIR dumpfile=xxx_full_dpdump.dmp REMAP_SCHEMA=MYUSER:Test;
    ... where MYSUER is who I'm logged in as running this command; and Test is just a word, I haven't created anything called this myself.
    BUT ... I get a few thousand errors around
    - Cannot add file ... file has an Oracle Managed Files file name
    - CREATE USer ..... failed tablespace XXX does not exist
    - lots of "already exists" errors for users and tables.
    Any ideas what I'm doing wrong? I though these would all be created as new items under MYUSER.
    Thanks so much!

  • Can I move downloaded mountain lion to different machine?

    Weird internet connection at office (DNS server settings or some other gremlin that's beyond my expertise) won't let computers download Mountain Lion from App Store. Other apps are fine, could be a size issue not sure. Anyway, I downloaded to another machine using another internet connection (different location). Can I move that download to different machine? How?

    Yes as long as these are both your computers. Transfer target disk mode, USB flash drive, external HD, DVD, Dropbox, etc
    Are the computer close by and portable or at a distance??  This might dictate how you move your download.

Maybe you are looking for