Data between Endian L and B and Diff Codepages

SOURCE
I want to create a file on a system that is Big Endian with codepage 4102.
TARGET
I want to read this file in a system that is Little Endian with codepage 4103.
What is the exact 'open dataset' syntax on the SOURCE and TARGET?
Please.

Hi and Welcome to the Forums!
Please refer to these KB's for hopefully helpful information:
KB04132 How to set up Bluetooth connectivity between a BlackBerry smartphone and BlackBerry Desktop Manager
KB20023 Windows prompts to install Bluetooth device drivers while the BlackBerry smartphone is already paired
Good luck and let us know!
Occam's Razor nearly always applies when troubleshooting technology issues!
If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
Join our BBM Channels
BSCF General Channel
PIN: C0001B7B4   Display/Scan Bar Code
Knowledge Base Updates
PIN: C0005A9AA   Display/Scan Bar Code

Similar Messages

  • How can I exchange my whole data between my mac book pro and my iMac?

    How can I exchange my whole data between my mac book pro and my iMac?

    i use both, the macbook at work and the imac at home, but ineed to have the same data on both macs, how can i sync them?

  • Get date between 1st of current year and 31st Dec of current year

    Hello:
    I have a query where there is a check on date that has to be between 1 jan curr year and 31 dec curr year. How can I have that since the year component will be changing from year to year?

    use the year component of sysdate?
    ME_XE?select to_char(sysdate, 'YYYY') from dual;
    TO_CHAR(SYSD
    2007
    1 row selected.
    Elapsed: 00:00:00.12
    ME_XE?select to_date('01-jan-'||to_char(sysdate, 'YYYY'), 'DD-MON-YYYY') from dual;
    TO_DATE('01-JAN-'||TO_CHAR
    01-JAN-2007 12 00:00
    1 row selected.
    Elapsed: 00:00:00.18

  • Prompt for date between..... and ........

    Hi Guys,
    How could I translate something like this in BI
    undefine day
    select sum(total_revenue) from resv_history
    where day between '&DAY' and '&DAY'
    and day between '&DAY' and '&DAY';
    So, I would need two prompts where in each I could select a period between two dates. Is it possible at all?
    The results should show as below
    TOTAL REVENUE
    20-APR-07-25-APR-07 20-MAY-08-28-MAY-08
    300000 Euro 550000 Euro
    Does it make sense?
    Thanks and Regards
    Giuliano

    Hi.
    You need four date prompts.
    See similar blog entries, everything is there:
    OBIEE same dimension different value measures (example with two date prompts - is equal)
    http://108obiee.blogspot.com/2009/07/obiee-same-dimension-different-value.html
    or
    Comparing Arbitrary Time Periods (example with four date prompts - is between)
    http://kpipartners.blogspot.com/2009/07/comparing-arbitrary-time-periods.html
    Regards
    Goran
    http://108obiee.blogspot.com
    Edited by: Goran O on 2009.08.07 01:06

  • Easiest way to send data between a MIDP enabled phone and a PC?

    Well, topic says it all I guess :)
    I need to transfer quite alot of data between a java app ("server") running on my pc, to a java midlet on a mobile-phone ("client" if you will). I've tried reading up on a lot of different techniques on how to accomplish this, but most of it is just fluff, and no good concrete examples.
    So, is it possible to transfer data using a cable connection, infrared, bluetooth, or other?
    And if so, which is the recommended method of transfer?
    Also, some code examples or links to some good tutorials would be heavily appreciated.

    Hi
    I am using infrared to make conection between Pc and Nokia7210.
    Download Pcsuite for Nokiamobile it is easy to copy our jars to mobiles.
    visit Nokia forum to down load PCSuite.
    Hope u got it..
    Satish

  • Intervals, synchronize the data between two oracle tables located in diffe

    Hi Experts,
    Is there any way I can, at set intervals, synchronize the data between two oracle tables located in different servers? What is the software, if there is any? If there are steps I can follow, so much the better.
    Thanks!

    I'm not sure what you want to achieve here...
    I want to synchronize both the Servers , so that it can update HO servers as well as Factory Server with the complete data. Could you please elaborate a little bit more; basing on your description I could also tell you how to setup timesync for those two servers if I understand "complete data" as the current date and time...
    Also a lot of solutions are platform and version specific so it would help if you could indicate OS and Database Versions (4 digit).
    And I still fail to see what this has to do with forms. You might want to post your question to the Database General forum: General Database Discussions
    cheers

  • What are the methods available for passing data between Labview 6.0 VI and another custom windows program

    The big picture is that I'm trying to use labview to interface to a DSP board.
    I already have a small windows application "app" which communicates with the dsp. Now I want Labview to grab data from the "app" and plot/analyze ... etc.
    I'm a novice at this 'interprocess communication stuff", what can I use to pass data back and forth between between the "app" and LV?
    use ActiveX, DMA, streams, etc.?
    In a crude sense I could just have the "app" write the data to a file and then have LV read the file. (can two applications read the file at the same time?), but
    this seems very slow and clumsy. I'd rather have a RAM based FIFO which both could access.
    Thanks!
    G
    Details:
    Pentium120 Windows 95 Host
    Spectrum TMSC30 DSP
    VC++6
    LV6

    It depends on what 'interprocess communication' your "app" program has available.
    I regulary use DDE to control a PLL App which controls our PLL via the LPT Port. This is only a write process, but works very easily. The read is equaly easy. You need to know the various "keywords" like service, topic and instruction which the "app" will respond to.
    Generaly I found ActieX to be more extensive, meaning its probably going to take longer and more steps to achive similar simple results.
    The file does not seem to be the best way.
    Hope that helps a bit.

  • Exchanging data between a Web Dynpro application and SAP Web Shop

    I'll try to keep this as clear as possible:
    1) We have the SAP Internet Sales system running, which has a series of Business Object classes and corresponding Backend Layer objects that can return data from several sources.
    2) We are able to create our own Backend Layer objects that would return data from a component called IPC, which is a Java component.
    3) I would like a Web Dynpro application to retrieve data from this backend layer object, but I am not experienced enough with Java to know if what I want to do is possible. I don't think that I can use JCo, because I am trying to get a Java component (class?) in Web Dynpro to access a Java class remotely.
    4) I think I am asking is this: is there a way for a Java to Java connection to be created, much like Web Dynpro can use JCo to connect Java to ABAP systems?
    If this is a glaringly obvious question to Java programmers, my apologies!
    - Tony.

    Somebody on another forum recommended using RMI. Which would be the better option in terms of ease of implementation?
    - Tony

  • Inconsistencies data between ODS and RSA3 in SAP system (delta problem??)

    Hi everyone,
    I have a problem in my SAP BW production system. There is inconsistencies data between ODS (using tcode LISTCUBE) and Datasource in SAP system (tcode RSA3).
    I'm using Datasource: 0FI_GL_10 and ODS: 0FIGL_O10.
    In SAP system (using RSA3):
    GL Account: 1202012091
    Comp Code : 5400
    Bus Area: 5401
    Fiscal Year :2008
    Period: 07
    Accum Balance : $0
    Credit Total: $350
    Debit Total: $350
    Sales : $0 
    And in ODS (using ListCube):
    GL Account: 1202012091
    Comp Code : 5400
    Bus Area: 5401
    Fiscal Year :2008
    Period: 07
    0BALANCE : $350  (it should be $0,shouldn't it? )
    0CREDIT: $0 (it should be $350,shouldn't it? )
    0DEBIT: $350
    0SALES: $350 (it should be $0,shouldn't it?)
    I have tried these :
    1. Check if there is a start routine / routine or not in transfer or update rules....and...i get nothing
    2. Check the data using tcode FBL3N..but the data is ok
    And then i tried to trace the process chain and find error on delta infopackage which pull these data
    Date
    07.30.2008 : 231141 records --> error (ODS activation) --> request has deleted forever
    07.31.2008 : 2848 records   --> error (ODS activation) --> request has deleted forever
    08.01.2008 : 135679 records --> error (ODS activation) --> request has deleted forever
    08.02.2008 : 135679 records --> successfull repeat delta action
    From 30 July until 1 August there is an error on delta infopackage because
    fail to activate ODS (No SID found for value 'RIM' of characteristic 0UNIT). On 2 August someone delete the red requests and repeat the delta and success. Is there any possibilities that this problem arise because of this? If this the cause, how to bring back 2848 and 231141 records which has deleted?
    Thank you and Regards,
    -Satria-

    Hi everyone,
    I have solved my problem. I executed my infopackage again (selection condition using GL Account which have wrong amount) with update mode 'Full update' and choose Scheduler > Repair Full Request and tick the checkbox.Thank you.
    Regards,
    -Satria-

  • Synchronize date between OUD and AD

    Hi all.
    I want to synchronize date between OUD(Oracle Unified Directory) and AD (Windows Active Directory).
    OIM(OID ODIP)?
    This framework is very powerful, but it seems to be a liitle heavy for me.
    Is there any solution more light and straight to reach the goal?
    I would appreciate for any reply.

    Hi,
    You don't need OID as you can use OUD as DIP configuration store.
    The procedure is described in detail in KM note 1511847.1 available from support.oracle.com
    The note 1511883.1 can be useful as well as it is a placeholder for DIP/OUD related procedures.
    -Sylvain

  • Using EPMA to transfer data between HFM and Essbase on 11.1.1.3

    Can we use EPMA to transfer data between HFM application and Essbase cubes on Hyperion version 11.1.1.3?
    As far my understanding we can only link HFM and Essbase through EAL.
    I would be very keen to know from the audience if we can use EPMA to transfer data between HFM and Essbase
    Hyperion version 11.1.1.3
    Windows 2003 64-bit
    Regards
    Yogananda Bharadwaj

    Hi Yogananda,
    Check epma admin.pdf, page 439. Chapter 19 describes how to synchronize and map data between Hyperion applications, interface tables, and external files via EPMA Data Synchronization.
    Regards,
    Thanos

  • How to interchange data between Java Program and C++ Program

    I constructed a java program using netbeans IDE that has ability to connect with a respective DLL; I want to connect and interchange data between my java program(.jar) and VSC++ program(.exe) through DLLs.JNI uses single Dll to invoke C/C++ function in native manner,In order to increase the efficiency I tried to connect and interchange primitive data types between Java program and C++ program using that DLL(JNI implemented).
    Unfortunately C++ program cannot obtain data values that has been changed by Java Program.For example - If I declare a global int variable in DLL,java program can catch that int variable and can update it but If I run my C++ program(exe) loading same DLL simultaneously it cannot receive the updated value of that int variable declared in the DLL.
    Therefore I need a solution to share/Interchange at least primitive data and their respective values between a JAVA and C++ Program using JNI (in spite of date transferring through Sockets).JAVA TO C/C++ & C/C++ to JAVA using DLLs.
    (TWO WAY COMMUNICATION)
    JAVA.jar  <=> <JNI> <=> DLL <=> [Connector Program C/C++] <=> C/C++ .exe
    PLEASE HELP ME!! THANK YOU

    What in the are you trying to say? What does "filled into the servlet mean?" Is the map somewhere outside the servlet? In a different process? Are you asking how to extract data from a map? Something else?
    Sorry, but your question makes no sense.

  • Insertion of data between 2 tables ( 1 to * relationship )

    Hi all, I am new to Oracle ADF, I have a problem with the insertion of data between 2 tables (Table A and Table B), I have the ratio 1 to *, and I need to insert data in table B (* Relationship) when insert in Table A all goes well, but when inserted in Table B, I need the primary key value in Table A () in the value field in table B that is as foreign key.
    Ie
    Value Table A
    coda = 20 -> primary key
    Table B values
    1 set of values
    val_1,
    val_2,
    val_3,
    coda = 20 -> need this value is constant up to do a Commit.
    set of values 2
    val_1,
    val_2,
    val_3,
    coda = 20 -> need this value is constant up to do a Commit.
    How I can do it?
    thanks

    Thanks for you answers 'M.Jabr'
    I was wrong, because the relationship 1 to * between tables A and B, I was writing the groovy expression in each table, in this case in Table B (A.codSolicitude), but now I notice that within the DataControls, but specifically in the control data of Table A, there is a relationship between the board B, and I thought to insert into the related table that appears as a master/detail, and first inset in table A and then in Table B in the same page master/detail, and A.CodSolicitude value is automatically filled in Table B, and performed the Commit and everything works. !
    Thanks for you help.
    Now if you can give me some examples with images that are on the web similar to this problem would be great:) Thanks!

  • Transfer customizing data between SAP System

    Hi to all!
    How I can transfer PS customizing data between R/3 4.5B and R/3 4.7?
    Thanks,
    Gianluca

    Hi,
    Can I suggest a slightly more robust approach?  What Andreas is suggesting, is that in fact you should be able to transfer the customising data by doing a standard transport.  You can create a transport in your 4.5B system and then it can be physically copied (at the operating system level, for example FTP) to your 4.7 system and then imported.
    I think that this is probably the right way to go, but you may have some troubles if the PS system has some changes in 4.7 (as the destination config tables may have different structures to the source tables).
    The change I suggest from Andreas is start by using the IMG to generate the transport.  If you go to every area of customising that you wish to transfer to the 4.7 system and make a change (save to a change request) then change it back and save, you will make sure that you have every table required to be transferred in your change request.  You can then edit the change request (in SE09) and change the keys (by putting an *, rather than the specific data) to ensure you get all the data. 
    I just feel that given the complexity of configuration tables (and the sheer number of them) it would flow smoother if generated the initial list via the IMG, rather than trying to figure them all out yourself.
    After the change request has all the correct entries you will need to release it (to ensure that the object in Unix has all the data from the SAP system).  You can then FTP it to the 4.7 system and do an import of the change request (and cross your fingers that you don't get import errors due to config tables changing in 4.7).
    Hope that helps,
    Brad

  • Extract data between tags

    Hi,
    I want to extract data between tags. For example i have following code
    <span class="t_t_12_b_b">Cast</span><span class="t_t_12_b">: Mel Gibb</span>
    I want to extract data between <span class="t_t_12_b_b"></span> and <span class="t_t_12_b"></span> and show it as following
    Cast : Mel Gibb
    Please advice how to do it.If possible please provide code.
    Rajesh

    Steve_gates wrote:
    who ping...???You ping. In your other thread: [http://forums.sun.com/thread.jspa?threadID=5315333] you posted code:
    Tidy tidy = new Tidy();
    tidy.setXHTML(xhtml);
    d = tidy.parseDOM(in,out);
    NodeList spanNode = d.getElementsByTagName("span");
    int length = spanNode.getLength();
    for(int i = 0;i<length;i++)
    org.w3c.dom.Node span = spanNode.item(i);
    String tempAltText = span.getAttributes().getNamedItem("class").getNode Value();
    if(tempAltText.equals("authorName")){
    System.out.println("the item is " + tempAltText);
    else{
    }In a previous thread [http://forums.sun.com/thread.jspa?threadID=5315320&tstart=0] ping posted code:
    Tidy tidy = new Tidy();
    tidy.setXHTML(xhtml);
    d = tidy.parseDOM(in,out);
    NodeList spanNode = d.getElementsByTagName("span");
    int length = spanNode.getLength();
    for(int i = 0;i<length;i++)
    org.w3c.dom.Node span = spanNode.item(i);
    String tempAltText = span.getAttributes().getNamedItem("class").getNode Value();
    if(tempAltText.equals("authorName")){
    System.out.println("the item is " + tempAltText);
    else{
    }

Maybe you are looking for