Forte Migration - Need Suggestion regarding Forte Migration.

Hi friends,
I need some suggestion in designing GUI.
we have an application designed on mainframes and also in forte. And lots of users life the mainframes, since they have been using for long time and it is easy for data entry and it is faster and by hitting F2/F4 keys the data entry people finish the work fast and they is incentive to do fast and more.
And we have the same application in Forte too, Forte GUI design is also great, it provides lots of data compared to mainframes, but little slower and it cannot be done in the same speed as mainframes.
In such a situation, if you have to migrate what technology would you opt and how to think about converting the console based forte application, which also provides in data entry and provides lots of information.
And it is process oriented, where we could like complete one step before going to other step and also go and modify the data entered in step1. Example, while entering the telephone order, after validating customer details, we would like to provide telephone services. But we should be also able to modify the customer information.
The reason I gave the example before, if you think about using J2EE and provide Web browser interface, which would be best and cut lots of cost and time on deployment (usually in case of Forte console based application), but major draw back would be we cannot control the users activity and you cannot back and forth and update the data. (Think about lot of Tab in Forte application.).
So, the need is for thin client and lots of Tabs and user should be able to go back and forth and real fast application client like mainframes to enter lots of data fast and provider look up for validations.
How would you do migration for such a application ?
1.     J2EE, how would you think about providing user interface. (web browser or java console application using swing) ? Did any body of you done using swing.
2.     .NET application. (client using ASP.NET with C# for business logic/middle tier)
Please give me some suggestion and how did you migrate under such circumstances.
I know, it is difficult to suggest without seeing the application, but please give me the high level idea. May be you much also faced similar situation.
Thanks in advance.

NET, Swing, Web - all provide options to allow back and forth moving from one tab to the other.
However, No matter how fast the screens are in web, they are a fraction of a second slower when the browser renders the screen.
This is not controlled by programming and it is the browser that takes time. In such scenario, going for Swing may be a better option
All of them support the shortcut keys- Going to Web - you may need to forgo some of the function keys - like f5 for refresh.
You can also introduce numbers in front of values in combos - for easy input of data.
We have experience in migrating thick client to web and thick client to thick client. Please contact me if you need more info.
Amit Raj
[email protected]

Similar Messages

  • Need suggestion regarding File compression and splititng

    Hi,
    I want to split and compress the big files into small chucks. On later any standard zip utility i.e. winzip, 7z etc can merge(extract) all the chunks to generate the original file. I am looking for any java library which provide the split and compression functionality.
    As Java also supports in built compression utility. Should I use those library or any other open source is available to do this? I welcome your suggestion regarding how can I start.
    Thanks

    If you're just looking for something to be used internally, it'd be pretty simple:
    1. Open your source InputStream.
    2. Create a standard read/write loop to pump the stream.
    3. Add a counter that determines how much you've pushed into your current target. After you reach a certain value, close your current target, create a new target stream, and reset the counter.
    4. Conclude by closing your source and your current target.
    For compression, you can use the built-in GZIPOutputStream or a third-party library of your choice. I usually find GZIP sufficient for my needs.
    Of course, if you want the output to be compatible with other programs like 7-Zip, you've got a lot more work on your hands complying with the file format spec. :)

  • Need suggestion in forms migration and database migration

    Friends,
    We have currently forms 6 (not 6i) applications in Novell 4.
    and our db is 9iR2 in RHEL AS 3. which is running for more than 8 years.
    our management has decided to go for the migration....
    Before one month i searched in the web and i came up with the solution as like below.
    1. convert forms 6 to 10g and deploy using Oracle Application Server 10.1.2.0.2 (this is the latest version for forms and repots) in RHEL AS 4.8
    2. upgrade 9ir2 db to 10gr2 db in RHEL AS 4.8
    But now...my manager is asking me to go for the latest version.
    that is....
    1. forms 11g or the latest supporting version (Fusion middleware) in windows/Linux (choose the best one)
    2. 11gR2 db in rhel 5.3 or above
    so, please suggest me....which version i should go?
    which type of combination will be better?
    i cannot install oracle application server 10gR3....am i correct? it will not support forms and reports to deploy.
    i hope somebody will help me in this regarding....
    thanks

    Hi Pankaj,
    According to my knowledge there is no option to update the backend system by using  the scanned PDF file like adobe forms. It is advisable to design the adobe form by seeing the paper document & updating the backend system.
    Regards
    Krishna Balaji T

  • Need suggestions regarding creation of a UDT

    Dear All,
    Our client is into Chemicals Trading and deals with Units of Measurements with huge variations.
    For example, they stock the items in G but when they purchase, they may purchase in any of Kg,G, MG, micrograms, nanograms or peckograms or pounds based on the their sales requirement. However, their price calculation is based on the price list from the vendor which is again linked with the uit of measurment. A supplier may be supplying 200 peckograms of a chemical based on $100 per 200g. So, we are planning to create 3 UDFs in marketing docs to enter the base price and base units on which the vendor is quoting the price as well as 3 UDFs to enter the required  packing size, packing quantity and the packing UoM. Based on the 6 inputs, we want to calculate the quantity, unit price and Total price.   
    One area of concern for us is that the Standard "Weight UoM" of SAP B1 will not solve the purpose as the base in SAP B1 is always on mg and the system is not calculating correct value when the vase Unit as well as the required Unit are different from mg.
    So, if the client wants in nanograms and the suppliers' base unit is g, the conversion is not provided by SAP B1. We have to capture all the conversions between the individual units and get the results. We think it is better to solve the issue through a UDT for Units Of Measurement and define all the linkages between the various UoMs.
    I would like to know if there is any workaround for this scenario without creating a UDT and if we need to create a UDT, the structure of the table.
    Regards,
    Bharath S

    Dear Bharath,
    In your case, I think creating an UDT might be the most efficient way. The columns in UDT should be as simple as possible such as:
    1. BP UoM from BP
    2. Standard UoM from Item Master
    3. Conversion factor
    In this way, you can make sure the conversion is correct. Your UDF in the marketing document could have FMS link to this UDT.
    What is your B1 version and PL? 8.8 support multiple UoM better than old version.
    Thanks,
    Gordon

  • Need suggestion regarding drop RAC database of 11g

    Hi All,
    I have 11gR2 RAC environment setup. Database required recovery and I have no backup, based on support engineer guidance I restore the database using some hidden parameters though its a corrupted db so I need to rebuild. For rebuild purpose I took expdp of entire database and then drop it. I had drop through "dbca" , db was open and I run "dbca" and select drop database option, at one time it showing me warning/error ORA-01586:database must be mounted EXCLUSIVE and not open for this operation but after that drop was run perfectly.
    but when I check the ASM disk status , it still show as it is , I mean no change in their free_space column, I also verified through asmcmd command and all the Datafiles are still there.
    I want to cleanup asm disk which are still fillup with dbfs and I thought that would be cleared by dropping database but no my assumption was wrong.
    can any one suggest me what to do if I want to make free space in asm disk which was allocated for dbf files?
    Thanks in advance.

    Hi Forstmann,
    Please find both the commands output below:
    ASMCMD> lsdg
    State Type Rebal Sector Block AU Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks Voting_files Name
    MOUNTED NORMAL N 512 4096 1048576 14004 13208 0 6604 0 N ASM_FOR_CRS/
    MOUNTED NORMAL N 512 4096 1048576 75069 19755 18440 657 0 N ORADATA/
    MOUNTED NORMAL N 512 4096 1048576 200060 199773 74 99849 0 N ORADATA_PROD/
    MOUNTED EXTERN N 512 4096 1048576 99998 48689 0 48689 0 N ORAFLASH_AREA/
    MOUNTED NORMAL N 512 4096 1048576 106013 105823 0 52911 0 N TEST/
    ASMCMD> find + *
    +ASM_FOR_CRS/
    +ASM_FOR_CRS/RWCORA-cluster/
    +ASM_FOR_CRS/RWCORA-cluster/ASMPARAMETERFILE/
    +ASM_FOR_CRS/RWCORA-cluster/ASMPARAMETERFILE/REGISTRY.253.725970931
    +ASM_FOR_CRS/RWCORA-cluster/OCRFILE/
    +ASM_FOR_CRS/RWCORA-cluster/OCRFILE/REGISTRY.255.725970933
    +ORADATA/
    +ORADATA/ASM/
    +ORADATA/ASM/CONTROLFILE/
    +ORADATA/ASM/CONTROLFILE/ctlbkp-23FEB.334.743838771
    +ORADATA/ASM/DATAFILE/
    +ORADATA/ASM/DATAFILE/SYSAUX.260.726054695.bkp.336.746443183
    +ORADATA/ASM/DATAFILE/SYSTEM.259.726054677.bkp.335.746443047
    +ORADATA/ASM/DATAFILE/UNDOTBS1.261.726054711.bkp.338.746443879
    +ORADATA/ASM/DATAFILE/UNDOTBS2.263.726054721.bkp.339.746444613
    +ORADATA/ASM/DATAFILE/USERS.264.726054727.bkp.337.746443729
    +ORADATA/ASM/PARAMETERFILE/
    +ORADATA/ASM/PARAMETERFILE/spfile.267.726056723.orig.324.731752409
    +ORADATA/ASM/PARAMETERFILE/spfileracdb_08DEC.ora.333.737181947
    +ORADATA/ASM/TEMPFILE/
    +ORADATA/ASM/TEMPFILE/TEMP.262.726054713.bkp.340.746444645
    +ORADATA/CMDOC
    +ORADATA/CMDOC702
    +ORADATA/CMDOC702RAC
    +ORADATA/DM_CMDOC702RAC_INDEX
    +ORADATA/DM_CMDOC702_INDEX
    +ORADATA/DM_CMDOC_INDEX
    +ORADATA/RACDB/
    +ORADATA/RACDB/CONTROLFILE/
    +ORADATA/RACDB/CONTROLFILE/Current.256.726054673
    +ORADATA/RACDB/DATAFILE/
    +ORADATA/RACDB/DATAFILE/JISPCARS.dbf
    +ORADATA/RACDB/ONLINELOG/
    +ORADATA/RACDB/ONLINELOG/group_1.257.746533235
    +ORADATA/RACDB/ONLINELOG/group_2.258.746533237
    +ORADATA/RACDB/ONLINELOG/group_3.265.746533239
    +ORADATA/RACDB/ONLINELOG/group_4.266.746533241
    +ORADATA/RACDB/PARAMETERFILE/
    +ORADATA/RACDB/PARAMETERFILE/spfile.267.726056723.orig
    +ORADATA/RACDB/PARAMETERFILE/spfile.267.737185455
    +ORADATA/RACDB/PARAMETERFILE/spfile.325.731754029
    +ORADATA/RACDB/PARAMETERFILE/spfileracdb.ora
    +ORADATA/RACDB/TEMPFILE/
    +ORADATA/RACDB/TEMPFILE/TEMP.262.726054713
    +ORADATA/RACDB/TEMPFILE/TEMP.262.726054713.bkp
    +ORADATA/RACDB/TEMPFILE/TEMPS1.341.746954959
    +ORADATA/RACDB/TEMPFILE/temps1
    +ORADATA/RACDB/ctlbkp-23FEB
    +ORADATA/RACDB/spfileracdb.ora
    +ORADATA/RACDB/spfileracdb_08DEC.ora
    +ORADATA_PROD/
    +ORAFLASH_AREA/
    +TEST/
    total 68 dbfs.

  • Need suggestions regarding a system design for incremental load

    Hi,
    Our client has  a set of SQL Server tables which are being fully refreshed daily using views from DB2 source tables. We need to design an approach to load them incrementally.
    We have a third party application 'XXX' which will provide us the changed records in the underlying DB2 tables into SQL Server tables daily. Let us call them CDC_<tbl>. This table will have the same schema of source and have a flag to indicate whether
    it is an insert, update or delete record. From these CDC tables, we have to do the required transformations and do the insert/update/delete from the target table accordingly.
    This approach would work easily for cases where there is only one source table. But when we have multiple tables joined together to load the target table, we are unable to design an approach. If on a particular day, an insert record comes in only one of
    the source CDC tables, we will not be getting that row in the target since the other CDC table doesn't have a record for that particular key. We cannot join the SQL Server CDC table with source DB2 table since that will cause performance issues.
    Please share your thoughts on how we can design an approach which will work in cases of join, union, group by etc. between source tables. We are open to suggestions on changes in CDC tables also since the third party tool is to be configured as per our design
    needs.
    Thanks in advance,
    KP

    If on a particular day, an insert record comes in only one of the source CDC tables, we will not be getting that row in the target since the other CDC table doesn't have a record for that particular key.
    If I understand correctly, you extract data using DB2 views (some with joins) and then use third party CDC software to capture all changes made to the underlying DB2 tables.  These changes are then applied to a transformed version of data extracted
    from the views.  If my understanding is correct, why use DB2 views at all?  It seems to me the transformation process must have intimate knowledge of the underlying DB2 tables anyway in order to apply the CDC data properly.
    Are you saying you are not getting the other CDC table row at all, or is it just that the CDC tables are not transactionally consistent at the time the changes are applied to the target?  I think transactional inconsistencies should be addressed by
    the third party CDC application. The other alternative as I see it is to query DB2 for a each CDC key to make sure you have the latest data during the transformation process.
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • Need suggestion regarding Layout Manager using Swing in Java

    I have developed a swing application where i am having problem with selecting the right layout manager.
    I am attaching the file where it contains the method for addingComponents to the Content Pane. But, the code that i have written
    contains lot of spaces between first panel and second panel and so forth.
    Please suggest.
    <<Code>>
    public void addComponentsToPane(Container contentPane) {
              this.contentPane = contentPane;
    //          File Panel
              JPanel jfile1panel = new JPanel(new FlowLayout(FlowLayout.CENTER));
              JPanel jfile2panel = new JPanel(new FlowLayout(FlowLayout.CENTER));
              JPanel jfile3panel = new JPanel(new FlowLayout(FlowLayout.CENTER));
              JLabel jfile1 = new JLabel("Select File:");
              jtfile1 = new JTextField(50);
              jbfile1 = new JButton("Button1");
              jfile1panel.add(jfile1);
              jfile1panel.add(jtfile1);
              jfile1panel.add(jbfile1);
              jbfile1.addActionListener(this);
              JLabel jfile2 = new JLabel("Select File:");
              jtfile2 = new JTextField(50);
              jbfile2 = new JButton("Button2");
              jfile2panel.add(jfile2);
              jfile2panel.add(jtfile2);
              jfile2panel.add(jbfile2);
              jbfile2.addActionListener(this);
              JLabel jfile3 = new JLabel("Select File:");
              jtfile3 = new JTextField(50);
              jbfile3 = new JButton("Button3");
              jfile3panel.add(jfile3);
              jfile3panel.add(jtfile3);
              jfile3panel.add(jbfile3);
              jbfile3.addActionListener(this);
              //Button Panel
              JPanel jbuttonpanel = new JPanel();
              jbuttonpanel.setLayout(new FlowLayout(FlowLayout.CENTER));
              JButton jbcmd1 = new JButton("Submit");
              JButton jbcmd2 = new JButton("Cancel");
              jbuttonpanel.add(jbcmd1);
              jbuttonpanel.add(jbcmd2);
              jbcmd1.addActionListener(this);
              jbcmd2.addActionListener(this);
              //Content Pane               
              contentPane.setLayout(new BoxLayout(contentPane, BoxLayout.Y_AXIS));
              contentPane.add(jfile1panel);
              contentPane.add(jfile2panel);
              contentPane.add(jfile3panel);
              contentPane.add(jbuttonpanel);
    }

    But, the code that i have written contains lot of spaces between first panel and second panel and so forth.use pack(), see if it makes a difference
    as you're using FlowLayout, make the frame not resizable

  • Need suggestion regarding configuring listener.ora

    I have a prolem with External proceduere uses C as language
    i placed the dll file in oracle_home/bin directory
    and run the procedure, then i got an error which is given below
    SQL> exec shell('dir')
    BEGIN shell('dir'); END;
    ERROR at line 1:
    ORA-28595: Extproc agent : Invalid DLL Path
    ORA-06512: at "ENCORA.SHELL", line 0
    ORA-06512: at line 1
    Then,
    i configured the listener.ora with (ENVS="EXTPROC_DLLS=ANY")
    then i got the following error
    .SQL> exec shell('dir')
    BEGIN shell('dir'); END;
    ERROR at line 1:
    ORA-06520: PL/SQL: Error loading external library
    ORA-06522: Unable to load DLL
    ORA-06512: at "ENCORA.SHELL", line 0
    ORA-06512: at line 1
    if,i tried with out setting (ENVS="EXTPROC_DLLS=ANY") then got Extproc agent : Invalid DLL Path.
    if, i set the environment variable , then got unable to load the external library.
    can any one suggest me how can i solve this?

    I have a prolem with External proceduere uses C as language
    i placed the dll file in oracle_home/bin directory
    and run the procedure, then i got an error which is given below
    SQL> exec shell('dir')
    BEGIN shell('dir'); END;
    ERROR at line 1:
    ORA-28595: Extproc agent : Invalid DLL Path
    ORA-06512: at "ENCORA.SHELL", line 0
    ORA-06512: at line 1
    Then,
    i configured the listener.ora with (ENVS="EXTPROC_DLLS=ANY")
    then i got the following error
    .SQL> exec shell('dir')
    BEGIN shell('dir'); END;
    ERROR at line 1:
    ORA-06520: PL/SQL: Error loading external library
    ORA-06522: Unable to load DLL
    ORA-06512: at "ENCORA.SHELL", line 0
    ORA-06512: at line 1
    if,i tried with out setting (ENVS="EXTPROC_DLLS=ANY") then got Extproc agent : Invalid DLL Path.
    if, i set the environment variable , then got unable to load the external library.
    can any one suggest me how can i solve this?

  • Need suggestion regarding simulation of Java Card using a floppy

    Hi All,
    I am working on a project wherein I have to simulate a Java Card application using a floppy. I am writing my own Card Terminal and CardTerminalFactory. Thats what I have started working on. Will that serve the purpose or do I have to think about some other approach like just overriding the cardInserted method of CTListener class? I want to achieve communication between the host application and the floppy(which is my java card) Please advise.
    I would like to thank DurangoVa and Nilesh for helping me out sorting out the error in running the converter.
    Thanks in advance

    Are you referring to a Floppy diskette drive ?

  • Need suggestion regarding drop down...

    hi ,
    i have a dropdown list having some values.I wana compare the length of the values of dropdown list to null.
    i tried this
    for (var i=0 ; i<=DropDownList1.length;i++);
    var s = DropDownList1.getDispalyItem(i);
    if(s.length ==null)xfa.host.messageBox("the length of the selected value is null");
    else xfa.host.messageBox(" Not NULL\n in this case i have written a piece of code to execute");
    thing is i am using Live Cycle Designer ES but that length function is not giving the length of the drop down list...
    Please suggetst any idea what to do ?????
    Thanks in advance.....

    The length function works fine you have a typo
    incorrect var s = DropDownList1.getDispalyItem(i);
    correct var s = DropDownList1.getDisplayItem(i);

  • 300 Users: need suggests...

    Hi all! I need to configure an oracle database server (9.2.0.4.0) in order to guarantee that 300 users can connect and use the database in the same time... I need suggests regarding hardware (Cluster? Parallel server?)and software requirements to satisfy this request based on your DBA experience.
    Can you help me?
    Thank you in advance.
    Bye.
    Ste.

    OLTP is ok, the max workload is 300 users using database at the same time. I think that 9i Enterprise Edition + Real Application Cluster is too expensive... 10g includes Real Application Cluster... Is this right? Then I think the hardware can be like this:
    2 server (2 cpu), 2 Gb ram for every server, 1 disk array (4 x 73 Gb) with 2 fiber ports without NAS (for the moment)... Do you know if there is some vendor that sells a system like this for using with Oracle so it is not necessary to buy every device from different vendors and to read long compatibility lists? Do you know any "success case" I can read to find some usefull information regarding the configuration of such a system?

  • I need the information for migrate  businessobjects old version to xi R3

    Dear All,
                      i need the information about migration for  businessobjects old version to BO XI R3
                                                Thankyou,

    Hi Gopal,
    What is the version of the existing BOE which you are using?
    Please find the link to download the Admin guide:
    -Please go to Http://help.sap.com
    -Click on BusinessObjects tab
    -Select the product as BusinessObjects Enterprise.
    -You will find some useful guides to download.
    However you can find the steps to perform migration as follows:
    u2022     Create a Back-Up of CMS database(System and Audit) of the existing system.
    u2022     Create a Back_Up of "FileStore" folder located at ..\Business Objects\Business Objects 11.5\"
    u2022     Create a Back_Up of complete registry.
    u2022     If the Business Objects system is customized for AD authentication,SSO etc., create a Back-Up of files on which changes are made.
    u2022     If there are any Service Packs or Fix Packs installed, uninstall them in the reverse sequence of version.
    u2022     Uninstall the base install of Business Objects Xi Release 2.
    u2022     Clean all the registry entries for previous install of Business Objects.
    u2022     Restart the computer.
    u2022     Create two new Databases, one for CMS System database and one for CMS Audit database.
    u2022     Create two new DSN's under ODBC configuration to point to the new Databases.
    u2022     Install Business Objects XI 3.1 and while installing point the CMS to the new databases.
    u2022     When the installation completes, stop the Server Intelligence Agent(SIA).
    u2022     Right click and open the properties of SIA.
    u2022     On the settings of CMS System database configuration, click specify.
    u2022     Use "Copy from another Data Source" to migrate data from previous database to new database.
    u2022     If the SIA fails to start, create another SIA and point it to the new Database with the migrated database.
    u2022     Click on update objects and then start the SIA.
    u2022     Login to "Central Management Console(CMC)" using Enterprise "Administrator" account.
    u2022     Verify the License of Business Objects XI 3.1.
    u2022     If the servers are showing disabled under CMC, enable all the servers.
    u2022     Restore the "FileStore" folder to location "..\Business Objects\Business Objects Enterprise 12.0\".
    u2022     If any report is missing database credentials, provide them and the reports will run ok.
    These steps are for the BOE XIR2 and BOE XIR3. However you can also be useful for too.
    I hope this helps you.
    Regards,
    Prashant

  • Regarding the migration from mi 2.5 to Netweaver mobile

    Dear All,
    We need to migrate an mi 2.5 to netweaver mobile 7.1. I have read a white paper by SAP for the same which has six step approach. Even i have read certail documents which has certain clauses like if a filter has placed on two fields in mi 2.5, that rule cannot be migrated automatically, which need to be created manually.
    So i need to understand the following things.
    1. What are limitations/clauses  in the modelling regarding the migration to netweaver mobile?
    2. As there are data objects, associations, dependancies, distribution model, distribution rules in netweaver mobile, what are the corrosponding things in mi 2.5, to acheve the data distribution dynamically and depandancies between the syncbos?
    3. What are all things i need to study regarding the current implementation of mi 2.5 in terms of data modelling and mobile application?
    4. LImitations of mi 2.5/7.0 over Netweaver mobile 7.1
    Can anyone please help me in this so that it will be great help for me.
    Regards,
    Kiran.

    Thanks Ajith,
    This is really good piece of input. Did you get any chance to gothorugh my word document. There are couple of clarifications what i have need is mentioned in that with the screen shots.
    Clarifications are:
    1. There are filters created for certain syncbos. They seems to be dynamic filters, so where can i see in the current mi 2.5 system where these values like ME-SYNC_USER is configured. This is the field that they have used for the dynamic filtration of data.
    2. And there are no syncbos which have u201CFiltered by referencing Syncbosu201D enabled with the reference to excel and screenshot in the word document. Is this the way to look at related syncbos and if yes does it mean that there are no relations between the syncbos in the current mi 2.5 system?
    3. Even though there are entries in merep_408 table for certain syncbos but i am unable to view the syncbo exits using the transaction merep_sbuilder. It shows the exits for ZEFACTIVITY but not for the others. What does that mean, is that mean exits are not maintained for the other syncbos.
    4. Is S01 and T01 syncbos converted to Data Objects in Netweaver mobile. If they are converted, can you please explain clearly what is meaning of not supported and unable to use the capabilities of netweaver mobile 7.1, bacuse i am unable to understand.
    5. Is the laptop client O/S dependant or if we install the respective jvm then does the same client run on all O/S.
    6. While synchronization from the standard client it hits standard sync service provided by SAP, if the concurrency is more or overloaded, then what will be the alternative? In this i am not talking about load balancing. Can we do any routing to other server, is that the network configuration and any configuration done at DOE level?
    I am really bombarding you with so many clarifications but can you please help in this so that it really helps me alot.
    Regards,
    Kiran.

  • My question is in regard to pc to mac migration. How do I migrate information from my pc with specific user account to an existing user account on my mac? I do not want to use multiple mac user accounts.

    My question is in regard to pc to mac migration. How do I migrate information from my pc with specific user account to an existing user account on my mac? I do not want to use multiple mac user accounts.

    https://discussions.apple.com/message/16371308#16371308

  • What cable do I need for a full migration from a 2011 MacBook Pro to a new current one-wireless migration way too slow.?

    What cable do I need for a full migration from a 2011 MacBook Pro to a new current one-wireless migration way too slow.?

    All you need is an Ethernet cable.
    Just plug it into both machines. Don't bother with a crossover cable, just a plain old Ethernet cable will do. The Ethernet ports on the Macs are smart and will adjust appropriately.

Maybe you are looking for

  • CUSTOM URL EXTENSIONS

    I am relatively new to CQ5. How do you make your own extension in url like http://www.mywebsite.com/product/mypage.myextension instead of having .html in the last? .html returns data in HTML format .json returns data in JSON format .xml returns data

  • Account Assignment PO

    Message no. ME045 DIAGNOSIS: Comparison of the field selection strings from G/L account 400000 and the account assignment category K revels that there is an incompatible combination of field selection for the field selection group u201CEARMARKED FUND

  • In afghanistan

    Brought my ipod with me. Now I have a new laptop and all my photos are on my old ipod. How do I get them onto my new laptop? THANKS FOR ANY ADVICE. kee

  • Screen Saver and Display Sleep No Longer Work

    My set up: Mac Pro (stock) w/ 3GB RAM running 10.4.8. Two ADC displays connected via ADC to DVI adapters Issue: Recently I've noticed neither my screen saver nor display sleep work. I can get the machine to sleep manually, but not automatically. My e

  • What is business intelegence enterprise edition

    what is business intelegence enterprise edition