Local IPC setup

Hello All,
I have installed Local IPC in an attempt to debug the code in NDS.
And I have followed the steps below:
1.     Create 2 new RFC destinations
2.     Set parameter IPC_RFC_DESTINATION with value of dispatcher RFC destination name.
3.     Changed values in dispatcher.properties to reflect my own dispatcher and server prog ids.
4.      Able to successfully execute the function module COM_IPC_SESSION_BEGIN.
But when I run the transaction CRMD_ORDER, I get an error saying ‘No connection could be made to IPC’.
Is there anything else that I am missing?
I did apply patches SP09, SP10, SP11 to IPC, but for some reason IPC.properties file does not reflect these.
Any help is greatly appreciated,
Mohana

Hello Deven,
Thank you for your response - Our CRM system is Unicode and the changes are already taken care of in the RFC Destination. I have also changed the properties.xml file to reflect the same. Any thing else that I should be looking at ? Please help,
thank you,

Similar Messages

  • OrainstRoot.sh: Failure to promote local gpnp setup to other cluster nodes

    I'm trying to build a 2 node cluster and everything appeared to be going swimmingly until the end of the 1st nodes running of the orainstRoot.sh script.
    The following is the end of the output:
    Disk Group OCR_VOTE created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-4256: Updating the profile
    Successful addition of voting disk 4e3f692529584f8bbf7f16146bd90346.
    Successful addition of voting disk 728bed918cf54f6cbf904d37638c674b.
    Successful addition of voting disk 8ac20793405d4fdcbfcafc7e311f877d.
    Successfully replaced voting disk group with +OCR_VOTE.
    CRS-4256: Updating the profile
    CRS-4266: Voting file(s) successfully replaced
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 4e3f692529584f8bbf7f16146bd90346 (ORCL:VOTE01) [OCR_VOTE]
    2. ONLINE 728bed918cf54f6cbf904d37638c674b (ORCL:VOTE02) [OCR_VOTE]
    3. ONLINE 8ac20793405d4fdcbfcafc7e311f877d (ORCL:VOTE03) [OCR_VOTE]
    Located 3 voting disk(s).
    Failed to rmtcopy "/tmp/fileLgKPGV" to "/u01/app/11.2.0/grid/gpnp/manifest.txt" for nodes {ilprevzedb01,ilprevzedb02}, rc=256
    Failed to rmtcopy "/u01/app/11.2.0/grid/gpnp/ilprevzedb01/profiles/peer/profile.xml" to "/u01/app/11.2.0/grid/gpnp/profiles/peer/profile.xml" for nodes {ilprevzedb01,ilprevzedb02}, rc=256
    rmtcopy aborted
    Failed to promote local gpnp setup to other cluster nodes at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 6504.
    /u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/rootcrs.pl execution failed
    Has anyone run into this problem and found a solution?
    Thanks in advance!

    Ok, for everyone out there, I resolved the issue. Hopefully this will help others encountering the same problem.
    It turns out that when the OS was installed, iptables firewall was enabled. This will cause havoc with the installer scripts.
    My first inkling should have been when the installer stalled at 65% trying to copy home directories between nodes, the first time I ran through the installer.
    At that time, Googling around found that iptables might be the problem and indeed it was running, so I just did a 'service iptables stop' WITHOUT REBOOTING THE NODES and re-ran the installer.
    Well, it looks as though NOT REBOOTING THE NODES doesn't quite cut it. I then did a 'chkconfig iptables off' and REBOOTED BOTH NODES.
    Oracle support simply provided me with: How to Proceed from Failed 11gR2 Grid Infrastructure (CRS) Installation (Doc ID 942166.1), which didn't really work all that well, lots of failures, errors, etc. So I just deleted the 11.2.0 directory and tried running the installer again.
    This time the install went through without problems.
    Thanks!

  • Connecting local b2b to LOCAL IPC Server

    Hi,
      I am currently running b2b in my loal J2ee server. I also have IPC server running locally. I am able to connect to my Local IPC server from CRM online order.
    But How do I connect from te local b2b to the Local IPC server?

    Hi Ravi,
    Log onto the admin of your b2b app:
    http://<host>:<port>/b2b/admin
    Then go to xcm administration.  Then select the your web app and change the ipc component.
    Cheers
    Andrew

  • Local (IPC) db link vs local (TCP) db link - performance test conclusion

    Hi,
    I've done some test on AIX machine 9.2.0.8 EE DB .
    Was expecting performance improvement but observed almost no difference :
    IPC
    *** SESSION ID:(11.28) 2010-03-05 11:30:05.385
    alter session set events '10046 trace name context forever, level 12'
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        0      0.00       0.00          0          0          0           0
    total        1      0.00       0.00          0          0          0           0
    Misses in library cache during parse: 0
    Optimizer goal: CHOOSE
    Parsing user id: 2568
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      SQL*Net message to client                       1        0.00          0.00
      SQL*Net message from client                     1       10.27         10.27
      SQL*Net message to dblink                       3        0.00          0.00
      SQL*Net message from dblink                     3        0.00          0.00
    create table test1 as select * from adresy@WORLD
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          1           0
    Execute      1    169.78     169.43          0       3038       3499    17835543
    Fetch        0      0.00       0.00          0          0          0           0
    total        2    169.78     169.44          0       3038       3500    17835543
    Misses in library cache during parse: 1
    Optimizer goal: CHOOSE
    Parsing user id: 2568
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      control file sequential read                    4        0.00          0.00
      SQL*Net message to dblink                     547        0.00          0.00
      SQL*Net message from dblink                   547        0.00          0.11
      SQL*Net more data from dblink              529041        0.02          6.96
      direct path write                               2        0.00          0.00
      log file sync                                   2        0.00          0.00
      SQL*Net message to client                       1        0.00          0.00
      SQL*Net message from client                     1      137.19        137.19
    TCP
    alter session set events '10046 trace name context forever, level 12'
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        0      0.00       0.00          0          0          0           0
    total        1      0.00       0.00          0          0          0           0
    Misses in library cache during parse: 0
    Misses in library cache during execute: 1
    Optimizer goal: CHOOSE
    Parsing user id: 2568
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      SQL*Net message to client                       1        0.00          0.00
      SQL*Net message from client                     1        8.03          8.03
      SQL*Net message to dblink                       3        0.00          0.00
      SQL*Net message from dblink                     3        0.00          0.00
    create table test1 as select * from adresy@WORLD
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.01       0.00          0          0          1           0
    Execute      1    171.05     170.39          0       3046       3499    17835543
    Fetch        0      0.00       0.00          0          0          0           0
    total        2    171.06     170.40          0       3046       3500    17835543
    Misses in library cache during parse: 1
    Optimizer goal: CHOOSE
    Parsing user id: 2568
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      control file sequential read                    4        0.00          0.00
      SQL*Net message to dblink                     547        0.00          0.00
      SQL*Net message from dblink                   547        0.00          0.13
      SQL*Net more data from dblink              529041        0.01          5.79
      direct path write                               2        0.00          0.00
      log file sync                                   2        0.00          0.00
      SQL*Net message to client                       1        0.00          0.00
      SQL*Net message from client                     1      166.90        166.90
    ********************************************************************************Any ideas what can be improved ?
    I've obserwer little less CPU utilization when IPC was used and no l0 (aix loopback interface) usage.
    What thing which bothers me is LOCAL=NO when using dblink based on such tnsnames.ora entry:
    PROD1L =
    (DESCRIPTION =
      (ADDRESS_LIST =
       (ADDRESS = (PROTOCOL = IPC)(key=XXXTEST))
      (CONNECT_DATA =
       (SERVICE_NAME = PROD1)
    )

    Hi,
    I've done some test on AIX machine 9.2.0.8 EE DB .
    Was expecting performance improvement but observed almost no difference :
    IPC
    *** SESSION ID:(11.28) 2010-03-05 11:30:05.385
    alter session set events '10046 trace name context forever, level 12'
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        0      0.00       0.00          0          0          0           0
    total        1      0.00       0.00          0          0          0           0
    Misses in library cache during parse: 0
    Optimizer goal: CHOOSE
    Parsing user id: 2568
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      SQL*Net message to client                       1        0.00          0.00
      SQL*Net message from client                     1       10.27         10.27
      SQL*Net message to dblink                       3        0.00          0.00
      SQL*Net message from dblink                     3        0.00          0.00
    create table test1 as select * from adresy@WORLD
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          1           0
    Execute      1    169.78     169.43          0       3038       3499    17835543
    Fetch        0      0.00       0.00          0          0          0           0
    total        2    169.78     169.44          0       3038       3500    17835543
    Misses in library cache during parse: 1
    Optimizer goal: CHOOSE
    Parsing user id: 2568
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      control file sequential read                    4        0.00          0.00
      SQL*Net message to dblink                     547        0.00          0.00
      SQL*Net message from dblink                   547        0.00          0.11
      SQL*Net more data from dblink              529041        0.02          6.96
      direct path write                               2        0.00          0.00
      log file sync                                   2        0.00          0.00
      SQL*Net message to client                       1        0.00          0.00
      SQL*Net message from client                     1      137.19        137.19
    TCP
    alter session set events '10046 trace name context forever, level 12'
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        0      0.00       0.00          0          0          0           0
    total        1      0.00       0.00          0          0          0           0
    Misses in library cache during parse: 0
    Misses in library cache during execute: 1
    Optimizer goal: CHOOSE
    Parsing user id: 2568
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      SQL*Net message to client                       1        0.00          0.00
      SQL*Net message from client                     1        8.03          8.03
      SQL*Net message to dblink                       3        0.00          0.00
      SQL*Net message from dblink                     3        0.00          0.00
    create table test1 as select * from adresy@WORLD
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.01       0.00          0          0          1           0
    Execute      1    171.05     170.39          0       3046       3499    17835543
    Fetch        0      0.00       0.00          0          0          0           0
    total        2    171.06     170.40          0       3046       3500    17835543
    Misses in library cache during parse: 1
    Optimizer goal: CHOOSE
    Parsing user id: 2568
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      control file sequential read                    4        0.00          0.00
      SQL*Net message to dblink                     547        0.00          0.00
      SQL*Net message from dblink                   547        0.00          0.13
      SQL*Net more data from dblink              529041        0.01          5.79
      direct path write                               2        0.00          0.00
      log file sync                                   2        0.00          0.00
      SQL*Net message to client                       1        0.00          0.00
      SQL*Net message from client                     1      166.90        166.90
    ********************************************************************************Any ideas what can be improved ?
    I've obserwer little less CPU utilization when IPC was used and no l0 (aix loopback interface) usage.
    What thing which bothers me is LOCAL=NO when using dblink based on such tnsnames.ora entry:
    PROD1L =
    (DESCRIPTION =
      (ADDRESS_LIST =
       (ADDRESS = (PROTOCOL = IPC)(key=XXXTEST))
      (CONNECT_DATA =
       (SERVICE_NAME = PROD1)
    )

  • 2 systems using wireless router until I ran Windows local network setup

    We have two computers accessing the internet via our wireless router. One is connected via a cable (a desktop PC), the other via a wireless connection. They both ran fine until I ran the setup for a local network--trying to connect the two to share printers, etc. Now only the laptop can access the internet. The desktop cannot. How do I fix this? We have an AMD Athlon 2800+ desktop running XP and an HP AMD Turion laptop running Vista. The wireless router is the model WRT54GX2 ver 2.

    Check the Ethernet connection from Desktop to router. Also check Ip on desktop
    If it is 192.168.1.X …..Try getting reply from gateway address. If so then try going online.
    If you are not getting valid Ip address on Local area connection, then try changing port on router, do power cycle or lower down the Ethernet card speed to 10half Mbps.

  • Solaris 10 local zone setup requirement/steps for am/ps 7.0 installation

    Hi,
    Is there any document available on solaris 10 local zone creation/requirement for am server/ portal server 7.0 install? Any help/pointer is appreciated.
    Thanks,

    I don't believe there is any specific documentation am/portal in a zone. And as far as I know there are no specific requirements either. I have successfully installed portal in a solaris zone.
    A good starter tutorial on zones is here: http://partneradvantage.sun.com/protected/solaris10/adoptionkit/tech/zones/tutorial.html
    Hi,
    Is there any document available on solaris 10 local
    zone creation/requirement for am server/ portal
    server 7.0 install? Any help/pointer is
    appreciated.
    Thanks,

  • Dreamweaver local server setup error

    Hi!
    I really need your help with setting up a local server, I've tried everyrthing and it's driving me insane. I've istalled xampp and it is working ok. I have bought a php script called wlol and am trying to modify the templates a little bit. I've followed a tutorial that shows how to set up a local server using xampp and dreamweaver. I followed the instructiones to the letter but when all is done and I click on the index.php I can see the code view but when I click on discover and then on live view I get this message :
    Fatal error: Class 'WLOL' not found in C:\xampp\htdocs\fulkul\index.php on line 21
    Can somedbody please help me, this is driving me insane!
    Thank you!

    Are your local site files inside XAMPP/htdocs/yoursite/?
    David Powers has some very good tutorials on setting up a PHP Environment with various Local Testing Servers including XAMPP.
    Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    Building your first dynamic website – Part 1: Setting up your site and database connection
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
    Nancy O.

  • Is local IPC secure?

    For example if there is (assume all machines are on the same network and have access to each other) Machine A, Machine B and Machine C. Machine A sends data to Machine C, can Machine B intercept that data.
    Question 2(even more local) If programs A, B and C all sit on one machine and A is sending data to C can B intercept that data?
    Assume that the B's are evil in these examples.

    iCloud: iCloud security and privacy overview - Support - Apple
    Data Security
    iCloud secures your data by encrypting it when it is sent over the Internet, storing it in an encrypted format when kept on server and using secure tokens for authentication. This means that your data is protected from unauthorized access both while it is being transmitted to your devices and when it is stored in the cloud. iCloud uses a minimum of 128-bit AES encryption—the same level of security employed by major financial institutions—and never provides encryption keys to any third parties.

  • Local DNS setup (sync host names with router?)

    I'm setting up dns on a mac mini running lion server.  My goal is to be able to ping host.domain both in my home, and remotely via vpn.  I could enter each record manually, but I'd like to have each hostname added automatically (I want to be able to ping machines that are joined to my network by host.domain.)
    I found that if I host DHCP on the server, then I am able to achieve my goal.  However, I'd like to avoid losing DHCP services in the event of a server outage.  Is it possible to have dhcp hosted on the router, dns on the server, and have my dns wishes fulfilled? 

    If I understand your requirement properly then the answer is yes. However if your server has an outage then even though your DHCP will continue to work via the router, your DNS server and hence DNS lookups would not meaning that pinging host.domain would fail, on top of that a server outage would mean your VPN server would also potentially be affected although in that case some routers can act as a VPN server as well.

  • What happens to my local user data? -newbie question sorry

    Hi All,
    Firstly apologies if this seems a dumb question, I've scoured the forums but I require something that fits my specific situation.
    I've had a (my first) MacBook for about 9 months, built up a fairly healthy local user, setup just how I like it, MobileMe, iTunes, Chrome, iPhoto library, lots of other apps, etc etc and so forth.
    I'm setting up a Mac Mini Server, and was wondering what I can do to join the new server, but take all my settings/downloads/iTunes etc with me... I don't want it all stored on the server, but I come from a Micro$oft Windows background. With MS, when you add a PC to a domain, login with the appropriate user account, you have a fresh profile, no settings, no files, no customisations etc etc is this also the case when I hit that Join Network Account server button on my Mac? Will I get a blank fresh account on my Macbook?
    I'm guessing this must happen quite often as people start their way into Apple technology and build up a nice healthy local account before branching further into the Apple world...

    The two laptops I use everyday have access to all the servers via my network account. It is set so that my user account is listed as having "no home" So I log into the laptop with my local user account with a UID of 501 but access all the network services via the go menu and my network account of the same name but with a UID of 1034.
    For all other users in the company, if they are on a laptop, I use network accounts. The machines are managed to ask if the user wants to create a mobile account when they login. For permanently assigned laptop users, the answer is yes. This puts their home on the laptop and ties them to that machine. I use mobile account syncing to make sure their critical data is copied to the server for backup.
    By having the machine ask to create the mobile account, users can answer no and login to their network home. The use of the laptop may be needed temporarily if a regular workstation is down.
    Once in a while I will need to convert a local account to a network account. While a bit more laborious that setting it up correctly at the beginning, it can be done.
    But I never let any user account have the UID of 501. I would set that up as the local admin account I use for installing updates and performing other maintenance. If needed, I would back up the user data and erase and re-install the OS.

  • I need help getting my local testing server to work - PHP/MySQL

    Hello,
    I am using DW CS5 and have installed XAMPP for my Server/PHP/DB package (which is the same as my live site).
    I have gone thru every tuitorial and all information on this subject, and unfortunately I can't get the server set up correct. Other than my page not showing in a browser (or live view) when I try to view it, DW just says: "Dynamically-related files could not be resolved because the site definition is not correct for this server" when I have index.php open and try to find the files.
    One major question is I am unsure of what folder to have as the root folder of the site, which has a public_htlm directory and www directory - or do I just use the main folder they are both located in as the root folder?
    (Not to get too deep with this first question, but I also looked at the error log file in Apache c:\xampp\apache\logs\error.log and it is not finding the following:
    [Tue Oct 09 14:26:38.573504 2012] [:error] [pid 3100:tid 1488] [client ::1:56261] script 'C:/xampp/htdocs/BusinessTube/index_e5pebna8e.php' not found or unable to stat]
    I'm guessing that the file "index_e5pebna8e.php" is a cached version of the file generated by index.php - but I'm unsure why it is not being 'found'.)
    Second question is about having to set the php.ini file to listen to port 88 as this computer also has IIS installed. I have done this, and it works with a local project directly from NetBeans (which I have to use for a PHP development class). How will this change my DW site definitions? I'm assuming that anywhere I would have localhost I will now need to have localhost:88 but once again I'm not sure.
    I am eager to get this site working locally so I can start using the new PHP skills I'm learning - any help will be GREATLY appreciated.
    Kirk

    You're getting mixed up over the meaning of public_html.
    Most hosting companies that offer PHP use the Apache web server, which has a single server root folder called htdocs. XAMPP also uses Apache, so c:/xampp/htdocs is the XAMPP server root, and its URL is http://localhost/.
    Although Apache has only one server root, virtual hosts make it possible to run multiple websites on the same server. Each virtual host is located in a separate folder that acts as the site root. It's common for this folder to be called public_html. What bregent was describing was the location of the site root on your remote server. The name of the site root in your local testing setup can be whatever you decide to call it.
    When learning to use PHP, most people use a subfolder of the Apache server root because it doesn't require further configuration. However, once you're working with real sites, it's normal to set up a virtual host for each one. I create all my virtual hosts in a folder called C:/vhosts. So for example, I might have one in C:/vhosts/site1. In the virtual hosts configuration file, I designate C:/vhosts/site1 as the root folder for a virtual host called site1, which can then be accessed as http://site1/.
    The only reason I might have a folder called public_html is if I designated C:/vhosts/site1/public_html as the site root.
    I hope that's clear. Once you understand the principle of virtual hosts, the concept of the site (or server) root becomes obvious, but it can be difficult to explain. I remember it took me a while before the concept sank in.

  • Local Testing server and htdocs

    So I have set up apache/php with virtual servers and I'm
    using DW8.
    I may have terminology errors below. Correct me where I'm
    wrong please.
    Example site directory C:/apache/htdocs/site.com/
    The web directory is: C:/apache/htdocs/site.com/htdocs
    however there are other important files hiden below this
    rebroot in "site.com/application" for example
    My work diretory is C:/somewhere else/site.com. While
    developing, I just set the testing server as my webserver and
    posted everything to preview, but know I want to include the
    production server, and try to use my local testing setup correctly.
    I use DW to ftp and edit the site files, including those
    below the webroot, so is set my directories to allow access to
    those files. My annoyance is that when I preview my site it tries
    to pull up the homepage as www.site.dev/htdocs/index.php
    (I use dev to distinguish the local testing server)
    Can I resolve this problem, or can someone explain how to
    effecttively manage your workdirectory, testingserver and
    production server from one DW site? At the moment I'm using two DW
    sites to manage for now.

    Thank you for your answers.
    SnakEyez02 wrote:
    First, this is very possible depending on your theme.  Some of the dyanmic effects in themes use javascript files from the JQuery library as well as other javascript libraries.  Because of this it may not be possible to edit all files.
    How do you think I could check this is true ? I think I need all the files if I wish to edit the theme. Would copying all the remote files locally help clearing this in any way ?
    SnakEyez02 wrote:
    This sounds like a path issue in the code.  I would check there to make sure the path is correct.  Otherwise we would need to see the code.
    I don't know how to check this. When inspecting the page with Live Code, I don't know which html file Dw is showing me on the left. No filename has that grey background like it's pushed... Plus, I don't understand why the path would have changed, since I didn't mess with the code (yet) ?
    SnakEyez02 wrote:
    I have found this to appear when you have friendly/pretty-URLs or mod-rewrite turned on.  In the WordPress web admin, go to Settings->Permalinks and choose the default with the ?p=123 setting.  DW is currently unable to process the rewriting of URLs and it will only recognize the un-SEO-friendly way of reading URLs.
    Ok now I don't understand. When I go to http://localhost/mysite/wp-admin, it shows me the WP logo,
    No Upgrade Required
    Your WordPress database is already up-to-date!
    And a big "continue" button, all of which on the original site (the url is http://www.mysite.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F). Pressing the button gets me to http://www.mysite.com/.
    Is that because I imported the database from the live site ? I don't know what I did to get that, I used to get to the local WP installation. Could that be a bad database setup ?
    Any idea ?
    Again, thank you a lot for helping me out here !

  • IPC Debugging...

    Hi All,
    I have implemented a new Base Condition Formula in IPC in Netweaver Developer Studio, and beautiful thing happened is it's NOT working. I heard that debugging the code is possible in NDS when the pricing request is triggered from CRM. For this I started the 'Debug Configurations' from menu...
    Run->Debug ---> Remote Java Applications with following connection properties Host:localhost port:8000. And it dissappointed me saying
    "Failed to connect to remote VM. Connection refused"
    Since I've never worked on IPC and NDS, "?" popped up in my mind.
    Can anyone help me ?
    Regards,
    Phani.

    Hi Phani
    I have got this working by:
    - Using a local IPC
    - Changing the IPC server.bat file, adding the following to the line that executes JavaServer 
    -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
    So the line in server.bat looks like:
    @"%JAVA_HOME%binjava" -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n -Xms64m -Xmx512m -cp "%CLASSPATH%" com.sap.sxe.socket.server.JavaServer
    (Thanks Google)
    - Adding my breakpoint to the PricingUserExits class before compiling it and placing it on the IPC.
    - Restarted IPC (using my new server.bat file rather than as a Windows service as I normally do)
    - Attach the debugger as you described
    Then it worked beautifully - I created a transaction in CRM, it hung, I went to Eclipse and it was stopped on my breakpoint.
    Cheers
    Dom
    Cheers

  • How Do I Redirect LPT1 Printer Port to 'LOCAL Printer' in Windows 7

    I have previously redirected LPT1 Port to a 'Network Printer' as well as 'Print Server' with NO PROBLEMS. 
    However, I have NOT been able to redirect LPT1 Port to a 'LOCAL' PRINTER. I have already set up:
     - new HP Laser Printer (tested, no problem printing in Windows)
     - the printer is SHARED, shared name is "HPLaser" (tested by viewing Shared Printer Name and Computer Name in DOS)
     - bat file as --> Net
    use Lpt1 \\DkTop1\HPLaser /persistent:yes 
       (I checked to ensure the 'Computer
    Name' and the 'Shared
    Printer Name' are correct. Tested by running bat command, no
    error message)
    When printing in DOS and viewing "What's Printing" from Printer Icon, 
     - the DOS print job appears immediately as "spooling", 
     - then "printing" and "USB001" Port. 
    So, it appears to be printing from the DOS application, also
    note NO ERRORS from DOS Program or Windows but it does NOT print.
    The only difference between the 'Local Printer' setup and
    the 'Print Server Printer' setup is,
     the 'PRINT SERVER'
    goes to an "IP Address w/Standard TCP/IP Port"
    and the 'LOCAL PRINTER'
    goes to "USB001 Virtual Printer for . . .". 
    IS THERE A PROBLEM in
    SETTING UP THE 'LOCAL PRINTER'
    with 'USB001 VIRTUAL PRINTER' Port???
    If so, how do I resolve? If not, please note what is the problem(s) and resolution(s). Thanks.

    Hi,
    you install the new printer, which port you choose to use? What do you mean by saying "'USB001 VIRTUAL PRINTER' Port"
    here?
    As the printer is configured locally, there is no need to redirect the port to it.
    Install a printer
    http://windows.microsoft.com/en-hk/windows/install-printer#install-printer=windows-7
    Here for more information:
    http://windows.microsoft.com/en-hk/windows-vista/add-or-remove-a-printer
    If possible please take a try to delete the printers holding the Lpt1 port, then reconfigure the local printer following the instructions provided above.
    Hope this may help
    Best regards
    Michael
    If you have any feedback on our support, please click
    here.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to access the local server host website in the internet

    I set up the server and host on local website, I wonder how I could use other mac to access this local website via the internet?
    Thanks!

    The following should give you enough to search for discussions, as well as some general details of IP network gizmos and boxes:  You'll need an ISP tier of service that allows remote access and preferably with a static IP address (static versus dynamic IP).  This as various ISPs prohibit server-oriented protocols such as HTTP TCP port 80 traffic, and some firewall server-oriented ports.   You'll then either need to use either dynamic DNS with your public dynamic IP — this is the hacking-around and not-really-for-production approach — or static IP with traditional DNS, and you'll also need to enable what's called port forwarding (sometimes also called virtual server) through your gateway-firewall-NAT device and into your server for TCP port 80 and possibly also TCP port 443.  This port forwarding gets the incoming connections from the 'net into your public IP address (static or dynamic) mapped through to your NAT'd IP address space and your private IP address for your server. 
    As the first part of getting any of this to work with OS X Server, launch Terminal.app on the server and issue the following harmless diagnostic command:
    sudo changeip -checkhostname
    This checks for common errors in the local DNS setup, and broken networking and broken DNS tends to cause other errors elsewhere in the environment.  You'll need to enter an administrative password for the sudo, you might get a one-time informational message from the sudo, and you'll then get some configuration details and then an indication that DNS and local networking needs no changes, or that there are configuration issues.

Maybe you are looking for