Execute Scenario in Metadata Navigator

Hi there,
I just created a scenario of an ODI interface and it works well in Designer. But when I tried to execute it in Metadata Navigator, an error message shows up: "Connection refused: connect" Does anyone know how to solve it?
OC4J is used as application server for metadata navigator and AXIS2 is deployed to OC4J as web services container. Is there any extra steps that I need to go throught to get it work?
Thank you very much.
Sincerely,
Yang

Hi Yang Yang,
I was facing the same issue as you were facing in step 1 (not able to execute a scenario of an Interface from Metadata Navigator).
But i tried running a scenario of an Interface using an agent (not the local agent) and it worked for me.
Thanks and Regards
Madhu Gowda
Edited by: user13050481 on May 5, 2010 5:18 AM

Similar Messages

  • Error while executing through Metadata Navigator.

    Hi all,
    i am getting the below error when i tried to run a scenario from metadata navigator. please let me know what is wrong.
    java.lang.NumberFormatException
    at java.math.BigDecimal.<init>(BigDecimal.java:368)
    at java.math.BigDecimal.<init>(BigDecimal.java:647)
    at com.sunopsis.sql.DbFloat.<init>(DbFloat.java)
    at com.sunopsis.sql.DbFloat.valueOf(DbFloat.java)
    at com.sunopsis.dwg.dbobj.SnpVarSess.setValue(SnpVarSess.java)
    at com.sunopsis.dwg.dbobj.SnpSession.a(SnpSession.java)
    any help will be really appreciated.

    Hi,
    The problem is because of the mode of generation of Scenarios.
    When generating the Scenario, select the "Use All" option.
    In case if you want to set some values to other variable at run time use "Execute With Last Value?" checked.
    Thanks,
    G

  • Metadata navigator and agent

    Hi
    I have a question on Metadata Navigator.We are trying to install Metadata Navigator in a 64 bit server. But our agent is running in a 32 bit server.. So when we run a scenario using Metadata Navigator can we select which agent it has to use. We dont have M.N yet. So it could a basic question.
    -app

    Hi,
    That shouldn't be a problem.
    As far as I know will work fine.
    Cezar Santos
    [www.odiexperts.com]

  • Metadata Navigator - Scenario execution error

    Hello,
    We have installed Metadata Navigator running under Sun App Server
    (it is J2EE 1.4 compliant) with ODI v10.1.3.4.0. It seems to work
    fine except for a couple of problems. The main one is when we
    execute one of our scenarios we always get:
    java.lang.NumberFormatException
         at java.math.BigDecimal.<init>(BigDecimal.java:368)
    It's not obvious why, although I'm beginning to suspect it's related
    to numerical variables appearing as (for example) 99.0 in 10.1.3.3.0
    and as 99 in the latest version. Any suggestions please?

    No replies from anyone else but I've found the problem. Metadata Navigator, when
    executing scenarios, will not tolerate using "numerical" as a variable type. I
    changed them all to "alphanumeric". This completely fixed the problem. (The
    variables were all integer.)

  • Metadata Navigation and Library Column Filter Bug

    To whom it may concern,
    When document library metadata navigation is enabled and a user clicks an item in the metadata navigation part, the library updates to reflect the selected filter. Subsequent filtering actions performed on columns in the library do not filter the list
    further. For visuals refer to the thread below.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ab5c7d15-14e7-470a-8120-71d049a104d3/list-metadata-navigation-and-columns-filters-not-working?forum=sharepointgeneral
    My reason for re-posting this is 2 fold.
    1. The answer to the thread above is not an answer, it is a work around.
    2. Presenting the option for a user to continue filtering a view, but having that option do nothing is a bug. The option should be hidden, or it should perform the expect action.
    Please either inform me of an expected timeframe for resolution, or point me to an exacting set of steps to take in order to escalate this issue to someone who will take action to fix it.
    Thanks

    Hi,
    According to your description, my understanding is that column filtering cannot work after filtering on the managed navigation in SharePoint.
    I tested the same scenario per your post in my environment, and I got the same results as you got.
    We will help to submit the issue to proper pipeline for you.
    Again, thank you for your report which will definitely make SharePoint a better products. There might be some time delay. 
    Appreciate your time and patience.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • How to avoid postback while filter document library using metadata navigation filters?

    Hi All,
             Please help me with this scenario. I have a document library with metadata columns and normal columns and have enabled metadata navigation settings and key filters.
            It filters fine. But only problem every time i click the whole page will refresh. is there any way we can avoid page refresh while filtering.
    Or
    Any alternative solutions also much appreciated.
    Thanks for your help in advance.

    You're not going to be able to avoid that post back. The pages haven't been designed to allow AJAX behaviour and trying to re-build them would be a monster for MS let alone for you.

  • How to Install Metadata Navigator and LIght Weight Designer

    Hi ,
    What is the purpose MetadatNavigator and LWD . ?
    Is it mandatory for ODI during Data transfer from source to target.. ?
    I have JDK 1.5 installed ......
    Any additional hardware specification or requirement needed to Metadata navigator and LWD required.........?
    ( I saw in the setup document that we require ............J2EE 1.4 compliant application server, such as OC4J 10.1.3 and above. )
    Can anyone guide me on this ...........
    Data transfer will be a one time activity for my requirement.........
    Thanks
    AK

    The Metadata Navigator and Lightweight designer are not required to move data.
    Installation is as described in the Installation documentation, very simple.
    The purpose of the two:
    Metadata Navigator provides a web-browser based interface to the contents of the repository and execution logs, making it easy to see all the artifacts defined in your repository, see the data flow and data lineage in a graphical form, to see the execution logs, and to be able to start, and re-start the execution of scenarios, from that web-browser.
    The lightweight designer gives a web-browser interface to be able to modify mappings defined in your interfaces.

  • MetaData Navigator hidding Global Variables

    Hello,
    In ODI we have several Interfaces that executes MaxL scripts. In these scripts
    we need to have a Username Password and thanks to John's help these are now
    encrypted. Since we have a bunch of them we created a Global variable with
    the Key, Username, Password to be able to easily maintain this.
    We are using Oracle MetaData Navigator to execute these using a web browser
    which gives use the opportunity to have a Fiscal Year Global variable
    and easily change the fiscal year on the fly. Really cool!
    Questions:
    Since I'm using Global variables for my Key, Username and Password is there
    a way to NOT Display these in MetaData Navigator? Since they are Global Variables
    they show up in the MetaData Navigator... Which is not what I want... Since
    these appear it's almost the same as having them in clear text right?
    Any ideas / suggestion where I can have my Key, Username and Password in a
    variable without having it show up in MetaData Navigator?
    Also can I use the same Fiscal Year Parameter using ODI Operator? Like in the
    MetaData Navigator? I've never seen anything about this.
    One last thing, where can I find documentation on MetaData Navigator?
    Thanks
    Eric

    Hi,
    Here is the thread where John explains how to encrypt username passwords. We are using this now and it works
    great so now our username passwords are not in plain text. But since we have so many places using these we decided
    to put them in a global variable so when it changes we only need to updated in one place.
    Re: Encrypt the Password so that it's not in plain text in a OdiOSCommand.
    Since we are using Oracle MetaData Navigator to execute these the global variable show up on the MetaData Navigator web page...
    It's no big deal and we will live with this but if I could hide these on the MetaData Navigator then that would be
    great.
    Eric

  • Metadata navigator installation

    Hi all,
    I have installed Metadata Navigator on OC4j. I also copied the snps_login_work.xml file from my oracledi environment (which is working all right) to the WEB-INF directory.
    Now I can start the oracledimn web interface and see the repository login, but when I try and log in I get the following message:
    Error detail
    # Exception type :
         class com.sunopsis.core.g
    # Exception message :
    # Exception Stack Trace :
    com.sunopsis.core.g:
    at com.sunopsis.tools.f.c.a(c.java)
    at com.sunopsis.tools.f.c.a(c.java)
    at com.sunopsis.tools.f.c.a(c.java)
    at com.sunopsis.tools.f.c.a(c.java)
    at com.sunopsis.security.c.b(c.java)
    at com.sunopsis.security.c.b(c.java)
    at com.sunopsis.web.login.DwgLogonServlet.a(DwgLogonServlet.java)
    at com.sunopsis.web.login.DwgLogonServlet.doPost(DwgLogonServlet.java)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at com.sunopsis.framework.web.filter.DwgLocaleResolverFilter.doFilterInternal(DwgLocaleResolverFilter.java)
    at com.sunopsis.framework.web.filter.SnpsOncePerRequestFilter.doFilter(SnpsOncePerRequestFilter.java)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    Any help will be kindly appreciated
    Thanks in advance
    Brice

    Here are my notes for doing this...
    Configure Metadata Navigator Connections
    Metadata Navigator is installed with default connections. It is necessary to configure the
    connections to your repositories in the web application.
    To configure Metadata Navigator connections:
    1. Configure the connection to the work repository in Designer.
    2. Go to your Oracle Data Integrator installation folder's /bin sub-directory.
    3. Copy the snps_login_work.xml file from this directory into /WEB_INF sub-directory of theMetadata Navigator deployment folder's.
    Point to one snsps_login_work.xml from the ; edit the odiparams.bat file
    *** I think you may need to edit the odiparams.bat file. Specifically the Repository Connection Information. Here's mine down to the section you ain't supposed to change... Also, make sure your Java path is defined properly. I hope this helps.
    REM #
    REM # Copyright (c) 2000-2005 Oracle. All rights reserved.
    REM #
    REM # PRODUCT
    REM # Oracle Data Integrator
    REM #
    REM # FILENAME
    REM # odiparams.bat
    REM #
    REM # DESCRIPTION
    REM # Configuration script. This script contains the parameters for starting
    REM # Oracle Data Integrator modules.
    REM #
    REM # VARIABLES DESCRIPTION
    REM #
    REM # The following variables should be configured in order to run operations
    REM # requiring a repository connection (startscen, agentscheduler, etc.)
    REM #
    REM # ODI_SECU_DRIVER
    REM # JDBC driver used to connect the Master Repository.
    REM # ODI_SECU_URL
    REM # JDBC URL used to connect the Master Repository.
    REM # ODI_SECU_USER
    REM # Database account used to connect the Master Repository.
    REM # ODI_SECU_ENCODED_PASS
    REM # Database account password. The password must be encoded with the
    REM # "agent encode <password>" command.
    REM # ODI_SECU_WORK_REP
    REM # Name of the Work Repository to connect. This Work Repository must
    REM # be attached to the master repository.
    REM # ODI_USER
    REM # OracleDI user used to launch a scenario.
    REM # ODI_ENCODED_PASS
    REM # OracleDI user password. The password must be encoded with the
    REM # "agent encode <password>" command.
    REM #
    REM # The following variables can be changed to tune OracleDI configuration.
    REM #
    REM # ODI_INIT_HEAP
    REM # Initial java machine heap size used by OracleDI modules.
    REM # ODI_MAX_HEAP
    REM # Maximum java machine heap size used by OracleDI modules.
    REM # ODI_JAVA_HOME
    REM # Installation directory of the java virtual machine used for
    REM # OracleDI.
    REM # ODI_ADDITIONAL_JAVA_OPTIONS
    REM # Additional Java options, such as -Duser.language or -Duser.country.
    REM # ODI_ADDITIONAL_CLASSPATH
    REM # Classpath for additional classes (Windows 95/98/Me Only)
    REM # ODI_HOME
    REM # Set this environment variable separately. If it is unset, the script can
    REM # be launched only from the ./bin directory. If running the setup
    REM # program, this variable is automatically set.
    REM #
    REM # Other variables should be left unchanged.
    REM #
    rem
    rem Repository Connection Information
    rem
    set ODI_SECU_DRIVER=oracle.jdbc.driver.OracleDriver
    set ODI_SECU_URL=jdbc:oracle:thin:@pax401ce032:1523:hypbgprd
    set ODI_SECU_USER=ODIM
    set ODI_SECU_ENCODED_PASS=hZyp5AYOtb64RVpQKkyv0g
    set ODI_SECU_WORK_REP=SIT
    set ODI_USER=SUPERVISOR
    set ODI_ENCODED_PASS=h2yX6jC5tm6Lw7BdSe5gPg3g
    rem
    rem Java virtual machine
    rem
    if "%ODI_JAVA_HOME%" == "" set ODI_JAVA_HOME=%JAVA_HOME%
    rem
    rem Other Parameters
    rem
    set ODI_INIT_HEAP=32m
    set ODI_MAX_HEAP=256m
    rem
    rem Additional Java Options
    rem
    rem set ODI_ADDITIONAL_JAVA_OPTIONS="-Duser.language=en -Duser.country=us"
    rem Windows 95,98, Me users only: Any package files added to the /drivers
    rem or /lib/scripting directory should be manually declared in the
    rem ODI_ADDITIONAL_CLASSPATH variable
    set ODI_ADDITIONAL_CLASSPATH=
    rem DO NOT EDIT BELOW THIS LINE !
    rem ----------------------------------------------------------------------------

  • List metadata navigation and columns filters not working.

    Hi
    I'm having an issue with SP 2013 whereby if I apply a filter through metadata navigation subsequent columns filters don't get applied.
    Here I've applied a filter through the navigation and it applies the filter successfully to the documents in the library
    If I now apply a column filter by content type and select the value Promotion Calendar, I get the following
    It appears the filter is selected and I can indeed see the filter applied via the dropdown but it doesn't apply the filter to the list view. I've confirmed this also on another environment using different columns for the metadata navigation.
    The environments are patched to Dec 2013 CU.
    Thanks

    Hi
    Matt Williams3 ,
    The scenario is be default that Managed Metadata navigation tree in document libraries does not allow further filtering on other columns.
    For a workaround, you can use Key Filters instead.
    For more information, you can refer to the blogs:
    Set up metadata navigation for a list or library
    How to Use Metadata Navigation and Filtering in
    SharePoint 2013
    Reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/78881468-308d-4305-8454-c67fceb05fea/managed-metadata-navigation-tree-in-document-libraries-does-not-allow-further-filtering-on-other?forum=sharepointsearch
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Metadata navigator clarification

    I have worked on few ODI projects for few clients. No one seems to have ODI Metadata Navigator. I want to know when and why we need Metadata navigator.
    When we don't need one.

    MN is an add-on http based tool.
    MN is useful for business users who want to :
    1.) Trace Data Lineage
    2.) Monitor Executions
    3.) Start Scenarios
    4.) Check Data Models
    5.) Check workflows (packages)
    6.) Check Statistics
    7.) Dont want to install ODI client on their machines
    You can use MN when you dont want to install the ODI client and everything can be controlled from a central location (webserver)

  • Metadata Navigator installation and Peoplesoft PIA

    ODI is used as an ELT to load PeopeSoft data. I would like my client to monitor the processing ODI scenarios from a WEB page.
    I would likre to use metadata navigator but I don't understand which kind of server is required to use metada navigator.
    PeopleSoft has
    -TUXEDO as an Application Server
    - WEBLOGIG as an Web Server
    What shall I use to run the metadata navigator ?
    Thanks for your answers

    Shame on me. An answer [ID 970293.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=HOWTO&id=970293.1

  • Metadata Navigator Login Problem

    Hi all,
    Tomcat lauch metadata navigator and then we fill user_name and password when try to login i have a error like this
    com.sunopsis.core.g:
         com.sunopsis.tools.f.c.a(c.java)
         com.sunopsis.tools.f.c.a(c.java)
         com.sunopsis.tools.f.c.a(c.java)
         com.sunopsis.tools.f.c.a(c.java)
         com.sunopsis.security.c.b(c.java)
         com.sunopsis.security.c.b(c.java)
         com.sunopsis.web.login.DwgLogonServlet.a(DwgLogonServlet.java)
         com.sunopsis.web.login.DwgLogonServlet.doPost(DwgLogonServlet.java)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         com.sunopsis.framework.web.filter.DwgLocaleResolverFilter.doFilterInternal(DwgLocaleResolverFilter.java)
         com.sunopsis.framework.web.filter.SnpsOncePerRequestFilter.doFilter(SnpsOncePerRequestFilter.java)
    Has anybody know any knowledge for this issue already?
    Thanks for your help.

    Hi Ram,
    You should look at the examples that come with Metadata Navigator, you have 2 files that you can look for:
    - bypass-login-1.html
    - bypass-login-2.html
    These should help regarding the login process.
    I don't think you can disable to Execution link but you should be able to remove the Execute privilege in Security Manager for the ODI user logging into MN.
    Thanks,
    Julien

  • Sharepoint 2013 Public Facing Website With Managed Metadata Navigation on Office365 E3 Trial Online

    Warning: I am a complete novice in sharepoint
    I have subscribed to office365 online trial Enterprise edition to learn sharepoint
    I have created a Public facing Website
    Through the site-collection setting -> navigation created a new metadata group named navigation and chose it for global and current menu(I switched on the publishing service)
    Under the term Management I added two sub terms(for navigation group) with links to document and home.aspx
    The team site immediately showed the global menu with only two options(home and document) as needed
    Unfortunately the public facing site did not show any such options and instead showed a different menu(default one)
    I tried to add the navigation snippet to the master page and it showed the same default menu.
    The public site has no navigation option in Site setting either
    QUESTION: How can I get managed navigation in public facing site? Is it possible or it is not allowed?

    Hi,
    According to your post, my understanding is that you wanted to use the Managed Metadata Navigation in Public Website.
    Per my experience, we could not use the managed metadata navigation in public website, it is only available for the internal site collections.
    For more information:
    http://community.office365.com/en-us/forums/154/t/166500.aspx
    You can refer to the following article to know the public website and internal site collections on Office 365.
    http://blogs.sharepoint911.com/blogs/jennifer/Lists/Posts/Post.aspx?ID=76
    As this is the forum for the SharePoint server, , I’m not sure whether it supported managed metadata navigation now.
    I recommend you can post your question to the forum for SharePoint Online:
    http://community.office365.com/en-us/forums/154.aspx.
    More experts will assist you, then you will get more information relation to SharePoint Online.
    Thank you for your understanding and support.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Users with read access to the site unable to view Managed Metadata Navigation

    Hi everyone,
    I created a Managed Metadata service and created group, term-set and terms
    I gave read access to users
    I set up navigation to use Managed Navigation
    I am logged in as farm admin and able to view the navigation when i browse site. But user are not seeing navigation.
    One thing i noticed is when i give users full access or designer access to site they will be able to see the navigation. but i don't want to give users full access or designer access to the site.
    How can users with read only access to site can view Managed Metadata Navigation...Please help?

    Hi Sunil,
    Have you given your users permissions to actually read the MMS data from the service application?
    http://technet.microsoft.com/en-us/library/ff625176.aspx covers permissions on the MMS.
    Regards
    Paul.
    <<edit>> On reflection you might be hitting the issue in this Stackexchange post..
    http://sharepoint.stackexchange.com/questions/75636/permissions-and-managed-metadata-in-navigation Is yours behaving the same way?
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

Maybe you are looking for