Can OER harvest from OSB on different machine?

Hi,
The answer seemed to me obvious (YES) till I tried to do it. Since the harvester requires BEA_HOME set to OSB instllation how could I harvest OSB that does not reside on the same machine? Either I am missing something or the idea of a single OER managing assets in various environments is not 100% true.
Thanks in advance for putting me on the right path.
regards
Pawel

When connecting to the database from the host works (local) but not from another host (remote), could be several things causing the problem. And a specific error message is much more helpful than "it does not work ...". Can't help if we can't tell what you need help with.
The one that gets most folk are the firewall settings. Next most "popular" problem is some kind of incorrect client setup.
From the remote host, try a tnsping. This will test both possible problems, and also tell you where the client configuration files live. In a command box, a tnsalias should be set up in the client %ORACLE_HOME%/network/admin/tnsnames.ora
tnsping xejoe  
... Used parameter files: <drive:>network\admin\sqlnet.ora ...
Attempting to contact (DESCRIPTION=... <connect string host:port:service_name info> ...
OK (<n> msec) ...
... Or could say tns-<n> error or something *not* OKYou have to tell your client who "xejoe" is, by specifying the connect details in tnsnames.ora or have an oracle naming service available, i.e. the tnsnames.ora method, add this stanza to the tnsnames.ora file:
xejoe =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = <hostname or IP for xejoe instance>)(PORT = <port#>))
    (CONNECT_DATA =
      (SERVICE_NAME = <service name>[.domain_name] )
  )  And if you've added the port number exception to your firewall, it should be all good to go.
To verify the correct SERVICE_NAME will require an actual sqlplus connection- tnsping only verifies if a host has an oracle listener running on that port.
On the database server, a `lsnrctl services` command reveals the SERVICE_NAME used for the database instance.

Similar Messages

  • Airport Express - Can't print from one of 3 machines

    I have an Airport Express connected to a Brother HL-5140. I can print successfully from my MacBook and a Windows XP/SP2 desktop using Bonjour. One laptop won't print - also XP/SP2.
    Using a Linksys 54Gbit router with 64 bit WEP - all else appears normal.
    Bonjour installed on all 3 computers. It sees the printer - installs with no errors. Firewalls (Windows and PCcillen) turned off. On LapTop, I try to print and the document fails to print. My Mac and Desktop succeed admirably.
    Uninstalled and reinstalled Printer Driver, Bonjour and Java SE. Same result.
    Any ideas - I am at the end of my feeble resources?
    MacBook Windows XP Airport Express, Windows
    MacBook Airport Express, Windows
    MacBook     Airport Express, Windows

    any luck on this? I have pretty much the same situation - hp 5650 printer, airport express, mac mini, macbook (both 10.4.8) and an HP laptop (xp sp2) pc laptop initially printed like a champ - then, stopped - just get the message "This document failed to print".
    reinstalled bonjour on the pc, installed airport admin utility on the pc. removed printer drivers, used the appropriate driver, used generic driver - just does not work. Macs are sailing along.
    dang.

  • Can I restore from backup of time machine of Mountain Lion on a fresh install Older Snow Lepord

    Currently I have OS X 10.8.5 on my macbook pro.
    I have done much of the recovery tricks stated on variour threads. SO as apple support suggested I even tried the internet restore of the OS.
    After a long wait the installable started and I selected the option to reinstall the OS. But it prompted back that that the version which I have installed on the the macbook pro was the latest and hence can't be replaced. So the option to restore from my time machine and I was able to work on the mac for sometime. I thought the issue was resolved, but it doesn;t seems so.
    So will it be wise to completely wipe out the OS and reinstall from scratch. I have snow lepord OS DVD which originally came with the mac.
    So if I install from scratch snow lepord, will I be able to restore files which were backed up on OS X Lion (current OS) ? Kindly advice.

    I got a discussion thread here which suggests I can't
    https://discussions.apple.com/thread/3214393?start=0&tstart=0
    Please help ...

  • ODI, can't start scenario running in different machines

    Hello All
    Well i am working in a consulting proyect where I need ODI and BPEL to connect each other.
    I have installed Oracle SOA Suite for weblogic 9.2 in a machine with ip 192.168.1.108
    I have installed ODI as a server in another machine ip 192.168.1.109
    I have installed Oracle Data Base in the of ODI 192.168.1.109
    Then I installed ODI CLIENT in my laptop (i mean, the topology manager, designer, operator all in my laptop)
    I have made a simple example where i created a "interface in odi" using ODI designer and the a package in which a call a bpel process and it works fine
    Now i need to create a bpel process to call a ODI SCENARIO...but i am stock in it.
    I have done the following:
    1. I deployed the AXIS2 webservice and it's working ok.
    2. I have started and ODI agent and I tested it using the topology manager and it is OK
    3. I created and deployed a bpel process to call the ODI scenario
    When i execute the instance of bpel, i get the following error in the AGENT (which is running in the same machine where ODI SERVER is installed 192.168.1.109)
    Server Launched
    java.lang.NullPointerException
            at com.sunopsis.dwg.dbobj.SnpScen.getObjectLst(SnpScen.java)
            at com.sunopsis.dwg.dbobj.SnpScen.getScenarionByCodeAndVersion(SnpScen.java)
            at com.sunopsis.dwg.cmd.DwgCommandScenario.b(DwgCommandScenario.java)
            at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
            at com.sunopsis.dwg.cmd.DwgCommandBase.prepare(DwgCommandBase.java)
            at com.sunopsis.dwg.cmd.e.t(e.java)
            at com.sunopsis.dwg.cmd.h.y(h.java)
            at com.sunopsis.dwg.cmd.e.run(e.java)
            at java.lang.Thread.run(Thread.java:595)
    java.lang.NullPointerException
            at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
            at com.sunopsis.dwg.cmd.DwgCommandBase.prepare(DwgCommandBase.java)
            at com.sunopsis.dwg.cmd.e.t(e.java)
            at com.sunopsis.dwg.cmd.h.y(h.java)
            at com.sunopsis.dwg.cmd.e.run(e.java)
            at java.lang.Thread.run(Thread.java:595)
    And of course, the Scenario doensn't start.
    I have done many many tests, but i can't make it work.
    In my last test, I tried to invoke an odi scenario using the STARTSCEN.bat
    I followed the instructions in the otn thread {thread:id=839508}
    I modified the odiparams.cmd like this
    set ODI_SECU_DRIVER=oracle.jdbc.driver.OracleDriver
    set ODI_SECU_URL=jdbc:oracle:thin:@192.168.1.109:1521:soadesa
    set ODI_SECU_USER=ODIMASTER
    set ODI_SECU_ENCODED_PASS=ccfHG.0VJJ73yntbtLhr7xxbls
    set ODI_SECU_WORK_REP=ODIWORK
    set ODI_USER=SUPERVISOR
    set ODI_ENCODED_PASS=fJyH6P1neaZHeWG1cxpicApI Launched the agent in my laptop (local)
    and i got the same error in the ms-dos console where I use the startscen.bat program
    startscen CREATE_BPEL_HWF_TASKS 002 Global
    Starting scenario CREATE_BPEL_HWF_TASKS 002 in context Global ...
    java.lang.NullPointerException
            at com.sunopsis.dwg.dbobj.SnpScen.getObjectLst(SnpScen.java)
            at com.sunopsis.dwg.dbobj.SnpScen.getScenarionByCodeAndVersion(SnpScen.java)
            at com.sunopsis.dwg.cmd.DwgCommandScenario.b(DwgCommandScenario.java)
            at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
            at com.sunopsis.dwg.cmd.DwgCommandBase.prepare(DwgCommandBase.java)
            at com.sunopsis.dwg.cmd.e.t(e.java)
            at com.sunopsis.dwg.cmd.e.y(e.java)
            at com.sunopsis.dwg.DwgJv.treatCmd(DwgJv.java)
            at com.sunopsis.dwg.DwgJv.main(DwgJv.java)
            at oracle.odi.Agent.main(Agent.java)
    java.lang.NullPointerException
            at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
            at com.sunopsis.dwg.cmd.DwgCommandBase.prepare(DwgCommandBase.java)
            at com.sunopsis.dwg.cmd.e.t(e.java)
            at com.sunopsis.dwg.cmd.e.y(e.java)
            at com.sunopsis.dwg.DwgJv.treatCmd(DwgJv.java)
            at com.sunopsis.dwg.DwgJv.main(DwgJv.java)
            at oracle.odi.Agent.main(Agent.java)
    java.lang.NullPointerException
            at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
            at com.sunopsis.dwg.cmd.DwgCommandBase.prepare(DwgCommandBase.java)
            at com.sunopsis.dwg.cmd.e.t(e.java)
            at com.sunopsis.dwg.cmd.e.y(e.java)
            at com.sunopsis.dwg.DwgJv.treatCmd(DwgJv.java)
            at com.sunopsis.dwg.DwgJv.main(DwgJv.java)
            at oracle.odi.Agent.main(Agent.java)Does anyone know what could the possible problem be???
    I have tested the connection to the schemas/user of the database (ODIMASTER and ODIWORK repositories) and it's OK
    I am kind of new using ODI, but i have made the same TEST in a Virtual Machine installed in my laptop, where i use a Express Edtion Database, a BPEL console, and ODI CLIENTE (everything local) and all the tests works ok.
    1. Call a bpel web service from ODI ....OK
    2. Call a ODI scenario from BPEL using the AXIS2 web service ....OK
    3. start an scenario using the msdos console STARTSCEN ....OK
    I also checked that the SNP_REM_REP and SNP_LOC_REPW columns are the same in the master and work repositories, but it's OK
    What could be my problem?
    I think i can be related to the MASTER and WORK repositories, but i don't know what more could i check
    Thanks in advance

    It was a mistake with the parameters using the ODIparams.sh

  • I am thinking up buying a new 15in MBP. What can be restored from my current Time Machine Back up?

    This will be my second MBP, so first time to try migrating.
    Can Time Machine restore software like SEE Finance, Microsoft Office, Norton, Adobe Lightroom from my current MBP? Or does it just migrate data.
    How do I migrate my iTunes over?
    Hope you can advise me.
    Thanks

    Hello,
    Sorry for the trouble. I am Vineeth and I am from the Norton Support team.
    It is easy to install your Norton product on your new MBP. You can follow the steps in this support article to download and install the Norton product: http://www.Norton.com/install
    Let me know if you need further help!
    Thanks!
    Vineeth
    Norton Support

  • Can SL restore from a Lion Time Machine backup?

    I want to downgrade from Lion to SL.  If I do a fresh install of SL will it be able to read my Lion Time Machine backup to restore my applications and data?

    To clarify any perceived inconsistency between my advice and that of sig's, my presumption was that you were going to do a complete restore from Time Machine.  If that's not the case, sig's advice is important.

  • Can I upgrade OS with a different machines OS software, Jauar to Panther

    I have an 800mhz iMac running Jauguar 10.2.8 and would like to know if I can upgrad with the Panther 10.3.5 software that came with a G5 desktop that I got for my son?
    If so, what would the process be to do so?
    G4, G5, iMac Mac OS X (10.2.x)

    Hi twynsunz!
    Here are images of the
    Full Retail Version, of the Panther Install CDs,
    and the Full Retail Version, of the Tiger DVD.
    Good Luck!
    ali b

  • 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.

  • Re-installation of the Windows 7 at a different machine

    Hi,
    We are a small business with 15 licenses of Windows 7 (out of which we are using 12 Licenses as of now). Now one of the machine was having hardware issues and it crashed hence we have got a new machine in hand. If we install the Windows 7 with the key then
    will it be counted as the 13th license activation ? and Is there a way that I can re-install it on a different machine without loosing another activation slot. Our intention is to run Windows 7 on 12 PCs and keep 3 licenses in hand for future use.

    If I see in my Relationship summary than it shows "Parent Programme-Open"
    Ok, so based on that description, it sounds like you have a Volume Licensing agreement, of the "Open" variety.
    And, I'll assume that you purchased 15 x WindowsClientUpgrade, or, 15xWindowsClientSoftwareAssurance.
    It's my understanding that you can assign, and re-assign (move) your 15 licenses whenever you need to, as long as you only ever have 15 computers (not more than 15) loaded with your entitlement at any one time.
    Also, you can re-assign (move) an unlimited number of times (never exceeding 15 loaded machines at one time).
    Also, you can only re-assign (move) a license every 90days (e.g. you can't move the same license every 30days).
    The exception to this 90day limit, is if the hardware fails, you are permitted to move the license sooner than 90days.
    Assuming you are using MAK product keys to activate your product, every time you activate an MAK product key, an activation "slot" is consumed, even if you re-activate upon exactly the same computer hardware.
    For this reason, MS typically grant you slightly more MAK activations than your licensed quantity, this allows for re-imaging failed computers, or when you need to replace an old/failed computer.
    If you do exhaust your total MAK activation quantity, you can request further activations from MS.
    You can check the current status of your activation quantity in the VLSC website, it will show as:
    Windows Client [version e.g. 7]: xx/yy
    where xx is the quantity consumed by you, and, yy is the maximum quantity permitted {Activation Limit}.
    When you reach the maximum permitted {Activation Limit}, your activations are exhausted, and you must contact MS to request further activations.
    http://technet.microsoft.com/en-us/library/ff793432.aspx#EXX
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Installation Biztalk Server 2013 and SQL on different machines

    I want to know if I can install a Biztalk server 2013 and SQL on different machines?

    BizTalk Server 2103 and SQL Server (SQL Server
    2012 or SQL Server 2008 R2 SP1) can be installed and configured on different machines.
    For more instruction about this installation, refer to following MSDN installation guide for BizTalk :
    Installation Guides Related to BizTalk Server 2013 and 2013 R2
    from the above list download -
    "Installing BizTalk Server 2013 and BAM in a Multi-Computer Environment.docx" document for your requirement.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Can't FTP from a Mac to a Mac through ABS but can from a PC to Mac

    Hi all,
    I have a problem trying to FTP from a Mac to a Mac through my ABS but can do so from a PC (windows machine).
    I have a webserver http://jeanmatthieu.free.fr/pureftpd/ installed on one of my Macs which is connected to the internet via my ABS (snow). My other Mac is connected to the net via a dial-up modem. I can successfully FTP to the Mac with a webserver using an FTP application on a PC, but am unable to successfully connect from a Mac using an FTP appllication (I have tried Transmit, Fetch, and Cyberduck). The Mac FTP application connects but will not list the files on the FTP server, eventually timing out (see Transmit log below) I think the issue is with the ABS and possible port mapping as I can successfully FTP Mac to Mac if the server is connected to the net through ethernet and not my ABS.
    Can anybody give me pointers as to what I need to do to solve this.
    Thanks
    Cmd: PASV
    227: Entering Passive Mode (82,44,16,203,15,9)
    connect failed: Connection refused.
    Falling back to PORT instead of PASV mode.
    Cmd: PORT 212,67,101,67,204,69
    200: PORT command successful
    Cmd: LIST
    Could not read reply from control connection -- timed out.
    G4 PB   Mac OS X (10.3.9)  

    Hi all,
    I have a problem trying to FTP from a Mac to a Mac through my ABS but can do so from a PC (windows machine).
    I have a webserver http://jeanmatthieu.free.fr/pureftpd/ installed on one of my Macs which is connected to the internet via my ABS (snow). My other Mac is connected to the net via a dial-up modem. I can successfully FTP to the Mac with a webserver using an FTP application on a PC, but am unable to successfully connect from a Mac using an FTP appllication (I have tried Transmit, Fetch, and Cyberduck). The Mac FTP application connects but will not list the files on the FTP server, eventually timing out (see Transmit log below) I think the issue is with the ABS and possible port mapping as I can successfully FTP Mac to Mac if the server is connected to the net through ethernet and not my ABS.
    Can anybody give me pointers as to what I need to do to solve this.
    Thanks
    Cmd: PASV
    227: Entering Passive Mode (82,44,16,203,15,9)
    connect failed: Connection refused.
    Falling back to PORT instead of PASV mode.
    Cmd: PORT 212,67,101,67,204,69
    200: PORT command successful
    Cmd: LIST
    Could not read reply from control connection -- timed out.
    G4 PB   Mac OS X (10.3.9)  

  • API Setup - Different machine?

    Hey guys,
    Just starting out here with the API and trying to get my bearings. There doesn't seem to be a lot of good documentation on things. In fact, I can't even get a good list of what the API can and cannot do. If anyone knows of such thing, please let me know.
    But my question is in regards to a development environment. I've seen the docs for setting up eclipse and such, but one thing I cannot figure out is if I can develop and test on a different machine that that on which OIM is running? Can I create my project folder with the /config /lib whatever folders on a DIFFERENT machine than OIM?
    Thanks much

    Yes you can definitely do that. See an OBE for 'Running OIM API's through Eclipse*. For that you have to copy all OIM specific files in the Eclipse workspace and then this as a whole behaves as a design console. So you have no limitation to run it on OIM server machine.
    For docs, the only OIM API's docs available are with the installation docs. They are not descriptive at all. They just tell you what API expects and what it returns. Nothing very clear. Many a times you need to hit-n-try to see the results.
    Thanks
    Sunny

  • How can i look up a EJB residing in different machine from client side?

    hai ,
    How can i look up a EJB residing in different machine from client side?
    this is my code...........i don't know what should i use as Initial Context Factory...................i am using a sun appserver 8............
    package com.parx.lms.lmsdelegate;
    import com.parx.lms.exception.LMSException;
    import javax.naming.Context;
    import javax .ejb.CreateException;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import javax.rmi.PortableRemoteObject;
    import java.rmi.RemoteException;
    import com.parx.lms.controller.*;
    import com.parx.lms.vo.UserVo;
    import com.parx.lms.exception.BusinessException;
    import java.util.Hashtable;
    import java.lang.*;
    public class LmsDelegate{
    private final static String JNDI_NAME="LmsBean";
    private static String url="http://localhost:4848";
    public static Lms lms = null;
    public void getController() throws CreateException,
    NamingException,RemoteException{
    if(lms == null){
    Hashtable h=new Hashtable();
    h.put(Context.INITIAL_CONTEXT_FACTORY," ********what should i use here???????*************************");
    h.put(Context.PROVIDER_URL,url);
    System.out.println("Before Loading Context in Delegate");
    Context ctx=new InitialContext(h);
    System.out.println("Loaded Context in Delegate");
    Object obj=ctx.lookup(JNDI_NAME);
    System.out.println("Loaded Object in Delegate");
    System.out.println("Before Loading Home in Delegate");
    LmsHome home = (LmsHome )PortableRemoteObject.narrow(obj,com.parx.lms.controller.LmsHome.class);
    System.out.println("Loaded Home in Delegate");
    lms = home.create();
    System.out.println("Loaded remote in Delegate");
    public void addUserDelegate(UserVo vo) throws BusinessException{
    try{
    getController();
    System.out.println("Before calling the addUser of Session");
    lms.addUser(vo);
    }catch(CreateException e){
    System.out.println("Create Exception in Delegate due to--->"+e);
    e.printStackTrace();
    throw new BusinessException(e);
    }catch(NamingException e){
    System.out.println("Naming Exception in Delegate due to--->"+e);
    e.printStackTrace();
    throw new BusinessException(e);
    catch(RemoteException e){
    System.out.println("Remote Exception in Delegate due to--->"+e);
    e.printStackTrace();
    throw new BusinessException(e);
    }catch(LMSException e){
    System.out.println("duplicate user name--->"+e);
    e.printStackTrace();
    throw new BusinessException(e);
    pls help me..........

    h.put(Context.INITIAL_CONTEXT_FACTORY," ********what should i use here???????*************************")
    Each app server provides their own jndi factory class. For ex for weblogic it is weblogic.jndi.WLInitialContextFactory. SInce you are using sun app server, check if there are any examples to find out or the docs.
    private static String url="http://localhost:4848
    Since the client is in a different machine the localhost is not going to work here. provide the url or the machine name of the system in which ur sunapp server is running. In addition u will need to have the stubs of the remote interfaces in ur client machine.

  • 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.

  • I have two (paid) copies of lightroom 5 from your photography promotion installed (on two different machines). I would like to deactivate one copy on one desktop so I can install a copy on my laptop. How do I go about this?

    I have two (paid) copies of lightroom 5 from your photography promotion installed (on two different machines). I would like to deactivate one copy on one desktop so I can install a copy on my laptop. How do I go about this?

    While the standalone version of LR has no deactivation, the Photography Program which is LR + PS-CC bundled and licensed through the Cloud will have a 2-activation limit per Adobe ID, and you cannot decouple the LR from the PS-CC in the Photographers Bundle. 
    You can license the cloud on up to two computers per AdobeID by signing into the cloud.  When you try to sign in on a third computer you have the option to deactivate the other two copies, which you can do, and then never sign into the cloud on the one computer you don’t want activated and you’ll be fine.

Maybe you are looking for

  • HP photo B210a not printing black ink with a new cartridge installed

    The color cartridges print when I clean the heads, etc. but the black cartridge will not print.  It did fine, it ran out of ink, so, I replaced the cartridge with new ink, the same HP ink I always use.  I thought it was the cartridge, do, I bought an

  • Best practice for initializing objects in a JSF backing bean?

    Hi, What is the best practice for initializing some objects in the JSF to-page backing bean before the to-page is displayed for the first time? The initialization would vary and depend upon a command link in the from-page. Regards, Al Malin

  • Connot access iTunes store

    Hi I cant seem to access the iTunes store or aouthorize my pc. Getting error " We're sorry. we cannot complete your request on the iTunes store at this time. Please try again later" Works fine on my MacBook pro? got 100% working internet connection??

  • Tiger Classic-ified the OS9 on the other partition.

    Hi, I recently bought this G4 QS and a 5-license DVD of Tiger (black disk with a silver 'X'), both second-hand. Being a newbie to OS X I also bought about 9 bookshelf inches of Tiger books. I fitted the G4 with a new 140 Gb hard drive and partitioned

  • Document types for Entry view Vs document type for General Ledger view

    Dear experts... Can you explain what is the deference between Document types for Entry view and document type for General Ledger view? Dasu