Problems with MSA - IPC communication

Hello.
We experience some problems with MSA -> IPC communication on our Mobile Clients.
The version of CRM is 7.0.
The problem seems to be related to mobile clients switching status (online | offline | vpn connected | disconnected | etc).
It is difficult to predict the behaviour of a general salesperson, but regardless when the mobile client is awaken and MSA is already running, the connection to the IPC should work, right ?
I wonder if anyone else has experienced any problems related to this ?
Our platform is Windows 7, we use Checkpoint vpn-client.
From what i've seen during testing, the problem is not consistent, it arises at odd times but it seems to be related to Network/VPN connection.
What we have done is edit the tomcat\conf\server.xml file to bind tomcat to localhost address: 127.0.0.1. I've not been able to reproduce the problem when binding tomcat to this address. However, i would really appreciate any feedback on this matter.
BR Gerhard.

Does the user has Admin rights for the laptop ?
Rgds,
Shobhit

Similar Messages

  • Problem with File Adapter Communication

    Hi,
    I have got an tab delimted file  as mentioned below
    601252539   5000004  5000004  ZURICH CARGO MCO 00000000005
    606012525   5000005  5000004  MIKEN  INC       00000000003
    I have created proper sender and receiver communication channels with content conversions handled properly.
    In my adapter monitoring I am able to see that my Sender & Receiver Communication channel is showing green and the messages are polled from the flat file in my sender communication channel.But I am unable to receive my messages in the receiver.I have even checked up with MONI,no messages are displayed as per my interface.
    But everything is fine.When I am sending an XML file.
    If there are any mistakes with Content conversion with my tab delimeted file than,some error must be shown in my Adapter monitoring showing my communication channel error.
    But everything is going fine with Sender communication channel.
    There is a major concern here is when I debug the problem, I found out that my content conversion is working fine and the XML document is getting created and When it is going to XI,I have observed that BLANK DOCUMENT is being sent to XI.So,as a thumb rule.SAP XI wont process any BLANK DOCUMENTS.Thats the reason why my receiver is not receing any messages.
    I dont know why,when the content conversion with tab delimted file is converted in XML,When conversion is completed while sending the SAP XI is receiving a blank document.
    Can any one help me.
    Thank You,
    KishoreJ.

    Hi,
    I have just given an example flat file and now even I am giving my content conversion by deleting some,which are not fitting into the page.
    Header.fieldFixedLengths 15,25,8,6,1,8,8,8,15,3,31
    Header.endSeparator      'nl'
    Header.fieldNames        NAME,EXTRD,EXTRT,DBUPD,VOID,UNVD
    Header.keyFieldValue      021309379
    Detail.fieldFixedLengths 18,13,13,35,15,3,8,2,21
    Detail.endSeparator      'nl'
    Detail.fieldNames      BANKN,CHECF,CHECT,ZNME1,AMNT,DECM
    Detail.keyFieldValue      601252539
    Thank You,
    KishoreJ.

  • Problems with SCORM 2004 communication

    I'm developing a SCORM 2004 Compliant LMS. And with contents
    developed using Captivate, if you close the content window
    intermediately after finishing the quiz, the lasts interactions are
    being lost.
    Debugging the JS execution, I can see that the commit
    function is called some time later after the user answers the
    question, and if you go quickly from one question to the next, the
    commit execution, and the SetValue to add the interactions, starts
    to be delayed more and more... then when you get to the end, if you
    close the window, the pending changes are not executed.
    I tried to delay the window close, until the finish function
    get executed... this works, but with some contents (for example the
    "Random Quiz" that is included with Captivate 3) the user have to
    wait 5 minutes!!
    I take some measures, and is taking 18 seconds from when the
    user clicks the submit button, to the commit function get called,
    what is happening?
    The SCORM API implementation is very simple, and is not
    throwing errors.
    Any help and ideas will be appreciated.
    Thanks
    Javier Rodriguez

    Unfortunately, I don't have a solution for you. Best I can
    suggest is
    take this up loudly with Adobe Support. We have two customers
    with the
    exact same problem in our LMS. Like you, the only solution we
    can
    suggest is to ask the user's to wait...which in this case,
    since the
    lesson has several questions, means about 10 minutes!
    We did get Adobe support to look at the lesson and they
    reported no
    problems. I don't understand how that could be. So perhaps
    with your
    voice added, they can figure something out.
    good luck!
    Erik
    Javier.Rodr?gez wrote:
    > I'm developing a SCORM 2004 Compliant LMS. And with
    contents developed using
    > Captivate, if you close the content window
    intermediately after finishing the
    > quiz, the lasts interactions are being lost.
    >
    > Debugging the JS execution, I can see that the commit
    function is called some
    > time later after the user answers the question, and if
    you go quickly from one
    > question to the next, the commit execution, and the
    SetValue to add the
    > interactions, starts to be delayed more and more... then
    when you get to the
    > end, if you close the window, the pending changes are
    not executed.
    >
    > I tried to delay the window close, until the finish
    function get executed...
    > this works, but with some contents (for example the
    "Random Quiz" that is
    > included with Captivate 3) the user have to wait 5
    minutes!!
    >
    > I take some measures, and is taking 18 seconds from when
    the user clicks the
    > submit button, to the commit function get called, what
    is happening?
    >
    > The SCORM API implementation is very simple, and is not
    throwing errors.
    >
    > Any help and ideas will be appreciated.
    >
    > Thanks
    >
    > Javier Rodriguez
    >
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - eLearning
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    Authorware Tips!

  • Problems with Inter-Portlet Communication in Weblogic Portal 10.3

    Hi,
    I'm developing a web application using Weblogic Portal 10.3.
    The requirement is that the work requests have to be stored in a workbasket which can be submitted by the user at the end.
    The user can create multiple request of same form.
    Consider a scenario that the user creates 5 instances or work request in a single form. No he moves back to the 2nd request and modifies it. While modifying the 2nd request a validation message is thrown. Now the user navigates to Workbasket directly by selecting the Workbasket from the menu item.
    Now when the user selects any one of the 5 requests, he is able to view the same validation message which is thrown as said in the above scenario. This is happening only when the user navaigates from the workbasket. If the user switches between the request, the problem is not simulated.
    Someone please help me how this can be avaoided.
    More Information:
    Weblogic Portal 10.3
    JSF 1.2
    Spring
    Message is thrown using the FacesMessage in JSF and is displayed in the screen using the following JSF tag.
    <h:messages globalOnly="true" rendered="#{! empty facesContext.maximumSeverity}" styleClass="liststylenone"/>

    Hi,
    Could someone pls explain which cache is used to cache portlet content and in which form the content is cached?

  • Netscape problem with applet servlet communication

    Netscape always seems to get in the way when you use applets, right?
    I have a nice set of code from a book that shows how to do applet->servlet stuff.
    But although I'm doing this all in the privacy of my own localhost Netscape immediately put a spanner in the works with a security exception and wouldn't let the servlet respond.
    Anyone know what to do here.
    The answer is to use Internet Explorer, possibly, but I'm in linux, and I can't get Opera to work with java yet.
    Anyone got any ideas? Thanks.

    I encountered a security exception with Netscape in Linux when attempting applet-servlet stuff but that's prpbably because I haven't got the plugin for that yet...in fact I don't know if a plugin is available for sure...let me know if you do. As a matter of fact I plan on using the HTMLConverter this weekend to find out if it'll download a plugin.
    The applet-servlet thing runs fine in IE and Netscape on my Windows box as long as the plugins are there and I use the appropriate plugin tags in the HTML
    Post what you find out,
    Brad

  • Problem with Applet Servlet communication

    Hi All,
    i am very new to java and servlets......
    i am using a applet to call a servlet whose .class file is stored in WEB_INF/classes directory of tomcat..
    so what URL address i should use in the new URL( ) constructor ????
    presently i have done in this manner..
    URL urlServlet = new URL("http://l0.0.2.65:8080/myapp.ServletDB");
    URLConnection con = urlServlet.openConnection();
    where ServletDB is the name of the servlet .class file
    whose address is as follows...
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\myapp\WEB-INF\classes\ServletDB.class
    Please help me....
    thank you in advance
    vijay

    Specify Servlet Mapping in web.xml and use that mapped URL
    <servlet>
          <servlet-name>getItems</servlet-name>    
    <servlet-class>myapp.ServletDB</servlet-class>
      </servlet>
    <servlet-mapping>
          <servlet-name>getItems</servlet-name>
          <url-pattern>/ServletDB</url-pattern>
      </servlet-mapping>look at servlet mapping- url-pattern
    Now u should use that mapped url while creating URL connection
    here is the code.
    URL urlServlet = new URL("http://l0.0.2.65:8080/ServletDB");
    URLConnection con = urlServlet.openConnection();[Java Servlet tutorials|http://www.jsptube.com]

  • Remote Delta link setup problem with Bean / Access Service

    Hello,
    I am trying to setup Remote Delta Link (RDL) between two portals. (Both portals same version - EP 7.0 EHP1 SP 05 - are in the same domain)
    I already have the Remote Role Assignment working without any issues.
    The following have been done successfully:
    1. Same user repository has been setup for both the portals
    2. Setup trust between producer and consumer (SSO working fine)
    3. Producer added and registered succesfully on consumer
    4. Permissions setup on producer and consumer
    4. pcd_service user with required UME actions setup
    I am able to see all the remote content in the Consumer portal.
    When I try to copy the remote content and paste it as local content, I am getting the following error:
    Could not create remote delta link to object 'page id'. Could not connect to the remote portal. The remote portal may be down, there may be a network problem, or your connection settings to the remote portal may be configured incorrectly.
    After increasing the log severity, I am able to see the following in Default Trace:
    com.sap.portal.fpn.transport.Trying to lookup access service (P4-RMI) for connecting to producer 'ess_int' with information: com.sap.portal.fpn.remote.AccessServiceInformation@31c92207[connectionURL=hostname.mycompany.com:50004, shouldUseSSL=false, RemoteName=AccessService]
    com.sap.portal.fpn.transport.Unable to lookup access service (P4-RMI) with information: com.sap.portal.fpn.remote.AccessServiceInformation@31c92207[connectionURL=hostname.mycompany.com:50004, shouldUseSSL=false, RemoteName=AccessService]
    AbstractAdvancedOperation.handleDirOperationException
    [EXCEPTION]
    com.sap.portal.pcm.admin.exceptions.DirOperationFailedException: Could not retrieve the bean / access service to connect with producer
    Could not retrieve the bean / access service to connect with producer
    Like you can see above, there is some bean / access service which is not retrieved successfully. I am not sure if this is a permission problem on the consumer.
    I have checked that the P4 ports are configured correctly (standard - not changed) and I am able to telnet from producer to consumer (and vice versa) on the P4 port.
    I am stuck at this point and am not able to find any information on this.
    I would really appreciate if some one can point me in the right direction.
    Thank you for reading.
    - Raj

    Hi Raj,
    Please check your config of the P4 port on the producer.  Is it really 50004 (check SystemInfo of the producer)?
    I do think there's a problem with the P4 communication since RDL requires P4 connection.
    Do you have load balanced consumer-producer connection? Please refer to this blog for further details
    Little known ways to create a load balanced Consumer – Producer connection in a FPN scenario
    Regards,
    Dao

  • Problem in creating new communication channel template in IR

    Hi experts,
    I currently have problems with creating new communication channel template in Integration Repository. If I choose the New-Context (Adapter Objects-->Communication Channel Template) the dialog "CREATE OBJECT" is shown. After I have inserted the Name of my template I push the create button.
    Then the following error occurs:
    STOP: Internal error: Object cannot be changed in display mode
    DETAILS: Internal error: Object cannot be changed in display mode(CANT_SET_MODIFIED).
    So can anybody help me. Thanks for your help.
    Best regards.
    Mario

    Hi Mario,
                This is genral problem appearing in PI 7.0 with SP12.
                Previously, i have the same problem.
                i.e STOP: Internal error: Object cannot be changed in display mode
    DETAILS: Internal error: Object cannot be changed in display mode(CANT_SET_MODIFIED)
                Regarding this we raise an OSS note SAP people.
                they gave the suggestion that update with SP13.
              i discuss with basis team and install the SP13.
               now the problem is solved, i can able to create the Communication Channel Template.
    Please award points, if it really help to u
    Regards
    Mahesh.

  • Problem with internal HD upgrade- Flashing "?" over HD icon on startup

    Last weekend, I installed a Western Digital 250GB internal IDE 2.5 inch drive (WD2500BEVE) to replace the internal HD on my 15 inch G4 PB Aluminium (not sure of processor speed, but purchased new in 2004, with OSX 10.4.11). I backed up my existing HD to my friend's MacBook, as a disk image using Carbon Copy Cloner. I was very careful with the installation (using anti-static wristband etc etc). The installation appeared to go well. The newly installed internal HD could be mounted as an external HD of my friend's MacBook (using firewire Target Disk mode). Carbon Copy Cloner copied everything back to the new internal HD without any apparent problems.
    BUT THEN... when I disconnected the firewire connection and tried to start my computer on its own, the dreaded 'flashing question mark over hard drive' icon appeared.
    Can anyone suggest what the problem might be? Three things I've already excluded are:
    (1) The jumper settings on the HD are correct.
    (2) I formatted the new HD as Mac OS extended (journaled)
    (3) The problem is not with the master boot sector (i.e. the problem is not merely that the computer can see the HD but does not know how to load the system from it). My computer cannot see the HD at all -- when I insert my operating system DVDs as if to reinstall the system, my internal HD does not even appear.
    I am not panicking as I can still view the contents of my internal HD by booting it as an external HD of my friend's computer. But there seems to be a problem with my CPU communicating with my internal HD. The core of the mystery is: why can I boot my new internal HD off my friend's computer using FireWire, yet when I start my computer on its own using the operating system DVDs, the computer doesn't seem to recognise the HD whatsoever?
    Does anyone have any suggestions?

    Can we establish what model Powerbook you have? Take the battery out and look for the label.
    I have a feeling that your PB cannot recognize the 250GB drive, although I was under the impression that the older PBs that could only recognize 128GB would simply ignore the extra disk space. Perhaps the ATA specs aren't all backward compatible, although the Firewire interface can handle it.
    Other World Computing can obtusely point out which drives your model can handle, although I don't know it its 100% accurate.
    http://eshop.macsales.com/MyOWC/

  • Help In keithley 2400 VI!!(Problem with the data logging and graph plotting)

    Hi,need help badly=(.
    My program works fine when i run it,and tested it out with a simple diode.The expected start current steps up nicely to the stop current.The only problem is when it ends,i cannot get the data log and the graph,though i already have write code for it.Can someone help me see what's wrong with the code?I've attached the necessary file below,and i'm working with Labview 7.1.
    Thanks in advance!!!
    Attachments:
    24xx Swp-I Meas-V gpib.llb ‏687 KB

    Good morning,
    Without the instrument it might be hard for others to help
    troubleshoot the problem.  Was there a
    specific LabVIEW programming question you had, are you having problems with the
    instrument communication, are there errors? 
    I’d like to help, but could you provide some more specific information
    on what problems you are encountering, and maybe accompany that with a simple
    example which demonstrates the behavior? 
    In general we don’t we will be unable to open specific code and debug,
    but I’d be happy to help with specific questions. 
    I did notice, though, that in your logging VI you have at
    least one section of code which appears to not do anything.  It could be that a small section of code, or
    a wire was removed and the data is not being updated correctly (see pic below).  Is your file being opened properly?  Is the data being passed to the file
    properly?  What are some of the things
    you have examined so far?
    Sorry I could not provide the ‘fix’, but I’m confident that
    we can help.  Thanks for posting, and
    have a great day-
    Message Edited by Travis M. on 07-11-2006 08:51 AM
    Travis M
    LabVIEW R&D
    National Instruments
    Attachments:
    untitled.JPG ‏88 KB

  • MOVED: [Neo4-F/Venice] Problem with downclocking

    This topic has been moved to Overclockers & Modding Corner.
    https://forum-en.msi.com/index.php?topic=136087.0

    I found the main problem.
    I have two versions of windows:
    - xp pro sp2 integrated 01/2007
    - xp pro sp3 integrated 12/2009 performance edition, integrated all driverpacks
    Because I found some problem with hdd <-> mainboard communication in smart, i tried with some other hdd and tried to create all partitions once again.
    During installing xp sp3 on both hdd, i got bsod 0x7f/0x8e after decompressing driverpacks. This showed that this is not a problem with hdd. So I tried to install xp sp2 and it was working properly. Then I was installing drivers to verify which may cause problems:
    - graphic card - working
    - nforce - working
    - AMD Cool'n'Quiet - working
    - RMClock - bsods after each decrease of multiplier or voltage, cpu can work only on 9x and 1.4V
    Because it is problem with Cool'n'Quiet, I guess that it may be a problem with windows sp3 because driverpacks integrates AMD CnQ drivers. So I disabled CnQ in bios and tried to install xp sp3 once again. And.. it is working !!!.
    So the problem is with Cool'n'Quiet. I can't change any parameters of cpu because I get bsod each time. The best way is to disable CnQ in bios. On 1.4V and 9x it is working properly, no bsod under superpi and other cpu testing programs.
    I tried also to modify cpu multiplier in bios. Each decrease cause system freeze after showing system info in table and system can't boot. It is working only on 9x.
    Is it a problem with mainboard or cpu?

  • [Neo4-F/Venice] Problem with downclocking

    Hi
    I have a problem with Athlon64 Venice 3000+ (1800MHz/1.4V) E3 on MSI Neo4-F mainboard. This system was working properly for ~5 years under following conditions. CPU was overclocked to 2250MHz (250MHz, 1.4V, HT 4x, DDR 208MHz). In idle it was downclocked to 5x multiplier at 1.1V using RMClock.
    A few days ago Windows was giving a lot of BSOD randomly. Then I went back to basic frequency but it didn't help. I checked memory with Memtest also but there was no errors. So I decided to reinstall windows.
    After Windows installation was completed everything was working. Then I installed AMD CnQ driver and RMClock. And I found the reason of BSODs. CPU works properly with 5x and 9x multiplier (several minutes in SuperPI) but system halts after changing the voltage. Down to 1.225V everything is OK but then I set 1.2V and I get BSOD immediately. CPU temp is normal (23C idle, 38 load) and all fans are working.
    Why I can't lower the voltage to the factory 1.1V in idle? Is it a problem with CPU or mainboard?
    Regards

    I found the main problem.
    I have two versions of windows:
    - xp pro sp2 integrated 01/2007
    - xp pro sp3 integrated 12/2009 performance edition, integrated all driverpacks
    Because I found some problem with hdd <-> mainboard communication in smart, i tried with some other hdd and tried to create all partitions once again.
    During installing xp sp3 on both hdd, i got bsod 0x7f/0x8e after decompressing driverpacks. This showed that this is not a problem with hdd. So I tried to install xp sp2 and it was working properly. Then I was installing drivers to verify which may cause problems:
    - graphic card - working
    - nforce - working
    - AMD Cool'n'Quiet - working
    - RMClock - bsods after each decrease of multiplier or voltage, cpu can work only on 9x and 1.4V
    Because it is problem with Cool'n'Quiet, I guess that it may be a problem with windows sp3 because driverpacks integrates AMD CnQ drivers. So I disabled CnQ in bios and tried to install xp sp3 once again. And.. it is working !!!.
    So the problem is with Cool'n'Quiet. I can't change any parameters of cpu because I get bsod each time. The best way is to disable CnQ in bios. On 1.4V and 9x it is working properly, no bsod under superpi and other cpu testing programs.
    I tried also to modify cpu multiplier in bios. Each decrease cause system freeze after showing system info in table and system can't boot. It is working only on 9x.
    Is it a problem with mainboard or cpu?

  • Communication Problem with the second battery

    Hello,
    In Lenovo Solution Center it says that there is communiction problem with the second battery. I already had this problem some months ago, back then it didn't charge the second battery. I got a new one and it worked again. Now it says the same thing "communication problem", but i can charge the battery and I also can't find any other sign of something not working. But still- it seems weird that the program tells me something is wrong. Can somebody help me?
    Thanks Lina

    Hi, Lina
    What is the machine type and model of your computer? Also, what operating system are you running?
    Thanks in advance,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • Communication problem with proxy server

    We have establish the configuration of an iPad to access the enterprise net, but when trying to access any webpage we get the next message: Safari can not open the page. Error:"There is a communication problem with proxy web server (HTTP)"
    The access has no problems with other movile devices.
    Ahy help?

    Hi,
    I am not sure whether you have already solved the problem or not....
    Do the following to deploy MobileBIService.war file on tomcat
    1.Stop Tomcat Web application server.
    2.Copy the file, MobileBIService.war from [Install directory]\Mobile 14\Client to the Tomcat's "Webapps" directory.
    In my case, I copied the MobileBIService.war from C:\Program Files (x86)\SAP BusinessObjects\Mobile14\Client to C:\Program Files (x86)\SAP BusinessObjects\Tomcat6\webapps. ( I used BO 4.0 SP02)
    3.     Start Tomcat.
    Restarting Tomcat would automatically deploy war file as a Web App
    One folder u201CMobileBiServiceu201D will appear in webapps folder when MobileBIService.war is deployed successfully.
    Hope it helps.
    Regards,
    Ankur

  • Communication problem with FP-2000 and Labview 7.1

    I am using the FP-2000, DO-403 and TC-120 modules with Labview 7.1, being run on a host computer via an ethernet connection.  The setup has operated flawlessly for ~2 years; recently, I have noticed that while a VI is running on my PC, connection to the FP module ceases.  There is no pop-up "connection error" in my VI, and the all the power and status LEDs on the FP modules are normal.  I can still interact with the VI on the front panel while it is running, but nothing is passed to the FP module.  I have tried communicating with MAX when this occurs and receive a "no connection" message.  Is there a simple solution here, such as rebooting the FP module?  Or is it time to invest in new hardware?
    Justin

    I am having a very similar problem with my cFP-1804 and Labview 7.0.  I have no problem initiating communication over ethernet, and the vi will run perfectly for hours or even days.  Inevitably, however, at some point there is no longer communication with the cFP-1804.  Data is no longer being passed either to or from the cFP-1804, and MAX will show that the device is not connected.  I also will not see any pop-up error message that says the connection has been lost, either from Windows or from Labview.  The vi will just continue to run as if nothing has happened.  Turning the power to the cFP-1804 off and then on will always resolve this problem.  Since I am using the cFP-1804 primarily for data logging, however, this behavior is particularly problematic as the system will record nothing but zeroes until I discover that the communication has been severed and perform the manual power cycling.
    I have been unable thus far to determine the cause of this problem.  Any help would be greatly appreciated.
    Thanks,
    Derrick

Maybe you are looking for

  • While posting  through MIGO accounting problam

    hai guys, while posting normal NB type p.o through MIGO ,iam getting error message  saying as" period 12/2006is not possible for account type S and G/L  400000" i have checked period of closing through MMPV,MMRV,OMSY. every thing is allowing , but ia

  • Flash CS3 + Air 1.0 = no test?

    I just installed the new AIR 1.0 plug-in for Flash CS3. I've been developing an AIR app in Beta3 and when I open one of my FLAs since the update, I can't test or debug my movie from within Flash. Is this no longer supported? or have I botched that re

  • Parsing issue (split, replaceall)

    I am working on a project for school and I am unable to get a decent PrintWriter statement to work the way I would like. The structure of my classes force me to access an object array through another object array. When I go to print it out in PrintWr

  • 3D transform removed on test?

    I have a movie clip that is appearing as though it's a floor. I've imported a grid jpg from photoshop and I'm using the 3d transform to make it appear as though it's a tiled floor. It looks great until I publish and then the transform is removed. How

  • How to determe Streams tcp/ip network traffic between database nodes.

    We are needing to determine network bandwidth requirements for optimizing streams replication performance between database instances that are NOT located within the same data center. How can I determine the rough # of bits per sec of tcp/ip traffic g