Map ID problems

Hi Folks,
I need to create Map IDs to new topics. The ID and updated hm
file were provided by the developer. I did the following steps:
1. Under Project, right-click Alias and click New Alias.
2. In the alias box, click type to ID as found in the hh or
hm file, or click the folder icon to select the unused ID from the
list.
3. In the topic box, select the topic to which you want to
link the ID.
4. Click OK.
When I generate the help, the new topics aren't linked
correctly to their relevant screens. The developer says this is a
problem with the Map IDs. When I look at the Map IDs in the project
pane I see a 'sunglasses' symbol/ icon beside the new topics, as
opposed to a question mark beside the other topics.
Does anyone know what the sunglasses signify? Is my problem
familiar to anyone?
Thanks,
Niall.

Hello,
Niall, did you ever receive any replies? I am having the same
issue and haven't found any help for it.
Thanks,
Carma

Similar Messages

  • Installing ios8.2 does not resolve Google map navigation problem or gps tracking!

    Installing ios 8.2 does not resolve Google map navigation problem.

    I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
    This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
    Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

  • Maps Location Problems - PLEASE HELP

    I have an 8 Gb iphone with firmware 1.1.4 and am trying to use the maps location feature. it will not work unless i turn my WiFi off and then try to locate and once i have been located i can turn WiFi back on and get a more accurate location. even if i am not connected to WiFi but i still have the WiFi feature turned on it will not work. please help

    I recall this post before. Were you the same one that posted it? The Google map location function seems to be the problem here, and it could be an issue with the application. Did you try the troubleshooting steps in order, power off/on, reset, restore? If you did and that doesn't seem to fix it, then I suggest a trip to the Apple Store Genius bar. I also find it interesting that once you get a location, that turning on the WiFi gets it more accurate. I've not seen that. The location goes out and gets its information from a webserver. If there is an issue connecting to their database, I don't know that you would get an error message. I think I posted the name of the server before, I just can't remember it now. There is a way to update location information with that service, it is posted on their webpage. I know I have the location saved on my desktop, it's is just that I'm away from home right now on my laptop. I'll see if I can find it for you.

  • XSLT MAPPING TEST PROBLEM

    Hi All,
             We had a problem while testing mapping in Altova Map Force.Here question is while testing our mapping in IR's interface mapping we got the message "Error while loading XSLT ".Target result is notgetting displayed.
    Any ideas.....
    Regards,
    Surya.

    After importing XSL in imported archives, double click it and check whether u can open it or not. Make sure that the namespace ur XSL uses is same as the namespac under which it is imported. Make sure file loaded is XSL and not XSLT. Then try running end-to-end scenario and check the result.
    Regards,
    Prateek

  • XSLT mapping - namespace problem?

    Hello,
    I am trying to proces a message with the following format:
    <XMLMESSAGE  xsi:nonamespaceSchemalocation='schema.xsd' >
       <ORDER>
         <HEADER>
         </HEADER>
         <ITEM>
         </ITEM
      </ORDER>
    <XMLMESSAGE>
    the mapping (XSLT or message mapping) throws an exception. During runtime or test, this is the same.
    The problem occurs, I think, because of the nonamespace atriibute. If a change or remove the value, the mapping is fine.
    Does anybody know if I should save the file mentioned in the attribute somewhere? Or is there a workaround for this problem?
    thnx, Paul
    PS: we are using PI 7.0.

    Hi Russ (and others),
    I tested it in the real example, but it still throws the same error on the  java (=compiled) mapping.
    this is my input:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ORDER [
    <!ENTITY % iso-lat1 PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML" "http://www.oasis-open.org/docbook/xmlcharent/0.3/iso-lat1.ent">
    %iso-lat1;
    ]>
    <XMLMESSAGE xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" xsi:noNamespaceSchemaLocation="OrderBericht.xsd">
         <ORDER>
              <HEADER>
                   <ACCOUNT_NUMBER></ACCOUNT_NUMBER>
              </HEADER>
              <LINE_ITEMS>
                   <ITEM>
                        <LINE>1</LINE>
                   </ITEM>
              </LINE_ITEMS>
         </ORDER>
    </XMLMESSAGE>
    this is my xslt:
    <?xml version='1.0' ?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output method="xml" version="1.0" encoding="UTF-8" omit-xml-declaration="no" standalone="no" indent="yes"/>
         <xsl:template match="/">
              <ORDERS05 xmlns="com:root">
                   <IDOC BEGIN="1">
                       <xsl:call-template name="CrtEDIDC40"/>
                   </IDOC>
              </ORDERS05>
         </xsl:template>
         <xsl:template name="CrtEDIDC40">
              <EDI_DC40 SEGMENT="1">
                   <TABNAM>EDI_DC40</TABNAM>
                   <SNDPRT>LS</SNDPRT>
                   <SNDPRN>XIDCLNT300</SNDPRN>
              </EDI_DC40>
         </xsl:template>
    </xsl:stylesheet>
    and this is the error:
    18:00:41 Start of test
    Creating XSLT mapping mindef_test
    Call XSLT processor with stylsheet mindef_test.xsl.
    Method error called terminate transformation
    javax.xml.transform.TransformerException: IOException occurred while parsing stream. An empty document will be used! at com.sap.engine.lib.jaxp.TransformerImpl.transformWithStylesheet(TransformerImpl.java:351) at com.sap.engine.lib.jaxp.TransformerImpl.transform(TransformerImpl.java:240) at com.sap.aii.ibrep.server.mapping.ibrun.RepMappingTransformer.transform(RepMappingTransformer.java:150) at com.sap.aii.ibrep.server.mapping.ibrun.RepXSLTMapping.execute(RepXSLTMapping.java:81) at com.sap.aii.ibrep.server.mapping.ibrun.RepMappingHandler.run(RepMappingHandler.java:80) at com.sap.aii.ibrep.server.mapping.rt.MappingHandlerAdapter.run(MappingHandlerAdapter.java:107) at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInterfaceMapping(ServerMapService.java:127) at com.sap.aii.ibrep.server.mapping.ServerMapService.transform(ServerMapService.java:104) at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.transform(MapServiceBean.java:40) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0.transform(MapServiceRemoteObjectImpl0.java:167) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0p4_Skel.dispatch(MapServiceRemoteObjectImpl0p4_Skel.java:104) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320) at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198) at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170) Caused by: java.io.IOException: Failed to load resource from the context classloader of the current thread! Loading from classloader was caused by: java.net.UnknownHostException: www.oasis-open.org at com.sap.engine.lib.xml.parser.URLLoaderBase.resolveEntity(URLLoaderBase.java:148) at com.sap.engine.lib.xml.parser.helpers.AdvancedXMLStreamReader.addInputFromEntity(AdvancedXMLStreamReader.java:393) at com.sap.engine.lib.xml.parser.XMLParser.handleDTDReference(XMLParser.java:2267) at com.sap.engine.lib.xml.parser.XMLParser.scanIntSubset(XMLParser.java:1057) at com.sap.engine.lib.xml.parser.XMLParser.scanDTD(XMLParser.java:1246) at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2795) at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2830) at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:229) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261) at com.sap.engine.lib.jaxp.TransformerImpl.transformWithStylesheet(TransformerImpl.java:347) ... 19 more --------- java.io.IOException: Failed to load resource from the context classloader of the current thread! Loading from classloader was caused by: java.net.UnknownHostException: www.oasis-open.org at com.sap.engine.lib.xml.parser.URLLoaderBase.resolveEntity(URLLoaderBase.java:148)
    any ideas? I am totally lost here.

  • XI 2.0 Message Mapping Activation Problem

    Hi All,
    When I attempt to activate a message mapping, I receive the following message:
    Activation of change list cancelled
    Check Result for Object Message Mapping ZHRMD_A05toEAI | http://com.sl.xi:
    *Starting Compilation
    *Error while Compiling
    This is a rather large IDoc, so I'm wondering if it's a memory problem. Do you know where I can "Check Result"? The actual mapping is very routine, so I don't think it's a syntax problem.
    Any help is greatly appreciated!
    Kind Regards,
    Jeff
    Message was edited by: Jeff Kocur

    It does appear to be a resource issue. Following your suggestion, I ran a test and received this message:
    Messages:C:\jdk1.3.1_11\bin\javac -encoding UTF8   -classpath .;.\system-lib\boot.jar;.\system-lib\jaas.jar -extdirs .\additional-lib;.\services\deploy\work\applications\ExchangeRepository -d C:\WINNT\TEMP\12_9_21_22_10_2004 C:\WINNT\TEMP\12_9_21_22_10_2004\com\sap\xi\tf\_ZHRMD_A05BtoEAIZHRMD_A05B_.java
    The system is out of resources.
    Consult the following stack trace for details.
    java.lang.OutOfMemoryError
         <<no stack trace available>>
    Compilation error

  • EDI file Mapping.. problem with UNT segment..!!

    Hi all,
    Anyone who worked on EDI files, pls help me..
    Doing Idoc to EDI scenario..
    I done for all the mapping for all the fields except for the UNT segment and field D_0074
    Here i need to provide no of segments in the EDI file...
    like
    *UNBUNOA:393777:ZZ93139:ZZ080108:09080+++1'
    UNH0000016334368DESADV:D:01B:UN:EAN007'
    BGM3510094147783+9'
    DTM+137:200801080934:203'
    DTM+11:200801080934:203'
    DTM+17:200801100000:203'
    ALI++168165'
    RFF+ON:R-08007E'
    DTM+171:20080107:102'
    NADSU377996::92'
    NADST9418GR::92'
    CPS1+5'
    PAC9+09::9'
    MEAPDAAA+KGM:6306.628'
    MEACTNPP+NAR:9' 
    CPS21+3'
    PAC109::9F:CHEP'
    MEAPDAAA+KGM:256.828'
    PCI+33E'
    GINAW393100471000832922'
    LIN1+19310047208023:SRV'
    QTY+12:44'
    DTM+36:20090505:102'
    CNT+2:2'
    UNT240000016334368'
    If you observe the above file which is my resultant file.. I need to count all the segments above UNT and pass the value( here total segments are 24) to D_0074 field .
    Is it any way we can count all the segments.. and pass the value??
    Kindly suggest me ..
    waiting for your replys..
    Regards
    Seema.

    Problem here is ..
    They have created only SCv  Seebutger_EDI_Adpater 
    but they haven't created for Seebutger_GENERIC_EDI ..
    all those mappings will be under Seebutger_GENERIC_EDI .. which they haven;t installed..
    thats the problem..
    If any one has that UDF .. kindly let me know..
    -Seema.

  • Message Mapping Logical Problem

    Hi there I have an issue with my message mapping. My source structure looks like this.
    IDOC
    -Seg1
    ---Element1
    ---Element2
    ---Seg2
    ElementA
    ElementB
    Ok so I have to map the IDOC to a flat file. Seg 1 is the Header and Seg2 is the Details. For each flat file there will only be 1 Seg1 but there can be X amount of Seg2s' in the flat file. My problem is mapping Element 1 to Element A. Element A has the value of Element 1 and 2 combined. It appears I cannot map a lower hierarchy to an higher hierarchy? I tried changing the context but with no luck.
    Any idea?
    Thanx,
    Jan

    My problem is mapping Element 1 to Element A.
    What do you mean by this? I guess you want the Element1 to appear with each Segment occurrence. If yes, you may use standard function useOneAsMany as shown.
    /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    Regards,
    Prateek

  • XML mapping inheritance problem; missing class indicator field

    Hi!
    I am currently working on a project which involves mapping a large domain model on a XSD schema. For this we use Toplink 10.1.3.1 which is mostly great. But now I have a problem while wanting to use class inheritance.
    In my XSD I have the following defined
    <xs:complexType name="Traject">
         <xs:sequence>
              <xs:element name="SoortTraject" type="SoortTraject"/>
         </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SpecialTraject">
         <xs:complexContent>
              <xs:extension base="Traject">
                   <xs:sequence>
                                 [some elements] 
                   </xs:sequence>
              </xs:extension>
         </xs:complexContent>
    </xs:complexType>My XML is an implementation of this XSD and looks like this
    <Trajecten>
            <Traject xsi:type="SpecialTraject">
                     [implementation of the elements]
             </Traject>
    </Trajecten>My domain model corresponts to the XSD, so there is a Traject object and an inherited SpecialTraject object.
    In the mapping I used the Advanced properties->inheritance on both descriptors telling the Traject descriptor that it was the 'Root Parent Descriptor' ('Use class indicator field' -> 'use XML Schema Type attribute', 'Use class indicator dictionary') and the SpecialTraject what it Child Descriptor was ('Traject').
    When I test my mapping it always results in the same error (no matter how I configure this inheritance mapping). It says :
    [TOPLINK-44] missing class indicator field
    Descriptor: XMLDescriptor(Traject --> [])What am I doing wrong? Does anybody know a sollution?
    Best regards,
    Jouke Stoel
    Developer

    This is the changed XML descriptor file. When I deploy the file it automaticly overrides the old file so it ain't possible that I was still using the wrong file
    <toplink:class-indicator-mappings>
        <toplink:class-indicator-mapping>
            <toplink:class>Traject</toplink:class>
            <toplink:class-indicator xsi:type="xsd:string">Traject</toplink:class-indicator>
        </toplink:class-indicator-mapping>
        <toplink:class-indicator-mapping>
            <toplink:class>SpecialTraject</toplink:class>
            <toplink:class-indicator xsi:type="xsd:string">SpecialTraject</toplink:class-indicator>
        </toplink:class-indicator-mapping>
    </toplink:class-indicator-mappings>I have posted the stacktrace but I had to translate a bit because my exception was in Dutch :)
    Locale is a great invention
    Exception [TOPLINK-44] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.DescriptorException
    Exception description: Missing class indicator field of database row [UnmarshalRecord()].
    Descriptor: XMLDescriptor(Traject --> [])
         at oracle.toplink.exceptions.DescriptorException.missingClassIndicatorField(DescriptorException.java:887)
         at oracle.toplink.internal.ox.QNameInheritancePolicy.classFromRow(QNameInheritancePolicy.java:84)
         at oracle.toplink.internal.ox.XMLRelationshipMappingNodeValue.processChild(XMLRelationshipMappingNodeValue.java:13)
         at oracle.toplink.internal.ox.XMLCompositeCollectionMappingNodeValue.startElement(XMLCompositeCollectionMappingNodeValue.java:62)
         at oracle.toplink.ox.record.UnmarshalRecord.startElement(UnmarshalRecord.java:352)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
         at oracle.toplink.internal.ox.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:189)
         at oracle.toplink.internal.ox.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:147)
         at oracle.toplink.ox.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:228)
    .

  • IPhoto 8.1 Garmin Oregon 550t map display problem

    I am trying to view photos captured by a Garmin Oregon 550t in iPhoto. The locations shown on the map are wrong.
    Further investigation of the previously reported problem with iPhoto 8.1 displaying incorrect location information in the map display reveals that the EXIF information captured by the Oregon 550t is unusual in that it captures the longitude as a large number of seconds with 0 minutes. e.g. Longitude: W 105° 0' 810.000116 as reported by EXIF Viewer.
    This unusual format seems to throw off iPhoto.
    Aperture interprets the data correctly reporting Longitude 105º 13' 30.000" W.
    Has anyone else seen this problem?

    I user EXIF viewer http://homepage.mac.com/aozer/EV/
    This photos works fine in iPhoto and with Preview
    Using EXIF viewer the GPS section of a working photo looks like:
    Latitude: N 29° 52' 10.86
    Longitude: E 31° 13' 0.48
    Altitude: 48.00 m
    Time (UTC): 08:36:21
    GPS Status: Measurement In Progress
    Geodetic Survey Data: WGS-84
    The same photo in Preview shows:
    Altitude: 48 m (157.5 ft)
    Altitude Reference: above sea level
    GPS Version: 2.2
    Latitude: 29° 52' 10.86" N
    Longitude: 31° 13' 0.48" E
    Map Datum: WGS-84
    Speed: 0
    Speed Reference: Kilometers per hour
    Status: A
    Time Stamp: 08:36:21.00
    The info you showed is in a different format - my photos work fine with iPhoto
    What version of iPhoto '09 do you have (8.1 is the latest) - some earlier versions had some issues with some types of GPS data - I've not seen any such issues since 8.0.3 (I think)
    LN

  • Google map embeding problem for Indesign CC

    Hi All,
    I am having problem with embeding map to a indesign CC page.
    - In Object menu I select "Insert HTML.."
    - Edit HTML box appears, I paste the code into the box.
    * text box appears says "This is an HTML Snippet"
    - I select map code
    122.79779808995053!3d49.02417660939079!3m2!1i1024!2i768!4f13.1!3m3!1m2!
    1s0x5485c3820f643043%3A0x7d3de73b4af7e79f!2sWhite+Rock+Library!5e0!3m2!
    1sen!2sca!4v1393030057275"width="600" height="450" frameborder="0"style="border:0"></iframe>
    After I paste error message:
    " JavaScript Error encountered while loading HTML"
    Do I need script, if so where can I get it.
    Please help!!!
    atamtan
    PS. I use same codes for Adobe muse no problem.

    Hi,
    I tried did not work, I thought may be the page or document damaged, re
    installed the InDesign, and tried with new documents, still same answer.
    Thank you for the suggestion.

  • Value Mapping causing problems in Adapter Engine?

    Hello, I was hoping someone might be able to help me with a problem we are having in our XI system.  I created a new value mapping group that has N:1 values. There are about 80 different values that I convert to 1 value.  I have been using 1:1 value mappings successfully and I tested out the N:1 scenario just fine also.  However, at the time I activated this new value mapping group, all of my resulting messages in the adapter engine are being held in a status of 'To Be Delivered'.  There are no errors in the RWB and the BASIS admin cannot find any errors in the J2EE logs.  Does any one have any ideas on possible causes for this condition?

    This problem has been corrected by a restart of the J2EE engine.  Still not certain what the root cause was, but this is the second time a restart has fixed a problem coinciding with a value mapping group object activation.

  • Maps transmiting problem via Ovi Suite

    Hi there, 
    I have Nokia n78 with Nokia Ovi Maps 3.01. I am trying to upload maps from Ovi Suite. I started to upload full Europe maps. After several time all maps had been downloaded, and upload started. But after uploaded more less 570 MB, upload stoped and after some time phone disconnected (like map loader said). Simillar problem is with uploading music. Any idea what can cause this problem? I tried also upload only one country map, but this happen also in this case, upload just freeze.

    If still you are able to reproduce this issue, could you please provide more information on this sothat someone can help you to solve your problem?
    A. Device details ( type *#0000#)
    B. System Information details ( Help About- Ovi Suite- System Information )
    C. Connection Type (BT/USB), BT stack details
    Please THANK me by clicking on the ****WHITE STAR** ( Giving KUDOS) the big GREEN BOX to your LEFT .
    It will help me to serve you better !!!!!
    Thanking You

  • WD Elements partition map EFI problem

    Hi All,
    I am trying to format a 3TB WD Elements (USB 2) external HD, GUID, 1 Partition Mac Extended Journaled. The formatting goes ok.
    If I click on the "3TB WD Ext HDD 1021 Media" on the left in Disk Utility and hit "verify disk", I get the following error message:
    "the partition map needs to be repaired because there's a problem with the EFI system partition's file system"
    A 'repair disk' goes through without hitch, but if I hit 'verify disk' again, I get the same error.
    I wonder if I can just disregard this or if I will encounter problems somewhere down the line.
    Thank you very much for your help.
    (Verify of the actual partition does not yield any problems)

    I just bought a Seagate 3TB USB Expansion External HD and have exactly the same problem when verifying the disk.
    "The partition map needs to be repaired because there’s a problem with the EFI system partition’s file system.”
    It repairs ‘ok’ but get the same error message when verifying again.
    As this thread has been running for 4 months or so and its still a problem!.... Has anyone had problems using their ‘drives’ while ignoring the error message?
    I feel very uneasy trusting the drive as a reliable backup and I'm surprised that Apple hasn't sorted this potentially serious issue out with a 'fix'.... Most especially as it appears to be a fault with 'Lion' rather than the various brands of 3TB external drives?

  • Maps App Problem

    I have an iPhone 4 with AT&T. Over the past couple of weeks I have noticed that when I use the Maps app that it looks like it keeps reloading and keeps switching from the map to the grey squares without ever coming to a stop on the map. Is anyone else having this problem? It is very frustrating to try and find something on the Map but it won't complete loading the map.
    Thanks

    the maps application requires a good data connection do you have a good data connection?

  • Nokia maps download problem on 1020

    Is there a problem at the Nokia end with downloading HERE maps at the moment? I have tried downloading maps but keep getting "can't reach the maps library at the moment" message on both my 1020 and wife's 720. Had downloaded maps on both a few weeks ago. Have been on wifi, not on flight mode and tried soft reboot. Going abroad tomorrow and so this is very annoying.

    try a difference wifi connection.

Maybe you are looking for

  • Publish PL SQL Function as Webservice

    JDeveleoper: 10.1.3.5 Oracle SOA Suite: 10.1.3.5 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production I need a suggestion in publishing a Pl SQL Function or Procedure as a webservice: I want to return a SQL Resultset. What

  • Inbound DESADV IDoc Reciever port issue

    Hi, We are receiving inbound idoc from gentran and the reciever port is empty when the idoc comes in. This is setting idoc to error status. We checked gentran and confirmed gentran is sending reciever port but on SAP side the port is missing. Is ther

  • Posted this query several times but no reply. Please help me out

    Hi all, How to know whether a servlet had completely sent its response to the request. The problem what i am facing is, I send response to a client's request as a file. The byte by byte transfer happens, now if the client interrupts or cancels the op

  • Accessing Lotus Notes from SAP

    I'm trying to access data of Lotus Notes databases from an ABAP using OLE. If the Lotus Notes Class returns a "common" variable (string, number or another object), there is no problem, but when it returns an "stringArray" or a "valueArray" variable I

  • Reverse of inbound delivery

    Hi, I used transaction VL09 to reverse a inbound delivery, but the movement type was linked to WM movement type 601, what's the problem? Kindly please advise. Thanks!