Value Mapping Insert Error

Hi
I am sendind an item value mapping from R3 to XI and I get this error:
<ns:ValueMappingReplicationFault xmlns:ns="http://sap.com/xi/XI/System">
- <standard>
  <faultText>A value is missing for content of Identifier in item 0.</faultText>
- <faultDetail>
  <text />
  <id>7</id>
  </faultDetail>
  </standard>
- <addition>
  <ItemNr>0</ItemNr>
- <Item>
  <Operation>Insert</Operation>
  <GroupID>037dd9b01a3111da8abef522ac127968</GroupID>
  <Context>http://sap.com/xi/XI</Context>
  <Identifier scheme="BS_PEPE" agency="Company" />
  </Item>
  </addition>
  </ns:ValueMappingReplicationFault>
The code in R3 is this one
REPORT  Z_XI_REPLICATE_VALUE_MAPPING.
data: My_ZCO_MI_CONSULTA_SERIAL type ref to
                CO_SVMR_VALUE_MAPPING_REP_SYNC,
      in type SVMR_VALUE_MAPPING_REP_RESP,
      out type SVMR_VALUE_MAPPING_REPLICATION,
      vIdentifier type SVMR_VALUE_MAPPING_IDENTIFIER,
      vItem type SVMR_VALUE_MAPPING_REP_ITEM,
      vItemLst type SVMR_VALUE_MAPPING_REP_TAB,
      vList type SVMR_VALUE_MAPPING_REP_LIST,
      lo_sys_exception   TYPE REF TO cx_ai_system_fault.
try.
    create object My_ZCO_MI_CONSULTA_SERIAL.
    vIdentifier-scheme = 'BS_PEPE'.
    vIdentifier-agency = 'Company'.
    vIdentifier-value = '122'.
    vItem-Group_id = '037dd9b01a3111da8abef522ac127968'.
    vItem-operation = 'Insert'.
    vItem-context = 'http://sap.com/xi/XI'.
    vItem-Identifier = vIdentifier.
    append vItem to vItemLst.
    vList-item = vItemLst.
    out-VALUE_MAPPING_REPLICATION = vList.
    call method My_ZCO_MI_CONSULTA_SERIAL->EXECUTE_SYNCHRONOUS
      EXPORTING
        output = out
      IMPORTING
        input  = in.
  CATCH cx_ai_system_fault INTO lo_sys_exception.
    write: /'Error Text   --> ',lo_sys_exception->errortext.
    write: /'Error Code   --> ',lo_sys_exception->code.
    exit.
ENDTRY.
write: /'ESN_STATUS --> ',in-STATUS.
The message sent to XI and I see in the sxmb_moni in R3 is this one
<?xml version="1.0" encoding="utf-8" ?>
- <nr1:ValueMappingReplication xmlns:nr1="http://sap.com/xi/XI/System">
- <Item>
  <Operation>Insert</Operation>
  <GroupID>037dd9b01a3111da8abef522ac127968</GroupID>
  <Context>http://sap.com/xi/XI</Context>
  <Identifier scheme="BS_PEPE" agency="Company">122</Identifier>
  </Item>
  </nr1:ValueMappingReplication>
When I try to delete a Group it works but not when I want to insert an individual item.
What am I doing wrong?
Thanks
Regards

Hi
There is a field call CONTROLLER with this structure:
FIELD     FIELDNAME     CHAR     30     0     Field Name
VALUE     PRX_CONTR     CHAR     1     0     Field Control in XML Data Stream (=> Type Group SAI)
But in SAP documentacion does not say any references to this field and how to fill them.
I am asbolute sure I filled all the mandatory fields.
Thanks
Regards

Similar Messages

  • Value Mapping Replication : Error  Category: XIServer

    Hi All,
    I'm doing a value mapping replication. Have configured the interface proxy-pi (Async) and the message is transferred to pi with no issues but in pi the message is logged with the following error as in payload:
    >Error while receiving by HTTP (error code: 200, error text: Error Parsing Response. No XI Response Received
    Link to payload > [http://www.esnips.com/web/SAPIssues ]
    tried various cases yet the issue remains the same. any helpful tip on this?
    thanks
    Prabhu

    Error in RWB: To be  delivered
    Error in moni: Payload as posted in the thread (refer link)
    Error in SMQ2: User column:XIISUSER statustext column: Command to tRFC/qRFC: Execute LUW again

  • Backing Map Insert Error

    Hi.
    I'm trying to make an insert into the backing map of another cache inside the EntryProcessor, but get the following error: An entry was inserted into the backing map for the partitioned cache "another-cache" that is not owned by this member; the entry will be removed.
    So, EP is invoked against one cache, but the insert inside it occurs to a different cache.
    Here is the code for it, please let me know what can fix the error above:
         public Object process(InvocableMap.Entry entry)
         BackingMapManagerContext ctx = ((BinaryEntry) entry).getContext();
         BackingMapManagerContext ctx2 = ctx.getBackingMapContext("another-cache").getManagerContext();
    Map childCache = ctx.getBackingMapContext("another-cache").getBackingMap();
    childCache.put(ctx2.getKeyToInternalConverter().convert(KeyObject), ctx2.getValueToInternalConverter().convert(ValueObject));
         }

    Hi,
    I'm trying to make an insert into the backing map of another cache inside the EntryProcessor, but get the following error: An entry was inserted into the backing map for the partitioned cache "another-cache" that is not owned by this member; the entry will be removed.
    So, EP is invoked against one cache, but the insert inside it occurs to a different cache.
    Here is the code for it, please let me know what can fix the error above:
         public Object process(InvocableMap.Entry entry)
         BackingMapManagerContext ctx = ((BinaryEntry) entry).getContext();
         BackingMapManagerContext ctx2 = ctx.getBackingMapContext("another-cache").getManagerContext();
    Map childCache = ctx.getBackingMapContext("another-cache").getBackingMap();
    childCache.put(ctx2.getKeyToInternalConverter().convert(KeyObject), ctx2.getValueToInternalConverter().convert(ValueObject));
         }The reason for the error is that the owner of the key "KeyObject" is not the same node as the owner of the entry "entry". If you want to implement it then you need to define the "DataAffinity" between the objects of both your caches so they are collocated on the same node.
    HTH
    Cheers,
    _NJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • XI Value Mapping Replication JPR Error

    Hello together,
    I am trying to insert items from a csv-file into XI Value Mapping by using the XI adapter. Mapping and configuration is finished, the file is picked by file-adapter and comes through the mapping. In the SXMB_MONI the message is processed correctly, but in the RWB I get the following error:
    "Runtime exception during XML parsing: Error parsing document. Exception: Generic Exception: com.sap.aii.proxy.xiruntime.core.XmlProxyRuntimeException: InvocationTargetException when calling method com.sap.xi.xI.system.ValueMappingReplicationItem_Type$Operation_Type.fromValue: insert is not among the enumerated values."
    Do you have any idea, what the problem is?
    Thank you very much in advance!
    Kind regards,
    Fred

    What is the receving adapter?
    It would be worth extending the trace file to get a better handle on the error.
    Traces are used to analyze runtime errors.  By setting a specific trace level for specific locations, you can analyze the behavior of individual code segments at class and method level.  This is done with the help of the log configurator service:
    &#61680;     Services
    &#61680;     Log Configurator
    &#61680;     Locations
    &#61680;     Choose the location (Java package) and the tracing level (severity)
    (for example, com.sap.aii.adapter.file)
    &#61680;     Root Location > com > sap > aii > File
    &#61680;     Set the severity and choose Copy Severity to Subtree.
    Depending on what adapter you are using, determines the root location.
    Do this then run the interface again.  The trace file will provide the specific error causing the problem.

  • Error in Value Mapping Replication

    Hi
    I am trying to upload a flat file  to value mapping table using the standard interface given by SAP. I am getting the error ' HTTP_RESP_STATUS_CODE_NOT_OK' in message monitoring.
    I have already registered the interface on the proxy and is successful and created adapter on reciever side for java proxy as stated in the documentaion. on the reciever side I craeted a business service as reciever of interface 'ValueMappingReplication' and communication channel that I created for java proxy input.
    Any thing I am missing ? Any help willl be appriciated.
    Thanx & regards
    Vinod ahir

    Check if you have trailing spaces in the communication channel. If so, remove them.
    Check the port number of the URL which leads to the Java Proxy. It has to be the J2EE port.
    Regards
    Stefan

  • How to insert bulk values in value mapping table at a time.

    Hi all,
    I hv one issue in value mapping i.e,
    I hv some bulk data in MS- Excel, i am unable to copy all the date from ecel to value mapping table.
    SO, How can i insert bulk values in my value mapping table at a time.
    plz, help me in this asap.
    Regards,
    Mahesh

    hai mahesh check the below links,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1f42d490-0201-0010-6d98-b18a00b57551
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/83086a1d-0e01-0010-2797-f1ce7f8f562d
    note:reward points if solution found helpfull.....
    regards
    chandrakanth.k

  • Error - 403 - Value mapping replication - not authorized

    Hello Experts,
    I tried to implement the value mapping replication in PI 7.1as per the below article.
    "http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e07dd2ae-f783-2c10-9aa6-ca69f67dd20f"
    As given in the article i have configured everything in Integration Directory.
    I have tried the same thing but getting the following error in "call adapter step" after sending the XML from soap client.
    "&lt;b&gt;&amp;nbsp;&amp;nbsp;You are not authorized to view the requested resource.&lt;/b&gt;"
    I am able to find 2 error messages in SXMB_MONI.
    i think this is an issue with user details in XI channels.
    Please let me know what is the issue,user we have to give in XI receiver channel andwhat ROLE one should have to test the scenario.
    Many thanks.
    Regards,
    Harish

    Hi Hareesh,
    Can you try to use the RFC/ communication user in the communication channel and try?
    Please check the authentication type also, check if you will require non-sap type or sap type.
    Thanks,
    Hetal

  • Value Mapping Error : valueMapping.rb_ValueMapException.NO_GROUPID

    Hi,
    There is a error log in the java Engine for the value mapping, but then the value mapping still working fine.
    Error During value mapping
    Thrown:
    MESSAGE ID: com.sap.aii.ibrun.server.valueMapping.rb_ValueMapException.NO_GROUPID
    com.sap.aii.ibrun.server.valueMapping.DBValMapPersistor$NoGuidException: Context = http://sap.com/xi/XI, agency = ListOfSite, scheme = http://xyz.com:abc_site, and value = 9010 not found
    at com.sap.aii.ibrun.server.valueMapping.DBValMapPersistor.getGroupIdEx(DBValMapPersistor.java:689)
    at com.sap.aii.ibrun.server.valueMapping.DBValMapPersistor.findMappings(DBValMapPersistor.java:569)
    at com.sap.aii.ibrun.server.valueMapping.DBValMapPersistor.findMappings(DBValMapPersistor.java:616)
    at com.sap.aii.ibrun.server.valueMapping.ValueMappingService.execute(ValueMappingService.java:118)
    at com.sap.aii.ibrun.server.valueMapping.ValueMappingService.executeMapping(ValueMappingService.java:50)
    Please advise ?
    Regards
    FL.

    Hello
    Please check the solution in the SAP note #1476480 Context usage for Value Mapping Replication Interface. Also check if there area any errors with the Value Mapping cache in RWB -> Cache Monitoring.
    Regards
    Mark

  • Value Mapping Replication - Issue - Authorization Error

    Hi all,
    I am trying to do value mapping replication of the data from a table in ECC system using an outbound proxy on ECC and ASync Inbound interface  on XI - valuemappingreplication.
    Steps followed:
    1. Created Table Stucture and did write a report to extract the data from the table in ECC to send the data through Outbound proxy.
    2.Followed this blog - Value Mapping replication
    When tried to execute the scenario after all the steps in the above blog, we have an error in sxmb_moni saying that the authentication failed. I used pisuper, pidiruser in the receiver communication channel
    3.Generated a Java Proxy for the valuemappingreplication interface.
    4.Tried to deploy the .jar from the above step using SDM, I was not able to deploy it.
    reg
    Edited by: naveen chitluri on Jul 16, 2008 12:55 PM

    All,
    For the value mapping replication,
    I have tried to send the message to URL directly for RWB, Test Message in the Component Monitoring http://server:50400/MessagingSystem/receive/JPR/XI.
    I am getting an error saying that:
    Delivery of the message to the application using connection JPR failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Interface urn:flatfile:to:flatfile#MI_EMP_FILE_ASYNC_OUT not registered: com.sap.aii.proxy.xiruntime.core.XmlRecoverableException: Interface urn:flatfile:to:flatfile#MI_EMP_FILE_ASYNC_OUT not registered
    Can anyone throw some light on this.
    reg

  • 401 - Unauthorized error in Value Mapping Replication scenario

    Hi,
    I'm trying to push some Value Mapping replication data from one of the clients (which is a non-Integration Server) of XI system to IS. When I execute the program which calls the outbound proxy, the XI message fails with the error HTTP_RESP_STATUS_CODE_NOT_OK 401 Unauthorised.
    As given in SAP help, I registered the inbound java proxies and generated the outbound proxies. I confiured the receiver channel with path /MessagingSystem/receive/JPR/XI. In authentication data, I tried several users such as XISUPER, XIAPPLUSER, XIISUSER..Still I get the same error.
    What is missing/wrong?
    Thanks in advance
    Praveen Sirupa

    Hi Praveen,
    Could you pls do the following...just for verification....
    enter the url http://<was_server>:5<sysnr>00/MessagingSystem/receive/JPR/XI
    and when it asks for authentication give the XIAPPLUSER and password...you should get an xml that looks like this...
      <?xml version="1.0" encoding="UTF-8" ?>
    - <scenario>
      <scenname>MSG_SCEN</scenname>
      <scentype>SERV</scentype>
      <sceninst>MSG_001</sceninst>
      <scenversion>001</scenversion>
    - <component>
      <compname>SERVLET</compname>
      <compdesc>Messaging System</compdesc>
      <comphost>localhost</comphost>
      <compinst>MSG_001</compinst>
    - <message>
      <messalert>OKAY</messalert>
      <messseverity>100</messseverity>
      <messarea>QR</messarea>
      <messnumber>801</messnumber>
      <messparameter>na</messparameter>
      <messtext>MessagingServlet is active.</messtext>
      </message>
      </component>
      </scenario>
    Thanks,
    Renjith

  • Value Mapping error

    Hi Experts
    While testing Value Mapping we are getting following error in trace
    Trace level="1" type="T">Key mapping from some information----
      has not been performed</Trace>
      <Trace level="1" type="T">*** END APPLICATION TRACE ***</Trace>
    Regards
    Abhishek Mahajan

    Hi,
    please, check source and receiver schema and agency. its key sensitive. also make sure that the value you are sending is loaded in the value mapping table.
    PI 7.1 support test mapping using Value mapping.
    also see this
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00ee347e-aabb-2a10-b298-d15a1ebf43c5
    let me know
    Rodrigo

  • Raising error from Value Mapping

    All,
    We are using value mapping for a particular field in our messages. The value mapping table does have entries for most of the entries.
    Is there a way to raise an error - when the runtime gets a value that is not defined in the value mapping table?
    Thanks.

    Let me also explain what we are trying to do. probably that will help in getting a better or easier solution.
    we are using the value mapping mass replication, where in we get the whole translation table into the cache and use it in our application. This table is pushed from R/3 using a report/proxy.
    http://help.sap.com/saphelp_nw04/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/frameset.htm
    I was worried that what will happen, if for some reason the cache is cleared during a restart or something. All the value mappings will fail - till the time the data is sourced again from the R/3 system - right? (we are currently having the R/3 proxy push the translation data every 12 hours or so, but was worried about the time in between).
    Thanks.

  • What values in EBM Header maps to error notification entry in AIA console

    Hi Guys,
    Can any one tell me which values of EBM Header maps to error notification entry in AIA console for sending notification to user created ?
    What elements in EBM Header maps to this fields *(SYSTEM CODE, ERROR CODE, SERVICE NAME, and PROCESS_NAME)* in Error notification in AIA Console for sending notification to a particular user other than AIAIntegrationAdmin?

    Hi Gerhard,
    I tried to send notification using feature available in AIA FP whenever remote and binding fault happened to user SysAdmin creatred in Admin console under user & groups.
    I have done the below configuration
    1. Made entry in AIA console under error notification (Error code : blank service name: SampleBpel system code : sys process name: SampleBpel Role: SysAdmin FYIRole: SysAdmin).
    2. configured email driver properties and work flow notification properties.
    3. made entry in http://localhost:7001/sdpmessaging/userprefs-ui/ with user logged in SysAdmin and entered mail-id.
    4. Populated EBM Header with the below values
    <part name="AIAFault">
    <Fault>
    <EBMReference>
    <BusinessScopeReference>
    <InstanceID>SampleBpel</InstanceID>
    </BusinessScopeReference>
    <SenderReference>
    <ID>SYS</ID>
    <ObjectCrossReference/>
    <Application/>
    </SenderReference>
    </EBMReference>
    <B2BMReference/>
    <FaultNotification>
    <FaultMessage>
    <Code/>
    <Text></Text>
    <Stack></Stack>
    <IntermediateMessageHop/>
    </FaultMessage>
    <FaultingService>
    <ID>SampleBpel</ID>
    <ImplementationCode>BPEL</ImplementationCode>
    <InstanceID>10011</InstanceID>
    <ExecutionContextID>480626c0ac4cb5bd:-64972e88:13bb690ac70:-8000-0000000000010746</ExecutionContextID>
    </FaultingService>
    </FaultNotification>
    </Fault>
    </part>
    5.Included fault-policies and fault-bindings.xml in project.
    when testing the project with negative scenario generates the remote fault. I am able to see fault data i.e EBM Header in AIAReadJMSNotificationProcess.
    But  it is unable to send notification for the user created (SysAdmin).
    It is showing the default user values
    Message ID (Recipient)     b89bc86bc0a805f10110c4aa3d93719f (USER:AIAIntegrationAdmin)
    Operation     Send
    Overall Status     Failed
    Status Code     ENGINE_PROCESSING_FAILURE
    Status Message     User could not be resolved to device addresses. Please see the log file for details.
    Timestamp     Dec 20, 2012 7:28:56 PM IST
    Gateway Message ID     
    Sender     
    Recipient     USER:AIAIntegrationAdmin
    Driver Instance Name     
    Engine     /Farm_base_domain/base_domain/AdminServer/usermessagingserver
    Application Name     soa-infra
    Application Instance Name     
    It is unable to send notification to the user   SysAdmin
    Can you provide solution how can i send notification to user created (SysAdmin)?
    what are the EBM Header values that need to be populated for sending notification to user created (SysAdmin)?

  • Error in Domain value mapping.

    Dear all,
    I was trying a simple file to file scenario using ESB with the Domain value mapping(DVM).
    I was trying to replace the incoming long state codes with the short keywords.
    I was using the DVM to configure the field to be changed in the XSL map.
    I have also configured tracking fields for Routing service and the Outbound adapter in the ESB Console.
    But after the instance the long names are not replaced with short keywords it come as blank in the place of names.
    In the ESB console the RS is tracking the fields and the outbound adapter not. I was using a simle text file which has two columns Andrew, Bangalore delimited by comma and optionally enclosed by space.
    Please help me.

    Thanks for the reply Chintan,
    Yes it is not working, I was doing the esb-customerdvm.pdf sample DVM as specified in the following link
    http://www.oracle.com/technology/products/integration/esb/files/esb-customerdvm.pdf
    My map also has three columns and I was the specifying Map name, Source column name as "Long" and the target column name as "Short" and the default value as "" in the lookup-dvm function in the XSL stylesheet.
    And I have also specified the trackable fields for the Routing service and the Outbound adapter in the ESB Console but after the instance only the RS shows the tracked data and the Outbound adapter doesnot and it shows Nodata.
    When I give the Input as the text file with columns Prasath, Chennai in the output file the Prasath is only coming what I expect is Chennai should be replaced by its short name CH but it is not coming like that.
    Here I also specify the coding of XSL Stylesheet map.
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
    <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
    <mapSources>
    <source type="WSDL">
    <schema location="DVMapsInput.wsdl"/>
    <rootElement name="Leaf" namespace="http://TargetNamespace.com/DVMapsInput"/>
    </source>
    </mapSources>
    <mapTargets>
    <target type="WSDL">
    <schema location="DVMapsOutput.wsdl"/>
    <rootElement name="Leaf" namespace="http://TargetNamespace.com/DVMapsInput"/>
    </target>
    </mapTargets>
    <!-- GENERATED BY ORACLE XSL MAPPER 10.1.3.3.0(build 070615.0525) AT [FRI MAY 23 12:31:40 IST 2008]. -->
    ?>
    <xsl:stylesheet version="1.0"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:pc="http://xmlns.oracle.com/pcbpel/"
    xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
    xmlns:imp1="http://TargetNamespace.com/DVMapsInput"
    xmlns:ns0="http://www.w3.org/2001/XMLSchema"
    xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/file/DVMapsInput/"
    xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/file/DVMapsOutput/"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:hdr="http://xmlns.oracle.com/pcbpel/adapter/file/"
    exclude-result-prefixes="xsl plt pc imp1 ns0 jca ns1 hdr tns bpws ehdr hwf xp20 xref ora ids orcl">
    <xsl:template match="/">
    <imp1:Leaf>
    <imp1:C1>
    <xsl:value-of select="/imp1:Leaf/imp1:C1"/>
    </imp1:C1>
    <imp1:C2>
    <xsl:value-of select='orcl:lookup-dvm("Citycode","Long",/imp1:Leaf/imp1:C2,"Short","")'/>
    </imp1:C2>
    </imp1:Leaf>
    </xsl:template>
    </xsl:stylesheet>
    Please help on this.
    Thanks.

  • Agency error on Value Mapping in 7.1.

    Hi,
    I'm facing a problem with value mapping using message mapping. The problem is that i can only choose as a Source/Target Agency the SenderParty/ReceiverParty but I can not use sender/receiver business system .
    Does anyone knows why? I'm using as Agencies the bussines system, so when I use the Party, the mapping program trhows an exeption.
    Thanks in advance,
    Ariel

    Ok, Problem Solved.
    I Used SenderService ; ReceiverService insead of SenderParty; ReceiverParty.
    Cheers,
    Ariel

Maybe you are looking for

  • Where can I get a free download of saplicense.exe?

    Where can I get a free download of saplicense.exe? saplicense is the SAP tool, that is mostly used for installing a new SAP license. This tool is command line based. In the easiest way, you just issue the following command: saplicense -install Then y

  • Creating a PDF from a series of files

    I am supposed to create a PDF of files , where do I start? 10.6.8

  • Where do I get 64bit firefox builds? where do I get older firefox versions?

    This is really frustrating. After installing Iceweasel 20 from my distribution it no longer restores previous session on startup. My distribution no longer carries firefox 18 which was the previous version. It carries a version of iceweasel 10 which

  • Recursive node mapping

    Hi everybody, i would like to ask if it is posiible to map context node with recursive node from controller to view. I try to do that by the recursive subnode is disabled. When that is not possible can that any one explain why? Regards Bogdan

  • Google wont auto fill and when I click on wedsites I get bogus sites. how do I fix

    when doing a google search it doesn't start searching as I type and when I do a search I sometimes get bogus sites when clicking on good links. I did a search for air tran airlinea and when I clicked on their home page I got a site called travel budd