DATA LINK MODE in iBrowser

what is the use of DATA LINK MODE check box in ibrowser ?
What r the methods in ibrowser?

Hi
You go through this link:
http://help.sap.com/saphelp_xmii115/helpdata/en/Applet_Reference_Details/iBrowser_Reference.htm
You will find all the methods of iBrowser.

Similar Messages

  • Data Protection Mode

    Hello,
    1) In order to set Data protection mode, do I need to set anything on standby?
    2) My database is in Maximum Performance mode. I set up following entry on init.ora:
    LOG_ARCHIVE_DEST_2=’service=standby LGWR ASYNC’.
    I want to change data guard protection mode from Max Performance to Max Protection. For that i have changed from the "ASYNC" attribute to "SYNC" attribute of the LOG_ARCHIVE_DEST_n initialization parameter like:
    LOG_ARCHIVE_DEST_2=’service=standby LGWR SYNC’.
    But I have not changed the protection mode on the primary database using “alter database set standby database to maximize protection”.
    Does it continue as Max Performance mode or will it throw any error?

    1) In order to set Data protection mode, do I need to set anything on standby? You have to take care only in primary LOG_ARCHIVE_DEST_n parameter, If you changed protection mode of course it will be taken care.
    But dont forget to check on standby if you have configured anything on LOG_ARCHIVE_DEST_n parameter[if you perform switchover in future], usually it will left blank.
    2) My database is in Maximum Performance mode. I set up following entry on init.ora:
    LOG_ARCHIVE_DEST_2=’service=standby LGWR ASYNC’.
    I want to change data guard protection mode from Max Performance to Max Protection. For that i have changed from the "ASYNC" attribute to "SYNC" attribute of the LOG_ARCHIVE_DEST_n initialization parameter like:
    LOG_ARCHIVE_DEST_2=’service=standby LGWR SYNC’.
    But I have not changed the protection mode on the primary database using “alter database set standby database to maximize protection”.
    Does it continue as Max Performance mode or will it throw any error?Similar discussion, You can check this link what happens if you set LGWR & SYNC in maximum performance mode :)
    using LGWR SYNC with Max Performance

  • Can't see the ESS Additional Personal Data link within Personal Information

    Hi All,
    For some reasons, I can not see the Additional Personal Data link within the ESS Personal Information iView. I have checked the Homepage framework and the existence of the iView in the PCD and everything appears to be fine.
    Do I need to assign any additional infotype to my id or give myself specific authorisations to see this link?
    I would really appreciate if you could provide an answer to my query.
    Thanks,
    Vibhu

    Hi,
    I think mostly you have maintained the data in PA30 Transaction and had data in Info type 0105.
    After this try to check with your EA-HR patch and SAP HR patch in the services. If  both are not maintained at the same patch levels such type of problems will occur.
    Regards,
    kishore.

  • Issue using data link in XML Publisher

    Dear All,
    I am new to XML Publisher, for the first time trying data link concept in XML Publisher tool. The issue is very simple, I have two queries Q1(say it fetches sales_order_number, application_name ) and Q2 (say it fetches sales_order_number , error_number, error_description). And sales_order_number is passed as input using data link to Query Q2 from query Q1 and Q2 will retrive more than one row for a given sales_order_number.
    Say for a given dept_name 1001 the output will be something similiar like
    Q1:
    SO# | Appl.Name
    1001 | 'Invoice '
    Q2:
    SO# | Error.# | Error Desc
    1001 | 1512 | No Data Found
    1001 | 1513 | Invalid Entry
    1001 | 2674 | Error while inserting the record
    and the query which I have used in XML template goes like this
    <dataQuery>
    <sqlStatement name="Q1">
    <![CDATA[select sales_order_number, application_name                 
                      from T1
                     where sales_order_number = :in_sales_order_num]]>
    </sqlStatement>
    <sqlStatement name="LINES">
    <![CDATA[
    select sales_order_number , error_number, error_description
    from T2]]>
    </sqlStatement>
    <link name="Dummy_LINK" parentQuery="Q1" parentColumn="sales_order_number" childQuery="Q2" childColumn="sales_order_number" condition="="/>
    </dataQuery>
    <daraStructure/>
    And the grouping is as follows
    <group name="G_Q1" source="Q1">     
         <element name="sales_order_number" value="sales_order_number"/>
         <element name="application_name" value="application_name"/>     
    <group name="G_Q2" source="Q2">
         <element name="sales_order_number" value="sales_order_number"/>
         <element name="error_number" value="error_number"/>
         <element name="error_description" value="error_description"/>     
    </group>
    </group>
    And in the RTF template I have properly used <?for-each:G_Q1?> <?for-each:G_Q2?>- --
    <?end for-each?><?end for-each?>
    Ideally the header (Q1) should have one row and the lines (Q2) should have 3 rows. But the issue here is even Q1 produces 3 rows.
    If in case Q2 has 4 records, then Q1 also plots 4 records in the report output. Hope I am explaining the issue correctly. Any help to resolve the issue would be a great. Thanks in advance.
    Regards,
    Antony.

    try like this
    <?if: (TYPE='A') or (TYPE= 'B')?><TABLE STRUCTURE><?end if?>
    or
    <?if:contains('A~B', TYPE )?><TABLE STRUCTURE> <?end if?>

  • Convert data link between one query's group and another querys group to SQL

    Hi
    I have a report where there are 2 query Groups. These 2 query groups r linked by data link. How do i combine these queries to One query so i can use it as a SQL query.
    Thanks

    Hi,
    Assume that we have two queries Q1 and Q2 and the common column between the two queries is "comn".
    Now we can convert the datalink into SQL as follows:-
    SELECT *
    FROM
    (Query for Q1)a,
    (Query for Q2)b
    WHERE a.comn=b.comn(+)
    Note: "a" and "b" are alias names for Q1 and Q2.

  • Data Link In Oracle Report

    Hi,
    What is the significance of group level data links in oracle reports?How is it different from data links that select column from each groups?
    Thanks

    Hi user;
    Please check below and see its helpful:
    [Link 1|http://download-west.oracle.com/docs/html/B10602_01/toc.htm]
    [Link 2|http://www.oracle.com/technology/software/index.html]
    [Link 3|http://download.oracle.com/docs/html/A73172_01/output/bawor_re.htm]
    [Link 4|http://www.softwaregeek.com/reports-oracle-10g/p1.html]
    Regard
    Helios

  • Can Data Links be established between Data sets based on View Objects?

    Hi all,
    In the BI Publisher Documentation it's given that Datasets based on view object queries do not support Data Links / Group Links. We found out that only way to establish relationship between view object Datasets is to create a view link and then upload it to create a Dataset.
    1. Is there any other way to establish relationship between view objects Datasets in DataModel editor itself just as in the case of data sets based on (SQL queries e.t.c.)?
    2. If so can View object Datasets be linked to Datasets based on other Datasources?
    3. Will the Datalinks for View object Datasets be supported in any of the upcoming releases. Is there any ER logged for this case?
    Any insight on the above issues will be really helpful.
    Thanks

    Enhance the data source with date and time and populate these fields in the user exit using the function module IB_CONVERT_FROM_TIMESTAMP .
    OR
    You can create Z function module IB_CONVERT_FROM_TIMESTAMP in BW side and write a routine in update rules/transfer rules to populate date and time.
    hope this helps ...
    Ravi

  • BPC 7.5NW External Data Links

    Hi All u2013
    This question is in regards to a BPC 7.5 NW (SP8) input schedule stored in BPC with externally linked MS Excel 2007 spreadsheets stored outside BPC.
    I have built an input schedule (which is stored in a team folder) and linked external excel spreadsheets into the schedule. My EVDRE is in Sheet1. Sheets2 u2013 5 contain the links to my non-BPC workbooks.
    My problem is that when I use the u201CSend and Refresh Schedulesu201D u2013 u201CActive worksheetu201D, multiple windows pop-up for updating the links in the non-active (external data linked) worksheets. Does anyone have a better way to link data external to BPC in a schedule or report? If not, is there a way to stop these pop-ups?
    Thank you!

    Hi,
    Can you try as follows:
    workbook options> Refresh Options> Check EVDRE : Refresh by Sheet.
    Hope it helps..
    regards,
    Raju

  • "Exception Processing Message" error when clicking the Accessing Server Data link on the start page

    When I first started the application, I click the Accessing Server Data link on the start page.  I immediately got the error "Exception Processing Message c0000013 Parameters 75b6bf7c 4 75b6bf7c 75b6bf7c in a dialog box titled "Windows - No Disk".  I had to used Task Manager to remove the box after closing Flash Builder 4.  I then tried the video tutorial on "PHP Services in Flash Builder 4".  I keep receiving an error during service introspection trying to connect to the PHP class.  It was the same error as the other individual "Cannot Connect to PHP Service".  So I tried another tutorial and generated a sample PHP class.  I moved a datagrid on to the stage, droped in the getAllItems function, and configured the return type.  However, when I ran the app, I received the same error "Exception Processing Message" again.  I have attached the screenshot of the error in addition to my phpinfo and log files.

    "The exception process message" is definitely a issue. Is it happening consistently, if so can you file a bug at bugs.adobe.com/flex and give out your machine config details, and the error log.
    With regards to generating a new php file and the introspection error that you are getting, looking at the logs it probably is two fold.
    First off the name of the file and the class name should be the same, are you having employeeServices as the name of the class in employeeServices.php file.
    Second, It seems prior to generating this new file, you had a syntax error at line 5.
    It would be easier to figure out what the error is, if you can also attach the php file, by removing any sensitive information in that.
    Hope this helps.
    Thanks
    -Sunil

  • N95 8Gb USB Data Transfer Mode not working

    I have a bizarre problem with USB Data transfer.
    a) I upgraded to the new 15.x firmware with the correct HKCSL package - 0557980
    b) I connected PC #1 in data transfer mode with no issue and copied a bunch of installers onto the mass memory and went on to install them - to the PHONE memory.
    c) Later in the day, connected PC #2 and did the same with the last few applications.
    d) Next day tried to connect PC #1 and it didn't work
    e) Thought I must have an application using the MASS storage but checked and not so - all apps on Phone memory.
    f) Went to PC #2 and tried - Data transfer mode works - no problem.
    g) Tried PC #1 again, and still not working. I get all the right messages (Mass storage cannot be used at this time etc) on the handset, and I get the "safely remove hardware" option appearing on the PC - but I don't get a drive letter assigned in the Windows Explorer.
    h) I have tried it on PC #3 and this works as well - no problem.
    1. The working PC's both have PC Suite 2-Beta installed, while the problem PC has no PC suite at all.
    2. I have downloaded the Nokia-connectivity_cable_driver_rel_6_85_10_0 and it installs properly - giving all the expected wireless... options in Device Manager, but I still don't get a drive letter assigned with the basic data transfer mode on this problem PC #1
    So the issue seems to be with a PC that has never seen any version of PC suite, but it worked straight after the firmware upgrade.
    All PC's are XP SP2.
    Any suggestions on anything else to try ?
    Regards

    SOLVED by:
    - attaching N95, selecting USB Data Transfer Mode
    - Going to Device Manager
    - Selecting the USB Mass Storage Device for N95
    - "Uninstall"
    - Remove cable when N95 says its safe to
    - Re-attach cable
    The PC then re-discovered and reloaded the drivers including the mass storage which then worked normally.
    No idea what messed it up in the first place though.

  • Not able to connect N82 to pc in data transfer mod...

    I am not able to connect N82 in data transfer mode( other modes are working fine) though i installed latest connectivity cable driver for N82. It says that it could not find any suitable driver(after search cd provided and online).
    My current firmware version of N82(RM-313) is 10.0.046. Operating system is Windows Vista. Will the firmware update fix the problem or I have to contact customer care center?
    Thank you for your support.
    mlhpr
    Solved!
    Go to Solution.

    22-Mar-2008 02:51 PM
    scoobyman wrote:
    Hi mlhpr
    If phone is set to 'data transfer" mode on user interface and USB plugged into PC N82 behaves as a Windows USB mass storage device and you are saying that Windows Vista can't recognize this?
    Ya thats is what the problem is. As you said the phone was to behave like USB pendrive in data transfer mode but i am getting this error.
    :I first connected the N82 with cable Nokia CA-101 provided with handset and selected the data transfer mode. Then the windows(Vista) icon would appear in task bar showing windows is installing the driver. Then a window pops up saying driver not found and requests permission to search online for driver. When I choose search online for suitable driver, it searches for a while and says no driver found. (net is working prefectly fine). The icon disappears from the bar and phone is inaccessible from windows explorer. But USB indicator on mobile screen is active until i disconnect using mobile connectivity settings.
    Actually i wanted this mode for installing the Nokia Maps which requires the phone to be in data transfer mode.
    mlhpr

  • N95-8GB - Not able to connect in Data Transfer Mod...

    Hi all,
    Recently I bought N95-8GB and installed PC Suite which comes along with the phone in my OS Windows Vista Home Premium. When I try to connect my phone in Data Transfer mode, I am getting message "Found new hardware - Windows needs to install driver software for your unknown device" and I am not able to find any driver for the same.
    Please help me out to solve this problem.
    Regards,
    S.Suresh

    just let the wizard run through and select the options that windows will search for the friver itself. the dirvers are included in nokia Pc suite package.
    YOu can also try to use the standard NOkia PC Suite from www.nokia.com/pcsuite or generally look for a fresh version of NSeries PC Suite from thephone web-pages, the CD-ROM versions are normally outdated

  • N95 8GB reboots periodically in data transfer mode

    I have a new N95 8GB running firmware v20. Unfortunately, when I use the genuine USB cable and select "Data Transfer Mode" the phone reboots 60 seconds after I connect the cable (and thereafter each 60 seconds when I don't touch the phone).
    I have tried with a non-genuine cable and the behaviour is the same.
    Coincidentally the "Power Save Time-out" is set to 60 seconds. When I change this to another value, say 40 seconds, then the above rebooting happens every 40 seconds.
    This appears to be a phone bug and makes it extremely difficult to use data transfer mode, unless you can transfer files within the power save time-out period, or unless you are prepared to press a button on the phone within this period.
    **Nokia please fix this**
    See related post: /discussions/board/message?board.id=smartphones&thread.id=81967&view=by_date_ascending&page=1

    Well,rotateme works perfectly for me and i have a n95 8gb too.So there are two things that might happening.
    1.You are doing something wrong with the whole installation(does rotateme works when you install it?)
    2.You downloaded your self a corrapted or somekind of a virus or a bug .sis file and installed it to your phone.
    Why dont you try to download one other rotateme file for you?You can find plenty rotateme from a lot of users.I can send you mine,if you want send me an e-mail and i`ll send to you the .sis file that i used and as i said,it works fine for me.
    Peace
    Message Edited by noslien on 06-Feb-2008 07:47 AM
    Eykleidis

  • Problem in data transfer mode

    when i change sms stores in mass memory instead of phone memory,the phone cant go in transfer mod.
    i have lots of sms and it cinsumes lots of phone memory.
    i need to transfer them into mass memory.
    any suggestion?
    n95-2

    every night i connect my phone to pc and use this amazing
    apllication ,LifeBlog, and automaticly it transfers the sms and pics and videos i receive or capture.
    but i wanna know that, isnt any solution that u save your sms in mass memory AND use data transfer mod.
    thanks for ur reply.

  • Need to permanently set network link modes (duplex and speed)

    Hello everyone,
    I have an Intel on-board network card  which does not play well with my FritzBox. According to Intel this is a known issue in how the card negotiates its link mode. Intel provided a tool to set the link mode under windows (because the standard windows settings did not persist). Now I successfully figured out how to set duplex and speed to the appropriate values but i have to do this every time on boot with
    $ ethtool -s eno1 speed 100 duplex full
    My question now is twofold:
    1. Is there any other way to persistently set those values? I know about mii-tool but this reports my card is not supported and I don't know if it would persist a reboot.
    2. If i need to run ethtool on every boot: What would be the preferred (best-practice) way to do it? I'm still really new to arch and Linux but cursory reading indicates to write a systemd service.
    Cheers
    Kai

    Maybe this could be useful
    https://wiki.archlinux.org/index.php/Sy … vice_files
    I have just read a little but I think this will do

Maybe you are looking for