Monday, December 17, 2007

How to create receive File function

How to create receive File function

    Step 1

    To create a file receive function, go to Biztalk Administration.

    Step 2

    Expand Microsoft Biztalk Server 2000 and then expand Biztalk Server Group.

    Step 3

    Right click on Receive Function and when a menu popup select Next and choose File Receive Function.


    Step 4

    A new window will appear. Then enter the following information as shown in the window below:


    Name : NewReceiveFile

    File types to poll for : *.xml

    Polling Location c:\biztalk\buyer

    Step 5

    Click on Ok to create it.

Edited By:Melanie Michael Jominin

© 2001 ISC/Inner Esteem

All rights reserved. All other product names and trademarks are registered properties of their respective owners.

301001

How to compile your schedule

How to compile your schedule

    Step 1

    In order to compile your schedule, go to File and select Make then choose name of your schedule


    Then another window will appear


    Step 2

    Provide a name for your Schedule and the click on Save to compile it.

How to create your COM component

How to create your COM component

    Step 1

    To create a COM component, just click on COM Component and then drag it to your right hand side of your implementation panel.


    Then COM component binding wizard appear as shown below:


How to create Scripting component

How to create Scripting component

    Step 1

    To create scripting component click on Scripting component located on your right hand side.


    Step 2

    Then drag it into the right hand side of the separator. Then script component wizard will appear.

    Step 3

    We will call it SprocessPoComponent.


    Step 4

    Then click Next to continue.


    Step 5

    Choose Static and then click on Next to continue.


    Step 6

    User need to specify a window script component file. In this example we used a sample script from Microsoft called PORequestApproval.wsc to continue.


    Step 7

    Since there are 3 function in this file, check all and then click on Next to continue.


    Step 8

    Accept the default and click on Finish when done.

    User will notice that there are 3 lines connecting to your scripting component that is the name of the method defined in your script.