Several Netpoint Site on same IIS server

Hello
Anyone knows of the best way to have several Netpoint site on the same IIS Server.
So far I have installed 2 Netpoint sites on the same server in two different IIS Web Site (2 different TCP/IP ports, 80 and 81) one in production and one for testing. Each site uses its own Netpoint database defined in the web.config file. So far both sites work very well with their own database (only one syncs with netpoint and that is what we want)  I did not experiment with EMAILS so I dont know if the messaging service is able to attach to both databases/site.
Does someone know how the messaging service selects the Netpoint database to use ?
Will messaging work with both sites ?

Hi Francois,
After speaking with the developers it appears this is possible in Netpoint 5.9.
You can manually edit the NPMessagingConfig.xml file to contain multiple entries and the messaging service will read each one when it executes.
Each "website=value" must be unique.

Similar Messages

  • Send Port to internally hosted IIS web service needs to run on the SAME IIS SERVER from multiple orchestrations

    Hi
    We have a multi-server BizTalk environment. We have an Orchestration with multiple call orchestrations in it. Each called orchestration is calling a web service through a 2 way Send Port (which is hosted in IIS on each BizTalk server in our multi server
    environment). We have to ensure that each called orchestration is calling these web services on the same IIS server.
    I could create a dedicated host instance that the Send Port runs under to run only on one server but then this means that all our DBase traffic is happening on one server. We also thought about using the load balancer some how to achieve this through sticky
    sessions etc.
    This is all necessary because we are using Entity Framework exposed through web services and we need to manage transactions.
    Any ideas on how we may achieve this. I have inserted a picture to try and show the scenario
    Biztalk Developer

    Haha, Entity Framework strikes again!  But seriously, that is a rather odd architectural requirement, double check first. But anyway...
    Try this: Configure the Send Port URI to point to something like http://localservicehost/[yourEFService]
    Then in the local hosts file (the DNS/IP hosts file), define localservicehost to the local IP address where the service is listening.
    That way, the connection will always be made to the local machine.  Essentially the same as localhost.

  • CSS Keepalive for two applications on same IIS server

    We have 2 IIS servers running two MOSS 2007 appications. The app owners want keepalives setup for each application which each application is using the same IP and just different hostnames. So I need an example to do keepalives using a hostname / uri index.html for example rather then it using the IP address.
    I'm inheriting a system and don't want to break what's working so any examples would be greatly appreciated.
    Thanks
    Jim

    Jim,
    This is how I utilize 1 server with multiple web sites. The web server is configured to respond to http host headers. For this to work DNS needs to be correct. Each web site has a keepalive file for the script to check.
    service connections-1
    ip address 1.1.1.1
    keepalive port 80
    redundant-index 8001
    keepalive type script ap-kal-httptag "connections1.company.com /keepalive/lb.htm connections1"
    keepalive frequency 15
    active
    service datacentacc-1
    ip address 1.1.1.1
    keepalive port 80
    redundant-index 8030
    keepalive type script ap-kal-httptag "datacenteraccess1.company.com /keepalive/lb.htm datacenteraccess1"
    keepalive frequency 15
    active
    DNS entries for the individual web sites will point to the servers. I.E. connections1.company.com = 1.1.1.1
    datacenteraccess1.company.com = 1.1.1.1
    The Content rules will be the following.
    content connections
    vip address 2.2.2.2
    advanced-balance sticky-srcip
    redundant-index 8000
    add service connections-1
    protocol tcp
    port 80
    url "//connections.company.com/*"
    active
    content datacenteraccess
    vip address 2.2.2.2
    advanced-balance sticky-srcip
    redundant-index 8025
    add service datacentacc-1
    port 80
    protocol tcp
    url "//datacenteraccess.company.com/*"
    active
    Rich

  • Several Mail Accounts with the same smtp server

    Let’s assume, you have several accounts but however, you need to login to the same smtp server with different credentials (once with [email protected] and once with [email protected] – authentication on smtp servers is used to prevent spam): This works smooth on every mailbin on your apple/pc.
    Try to import your settings with itunes to iphone and everything crashes. Iphone is unable to distinguish accounts on imported smtp servers – you can’t set individual passwords this way.
    Work around: Create the accounts manually on iphone.

    Ameya,
    Have a look at your existing DAD configuration, it should be fairly obvious what you need to do to point at another instance.

  • Remotely create sites from a non IIS server

    Hi! 
    I'm creating some scripts to create websites to different web servers, but I'm standing in a non IIS server. So, I wanted to install the powershell snap-in for IIS administration, but I read that from Windows R2 it's a module, and can only be accessed from
    an IIS server. 
    So, my question goes to, if I can't install the snap-in anymore because I'm working with R2 servers, can I create some local script that creates all my sites, and then just invoke it from my non IIS server? Or that is not going to work?
    Thanks!

    Hello.
    You can install windows features (windows server 2008) using this:
    Import-Module ServerManager
    Get-WindowsFeature
    Add-WindowsFeature FeatureName
    Unfortunately IIS cmdlets don't have -ComputerName parameter and you cannot manage a remote server.
    In powershell 3 you can use remote modules (remooting should be enabled on the remote server - see
    man about_Remote_Requirements):
    $servername="Server1"
    $session=New-PSSession -ComputerName $servername -Credential (Get-Credential -Message "Enter your credential to access $servername")
    Import-Module WebAdministration -PSSession $session
    get-website # will be ran on remote server
    Good luck)

  • SCCM central site and primary site use the same SQL SERVER with two Instance.

    Hi  Guys,
    I want deploy SCCM 2012 central site and primary site in my domain. But Only one Sql server for me. Any one can tell me how to install the central site server and primary site server with the same SQL SERVER with two instance.
    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.
    Sean Xiao
    TechNet Community Support

    Although you can install like the configuration you said above, we do not recommend you do it this way. If your SQL box has  problems, all the data will go away and you will not have data redundancy.
    You need to configure the different SQL Port and SQL Broke service port e.g.
    SQL port 4023  SQL Broke Service port 4022 for CAS instance
    SQL port 4024  SQL Broke Service port 4021 for PRI instance
    Juke Chou
    TechNet Community Support
    I agree with Johan and this configuration should not be used. But I want to clarify that the default ports for "SQL port" (actually, SQL over TCP) is 1433 and the SQL Broker Service uses 4022. The configuration above should work but the "correct" would be
    to use 1433 and 4022 for the CAS and 10434 and 4023 for the Primary :)
    You can read more about Network Ports used by Configuration Manager here
    http://technet.microsoft.com/en-us/library/hh427328.aspx#BKMK_CommunicationPorts
    /Tim
    Tim Nilimaa | Blog: http://infoworks.tv | Twitter: @timnilimaa

  • Can the same IIS web server be used for Web Enrollment and AIA and CDP?

    I'm designing a PKI for my company and will need a web server accessible from outside for doing web enrollment as well as for publishing CRLs and AIAs. Can this be the same server?
    Can anyone point me to a good article on how to set this up?
    Thank you.
    Kenny

    yes, you can use the same web server to host CRT and CRL files. And there is nothing complex to create the site. Just create a web site and point it to a folder that contains your files, or add a virtual folder to existing web site.
    My weblog: http://en-us.sysadmins.lv
    PowerShell PKI Module: http://pspki.codeplex.com
    Check out new:
    PowerShell FCIV tool.

  • Monitoring two servers with same IIS configuration using SCOM

    Hello,
    We have two servers which has the same IIS configuration including sites names, how do we configure APM to monitor and get events captured on two different monitors on SCOM 2012 R2.
    Thank you, Anand
    Anand Franklin

    Hi Anand,
    There is no problem at all, if applications IIS paths (Web Site names + Web application name in IIS) absolutely match. Make sure both servers have SCOM Agent installed and connected to the same Management Group.
    In .NET Application Performance Monitoring template just keep Target Group field blank (it's blank by default) - that will mean the application will be monitored on each server within Management Group where it's discovered. The same configuration of
    APM monitoring will be used for all app instances.
    If you want to monitor the app only on two servers, and at the same time the app is hosted on more than these two boxes, you can create Windows Computer group populated with appropriate servers and specify this group as Target for APM monitoring.
    If you want to differentiate APM configuration for specific app instances, you should create several Windows Computer groups and bind each group with separate configuration - in this case you will have to run .NET Application Monitoring template several
    times, picking up the same app, but changing APM settings and setting new Target Group.
    Igor Savchenko, VIAcode Consulting LLC (http://www.viacode.com/)

  • Adding a Second Project Site with same restore data

    This is the first time I've had to accomplish this 
    I have a dev server where I restore a backup from 2 weeks ago to http://devserver/pwa
    My team has asked for a restore from 2 weeks + 1 day to http://devserver:99/pwa - I've tried deleting site collections, tried several other ways of doing the restore; however, during the mount-spdatabase I get only 1 site to come back (pwa)  but
    it doesnt show in the site list
    The enumallwebs shows the following (notice the in sitemap)
    stsadm -o enumallwebs -databasename content_database  
    databse site count 1
    <site ID = random characters > <owner = farmguy> <In sitemap = False>
    Web count = 235
    ==============
    I believe/know the issue deals with the same site ID being on the first pwa site; however when I try to do a Mount-SPContentDatabase content-database -WebApplication "http://dev:99" -AssignNewDatabaseID I still get the same issues - new database
    ID but still same site ID for the "dev/pwa" site database
    Is there anyway to clone (yes I've seen the other articles) or have two sites with the same data?
    I've also thought about trying to export the stsadm enumallwebs data and copying that to a new PWA site but have been unsuccessful in the export (or even finding a way to do it)
    Can I get any ideas on how to either
    1) Change the site ID from a database backup/restore
    2) Restore a PWA site to the same server/database server 
    3) other ideas?
    My team members would like to do a comparison of the two dates between a project to check for differences (I just found out about
    FluentPro Audit Lite Pro)  
    Any and all suggestions would be appreciated... 
    Thank you 

    I'm still experiencing issues
    I tried the following (http://social.technet.microsoft.com/Forums/projectserver/en-US/edc6f56a-5850-4102-841b-32d4df6e6882/how-i-to-restore-the-project-site-deleted-on-project-server-2010-?forum=projectserver2010general) by recovering the data from an unattached
    Database (I also did the site collection backup)
    1) Trying to do an Import-SPWeb but this was unsuccessful
    created a web application 99 -> provisioned a pwa with the old databases -> data appear in project center but when you click on the sites it gives an error message
    created a web application 99 -> create a site collection -> provisioned a pwa with the old databases -> data appear in project center but when you click on the sites it gives an error message - same as above
    the below while it held promise it didnt work for going against a separate port... using the data from an unattached content database export (link above)
    also reference (http://pwmather.wordpress.com/2012/06/28/move-a-sharepoint-2010-sub-site-to-a-different-location-on-the-same-farm-sp2010-ps2010-powershell/) 
    2) Tried to do a SPSite Restore and it ends up deleting the provisioned PWA and still appears to be there but no PWA soo 
    3) removing the ophaned PWA site (http://mrhodes.net/2011/02/24/fixing-an-orphaned-site-collection-within-project-server-2010/) wont help since it will remove the PWA sites/subsites from the content database I want
    4) I'm still unsure how to approach what Krishnp stated...
    unless #2 was his approach
    Any other help would be greatly appreciated - I'm trying everything it's time consuming since the backup files take over an hour to restore to a site - while it is faster to do the original when its just one content database/4 pwa databases... 
    I've read its possible to do to different ports (of course I closed the page) but I have only seen one post point it out 
    thanks again 

  • Robohelp 9 Adobe Air Browser Based Help not rendering on IIS Server 7.5

    Hello everyone,
    I'm having an issue where the output (Adobe Air browser based help) is not rendering properly on the IIS Server 7.5 that it is published to.
    I have updated the icons in the skin, and when viewed locally the site works fine. When it is published to the webserver the new icons do not show up, and the banner does not render in the new color. The site is using the unipane adobe air browser based help template.
    I've had the dev team restart the webserver twice, and for some reason the flash object simply won't update.
    Anyone else see this before?
    Thanks,
    Jerry

    Hi Jerry
    If memory serves, Browser Based AIRHelp uses Flash elements like FlashHelp does. I recall a few years ago that FlashHelp had the same issues on some servers. Further, if memory serves, the fix was to ask your web server folks to tweak the server by adjusting the MIME types so it will properly serve Flash items.
    Adobe used to have a KB article on this. Unfortunately, time seems to have caused it to evaporate. Grrrrr
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Prevent Hotlinking on CF/IIS server?

    I am setting up an eCommerce site for a photographer
    with Cartweaver CF. He asked me about preventing
    others from 'hotlinking' the images, i.e. stealing bandwidth
    by posting images on their own sites via url to the image.
    I have read how to do with .htaccess on a linux server,
    but what about on an IIS server - can it be done?
    Or, is there some way to do this with ColdFusion itself?
    thanks
    Michael Evangelista
    Evangelista Design
    www.mredesign.com

    Thanks Paul - that looks like it will do the trick.
    Also noticed this from the same company
    http://www.helicontech.com/hotlinkblocker/
    Michael Evangelista
    Evangelista Design
    www.mredesign.com
    "vinkie" <[email protected]> wrote in message
    news:elgl43$m79$[email protected]..
    > You could use IsapiRewrite on IIS, probably the best
    tool for it.
    >
    >
    http://www.isapirewrite.com/
    >
    > Regards,
    > Paul

  • Who Knows the best way to deploy video Using FMS / Apache / IIS Server running on Win XP Pro?

    Right now I do not have “server”. Example: I do not have anything like windows sever 2000, 2003 etc. but I have and running IIS server on the same Windows XP Pro. On this very same machine I installed FMS server with the Apache that came with the FMS. I have read and followed the instructions time and time again in deferent ways to deploy my video on the server but no idea I used is working so my clients could view my videos. Looking forward to have site like “hulu” / "You Tube".
    Pleaseif you was successful streaming videos, I need step by step information from anyone whom was able to streaming videos to the public on the internet with Flash / Apache / IIS Server running on Windows XP Pro.
    jos.

    Hello World,
    This issue has been taken care of! Thanks to all that read my message and wish they could help. It was all but a simple mistake that created the problem. For all that may think they themselves has the same problem please check your spellings at times that could be a serious issue! It was all because I missed an alphabet of “s” the word was “Thumbs” but I spelled it “Thumb” missing “s” for this simple reason the Thumbnails refuse to populate in the Tilelist. But soon this was corrected, both images populated in the tilelist. For the videos I have to make correction in ActionScript from playlist-streaming to playlist and the video was on. Now you know you too could try looking into your designs and ideas!
    Thanks.
    Jos.

  • Display Several Sales Orders from Same Business Customer TOGETHER   in MD04

    Hello
    In MD04 is it possible to display several sales orders from same business customer together?
    For instance one business customer order bikes for two times.
    The Order-No are 12912(50st by 07/08/09) and 12913(100st by 10/08/09).
    Normally after runnning of MRP(MD02), the planned orders are displayed seperately in MD04.
    I want to display  two orders together.
    The reason is if some trouble happens in Production(for Ord-no 12912) and it cannot be deliveried on schedule, however Production  (for Ord-no 12913) is going without trouble, the final-products for order 12913 should move for 12912.
    If you have some good solutions, please share it.
    Thank you for your advice.
    Regards,

    Hi Riyolshibashi,
    Lets look at the two main scenarios, MTS and MTO.
    In MTS, the general display filters are available in MD04.  Standard SAP filters do not filter on 'customer'.  I suspect this is because the concept would normally be illogical in a MTS environment.  Planned orders do not exist to serve a customer, but to serve 'stock'.  But let us not think about SAP and their logic.
    SAP allows you to create customized filters, in IMG>Production>MRP>Evaluation>Filter>Define Display filter.  Within this definition, under the  "Addnl Selections' tab, you can tick 'Define addl selections in the transaction'.  When you use this filter in MD04 display, then, one of the options available to you is to enter a specific Customer number, and then the display will only show the requirements from this customer.  Since you have excluded all other customer's orders, all orders of a single customer will be displayed consecutively.  Next to each other.
    In the case of MTO, the 'filter-by-customer' concept makes more sense (although, not for the reason you have stated.  You would have to find some manual method to convert a production order from supporting one sales order item, to supporting another sales order item.  Possible but difficult).  Anyway, the above mentioned customized filter would also work in an MTO environment.
    Regards,
    DB49

  • How to work with two different backend with same MI Server and war file

    Hi All,
    We have a requirement that we need to work with one Middleware for two backends. For that we had to copy MAM30 sync bo's to zsync BO'S with the name ZMAM30. Now both sync BO'S will point to different backends.
    I have a standard war file which was working well with standards sync bo's. Now to work on zsync bo's what all the changes do I have to do in the standard war file(code).
    As per my knowledge we have a file called "syncbonamelist.properties" which maps the sync bo keys. Also there is another file called "mapping.xml" file which maps the package name with BO name.
    Can any body please tell me, are there any other files needed to be change like "meRepMeta.xml", other than any existing code like java objects are also needed to be changed.
    Your help in this regard is highly appreciable.
    Regards
    Murthy

    Hi Murthy,
    I try to get my head around the question:WHY?
    The reason for my question is, that this influences the answer!
    Because of several reasons it is NOT possible to handle MAM and zMAM Bos at the SAME TIME on the SAME MACHINE in the way you describe it - and it makes no sence to do so at all! But anyway......
    Lets say you have two backends, cause you have two different areas of the company. But both want to use the same MI server - but the client should be independend.
    So you need two apps. One uses the MAM BOs and the second one uses the zMAMBos.
    If this is the case, dev should be straight forward I think and you solution should work already......... so I ask myself, what is the problem you have? Do you get an error?
    - First create a new MEREPMETA-XML with just the zMAMBOs instead of the MAM BOs.
    - Change the two files you mentioned above.
    This should be all then.
    If you have a look into the implementation for MAM001Impl for example, there you find a line like:
         private static final String SYNC_BO_NAME
              = ResourceBundle.getBundle("com.sap.mbs.mam.bo.impl.syncbonamelist").getString("MAM30_040");
    This takes the name from the properties file and maps it to the real BO. So changing the name in the property file to
    MAM30_040 = zMAM30_040
    will result in MAM uses the zMAM BOs.
    Be aware: after you place the WAR file in the WEBAPPS folder and do a restart to deploy the file, you need to do a data reset to make sure the new MEREPMETA.XML is read.
    AND: two apps! one for MAM and one for zMAM BOs. One APP is not possible! Cause if you have something like that in the properties file:
    MAM30_040 = MAM30_040
    MAM30_040 = zMAM30_040
    if will only take the first reading.
    But I think this is clear to you anyway
    Regards,
    Oliver

  • How to use the same OC4j server with different port number

    How to use the same OC4j server with different port numbers..?
    I have to OC4J installed on my machine on different hard disk drives....
    I want to be able to run both the server simultaneously..?
    is it possible ..it yes then how..?
    for that i have changed the port number of one server...
    but when i am trying to start the other server with different port number..it says that JVM -Bind already...
    Is there any clues...?
    Nilesh G

    In the config directory:
    default-web-site.xml: Change the port the HTTP listener listens on
    jms.xml: Change the port the JMS service listens on
    rmi.xml: Change the port the ORMI listener listens on.
    Or, you can add another web-site.xml file, and deploy your applications to 1 server, and bind the web applications to the different web sites. This way you only have to deploy your applications to 1 place.
    Rob
    Oracle

Maybe you are looking for

  • Windows Explorer crashes and resets in Windows 8.1 Help

    Hello, I was copying from a DVD disc to my drive suddenly the copying was cencelled and I saw a blue screen which went away quickly and Windows Explorer started again. Here is the information about it in Events View. Faulting application name: Explor

  • Nokia 5800 does not display contact names

    With some of my contacts an incoming call with a Caller ID does not display the caller's name, although they are in my Contact List and the number is in a valid format.Same is the case for sms's from the same contact.I only have one entry of that con

  • OfficeJet Pro 8600 scans have vertical lines.

    I have a OfficeJet Pro 8600 and my scans have vertical lines.  Copying does not have the lines.

  • Yamaha YSP-3050

    What is the best way to hook this up to a Toshiba 40RF350U TV?  I am looking to just use it instead of the TV speakers.

  • Using Sharepoint Client Object Model with large libraries (more than 5000 elements)

    Hi, i have issue with acccessing large list with more than 5000 elements. I use a Sharepoint Client Object Model.  It worked till yesterday when in the list was less than 5000. Now there is in the library more than 5000 elements. I have changed in th