Question about context node filling

Hi all gurus; I'm struggling over a simple task, hope that someone could help .
Shortly: I defined a data structure as follows:
DATA: BEGIN OF ls_struct,
     vendor   TYPE bbp_bp_orga,
     cptable  TYPE zebp_contpers_t, "this is a Table Type!
         END OF ls_struct,
         lt_struct LIKE TABLE OF ls_struct.
So, there's a table lt_struct with a line that is build up by:
- a "flat" field;
- an internal table (made up by some fields).
I need to TRANSPORT these information from one view to another using a common Context Node shared via ComponentController.
I then tried to create such a node in the Context but there's something I must have done wrong:
Here's my sketch:
CP_FOR_BIDDERS has no Dictionary structure; here's the subnode CPTABLE:
I tried then to store the values in these nodes in my methods:
IF lt_struct IS NOT INITIAL.
     DATA lo_nd_cp_for_bidders TYPE REF TO if_wd_context_node..
     lo_nd_cp_for_bidders = wd_context->get_child_node( name = wd_this->wdctx_cp_for_bidders ).
     CALL METHOD lo_nd_cp_for_bidders->bind_table
       EXPORTING
         new_items            = lt_struct
*        set_initial_elements = ABAP_TRUE
*        index                =
However, if I try then to GET the values from the node, I can see only VENDOR values, while the associated internal table is always blank.
What am I missing?
Thanks in advance

Hi Matteo,
You also want to bind the CPTABLE node for each CP_FOR_BIDDERS element. One example is below; you can also loop through the table of elements for node CP_FOR_BIDDERS, fetch each element's CPTABLE node and bind the CPTABLE data to each CPTABLE node.
    lo_nd_cptable = wd_context->path_get_node( path = `CP_FOR_BIDDERS.CPTABLE` ).
    CALL METHOD lo_nd_cptable>bind_table(
        new_items               = lt_cptable_data
        set_initial_elements = abap_true
Cheers,
Amy

Similar Messages

  • A question about pdf form filling?

    Hello,
    I received a form in PDF format as an attachment in an e-mail reply from a travel company. I have to fill in this form and return it to the sender.
    I could print out the PDF form manually fill the required field and either fax to them or scan & send it as an attachment BUT
    I would wish to open the document on my Mac Book Air -fill in the requested field by typing in my Mac Book Air and send it back as an attachment.
    Is that possible? I could not do this in my Win 7 computer but wondered if my Mac would have tricks up it's sleeve to accomplish this task?
    Thank you for your time to answer my question.
    Regards

    Thank you for your time and an answer.
    I do have Microsoft Word.
    I do not know how to insert the PDF as watermark. Where do you find the picture radio button?
    Would you mind telling the step involved  in getting my pdf file opened in the Microsoft Word?
    Regards

  • Question about cluster node NodeWeight property

    Hi,
    I have a three nodes (A/B/C) windows 2008 r2 sp1 cluster testCluster, and installed KB2494036 for three nodes,suppose Node A is a active node.
      I configured node C's NodeWeight property to 0, and node A and node B keep default (NodeWeight=1). I also added a shared disk Q for cluster quorum.
    So i want to know if node C and Node B are down , is the windows cluster testCluster down as lost of quorum or keep up?
    At the first i thought testCluster should keep up , because the cluster has 2 votes (node A and quorum), node B is down, node C doesn't join voting. But after testing, testCluster  was down as  lost of quorum.
    So anybody konw the reason,thanks.

    Hello mark.gao,
    Let me see if I understand correctly your steps, so I can think that if you create your cluster with three nodes at the beginning your quorum model should be "Node Majority", then you have three votes one per each node.
    Then was removed the vote for Node "C" and added a disk to be witness for cluster quorum, at this point we have two out of three votes from the original configuration on "Node Majority"
    Question:
    At some point you changed the quorum model to be "Node and Disk Majority"???
    Maybe this is the issue, you are stuck on "Node Majority" and when "B" and "C" nodes are down we have only one vote from node "A" therefore there is no quorum to keep the service online.
    On 2012 we have the awesome option to configure a Dynamic Quorum:
    Dynamic quorum management
    In Windows Server 2012, as an advanced quorum configuration option, you can choose to enable dynamic quorum management by cluster. When this option is enabled, the cluster dynamically manages
    the vote assignment to nodes, based on the state of each node. Votes are automatically removed from nodes that leave active cluster membership, and a vote is automatically assigned when a node rejoins the cluster. By default, dynamic quorum management is enabled.
    Note
    With dynamic quorum management, the cluster quorum majority is determined by the set of nodes that are active members of the cluster at any time. This is an important distinction from the cluster quorum in Windows Server 2008 R2, where the quorum
    majority is fixed, based on the initial cluster configuration.
    With dynamic quorum management, it is also possible for a cluster to run on the last surviving cluster node. By dynamically adjusting the quorum majority requirement, the cluster can sustain
    sequential node shutdowns to a single node.
    The cluster-assigned dynamic vote of a node can be verified with the DynamicWeight common property of the cluster node by using the Get-ClusterNodeWindows
    PowerShell cmdlet. A value of 0 indicates that the node does not have a quorum vote. A value of 1 indicates that the node has a quorum vote.
    The vote assignment for all cluster nodes can be verified by using the Validate Cluster Quorum validation test.
    Additional considerations
    Dynamic quorum management does not allow the cluster to sustain a simultaneous failure of a majority of voting members. To continue running, the cluster must always have a quorum majority at the time of a node shutdown or failure.
    If you have explicitly removed the vote of a node, the cluster cannot dynamically add or remove that vote. 
    Configure and Manage the Quorum in a Windows Server 2012 Failover Cluster
    https://technet.microsoft.com/en-us/library/jj612870.aspx#BKMK_dynamic
    Hope this info help you to reach your goal. :D
    5ALU2 !

  • Question about context.close in 6.0

    Hi,
    In the document of WebLogic 6.0 JNDI mention that client should close the
    context in order to release resources.
    This is not required at 5.1.
    So my question is if one does not do close the context what will happened ?
    will run of resource eventually ?
    Also when should one close the Context ?
    If the context close prematurely, does the object reference obtained from
    the context no longer valid ?
    It is kind of interesting that the JNDI context implemented in this way !
    Thanks for any answer in advance.
    Evan

    Hi Chris,
    Thanks for your reply.
    What would be the "default" access right for user
    "all" (i.e. all authenticated users)? Only "write" &
    "delete" ?
    No, it's equivalent to (read, list, execute, info,
    write, delete).
    Is it (read, list, execute,info) of user "anyone" + allow (write, delete) for user "all" = (read, list, execute, info, write, delete) for user "all"?
    Then what will be the access right of user "all" if I remove the line 'allow (write, delete) user = "all";'? Only the access right (read, list, execute,info) or even no access right at all?
    Thanks and regards,
    David

  • Questions about multiple nodes and licenses

    Nico, What would be the right forum to ask the licensing questions i stated above? Jimit

    I can't and won't discuss license issues, but for the last question (mixing nodes with different operating systems) there's a fairly easy answer why this can lead to all sorts of trouble.Windows and Linux/Unix usually work in different code pages, making it hard to interchange flat files.Text lines in Windows flat files are usually terminated by the two characters Carriage Return followed by Line Feed (0x0D followed by 0x0A) whereas under Linux/Unix text lines are always terminated by Line Feed characters (0x0a) only. Not all Windows and Linux/Unix programs can handle this difference without trouble.Very often Windows and Linux/Unix machines run with difference 8-bit code pages for the nodes themselves. This means that all sorts of diacritics (such as German Umlaute ä, ö, ü, ß) may be processed by programs on both platforms in different ways.Shell scripts and batch files resp. all sorts of operating system commands are very much incompatible between these systems, making it almost impossible (ok, just extremely difficult) to write scripts running on both system worlds.Last not least Integration Services in a server grid must be of the same operating system and run in the same code page, meaning that these two nodes will never be able to be part of the same server grid. That's just what came to my mind within a few seconds of thinking. Regards,Nico

  • Question about cluster node majority voting

    We've been having problems with a DB instance crashing regularly.  This weekend when it crashed, it seems to have taken the node it was on with it, or this was a separate incident...
    Right now I have 3 nodes in the cluster.  2 nodes are running 3 instances (2 on 1). The 3rd node is in a state where the OS is mostly unusable and the Cluster service will not start. 
    Event Log:
    "The failover cluster database could not be unloaded. If restarting the cluster service does not fix the problem, please restart the machine."
    Cluster Log from that machine:
    00003768.000067a0::2014/01/06-03:28:05.393 INFO  -----------------------------+ LOG BEGIN +-----------------------------
    00003768.000067a0::2014/01/06-03:28:05.393 INFO  [CS] Starting clussvc as a service
    00003768.000067a0::2014/01/06-03:28:05.394 INFO  [CS] cluster service logging level is 2
    00003768.00004c30::2014/01/06-03:28:05.521 DBG   [NETFTAPI] received NsiInitialNotification
    00003768.00004c30::2014/01/06-03:28:05.523 DBG   [NETFTAPI] received NsiInitialNotification
    00003768.000031f4::2014/01/06-03:28:05.588 DBG   [NETFTAPI] received NsiAddInstance  for 169.254.3.47
    00003768.00004eb4::2014/01/06-03:28:05.590 ERR   [DM] Error while restoring (refreshing) the hive: STATUS_INVALID_PARAMETER(c000000d
    00003768.00004eb4::2014/01/06-03:28:05.592 ERR   [DM] mscs::DmAgent::Start: STATUS_INVALID_PARAMETER(c000000d' because of 'Load(NOTHROW(), securityAttributes, discardError )'
    00003768.00004eb4::2014/01/06-03:28:05.592 ERR   [DM] Node 3: failed to unload cluster hive, error 87.
    00003768.00004eb4::2014/01/06-03:28:05.592 ERR   Hive unload failed (status = 87)
    00003768.00004eb4::2014/01/06-03:28:05.592 ERR   FatalError is Calling Exit Process.
    This is a 3 node cluster set to node majority, I don't have an available drive letter for a witness disk.  Since the cluster service won't start, I'm not certain how the cluster is still running, but am thankful that it is.
    A reboot might fix everything, but I'm very worried that if I reboot the server, and the cluster service still fails to start... it may prevent the entire cluster from starting and we won't be able to run the instances on the other 2 nodes.
    Does the 3rd server still act as an odd-number server, even if the cluster service won't start?  If I reboot and the cluster service still fails to start, will the cluster itself be able to be in an UP state and run the DB instances on the other nodes?
    I already need to open a MS Support incident on the DB instance crashing, so I'd rather not have to open a 2nd one just to answer this hopefully simple question.
    Thanks in advance!
    Mark

    I'll answer it here, since it matters fundamentally to SQL High Availability.
    There are a couple of entities you are conflating here, leading to much confusion.  There is a difference between the Cluster and the cluster service.
    The cluster service will run on a node once the Failover Cluster Feature is installed on that node.  The cluster service will run, even if a cluster is not created.  It may generate errors and not participate in a Cluster if it cannot talk to the
    other nodes, but it will not shut down.
    The Cluster itself requires a quorum, that is a majority of votes, in order to operate.  With three nodes, you should choose Node Majority quorum model, which sounds like what you have.  Any two votes will count, so the third node being offline
    does not matter.  You can safely restart the cluster service on the failed nod, and even restart the node.  Note that with the third node down, you have no redundancy.  (Windows 2012 and 2012 R2 have dynamic quorum, which adjusts the quorum
    count based on the last "settled" quorum vote, but that doesn't apply here).
    I am concerned with your statement that you are out of drive letters.  With three instances, you should have plenty of drive letters left.  I suggest investigating Mount Points.  You only need one drive letter per instance when using Mount
    Points.
    Geoff N. Hiten Principal Consultant Microsoft SQL Server MVP

  • Question about tables – alternating fills

    Apologies, but I new to the world of Tables and, as an exercise only, I am trying to create following:
    I have a to create a table 21 columns wide (they're very narrow) and nine rows deep
    I want theTOP ROW ONLY to have an alternating fill of 50% black; the first column being white then 50%; then white and so on.
    Producing the alternating fill is (obviously) very easy, but I am struggling to limit it to the top row only.
    Can anyone advise on the best approach

    Actually it is not working. I copied the text of the script, inserted into Adobe Extended Script Tool, saved it as *.jsx and added into InDesign User Scripts.
    I create a table and ran the script and it returned an error
    It might be missing something in the script.
    Here it is what I took from that post:
    app.doScript(function() {
      // Put Swatch names in here, many as you like:
      var rowFills = [
        "Blue",
        "None",
        "Black"
      // Put Percentages in here, again many as you like:
      var rowTints = [
        50,
        0,
        25
      table = app.selection[0];
      if (table.hasOwnProperty("baseline")) table = table.parent;
      if (table instanceof Cell) table = table.parent;
      if (table instanceof Column) table = table.parent;
      if (table instanceof Row) table = table.parent;
      if (table instanceof Table)
        var startAt = table.headerRowCount;
        var numRows = table.rows.length-startAt-table.footerRowCount;
        for (r=0; r<numRows; r++)
          table.rows[startAt+r].fillColor = app.activeDocument.swatches.item(rowFills[r % rowFills.length]);
          table.rows[startAt+r].fillTint = rowTints[r % rowTints.length];
      } else
        alert ("Yeah, come to think of it you were actually nowhere near a table, werentya?");
        exit();
    }, ScriptLanguage.JAVASCRIPT, undefined, UndoModes.ENTIRE_SCRIPT, "Alternate Table Fills");
    Anyway, thank you for idea.

  • Question about context in which Facelets runs

    I am converting my application from JSF-over-JSP to Facelets and it is going really well so far. The Netbeans template set up a Facelet's template for me with a starter-set CSS reference that looks like this:
    <link href="./css/default.css" rel="stylesheet" type="text/css" />
    <link href="./css/tableLayout.css" rel="stylesheet" type="text/css" />This works the way you would expect. However, when I create client facelets in a subdirectory and use the template in the root directory, the hrefs are broken because they are evaluated relative to the subdirectory, not where the template is located. Changing the references to this:
    <link href="/css/default.css" rel="stylesheet" type="text/css" />
    <link href="/css/tableLayout.css" rel="stylesheet" type="text/css" />Doesn't work. What does work is this:
    <link href="/MyApp/css/default.css" rel="stylesheet" type="text/css" />
    <link href="/MyApp/css/tableLayout.css" rel="stylesheet" type="text/css" />Although this works it strikes me as poor practice because if this application is deployed in a container as something other than "MyApp" the references will be broken again. Is that correct and if so, is there a better way of handling this?

    >
    Why not simply use this :
    <link href="css/default.css" rel="stylesheet" type="text/css" />
    That's pretty much what I started with; isn't "./css" pretty much the same as "css"?
    What I was trying to avoid was replicating the css subdirectory in all the subdirectories that use it. My structure is:
    /template.xhtml (has CSS references in it)
    /home.xhtml (refers to /template.xhtml)
    /css/default.css
    /user/somepage.xhtml (also refers to /template.xhtml).I don't want to add
    /user/css/default.cssbecause the file is redundant. (in my app uses one stylesheet set for all pages).

  • Question about Programming Notes for WD Abap / Context

    http://help.sap.com/saphelp_nw04s/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm
    Since an instance of the follow-on view has not yet been created, you must now decide whether to configure a component controller context with an appropriate mapping, or whether to fetch and check the data in an auxiliary class first and only pass it to the context of the follow-on view after navigation is completed. An application developer would, of course, prefer to use the context mapping method; using an auxiliary class, however, improves performance significantly.
    Hello all,
    If a fetch the data with auxiliary class, in which method do i fill the context of view after view is shown? The context of controller is mapped to view. Must it be done in supply function? But supply function is only one and i want to use a single context node for different views.
    Another question. Does it make sense to fetch the data for a certain follow-on view
    although navigation to this view will be definied late in a window?
    Thanks
    Regards
    Paul

    Hi Phil,
    <b>Ideally, on a custom method on the Component controller. or secondary controller.
    This method should call an Auxiliary ABAP class that actually gets data.
    Your Comp controller method would be triggered by an Event on you view.
    EG Button to navigate, a check button whatever.</b>
    If i call the method of component controller in a method of my view, check the return code and only then do the navigation by firing an event. I think, it will work. What advantages will i get by calling a method of component controller  via an Event?
    <b>generally I avoid that if at all possible.
    but it's been done before. Main reason is to avoid unnecessary
    navigation. Through the errors and perform the checks as close to source
    as possible. in mots cases you should be able to check data, and even load
    info before actually doing the navigation.
    ie Avoid firing plug till the last moment.</b>
    For example, if have a "Next"-Button in a view. How can i decide in Method for "Next" what data must be filled for next view if in one case it could be one view, and in another case other? I thought, follow-up view must get data on his own. My question was, which method can be used for filling the data in this case. It is not wddoinit and not wddomodify.
    Regards
    Paul

  • Question about DBCA generate script o create RAC database 2 node cluster

    Question about creating two node RAC database 11g after installing and configuration 11g clusterware. I've used DBCA to generate script to create a rac database. I've set
    environment variable ORACLE_SID=RAC and the creating script creates instance of RAC1 and RAC2. My understanding is that each node will represent a node, however there should only be one database with a name of 'RAC'. Please advise

    You are getting your terminology mixed up.
    You only have one database. Take a look, there are one set of datafiles on shared storage.
    You have 2 instances which are accessing one database.
    Database name is RAC. Instance names are RAC1, RAC2, etc, etc.
    Also, if you look at the listener configuration and if your tnsnames is setup properly then connecting to RAC will connect you to either one of the instances wheras connecting to RAC1 will connect you to that instance.

  • Fill a field at the btadmini context node

    Hi experts
    Iu2019ve to fill the field ZZCURVAMAT at the btadmini context node when I put a product in the order item.
    Iu2019m trying to fill that field in the get_ordered_prod method with the code below:
    CALL METHOD lr_entity->if_bol_bo_property_access~set_property_as_string
              EXPORTING
                iv_attr_name = 'ZZCURVAMAT'
                iv_value     = lv_zzcurvamat.
    But I must active two commands to fill that field, at the first processing the field is not filled. For Example, I need to click at the u201Center buttonu201D twice so that the field ZZCURVAMAT can be filled.
    Anyone knows how can I fill that field as soon as I put the product and click at the enter button?
    Ps. I tried to do it in the set_ordered_prod but occurred the same thing
    Thanks in advance

    how you decided on this user exit? this is being called AFTER order save, so you can do wjhatever you want, it is not going to save that to VBAP
    what you need to use is either userexit_move_field_to_VBAP or userexit_save_document_prepare.
    in move to VBAP user exit you dont need to move the values to XVBAP, just move to VBAP, and SAP will tkae care of the rest
    for prepare user exit use the same code you have, but do modify xvbap before endloop.

  • Some basic questions about rmi registry  context  "bind" and "lookup"

    We have more processing to do than can be accomplished with a single computer. To solve the problem I've implemented a distributed computing solution using RMI. (The first time I saw RMI was about 2 weeks ago, so please bear with me!)
    The implementation is a proof of concept not a fully fleshed out system. I have one "Workunit Distributor" computer and any number of "Data Processor" computers all on the same lan segment. "Workunit Distributor" and "Data Processor" computers are both RMI client and server to each other. The "Data Processor" computers are given the ip address and name of the "Data Distributor" on the commandline when they start. They communicate their willingness to receive and process a workunit to the ""Workunit Distributor" via a RMI call. Work units are sent to available "DataProcessors" and results are eventually returned to the "WorkunitDistributor" (minutes or hours later). The model program works quite well, and appears to be capable of doing the processing we need to get done.
    But now that it seems viable, I've been asked to make it a little more scalable, flexible and self configuring. In particular, instead of one "Workunit Distributor", any number of "Workunit Distributors" should be allowed to show up or disappear from the lan at any time and the system should continue to function. I've worked out a good scheme for how this can be done, but I have a couple of questions about the RMI registry (registries?). I'm trying to keep from implementing some functionality that may already be available as a library or subsystem.
    With my current model design, each computer binds to its own registry with a unique name. For instance:
    CRDataProcessorImpl crdpi = new CRDataProcessorImpl(svr);
    Context crDataProcessingContext = new InitialContext();
    crDataProcessingContext.bind("rmi:"+hostName, crdpi);
    Currently the "Data Processors" get the info they need for a Context lookup() of the one and only "Workunit Distributor" from the commandline. And the info the "Workunit Distributor" needs to do a Context lookup() of a "DataProcessor" is passed to it from each "DataProcessor" via a RMI call.
    But in the newer (yet to be implemented) scheme where any and all "Workunit Distributors" show up and disappear whenever they feel like, the naming bootstrapping scheme described above won't work.
    I can imagine a few ways of solving this problem. For instance, having "Workunit Distributors" multicast their contact information on the lan and have a worker thread on each "Data Processor" keep track of the naming information that was multicast. Another alternative (more organized, but more complex) might be to have a dedicated host with a "well known" address and port that "Workunit Distributors" and "Data Processors" could all go to, to register or look up at an application level. Sort of a "domain name service" for RMI. But both these schemes look like a lot of work to implement , debug and maintain.
    The BEST thing would be if there was one plain vanilla RMI registry that was usable by all RMI enabled computers instead of having each computer have its own local name registry. In volume 2 of the Core Java2 book it says that every registry must be local. I'm only hoping there's been progress since the book was published and now a central rmi registry is available.
    If you have any ideas about this I'd like to hear what you know.
    Thanks in advance for any advice.
    Lenny Wintfeld
    ps - I don't believe web services, as full featured as it is, is a useful alternative. I'm moving 100's (in the future possibly 1000's) of megabytes back an forth for processing.

    The local bind/rebind/unbind restriction is still there and it will always be there.
    I would look at
    (a) RMI/IIOP, where you use COSNaming as a registry, which doesn't have that registriction, and which also has location-independent object identifiers
    (b) Jini.

  • HT5312 In itune I need to fill up the questions about card but i dont have credit card,what can i do?

    In itunes i need to fill up the questions about card but i dont have a credit card, what can i do about that?

    Hi Huyen1110,
    You can use the steps in this article to create an iTunes Store account that does not use a credit or debit card for payment -
    Create an iTunes Store, App Store, or iBooks Store account without a credit card or other payment method - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Dynamic Context Node Copying question

    I am trying to dynamically copy some context nodes from my component controller to the view controller.  In the source context, I have a node whose "Multiple" property is set to true.
    I use the function addMappedChild to copy the attribute info, but the copied node always has "Multiple" set to false!! In the definition of addMappedChild there is no paramter for "Multiple".  How do I do this?
    Thanks
    Walter
    public IWDNodeInfo addMappedChild(java.lang.String name,
                                      java.lang.Class elementClass,
                                      boolean singleton,
                                      boolean mandatorySelection,
                                      boolean multipleSelection,
                                      java.lang.String mappedPath,
                                      boolean selectionMapped,
                                      boolean initializeLeadSelection)

    Are you making like dscribed here
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/dynamically creating, building, and mapping a context in web dynpro.pdf 
    page 14?
    Best Regards, Maxim r.

  • How to populate a context node on the basis of the values in another node?

    Hi,
    I have a Webdynpro application which has to run on Portal as well as BlackBerry.
    In this application I have a scenario where I need to have a sub node inside a node but as Blackberry doesn't support sub nodes with Singleton value false, I have to use another node for storing the values which earlier wre present in the sub node.
    The actual scenario here is that we have two tables A & B. For each row of table A we have a no of rows in table B. This can be easily accomplished for Web Browser but we need to do this for Blackberry.
    My question here is that how can i populate the data in table B at runtime using the concept of onLeadSelect. I am not able to fully undersans this concept.
    According to my approach I have two a while loop which generates data for  table A and inside this while loop I have another while which generates data for table B corresponding to each iteration of the outer while loop. I create the node elements for the rows of the table B and store them in a list and then store this list in a HashMap corresponding to a key formed by combining the values of all the elements of the row of table A.
    Now I am not able to understand how can I display this data into table on user slecting a particular row.
    Please guide ASAP.
    It wille quite useful if you can provide me with some code snippets for the same.
    Thanks in advance!
    Manish

    Hi Manish,
             In WebDynpro u can use the onLeadSelect event of table A and do all the processing in that method.Like u can use this method to fill ur context node,which will be the source node for table B. So this way u need not to use any hash map.Fill the source node of table B with data corresponding to ur selected data of table A.
      I hope this solution wud help u in solving ur problem.
    Reena

Maybe you are looking for

  • Issue in pagination of pivotal view (10 rows per page)???

    Hi All, I'm implementing pagination in pivotal view, report has to show 10 records per page. Report has to show for 8 weeks data per employee and 10 employees information per page, however report is displaying data for more than 10 employees and for

  • DMS Server storage sizing

    Hi All, We have configured a DMS server 2 years back for  test purpose which works fine. The free hard disk space on this server is only 4 GB and it is a windows based system. The RAM is 9 GB. We are planning to go for a full fledged DMS usage, I nee

  • Getting "Script Error" message in Contribute 6.5

    What's causing this and how do I fix?

  • Verify/Download Active-X Control through WD Java.

    Hi, Is the following scenario feasible  under  Webdynrpo Java ? I have a Business scenario where on executing a Java Webdynrpo application it tries to render a scanned image.Eventually, to display the image client should have active-X control install

  • Why does it say I have an invalid email when I try to set up sync?

    I have an ipod touch. I downloaded the firefox home app onto the device. I then tried to sync my home computer. When I try to set up a firefox home account I go to "tools", enter "set up a sync " and then enter "create a new account". A window comes