You are on page 1of 6

SNO

Task
Read an excel sheet using JDBC Query activity (using
5 ODBC driver)
Explicitly acknowledge a client using Client
Acknowledge mode and use confirm activity to send
acknowledgement to client and use checkpoint for data
10 recovery.
Since you have learned to deploy ear from
administrator(gui mode), now deploy the ear using
Appmanage utility from command prompt.Attached the
12 document for your reference.
Use the Invoke Partner activity in a Business Works
Process Definition to invoke external web services over
15 SOAP.(its an alternative for Soap Request/Reply activity)
In the above process, by pass error transitions for few
activities(which means ignore or do not capture errors for
20 them and join them to success transition flow.

Create 2 xsd schemas.One would be parent schema and


other child schema.Import the child schema using
xs:import and refer the child schema elements in parent
schema without recreating them by using ref: prefix to
child schema elements.Also for one of the element in the
parent schema define enumeration (ex: DEV|QA|SYS|
PROD).This means that element accepts values only from
the mentioned enumeration.For another element in
schema define facets(i.e fix the string length-available
21 on properties of schema).

Use iterate group and iterate over a jdbc query and


mapper activity.Accumulate output of mapper activity by
checking the check box "ccumulate Output" in the
same group.Accumulated output is available to the next
activity with "utput Name" given in the group.Map this
22 accumulated output to nd Activity.

Define a process definition which has a 'wait for jms


queue' activity with "client acknowledge mode"and 'jdbc
update' activities. Use XA transaction group(This is used
to run JMS and JDBC activities together in transaction
mode) over these 2 activities.Use a confirm activity after
jdbc activity to send acknowedgment after jdbc update is
done.USe a JMS Queue sender process to send message
to this process and make sure delivery mode is
persistent and send the message that contains data
which would be inserted in database in receiver
process.So use a schema accordingly on both sides.
Run a success scenario and see if data has been
updated in db correctly.And check the Outbound
Mesasges count has become zero in ems administrator.
Run a failure scenario where jdbc update fails and see
if the message has been redelivered since the message
is not yet confirmed by confirm activity.
22

Create a timer process which runs on a daily basis once,


which polls your database using jdbc query activity to
fetch records whose sysdate is today(for this create a
column named create_Date and insert few records whose
create_date is sysdate) and write these records to a csv
file and ftp this file to a different directory using ftp
23 command.
Work on All functions (String functions, Date/ Time
functions, Number functions, Condition and Iteration
24 function( i.e For and If) and translate function)
Add resources,machine and softwares on administrator
25 using Domain utility.
Create a process using job shared variable and shared
26 variable resources.
SSL authentication using identity file for Soap/HTTP web
27 service.
EMS routing (Create a route between a topic on one EMS
28 server to another topic on another EMS server)
29 Create a rest web service.
30 Create a project library and an alias library in TIBCO.
31 Create a Hawk rule base.
35 Soap UI testing
Achieve inter process communication using Wait and
36 Notify activities
37 JMS Queue Requestor process using temporary queue
Create a process to send an RV Message and another
38 process to receive the RV message
Configure ADB adapter.Poll a table using this
adapter.Deploy the adapter in administrator after testing
39 locally.

Poll for create/modify/delete activity of a file using File


41 adapter

Status(Complete/Not
Started/In Progress)

Comments/Reason if
not complete

Not completed

No odbc Drivers in my system

In progress

In progress

Not completed

Not completed

completed

In progress

Not started

Not started

Not started
Not started
Not started
not completed

You might also like