cancel
Showing results for 
Search instead for 
Did you mean: 

Same Sender and Receiver File Name. Pls advice urgent

Former Member
0 Kudos

Hi All,

My sender file name is auto generated number so

it is dynamic in nature.

ex. "abc1.txt"

"abc2.txt"

Now In my Sender File Adapter I cannot give

File Name hard coded as my sender file name is auto generated number.

Also I want same file name received at receving end.

File Sender -- "abc1.txt"

File Receiver -- "abc1.txt"

File Sender -- "abc2.txt"

File Receiver -- "abc2.txt"

Pls advice.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

In sender communication Channel:

in adapter specific message attributes

click on check boxes

1)set adapter specific message attributes

2)file Name

In receiver communication Channel:

in adapter specific message attributes

click on check boxes

1)use adapter specific message attributes

2)file Name

Former Member
0 Kudos

Hi,

I have done that Adapter Specific Attributes

for Sender and Receiver Adapetrs

Pls let me know as my all dynamic source files

have .txt extension

Now what to give File Name value in Sender File Adapter .

What to give File Name value in Receiver File Adapteras my receiving file name has to be same of my source file.

Regards

Former Member
0 Kudos

Hi,

For this You can give the name of the file name in sender CC as *.txt

In Receiver CC you can give any name( like a.txt) and that will be replaced by the Payload value at runtime....

Regards

Seshagiri

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

please have a look here:

/people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14

Regards

Patrick

Former Member
0 Kudos

Hi ,

I was lokking at this blog only

"Suppose all my source file have txt extension"

But what to give File Name value

in Sender File Adapter as my source file is dynamic in nature.

What to give File Name value in Receiver File Adapter

as my reeceving file name has to be same of my source file.

Regards

Former Member
0 Kudos

Hello,

for the sender side:

if you want to pick all *.txt files in sender you can write: *.txt as filename

for the receiver side:

you have to set the adapter specific message attributes in sender and receiver

Regards

Patrick

Former Member
0 Kudos

Hi Rider,

All your sender files have .txt extension but the name is not constant(dynamic in nature).Than in this case to pick ur file u can use the *.txt as ur sender file name.Than all the files with .txt extension in the source folder specified would be picked.

Than u can proceed in the same way given in this blog

/people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14

Please let me know if u need any information

Thanks,

Bhargav

Note:Award points if found useful

Former Member
0 Kudos

Hi All,

In sxmb_moni it displaus queues have stopped.

how to unlock them

Regards

Former Member
0 Kudos

Hi,

Goto SMQ1 or SMQ2.

Select those Queues and click on unlock

REgards

Seshagiri

Former Member
0 Kudos

Hi,

The queues stays is "SYSFAIL ".

When I select queue and press unlock button

it still reamin in SYSFAIL status.

Should I restart J2EE or ABAP engine.?

Regards

Former Member
0 Kudos

Hi,

Check in SMQ1,SMQ2 and SMQR.

Regards,

Phani

Former Member
0 Kudos

Hi

Check this BLOG for your error

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Regards

Seshagiri

Former Member
0 Kudos

Hi,

which tx to use for

IS configuration parameter

Former Member
0 Kudos

Hi,

Use SXMB_ADM for Integration Server Config

Regards

Seshagiri

nisarkhan_n
Active Contributor
0 Kudos

dnt restart the Java engine....select the aprticular queueu entry and delete it...f it is development box.....

rerun the interface..check the queue name which is holding the data

in SMQR check that is registred.if yes increase the queue size of that and try

Former Member
0 Kudos

Hello All,

After doing

IS configuration parameter

MONITOR QRFC_RESTART_ALLOWED to value 1

My queues status has chenged from SYSFAIL to Ready and Running.

Now what to do. There are around

There are around 20 Queues with status Ready and Running

There is one queue 'XBQO0___55555' which is always becoming to 'SYSFAIL'

Now what to do

Former Member
0 Kudos

please unlock the queue. It will run. Also check if queues are registered in SMQR and SXMB_ADM maintain queues.

/wg