BizTalk - Retrieving Partial File name from the Full path in an Orchestration
Asked By Abhishek Iyer
30-Aug-10 06:09 AM
I need to update a table in Sql server where the file name in the column would be something like "abc.xml". But how to get this in the orchestration as the (FILE.ReceivedFileName) property procures the entire name viz. "C:\Abc\Def\abc.xml"? So, it requires that the entire name be used in the database, which is not to be in my case.
Mohan Raj Aryal replied to Abhishek Iyer
Once you read the absolute file name with path you can read the name of the file only using some string manipulation function inside expression shape. You can use expression something like:
myFileName =FILE.ReceivedFileName.Substring(FILE.ReceivedFileName.LastIndexOf("\")+1, FILE.ReceivedFileName.Length);
In this case myFileName is a orchestration string variable. Once you have filename in a variable you can assign this to your destination field using xpath or distinguished field. Once you populate this to the destination schema field of database you can insert this to the SQL server.

Compile BizTalk project without BizTalk server Windows Server Hi, Is there a way to compile BizTalk projects without having BizTalk installed on current machine? regards, BizTalk Discussions BizTalk (1) VS (1) MuruganYou (1) NET (1) GAC (1) XUEZHAIN (1) XUEZHAI (1) ONLINE (1 But how do you test this project? You have to Deploy it (tranfer to the BizTalk Management DB). then start in the host (which is represented now only by BizTalk service group). I mean, maybe it is possible to get the assembly with the BizTalk
BizTalk Experts : OnDemand Resources Boston Based Windows Server Are you looking for premier BizTalk experts 100% US Based? We have deployed solutions for BizTalk 2006 R2, BizTalk 2006, BizTalk 2004, BizTalk 2002 that we currently support. We not only offer full development lifecycle but 100% 24x7 617)504-7301 Ionia Corporation http: / / www.IoniaSolutions.com Building your information pipelines – Ionia BizTalk Discussions BizTalk (1) OnDemand (1) JGaska (1) Boston (1) Gaska (1) Ionia (1) Lifecycle (1) Halthcare (1
Career path in Biztalk BizTalk Hi All, I have hard time deciding my career path. I have one year experience talken trianing for ORACLE DBA position. Now, I am also planning to take training in Biztalk. I wanted to know if Biztalk is a good career for girls. Also, when comparison with Oracle DBA what will be the salary in Biztalk. What is the future for Biztalk? I dont understand which career to choose. . Oracle DBA or Biztalk. Please provide your feedback. Thanks Akshara From a career path and salary perspective, there is decide where to go. If you have decided that you want to go with the Biztalk then first of all i will tell you to clear your fundamental for .net , sql
Certified BizTalk Experts : OnDemand Resources Windows Server Are you looking for experienced BizTalk resources 100% US based? We have deployed / supported solutions with BizTalk 2006 R2, BizTalk 2006, BizTalk 2004, and BizTalk 2002. Our expert resources work with you onsite to develop, expand, and deploy SOX / HIPAA JGaska@IoniaSolutions.com Ionia Corporation http: / / www.IoniaSolutions.com Building your information pipelines = 96 Ionia BizTalk Discussions BizTalk (1) OnDemand (1) JGaska (1) Europe (1) Ionia (1) Gaska (1) Onsite (1) SOX (1
AS400 and Biztalk 2006 Windows Server Hi, I need to use csv files to update a number of tables in AS400 via Biztalk. How I would connect Biztalk to AS400. Thanks for your help. Beginner to Biztalk. BizTalk Discussions Host Integration Server 2006 (1) BizTalk Server 2006 (1 BizTalk (1) MQSeries (1) CE185862B3EE (1) Fdaa582f5fa2 (1) AD9093E472E1 (1) Adapters (1) You can probably use one of the methods included in the BizTalk 2006 Adapter for Host Systems to connect to the AS400; the package includes a DB2