QM-IDI Mapping interfaces

Dear ,
I am facing a big problem with QM-IDI interfaces,
Requirement: Whenever MIGO done inspection lot will create and we need to send this inspection lot to external system i.e. MES.
And SAP receives Results Recording and User deceision or Defect recording in SAP. I Reffered QM-IDI interfaces but i am not able to use which function module for what. Here i have to give structure to MES team, once i wil provides the will do mappings.
If do you have any mapping specs.  Any test scenarios related to QM interfaces.  Which function module i have to use to send inspection lot or which function module i have to use to receive data from external system how i have to give structures to them
Here my main intesion is mapping to external system

The difference is how SAP communicates with the system.  The external systems are usually accessed via RFC's, (remote function calls) and actively send a message to the external system with data. 
The subsystems have to query SAP are designed to usually have a batch job on the subsystem that runs every 10 or15 minutes to query the SAP system and looks for entries in the QIWL table.  When valid entries are found, the subsystem downloads the necessary info and when done, uploads the data.  SAP is very passive in this.  The subsystem has programs that are written according to SAP guidelines and uses specific BAPI's provided by SAP to interact with SAP.
An External system using RFC's uses compiled programs written by the client, (or maybe a vendor of a product), that uses the RFC''s to communicate with SAP. The programs reside in SAP.  The RFC's are similar to the BAPI's in that SAP has provided them and you need to adhere to how they are supposed to be used.  For RFC's your Basis team has to basically define a "gateway" for these RFC's messages to be transferred back and forth through. 
You subsystems are primarily things like LIMS where the vendor has supplied most of the functionality required.
I haven't had to set up an RFC process personally but I believe it is used more for home grown integration requirements where for instance you want to develop a means to exchange results directly from a lab instrument like a GC or LC.  You would write programs on both ends to exchange this data between the GC and SAP using the RFC's.  Then you place all the GC tests in one inspection plan operation and then these tests would be downloaded to the GC and the GC could upload the results directly without the use of a LIMS sitting between them.  You might find some vendors have done this and can provide example programs already for you to use or that you can use as a starting point in your development.
I hope this helps.
FF

Similar Messages

  • Use of generics in the Map interface

    After using Java 1.5 for a while, I've gotten pretty comfortable using generics and the collections framework. Very often, I depend on the new generics-related compiler warnings to guide me when I've made changes to my code. Recently, I missed a fairly subtle bug because of the following issue. Why isn't the get() method in the java.util.Map interface declared as:
    V get(K key);Is there some subtle reason why this method isn't declared to enforce the generic type K for the key value? Likewise for containsKey() and remove() as well.
    Thanks!

    So where is the problem to use K in the first
    place??The cast to K is removed during complilation. It's
    not going to do anything at runtime.
    Just because a reference is of type Object doesn't
    mean it's not a K.
    If I get an Object of unknown type, why should I have
    to down-cast it just so that I can check to see
    whether it is in the Map?
    To state the point I wrote this simple code:
            Map<String,Integer> testMap = new TreeMap<String,Integer>();
            testMap.put("test", Integer.valueOf(100));
            // test the get method
            Integer value = testMap.get("test");
            System.out.println("First value: " + value);
            // test the method with differing parameter
            value = testMap.get(Float.valueOf(2));
            System.out.println("Second value: " + value);The code compiles without any error (so far so good) but the execution of this code results in Exception in thread "main" java.lang.ClassCastException: java.lang.String
         at java.lang.Float.compareTo(Unknown Source)
         at java.util.TreeMap.compare(Unknown Source)
         at java.util.TreeMap.getEntry(Unknown Source)
         at java.util.TreeMap.get(Unknown Source)
         at MapTest.main(MapTest.java:27)So when the Object parameter is allowed (I'm okay with that) why the ClassCastException. A similar approach to the implementations of Lists would be necessary. The current implementation is not satisfactory.

  • Mapping Interface

    Hi All
    Can we create the any kind of Mapping Interface that allows for defining metadata that is then used to perform dynamic SQL calls. the SQL is created dynamically at execution time. Mapping involves a)Target Field Identification b)Source Identification c)Transformation d)Formatting e)Record Selection
    Regards
    Anurag Saroha

    Hi Anurag Saroha,
    dynamic sql is not possible with owb. I do not recommend it in general, it is difficult to maintain.
    You may use OMB*Plus to generate mappings. Have a look at the documentation or search in this forum.
    Regards,
    Carsten.

  • Value mapping, interface mapping, standard funtions and user defined functi

    I like have more information abt live scenario's use of value mapping, interface mapping, standard funtions and user defined functions.
    How to create user defined funtions and how to use it in XI?
    thanks in advance
    shiva

    Hi,
    Interface mappings register your mapping program for an interface pair in the Integration Repository. If you require a mapping at runtime, it is sufficient to select the interface mapping for the interface pair at configuration time .The Integration Server uses the interface mapping to identify associated mapping programs for request messages, response messages, fault messages, or all three.
    Features
    Executing Multiple Mapping Programs for One DirectionBy using an interface mapping you can execute multiple mapping programs consecutively for the transformation of a request or response message. In such cases, an interface mapping comprises multiple steps for which the following applies:
    &#9679;     The steps are executed in the sequence specified (from top to bottom). The result of the mapping program from the previous step is forwarded to the mapping program of the subsequent step.
    &#9679;     Each step can reference a mapping program that executes a 1:1, 1:n, n:1, or an m:n transformation. In the case of multi-mappings (1:n, n:1, or m:n), the previous step must create the same number of messages that the subsequent step expects.
    &#9679;     Multi-mappings use one envelope to put all messages in one structure. If one of the steps references a multi-mapping program, all subsequent steps must use the same envelope.
    The mapping for a request message comprises two message mapping programs: one 1:1 transformation and one 1:n transformation. Since the latter message mapping uses the multi-mapping envelope for both the target message and the source message, the message mapping for the 1:1 transformation must also create a transformation result with a multi-mapping envelope.
    You do not strictly need to divide up one direction of the whole mapping into different steps. However, this enables all the message formats in one system landscape to be mapped to a central message format, for example. This results in less mapping programs being required because you no longer need to be able to map all the different message formats to each other
    Activities
           1.      Create a message mapping on the design maintenance screen of the Integration Builder (see also: Creating an Object).
    You can also create multiple interface mappings for the same interface pair.
           2.      Enter the source and target interfaces that require a mapping of the request message, the response message, the fault message, or all three, in the table of the same name. The following restrictions apply:
    &#9675;     If you want to use the interface mapping in a transformation step in an integration process, you must only specify abstract message interfaces. Furthermore, all objects (integration process, interface mapping, and all objects that reference the interface mapping) must be in the same software component version. If you want to reference objects from underlying software component versions, you must access the objects from the Basis Objects branch (in the navigation tree or using an input help).
    &#9675;     If you want to map multiple messages to each other by using a multi-mapping, you can only specify asynchronous interfaces (for further restrictions, see: Multi-Mappings). If any message interfaces are missing, you can also create them by using the function Create New Object ().
    If the interface cannot be imported or cannot be created in the Integration Repository (in the case of an external adapter, for example), you must enter the interface names manually. However, it is not possible to check the technical name in this case.
           3.      To import the properties of the interfaces, choose Read Interfaces. The table in the lower area displays tab pages for the request message, response message, and if available, for the fault message, for each mode of the interfaces (either synchronous or asynchronous).
           4.      To develop an external mapping program, export the XSD schema of the respective request or response message as a zip file after you have imported the interfaces. The zip file can contain multiple schema files that reference each other, for example in a multi-mapping. In this case, the schema with the global message element has the name MainSchema.
           5.      To reference a mapping program for the respective message, you have the following options:
    &#9675;     Select an existing mapping program from the Integration Repository by using the input help (). If this is a message mapping, the default setting of the input help only displays those message mappings that are found using the source and target message in the Integration Repository (in multi-mappings, the first source and target messages are used as the search criteria). However, you can also display any number of message mappings, for example, because you are constructing a mapping from several mapping programs with intermediate instances which have no message types.
    &#9675;     You can create message mappings directly from the interface mapping. To do this, select the mapping type Message Mapping in the Type column. Position the cursor in the Name column and choose the function Create New Message Mapping () in the Mapping Program frame. The Integration Builder copies the specifications of the messages and their occurrence directly from the interface mapping.
    An interface mapping can only reference mapping programs that belong to the same or an underlying software component version of the interface mapping. This ensures that the mapping program can be shipped together with the interface mapping (see: Software Logistics).
           6.      If it is not a mapping for a fault message, you can execute multiple mapping programs in succession for request and response messages:
    &#9675;     To insert an additional line for a mapping program, choose .
    &#9675;     To delete the registration for a mapping program, choose .
    At runtime, the mapping programs are executed from top to bottom.
           7.      Save the interface mapping.
    Regards
    Aashish Sinha
    PS : reward points if helpful

  • Forms 5.0 OLE2 and MAPI interface

    Does anyone know where I can get documentation on the MAPI
    interface commands that are used with the OLE2 forms built in
    package?
    null

    You can't. Upgrade to Forms 6 or 9.

  • CBWFQ: Question about the output of "show policy-map interface" command

    Hi everyone,
    I have a question about the output of "show policy-map interface" command.
    The following is the output of this command and lower side of the output shows
    (total queued/total drops/no-buffer drops) 0/342/0
    If the packets drop occur due to the situation of no enough buffer,
    "no-buffer drops" counted up. But "no-buffer drops" has not been counted up.
    The "no-buffer drops" is 0 (zero) but "total drops" are counted as 342.
    I guess there are other factors except "no-buffer drops" to add "total drops".
    But I can not find any information about "other factors".
    So I would like to know the "other factors" added to "total drops".
    reserch-3725#sh policy-map interface fastethernet0/1
    FastEthernet0/1
    Service-policy output: shaping
    Class-map: kdpc (match-all)
    146956873 packets, 115209221595 bytes
    5 minute offered rate 156000 bps, drop rate 0 bps
    Match: access-group name YOKOHAMA_to_CHINO
    Traffic Shaping
    Target/Average Byte Sustain Excess Interval Increment
    Rate Limit bits/int bits/int (ms) (bytes)
    9360000/9360000 58500 234000 234000 25 29250
    Adapt Queue Packets Bytes Packets Bytes Shaping
    Active Depth Delayed Delayed Active
    - 0 146956724 3539850811 2960247 3851843541 no
    Class-map: class-default (match-any)
    552458414 packets, 249687580329 bytes
    5 minute offered rate 242000 bps, drop rate 0 bps
    Match: any
    Traffic Shaping
    Target/Average Byte Sustain Excess Interval Increment
    Rate Limit bits/int bits/int (ms) (bytes)
    3072000/3072000 19200 76800 76800 25 9600
    Adapt Queue Packets Bytes Packets Bytes Shaping
    Active Depth Delayed Delayed Active
    - 0 552453209 573909865 30358216 2926188156 no
    Service-policy : policy1
    Class-map: dlsw (match-all)
    979578 packets, 264843255 bytes
    5 minute offered rate 0 bps, drop rate 0 bps
    Match: access-group name acl-dlsw
    Queueing
    Output Queue: Conversation 137
    Bandwidth 128 (kbps) Max Threshold 64 (packets)
    (pkts matched/bytes matched) 20922/17371500
    (depth/total drops/no-buffer drops) 0/0/0
    Class-map: telnet (match-all)
    29938 packets, 1806058 bytes
    5 minute offered rate 0 bps, drop rate 0 bps
    Match: access-group name acl-telnet
    Queueing
    Output Queue: Conversation 138
    Bandwidth 64 (kbps) Max Threshold 64 (packets)
    (pkts matched/bytes matched) 639/38900
    (depth/total drops/no-buffer drops) 0/0/0
    Class-map: class-default (match-any)
    551448911 packets, 249420939729 bytes
    5 minute offered rate 242000 bps, drop rate 0 bps
    Match: any
    Queueing
    Flow Based Fair Queueing
    Maximum Number of Hashed Queues 128
    (total queued/total drops/no-buffer drops) 0/342/0
    Your information would be appreciated.

    Details infomatiuon regarding show policy-map interface
    http://www.cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a008010dd6a.shtml
    http://www.cisco.com/en/US/tech/tk543/tk760/technologies_tech_note09186a0080108e2d.shtml
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/qos_r/qos_s2g.htm#wp1146884

  • Why the HashMap implements the Map interface twice

    See the type hierarchy below:
    HashMap<K,V>
    &#9475;
    &#9507;AbstractMap<K,V>
    &#9475;&#9475;
    &#9475;&#9495;Map<K,V>
    &#9495;Map<K,V>
    The HashMap extends AbstractMap, which implements Map. So the HashMap has already implements Map, and has the Map type. But the HashMap's declaration still contains "implements Map".
    So why the HashMap implements the Map interface twice?
    Thanks in advance.

    georgemc wrote:
    Maybe the guy who wrote HashMap wanted to make it clear that HashMap implemented Map, rather than rely on you looking further up the hierarchy to find outYes, it does make the Javadoc clearer. If they hadn't done that then there would have been legions of newbies who couldn't tell that HashMap implemented Map and thousands of "I have a doubt, does HashMap implement Map" questions here.

  • CSCso80701 - "show policy-map interface" in 2960, 2970, 3560, 3750 should give error - 3

    Have similar issues with 12.2(50)SE4....
    Service-policy command has taken but cann't see in running config. Eventually no output "show policy-map interface fa0/x".

    Try this config:
    policy-map QOS-SOFTPHONE-POLICY
     class QOS_VOICE_CLASS
       set dscp cs3
     class QOS_SIGNALING_CLASS
       set dscp cs2
     class QOS_DATA_CLASS
       set dscp cs1
     class class-default
       set dscp default
    BR

  • Show policy-map interface | Question about QOS show command output

    I hope this is the correct place for this question. If not, please let me know.
    When I issue the show policy-map interface command (in this case on a  3845) there is some output I don't understand.  I have included some output below and formatted the lines I am confused about as "computer code" which show up as red on my screen.  A list of the individual lines i'm confused about is below, followed by those liens in the context of the show policy-map command's output.
    Any help with this will be greatly appreciated. Thanks in advance.
    5 minute offered rate 46000 bps, drop rate 0 bps
     5 minute rate 10000 bps
     bandwidth remaining 50% (768 kbps)
    show policy-map interface
    --- previous output omitted ---
    GigabitEthernet0/0
      Service-policy input: QoS_IN
    class-map: Silver (match-any)
          164691299 packets, 23570752398 bytes
          5 minute offered rate 46000 bps, drop rate 0 bps
          Match: access-group name MAINFRAME
            4371992 packets, 2311242335 bytes
            5 minute rate 0 bps
          Match: access-group name KRONOS
            13334297 packets, 3051409140 bytes
            5 minute rate 5000 bps
          Match: access-group name EMAIL
            97652823 packets, 10323856470 bytes
            5 minute rate 10000 bps
          Match: access-group name VOIP-CONTROL
            20782858 packets, 1481676784 bytes
            5 minute rate 0 bps
          Match: access-group name LOGIXWEB
            0 packets, 0 bytes
            5 minute rate 0 bps
          Match: access-group name GRINDLOG
            0 packets, 0 bytes
            5 minute rate 0 bps
          Match: access-group name CITRIX
            46895 packets, 14669179 bytes
            5 minute rate 0 bps
          Match: access-group name CORP_WEB
            28502414 packets, 6387897396 bytes
            5 minute rate 4000 bps
          QoS Set
            dscp af31
              Packets marked 164691269
    show policy-map interface s0/0/0:0
    Serial0/0/0:0
      Service-policy output: QoS_OUT
    --- previous output omitted ---
        Class-map: Silver (match-any)
          86590227 packets, 12051546524 bytes
          5 minute offered rate 3000 bps, drop rate 0 bps
          Match: access-group name MAINFRAME
            7641084 packets, 2701232492 bytes
            5 minute rate 0 bps
          Match: access-group name KRONOS
            6975052 packets, 1555404656 bytes
            5 minute rate 0 bps
          Match: access-group name EMAIL
            58438150 packets, 5433636586 bytes
            5 minute rate 3000 bps
          Match: access-group name VOIP-CONTROL
            355083 packets, 41252455 bytes
            5 minute rate 0 bps
          Match: access-group name LOGIXWEB
            0 packets, 0 bytes
            5 minute rate 0 bps
          Match: access-group name GRINDLOG
            0 packets, 0 bytes
            5 minute rate 0 bps
          Match: access-group name CITRIX
            19 packets, 4967 bytes
            5 minute rate 0 bps
          Match: access-group name CORP_WEB
            13180836 packets, 2320015236 bytes
            5 minute rate 0 bps
          Queueing
          queue limit 64 packets
          (queue depth/total drops/no-buffer drops) 0/18156/0
          (pkts output/bytes output) 86421413/12004278837
          bandwidth remaining 50% (768 kbps)

    this is my configuration
    DGMGRL> show configuration
    Configuration
    Name: matrix
    Enabled: YES
    Protection Mode: MaxPerformance
    Databases:
    stdby1 - Primary database
    stdby2 - Physical standby database
    stdby3 - Physical standby database
    Fast-Start Failover: DISABLED
    Current status for "matrix":
    SUCCESS
    --- this is my first successful switchover -----
    DGMGRL> switchover to stdby2
    Performing switchover NOW, please wait...
    New primary database "stdby2" is opening...
    Operation requires shutdown of instance "stdby1" on database "stdby1"
    Shutting down instance "stdby1"...
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    Operation requires startup of instance "stdby1" on database "stdby1"
    Starting instance "stdby1"...
    ORACLE instance started.
    Database mounted.
    Switchover succeeded, new primary is "stdby2"
    -------------------this is my second switchover -------------
    DGMGRL> switchover to stdby1
    Performing switchover NOW, please wait...
    New primary database "stdby1" is opening...
    Operation requires shutdown of instance "stdby2" on database "stdby2"
    Shutting down instance "stdby2"...
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    Operation requires startup of instance "stdby2" on database "stdby2"
    Starting instance "stdby2"...
    Unable to connect to database
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Failed.
    You are no longer connected to ORACLE
    Please connect again.
    Unable to start instance "stdby2"
    You must start instance "stdby2" manually
    Switchover succeeded, new primary is "stdby1"
    DGMGRL>
    Edited by: user6981287 on Jan 7, 2010 12:57 AM
    Edited by: user6981287 on Jan 7, 2010 1:00 AM

  • Unable to find mapping Interface columns for Service Items in Sales Order

    Hi All,
    I have a requirement to create a service item for a Sales Order through Interface tables. Once the oe_headers_iface_all and oe_lines_iface_all tables are populated, order import program is run to populate the data into the base tables.
    I am unable to figure out the interface mapping columns for the base table columns namely,
    (oe_order_lines_all table)
    service_ref_order_type
    service_ref_order_numbe
    service_ref_line_number
    service_ref_shipment_number
    Also, the above mentioned base table columns are mandatory and not able to create a Service item through Order import.
    When checked in the front end, per record history these columns are taken from oe_order_lines_v, however when checked in the query of this view am unable to trace the above four columns.
    Any help will be greatly appreciated.
    Thanks,
    Jay

    This does not appear to be connected with the subject of this forum, which is [Oracle Application Express|http://apex.oracle.com/i/index.html].
    Taking a wild guess, this might have something to do with [eBusiness Suite|http://forums.oracle.com/forums/category.jspa?categoryID=3]?

  • Mapping interface error - in activation time

    Hi
    I get this error whne trying to activate mapping interfce.
    apping program Message Mapping DELIVERY_MAP | urnMM:create_inbound_deliv does not match the interface mapping. The number or frequencies of source or target messages for the message mapping are not identical to the number or frequencies of source or target interfaces.
    what do i do wrong?

    Hi,
    I think the problem is in Message Mapping you might have used 1:N and in the Message Interface only 1:1 or some thing incompatible. So only you are getting this error.
    Hope this helps. i have answered based on assumption, if any more queries revert with some more detail in your question, with more info on your scenario.
    regards,
    P.Venkat

  • Regarding Java mapping Interface

    Hello,
    while implementing the java mapping, we need to develop the interface called
    com.sap.aii.mapping.api.streamTransformation
    So here what is " aii "
    how can we develop this interface.
    Thank you

    Hi Ravi,
    com.sap.aii.mapping.api.StreamTransformation is a class contained in the archive aii_map_api.jar so in your java project you need aii_map_api.jar to be able to use class StreamTransformation.
    There is no specific meaning for "aii"
    For more details about StreamTransformation, you have this:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/bd/c91241c738f423e10000000a155106/frameset.htm
    The package com.sap.aii.mapping.api.StreamTransformation can be obtained from SAP service Market place.
    Thanks
    Swarup

  • Message mapping interface

    Hi Friends
    I am beginner for XI and SAP as well.
    i want to know that
    can i connect two message mappings ?
    basically i have two message mappings & i want to connect them.
    is it possible or not?
    & if yes how?
    thanks in advance
    Regards
    Rohit

    Kalugade,
    Yes we can absolutely do it. You have to give in interface mapping. But what you have to see is the output of mapping1 should be the input to mapping2.
    If you dont have like this then it is not possible to use.
    Source>Mapping1>Target1
    Target1>Mapping2>Target2
    This is how it works. Hope you understand the concept behind this.
    Regards,
    ---Satish

  • Error in Map Interface tutorial?

    On page http://java.sun.com/docs/books/tutorial/collections/interfaces/map.html in the tutorial, the code example has the line
    Map<String, Integer> m = new HashMap<String, Integer>();When I used this in my NetBeans program, it gave an error "type packagename.Map does not take parameters" ('packagename' substituted for the name of my package).
    When I changed the 'Map' on the LHS to 'HashMap' it was OK.
    I did previously have a class called Map which I refactored to something else - I checked the sources and no references to the old name remain. Maybe this has something to do with it?

    I did previously have a class called Map which I
    refactored to something else - I checked the sources
    and no references to the old name remain. Maybe this
    has something to do with it?It sounds like your Map.class is still hanging around. You should
    dust out your project's folders. In a pinch, this will always work:
    java.util.Map<String, Integer> m = new HashMap<String, Integer>();

  • Mapping interfaces

    I'm new to JAXB and XML and I'm trying to get JAXB to marshall a field which is defined as Map<String, ComponentMap>, where ComponentMap is a class containing a field which is a Map<String,PreferenceIF>. PreferenceIF is an interface which will be implemented by the users. My test user class below is called SomeUserClass1.
    I am somewhat confused by the annotations and found the ones I'm using here at https://jaxb.dev.java.net/guide/Mapping_interfaces.html, but apparently something is wrong. When I run it, I get this error:
    Jan 21, 2009 3:14:54 PM PreferencesManager save
    SEVERE: Error saving $HOME/.cts/preferences.xml: javax.xml.bind.MarshalException
    - with linked exception:
    +[javax.xml.bind.JAXBException: class java.util.HashMap nor any of its super class is known to this context.]+
    My Code
    @XmlType
    @XmlRootElement
    public class Preferences {
    private Map<String, ComponentMap> options;
    @XmlAnyElement
    public Map<String, ComponentMap> getOptions() {
    return options;
    public class ComponentMap {
    Map<String, PreferenceIF> componentOptions;
    public interface PreferenceIF {
    @XmlRootElement
    public class SomeUserClass1 implements PreferenceIF {
    Any help would be appreciated. Thanks.

    EJB3 JPA does not allow you to query based on interfaces. You can query based on inheritance but not interfaces. So either you need to query on the class implementations or their alias, or switch you usage of interfaces to inheritance.
    Do you wish just to query on the interface, or also have relationships to the interface?
    TopLink does support interfaces, so you may be able to get it work through JPA. You could define a TopLink interface descriptor using a SessionCustomizer in your persistence.xml. It may then be possible to query on this interface. You could also define a VariableOneToOne mapping using a DescriptorCustomizer if required.

Maybe you are looking for

  • Time Capsule Goes Missing

    As a newbie to Apple and convinced I was doing the right thing buying the TimeCapsule to make a copy of my data I have come across a little problem that does not appear to be the same as most are having on the forum. Sorry this is a little long but I

  • I Can No Longer Connect Wirelessly With My iPad!

    About 2 days ago my iPad suddenly stopped connecting wirelessly to my BT HomeHub. I have deleted all of the networks available to me and reinstated them, I have carried out a full Restore of my iPad and I have switched all of my equipment off and bac

  • Aperture sometimes slow import slow reaction on highligts and shadows

    1. Aperture sometimes, one out of three times perform a slow import from a compactflash card. Normally 10 images (nikon d-200 10 mb) in less than a minute. Sometimes the same ammount takes more than 5 minutes. Reconnecting the cardreader on the front

  • NullPointerException when connection to my WebServer get lost!

    I have write a simple web server which implements HTTP/1.1 based on David Brown's A Simple, Multithreaded Web Server: http://developer.java.sun.com/developer/technicalArticles/Networking/Webserver/ Since the web server implement HTTP/1.1, the connect

  • Getting disheartened by lack of BB support, big Q10 problems after most recent update!!!

    I am very frustrated and in need of some help. I have a Q10 and after the most recent operating system update, multiple things are wrong. 1. The camera does not work. It makes shutter noise when using the rear facing camera, but does not save any of