cancel
Showing results for 
Search instead for 
Did you mean: 

reg jdbc communication channell proccessing

Former Member
0 Kudos

I have scenario i.e JDBC to RFC

but i need small calrification like is it possible to trigger the jdbc sender communication channel automatically whne the file tirggerd from the orcle Database

like without giving the any polling intervals CC should poll when the file triggerd.

i am not going to use that file its just a flag to start the communication channel

can we achive this through OS commands ???

thanks in advance....

Edited by: katakoti on Nov 9, 2011 2:18 PM

Edited by: katakoti on Nov 9, 2011 2:19 PM

Edited by: katakoti on Nov 9, 2011 2:20 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Your requirement is not clear. if you want to run the JDBC sender channel whenever data available in Data base then start channel and put active mode and use poll interval.this is standard mechanism.

otherwise if you know when data would available in DB then schedule channel at particular time interval to run.

but using script not possible to call Sender Channel it is quite difficult and some workaround required.

Regards,

Raj

Former Member
0 Kudos

thanks for your reply

i dont have perticular time interval for scheduling the CC through poll interval & availble time scheduling.

the file which is the flag will generate at any time at that time communication channel should start.

please let me know if you required more information on this.

thanks in advance.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

can we achive this through OS commands ???

Yes you can write script and control the channels externally like give start or stop command at your specified requirement time.

Please see this link

Also you can use wget or curl command in the script followed by http url string.

Example:

wget http(s)://host:port/AdapterFramework/ChannelAdminServlet?party=party&service=service&channel=channel&action=start