JDBC Questions have some doubts

hi,
  Friends i have some doubts on JDBC Adapter . plz give me answere.
1) Wt is the use of update query in jdbc adapter?
2) Why did u use the flag field in jdbc table?
3) How will u send the data into multiple table?
4) Wt is the receiver str jdbc?
5 Wt is the jdbc configurations
thanks in adnvace.

Hi,
1) Wt is the use of update query in jdbc adapter?
--> Update query is used to update the specific record in the database table based on Key fields.
2) Why did u use the flag field in jdbc table?
--> the Flag field is used to mark the records which are selected by sender JDBC adapter, so next time those records should not be repeated.
3) How will u send the data into multiple table?
--> You can send the data to multiple tables with the help of multi-mapping in the XI.
Accessing Multiple Tables dynamically using JDBC
Accessing Multiple Tables dynamically using JDBC
4) Wt is the receiver str jdbc?
--> On receiver side JDBC, you can either Insert, Update or delete the records. The storder proceduers are the line of codes written in DB2, From XI you can directly execute these JDBC statements. It will be helpful when you will be working on synchronous scenario and need to modify or deal with multiple tables based on complex logics
5 Wt is the jdbc configurations
--> JDBC configuration is based on the JDBC drivers installed.
Refer - Detail explanation
http://help.sap.com/saphelp_nw04s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm
Thanks
Swarup

Similar Messages

  • Hello I have an imac with os x 10.7.5 and I have some doubts:  the new version of garageband 10.0.2 is compatible with os x 10.7.5?

    Hello I have an imac with os x 10.7.5 and I have some doubts:
    the new version of garageband 10.0.2 is compatible with os x 10.7.5?
    I have not installed mavericks. should I install?
    Thanks!!

    It requires 10.9 or later.
    Upgrading to Mavericks
    You can upgrade to Mavericks from Lion or directly from Snow Leopard. Mavericks can be downloaded from the Mac App Store for FREE.
    Upgrading to Mavericks
    To upgrade to Mavericks you must have Snow Leopard 10.6.8 or Lion installed. Download Mavericks from the App Store. Sign in using your Apple ID. Mavericks is free. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
        OS X Mavericks- System Requirements
          Macs that can be upgraded to OS X Mavericks
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.

  • First time we are sending the F16 to the employees, here we have some doubts please clarify

    Hi Team
    First time we are sending the F16 to the employees, here we have some doubts please clarify
    How to download part B only from F16 pages?
    How to email to single employee & multiple employees?
    We required any custom program for to mail F16? 
    We maintain IT6 then also employee address not displaying
    TDS address not displaying we maintain all tables & trying with badi
    Please share if you have any ocuments
    Thanks,
    Srinivas reddy

    How to email to single employee & multiple employees?
      In the std Form16 initial screen there is an option to enable the tick mark send form 16 as mail attachement check n try for the same.
    2.We required any custom program for to mail F16?
    For single employee you can select the for an employee  or else u can select for the entire comp code or you can select for giving ranges in the selectin
    3. We maintain IT6 then also employee address not displaying
    Kindly check the form 16 basic settings again bcoz in normal situation itself address will display in form16. kindly check the settings one more.
    Regards
    V.Suresh

  • Have some doubt regarding the  weblog (Lookup's in XI made simpler)

    Hi All,
    I have created the same scenario as mentioned in Siva's weblog (Lookup's in XI made simpler).
    I having some doubts regarding the scenario, it will be great if you help me to resolve the same.
    I am having a file-file scenario where I need to do lookup in database(MS-Access)  through mapping.
    The standard file-file scenario is in place and in addition I have created a receiver jdbc channel . I  have also created the receiver agreement for the same in the cofiguration.
    While creating the receiver agreement you have to specify the interface name which includes the message type…I have specified the normal format which we specify while configuring the jdbc receiver adapter.
    In the message mapping I have created a advance user defined function as mentioned in your weblog which calls my receiver jdbc channel.
    I have also specified the select query to be executed in the mapping program.
    While testing I am getting the following error
    Cannot produce target element /ns0:Role_MT/URole. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd
    <b>Can you please suggest me what all I need to do in addition to the file-file scenario for this lookup scenario to work.</b>
    Thanks and Regards
    Rahul

    Hi,
    Following is my user defined function
    //write your code here
    String Query = "";
    Channel channel = null;
    DataBaseAccessor accessor = null;
    DataBaseResult resultSet = null;
    Query = "Select URole from  Lookup where UName = '  " + UName[0] + "  ' and UPassword = '  " + Pwd[0] +" '  ";
    try{
    channel = LookupService.getChannel("DB_service","JDBC_channel_receiver");
    accessor = LookupService.getDataBaseAccessor(channel);
    resultSet  = accessor.execute(Query);
    for(Iterator rows = resultSet.getRows();rows.hasNext();){
    Map rowMap = (Map)rows.next();
    result.addValue((String)rowMap.get("URole"));
    catch(Exception ex){
    result.addValue(ex.getMessage());
    finally{
    try{
    if (accessor!= null) accessor.close();
    catch(Exception ex){
    result.addValue(ex.getMessage());
    Thanks and Regards
    Rahul

  • Gudevening sd gurus  i have some doubts plz help me out

    1.how do u settle rebate
    2.how the item condition type in pricing picks the price without assigning the acesssequence to condition type?
    3. why do we maintain pricing  pricing procedure for free  good delivery?
    4. we  can six different kind of dates in sales  oder , how these  dates are determined in sales order plz in detail?
    5. how can link the delivery document to shipping doc where do we have connection?
    5.if i want to change the moment type 601 to 523 , what are thing need to be done?

    Dear Venkat
    Please dont post too many questions in one thread as you will not get feedback to all questions.
    1)  Rebate Settlement
    You can partially or fully settle a rebate agreement.
    The system uses the services rendered date (which is the billing date, if you are shipping products) to determine whether a billing document qualifies for rebate processing. To qualify, the date must fall within the validity period of one or more rebate agreements.
    Since it is possible for the billing date to be later than the services rendered date, you may need to allow some time after the end of a rebate agreement's validity period before final processing of the rebate agreements. If the volume of your sales rebate processing is high, you can collectively process rebate settlements as a background task.
    2.  Condition type in pricing
    If I understood your question correctly, I dont think without maintaining proper access sequence, your pricing condition type will flow into sale order / billing
    3)  Free Goods Delivery
    If you want to generate a sale order in SAP, you have to have a pricing procedure with respective condition types
    5)  Movement Type
    Please check with your MM / FI on the impact.  You can change the movement type in your schedule line category
    thanks
    G. Lakshmipathi

  • Hi all,i have some doubts about dis scenario

    plz explain step by  step about this scenario·
         1)Involved in two activities Monitoring and Production Support.
    ·     2)Actively and regularly involved in Load Monitoring of Daily, Weekly, and Monthly, Data Loads using Process Chains
    ·     3)Actively involved in Rectification of Load Failure Errors like Master Data Loads, Transaction Loads.
    ·     4)Supported the Client by providing Long-term solutions to the Tickets by doing Root Cause Analysis.
    ·     5)Monitoring of Info Packages and analyzing the reasons for frequent failures of Info Packages.

    Hi,
    Here, there are some responsibilities in Production System.
    Answer for fist question is maintaining documentation (in ms word ) for all support related activities like
    a) frequently occurred data load monitoring errors as part of process chains
    b) how to analyze whether load is running for long time
    c) what ever the tickets with proper priority we have to raise. ex: if a load cause affecting more reports , we have to raise p2 ticket . Depends upon the impact of loads on report availability.
    Answer for second question :
    In prod.support, we have to monitor info package groups or process chains because loads are automatized using pchains or ipgroups. . whenever a load failed as part of pchains or ipg's , we have to analyse the load why it is failed. Loads may be failed due to reasons like memory issues, attribute change run locking issues and sid issues etc.
    Answer for third questions:
    In perigreen ticketing tool, we can check tickets like system generated tickets and customer generated tickets . For example,. Tivoli tickets are system generated tickets because whenever pchain is not triggered or any process of pchain has failed, system automatically will raise the tickets.
    Custom generated tickets means as part of daily loads, any failures happened, with proper priority ,we will raise the ticket to appropriate resolution groups. ( Incident management tickets )
    Rms means Request management tickets are requests raised by client. For example if they want adhoc loads on the part of mexico markets, they will raise the Rm and sent it to the offshore queue.
    Answer for fourth question:
    We can maintain excel sheet, it comprises of what are the loads have failed with the error information as part of process chains or ipg's and maintain the logs for manual loads
    daily how many loads are failed ,successful and what are the total loads , can check in RSMO.That information we can maintain in excel sheet.
    Root cause Analysis is nothing but giving permanent solution to the frequent errors.
    Ali.

  • Trying to implement jquery clock and i have some doubts..

    First do i need to install the jquery library in apex 4...
    I thought jquery library already present in apex 4..
    What are the new jquery features in apex 4... I am comparing it with apex 3..
    I thought jquery is inbuilt in apex 4...
    Seeing the example of the following link
    http://apex-notes.blogspot.in/2008/11/timepicker-and-apex.html
    i Did whatever is mentioned above... the link above apex-notes..
    But i fail to get the time clock..
    Dont know where this part of code is to be added... This is the last activiity mentioned in the above link.. http://apex-notes.blogspot.in/2008/11/timepicker-and-apex.html
    script type="text/javascript">
    $(document).ready(function() { 
    function cback( time ) { 
    var c = $("<div style='color:red'>Time Entered: " + time + "</div>");
    c
    .hide()
    .insertAfter( this )
    .fadeIn(1000)
    .fadeOut(1000);
    $("#P9_TIME").unbind().clockpick({ 
    starthour : 8,
    endhour : 20,
    showminutes : true}, cback);
    </script>
    Edited by: susf on Jun 19, 2012 2:35 AM

    susf wrote:
    First do i need to install the jquery library in apex 4...
    I thought jquery library already present in apex 4..
    What are the new jquery features in apex 4... I am comparing it with apex 3..
    I thought jquery is inbuilt in apex 4...Apex 4.x comes with inbuilt jquery and so you don't need to include them
    >
    Seeing the example of the following link
    http://apex-notes.blogspot.in/2008/11/timepicker-and-apex.html
    i Did whatever is mentioned above... the link above apex-notes..As per the above blog you only need to include these two files in the header
    jquery.clockpick.1.2.4.js
    clockpick.1.2.4.css Have you replaced P9_TIME with your actual apex item name

  • I have some question pl answer me

    Hi all,
    here i have some doubts when i go thru reading its make me struggle? pl give solution to my question?
    1.What is Emax?
    2.What is Count Function?.
    3.When i replicating data sources from R/3 to BW suppose there are 1000 data sources u cant replicate manually what is the automatic procedure?
    3.Suppose there is one big cube and i sending data to that cube with three other cubes? i load data into three cubes with the help of info package the data is entered into first cube and is failed in the second cube what are the reasons?
    In Info package where do we find converse routine?
    4. In generic extraction what is  format of  database table?
    Thanks
    v.g.vg.

    Hai <b>V.G.Vg</b>.....
    Please chech follwing Links....
    <b>Emax:
    ~~~~~~</b>
    http://www.findarticles.com/p/articles/mi_m0EIN/is_1997_Nov_19/ai_
    19997535
    <b>Count Function:
    ~~~~~~~~~~~~~</b>
    http://dev.mysql.com/doc/maxdb/en/48/b4e437c0ca11d2a97100a0c
    9449261/content.html
    http://sapdb.org/htmhelp/48/b4e437c0ca11d2a97100a0c9449261/
    content.html
    <b>Replication of DataSource:
    ~~~~~~~~~~~~~~~~~~~~~</b>
    The Datasource is Replicated From Source System to BW System....
    When Replicating the Datasource From Source System to BW System, an Initial Datasource is Created in BW System.....
    The Datasource is Written back to the Source System When the Tranfer Structure and Transfer Rules are Activated.....
    The Transaction Code <b>RSO2</b> is used for Creating the Datasource....
    The Transaction Code <b>RSA6</b> is used for Install....
    The Transaction Code <b>RSA3</b> is used for Verifing.....
    <i><b>Assign the Points If It Helps......</b></i>
    <u><b>BalajeeKannan</b></u>

  • Some doubts in BW3.5

    <Moderator Message: Please read the rules of engagement. You should not post multiple questions to one thread, also use meaningful subjects.  And don't offer points.>
    HELLO Guys
    I have some doubts regarding SAP BW3.5...cAN anyone please clarify.
    1.this is regarding SID Concept.
    iIn extended start schema,there will be one fact table connected to many dimendion tables.Fact table and Dim tables are connected by dimension IDs.then this Dim table will hold various characteristics.every characteristic will store the characteristic value and address(pointer) to SID table.This SID table will hold again addresses(pointers) to attributes,text and hierarchy tables(if we assume that characteristic have attribute,text,hierarchy) which in turn contain the values.When a query is executed,the OLAP processor searches first for characteristics in dim tables and then with help of dim IDs traces Transaction Data in Fact table relevant for this combination of characteristics and gives output.Did I understand the concept right?
    how does OLAP Processor run if the query is on just text of a characteristic and it doesnot include this characteristic?
    2.how does navigational attr decrease the performance?
    3.cAN YOU ASSIGN
        a. many datasources to one infosource
        b.one datasource to many infosources
        c.many datasources to many infosources...
    can you please give real time scenarios for this....
    4.how do SID concept improve BW/BI.
    thanks
    Surekha Chand
    Edited by: SChandx200 on Jul 2, 2009 7:35 AM
    Edited by: SChandx200 on Jul 2, 2009 7:37 AM
    Edited by: Siegfried Szameitat on Jul 2, 2009 1:09 PM

    Hi,
    You understanding is correct.
    {code)
    how does OLAP Processor run if the query is on just text of a characteristic and it doesnot include this characteristic?
    {code}
    This question of yours is not very clear. Re phrase and post it again.
    2.how does navigational attr decrease the performance?
    Ans:- Say for example in the customer master table customer phone no is the navigational attribute. Now when you select this navigation attriubte in your report then the processor will go and first check the value of Customer say C1 and then determine C1 phone number. Now this look up of cusotmer will happen for every customer . So if say there are huge number of records for which this look up of customer first has to happen then obviously the performance will be impacted.
    Hope it is clear.

  • Some doubts in Workflow

    HI Gurus ,
    I have some  doubt in workflow basically I know how to use them but i don't know what is functionality ,
    could you plz explain me , else suggest me
    1. why we have to do delegation , what happens at run time if we don't do delegation
    2. What is the diff between task and workitem
    Thanks
    Prasad

    Hello,
    I would suggest searching for "sap workflow" on the internet, buying a SAP workflow book and/or taking a SAP workflow course.
    regards
    Rick Bakker
    Hanabi Technology

  • Some doubts in upgradation

    hi
    i studied some upgradation documents i have some doubts. please dont give any help files or again links for upgradation
    bec i need some scenerio why they need to follow this steps
    Check compounding consistency in MultiProviders
    Info Cubes Fact views
    BEX History
    STD SAP  Report
    0adhoc Templates Activation

    Hi suneel,
    check this links......
    Link: How to SAP BW 3.5 Upgrade Preparation and Post Upgrade CheckList (NW2004)
    Even this might be of use:
    BI 7.0 –Initial Hurdles
    May be useful for you,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0c9c8be-346f-2a10-2081-cd99177c1fb9
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10564d5c-cf00-2a10-7b87-c94e38267742
    /message/5971540#5971540 [original link is broken]
    You may wish to check my thread below -
    https://forums.sdn.sap.com/click.jspa?searchID=13971844&messageID=3308304 Broad caster
    Upgrade preparation
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/472443f2-0c01-0010-20ab-fbd380d45881
    /message/3221895#3221895 [original link is broken]

  • Record mode - some doubts

    Good morning … bom dia …
    I have some doubts about RECORDMODE … follow ...
    Is it necessary development some ABAP code in transformation ? … or in Initial / Final routine ?
    In DTP from DSO to Cube, is mandatory choice the option “change log” ? Or make some filter to select only valid records ?
    Is There some configuration on query ?
    Or the goal is only know how recordmode works, based on the table ROOSOURCE ?
    Thanks in advantage …. Obrigado …
    Kokeny, Marcio
    P.S.: I already read this some documents:
    http://scn.sap.com/people/swapna.gollakota/blog/2007/12/27/how-does-a-datasource-communicates-delta-with-bw
    (How does a datasource communicates "DELTA" with BW?)
    http://scn.sap.com/docs/DOC-54330
    (Recordmode Importance in SAP BI along with Delta Handling)
    http://scn.sap.com/docs/DOC-29927
    (Record mode Concept in SAP BI)
    - Record Mode Concept in Delta Management
    - 0RECORDMODE and Delta type Concepts in Delta Management

    Hi,
    Is it necessary development some ABAP code in transformation ? … or in Initial / Final routine ?
    Why you got above doubt?
    Routines are used as per needs. Not based on 0recordmode.
    In DTP from DSO to Cube, is mandatory choice the option “change log” ? Or make some filter to select only valid records ?
    Not mandatory. if we run first time dtp  with delta mode option then no need to select change log option.
    if we perform dtp as init and later delta then we need to choose changlog option for delta.
    Is There some configuration on query ?
    No. 0RECORDMODE is upto DSO level only to track changes.
    Or the goal is only know how recordmode works, based on the table ROOSOURCE ?
    0record mode works based on data source delta type.
    Data source delta type you cam see from table ROOSOURCE and field deltyp - ABB.ABD.AIE...etc.
    Thanks

  • Some doubt with app in E71

    I have installed in my E71 some app that i found like "installers or shortcuts to internet" in Menu->Installations->... i downloaded data to install using my wifi, but now i have some doubt. Are those apps for free? For ex: "Tiger Wood.." "MultiScanner" "Wipresenter" "RT GR"
    If I go to: Menu->Installations->App. mgr. I can find all the apps installed. I have these ones:
    MMSync
    World Mate
    Nokia WebService Support
    Nokia InternetServices S...
    Wireless Presenter by...Advanced Call Manager
    Web Gate Utils Library
    DRM Common Solutions
    Top Hits Solitaires
    Windows Live - Installed by me
    Global Race
    MMIO Framework and...
    MultiScanner
    MMIO Libraries
    Spanish - Installed by me
    Swedish - Installed by me
    Tiger Woods PGA TOUR(R)
    Sorry for bad english...I am spanish native speaker trying to do it well. Thanks

    I was a little worried because some of these applications to be installed, must download data from internet, and I was afraid that when I start the download, could add a surcharge for the price of the application.
    Thanks ofr answering.

  • APP --- SOME DOUBTS.....PLZ HELP

    HI GUYS,,
    I have some doubts in APP.
    1. why do we give next payment date in F110 while we are running payment.....
    2. can we do partial payment for one line item through running APP....
    please help me out..
    Thanks in advance
    Regards,
    pavan
    Moderator: Please, avoid using SMS language and posting basic questions

    HI,
    1. If your provid ethe Next payment run date then system will consider below documents.
        current run date  to next payment run date
        in between any Invoices are getting panalities then those will consider in this current payment run.
    2. partial payment  not consider.
    3. APP will consider downpayments.
    Reg
    Madhu M

  • IMac vs Mac Mini, some doubts

    Hello!! Good evening ;-) First of all, I would like to introduce myself. My name is Manu and I am from Spain. I´ve been always a Windows and PC user, but now I´m thinking about the posibility of changing to Mac platform, but I have some doubts.
    I´ve been thinking about buying a Mac Mini, because I have the keyboard, a good display and the mouse, everything... However, I´ve seen that it comes with Intel HD 4000 graphics. I want to use the computer to edit some videos but, specially to some graphic design with Photoshop, or to play some games. I would configure the Mac Mini like this:
    Core i7 de Intel de cuatro núcleos a 2,6 GHz
    SDRAM DDR3 de 16 GB (dos módulos de 8 GB) a 1.600 MHz
    Unidad de memoria sólida de 256 GB
    Guía del usuario (Español)
    Kit de accesorios
    Thi price is  1.448,99 €, so I would loke to have enough computer for at less 4 or 5 years, but with this integrated graphics on the processor, do you think so?
    I´ve also been seeing the graphic cards that iMac includes, but it isn´t also very powerful, even it is a dedicated card.
    What do you think about?
    Thank you very much ;-)
    Manu.
    PD: sorry for my english!! I hope you understand me

    Refurbished machines change by the hour, you need to check frequently and be ready to buy when you find a model that will fit your needs.
    BTW I asked the moderator to remove one of your posts, you were asking for speculation on unreleased products. Please read the Terms of Use you agreed to, specifically it says:
    Submissions  
    Stay on topic. Apple Support Communities is here to help people use Apple products and technologies more effectively. Unless otherwise noted, do not add Submissions about nontechnical topics, including: 
    Speculations or rumors about unannounced products. 
    Discussions of Apple policies or procedures or speculation on Apple decisions.

Maybe you are looking for

  • Running director on with low resolution

    Hi, I´m trying to run some multimedia slides from a dvd with director, but unfortenly on a monitor with low screen resolution director doesn't adapat the slides to the size of the monitor so you can see only the top of them. Do you have a solution?

  • BPM can't be executed successfully.

    Hi all:        I am trying to implement a two-files to one file senario via  pi  BPM  in which a fork with two branches is used. the sender files would be picked. and there would be a receiver on the receiver floder . but the files could only be pick

  • Heart of iron 3 keeps crashing on startup

    Recently i have got the game Heart of Iron 3 i played a couple of hours than one day it just stopped working i tried everything and for some reason it would not let me play this game many people have had the problem too with there macs and if anyone

  • EDM Calculation WB

    Hi Gurus, I am facing a peculiar issue with EEDMCALCWB for Formula calculations. Profile A = Profile 1 + Profile 2. Values maintained in Profile 1 & 2 are from 00:00:00 to 23:59:59 hrs (15 min interval). When I execute the Calculation WB. The values

  • Need help to set wireless Linksys Router WRT150N to work with Nettalk Duo

    I have Linksys Router WRT150N , connect to it Nettalk Duo but there is no ring tone, the orange light is flashing trying to connect, then i have the green light blinking then go Red. I thied to call Nettalk but no answer to their phone, chat with cus