How to use a different Database instead of RFID sink

Hi

I want to store data to a custom database,how to do this.

For instance i want to store data from a different application (Alien Reader),to a custom database,what are the steps i need to follow.

Thanks

Para De

[252 byte] By [Para_De] at [2008-1-8]
# 1

Hi Para,

You can do it by changing sink EH's "DatabaseName" parameter. You need to deploy process before starting it..

BholaMeena[MSFT] at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 2

If you want to have a custom schema in the database, you can develop your own event handler.

Janakiram[MSFT] at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 3

I really do not have much idea about how to write a event handler can you give me some idea

Para_De at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 4
Hi,

to begin with, you can look at Development > Using the Asynchronous Event Processing Model > Asynchronous Event Processing Model Data Flow > in the %rfidinstalldir%\Documentation\BiztalkRfid.chm.

we have a event handler template and using this template, you can start building an event handler (you can find the samples http://go.microsoft.com/fwlink/?LinkId=86689)

Thanks,
keerthi.

KeerthiKiran[MSFT] at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 5

Hi

I am just trying to customize the event handler.

I am facing a basic problem i have copied the template provided by microsoft in the Template folder

(C:\Documents and Settings\153438\My Documents\Visual Studio 2005\Templates), but while i am opening .NET 2005

I am not getting the template option.

Can you help me out.

Thanks

Para De

Para_De at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 6

hi

Please copy the template zip file to "ProjectTemplates\Visual C#" sub directory in Templates folder. Start a new instance of Visual Studio.

- krishna

KrishnaKurapati at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 7

hi krishna

Its still not working.

Are you sure we need to copy the zip file but instruction says to copy the MyTemplate.vstemplate to the template folder.

Thanks

Para De

Para_De at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 8

yes, you need to copy the zip file to My Documents\Visual Studio 2005\Templates\ProjectTemplates\Visual C# directory and Start a new instance of Visual studio.

Thanks for pointing this out and we will update the docs.

Thanks,

keerthi.

KeerthiKiran[MSFT] at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 9

Thanks krishna n keerthi

Now i am getting the option of Event Handler in New project.

Thanks

Para De

Para_De at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk RFID...