Mapping with the Customized Model

Hi,
How can I check the extra field that I have added in the view of the Personal Data infotype of the ESS package,  and I need to do Mapping of that, do I have to create the new model for the same or can we use the existing model (standard-provided by SAP) with some modifications in that. If yes, how can we do that?
Thanks and Regards,
SS

if you have the changes in the BAPI, you need to copy the rfc under the zrfc, and you can reimport the model in your sap elivered dc in the webdynpro and do the mapping, if your changing the backend field mapping, that will reflect, you can chage the field reference in the sap delivered rfc, it self but if your chnaging the strucutre you need to create the zrfc,
Cheers,
Apparao

Similar Messages

  • Error while binding the model with the custom controller

    Hi All,
    I first started with a dummy project and in that binded the model with the custom controller.
    For some reason, I deleted the project and created a new one. I have deleted the whole project from the workspace.
    Now, when I am trying to bind the model  again , I am getting an error when selecting the response parameters saying that DUPICATE ENTRIES.Ideally it should not happen when I am deleting it completely.
    I am using a Webservice Model. Can any one help me out to resolve the same.
    Looking forward for your response.
    Regards
    Dipendra

    Hi Raman,
    I did that and even I have Installed the IDE again.
    Still I have that error.
    Regards
    Dipendra

  • Error while accessing application with the custom components

    Hi experts,
    I have an application (HAP_MAIN_DOCUMENT) of component FPM_OIF_COMPONENT which uses a Webdynpro component with the same name (HAP_MAIN_DOCUMENT). This Webdynpro component (HAP_MAIN_DOCUMENT) uses 2 other components (HAP_DOCUMENT_BODY and HAP_DOCUMENT_HEADER). For my client requirement, i need to create the custom components by copying from standard components as the UI layout changes are quiet huge and not manageable with the enhancements. To accomodate this i have changed the standard configurations by replacing the standard web dynpro components with the custom ones copied. Apart fomr this there are no changes to the standard.
    While trying to access the application, i am getting the error as Null object reference.
    the details of the error is as below. Please advice.
    Heading 1: h1. P:ortal Error
    The URL http://******************/sap/bc/webdynpro/sap/HAP_MAIN_DOCUMENT/ was not called due to an error.
    Note
    The following error text was processed in the system DSD : Access via 'NULL' object reference not possible.
    The error occurred on the application server ddrsap12_DSD_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: WDDOINIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_DO_INIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: DO_INIT of program CL_WDR_DELEGATING_VIEW========CP
    Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
    Method: INIT_CONTROLLER of program CL_WDR_VIEW===================CP
    Method: INIT of program CL_WDR_CONTROLLER=============CP
    Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT_CONTROLLER of program CL_WDR_INTERFACE_VIEW=========CP
    Heading 2: h2. ST22 - Dump Analysis
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
         caught in
        procedure "WDDOINIT" "(METHOD)", nor was it propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component.
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
        Either the reference was never set or it was set to 'NULL' using the
        CLEAR statement.
    Information on where terminated
        Termination occurred in the ABAP program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP" -
         in "WDDOINIT".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 4640
        of the (Include) program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU".
        Termination occurred in a Web Dynpro application
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
        The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in
        procedure "WDDOINIT" "(METHOD)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP "; its source
         code begins in line
        4619 of the (Include program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU ".
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
          Name
       33 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU       4640
          CL_VW_HEADER_MAIN_CTR=>WDDOINIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       32 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU         70
          CLF_VW_HEADER_MAIN_CTR=>IF_WDR_VIEW_DELEGATE~WD_DO_INIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       31 METHOD       CL_WDR_DELEGATING_VIEW========CP    CL_WDR_DELEGATING_VIEW========CM003     3
          CL_WDR_DELEGATING_VIEW=>DO_INIT
       30 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM00Q     3
          CL_WDR_CONTROLLER=>INIT_CONTROLLER
       29 METHOD       CL_WDR_VIEW===================CP    CL_WDR_VIEW===================CM00K     5
          CL_WDR_VIEW=>INIT_CONTROLLER
       28 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       27 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
       26 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM005    23
          CL_WDR_VIEW_MANAGER=>BIND_ROOT
       25 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM00B    17
          CL_WDR_VIEW_MANAGER=>INIT
       24 METHOD       CL_WDR_INTERFACE_VIEW=========CP    CL_WDR_INTERFACE_VIEW=========CM004    11
          CL_WDR_INTERFACE_VIEW=>INIT_CONTROLLER
       23 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       22 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
    Thanks In advance,
    Regards,
    Ravi.

    Hi, I'm closing this thread and opening the same in another as the content got pasted in reader un friendly format and i'm unable to change the format.
    Thanks,
    Ravi.

  • Runtime-Error after deploying a mapping with the generated script

    For example a very easy scenario:
    1. Create a table and a view in a DB-schema, witch ist registered as WB-target-schema with the following scripts:
    create view v1(c1) as select 'a' c1 from dual;
    create table t1(c1 varchar2(1));
    2. Import the table and the view into a OWB-module
    3. Create a mapping ‘m1’
    4. Drag and drop view and table into the mapping
    5. Draw an arrow from the view-column to the table-column
    6. Save and close the mapping
    7. Mark the mapping in the ‘Design Center’ and klick the ‘Generate’-Button
    8. Save the generated script ‘M1.pls’ to file
    9. Run the script in SQL*Plus, connected with the target-schema (without using the Control Center Manager)
    => very easy right now ;-)
    10. Start the mapping with the following script will produce the following error
    SQL> declare
    2 v_status varchar2(100);
    3 begin
    4 m1.main(v_status);
    5 end;
    6 /
    declare
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "OWB_OWN.WB_RT_MAPAUDIT_UTIL", line 1027
    ORA-06512: at "SCOTT.M1", line 2048
    ORA-06512: at line 4
    If i delete or comment the four WB_RT_MAPAUDIT_UTIL-calls - it work´s fine!
    But is this a good advise?
    What exactly does the wrapped package ‘WB_RT_MAPAUDIT_UTIL do?
    Thanks
    jwehner

    I just ran into the same problem myself. I used the same technique of saving the generated OWB script to file and then compiling it through sqlplus. When I used the "Deploy" option for the mapping, then the problem went away. So when OWB is deploying the code it seems to be setting something internally that doesn't get set when you simple compile the PL/SQL. I don't know of any workaround to this. I will need it eventually, since I don't want to use the UI to deploy to various test environments and production. Maybe the built-in scripting language is the way to go.

  • I want to replace one of my older Airport Extremes with the new model.  Any tips?

    I have 2 older airport extreems that are connected by a network cable.  They share the same Netrwork ID.
    I want to replace one of them with the new model as I want to use the old router on another project.
    Any tips out there for a no-issue switch?
    Should the newer and faster Extreme be connected  to the Modem or does it nt make a didfference?
    Thanks

    use the new router as your primary router with the modem - this will be a factory  install from the default configuration -   as long as you use same network name password and type a password that you used for the express in bridge mode, you should be able to plug it in and have it work like before.  just make sure that you configure everything individually and then power all devices down and repower each one individually starting with the modem then the router in the express and that should work 

  • How associating an XMLSchema to an XMLType Field with the database model ?

    How can I precise the XMLSchema to an XMLType Field with the database model ?
    I know how to do it in a SQL Syntax :
    CREATE TABLE xwarehouses (
    warehouse_id NUMBER,
    warehouse_spec XMLTYPE)
    XMLTYPE warehouse_spec STORE AS OBJECT RELATIONAL
    XMLSCHEMA "http://www.oracle.com/xwarehouses.xsd"
    ELEMENT "Warehouse";
    , but we have decided to generate the script with the Jdeveloper database modeler tools, and we don't how to precise this with using this tools ?
    Anyone could help me ?

    I'm not sure that it answers your question but under the tools menu there is an option called register schema with XDB.

  • Im about to buy a macbook pro. but I dont know if there are too much techproblems with the retina model,such as overheating, malfunction of the fans, screen problems?. or is the macbook pro non retina in tech problems a better option? thanxa lot

    Im about to buy a macbook pro. but I dont know if there are too much techproblems with the retina model,such as overheating, malfunction of the fans, screen problems?. or is the macbook pro non retina in tech problems a better option? thanxa lot

    I have a brand new rMBP and have not seen any of those problems.

  • Cannot build a flow graph with the customized options

    Dear JMF-Gurus,
    we implemented a DataSource for video capturing that is based on the lti-civil API, so that video capturing on Mac OS X should be possible.
    When we try to build the flow graph, we get an jmf-error as described in the following log:
    # JMF Version 2.1.1e
    ## Platform: Mac OS X, ppc, 10.4.9
    ## Java VM: Apple Computer, Inc., 1.5.0_06
    ## DataSource created: net.sf.fmj.media.protocol.civil.DataSource@a76306
    $$ Profile: instantiation: 30 ms
    ## Processor created: com.sun.media.processor.unknown.Handler@21ec03
    ## using DataSource: net.sf.fmj.media.protocol.civil.DataSource@a76306
    $$ Profile: parsing: 377 ms
    ## Getting the supported output formats for:
    ## RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
    ## # of nodes visited: 50
    ## # of formats supported: 38
    $$ Profile: getSupportedOutputFormats: 340 ms
    ## Building flow graph for: civil:?
    ## Building Track: 0
    ## Input: RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
    ## Custom options specified.
    ## An output format is specified: YUV Video Format: Size = null MaxDataLength = -1 DataType = class [B yuvType = 2 StrideY = -1 StrideUV = -1 OffsetY = -1 OffsetU = -1 OffsetV = -1
    ## An output content type is specified: RAW
    ## Here's the completed flow graph:
          com.sun.media.parser.RawBufferParser@a075e6
             connects to: com.sun.media.codec.video.colorspace.JavaRGBToYUV@9c61d3
             format: RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
          com.sun.media.codec.video.colorspace.JavaRGBToYUV@9c61d3
             connects to: com.sun.media.multiplexer.RawBufferMux@da7565
             format: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    $$ Profile: graph building: 113 ms
    $$ Profile: realize, post graph building: 9 ms
    $$ Profile: instantiation: 0 ms
    ## Processor created: com.sun.media.processor.unknown.Handler@654dec
    ##   using DataSource: VIC.MonitorCDS@e0c0b6
    $$ Profile: parsing: 1 ms
    ## Getting the supported output formats for:
    ##   YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    ##   # of nodes visited: 48
    ##   # of formats supported: 37
    $$ Profile: getSupportedOutputFormats: 97 ms
    ## Building flow graph for: null
    ## Building Track: 0
    ## Input: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    ## Custom options specified.
    ## An output format is specified: H263P/RTP, 176x144, FrameRate=10.0
    ## An output content type is specified: RAW/RTP
    XX Failed to realize: com.sun.media.ProcessEngine@8393ef
    XX   Cannot build a flow graph with the customized options:
    XX     Unable to transcode format: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    XX       to: H263P/RTP, 176x144, FrameRate=10.0
    XX       outputting to: RAW/RTP
    XX Error: Unable to realize com.sun.media.ProcessEngine@8393ef
    ## com.sun.media.BasicFilterModule@31477b: input format changed: RGB, 640x480, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=1920
    We guess that the problem was first the wrong input format (wrong video-size or wrong framerate) but this has been changed to the correct format.
    The flow graph looks like correct, but it doesn't work anyway. 
    What does the last line in the log means, and are there any information were the problem good be located?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    How were you even able to accomplish that? In my classpath I have fmj-nojmf.jar, jmf.jar and lti-civil.jar but I keep on getting this in my log.
    # JMF Version 2.1.1e
    ## Platform: Mac OS X, i386, 10.5.4
    ## Java VM: Apple Inc., 1.5.0_13
    ## DataSource created: com.sun.media.protocol.javasound.DataSource@f98d58
    I can't get it to find the civil datasource in fmj-nojmf.jar.

  • I have an iphone 4 and it's not working, if i pay can apple replace it with the same model even though it's no longer for sale?

    I have an iphone 4 and it's not working, if i pay can apple replace it with the same model even though it's no longer for sale?

    If the iPhone has not been opened or serviced by other than Apple
    or authoriized service provider (there are a few other requirements),
    you should be eligible for out of warranty replacemement for $149 US.
    Apple maintains sufficient stock for replacements even for iPhones that
    are no longer available for purchase. You may be better off upgrading to
    a newer version than paying $149 to stay with the iPhone 4.
    What is no longer working? If you provide more details as to the problem
    and what troubleshooting steps you have taken, some one may offer
    a solution.

  • How to trace Returnable packaging material pending with the Customer.

    Hello Everyone,
    In case of Returnable packaging,
    Is there any standard procedure, by which system can give you number of returnable packaging material with the custome.
    Client's requirement is to have number of pallets with the customer on the Invoice.
    Regards
    Trupti Deulkar

    hi,
    1.Returnable packging issue has a special stock indicator which will show in the Inventor stock with whom the returnable packging material lies in MMBE.
    Follow the link
    http://help.sap.com/saphelp_46c/helpdata/en/dd/560051545a11d1a7020000e829fd11/content.htm
    Thanks
    Shekar

  • Share my experiences with the B520 Model

    I have purchased the Lenovo All-In-One desktop computer model B520 on Nov 15th. It arrived in my office on Nov 21st.  It’s been a month now after using it, I would like to share my thoughts about it.
    Pros:
    Saves space, this is the biggest advantage of AIO desktop; this is the primary reason that why I have switched.  Computers with a case and a separated monitor is a big issue for me. I never liked these cables for mouse, keyboard, speakers, …etc. it causes a huge mess under the desk. Now, with the All-in-one style, everything is simplified.  The only cable I need for this B520 Lenovo desktop is for the power source.  It’s designed with different wireless technologies. Mouse and Keyboard are connected through Bluetooth; The system has build-in with the latest 802.11b.g.n WiFi wireless technology.  It also has the enhanced integrated 5.0 speakers system that supports SRS Premium Sound Audio.
    High Performance,  out of all the All-In-One desktop models out there in the market, this machine has the highest hardware specifications. Quad Core Intel 2nd Generation CPU i72600 with Hyper Thread Technology.  This is a really powerful CPU, it gives its best performance when it comes with Video Rendering and image processing.  Word processing and gaming is a piece of cake for the it to handle. I do a lot of video editing so I will only chose this model of CPU.
    The B520 model also comes wit a Nvidia Geforce GT555M.  This is a middle class close to a high end video card.  It handles most of the 3D games in an acceptable setting, but will not be able to run games like BF3 or Crysis kind of games in high settings.  This machine is not for serious gamers, because All-in-one desktops has the performance bottleneck with the video card. Computer manufacturing have to keep down the power it consumes to prevent the machine from over heating.  High end video cards all have a very high demand for powers, at same time produces huge amount of heat.  This is why there are a lot of people start to customize their own computer cases with water cooling system. It is more sophisticated and comes with a lot of trouble.  If you want to have something easy, well organized, and just simply works, go for All-In-One.  You will love it.
    The Lenovo B520 comes with a Touch Screen, which I don’t usually use that often. If there are kids in the family, it will be a fun toy for them to play with. What I like better, is the Bluetooth mouse. The unique part about this mouse is that it has a build in gravitational sensor, means, this mouse is functional in the middle of nowhere, even hanging in the air.  You can imagine using it like a Wii game controller.Just move the mouse and wave it in the air and you will see the cursor on the screen goes where ever you are pointing. How accurate is it? very accurate!! it’s is more sensitive and feels better than using a Wii controller.  Lenovo has pre-install some games that can be played interactively with the mouse. The screen is 23″, so it would be a fun experience. I don’t have any kids in the house, so I uninstalled them all to save some disk spaces and speed up the system a little bit.
    The keyboard and mouse are both connected by Bluetooth; I also noticed that every time when I start the computer, it takes about 2-3 seconds for them to become effective. I assume Lenovo has designed it with a “sleep feature” for this two devices; it helps to save battery and extend the replacement cycle.
    The computer also comes with a 3D glasses. The touch screen has a very high refreshing rate(120Mhz) which is better for the eyes. The screen works interactively with the 3D glasses. When the computer is playing a movie in 3D format, when I wear the 3D glasses and facing the screen, it automatically turns on and I am in 3D mode!!! It supports a lot of 3D games too!!  The feeling in a racing car 3D game is UNBELIEVABLY REAL!!  I love it so much!  It’s a TOTALLY NEW LEVEL of gaming experience!
    Also, Lenovo has designed 4 slots for memory modules.  they have installed 8GB onto two slots and there are another 2 slots available to use.  This is very useful for people like me demands for more rams.  It also provides four USB 2.0 and two USB 3.0 port; more than any other All-in-one desktops on the market. The 5 in-one card reader is convenient for uploading photos from cameras.  two HDMI ports, I can also connect my PS3 or Xbox360 to it if I want to use it’s 3D touch screen. It has a building TV tuner, so watching TV on it is another feature.
    Cons:
    Even the computer is very well designed, as a high end user I found there are still a couple places that Lenovo can improve.
    1. Lenovo has researched and developed this RapidDrive technology; I see this is an option on the Spec-sheet for the product, but I never had the chance to upgrade it.  I demand for a high disk performance; I was a little disappointed when I found out that I wasn’t able to install another SSD high performance disk into the computer. I had to take out the 2TB standard disk drive and replace it with the SSD. It would be really nice if I can have the high performance SSD installed as the system drive, and the HD installed as the storage drive.  The RapidDrive technology may become failing out now, because it was from those years that SSD weren’t popularly used.  Compare to the present, SSD is getting more and more popular, the SSD is improving it’s performance and lowering it’s cost.  In the next one or two years, the RapidDrive technology will likely become a history.
    2. I have opened the B520 model to see the inside modules. I see there are still plenty of spaces that Lenovo engineer can use to expand the upgrade capacities. I can use some simple tools to modify the inside body a little bit to fit another hard drive, but it stopped me from doing it because there is not another power cord connector. Those extra mSata connectors are sitting there and watching me could do anything about it;  = (
    3. Lenovo technical support did not have a most updated tech sheet for their system.  Again, I am a tech kind of guy. I was looking for a manual to better understanding the B520 motherboard.(so I can modify it and add some extra hardware to it)  I have called their technical support, talked to people, went through their online data base,  they weren’t able to provide me this manual.  The lastest information they have is for the previous model. The B520 Model I have a the newest I believe. Lenovo should keep up with their technical support, and be prepare for experienced users.
    Conclusion:
    I am satisfied with it. I feel I have made a great purchase.  Would be nice it I can install an additional SSD in there.  Would nice if they can put a high end video card in there.  Good for home offices, and home entertainments. Not recommended for hardcore gamer.
    Price: 4.5 / 5
    Performance: 4.5 / 5
    Exterior Design: 5 / 5
    Interior Design: 3.5 / 5
    Customer Service: 4.5 / 5
    Time from order to receive the product: QUICKLY
    Other thoughts:
    When I was doing my research on All-In-One, here are the reasons that why I have chosen Lenovo:
    1.Sony has a well designed for their product, but the price is high. Most importantly, the video card they have is Nvidia Geforce 540M GT, and it only supports 8GB of ram, not 16 GB.
    2. Toshiba has terrible customer services for technical support. I had a very bad experience with them. I believe they have out sourced it to India base companies.  When the computer is out of warranty after 1 year, they charge a $35(or $30)dollars troubleshooting fee.  I think this is ridiculous to charge the consumer to talk over the phone to find what is the problem with their product.
    3. Dell has better customer service than Toshiba; They do not charge for talking and providing the technical support after warranty, but when it comes with parts replacement, that is something we have to pay which is understandable.  However, one thing I really don’t like Dell computers is that they install a LOT of junks onto your machine when you buy it.  It’s fully loaded with all these third party softwares who pays Dell for more users.  It not only slows down the system, but also generate a lot of garbage uses a lot of disk space.  I will reconsider to buy Dell if they give me a clean & Junk-free windows.
    4. iMac is also a good choice because it’s well designed too. but I did not chose it because it has very limited expansion ports and they charge insanely more for hard-wares upgrade.  They have extreme control over their product from customer modification. They don’t even allow the consumer to replace the hard drive themselves.
    5. HP also has wonderful All-In-Ones, but their hardware specs seems weak. Never dealt with HP customer service before, so I will not say anything about their customer services. Hopefully it’s better than Toshiba.  = )
    also been posted on my personal blog

    Thank you for replying.
    Where I can buy a seperate RapidDrive?
    I couldn't find it on the marcket, or on shop.lenovo.com  /  http://www.lenovospareparts.com/
    With the mSata power splitter, there is a problem.
    The data portion and the power portion shares the same connector I belive. I have thought of it but don't know how to make it possible.  any suggestions?
    the only thing I can find is this :  http://www.microcenter.com/single_product_results.phtml?product_id=0317944   
    but I still need to convert the power connector because it's 4 pin molex;. I guess it should work if I use another 6" Molex to SATA Power Cable Adapter.  
    Also, I couldn't find which is the SATA 3.0 and Which is the SATA 6.0 connector.  SSD will have a huge difference in performace with a SATA 6.0 connector.   This is confusing because on the B520 Spec sheet it stated both.  I was looking for it's manual to identify, but no one can provides it. Last time when I called, they forwarded my call to Intel.  LOL!  I was like, **bleep**?  It's a board you used and you dont have a manual for it?
    Anyways,  
    Thanks  again!

  • Seriously!?!  Serious problems with the customer support and AppleCare.

    I have a macbook pro.  I've had it since Aug 2007, so it's old, i get it. But I'm a poor starving student and I bought the computer with the idea that it was a quality product that would last me though my studies.  However, it has been the shop for repairs literally, every year, often multiple times per year, since I bought it.  Everything from DVD (twice failed, more than two visits), to hard drive failure, to replacing the motherboard.  That's just what I remember.  The thing is a lemon.
    Fortunately I bought apple care, great idea right? It was for the first year or two.  However over a year before AppleCare was set to expire it started having problems over heating, freezing, and subsequently giving me that scary roll down 'restart your computer immediately screen'.  It gets so hot you can't set it on your lap - it burns. I repeatedly brought it into the shop for help (the flagship one on Regents Street in London), and they couldn't seem to do anything.  When I explained time was of the essence because I wanted it covered under AppleCare, they seemed unbothered, it seeed they were clearly waiting for it to expire first.  Dodgy.
    During the appointments they couldn't seem to replicate the issue in the shop (it take about 30 minutes to an hour to really scorch, and seems to not be related to how hard the CPU works).  And said because they could see it do it, they were not able to help.  Really, in the whole history of apple, I'm the only one to have a computer over heat?  Really?  Instead, they sent me away asking me to come back later "when it starts doing it again".  Okay, as I said, it always overheats, it just takes a while to start, so unless we sit together in quiet awkwardness waiting, and waiting, it's not going to happen.  And as the appointments take about three days to get so it's not like I can just pop round when it starts to happen and say, feel, it's really hot now, will you please, for the love of God, find a solution now?  And it's a bit of a walk to the store, and there are no internet cafe's near by for me to go heat it up at, so it's always going to cool before I arrive. Duh.
    And why is the burden of proof on me?  It's like they are insinuating that I just love popping round the apple store every few months, all the vain hope that I can have a ...free part?
    Still I persevered, taking it in when the problem seemed to exacerbate, and making sure I used it a bit first to get it warmed up.  All the while with the warranty getting closer and closer to expiration.   Finally, we got it to do it in the shop.  But for a fix, they just sprayed it with air, and told me to "see if that works".  It didn't.  And I ask you, why is it in no other visit, they could not have come to this ground breaking solution? Did they really have to feel it get hot to realize overheating may have something to do with a clogged fan? 
    I should also note that they then proceeded to put it back together wrong, and I was unable to open it because a misplaced screw caused it to lock shut.  It took two days to get a new appointment to get it fixed, even when I called to explain that it was their error, and I really, really, needed my laptop.
    Anyway, as I said, it didn't fix the problem. So I had to go back yet again, at this point I can't remember if I was still under applecare or if it had just expired.  It doesn't matter, because, again, without being able to make it get hot on their own (even though they had case history where it was clear that it had, and this was not just in my imagination, and even more case history showing it had a history of instability), they couldn't offer me any solutions.  All they could do, they said, was suggest that I leave it with them for "about a week" to check it over.  A week!! Who goes without a computer for a week?!?! I'm not a student in 1985.  
    So now, I'm sitting here writing you am email from my laptop which is sitting on a towel in my lap to protect my thighs from mac burn.  The warranty has now long passed, but the problem has now finally progressed to the point that it takes much less than 30 to reach scalding point, so I could prove it if there were any point.  But there isn't, because now when I call the apple people, they assure me that it must be a hardware issue (and furthermore that the apple employees should have been able to tell me this over a year ago), and unless I want to buy parts there just isn't anything that they can do.  Which leads me to my next point, if the problem started while under warranty, and you have documentation of this, why do I - a poor starving student - have to pay for this just because it took you, Apple, a year and half to finally figure out the problem?
    So to recap, I decided to pay the exorbitant apple costs and make the switch from PC because I thought that the stability of the machines, the so touted excellent customer service, and the superior programs were worth the cost.  And to be fair, the programs are fabulous, the apps integrate smoothly, and it starts up with a flash.  Unfortunately I can't enjoy any of this with my laptop on my lap without risking burning through my pants.  I can only enjoy these benefits for about 30 minutes before it starts freezing due to the heat.  And, a few times a year I have to make multiple journeys to the apple store (which is, to be fair, really quite a nice store) to get the latest hardware problem fixed, which means I'm often without it for days to over a week at a time.  All in all, it's not worth the money to me - one of those young, hip, cutting edge media types you are trying so hard to market to - until you can fix your customer service issues, put knowledgable people in positions to help, and have the internal support systems to get it done with at least enought efficiency to keep up with the technology demands of the modern world. 

    It sounds as if this is coming back to Norton Security...
    "LiveUpdate_solved" in "Norton 360"
    The article by author "rab60" contains detailed instructions on the Live Update solution.
    You might try a more thorough search of the Norton community forum... I do not use Norton and cannot comment on whether any of the solutions work.
    Kind Regards,
    Dragon-Fur

  • NOT thrilled with the customer service I just received.

    I just ended a call with a customer service representative by the name of Amber.
    Like the many users on this forum, I was up at 12:00am on 9/12 pre-ordering 2 Iphone 6+ 128g devices.  Throughout the pre-order process, I was shown a delivery date of no later than 7:00pm on Sept. 19th.  I submitted my order within minutes, only to wake up to an e-mail with a delivery date of 10/7/14.  I called customer service that day and was told that I would have the phones on Sept. 19th despite what the email said.  Now five days later,  my order status remains "we received your order and it is in process" and the Expected Ship Date is "Not available at this time."  Further, my credit card has yet to be charged.  Other users on this forum submitted their orders for the same phones after me, yet have receveid tracking numbers showing a deliver date of Sept. 19th.
    While on the phone with Amber, she suggested that I go to a retailer on Friday to see if I can get the devices.  Needless to say, I was quite offended by her recommendation.  I reminded her that I intended on renewing two contracts with Verizon in exchange for two phones being in my hands on Friday.  I also suggested that if she wants me to go to a retailer, then Verizon runs the risk of losing my longstanding account if another provider provides me with a better deal.  She then back tracked and said that was not what she was trying to suggest.
    Verizon, I would like to speak or deal with a customer service rep who can give me assurance that my pre-ordered phones will be delivered on 9/19 as was promised when I placed by pre-order just minutes after they went up for pre-sale.  With all due respect, I am looking for answers, not a link to an order status page that I have been checking far too often over the last five days.  Thank you.

        GMSwaim88,
    Thank you so much for those details. We strive to provide you with the best customer service there is to offer. I have sent you a private message. Please respond back to that message for me.
    KevinR_VZW
    Follow us on Twitter @VZWSupport

  • Issue in KM Nav iView with the customized Layoutset after upgrade7.3

    Hi Experts,
        Do we need to do any post configuration of customized Layout set after upgrade to 7.3?.All the KM Navigation iviews which is using the customized Layout set is throwing error.Able to see the content of the KM folder in iView but when i click on the link it throws
    403
    The requested operation is forbidden for this resource.
    stack trace
    com.sapportals.wcm.protocol.webdav.server.WDServletException
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.handleRedirectCase(WDGetHandler.java:860)
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.internalHandle(WDGetHandler.java:355)
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.handle(WDGetHandler.java:280)
         at com.sapportals.wcm.protocol.webdav.server.WDServlet.doGet(WDServlet.java:846)
         at com.sapportals.wcm.protocol.webdav.server.WDServlet.service(WDServlet.java:523)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
         at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:344)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
         at com.sap.portal.prt.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:99)
    If i remove the Layout set from the iview then i could able to access the links in the KM Nav iView.
    I tried to import the Layoutset from another development environment,but its throwing exception
    ConfigException: while trying to invoke the method com.sapportals.config.service.impexp.IConfigImport.doImport(com.sapportals.config.service.impexp.Scenario) of an object loaded from field com.sapportals.wcm.control.config.ConfigImport.configImport of an object loaded from local variable 'this'
    If i Navigate to System Admin->Knowledge Management->content Management->User Interface->Settings->Layout set i am getting the below warning at the top
    The following configuration objects have some invalid or problematic properties: "pccMimesSelector"
      If any of you faced these issue.Please provide valuable suggestion
    Naga

    Hi Jitendra,
    Kindly see the reply Johan has given.
    <i>But I thought of something else. If you only want to use this for showing a document on the logon page, perhaps it is easier to create a portal component which retrieves the content of the KM document using the service user, and just copy this content to the output stream of the response. Then set the authscheme of this component to anonymous. You won't have any security risks in this approach, because anonymous users have no way of accessing KM content.</i>
    I guess that should solve your problem. You can create a component with AuthScheme as anonymous and in the component, read the KM doc using a service user. Then you can display the content to the end user.
    Hope this helps you.
    Regards
    Ranjith

  • Issues with the Custom Filter in Datasheet View

    I'm seeing some odd, yet intermittent, behavior while trying to filter columns in datasheet view using a custom filter. After clicking to apply a filter to a column and choosing 'Custom Filter...' a pop-up with regular expressions should appear much like
    the following screenshot:
    However sometimes, usually on a page refresh, this pops up instead:
    I have been able to replicate this sporadically in both IE 8 and 9 against different columns but it's really inconsistent. I can't seem to find any configuration issues or commonality across the clients that might be responsible. Local installations of Office
    are 32bit. I know 64bit has been known to cause some issues. I wanted to see if anyone else has run into this issue at all or perhaps it has been addressed in a more recent CU than what I am running (14.0.6117.5002). Any insight would be much appreciated,
    thanks in advance.

    Hello all
    We get this as well on one computer in the office. It seems to be more of an MS Office issue than a Sharepoint issue specifically the "Microsoft Office List 14.0" ActiveX add in.
    On one computer that has Office 2010, when "Edit in Datasheet" is clicked within a Sharepoint list the MS office list 14 ActiveX is called and the custom filter options appear with the missing combo boxes like in the picture at the top. I've found this is
    reproducible by simply doing:
    1.  Visit a Sharepoint list
    2. Actions > Edit in Datasheet
    (If you click one of the drop downs at this point and choose Custom filter it will open as expected)
    3. Actions > Show in standard view
    4. Actions > Edit in Datasheet
    5. Click one of the drop downs, choose Custom filter and the problem will occur
    The only way to make the option reappear is to close down IE and reopen it. You'll then get one more go with point 1 and 2 above before the problem will reoccur again after changing the view using Actions.
    Anyone using Office 2007 doesn't seem to have this problem however this uses a different version of the control namely "Microsoft Office List 12.0"
    Uninstalling Office 2010 and reinstalling it seems to fix it for a bit but the problem will soon come back. Strangely it won't come back straight away but when it does its easy to reproduce following the above steps.
    Testing this on another computer that just happens to have Office 2010 and Sharepoint Designer 2007 installed the problem does not occur however when the ActiveX is called for the Sharepoint list it just happens to invoke the Office List 12 version despite
    the fact both versions are available on the machine.
    This probably happens because Sharepoint Designer was installed after Office 2010 was installed on the machine so has updated the registry to call the older version which seems to be problem free.
    ActiveX files
    Microsoft Office List 12.0 = C:\Program Files\Microsoft Office\Office12\STSLIST.DLL
    Microsoft Office List 14.0 = C:\Program Files\Microsoft Office\Office14\STSLIST.DLL
    Version 14.0.6015.1000 - came with Office 2010 with SP1
    I've tried patching version 14.0 STSLIST.dll to:
    14.0.6130.5000 (KB2589349)
    14.0.6137.5000
    (KB2760804) - 9th April 2013 and is the newest I could find at the time.
    Edit as I'm typing this: Just found http://support.microsoft.com/kb/2817403 which is dated 11th June 2013 but doesn't mention any fix for this problem.
    I've tried installing the Sharepoint services support components using the Sharepoint Designer installer package as below:
    This includes the STSLIST.dll version 12.0 and updates the registry accordingly so that this component is referenced and does seem to fix the problem.
    Unfortunately for me, when I checked back later the browser had reverted back to using the 14.0 component for reason I can't explain. Perhaps a Windows update came through and "adjusted" the registry settings to use the newer version. Unfortunately any attempt
    at deleting the 14.0 file simply recreates it when "Edit in Datasheet" is choosen.
    It would be great to get a proper fix for this instead of having to try and force the computer to use the older component!

Maybe you are looking for