Biztalk receive location

I'm trying to process a file with 70 MB but the receive location "IN folder" is not picking it up.
To make sure that the receive location is working, I dropped a 10 KB size file and it picked it up quickly. So the receive location is working properly. 
So why my receive location is not able to process a 70 MB ?
Christiane

Hi Christiane,
I tried with 94.3037 MB EDI file using EDIReceive pipeline and it was processed, but it took 28 mins to process the file.
And then after individual files (transactions) are getting
send to destination...
so far 5566 files are done (in one hour)....
still counting 
Offcourse the performance is not
great but that was expected as the encounter is with EDI file
that too large in size. And it is because while transformation from EDI to XML in pipeline annotations are
added thus leading to increase
of size.
This is certainly a limitation, adding a dedicated host should help upto some
extent, and I guess there is
a
EDI Accelerator from
covast which
does overcome this limitation by removing the annotations (I haven't used it)
Maheshkumar S Tiwari|User
Page | http://tech-findings.blogspot.com/

Similar Messages

  • Processing Multiple Files for more than 100 Receive Location - File Size - 25 MB each file, file type DML

    Hi Everybody
    Please suggest.
    For one of our BizTalk interface, we have around 120 receive locations.  We are just moving (*.dml) files from the source to destination without doing any processing.  
    We receive lots of files in different receive locations and in few cases the file size will be around 25 MB and so while moving these large files, the CPU usage is varying between 10% to 90+% and the time consuming for this single huge file is around
    10 to 20 minutes.  This solution was already in place and was designed by the previous vendor for moving the files to their clients.  Each client has 2 receive locations and they have around 60 clients.  Is there any best solution for implementing
    this with in BizTalk or outside BizTalk? Please suggest.
    I am also looking for how to control the number of files which gets picked from the BizTalk receive location.  For example, If we have say 1000 files in receive location and we want to pick at a time only 50 files only (batch of 50) then is it possible?
    because currently it is picking all the files available in source location, and one of the process is dropping thousands of files in to the source location, so we want to control  the number of files getting picked (or even if we can control to pick the
    number of KBs).  Please guide us on how we can control the number of files.

    Hi Rajeev,
    25 MB per file, 1000 files. Certainly you got to revisit the reason for choosing BizTalk.
    “the time consuming for this single huge file is around 10 to 20 minutes”
     - This is a problem.
    You could consider other file transfer options like XCopy or RobotCopy etc if you want to transfer to another local/shared drive. Or you can consider using SSIS
    which does comes with many adapters to send to destination system depending on their destination transfer protocol.
    But in your case, you have some of the advantages that you get with BizTalk. For your scenario, you have more source systems (more Receive locations), with BizTalk
    it’s always easier to manage these configurations, you can easily enable and disable them when a need arise. You can easily configure tracking; configure host instances based on load etc. So you can consider following design for your requirement. This design
    would suit you well since you’re not processing the message and just pass it through from source to destination:
    Use a custom pipeline component in the Receive Locations which receives the large file.
    Stores the received file into disk and creates a small XML metadata message that contains the information about where the large file is stored.
    The small XML message is then published into the
    message box db
    instead of the large file. Let the metadata file also contain the same context properties as the received file.
    In the send port, use another custom pipeline component that process the metadata xml file, retrieve the location of the disk where the file is stored, access the file and send it to destination.
    Read the following article on this design..
    http://www.codeproject.com/Articles/180333/Transfer-Large-Files-using-BizTalk-Send-Side
    This way you don’t need to publish the whole message into message box DB which would considerably reduce the processing time and utilises host instance to process
    more files. This way you can still get the advantages of BizTalk and still process large files.
    And regarding your question of restricting the Receive location to handles the number of files from receives location. No it’s not possible.
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Biztalk Receiving Duplicate Message

    How Do you avoid receiving a duplicate message?
    Christiane

    Hi Christiane,
    To “avoid” receiving duplicate message in BizTalk, only solutions is to avoid configure BizTalk receive location to the source system which sends the duplicate message.
    But you can “Reject” (or stop processing further) the received duplicate message in BizTalk.
    BizTalk would receive all the recognised messages from the configured source system. Defining a message as DUPLICATE or not is a custom business condition/requirement. This custom business condition/requirement
    various to various integration. Hence its not part of the BizTalk by default. You have to handle this business condition/requirement in BizTalk.
    If you don’t want the duplicate message to be published into messagebox or proceed further in BizTalk, you can consider using a custom receive pipeline component where you can implement a logic
    to check wheather the received message is duplicate or not.
    For example, if you receive a Order message and if OrderID definies the uniqueness of an order, then in custom receive pipeline once you received the message, access its OrderID and check it against
    a custom database to see if this OrderID is present in the db already or not. If the OrderID is not present in DB, then insert the OrderID in DB (for subsequent checks) and proceed the message furture. If the OrderID is already present in the db (then the
    received order is duplicate), then suspend (or don’t publish the received message furture) the message.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • BizTalk AS2 receive location (500.0 error) reported by eternal party when trying to reach BizTalk 2010.

    
    Hi There - 
    We are facing AS2 connection problem with one of our customers. Following is scenario.
    Problem Scenario –
    We BizTalk 2010 server with which we are trying to connect one of our customer’s bank for secure communication.
    Our UAT box  has been done with a successful test connection with that bank however when we move to production server, whenever the Bank try to send any simple .txt file via AS2 protocol, we do not receive the file and bank receive an error following
    message .
     <div><fieldset>   <h2>500
    - Internal server error.</h2> 
      <h3>There is a problem with the resource you are looking for, and it cannot be displayed.</h3> 
    Bank has AS2 setup on following environment.
    AS2 Software Used
    Connect Enterprise
    AS2 Software Provider
    Sterling Commerce  (IBM Mail Slot)
    Platform on which AS2 Software is installed
    AIX
    I have compared the UAT and Production servers AS2 receive URL configurations and these are completely alike.
    Whenever I try browsing the virtual directory setup for AS2 from IIS 7.0 or from
    internet explorer with hostname and virtual directory, I get 500.0 internal error which following post says is absolutely fine, this should not be a problem.
    XXXXXXX
    I have setup the IIS Log trace. Following are the traces from IIS. 
    Action Performed to resolve the issue.
    Compared the UAT and Production server settings both are alike.
     Setup the AS2 receive with reference of following URL .
    http://msdn.microsoft.com/en-us/library/bb727975.aspx
    http://biztalk-dish.blogspot.com.au/2012/07/guidance-on-edi-over-as2-in-biztalk.html
    http://www.biztalkbill.com/Home/tabid/40/EntryId/66/Configuring-BTSHTTPReceive-dll-to-work-on-IIS-7.aspx
    Installed the party certificates by referring following URL
    http://msdn.microsoft.com/en-us/library/aa559902.aspx#step5
    App Pool a/c and (Isolated and Inproc) host a/c and the receive pipline host a/c are same and certificates has been installed by loggin to server with same account .
    Firewall ports are open to accept the traffic, I have to log from network team.
    I tried following URL.
    http://go4answers.webhost4life.com/Example/http-receive-url-without-78425.aspx  (I have suffix the DLL name to the URL which party has to reach.
    Example - http://XXXXXXX/EDIIN/BTSHTTPReceive.dll
    http://hostname/virutalDirectory/BTSDLL
    I have tried resolving 403/ 405 error which sometimes reported in my IIS error log, which generally arrive after reset of IIS 7.0
    Using URL -        
    http://go4answers.webhost4life.com/Example/btshttpreceivedll-405-error-57131.aspx
    http://biztalk-diary.blogspot.com.au/2010/05/btshttpreceive-error-405-method-not.html
    IIS errors has been referenced using following Url
    http://support.microsoft.com/kb/943891/en-us
    following are the error logs from IIS 7.0 log file, whenever party sends any message to our server.
    2013-12-14 19:02:59 10.83.241.83 POST /EDIIN/BTSHTTPReceive.dll - 80 - 10.83.251.4 Jakarta+Commons-HttpClient/3.0-rc4 500 0 0 9812
    2013-12-14 19:03:48 10.83.241.83 POST /EDIIN/BTSHTTPReceive.dll - 80 - 10.83.251.4 Jakarta+Commons-HttpClient/3.0-rc4 500 0 0 343
    2013-12-14 19:04:48 10.83.241.83 POST /EDIIN/BTSHTTPReceive.dll - 80 - 10.83.251.4 Jakarta+Commons-HttpClient/3.0-rc4 500 0 0 406
    Sometimes I find following entries though
    #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
    2013-12-14 20:10:55 ::1 GET /EDIIN - 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E)
    301 0 0 453
    2013-12-14 20:10:55 ::1 GET /EDIIN/ - 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E)
    500 0 193 15
    Any advice will be a great help.
    Please Note: We have setup other virtual directories for receive HTTP connection using (BTSHTTPReceive.dll) file and these connections has been setup using same user account and are working perfectly fine.
    I repeat,
    >>           I have compared all the configurations for AS2 receive location with other setup on Production for other customers ( this is similar)
    >>           I have cross checked the setting with UAT box where connection with this Bank is working absolutely fine but in production it is NOT and configurations are similar.

    Hi,
    It maybe windows firewall issue. you can try create a Windows Firewall exception if
    Windows Firewall is running on your server. And please refer the blog about 500 error in iis which might helpful:
    http://support.microsoft.com/kb/942031/en-us
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • SFTP Adapter Receive location does not work on BizTalk 2013

    I am using SFTP 32 bit Adapter on BizTalk 2013 , I have provided proper credentials like user name and password, server name, port #......but the file is being not picked.
    Iam dropping just 1 file at a time, but why doesn't it work ?
    Please suggest
    MBH

    The Messaging Engine failed to add a receive location "corp.Integration.RP.SeTwoAxis_rcvPayad" with URL "sftp://dcla.sftp.xxxxcorp.com:22/users/mnopt_user/sereng/IN/*.txt" to the adapter "SFTP". Reason: "Microsoft.BizTalk.Adapter.SftpInvoker.SftpException:
    List remote directory error.
       at Microsoft.BizTalk.Adapter.SftpInvoker.SftpInvoker.ListRemoteDirectory(String dirname)
       at Microsoft.BizTalk.Adapter.Sftp.SftpRLConfig.ValidateConfiguration(SftpReceivePropertyBag receivePropertyBag)
       at Microsoft.BizTalk.Adapter.Sftp.SftpRLConfig.CreateBinding(RHConfig rhConfig)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.BtsServiceHostBase.InitializeRuntime()
       at System.ServiceModel.ServiceHostBase.OnBeginOpen()
       at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiveEndpoint.Enable()
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiveEndpoint..ctor(BizTalkEndpointContext endpointContext, IBTTransportProxy transportProxy, ControlledTermination control)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiver`2.AddReceiveEndpoint(String url, IPropertyBag adapterConfig, IPropertyBag bizTalkConfig)".
    MBH

  • BizTalk 2006 R2 Receive Location )File - XLS) Being Read Twice?

    Scenario: IBM ESB is writing a XLS file to a UNC path that is polled by BizTalk 2006 R2 Receive Location (File) but the file is being processed twice on a few occasions that cannot be reproduced. The polling interval is set to 60 seconds and then the file
    is removed. My developed confirmed the duplicate processing via our database that records incoming messages.
    Any idea on how to proceed?
    -Shawn
    Shawn ([email protected])

    Update! 
    I was able to duplicate this issue but I haven’t determined root cause yet. This one is a bit tricky. I kept processing files until I noticed some warnings in the EventViewer. The BizTalk service became disabled and then re-enabled
    causing the message to be processed again. Any ideas?
    4:20:59 PM – I re-enabled but this must automatically be done by BizTalk for the duplicate message to be processed
    The following BizTalk host instance has initialized successfully.
     BizTalk host name: BizTalkServerApplication
     Windows service name: BTSSvc$BizTalkServerApplication
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    4:20:32 PM
    An error occurred that requires the BizTalk service to terminate. The most common causes are the following:
     1) An unexpected out of memory error.
     OR
     2) An inability to connect or a loss of connectivity to one of the BizTalk databases.
     The service will shutdown and auto-restart in 1 minute. If the problematic database remains unavailable, this cycle will repeat.
     Error message: Exception has been thrown by the target of an invocation.
     Error source: mscorlib
     BizTalk host name: BizTalkServerApplication
     Windows service name: BTSSvc$BizTalkServerApplication
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    4:19:48 PM
    All receive locations are being temporarily disabled because either the MessageBox or Configuration database is not available. When these databases become available, the
    receive locations will be automatically enabled.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    4:19:34 PM
    The Messaging Engine failed to retrieve the configuration from the database. Details:"The database cannot be accessed because the system is recovering from an earlier database
    failure. ".
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Shawn ([email protected])

  • Biztalk AS400 Receive location: Error

    One of my integration points is an AS400 file location. My application picks up files from this location. However, once all files are consumed, the receive location encounters an error and turns off. It happens for not one but three of my receive locations.
    They all point to different file locations but have the same error. The error is below
    The receive location with URL is shutting down. Details:"The FILE receive adapter cannot monitor receive location 
    I read somewhere that this is an existing issue and that to fix it would require implementing a custom File receive adapter. Are there other options?

    when all the files in the folder are processed, file adapter tries to register for next change event notification. But if this event fails then the receive location will shut down. Yes this is a known issue and receive location cannot restart on its own
    once it gets shutdown.
    The few resolutions that can be implemented are
    1. if you have a BizTalk monitoring process like SCOM or any other, when you get alerts of this kind, you have to enable the receive location again manually
    2. or else you can configure a script or a windows scheduled job that enables the receive location when it is shut down.
    for more information you can have a look at  here or
    here and here
    Please mark the post as answer if this answers your question. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • HTTP Receive location failing to in BizTalk

    Hi All,
    BizTalk application receives request from external vendor using HTTP Receive location which uses HTTPReceive.dll
    2 servers A and B in the production performing well, but it fails from yesterday. Could see request coming through the IIS in the IIS log, but it is not reaching to biztalk application.
    I have tried these steps in both A and B machines
    1. restart the biztalk app
    2. restart the application pool of the website that connects this app
    3. reset iis in the machines 
    How a request from IIS is routed to machines, I can't understand which machine handles the request, currently it reaches machine B, I could see previous IIS log where it processed successfully in machine A IIS log.
    I could see error 500 in machine B IIS log for each request that comes in but cannot make it to BizTalk app
    No error log in the event viewer of A and B BizTalk servers.
    Can anyone guide me how to resolve it?
    Regards
    Vivek

    Hi Vivek,
    If you get HTTP-500 error you will have eventlog entries, not just in IIS logs.
    "How a request from IIS is routed to machines, I can't understand which machine handles the request, currently it
    reaches machine B, I could see previous IIS log where it processed successfully in machine A IIS log." -
    IIS would route to BizTalk machines, only if you have separate servers as webserver(IIS) and BizTalk. If IIS is host in the same servers as BizTalk, then when the IIS receive the message,
    it would route to its standalone internal BizTalk server. The routing to different machines is due to the loadbalancer. Your statement is bit contradictory. I assume your IIS is local to the BizTalk servers. So when the client send the message to HTTPReceive.dll,
    the url is bound to loadbalacer, which based on its load balancer logic route the message to anyone of the BizTalk server's IIS (machine A and machine B) hence you see two different IIS logs in machine A and machine B.
    Many Load-balancers, I have seen work with a unique logic where they send the requests primary to one server always and only if that primary server is busy (or not available) then it would
    send it to other server. May be load-balancer have been sending its request to mahicne-A until recently and may be due to some reasons its sending the request to machine-B now. The reason machine-B may not be working now, could be because it was never configured
    properly before and when machine-B start to receive the message, it gives error(as load-balancer request are always handled by machine-A before). To prove this, stop IIS in machine-B and see machine-A receive the message.
    For this HTTP-500 error, check the HTTPReceive.dll is configured correctly. Check the following articles for configuration:
    Configuring BTSHTTPReceive.dll to work on IIS 7
    http://www.biztalkbill.com/Home/tabid/40/EntryId/66/Configuring-BTSHTTPReceive-dll-to-work-on-IIS-7.aspx
    http://social.msdn.microsoft.com/Forums/en-US/20ea5954-4ca8-40ca-b043-2e6c3d3ae105/btshttpreceivedll-remote-server-returned-an-error-500
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • How To convert BizTalk 2009 Web Services(Receive Locations) to 2013 WebServices ??

    Hi ,
    We are actually going to migrate from  BizTalk 2009 to BizTalk 2013 . As a part of this i want to convert all current BizTalk Artifacts to get compatibly with BizTalk 2013. I was able to convert schemas , maps , Orchestration etc to .net 4.5  directly
    via Visual Studio 2012 Conversion Wizard. But for BizTalk Rcv Location WebServices (.asmx and .svc) , i was not able to do the same. Could anyone give some insight on how to migrate the Rcv Location during the migration from BizTalk 2009 to BizTalk 2013. 
    Abhijith

    well i guess you need not to re expose the schema, i am not pretty sure though. Because your code relies on .net 2.0 and you are moving it to higher version 4.5, it should work.
    So only changes in apppool settings and if required, changes on web.config file for runtime version property will do.
    well i am not pretty sure though, just try and trouble shoot it.
    Please mark the post as answer if this answers your question. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Biztalk SCOM 2007 R2 Automatically starting receive locations that are shut down

    Need steps to turn on receive locations automatically that are down. Could you please guide me to implement the script to do it. I am new to SCOM. Appreciate your help.

    Hi,
    When a port is disabled, an event 'xxx port is shutting down' is written to the event log, Then you can utilize SCOM to watch for the event, then write a script to restart it.
    Juke Chou
    TechNet Community Support

  • Unable to pick up the file from Receive Location

    BizTalk is  unable to pick up the files from receive location.
    My admin console is working so slow.
    It is showing the problem of snap-in as follows:
    I have checked all my receive location and its masking,it is working fine.
    Actually it is working fine in dev server(snap-in problem is not occuring in dev server ) but when I import MSI and binding in UAT server.
    It is not picking up the file from receive location.
    I want to know one more thing :if my message box database is not working fine,will it receive the files from receive location.
    Prakash

    For files not received by receive location. If the Receive Location is still enabled but files are not processed by Receive Location, then check whether the host instance  configured with your receive location is running. If the host instance is in
    running state, restart the host instance and try.
    Regarding the error in the admin console as shown in the image, people started to see this issue with admin console from BizTalk 2009 onwards. This happens in cases like you have done some activity with console and before its been refreshed it you do more
    activities like expanding the node you will see this error. Sometimes WMI is bit slowly to refresh your admin console screen. Just wait for few seconds untill the WMI screen is rendered completely. Ensure you have all the cumulative updates installed for your
    version of BizTalk and also ensure the service pack for your OS is updated.
    Obviously if message box is not working, files will not be received/processed. But if message box is not in healthy state this would affect all other application not just one and in-fact it would affect entire BizTalk not just Receive Locations.
    To start analysing this file not been processed by Receive Location, start with checking the host instance as mentioned.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • How to get application name from a receive location?

    Hi all,
    I am trying to do a custom error application, and I want to notify system admin users that "the receive port XXXX has stopped in application YYYYYY".
    Right now I do know which receive location that is being suspended. But I am not being able to get the application name, associated to this receive location (I can also get the ReceivePort, if it matters).
    I've tried 2 ways:
    > using WMI
    > Using SQL (direct query in BizTalk databases - for testing).
    I did not found any solution, even search table by table, i did not found a relation between Applications and receive location..
    Anyone? 
    Thanks in advance
    Ricardo Bessa

    The following SQL query should give you a result of every disabled receive location as well as it's receive port and application:
    SELECT
    RL.Name AS ReceiveLocationName
    , RP.nvcName AS ReceivePortName
    , APP.nvcName As Application
    FROM [BizTalkMgmtDb].[dbo].[adm_ReceiveLocation] AS RL WITH(NOLOCK)
    INNER JOIN [BizTalkMgmtDb].[dbo].[bts_receiveport] AS RP WITH(NOLOCK)
    ON RL.ReceivePortId = RP.nID
    INNER JOIN [BizTalkMgmtDb].[dbo].[bts_application] AS APP WITH(NOLOCK)
    ON RP.nApplicationID = APP.nID
    WHERE
    RL.[Disabled] = -1
    ORDER BY Application ASC
    Christian @ IntegrationAdmin.com

  • Receive location disabling(File Adapter)

    Receive location is automatically disabling . Note: In the rcv loc. I am giving proper authentication details of user(who has full control on "Folder"
    Errors:" The Messaging Engine failed to add a receive location "Receive Location1" with URL "\\Server\Folder\File" to the adapter "FILE". Reason: "File transport does not have read/write privileges for receive location
    "\\Server\Folder\". "."
    "File transport does not have read/write privileges for receive location "\\Server\Folder\"."
    "The receive location "Receive Location1" with URL "\\Server\Folder\File" is shutting down. Details:"The Messaging Engine failed while notifying an adapter of its configuration. "."

    Hi,
    "This behavior occurs because the account or accounts that the BizTalk Server receive location is using to access a folder or a file share do not have the correct permissions at the file system level or at the file share level. " - Refer this Knowledge Base
    from Microsoft:
    A BizTalk Server receive location that is configured to use the File transport type is disabled
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • Can we receive EDI as a String through WCF in to the orchestration receive location

    Hi,
    I had expose the orchestration as WCF service. Now i want to send the EDI file using WCF client to the receive location. So that my EDI file goes into the orchestration receive port and i would get the XML on the Send port.
    How i can achieve this? Please correct me if i am wrong.
    Thanks

    If you have exposed Orchestration as WCF service. And to test the process you can use test clients like
    WCFStrom,
    SOAPUI.
    With these test clients, when you add service reference to the URL of you WCF service (or provide the WSDL file) , these tools would read the contracts of the
    WCF and would provide an interface through which you can send the input parameter as expected by your exposed Orchestration.
    If your Orchestration (which is exposed as WCF service) is configured to receive EDI files, when you provide URL reference of the WCF service to the test clients
    (like WCFStrom, SOAPUI ), these test client would
    read the WSDL and would provide an interface for you to enter the data for the EDI. Look the following image of an WCFStrom which is expecting a sample schema (in your case, it would be the schema for WDI)
    So when you post a message using
    test clients, it would post the message to the WCF service. You would have got a Receive Location configured with WCF-based adapter (you get this when you
    import the binding which got created when you used the BizTalk WCF service publishing Wizard) which is bounded to orchestration (which is exposed as WCF) would receive the posted message and orchestration would process the posted message and you can see the
    output in send port as you have configured..
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Error when trying to create a receive location

    Hi,
    I'm trying to creat a receive location using a WCF-SAP adapter.
    When I click on the Configure button, I get a "Exception has been thrown by the target of an invocation (mscorlib).
    Could not load file or assembly 'Microsoft.Adpaters.SAP.SAPGInvoker.dll' or one of its dependencies. The specified module could not be found (Microsoft.Adapters.SAP)"
    Any idea what this means ? Sorry  I'm a newbie in this environnement.
    Regards,
    Eric

    Hi,
    Looks like just installed the Microsoft BizTalk Adapter from BizTalk installation wizard, but not
    SAP RFC SDK. Check
    Microsoft BizTalk Adapter Pack 2.0 Installation Guide for more info.
    You need to install
    SAP RFC SDK driver based on the
    SAP client version used.

Maybe you are looking for

  • SOA SUITE installation in Vista

    Hi I am trying to install Soa Suite 10.1.3.1 in vista OS. I get the following error Checking OS versions: must be 5.0, 5.1 or 5.2 . Actual 6.0 Failed But my colleagues are able to install it without any problem. ( in vista 6.0 ) Pleaes help me to res

  • How to make a screenshot in Windows 8.1?

    Model: C875D - S7120 Part No.: PSCBEU - 01100F I can't do it.... I have tried the usual Ctrl-V and also Shift-Ctrl-V to make basic screenshots and paste them to my graphics programs (I use the more modern Gimp 2.8 and Paint.net, along with a Paint Sh

  • Icon was changed to default icon when editting a node on JTree

    I have a tree with icon on nodes. However, when I edit the node, the icon is changed to default icon. I don't known how to write the treeCellEditor to fix that one. The following is my code: package description.ui; import java.awt.BorderLayout; impor

  • My blackberry wont work

    please can anyone help last night my blackberry curve slowed down whilst i was on fb then it turned off this morning i turned on my phone and the screen was white with messagereload software 552 what do i do as i cant even turn off the phone now plea

  • Change country of online number subscription?

    I currently have a UK landline number that I no longer need that is valid until next June. Is it possible for me to change it to an Irish landline number?