Posts

  • Edit DBQueryStep to enable multiple rows return

    By default, the DBQueryStep only looks for first row, in which case it will cause problem in multiple rows result. I slightly changed the code in BizUnit to make this viable. As a result, stuff all columns to be returned in the <rows> secion, i.e.      <Rows>        <Columns>          <TotalRecordCount>1</TotalRecordCount>          <Direction>IN</Direction>          <TotalRecordCount>1</TotalRecordCount>          <Direction>OUT</Direction>        </Columns>      </Rows> Updated Read more

  • Testing

    Wrapped up the development for this interface today, it is nothing challenging, which brings me enough time for the testing piece. So this is actually the first time that I did unit testing, well, I did read a lot, but yes, this is the first time I did it. I have to say NUnit is Read more

  • SAP adapter RFC SDK dll

    This drove me crazy on Friday, as it is not enough documented both by Microsoft and SAP. To make things worse, access SAP market place is not as easy as simply downloading, first you got to have a user id, then you should have permission, blah… Eventually, I get it work today by comparing the Read more

  • BizTalk SAP adapter connectivity

    Ok. A waste of an afternoon, turns out to be the connection string to SAP is case sensitive, although the SAP BASIS guy says not! Read more

  • Hello world!

    Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging! Read more