| Author |
Change the Macros provided in Biztalk
|
|
|
| Can I change the code for thr macros provided by default in Biztalk like
%datetime_bts2000% so that i get the desired results as that would suit me.
The macro %datetime_bts2000% generates time stamp in the following format.
CCYYMMDDHHMMSSS but I donot want SSS to be a part of the file name ?
Can anyone suggest how to approach the above problem.
Any help would be greatly appreciated.
Thanks
Srinivas.A
| |
| Sam Vanhoutte 2004-06-11, 5:43 pm |
| > Can I change the code for thr macros provided by default in Biztalk like
> %datetime_bts2000% so that i get the desired results as that would suit
me.
>
> The macro %datetime_bts2000% generates time stamp in the following format.
> CCYYMMDDHHMMSSS but I donot want SSS to be a part of the file name ?
Hello,
I don't know wether this is possible, but you can achieve the same
functionality by promoting the desired filename to this property :
This can be done in the message assignment shape...
Message(BTS.OutboundTransportLocation) = desiredFileName;
| |
| Christof 2004-06-20, 11:07 pm |
| These macros are build into the adapter's code. You cannot change those.
Kind regards,
Christof
"Srini" <srini_225@yahoo.com> wrote in message
news:48f454ae.0406102200.6bd8986@posting.google.com...
> Can I change the code for thr macros provided by default in Biztalk like
> %datetime_bts2000% so that i get the desired results as that would suit
me.
>
> The macro %datetime_bts2000% generates time stamp in the following format.
> CCYYMMDDHHMMSSS but I donot want SSS to be a part of the file name ?
>
> Can anyone suggest how to approach the above problem.
>
> Any help would be greatly appreciated.
>
> Thanks
> Srinivas.A
|
|
|
|