Installing Light Weight Designer for ODI 10.1.3.4 on Linux

Experts
We have installed ODI 10.1.3.4 on Linux and we want the ODI Light Weight Designer setup part of it. We have deployed the application in a OC4J instance and updated the repository.xml , web.xml and snps_login_work.xml with the right JDBC datasource & work repostiroy details
On launching http://<hostname>:7777/oracledilwd and trying to login with SUPERVISOR/SUNOPSIS we see below warning and we are unable to login further
java:comp/env/jdbc/ORACLE_MASTER not found in Oracle Data Integrator LightWeight Designer
Further in the opmn logs below error is seen:
javax.naming.NameNotFoundException: java:comp/env/jdbc/ORACLE_MASTER not found in Oracle Data Integrator LightWeight Designer
Please let help us here !
Shankar

Try to modify the data source definitio to remove the leading java:comp/env - this may resolve the issue.
I kniow, that makes it non-standard JNDI, but sometimes, that's what has been implemented.

Similar Messages

  • Edit in ODI Light weight designer

    Hi,
    I have installed ODI 10.1.3.5 on Windows 2000 and also installed oc4j. I have deployed metadata navigator and Light weight designer. All are working
    I am not able to edit any interface / package in Light weight designer which I have developed via ODI Designer.
    Can I create new interfaces vi Light weight designer.
    Do I have to install any thing extra?
    Thanks
    Arun

    Well our administrator installed it so Im not sure how he did that.

  • Variable Defaults in Light Weight Designer

    I have two Text variables(say NAME and COMPANY) in my project. Both of them are defaulted and are being used in my package. I created a scenario for the package by giving "Selectve Use" and selecting only the NAME variable as parameter to the scenario.
    I executed the scenario from two places. One using the Operator and other from the Light Weight Designer (HTML UI for ODI) .
    On execution from the Operator, the default value for both the variables are retained. But when I execute from the Light Weight Designer the NAME variable retains its default value but the COMPANY variable becomes null.
    I want the COMPANY Variable also to be defaulted to what i entered.
    I know that "Use All" variables while Scenario creation will solve the purpose, But i dont want the COMPANY Variable to be exposed to the User.
    Can anyone help me on this issue.

    Hi Vijay,
    Makes sense now...:)
    Well sometimes even though you say some default values ODI wont bother that...Here is the hack for that...
    Just make that variable to SET variable and Assign "Oracle" for that, make Action as not persistent,datatype as Alphanumeric and proceed with your procedure..
    Make sure that in your procedure give that variable in single quotes..means,
    update employee set company = '#COMPANY' where <condition>
    Does it makes sense?
    Thanks,
    GS

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

  • Alternative to Adobe Pro for generating light-weight PDFs for Mac?

    Is anyone aware of a lower cost alternative to Adobe Acrobat Pro for generating light weight PDFs?

    Almost anything will export to PDF. Pages, for instance. $20.
    You'd be hard pressed to find anything that won't.

  • Error when trying to run Light Weight Designer

    I get the following error after logging into LWD. I have deployed the designer war file to oc4j and SOASuite 10.1.3.3.0. My datasources and everything appear to be correct any ideas?
    08/11/03 14:06:18.929 oracledilwd: 10.1.3.3.0 Started
    08/11/03 14:07:31.842 oracledilwd: Servlet error
    javax.faces.FacesException: Cannot get value for expression '#{formModel.beanMetaDataPropertiesInDetail}'
    at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:422)
    at org.apache.myfaces.trinidadinternal.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:41)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:235)
    at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:178)
    at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:326)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:290)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:213)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:90)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.servlet.ServletException: Cannot get value for expression '#{formModel.beanMetaDataPropertiesInDetail}'
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
    at form.jspService(_form.java:1080)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:724)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:287)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:416)
    ... 24 more
    I can't seem to find any information about this particular error anywhere.

    Hi Alex,
    very interesting. Looks like one of your processes uses the WHEN_ANY_ITEM_IN_COMMA_DELIMITED_LIST_OF_PAGES_HAS_CHANGED condition which has been deprecated for a very long time.
    If you execute the following query in your workspace schema, you should find those processes which do use the condition. You might want to check if the reported pages/processes are still used in your application.
    select application_id,
           application_name,
           page_id,
           page_name,
           process_name
      from APEX_APPLICATION_PAGE_PROC
    where CONDITION_EXPRESSION1 = 'WHEN_ANY_ITEM_IN_COMMA_DELIMITED_LIST_OF_PAGES_HAS_CHANGED';Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Light weight camera for fcp/broadcast

    A new era of television is beginning in Denmark Nov. 1, as 220 regional tv-stations are starting up making use of the new (here) digital bandwidth. I have been granted a licence for one station and a young friend has been granted a licence for "Copenhagen Underground TV", a mainly music based station, that will be broadcasting two hours per week.
    I have two Sony EX3s and one Z7 and am very content with that. My young friend needs something less fancy but with the possiblity of manual iris and focus, suitable for low light shooting. I understand AVCHD needs a lot of processor muscle so my be that is not the right thing for a MacPro Dual Core? Card based preferred but he might accept tape based solution. Max. price about Dlrs. 2000/2500, as prices in Denmark will be much higher.
    Any advice would be appreciated.
    Sigurd

    Maybe have a look at one of these:
    http://www.sony.com.au/product/hvr-a1
    Al

  • Arch as a light-weight virtualbox host?

    I'd like to setup a boot option for an ultra-light-weight host for some VirtualBox VMs. These VMs (Windows XP, Windows 7, Mac SOX) are going to run some processor/RAM intensive programs, so I want to be able to dedicate as much RAM as possible to them when I run them. Is Arch a good choice for my application?
    Also, I've heard that it's possible to install and use VirtualBox without a GUI/desktop manager. If anyone has any experience with/tips for doing so, I'd appreciate the input.

    I would say Arch would be fine for that purpose, here is more information about running Virtualbox headless (without a GUI):
    http://www.virtualbox.org/manual/ch07.html#vboxheadless

  • Video/Audio conference light weight Format in RTP

    hi frndz
    is there any light weight codec for audio,video for video conference application other than H263 for smooth transmission and efficient way to handle the bandwidth over internet. if so plz help me in finding it
    rgds
    -Venkat

    hi
    All r referring GSM format
    but this one also having some delay while either transmission or receiving
    Arunkumar

  • Is there a light weight JVM

    Hi,
    Is there a light weight JVM for a LINUX PC with limited HARDWARE and a web server to run servlts/jsp/java beans ???
    currently i am using jdk1.3.1 JVM with apache and tomchat and it's to big for me.
    Thanks Zik

    Is there a light weight JVM for a LINUX PC with
    limited HARDWARE and a web server to run
    servlts/jsp/java beans ???
    That seems like a contradiction in terms. Those sort of things are intended for large scale servers. If you want a http server, then just use a small http server and html. If you need some backend processing then use C++ CGI or perl CGI.

  • Light weight custom portal server install to run webcenter blogs

    Hi,
    We are running PS6 UCM, we just leverage blog service provided by webcenter for blog functionality to be implemented.
    Is there lighter version of webcenter custom portal server, that we could you just to run blog service and associated (document service) components.
    Any pointers in this direction would be helpful.
    Thanks,
    Seshan K.

    "Light weight custom portal". In terms of hard drive space or CPU and Memory?.
    I don't know which license do you have for WebCenter (Portal, Content etc...).
    In case of having a WebCenter Portal license (for document services components) Install WebCenter (extended for WCPortal Framework Applications) and just enable the Services or components that you are going to use (like CustomPortal and UCM servers only).
    Regards.

  • Sub : Light weight version of Oracle for development in localbox

    Hi
    Do we have any light weighted DB version for Oracle 9i so that we can install in the same in local development box instead of a full blown server. Looking for smaller DB (in size,memory,cpu usage) that ensures that my code is appropriately unit tested.
    Like a code tested using DB2 Express ensures that it works perfectly fine with DB2(full blown). Do we have any thing similar to this for Oracle.I need this for my project.
    Thanks

    I am looking at having IBM RAD, IBM Websphere 5.1
    test environment and a light weight oracle 9i DB at
    the backend which helps the local development
    box(with RAM <=1.5GB) .Thats the reason I asked for.Is your issue with Enterprise Edition because of disk space or because of memory? If memory - learn how to tune the SGA and PGA.
    Are you using any EE-specific features, or is the database just an expensive bit-bucket? If a bit-bucket, then 10g Express Edition will be just fine.

  • So I  downloaded acrobat XI Standard from the Adobe website, when I go to install it, it says "Adobe XI Pro" at the top left corner. Can anyone shed some light on this for me? I have a volume license for XI Std. so I would like to use the Std. version.

    So I  downloaded acrobat XI Standard from the Adobe website, when I go to install it, it says "Adobe XI Pro" at the top left corner. Can anyone shed some light on this for me? I have a volume license for XI Std. so I would like to use the Std. version.

    login and download your software from the adobe volume licensing website, Customer resources | Adobe Buying Programs

  • I cannot install the component for QuickTime to convert videos done by a Sony video camera. My iMac tells me that software is designed for previous versions of Os x. Any ideas?

    I cannot install the QuickTime component for MPEG-2 to read and covert video files created by Sony video cameras. My iMac tells me that the software is designed for previous versions of OS X.
    Any ideas?

    Ok, so after like 4 days of going through all these different issues, I figured out that several programs weren't downloading, and it was an issue with my wireless connectivity messing up the digital signatures, so if you plug in your comp to the modem and delete your temp files, it should start to work!

  • Looking for a light weight tiled window manager.

    Hello everyone,
    I am looking for a light weight window manager with tile support.  I am a programmer by hobby and I like to be able to maximize my screen real estate.
    I love hot key and terminal use it just speeds up the process.  I don't however want it to have a huge scripting learning curve.  Currently I am in the process of learning Android development so having to learn a new scripting language on top of it won't make matters better.
    Currently I am comfortable with bash, and python.  I can also do some work in perl but not super fluent with it yet.
    It would also help if it has dual monitor support.  My main monitor is a 23" LCD max res 1920x1080 and my second monitor is a 17" LCD max res 1440x900 until I get around to picking up another 23".

    Runiq wrote:
    Search first, post later:
    http://wiki.archlinux.org/index.php/Lig … plications
    another good wiki page is the tiler comparison, the chart shows vitals, like what they are configured in
    http://wiki.archlinux.org/index.php/Com … w_Managers
    Last edited by hume's doona (2010-10-08 12:17:51)

Maybe you are looking for