cancel
Showing results for 
Search instead for 
Did you mean: 

localejbs/Seeburger/AttribMapper issue

Former Member
0 Kudos

Hi all,

we are using "localejbs/Seeburger/AttribMapper" module in SFTP adapter to add the Date stamp to file name.

Module Name                                                 Type                                  Module Key
localejbs/Seeburger/AttribMapper                            Local Enterprise Bean                 1
localejbs/ModuleProcessorExitBean                         Local Enterprise Bean                   2

Module Key        parameter Name                                                         Parameter Value                  
1                         GetDateTime                                                 "mmddyy"
1                         http://seeburger.com/xi/SFTP/dtSubject                     TEST 
2                         JNDIName                                                      deployedAdapters/SeeXISFTP/shareable/SeeXISFTP

But, it is not attaching the date stamp to file. its only generating TEST as file name.

Any ideas......

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thread below has some information about using the timestamp on the receiver file

Former Member
0 Kudos

Thanks Lucas. We configured our module by referring that thread.

But, the timestamp is not adding to file name.

Has anyone done this config in their system, pls provide the paramter names & values ...............thank u.

-santosh.

Former Member
0 Kudos

Hi, This issue has been solved.

There was slight mistake with declaration . we needed to use 1 paramters instead of 2.

Module Name                                                 Type                                  Module Key
localejbs/Seeburger/AttribMapper                            Local Enterprise Bean                 1
localejbs/ModuleProcessorExitBean                         Local Enterprise Bean                   2
 
Module Key        parameter Name                                                         Parameter Value                  

1                         http://seeburger.com/xi/SFTP/dtSubject                     'TEST'&GetDateTime("MMddyy")&'.csv' 
2                         JNDIName                                                      deployedAdapters/SeeXISFTP/shareable/SeeXISFTP

Ours is file to file interface. No IR objects.

Another imp thing is , we need to set Dynamic attributes both on sender & reciever.

-santosh.

Answers (1)

Answers (1)

yajjala1
Participant
0 Kudos

This message was moderated.