Already the table has some data in it, with the help of ADB
we had inserted some data. By seeing the table how can we
identify the data inserted by ADB.
Answers were Sorted based on User's Feedback
Answer / sreeanth
Really good question as far of my knowledge
when insert any data through adb adapter adb will create publication table through that or by checking log file
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / adie
whenever the data is published, its copy is stored in table
P_TableName. From the table name you can recognise its been
loaded by ADB.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prasad
when insert any data through adb adapter adb will create publication table ,CHECK STATUS IS ADB_L_STATUS =C
| Is This Answer Correct ? | 1 Yes | 0 No |
Which group do you use to wait for multiple events and proceed with the first to occur ?
Where do the default global variables declared in designer are stored in tibco administrator?
Hi Friends, Can any body can explain about the below mentioned situation When you are working with JMS (connecting with target appl) if both the(Primary and secondary) server goes down what will happen? and same for HTTP also? Thanks in advance...
What is the difference between Waitfor JMS queue Message and GetJMS queue message activity. Also pls reply in terms of performance
Which activity is used for detecting duplicate message processing?
how did you handle memory management in bw
What are the different modes of service invocation in tibco?
Where are the designer preferences stored ?
How many types of Global vaibles are there in BW?
What are the encodings supported by designer ?
How to control the sequence of execution of process instances created by a process starter ?
If you want a group to be executed if there is some unhandled error but subject to some max number of iterations which group do you use ?