Import source from server machine

hi,
i want to import source data into my localhost system.
source data is residing in server system in BD2 database;
i want to design mapping using these source.
so i want to know how we can import data from server system data
and how we can use these data in mapping
plz tell me procedure
Edited by: user10373357 on Nov 3, 2008 10:49 PM

LEARN OWB !
1. I havent heard of BD2 i only know DB2(if thats what you are referring to).
2. Create a repository under NON-ORacle ==> DB2 in design center.
3. create setup locations in connection explorer(under non-oracle).
4. Import the metadata.
5. create mappings.
6. create a control centre location
7. deploy mappings
8. execute your mappings(if required use schedules and process flows)..

Similar Messages

  • How to download a file from server machine to client machine using jsp

    Hi,
    In my application, I have an excel file stored on my server machine. How can I download that excel file on to my client machine using jsp. Is there any other way I can open that file from my machine and save it in my machine using jsp/java?
    Its an emergency for me to do this.
    Can anyone provide me the full code to download a file from server machine as I don't have
    time to browse through various sites.
    thanks in advance,
    Tiijnar

    Please post your code using code tags (click on CODE above the text area, when posting)
    response.setContentType("application/octet-stream");Why octet-stream? Set the correct mime-type.
    String disHeader = "Attachment; Filename=\"filename\"";The filename should just be the file's name. Not the complete path to the file! This will tell anyone where the file is located on the server. It's also inconvenient because by default,the browser will suggest it as the name for the download.
    Your way of writing to the output stream is just plain wrong. See this snippet (picked from [http://balusc.blogspot.com/2007/07/fileservlet.html])
            BufferedInputStream input = null;
            BufferedOutputStream output = null;
            try {
                // Open streams.
                input = new BufferedInputStream(new FileInputStream(file), DEFAULT_BUFFER_SIZE);
                output = new BufferedOutputStream(response.getOutputStream(), DEFAULT_BUFFER_SIZE);
                // Write file contents to response.
                byte[] buffer = new byte[DEFAULT_BUFFER_SIZE];
                int length;
                while ((length = input.read(buffer)) > 0) {
                    output.write(buffer, 0, length);
                // Finalize task.
                output.flush();
            } finally {
                // Gently close streams.
                close(output);
                close(input);
            }

  • HT4710 how to restore/import photos from Time machine while using Lion

    how to restore/import photos from Time machine while using Lion

    Launch Time Machine, go to the time you want to restore from and select what you want to restore and click restore - once the photos are restored improt to iPhoto - or restore the entire iPhoto librarhy and use it
    LN

  • Error 0x80070057 when importing VM from Server 2008R2 to Server 2012 R2

    Hello.  I am using SCVMM 2012 to export a Windows 7 desktop from a 2008R2 HyperV server, to a 2012R2 HyperV server.  The job fails at step 1.5 (Import Hyper-V virtual machine) in the SCVMM log.  The error message is:
    Error (2901)
    The operation did not complete successfully because of a parameter or call sequence that is not valid.  the parameter is incorrect (0x80070057)
    Recommended Action
    Ensure that the parameters are valid, and then try the operation again.
    I've found the KB968968 regarding "ScopeOfResidence" and that isn't the problem here.  the EXP file that is created on my target server has no data between the [VALUE][/VALUE] tags for this element.
    When I try to manually import from the target server using HyperV manager rather than SCVMM, I browse to the folder where the VHD and subfolders containing the EXP file are located and I get "Hyper-V did not find virtual machines to import from location
    "G:\my\path\to\this\VHD" "  Same thing when I browse to any subordinate folder such as the Virtual Machines folder or the GUID folder underneath that.

    Hello Connor,
    Please advise if you followed below best practices?
    If you are upgrading from Hyper-V 2008/R2 to Hyper-V 2012 R2.
    The first option is to Shut down all Hyper-V virtual machines on the WS2008R2 host, then stop the Hyper-V Virtual Machine Management service. Finally copy all virtual machines that you want to migrate to WS2012R2 Hyper-V host, and then Import the Virtual
    Machines.
    The second option is, if you already exported the VMs and you don’t have 2008R2 Hyper-V host anymore.
    The exported Hyper-V virtual machines from 2008 R2 host copy them into Windows Server 2012 Hyper-V and import them, then simple copy the VMs to Windows Server 2012 R2 Hyper-V and import them. The server with Hyper-V 2012 is only used to perform the import
    process thus allowing the VM to be copied into Hyper-V 2012 R2.
    The reason why is the following:
    In Windows Server 2012 Microsoft introduced a new WMI namespace (root\virtualization\v2) which is much better import/export model – allowing you to effectively just copy the virtual machine folder (with the VM’s XML configuration file inside it) as well
    as the VM’s VHDs and then import them directly. Microsoft maintained version 1 WMI namespace in Windows 2012 which is allowed for importing Windows Server 2008/R2 VM’s on 2012.
    In Windows Server 2012 R2 Microsoft removed the old version 1 namespace which means we can’t import directly virtual machines that were exported from Windows Server 2008/R2.
    Hope this help.
    Regards,
    Charbel Nemnom
    MCSA, MCSE, MCS, MCITP
    Blog: www.charbelnemnom.com
    Please remember to click “Mark as Answer” on
    the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community
    members reading the thread.

  • How to import mailboxes from Time Machine to new Mac

    I had Time Machine backing up our old G5. We got a Mac Pro back in November and I never was able to import the mail from the G5 to the Mac Pro so I left it alone and just kept using mail on the old G5. Well, the G5 took a dump last monday. I currently have the Time Machine backup for that computer connected to our Mac Pro (but not using it as backup yet). So, the mail from the G5 should be on the Time Machine backup right? If so, can I import it into Mail on the Mac Pro?
    I also pulled one of the hard drives from the G5 and have it in the Mac Pro in the 2nd bay just to make sure that HD wasn't dead. It works fine and I tried importing the .mbox files from that drive but it appears that all the mail on that particular drive are from like 2006. So, again, I need to find out how to import mail from the Time Machine drive. Any thoughts?
    10.7.4
    Mail 5.2

    Back up what data? Mail data? I don't have any yet. I haven't used Apple Mail on this Mac Pro yet.
    Edit: Launching Mail and holding Option right afterwards does nothing. Holding down option and then launching Mail does nothing.
    Oooooh.... launching time machine while holding down option......
    Edit again.... I don't have a Time Machine menu because that disk is not currently set up as time machine for the Mac Pro yet. I don't want to use it as a backup for this computer yet. I just want to be able to pull some of the backed up contents from it until I'm set.

  • Can't import photos from another machine???

    I have downloaded a few albums on another machine and then brought a copy home to put on my iPhoto library but every time I try to import I get an error message saying:
    '+The following files could not be imported (they may be an unrecognized file type or the files may not contain valid data).+'
    All the images are in Jpeg format!

    they are in my iPhoto Library
    How did they get there? iPhoto will not import pics from the active iPhoto Library Folder - a protection against duplication. There is never a need for the user to enter that folder and anytime you do you risk damaging your Library.
    Regards
    TD

  • To save a word/xls document from server machine to client

    Hi Folks,
    I am facing a problem in storing a document from server to client machine.
    I have a document in Oracle database BLOB column and i am able to read and open that document in client browser. But it is stored in the server machine when accessing from the client browser it is opening as a read only copy.
    I want to open it as editable copy in client machine and once it is edited i want to save back to the databse. But it can be stored in server or client machine without promting to the user.
    Any one can help me?
    Senthil

    Hi, I am wondering whether this will take time for a document/image which is about 3, 4 MB??? Cos customer has to scan documents one by one and the saving of the file in the DB and then using that to transfer to MSMQ (which is the requirement) should take less time than scanning 2 documents.

  • Import source from 1 workspace to a new workspace

    There appears to be something missing when I import source files from 1 project into a new project contained in a new workspace.
    The source files compile indiv. with no errors in both workspaces. The old workspace compilies fine.
    However when you try and run or compile the new project or new workspace I get tons of wierd errors about duplicate classes.
    Jdev 903
    What's up. Anyone know?

    go to this link in apple and it will tell you how
    http://support.apple.com/kb/HT1329?viewlocale=en_US
    you can also get a memory stick and move the files but it will not save your ratings or playlists. I do not suggest a stick that uses compression. I did it that way and Vista does not have a way to decompress the files so they are useless. The third way is to back up of your files if you have a cd burner. you can do this through itunes by going to file/library/back up to disk. After recording the back up. you can restore from disk on the new computer.
    But I will warn you, Vista *****! I have the 64 bit version and everytime I close Itunes it erases my music. I still have the music on my computer, it just wont stay in itunes. Still dont know how to fix this.

  • Import Contacts from older machine?

    I have a new Macbook Pro, trying to import contacts from an old machine that has "Address Book". I am networked together, I can navigate to my old machine in "Contacts" in my new laptop, but can't find a way to do it.

    On the old machine, select the contacts you want to keep, then choose
    File ▹ Export ▹ Export vCard
    from the menu bar. Transfer the exported contacts to the new machine and import them by double-clicking the file.

  • Exporting Project jar/source from server

    Hi all,
    I am using BPEL 10.1.3.3.1.
    I wanted to export BPEL source / jar file from server.
    I tried copying files from domains/default/tmp/<project_folder>
    but this is not straight forward way.
    because I need to do lot of manual steps like
    1. create an empty project
    2. create a bpel folder under it
    3. copy source to /bpel folder
    4. change project properties
    5. There are no build.xml/ build.properties file on server, so create/copy from other projects
    6. then compile project using ant,
    Is there any better way of doing ?
    Thanks,
    Praveen

    Hi all,
    I am using BPEL 10.1.3.3.1.
    I wanted to export BPEL source / jar file from server.
    I tried copying files from domains/default/tmp/<project_folder>
    but this is not straight forward way.
    because I need to do lot of manual steps like
    1. create an empty project
    2. create a bpel folder under it
    3. copy source to /bpel folder
    4. change project properties
    5. There are no build.xml/ build.properties file on server, so create/copy from other projects
    6. then compile project using ant,
    Is there any better way of doing ?
    Thanks,
    Praveen

  • How to download/save report from server machine to client machine?

    Hello All
    This is San,
    My problem is that i need to save pdf/html report in client machine while report running on client machine for this i have set destype as file and desformat as pdf/html.
    It is running and save automatically while report run on server machine (Application Server OS is Windows 20003 professional) but when i run it on client machine (Client machine OS is XP sp2) click on run button to run report then it give message as
    FRM-41214: Unable to run report
    When I do showjobs then it give message as
    Executed successfully but there were some errors when distribute the output<br>
    Please suggest me solution of the above mentioned.
    I am waiting for your reply.
    Thanks in Advance
    Edited by: user8752210 on Feb 11, 2011 11:46 PM

    Hello Mr.
    Thanks for quick reply.
    The e:\tempReport directory is on both app-server and client and it is shared folder, i am sending procedure that i have used as:
    PROCEDURE DOWNLOAD_AS IS
    l_success boolean;
    l_bare_filename varchar2(50);
    BEGIN
    --l_bare_filename := substr(:upload.file_name,instr(:download.file_name,'\',-1)+1);
    l_success := webutil_file_transfer.AS_to_Client_with_progress
    (clientFile => :GLOBAL.PATH3||:global.tmp--(\\client_ip_address\e:\tmpreports\file_name.html it is shared folder)
    ,serverFile => :GLOBAL.PATH2||:global.tmp--\\server_iip_address\e:\tmpreports\file_name.html it is shared folder)
    ,progressTitle => 'Download from Application Server in progress'
    ,progressSubTitle => 'Please wait'
    if l_success
    then
    message('File downloaded successfully from the Application Server');
    else
    message('File download from Application Server failed');
    end if;
    exception
         when others
         then
         message('File download failed: '||sqlerrm);
    END;
    Please suggest me what to do.
    Thanks

  • I just connect portal from server machine. Help me!

    Please, can someone help me?
    I've instaled the Oracle portal 3.0.9.8.0 in the Oracle 8.1.7.
    From the server machine I can access the Portal, but if I try from a
    client machine, a error happens.
    If I try only the server machine's name, the Oracle Http Server shows up,
    but if I try to do machinename/pls, a error happens and with the server
    machine works.
    Do someone know what's going wrong? Do I need to configure somthing at the
    client machine?
    And what about the DAD? Whath do I need to configure?
    Thaks for helping,

    Pls ignore the previous one and refer to this one, its not identifying greater than & Smaller than sign, I have replaced them with square brackets ([]).
    Tiago,
    Where is your midtier, I mean where is your Http Server(Apache) is running? Is it running on the same machine where database is running or it is running on a different machine?? In either cases it doesn't actually matter, unless your are accessing the portal correctly.
    You should be accessing the portal in the following manner (From any machine, be it server or client).
    http://[midtier-machinename]:[Port]/pls/[DAD]
    [midtier-machinename]: The machine on which your Apache is running.
    [Port]: Port on which your Apache is running. (You can check it in your your setupinfo.txt file, which gets created when you install 9iAS).
    [DAD]: DAD, through which you identify your portal instance. You can check it by giving the following url
    http://[midtier-machinename]:[Port]/pls/bootstrap/admin_/dadentries.htm
    Just double check your settings on the basis of above mentioned guidelines. Hope it should work.

  • Importing PNG from Server causes Illustrator to freeze up

    Hello,
    My client is having a bit of a strange issue with importing of PNG files. She is running an IMac version 10.7.3  and Adobe Creative Suite Design Pro 5.5 (I beleive)  They are in a windows network environment and access files hosted on a windows 2003 server.
    Today she showed me first hand; opening up a connection to the server and proceeding to a particular shared drive that features a slew of images in a variety of formats including jpgs, gifs, tiffs, png etc.
    She would drag and drop a particular file from the window to Illustrator and it would instantly freeze up, beachball, and require a force close.
    I had her copy the file to her desktop and do the same thing, drag it onto the stage and bam, worked no problem.
    Is there any reason for it to only happen when coming directly off of the server? She tried with a variety of other file formats and there was no issue. I hadn't tried opening the same file in photoshop or indesign yet, but I'm perplexed at why its only in PNG format that its having trouble with?
    Is there some compatibility problem that maybe I'm not seeing here?
    Would appreciate any ideas as I'm scratching my head with this one.
    Thank you for reading and for any replies!!
    V

    Hi Scott,
    Thanks for your reply.
    I was unaware actually that it is not best practise to open directly off of the server. I'm a windows guy at the core, so this is pretty surprising to me as I've never found there to be issues like this with Windows, however since this issue is on a Mac I figured there may be some other reason behind it.
    In their environment they have 6 macs and they all operate in this way.. connect to the server using Finder, and open files (.ai, osd, jpeg, etc) directly from several different network locations. This is the first instance I've heard of from any of these users where doing so has caused freezing like this, which is why I found it a bit odd that it was only PNG files in particular. Other users have no issues at all when opening any file direct from the server.
    Though working this way may not be supported, would there be any suggestions for other ways I could look to address this issue? At the moment the user is doing as you had suggested.. copying to the local machine and then uploading once the file edits are complete. If there is no workaround then certainly I'll try to get this user to continue working this way but still a bit perplexed why the issue is isolated to this single user.
    Thanks

  • Using DDE from server machine

    Hi guys, need some help..
    I have designed a forms application(10g). It sits on a server so it can be accessed by multiple users from different computers. I have a documents form which you can use to open documents using DDE as follows
    AppID := DDE.App_Begin('C:\Program Files\Microsoft Office\Office11\EXCEL.EXE '||:SCR_DOCUMENTS.doc_path, DDE.App_Mode_maximized);
    But the document is being opened on the server and not on the client machine, cos obviously its referencing the excel.exe on the servers C drive.
    How do i get this to work so it opens the document on the client machine?

    It will not work on ur client machine as the EXCEL.EXE path may be different on client machine.
    Microsoft changes the path of EXE files according to the version it releases.
    It happens when u upgred existing MS office.
    u will have to get the value of registry entry from the local machine for EXCEL.EXE
    and then try again, hope it will work
    nJoy
    Shantaram

  • Import apps from time machine backup ext. hard drive

    I just reinstalled by Mac OS X 10.5.8 using my original installation discs. I'd like to selectively import a stand-alone application (vitual piano) from my external hard drive time machine which I had used to back up my Mac. Can I do this after I upgrade to Snow Leopard?

    I solved this myself. I found that, after upgrading to Mac OS Lion from Snow Leopard, some of the aliased folders in my Time Machine backup hard drive are not locked, but the regular folders are locked. Apparently this is new in Lion. (As I mentioned above, my MacBook is too old to upgrade to Mountain Lion.) I had based my query above on my ability to delete things from some aliased folders on my backup hard drive. Fortunately, they are locked in the equivalent non-aliased folders.

Maybe you are looking for

  • Can anyone recommend a Hard Drive handycam?

    Apologies for reposting this, however my original post was misleading. I had put HD handycam (which in the real world means high def) when I meant HDD (hard disk drive). Here is my corrected post: Can anyone recommend a Hard Disk Drive handycam that

  • Logical Standby - Log auto delete

    Hello Everybody, We are having a logical standby database which is working fine.. But the only concern is with deletion of archive logs that are applied.. I wanted to auto delete the archives that are applied.. Till yesterday all the archives that ha

  • Changing database credentials of action block SQL Query

    Hi,        I have created a SQL Query with command mode for inserting data in database. But I would like to change the database credentials of this SQL Query dynamically. How can I do this? I have seen one property of this action block as Connector.

  • How do I get rid of the prompt to unlock the "Local Items" keychain in various applications?

    How do I get rid of the prompt to unlock the "Local Items" keychainin various applications?

  • Producer and Consumer Issue

    Hi, Do we need to consume all the portles of the producer from portal admin console? or is there a way to use the .Portal file directly as all the portlets of the producer are consumed already? Edited by: user8894463 on Dec 15, 2009 2:34 PM