Search Results for 'default.aspx'

Home Page Forums Search Search Results for 'default.aspx'

Viewing 15 results - 31 through 45 (of 62 total)
  • Author
    Search Results
  • #16594

    So what's the reason for the dynamic mapping?  Do you only have a single end point?  Since you can apply a map(s) at a send port level, in a basic scenario, you do dynamic routing and whichever send point has the necessary subscription (e.g. Quantity > 100 AND VendorID == 1234) will be used and the appropriate maps applied.  Also note that a send port can have multiple maps and the matching inbound root node will be used to pick which map to use.

    To your other point, reading the file in repeatedly is indeed poor for performance, and, would require that file to be sitting on each machine in the BizTalk farm (unless you are using UNC paths).  So, you could put those values in the btsntsvc.exe.config file (which is read upon host start up), but then you still have to keep those config files in sync on each machine.

    The best choice for reading those types of constantly used (yet static) values is to use either the BRE, or SSO.  For the SSO option check out the code samples online (http://msdn.microsoft.com/biztalk/downloads/samples/default.aspx), the one called SSO as Configuration Store.

    #16496

    In reply to: Dynamic mapping

    Also check out out this from Matt Meleski (MVP):

    http://objectsharp.com/blogs/matt/archive/2006/01/29/3778.aspx

    And for a commercial offering:

    http://www.fpoint.com/biztalk/default.aspx

    #16457

    Hi JB,

    I have looked into this issue. I haven't been able to solve this issue yet as it seem like a BUG in File adapter (Not sure so far). But i can explain what’s going wrong.

    Biztalk does create a Temp file Named: "[Your complete file name].BTS-WIP"

    When it finishes writing the temp file to the specified location, it tries to rename the file to "[Your complete file name]". But unfortunately the file is already open by the existing stream and Biztalk gets the "Sharing Violation" error. Upon getting the error it deletes the "[Your complete file name].BTS-WIP" file.

    You can test this your self as well. Just remove the delete permission from the Folder where Biztalk tries to create the File. Run your process and see that the "[Your complete file name].BTS-WIP" is still there as the Biztalk process was not given permission to delete the file.

    I have been trying to resolve this issue but no luck so far. But I thought to share my findings with you, so you can look into this as well.

    Look through these:

    File Lock or Access Denied Error Message When You Save Files Over the Network
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;812937

    Files on Network Shares Open Slowly or Read-Only or You Receive an Error Message
    http://support.microsoft.com/?kbid=814112

    turn off multi user editing
    http://support.microsoft.com/default.aspx?scid=kb;en-us;Q292122

    Program Opens a File As Read-Only or Returns a Sharing Violation
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;328170

    Hopefully there will be any other solution without a need to create a custom adapter. Keep the post updated if you find any thing.

    Cheers

    Zia

    #16378

    There is a blog post from Matt Meleski:
    http://objectsharp.com/blogs/matt/archive/2006/01/29/3778.aspx

    There are also some commercial offerings in this space:
    http://www.fpoint.com/biztalk/default.aspx

    #16325

    In reply to: Http Adapter – URI ?

    Are you using one-way receive port to receive the file from the asp.net page….and one way send port to send the result back to the asp.net page.

    If yes then therez the mistake.

    You should use Request-Response receive port…..and you will get the response perfectly.

    Hope you find it helpful.

    #16209

    Even I encountered it before……I think it is related to Master Secret…dont recollect it perfectly.

    Just try creating a new master secret.

     Regards,

    NISHIL

    http://biztalkblogs.com/nishil/default.aspx

    I do agree with Stephen…but Is it safe working with Config files….or BTSNTSvcexe.config.

    You are exposing your complete path to the database…or any sensitive username or password.

    So its better to opt for SSODB ….where in data is encrypted.

     

    Regards,

    NISHIL

    http://biztalkblogs.com/nishil/default.aspx

     

    Hi,

    I think that I have checked everything I could but nothing help with that error. I have one "client" orchestration which try to call another one which have published as a webservice. This sample find from MS site:

    http://msdn.microsoft.com/biztalk/downloads/samples/default.aspx "Publishing and Consuming Web Services with SOAP Headers "

    I have used sample files but build and deployed it with BT 2004 cause of our client BT version. Can anyone help and offer some kind of check list for that error?

    Event Type: Warning
    Event Source: BizTalk Server 2004
    Event Category: BizTalk Server 2004
    Event ID: 5740
    Date:  18.9.2006
    Time:  15:49:11
    User:  N/A
    Computer: DEMOAPPSERVER
    Description:
    The adapter "SOAP" raised an error message. Details "System.Web.Services.Protocols.SoapException: Internal SOAP Processing Failure —> System.Runtime.InteropServices.COMException (0xC0C01666): Exception from HRESULT: 0xC0C01666.
       at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.InternalInvoke(String functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders, ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces, SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object cookie)
       at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders, ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces, SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object cookie)
       — End of inner exception stack trace —
       at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders, ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces, SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object cookie)
       at Microsoft.BizTalk.WebServices.ServerProxy.ServerProxy.Invoke(String functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[] outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders, ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList& outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces, SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]& unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled)
       at SoraWebService.PurchaseOrderProcessing_POProcess_WSPOPort.WSPO(PO part)".

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

    #15601

    In reply to: System Monitoring

    #15568

    Does the following code sample help?

    I have been thinking about converting this forum from PhpBB to Community Server 2.1. All data and users would be transferred.

    You can view a sample Community Server Forum here: http://communityserver.org/forums/default.aspx

    Why do I want to move?
    CS is ASP.net based, uses tags, has better search, and better support / updates.

    I’m looking for feedback from forum users on this.

    Would it be a good thing, bad thing, or you don’t care.

    #13510

    [quote=\”NISHIL\”]First let me know \”changes in source Sql table\” means what.
    Did you meant changes in design…if so then biztalk cant help you.
    If you meant changes in data…insertion or deletion or updation of data then you can easily reflect it in the other table using Sql adapter at both ends. See Sql adapter depends upon the Stored procedure you call. So if you stored procedure can sense the changes then you can reflect it or else youll have to handle it inside orchestration that what is to be done….So be clear with the requirements. In any scenario you need the primary key of one column…..and the operation to be performed…Just concentrate how would you get these 2 things.

    Regards
    NISHIL
    http://biztalkblogs.com/nishil/default.aspx%5B/quote%5D

    like this: testdb testtable(a int, b int, c char)(exp:(12,23, a))–>desdb destable(c int, d int, e char)(the result is (12, 23 + 10, ab))
    maybe, jan want to get this example.
    iwant to ask you how i should do : sql adapter -> select statement(port type)-> select a, b, c from testtable(how to write the statement in the window)

    #14010

    In reply to: Error Message

    Posted: Wed Jul 12, 2006 4:55 pm Post subject: Error Message

    ——————————————————————————–

    Hi,
    I am new to BizTalk 2004. I created small project for Xml file trasfer. I
    have build and deployed the project. I have following issues:
    1) The schema doent not registered in the HAT – When i go to Find Message View in HAT I couldnt see any schema names there. Nothing there. Just empty.

    2) I am getting following Error message in the Event Viewer
    There was a failure executing the receive pipeline:
    \”Microsoft.BizTalk.DefaultPipelines.XMLReceive\” Source:
    \”Microsoft.BizTalk.Pipeline.Components\” Receive Location:
    \”file path\” Reason: There was an authentication failure. \”The party corresponding to the inbound message cannot be identified\”.

    1) Maybe somebody else knows – is this a list of all deployed schemas, or is this a \”select distinct\” of all messages actually in the tracking database?

    2) Are you using EDI? Are you using trading partners?

    See also this post:
    http://support.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.biztalk.general&tid=4c0b66da-2c49-4ee9-a31e-c46aecd2d877

    Hi,

    I am installing Biztalk Server 2004 Enterprise Edition on Windows XP machine (laptop). While i am configuring Biztalk Server 2004 Enterprise Edition on my machine (laptop), i got the SSO error. So i can’t able to configure on my machine (laptop).

    Here is the error i am getting…

    The service cannot be started, either because it is disabled or because it has no enabled devices associated with it..

    I have gone through these articles:

    http://support.microsoft.com/default.aspx?scid=kb;en-us;841893

    This is not working in any way.

    When i look in the SERVICES, i found that it is diabled. Can you explain where i am missing ? Any help ? 💡

    Can you tell what are the SERVICES it requires (depends on) ?

    Thanks a lot.
    Kishore

    #13504

    msgIncomingRequest(FILE.ReceivedFileName);
    Through this youll get the Name of the file dropped.

    Regards
    NISHIL
    http://biztalkblogs.com/nishil/default.aspx

Viewing 15 results - 31 through 45 (of 62 total)