Confusion in using DWR for ajax

I am in confusion that, is this DWR framework is reliable because it is giving me too many unexpected results.

Hi,
Sales and operation planning is different from sales plan. Sales plan will contain at sales quantities to be sold per time period may be month. You forcast for sales figure. Now to achive this sales target you will plan for production considering your capacity and labour and financial resource availability. Some deceisions at brod level how much you will produce inhouse. How much extra outsourcing capacity is required  can be decided. So production quantities may be different from sales plan as you may produce in months where sales requirement is less and build inventory to achive future months sales as capacity may be available now and not in future. Some times exisiting resource constraint ca lead to sales plan adjustment like rescheduleing promotion plans etc.
Standarad SOP in ECC is based on infostructure S076. Here you can plan at single organisation level. Sales org,plant etc. there is no flexibility to define multilevel org level for forcast and planning.
In flexible planning you can your own org levels.
Planning strategy will define for which material you want to have forcasting results.
I mean in make to order may be you need to have raw material procurement plan based on sales plan.
There is no constraint as such as  industries, type of manufacturing etc.
Regards,
Santosh

Similar Messages

  • Anyone using Dojo or DWR for Ajax/Web 2.0?

    Hi all,
    I am looking for more sophisticated web pages than the ones delivered with standard MII V12.  I am quite interested in DWR for transport and Dojo for widgets.  Is anyone out there using either/both of these?
    Thanks,
    --Amy Smith

    I don't see why you'd want to introduce an extra layer with DWR, but you should be able use DOJO with the "REST-ful" services (e.g. URL calls returning XML) that MII provides.
    Personally, I think Adobe AIR or Silverlight can/will create the most compelling user interfaces for MII and for other web-centric and/or occasionally connected applications.

  • Warning using DWR to populate list box

    hi all,
    iam trying to use DWR for populating list box wen a check box is checked.iam using Tomcat 4.1 & j2sdk 1.4.2
    but iam getting an alert: illegal access to default constructor Aug 20, 2006 6:30:43 PM uk.ltd.getahead.dwr.util.CommonsLoggingOutput warn
    WARNING: Method execution failed:
    java.lang.InstantiationException: Illegal Access to default constructor
            at uk.ltd.getahead.dwr.create.NewCreator.getInstance(NewCreator.java:62)
            at uk.ltd.getahead.dwr.impl.ExecuteQuery.execute(ExecuteQuery.java:172)
            at uk.ltd.getahead.dwr.impl.DefaultExecProcessor.handle(DefaultExecProce
    ssor.java:48)
            at uk.ltd.getahead.dwr.impl.DefaultProcessor.handle(DefaultProcessor.jav
    a:81)
            at uk.ltd.getahead.dwr.AbstractDWRServlet.doPost(AbstractDWRServlet.java
    :162)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:247)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:193)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:256)
            at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:191)
            at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
            at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
    2415)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:180)
            at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
            at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
    rValve.java:171)
            at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:641)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:172)
            at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:641)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:174)
            at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
            at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:22
    3)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :594)
            at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
    ssConnection(Http11Protocol.java:392)
            at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
    :565)
            at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:619)
            at java.lang.Thread.run(Thread.java:534)
    Aug 20, 2006 6:30:43 PM uk.ltd.getahead.dwr.util.CommonsLoggingOutput warn
    WARNING: Erroring: id[53_1156078843109] message[uk.ltd.getahead.dwr.OutboundVari
    able@497904]my code goes here,
    package db;
    import java.util.*;
    class ArrayL 
         public ArrayL()
              System.out.println("In constructor");
         public ArrayList getA(String x)
              ArrayList al=new ArrayList();
              al.add("1");
              al.add("6");
              al.add("42");
              al.add("16");
              al.add("3");
              System.out.println("al-------"+al);
              return al;
         public int[] getNumbers(boolean big)
            if (big)
                return new int[]
                    1000, 2000, 3000, 4000
            else
                return new int[]
                    1, 2, 3, 4, 5, 6, 7, 8, 9, 10
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 1.0//EN"
        "http://www.getahead.ltd.uk/dwr/dwr10.dtd">
    <dwr>
      <allow>
        <create creator="new" javascript="Demo" scope="session">
          <param name="class" value="uk.ltd.getahead.dwr.Demo"/>
        </create>
         <create creator="new" javascript="ArrayL" scope="session">
          <param name="class" value="db.ArrayL"/>
        </create>
      </allow>
    </dwr>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE> New Document </TITLE>
    <script type='text/javascript'
        src='/ajax1/dwr/engine.js'></script>
    <script type='text/javascript'
        src='/ajax1/dwr/interface/ArrayL.js'></script>
    <script type='text/javascript'
        src='/ajax1/dwr/util.js'></script>
         <SCRIPT type='text/javascript'>
         <!--
                   function continentSelected()
                        var searchexp = $("continent").value;
                        ArrayL.getNumbers(searchexp, displayItems);
                        return false;
                   function displayItems(items)
                        DWRUtil.removeAllOptions("country");
                      DWRUtil.addOptions("country", data);          
                        if (items.length == 0)
                             alert("No matching products found");
                             $("country").style.visibility = "hidden";
         //-->
         </SCRIPT>
    </HEAD>
    <BODY>
      <FORM NAME="countryform" ID="countryform" ACTION="doCountry" METHOD="POST">
        <SELECT name="continent" id="continent" onChange="continentSelected();">
          <OPTION VALUE="Africa">Africa</OPTION>
          <OPTION VALUE="America">America</OPTION>
          <OPTION VALUE="Asia">Asia</OPTION>
          <OPTION VALUE="Australia">Australia</OPTION>
          <OPTION VALUE="Europe">Europe</OPTION>
        </SELECT>
        <SELECT name="country" id="country">
        </SELECT>
    </BODY>
    </HTML>can any one help with this problem
    Thank u in advance

    I'm not sure if the code you display is 'Exactly' how it is written.
    If it is:
    1) The class needs to be public (i.e. public class ArrayL {.....})
    2) In the code below, the value of searchexp is a string
               var searchexp = $("continent").value;
              ArrayL.getNumbers(searchexp, displayItems); but the function
    public int[] getNumbers(boolean big) takes a boolean.
    3) In the call DWRUtil.addOptions("country", data); 'data' isn't defined did you mean 'items'?
    Finally in the statement that you have if (items.length == 0) I have found that does not work with Collections (at least Maps) returned from a method to DWR (as of 1.1.3).
    Good luck

  • Using Distiller for .dwg to PDF conversion

    Hi all,
    I am bit confused about using distiller for converting .dwg to PDF conversion. I need a server application which takes a .dwg file as an input and depending on the file attributes, converts it into a suitable PDF file (A4, A3, etc. depending on the .dwg file). Is using distiller a good idea or I should be looking into other tools?? Can Livecycle PDF generator handle such a thing??Kindly help me in this regard..

    Distiller converts PostScript to PDF, nothing else. Distiller Server
    is technically identical.
    So to do this with Distiller you would
    (a) need Distiller Server and
    (b) need to make your own process to convert DWG to PostScript,
    perhaps by automating AutoCAD.
    LiveCycle PDF Generator, however, includes a package of conversion
    tools for a list of specific file types. I don't know if DWG files are
    in the list - there is a LiveCycle PDF Generator forum, so I recommend
    trying there.
    Aandi Inston

  • Error Using DOJO plug in with Struts 2 (for Ajax)

    Hi all,
    I am working on struts 2 and trying to use DOJO plug in for ajax.
    My JSP page is as follows
    +<%@ taglib prefix="s" uri="/struts-tags" %>+
    +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>+
    +<html>+
    +<head>+
    +<sx:head/>+
    +</head>+
    +<body>+
    +<s:url id="url" value="/VarifyUserName.action" />+
    +<s:form name = "CreateUser" id = "CreateUser" action = "CreateUser.action">+
    +<s:div id="loginDiv" />+
    +<s:textfield name="username" id = "username" label = "UserName / EmailId" />+
    +<s:password name="password" id = "password" label = "Password" />+
    +<s:submit name="submit" id = "submit" value="submit" />+
    +<sx:bind id="ex3" href="%{#url}" sources="username" targets="loginDiv" events="onchange"+
    formId="CreateUser" />
    +</s:form>+
    +</body>+
    +</html>+
    This is just basic user registration page and I am checking for username duplication.
    Now the problem is page loads properly but in background it shows the error (Java Script error)
    Error: Could not locate widget implementation for "bindevent" in "struts.widget" registered to namespace "struts"
    and the Event I want to execute is not being executed.
    I have added jar file for DOJO.
    Please help me to solve this problem.
    Thanks in advance,
    Hirav OZa

    Place the plugin bundle, FlashAlbumexporter.ApertureExport, in your Aperture Export plugin directory (Users -> "your user name" -> Library -> Application Support -> Aperture -> Plug-Ins -> Export).
    NOTE: If this is your first Aperture plug-in, the folders Plug-Ins and Export may not exist. In this case just create them first.

  • Examples for using the Flex-Ajax-Bridge

    All samples that ship with BlazeDS use pure Flex on the
    client-side; what I would like to
    have are samples that show the Flex-Ajax-Bridge in action;
    using BlazeDS/LCDS as the data
    exchange engine; and then use this engine's capabilities to
    do Ajax stuff on the
    client-side; I have found one example where Ajax delivered
    data is pumped into Flex using
    the Flex-Ajax-Bridge; but not the other way round ...
    Another question: Can I use the Flex-Ajax-Bridge shipped with
    BlazeDS with the standalone
    LCDS and the CF8 integrated LCDS, too ? Or are there
    different versions of the
    Flex-Ajax-Bridge available ?

    - get an instance of weblogic.management.MBeanHome for the WLS server from
    JNDI, using weblogic.management.MBeanHome.JNDI_NAME+"."+"yourServerName"
    - get MBeanServer from MBeanHome
    To register your mbeans...
    - invoke registerMBean() on MBeanServer as in javax.management.MBeanServer
    - Note that the objectname which is passed to registerMBean() should be an
    instance of weblogic.management.WebLogicObjectName
    To get values from weblogic mbeans.....
    - use various getters in weblogic.management.MBeanHome
    pls see relevant javadocs for details
    Michael Guillory <[email protected]> wrote in message
    news:3a5e155b$[email protected]..
    I would like to revisit Peter's question from 1/2/2001. I need to be ableto
    access the
    Mbeans from the Administration Server, please let me know where I can find
    some
    information.
    Thank you
    Mike

  • TS3376 I had my iphone set up to be tracked as registered with iCloud and it had been using it for a year one day it said no devices registered and stopped working why???

    I had my iphone set up to be tracked as registered with iCloud and it had been using it for a year today it said no devices registered and stopped working even though i tracked the selected iphone 4 device an hour earlier why did it do this???

    So basically the phone I was tracking was working an hour earlier it had no signal at times when it did pick up a signal it located it easily but an hour later the message came up no devices registered when my friend returned home I Checked the device I was tracking to make sure find my iphone was on but it was off and my friend didnt turn it off so my question is why did it turn itself off???
    Confused?

  • Can I use SRST for multiple sites wit separate 911 lines

    Is it possible to use an SRST (like a 2911 CME/SRST) to support multiple sites. 
    We have two sites next door to each other. They are connected by fiber with Cisco switches (vlans) at box sites.
    Can I use a single SRST and have two separate 911 POTS lines setup so that each site has it's own unique 911 associated with it?
    I can create two separate Voice vlans for the two sites and I could have both 29xx interfaces in use (one for each VLAN), but can I separate the dialing out function so that each vlan uses a unique POTS line this way?
    Any other solutions other than two SRSTs?

    We have to keep the 911 dialing the same at all sites since I already had an idea like that ...but we use 911, 9911 and 8911 for everyone to reach 911 so that they are not confused during an outage.
    We will just have to bite the bullet and order 2901 SRSTs for all our small remote sites. 

  • Install Sun ONE Directory Server 5,2 & how to use it for authenticate user

    Good afternoon, Excuse, are newbie in the scope I am learning and putting desire to him, this in my situation I am trying to install Sun ONE Directory Server 5,2 since I understand that this it is application LDAP for Solaris, ok I want to install it to authenticate user against the system, that is to say, to be able to acces the server entering with a created user from the data base of LDAP and make think user that his created in the system. But the documentation that I finds indicates the installation of Sun ONE Directory Server 5,2 but it not clearly about how to use it for authentication. Some one have any manual step by step of Sun ONE Directory Server 5,2 installation and how to make it for authentication systems users.
    I read the forum seeking for anwser and i get confuse
    Thanks for the help and sorry for any inconvenient
    Message was edited by:
    Aku_28
    Message was edited by:
    Aku_28

    I think that I found the Sun endorsed book locations for using LDAP accounts that don't use authentication besides "crypt". I now can use an account with a "ssha" password. It can be more than 8 characters long.
    Chapter 14 System Administration Guide: Naming and Directory Services
    Read page 201 which is the pam.conf file pam_ldap setups. I edited my "/etc/pam.conf" file to reflect this
    Chapter 7 Directory Server 5.2 2005Q4 - Administration Guide
    Read page 316-318 which has a graphical technique to specify password syntax. I set it up and then tried the password by running "su - brahms". It now requires a longer password than 8 characters and it is set up to use "ssha" for that UID entry "brahms".

  • How do I get my contacts to sync using iCloud for iPhone and iPad.

    I can sync my pictures using icloud on my iPhone and my iPad however when I try to do the same for contacts having no luck. Also when I type a callander event on my iPad it comes up on my phone however when I type entry on iPad on calendar it does not come up on my phone.. Can anyone help.

    Yes I agree with iamjeremie above. I am a newbie and had some trouble with this myself over last few days but now sorted.
    You can also select existing cal entries, edit them and change calendar to correct one (iCloud cal in your case). Yes you need to set iCloud cal as default in settings. Also it may be worth disabling other unused or unwanted calendars in other accounts if you only want to use iCloud. Make sure to accept the prompt and save existing entries to device when disabling accounts so you do not loose or switch off your existing entries. Less confusing that way. Remember you can change entries to another cal in the future if you wish.
    Keep it simple. I now have 2 calendars set up on iPhone and one on iPad.
    Exchange cal for work. On exchange server at work and work stuff syncs with windows PC and server at work.
    Hotmail cal for personal stuff that syncs with work iPhone, home PC and personal iPad.
    I would have used iCloud for all but work iPhone and personal iPad are on separate iCloud accounts.
    This was a work around and works great for me and enables me to enter synced personal cal entries on my work iPhone.

  • Confuse in use EL

    Sometimes I feel confused when using EL in my jsf pages for this example:
    <c:if test="${4<= sessionScope.approvalInsertionBean.numberOfSelectedServices}" >
    the first time I wrote it as :
    <c:if test="*4<= *${sessionScope.approvalInsertionBean.numberOfSelectedServices}" >
    it didn't work (and even did not report anyerror) , but after I wrote it as shown in the second line above it woked.
    Would you please explain how it works?
    Regards

    The contents of ${ } just represents the whole expression. Everything outside ${ } is plain vanilla template text. Think about it once again, how would the EL parser know what exactly outside the ${ } to take in the evaluation of the expression? Everything up to the double quotes? No, that wouldn't make any sense ;)
    Here's the JSP EL spec: [https://jsp.dev.java.net/spec/jsp-2_1-fr-spec-el.pdf]. Good literary food.

  • HT3805 I have Aperture 3 installed and have used it for a while.  Now when I try to open it, the licensing window appears asking for the registration #.  Yet it says it's invalid.  (I have the # from Aperture on another computer.)  Any ideas?

    I have Aperture 3 iinstalled and have used it for quite a while.  Now when I try to open it a licensing window appears and wants the reg #.  I copy it from the program on another comupter, yet it says that it's invalid.  Any ideas?

    Check this support article:
    Troubleshooting Professional Application Serial Numbers:
    http://support.apple.com/kb/TS2005
    Sometimes look-alike characters may be confused, also you may need to enter the previous registration numbers as well, if your Aperture version is an upgrade to Aperture 2 or 1.
    Regards
    Léonie

  • Welcome to the Spry framework for Ajax Forum

    Welcome to the Spry framework for Ajax forum! Please use this
    forum to discuss the Spry framework for Ajax and supporting content
    on Adobe Labs.

    Hi,
    Techy_one: the download page should be working:
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_spry
    anuj: SpryEffects is in 'demo/includes'. We will be including
    effects in our next Spry drop.
    Severe: We are working on more widgets. They will be released
    over time as we finish them. We are still looking into how we can
    make Spry support for DW available.
    Thanks,
    Don

  • Can I use Skype for my business?

    Hi,
    I have a SKype number and been using it for my business for a year already. Today I've received an email from Skype saying that I can't use Skype for commercial purpose. I'm confused because I've seen so many people saying that they use Skype for their business. Here's the message I've just received:
    "We have noticed some prohibited usage of your subscription.
    We will continue to monitor your account, your calling behavior and your overall activity using Skype. If the prohibited usage still continues, your subscription will be disconnected. You will no longer be able to use or purchase any of Skype’s paid-for products.
    The suspension of your access to Skype paid-for products will be permanent and you will be unable to transfer any existing products to a new Skype account, or receive a refund. However, you will be able to continue to make Skype-to-Skype calls and send instant messages.
    We remind you that Skype’s products are for personal, individual and non-commercial use only. Our Fair Usage Policy can be found within our term of uses. Our subscriptions cannot be shared or used for commercial gain, such as telemarketing or call centre operations"
    Do I have to register for a business account or what? Or what should I do now? This number have been using as my business contact and I can't change it. Please help.

    Hello and welcome to the Skype Community.
    What type of business are you engaged in?
    https://support.skype.com/en/faq/FA34551/what-s-the-difference-between-skype-and-skype-for-business
    http://www.skype.com/en/legal/tou/
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Help with using photos for web

    I would like to use some photos I have stored in iphoto library, but I need to reduce them. Reading the help guide, it is indicate to export to web page. But in that case it opens automatically a new web page. How can I export to a page that I have already created?
    Moreover what I do not understand is how can I reduce the dimension of the photo without changing the quality? This can be done in iphoto with export?
    I am a little bit confused...
    thanks for help

    Yep you have answered your own question.
    Choose export, file export and click the scale images option, and original options (assuming they are already jpegs).
    (As you say exporting as webpage creates the page for you but can create images in two sizes (thumnails and main) which can be helpful. The downside the that the filenames for the images as numeric. 1.jpg, 2.jpg etc.)
    While a longer process and with no direct control over file size and quality I prefer the file export option as above. It preserves filenames and quality is fine.
    and do choose 'original' as you should avoid re-saving a jpeg as a jpeg (that causes a quality reduction)
    You will need to manually bring the images into your web pages (save the exported images into your site folder and bring each one into your page individually) unless you are very clever with filenaming!
    Hope this helps.
    M.

Maybe you are looking for

  • Wrong image resolution for TIF file

    Under OSX 10.6.2, the image resolution using Preview application is wrong for FAX MultiPages TIFF files. If I open up a file with this resolution: Image size: 1728 x 1081 pixels Image DPI: 204 x 98 pixels/inch Color Model: Gray. The image always show

  • Older iPod and Viewsonic Monitor with dock

    Hello All, I just bought the 22" Viewsonic LCD monitor with iPod dock on it. I have an older 40gig iPod. (almost 4 years old) The doc sync's with my iPod and iTunes just fine, BUT it does not charge. I originally thought that it was an issue with the

  • Kernel panics: what does "Core FIR register check failed" mean?

    I have an XServe dual G5 2.0 running Server 10.3.9 unlimited client version that began experiencing frequent kernel panics when I let it install the two most recent security updates. Before I installed those updates, the machine had been up without p

  • Printing LONG columns -- truncation

    When we include LONG data in a Hyperion report section, it always gets truncated at the end of a page. Are we doing something wrong? Is this a bug (we've seen it since Brio 6.6 and now in Hyperion 9.3)? What are others doing to work with it? I don't

  • Show labels in BarChart issue

    i have created a BarChart with 5 series... but i m not able to create the data labels for each series and each day... like for Monday and first series i have to show low and high indexes, so at the end of first series(6.3) i have to show 17 & 43 and