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.

Similar Messages

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

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

  • 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

  • Editing A Form in SharePoint Designer 2010

    I am receiving an error message when I attempting to modify/edit a form in SharePoint Designer 2010:  "EDIT FORM1.asp and New Item Form 1.aspx.  When I attempt to  add a new column to the list in Designer receives error messages
    below.
    The default forms contains the following columns
    Log
    Task Number
    Customer 2
    Open Date
    Priority
    Status
    Task Name
    Executive Status Summary
    Reference Doc
    Spot Light
    Error Message
    ERROR Rendering- Quick Launch Navigation Manager
    ERROR Rendering- True View Manager Manager V4
    ERROR Rendering- IDNavLink recyle bin
    ERROR Rendering- ID NavLinkLInk View all/V4
    ERROR Rendering-Control0ID LINK title
    ERROR Rendering- Control ID Item Property
     Renee Wilson
    Renee W

    Hi Renee,
    No, you do not have to edit the form from the master page. Master pages do not have forms on them. They define the layout and look-n-feel of a Sharepoint Site.
    You said you are adding new column to the list in SPD. Why not in the site itself and then edit the form.?
    http://office.microsoft.com/en-001/sharepoint-designer-help/create-a-custom-list-form-using-sharepoint-designer-HA010378258.aspx
    Also, check if you master page is checked in and published. If there is content approval on it, it should be approved.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • Light weight Java IDE needed linux only

    Hi,
    I'm looking for a light weight java ide that will run on linux. An editor with some basic options such as auto-compelte like in jbuilder and eclipse, doesn't have to have a gui designer but would be nice if it could handle packages and such. I'm running 128 mb of ram RDRAM and a p4 1.3 ghz and i'm getting tired of all these ide's not responding every 3 minutes. Could someone please recommend a light ide for java??
    Thanks!

    I mean why can't you use Eclipse?With only a 128MB of RAM Eclipse is going to struggle. I would second the other posters suggestion of looking at JEdit. But the OP might want to splurge and buy some more RAM, regardless of what editor they end up using.

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

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

  • Unable to edit the site in sharepoint designer 2013

    Hi,
    I have created a custom list for one of my requirement, and I want to change the look and feel of the custom list view, so I was trying to edit this list in SharePoint Designer 2013, I'm able to open the list in SPD 2013, but unable to edit anything since
    I'm getting the "This page does not contain any regions that you have permission to edit." error.
    It will highly appreciated if anyone help in resolving the issue.
    Thanks in advance.
    Anil

    Anil,
    Below links will help you. Please use them.
    SharePoint
    Designer 2013 – How to modify List View web part filters and parameters
    Create
    a custom list view using SharePoint Designer
    Share point list view custmization
    in sharepoint 2013
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • 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

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

  • Light weight access point, vlans, multiple ssids

    Hi everybody
    Let say we have an light weight access point ap1.  Ap1 is broadcasting two ssids:
    cisco1  which is mapped to vlan 1
    cisco 2  which is mapped to vlan 2
    If ap1 is using channel 6 for cisco 1, does it mean ap1 will also use same channel i.e channel 6 for cisco2?
    thanks and have a great weekend.

    sarahr202 wrote:Hi everybodyLet say we have an light weight access point ap1.  Ap1 is broadcasting two ssids:cisco1  which is mapped to vlan 1cisco 2  which is mapped to vlan 2If ap1 is using channel 6 for cisco 1, does it mean ap1 will also use same channel i.e channel 6 for cisco2?thanks and have a great weekend.
    Lightweight WAP right?  As in controller-based WAP?
    If this is the case, then the answer is both a yes and a no.
    Let me explain:
    Throw away the notion that you can set the channel down.  I mean, if you have a controller-based WAP, the last thing you want to do is "micro-manage" which channels your WAPs operate on.   I mean, you can but as a rule-of-thumb, you don't and let the controller sort things out.
    So, going back to your question:  You whave multiple WAPs and two SSID:  1 and 2.  Let's presume that you've configured that all your WAPs will be broadcasting SSID 1 and SSID 2.
    The decision about what channels each WAP will be operating on falls squarely on the Wireless LAN Controller (WLC).  The WLC makes this decision based on a blah-blah-blah algorythm.  If, for example, WAP A and, say, WAP R can "hear" each other on the same channel, the WLC will make the decision and say, "Hey WAP R, since you and WAP A are operating in the same channel and both of you can hear each other, why don't you, WAP R, operate in channel 11.".
    However, if WAP A and WAP R can't see each other then both of them can operate in the same channel.
    NOW, here's comes the tricky question ... Here's the scenario:  You have SSID 1 and SSID 2.  You want all your WAPs to broadcast both SSID.  HOWEVER, you want SSID 1 to operate at, say, 1 Mbps rate only while SSID 2 can operate at all other data rates.
    Yes, this can be done using RF Profile and AP Groups.
    Is this what you are asking?

  • Are a single ns-slapd process and its 32 LWP (light weight processes) limited or bound to a single processor?

    ns-slapd and its LWP sub-processes seem to appear as a single process in some tools. Does this limit them to only being able to use one of the available processors on a multi-processor system, either due to lock management or for some other reason?
    W see all the CPUs on a four processor system receiving activity, but the system never exceeds 25% utilization, or, the total of a single CPU.
    Is this a limitation, or are we just not using it much yet?

    <i>Are a single ns-slapd process and its 32 LWP (light weight processes) limited or bound to a single processor?</i>
    The short answer:
    No, and you shouldn't need to worry about it anyway.
    The long answer:
    The configuration LDAP is never a bottleneck in an iAS system. You could have hundreds of iAS servers running off a single instance and a single processor LDAP would still be able to handle the configuration requests easily.
    If you also use your LDAP server as an authentication repository, you should size your LDAP server based on your authentication needs. But even if you are using iDS as an authentication store there are several other factors to keep in mind.
    1. iDS scales pretty effectively up to about four CPU's for the most important operations (i.e. reads)
    2. Unless you are running some unusual application server hardware, you will run out of disk i/o long before you run out of CPU power.
    3. If you have any significant load on the directory server you should probably offload it onto its own server (or partition) anyway so that it doesn't steal excessive amounts of memory from that appserver.
    4. Similarly, if you are putting a lot of stress on the directory server with authentications, you should consider tuning the directory server for those authentications.
    I guess a little more detail about your application server architecture would be helpful in figuring out why your CPU doesn't exceed 25%. I strongly doubt that it has anything to do with slapd, however.

  • [svn:fx-trunk] 5115: Adding SpriteVisualElement, a light-weight, Sprited-based implementation of IVisualElement.

    Revision: 5115
    Author: [email protected]
    Date: 2009-02-27 13:27:41 -0800 (Fri, 27 Feb 2009)
    Log Message:
    Adding SpriteVisualElement, a light-weight, Sprited-based implementation of IVisualElement. This will be used for some FXG compiler optimizations.
    Added setter for includeInLayout into IVisualElement so that DataGroup's virtualization code can use this, rather than cast it to a UIComponent. I also removed an unused method in DataGroup: _removeChild. We needed this before to remove children on a previously parented DataGroup, but now that we do the cleanup pro-actively, this is no longer needed.
    Also a few ASDoc cleanups in IVisualElement, ILayoutElement, and FxDataContainer.
    QE Notes: -
    Doc Notes: -
    Bugs: -
    Reviewer: Chet, Evtim
    tests: checkintests, mustella list, datagroup, fxdatacontainer, buttonbar. Some mustella were failing, but I think it's just a mac thing.
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/Flex4Classes.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DataGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxDataContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ILayoutElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/SpriteVisualElement.as

Maybe you are looking for

  • Why does my ipod touch not automatically sync with itunes

    When I connect my ipod touch to my laptop it says that it has sync'd on itunes but does not sync the music that I have downloaded onto my ipod touch!! I am going round in circles with the troubleshooting manual as the page on itunes that I have looks

  • USB Thumb Drive Size for Windows 7 Profession​al Image

    I have a ThinkPad X100e running Windows 7 Professional 32-bit.  Can someone please tell me what the smallest size USB thumb drive I can use to create the installation/recovery image from the hidden partition using Rescue and Recovery?  I cannot seem

  • Returning complex attributes from active sync resouce adapter

    In the resource adapter schema mapping, the available attribute types are string, integer, boolean, and encrypted. It seems possible to return other types, such as a map or list of maps. Is this reasonable? The use case is a database table containing

  • How do I replace my Rezound?

    I just dropped my Rezound and the screen cracked.  The good news is I bought the insurance on it.  How do I file a claim or get a replacement?

  • Itune library issues

    Since I upgraded to Itune 7.4.2, I have the following issue : Itune reports database is corrupted and starts loading th .xml file. I now backup the library every time I make any change. When the issue happens, I kill Itune, copy both db and xml file