Dom4J Node or Element Get Detail

I've ran through all the methods on the dom4J Element and Node. I'm having an issue. I have a SOAP envelope with an header and a body. In the body there is a detail xml that has the type of request.
I get the body Node here correctly below.
try
         bodyNode = myDoc.selectSingleNode("//soapenv:Envelope/soapenv:Body");
         LOG.debug("bodyNode as XML : " + bodyNode.asXML());
    catch(Exception e)
         LOG.debug("Cant find bodyNode : ", e);
    }If I do the asXML() method I get.
<SOAP-ENV:Body>
     <IdentifyMember xmlns="http://soa.com/IdentificationService/">
          <IdentifyMemberRequest xmlns="http://soa.com/IdentificationService/">
               <FirstName xmlns="http://soa.com/IdentifyRequestSchema">= John</FirstName>
               <LastName xmlns="http://soa.com/IdentifyRequestSchema">= Smith</LastName>
          </IdentifyMemberRequest>
     </IdentifyMember>
</SOAP-ENV:Body>This is correct. But I need to just get any xml between the body. For instance in this one I want the entire IdentifyMember element. I don't want to use index and substring and all of that. I was assuming there was already a method that would return me the following in either the Node or the Element. And I don't know what is coming in between those body tags so it has to be generic. Any Ideas?
<IdentifyMember xmlns="http://soa.com/IdentificationService/">
          <IdentifyMemberRequest xmlns="http://soa.com/IdentificationService/">
               <FirstName xmlns="http://soa.com/IdentifyRequestSchema">= John</FirstName>
               <LastName xmlns="http://soa.com/IdentifyRequestSchema">= Smith</LastName>
          </IdentifyMemberRequest>
     </IdentifyMember>

The Node API has methods that allow you to figure out things like the first child element of a particular node. getNodeList, for example. But I also think XPath allows you to search for the first element of a particular node, by a combination of wildcards and predicates. Something like this should work:
//soapenv:Envelope/soapenv:Body/*[1]See the XPath tutorial for more details:
[http://www.w3schools.com/XPath/xpath_syntax.asp]

Similar Messages

  • Function Module to Get details of FI document  including line items

    Hi all...
    I need function module/Bapi to get details of FI document details .....
    Thanks and Regards ..
    ..Ashish Bhide

    Hi,
    Try some of below Function Modules.
    FI_DOCUMENT_LIST_DISPLAY
    FI_DOCUMENT_CROSS_COMP_DISPLAY
    FI_DOCUMENT_DISPLAY_RFC
    FI_FM_DOC_DISPLAY ,
    FI_ITEMS_DISPLAY
    KR Jaideep,

  • How to get details about Exception catched in Exception branch of the Block

    Hello Experts,
    Is it possible to get details about Exception catched in Exception branch of the Block in Integration Process (BPM)?
    In the Exception branch System Error is catched, but from time to time different type of System Errors are happening during sync call to WebService - Connection Timeout, Connection Refused, UnknownHost, etc.
    So the task is somehow to map the type of System Error to the response. I was trying to create a mapping using as source the message which is coming from the Adapter after the sync call, but the mapping is failing with "No Source Payload" error.
    Maybe the description is somewhere in Header or Dynamic configuration?
    Or it is possible to access it somehow with JAVA-maping?
    Thanks for your help!

    Hey,
          the message from the exception can be utilized by using alerts(in order to mail,sms r fax). but otherwise its not possible using mappings or container.
    check this link for alert configuration.
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

  • Casting a org.w3c.dom Node to a org.dom4j Node

    Does anybody know how I can cast (convert) a w3c.dom Node to a dom4j Node?
    If I just trying casting the w3c node "(org.dom4j.Node)" it throws an exception...

    I have a org.w3c.dom.Node after calling HttpUnit's getDOMSubtree() method.
    Now I would like to change that Node to an org.dom4j.Node so i can use dom4j's Node.valueOf() method on it.
    Any idea how?

  • How to show an XML doc's node?/element in a dynamic textbox?

    Hello!
    I would like to show an XML doc's node?/element in a textbox. I am importing the XML data from a PHP page. My code looks like this:
    var xmlRequest:URLRequest = new URLRequest("adatatvitel.php");
    var xmlLoader:URLLoader = new URLLoader(xmlRequest);
    xmlLoader.addEventListener(Event.COMPLETE, init);
    function init(e:Event):void{ 
      var xmlDoc:XMLDocument = new XMLDocument();
      xmlDoc.ignoreWhite = true;
      var datasXML:XML = XML(xmlLoader.data);
      xmlDoc.parseXML(datasXML.toXMLString());
    This program would be a quiz. First I would like to write out the first data: Question with the appropriate Answers. If the player's answer is correct, the program would show the second set.  Thanks in advance!
    Here is my PHP code:
    <?php
    require("db.php");
    $sql = "SELECT * FROM kerdesvalasz";
    $result = mysql_query($sql) or die(mysql_error());
    echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
    echo "<datas>";
    while($row = mysql_fetch_array($result))
      echo '<data>';
      echo '<question>'.$row['kerdes'].'</question>';
      echo '<answer1>'.$row['valasz1'].'</answer1>';
      echo '<answer2>'.$row['valasz2'].'</answer2>';
      echo '<answer3>'.$row['valasz3'].'</answer3>';
      echo '<answer4>'.$row['valasz4'].'</answer4>';
      echo '<correct>'.$row['helyes'].'</correct>';
      echo '</data>';
    echo "</datas>";
    ?>

    Hi Taly,
    Florian is right, you need to knwo / set a maximum columns ( i assumed he actually mean column) so that content being displayed will be visible on form.
    I would suggest you to reaccess to your solution again if this design and think what if you have 999 columns, how do you want to display the content in form .
    I would suggest to transpose your content to display as row in form, and let the content to flow.
    This should solve your issue.
    Hope this helps.
    regards,
    Xiang Li

  • Oracle RAC 2 node architecture-- Node -2 always gets evicted

    Hi,
    I have Oracle RAC DB with simple 2 node architecture( Host RHEL5.5 X 86_64) . The problem we are facing is, whenever there is network failure on either of nodes, always node-2 gets evicted (rebooted). We do not see any abnormal errors on alert.log file on both the nodes.
    The steps followed and results are:
    **Node-1#service network restart**
    **Result: Node-2 evicted**
    **Node-2# service network restart**
    **Result: Node-2 evicted**
    I would like to know why node-1 never gets evicted even if the network is down or restarted on node-1 itself?? Is this normal.
    Regards,
    Raj

    Hi,
    Please find the output below:
    2011-06-03 16:36:02.817: [    CSSD][1216194880]clssnmPollingThread: node prddbs02 (2) at 50% heartbeat fatal, removal in 14.120 seconds
    2011-06-03 16:36:02.817: [    CSSD][1216194880]clssnmPollingThread: node prddbs02 (2) is impending reconfig, flag 132108, misstime 15880
    2011-06-03 16:36:02.817: [    CSSD][1216194880]clssnmPollingThread: local diskTimeout set to 27000 ms, remote disk timeout set to 27000, impending reconfig status(1)
    2011-06-03 16:36:05.994: [    CSSD][1132276032]clssnmvSchedDiskThreads: DiskPingMonitorThread sched delay 760 > margin 750 cur_ms 1480138014 lastalive 1480137254
    2011-06-03 16:36:07.493: [    CSSD][1226684736]clssnmSendingThread: sending status msg to all nodes
    2011-06-03 16:36:07.493: [    CSSD][1226684736]clssnmSendingThread: sent 5 status msgs to all nodes
    2011-06-03 16:36:08.084: [    CSSD][1132276032]clssnmvSchedDiskThreads: DiskPingMonitorThread sched delay 850 > margin 750 cur_ms 1480140104 lastalive 1480139254
    2011-06-03 16:36:09.831: [    CSSD][1216194880]clssnmPollingThread: node prddbs02 (2) at 75% heartbeat fatal, removal in 7.110 seconds
    2011-06-03 16:36:10.122: [    CSSD][1132276032]clssnmvSchedDiskThreads: DiskPingMonitorThread sched delay 880 > margin 750 cur_ms 1480142134 lastalive 1480141254
    2011-06-03 16:36:11.112: [    CSSD][1132276032]clssnmvSchedDiskThreads: DiskPingMonitorThread sched delay 860 > margin 750 cur_ms 1480143124 lastalive 1480142264
    2011-06-03 16:36:12.212: [    CSSD][1132276032]clssnmvSchedDiskThreads: DiskPingMonitorThread sched delay 950 > margin 750 cur_ms 1480144224 lastalive 1480143274
    2011-06-03 16:36:12.487: [    CSSD][1226684736]clssnmSendingThread: sending status msg to all nodes
    2011-06-03 16:36:12.487: [    CSSD][1226684736]clssnmSendingThread: sent 5 status msgs to all nodes
    2011-06-03 16:36:13.840: [    CSSD][1216194880]clssnmPollingThread: local diskTimeout set to 200000 ms, remote disk timeout set to 200000, impending reconfig status(0)
    2011-06-03 16:36:14.881: [    CSSD][1205705024]clssgmTagize: version(1), type(13), tagizer(0x494dfe)
    2011-06-03 16:36:14.881: [    CSSD][1205705024]clssgmHandleDataInvalid: grock HB+ASM, member 2 node 2, birth 21
    2011-06-03 16:36:17.487: [    CSSD][1226684736]clssnmSendingThread: sending status msg to all nodes
    2011-06-03 16:36:17.487: [    CSSD][1226684736]clssnmSendingThread: sent 5 status msgs to all nodes
    2011-06-03 16:36:22.486: [    CSSD][1226684736]clssnmSendingThread: sending status msg to all nodes
    2011-06-03 16:36:22.486: [    CSSD][1226684736]clssnmSendingThread: sent 5 status msgs to all nodes
    2011-06-03 16:36:23.162: [ GIPCNET][1205705024]gipcmodNetworkProcessRecv: [network] failed recv attempt endp 0x2eb80c0 [0000000001fed69c] { gipcEndpoint : localAddr 'gipc://prddbs01:80b3-6853-187b-4d2e#192.168.7.1#33842', remoteAddr 'gipc://prddbs02:gm_prddbs-cluster#192.168.7.2#60074', numPend 4, numReady 1, numDone 0, numDead 0, numTransfer 0, objFlags 0x1e10, pidPeer 0, flags 0x2616, usrFlags 0x0 }, req 0x2aaaac308bb0 [0000000001ff4b7d] { gipcReceiveRequest : peerName '', data 0x2aaaac2e3cd8, len 10240, olen 0, off 0, parentEndp 0x2eb80c0, ret gipc
    2011-06-03 16:36:23.162: [ GIPCNET][1205705024]gipcmodNetworkProcessRecv: slos op : sgipcnTcpRecv
    2011-06-03 16:36:23.162: [ GIPCNET][1205705024]gipcmodNetworkProcessRecv: slos dep : Connection reset by peer (104)
    2011-06-03 16:36:23.162: [ GIPCNET][1205705024]gipcmodNetworkProcessRecv: slos loc : recv
    2011-06-03 16:36:23.162: [ GIPCNET][1205705024]gipcmodNetworkProcessRecv: slos info: dwRet 4294967295, cookie 0x2aaaac308bb0
    2011-06-03 16:36:23.162: [    CSSD][1205705024]clssgmeventhndlr: Disconnecting endp 0x1fed69c ninf 0x2aaab0000f90
    2011-06-03 16:36:23.162: [    CSSD][1205705024]clssgmPeerDeactivate: node 2 (prddbs02), death 0, state 0x80000001 connstate 0x1e
    2011-06-03 16:36:23.162: [GIPCXCPT][1205705024]gipcInternalDissociate: obj 0x2eb80c0 [0000000001fed69c] { gipcEndpoint : localAddr 'gipc://prddbs01:80b3-6853-187b-4d2e#192.168.7.1#33842', remoteAddr 'gipc://prddbs02:gm_prddbs-cluster#192.168.7.2#60074', numPend 0, numReady 0, numDone 0, numDead 0, numTransfer 0, objFlags 0x1e10, pidPeer 0, flags 0x261e, usrFlags 0x0 } not associated with any container, ret gipcretFail (1)
    2011-06-03 16:36:32.494: [    CSSD][1226684736]clssnmSendingThread: sent 5 status msgs to all nodes
    2011-06-03 16:36:37.493: [    CSSD][1226684736]clssnmSendingThread: sending status msg to all nodes
    2011-06-03 16:36:37.494: [    CSSD][1226684736]clssnmSendingThread: sent 5 status msgs to all nodes
    2011-06-03 16:36:40.598: [    CSSD][1216194880]clssnmPollingThread: node prddbs02 (2) at 90% heartbeat fatal, removal in 2.870 seconds, seedhbimpd 1
    2011-06-03 16:36:42.497: [    CSSD][1226684736]clssnmSendingThread: sending status msg to all nodes
    2011-06-03 16:36:42.497: [    CSSD][1226684736]clssnmSendingThread: sent 5 status msgs to all nodes
    2011-06-03 16:36:43.476: [    CSSD][1216194880]clssnmPollingThread: Removal started for node prddbs02 (2), flags 0x20000, state 3, wt4c 0
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmDoSyncUpdate: Initiating sync 178830908
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssscUpdateEventValue: NMReconfigInProgress val 1, changes 57
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmDoSyncUpdate: local disk timeout set to 27000 ms, remote disk timeout set to 27000
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmDoSyncUpdate: new values for local disk timeout and remote disk timeout will take effect when the sync is completed.
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmDoSyncUpdate: Starting cluster reconfig with incarnation 178830908
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmSetupAckWait: Ack message type (11)
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmSetupAckWait: node(1) is ALIVE
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmSendSync: syncSeqNo(178830908), indicating EXADATA fence initialization complete
    2011-06-03 16:36:43.476: [    CSSD][1237174592]List of nodes that have ACKed my sync: NULL
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmSendSync: syncSeqNo(178830908)
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmWaitForAcks: Ack message type(11), ackCount(1)
    2011-06-03 16:36:43.476: [    CSSD][1247664448]clssnmHandleSync: Node prddbs01, number 1, is EXADATA fence capable
    2011-06-03 16:36:43.476: [    CSSD][1247664448]clssscUpdateEventValue: NMReconfigInProgress val 1, changes 58
    2011-06-03 16:36:43.476: [    CSSD][1247664448]clssnmHandleSync: local disk timeout set to 27000 ms, remote disk timeout set t:
    2011-06-03 16:36:43.476: [    CSSD][1247664448]clssnmQueueClientEvent: Sending Event(2), type 2, incarn 178830907
    2011-06-03 16:36:43.476: [    CSSD][1247664448]clssnmQueueClientEvent: Node[1] state = 3, birth = 178830889, unique = 1305623432
    2011-06-03 16:36:43.476: [    CSSD][1247664448]clssnmQueueClientEvent: Node[2] state = 5, birth = 178830907, unique = 1307103307
    2011-06-03 16:36:43.476: [    CSSD][1247664448]clssnmHandleSync: Acknowledging sync: src[1] srcName[prddbs01] seq[73] sync[178830908]
    2011-06-03 16:36:43.476: [    CSSD][1247664448]clssnmSendAck: node 1, prddbs01, syncSeqNo(178830908) type(11)
    2011-06-03 16:36:43.476: [    CSSD][1240850064]clssgmStartNMMon: node 1 active, birth 178830889
    2011-06-03 16:36:43.476: [    CSSD][1247664448]clssnmHandleAck: src[1] dest[1] dom[0] seq[0] sync[178830908] type[11] ackCount(0)
    2011-06-03 16:36:43.476: [    CSSD][1240850064]clssgmStartNMMon: node 2 active, birth 178830907
    2011-06-03 16:36:43.476: [    CSSD][1240850064]NMEVENT_SUSPEND [00][00][00][06]
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmSendSync: syncSeqNo(178830908), indicating EXADATA fence initialization complete
    2011-06-03 16:36:43.476: [    CSSD][1240850064]clssgmUpdateEventValue: CmInfo State val 5, changes 190
    2011-06-03 16:36:43.476: [    CSSD][1237174592]List of nodes that have ACKed my sync: 1
    2011-06-03 16:36:43.476: [    CSSD][1240850064]clssgmSuspendAllGrocks: Issue SUSPEND
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmWaitForAcks: done, msg type(11)
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmSetMinMaxVersion:node1 product/protocol (11.2/1.4)
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmSetMinMaxVersion: properties common to all nodes: 1,2,3,4,5,6,7,8,9,10,11,12,13,14
    2011-06-03 16:36:43.476: [    CSSD][1237174592]clssnmSetMinMaxVersion: min product/protocol (11.2/1.4)
    2011-06-03 16:36:43.476: [    CSSD][1240850064]clssgmQueueGrockEvent: groupName(IG+ASMSYS$USERS) count(2) master(1) event(2), incarn 22, mbrc 2, to member 1, events 0x0, state 0x0
    2011-06-03 16:36:43.477: [    CSSD][1237174592]clssnmSetMinMaxVersion: max product/protocol (11.2/1.4)
    2011-06-03 16:36:43.477: [    CSSD][1237174592]clssnmNeedConfReq: No configuration to change
    etc.etc....
    Let me know if any other logfile required. No unususal messages on /var/log/messages.
    Regards,
    Raj

  • From which infotype we get details about empoyee group ,subgroup company co

    From which infotype we get details about empoyee group ,subgroup company code.  based on the selected job position for new employee.

    Hi Aruna,
    If i can understand your question better, when we do the hiring how to fetch the default EG/ESG/Co.Code/PSA etc....based on the input of position...
    When you create position in OM; also create
    1. Infotype 1008 - Account assignment - To Fetch Co. Code, PA, PSA, Controlling area
    2. Inotype 1013 - EG/ESG - To Fetch Emp Group/Emp SubGroup
    Now when you run the hiring action, on IT0000, input the position and hit an enter key...this will call the related values (if integration is active).
    Good Luck !!!!
    Kumarpal Jain.

  • Vendor Get Details

    Hii,
    Is there any Function Module or Bapi for getting details of a vendor.
    Other than this three functional module
    1) read_lfa1
    2) read_lfb1
    3) vendor_read
    Regards
    Hiren K.Chitalia

    Hi again,
    1. BBP_VENDOR_GET_DATA2
    2. use this FM.
    3. In tables prameters, 
       there is ITAB_ID_LIST (with only one field LIFNR)
    4. In that put one record of the
       vendor u want.
    5. then execute the FM.
    6. u will get your data in
       the following different tables
    ITAB_LFA1
    ITAB_LFBK
    ITAB_LFM1
    ITAB_ADRC
    ITAB_ADRP
    ITAB_ADR2
    ITAB_ADR3
    ITAB_ADR6
    ITAB_IF_IBU
    ITAB_IF_CF
    regards,
    amit m.

  • SAP_WAPI_GET_OBJECTS: How to get detailed values

    Hi experts,
    I am using BAPI SAP_WAPI_GET_OBJECTS to get container information within my Java Web Dynpro Application. This RFC (BAPI) contains some information about the used Business Object with the given Import-Parameter and some other general values (in TABLE Output Objects and Objects2) but I also need the dependent values from this Business Object. For example, I use BUS1001with a material number as input in order to get detailed information like material group and other values in that container.
    How can I retrieve that in BAPIs (RFC) in order to use it in Web Dynpro? Are there some other existing BAPIs, I can use to get these information?
    Best regards,
    Frank

    Hi,
    If you need just few attributes from the business object(s), it might be easier to just bind them from the business object to the task container. Then you can read the container with SAP_WAPI_READ_CONTAINER.
    If you want to really instantiate the business objects, you need to develop your own RFC enabled function. And even then it might be finally easier (inside your custom function) to get your needed business data by using some other BAPIs or even direct SELECTs from database with your key fields.
    REgards,
    KArri

  • How to get detail technical information?

    Dear All
    Kindly let me know from where i can get detail technical and business information for implementing MES at any manufacturing client.
    Thanks and Regards

    Hi,
    Here is the link to SAP ME documentation at SMP:
    https://websmp209.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000722058
    Regards,
    Sergiy

  • Click on chart values to get details

    Hi,
    We have a requirement where we need to click on chart series and get details for same, e.g if there are different employee groups showing totals in a graph, we need to be able to click on the total in chart and get detail for same.
    Regards

    Hi Najeeb,
    RaviChandra is correct this can be achieved using the report -to - report functionality.
    use transaction code: RSBBS. There you can connect two queries.
    Once you have the connection set up, the user will be able to right click on 1st query -> Goto-> Second query will appear in the options.
    check the link below
    [http://help.sap.com/saphelp_nw70/helpdata/en/44/63ebb8896a311de10000000a155369/content.htm]

  • Was able to download and install Premier but can't install Photoshop Elements - getting multiple error messages (pirated software, etc).  Any ideas?

    Was able to download and install Premier but can't install Photoshop Elements - getting multiple error messages (pirated software, etc).  Any ideas?

    download from adobe.com or prodesigntools.com.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3 | 2.7(win),2.7(mac)
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.
    window using the Lightroom 3 link to see those 'Important Instructions'.

  • Is there a wat to get detailed info on numbers dialed and received?  Seems my phone only stores apx. 2 months of that data. Thanks

    Is there a way to get detailed info on numbers dialed and received?  Seems my phone stores about 2 months of this information. Thanks.

        Hi there, molsoniceman! You certainly can get call details. The best place to collect that info is through My Verizon Online (http://bit.ly/xB4iTc ). If you're already registered as an Account Member or Account Owner, please log in and review your detailed billing statements. It should show the dates, times, phone numbers, and call duration for all calls within specific billing cycles. Your last 18 months of statements should be available for your review!
    DionM_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • Get Details Of Sales contracts

    Hello All,
    we need to extract all sales contracts from old system. Is there any standard program/BAPI/Function module to get details of Sales contracts? i could not find any BAPI to get details..
    Regards,
    Krishna.

    Thanks Mujib,
    I need details of Sales contracts..
    BAPI_CONTRACT_GETDETAIL is for Purchase contracts..
    Thanks,
    Krishna.

  • Where can I get details on JDBCPool error (WARN) messages?

    Where can I get details on JDBCPool error (WARN) messages?
    2007-05-02 10:13:07,431 1986526969 WARN com.sct.workflow.util.jdbcpool.JDBCPool verifyConnection.295 - JDBC Connection has failed
    verification.
    2007-05-02 10:13:07,432 1986526970 WARN com.sct.workflow.util.jdbcpool.JDBCPool$1 run.258 - JDBC connection has failed. Removing
    from available pool.
    Thanks,
    Glen

    I received no replies to this question. That may indicate that it is an application message.

Maybe you are looking for

  • Constant HDD access (K8N Neo4 Platinum)

    Hello all, this is my first time posting on these forums. A couple of days ago I put together a new system for myself, with the following components: * Athlon64 3200+ processor * MSI K8N Neo4 Platinum motherboard * 1Gb RAM * Gigabyte 128Mb GeForce 66

  • Scess is not picking up in J1IIN

    HI, We recently implented India budget changes, i.e Scess 2% to 3%. In few invoices( Related Exports,Goodwill) though all the relevant Scess condition types calculated as 1% with value, but its not pciking up in J1IIN. Under J1IIN AED/BED ECS was pic

  • N95-1: MAJOR Firmware-upgrade - v21.0.016

    It's already available at my local "Nokia Service Point", overhere in Holland . . . But when will it be available via the "Nokia Software Updater"? Greeeetzzz, Henk. RM-159 / Nokia N95-1 (8Gb) V 21.0.016 (02.01) / 14-02-08

  • Different runtime in different database

    Hi All, I have one issue which I am doubt about. I have 2 similar user schemas, located in the different database (both are 10G) . I tried to run my SQL query in these 2 user schemas. One of them can run successfully while the another one is hanging

  • Nokia 6300 corrupt theme

    hi i have my nokia 6300 for a year now and i always download new themes for my phone. but last week as i was changing to another theme, my phone suddenly restarted, then when i was applying a theme it said the theme was corrupted. i tried applying th