Issue using FDM jounals

Hi friends,
Microsoft office is not installed on our hyp HFM 9.3.1 server.I am trying to load csv/xml file from activities->journals.But when i click on "check in" it gives me an error "file path parameter too long:"path of the csv/xml" ".Do we require some validate script for successful check in.Can somebody send me the exact procedure and if possible sample xml to do it.
I am already aware that office must be available on the server otherwise it gives"Activex can't create activex object"
Thanks in advance
Edited by: kamal p on Oct 22, 2008 11:21 PM

I'm a business side admin so I didn't actually code the control-m. We have been working on the automation for over 3 months. Apparently each separate function worked in test, but putting them all together in prod blew up and has been pulled. I know some of the issues deal with using a non-user service ID that was not in active directory. We decided not to use the Batch Processing procedure and ended up building most of the functionality from scratch which took time and caused several issues.
What are you trying to control-m? I built some fake automation within HFM that I would be willing to share.

Similar Messages

  • Issue with FDM Maploader

    Hi,
    We are using FDM 11.1.1.2 and we have to upload mappings through a maploader.
    When we try to import the maploader file,it gives an error as 'Object Variable or With Bloack Variable Not Set'.
    We changed the path in workbench to \\servername instead of local drive but we no luck.
    I think maploader is not compatible with 11.1 version,several times we have faced the issue.
    Do anybody has idea if there are any other changes required in maploader for 11 version?
    Thanks

    Hi,
    Following is the error log.
    Thanks
    ** Begin FDM Runtime Error Log Entry [2010-03-22-17:02:18] **
    ERROR:
    Code............................................. 424
    Description...................................... Object required
    Row=0
    Procedure........................................ clsUtility.mRecordsetFromExcel
    Component........................................ upsWDataWindowDM
    Version.......................................... 1111
    Thread........................................... 12956
    IDENTIFICATION:
    User............................................. administrator
    Computer Name.................................... INFVA0292
    App Name......................................... lntapp
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... infva0292
    Database Name.................................... lntfdm
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... POWAI
    Location ID...................................... 751
    Location Seg..................................... 5
    Category......................................... WLCat
    Category ID...................................... 12
    Period........................................... Jan - 2010
    Period ID........................................ 1/31/2010
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False

  • Is there an issue using file vault 2 on a Mac fusion drive

    is there an issue using file vault 2 on a Mac fusion drive

    I'm using that configuration and it works for me. There have been some reports of kernel panics with FileVault and SSD's. The cause is unknown. Chances are you'll be fine, but make good backups.

  • Goods Issue using BAPI_GOODSMVT_CREATE movement type 541

    Hi
        According to my requirement I need to do Post goods issue using BAPI_GOODSMVT_CREATE. But I am unable to do PGI . how to consume BOM details if batches are changed. please let me know what values I need to pass to BAPI . give with an example.
    Its an urgent requirement.

    are you passing batch number to the BAPI?
    if not try pass the batch number the rest of the things bapi will take care of.
    bi

  • Post Goods issue using bapi_goodsmvt_create

    hi,
    Iam trying to do post goods issue using bapi_goodsmvt_create. please let me know what are the mandatory fields to be passed?

    hi,
    *& Report  ZRPT_SUB_KO01GOODSMOVEMENT
    REPORT  ZRPT_SUB_KO01GOODSMOVEMENT.
    PARAMETERS : P_BAG(17)  TYPE C,
                 P_ZZORG LIKE zaUFK-ZZORG,
                 P_MATNR LIKE MARA-MATNR,
                 P_WERKS LIKE AUFK-WERKS,
                 P_WERK LIKE AFPO-PWERK,
                 P_DATE LIKE MKPF-BUDAT,
                 P_LGORT LIKE GOITEM-LGOBE.
    DATA : BDC_DATA TYPE STANDARD TABLE OF BDCDATA. "internla table for bdc data
      DATA : WA_BDC_DATA TYPE BDCDATA .                "work area for bdc data
      DATA : T_XMSEG TYPE   MSEG.
      DATA : T_XMKPF TYPE MKPF.
      DATA : V_BAGS1(17) TYPE C.
    DATA : BEGIN OF WA_MB1B,
           ZZGCODE TYPE ZMIGO-ZZGCODE,
           ZZGBAGS TYPE ZMIGO-ZZGBAGS,
           WERKS TYPE AUFK-WERKS,
           LGORT TYPE VBRP-LGORT,
           ZZORG TYPE zAUFK-ZZORG,
           END OF WA_MB1B.
    DATA : V_MATERIAL TYPE BAPI2017_GM_HEAD_RET-MAT_DOC.
    data : v_date(10) type c.
    DATA : T_GOODSMVT_HEADER TYPE BAPI2017_GM_HEAD_01,
           T_GOODSMVT_CODE TYPE BAPI2017_GM_CODE,
           T_GOODSMVT_ITEM TYPE STANDARD TABLE OF BAPI2017_GM_ITEM_CREATE,
           T_RETURN LIKE BAPIRET2 OCCURS 0 WITH HEADER LINE.
    DATA : WA_GOODSMVT_ITEM TYPE BAPI2017_GM_ITEM_CREATE.
    DATA : BEGIN OF S_MARA,
           MEINS LIKE MARA-MEINS,
           END OF S_MARA.
    DATA : MATERIALDOCUMENT TYPE BAPI2017_GM_HEAD_RET-MAT_DOC.
    *FORM GOODSMOVEMENT TABLES T_RETURN
                             USING WA_MB1B LIKE WA_MB1B.
    SELECT SINGLE  MEINS
                   FROM MARA
                   INTO S_MARA
                   WHERE MATNR = P_MATNR.
       CONCATENATE p_date6(2) p_date4(2) p_date+0(4) INTO V_DATE SEPARATED BY '.'.
        T_GOODSMVT_HEADER-PSTNG_DATE = P_DATE.
        T_GOODSMVT_HEADER-DOC_DATE = P_DATE.
        T_GOODSMVT_CODE-GM_CODE = '04'.
        WA_GOODSMVT_ITEM-MATERIAL =      P_MATNR.                    "'000000000000001556'.
        WA_GOODSMVT_ITEM-PLANT  =        P_WERK.                     " '1000'.
        WA_GOODSMVT_ITEM-STGE_LOC =      P_LGORT.                    " '0001'.
        WA_GOODSMVT_ITEM-MOVE_TYPE =     'Z42'.
        WA_GOODSMVT_ITEM-VENDOR =         P_ZZORG.                   "'0000100224'.
        WA_GOODSMVT_ITEM-ENTRY_QNT =      P_BAG.                   " '1'.
        WA_GOODSMVT_ITEM-ENTRY_UOM =     S_MARA-MEINS.
        WA_GOODSMVT_ITEM-ENTRY_UOM_ISO = S_MARA-MEINS.
        WA_GOODSMVT_ITEM-MOVE_PLANT = P_WERKS.
        APPEND WA_GOODSMVT_ITEM TO T_GOODSMVT_ITEM.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
    EXPORTING
          GOODSMVT_HEADER          = T_GOODSMVT_HEADER
          GOODSMVT_CODE            = T_GOODSMVT_CODE
    IMPORTING
        MATERIALDOCUMENT           = V_MATERIAL
    TABLES
          GOODSMVT_ITEM            = T_GOODSMVT_ITEM
    RETURN                        = T_RETURN.
    BREAK shailajaa.
               EXPORT t_return  to MEMORY ID '123'.
               EXPORT V_MATERIAL TO MEMORY ID 'MAT'.
                CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
         EXPORTING
           WAIT          = ' '.
    *ENDFORM.

  • Where to find useful FDM documentation?

    Hello all,
    I really hate posting a question like this, but I'm at my wits end and need help...
    I'm trying to figure out how to use FDM to import, map, and export (i.e., load) into Essbase about as simple a comma-delimited text file as I can imagine. I have spent many, many hours reading the FDM Administrator's Guide and trying out different interpretations of the instructions presented in that guide, but I haven't been able to succeed with the most basic requirement of skipping certain records during the import.
    It's apparent from reading this forum that many people are utilizing core capabilities of FDM that aren't clearly documented, if at all, in the Administrator's Guide. So my question is where can I find additional documentation that goes beyond the Administrator's Guide to reveal the details of FDM?
    To cite one example of useful information that is not in the Administrator's Guide, one poster to this forum indicated that records such as these in an import file...
    !SCENARIO=ACTUAL
    !PERIOD=SEPTEMBER
    !YEAR=2008
    !VIEW=YTD
    !VALUE=USD
    !COLUMN_ORDER=ENTITY,ACCOUNT,ICP,CUSTOM1,CUSTOM2,CUSTOM3,CUSTOM4,AMOUNT
    !DATA
    ..."[tell] FDM to set those 5 dimensions to those values for all following records." Where is that kind of information about FDM documented?
    Regarding my specific problem, the Administrator's Guide suggests that I can easily skip records during import via the import format simply by specifying Skip for the Field Name and the text in the Expression field that I want to trigger skipping a record. I've tried a variety of skip expressions with my comma-delimited file, but it mostly doesn't work as I would expect. For example, I can successfully skip records containing "1234" in the fourth field with the skip expression "1234". However, if I change the skip expression to "12345" FDM does not skip records containing "12345" in the fourth field. What the heck is up with that? I certainly haven't seen anything in the Administrator's Guide that would lead me to believe "1234" would work but "12345" wouldn't!
    Any help that can be offered with either FDM documentation or my specific import problem will be much appreciated.
    Thanks.

    Thanks, JTF. It sounds like the FDM Administrator class may be essential to learning FDM and obtaining essential documentation.
    Thanks once again to this forum, I did find an FDM Scripting Fundamentals Guide, which might be the API document you're referring to.
    Another question for everyone...When I select Help from the menu in FDM Workbench, FDM tells me "4200 - The specified file was not found." Consequently, I'm unable to access any online help for the FDM Workbench. Does a help file for FDM Workbench even exist, but has somehow gone missing from my installation? If one does exist, does it contain any worthwhile information?
    If someone confirms that a useful help file exists, then I'll look into repairing my FDM installation and hopefully locating the help file.
    Thanks.

  • I have an issue using Lighting Effects in Adobe Photoshop CC 2014

    Hello everyone,
    I am having issues using Lighting Effects in Adobe Photoshop CC 2014. I created a duplicate layer that I want to do the effects on, converted it to a smart object and on that same layer went to Filter>Render>Lighting Effects  to get to the Lighting Effects screen. When adjusting the parameters (drag/reshape the lights) for either the spotlight or point light, I don't see any changes. Can someone tell me what could be the issue or if I'm doing the steps wrong to apply the effects?
    Here are my specs:
    Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.140303-2144)
    Processor: Intel(R) Core(TM) i7-2600S CPU @ 2.80GHz (8 CPUs), ~2.8GHz
    Memory: 8192MB RAM
    Available OS Memory: 8174MB RAM
    Card name: AMD Radeon HD 6570   
    Manufacturer: ATI Technologies Inc.
    Display Memory: 743 MB
    Dedicated Memory: 1008 MB
    Shared Memory: 3831 MB 

    I am experiencing flickering issues as well. However my issues are with the Fast Color Corrector and the Three Way Color Corrector. It seems as if the color correction tools are causing intermittent flickering on some people's systems.
    Additionally when I converted some old PPCC 7.2.2 projects which had the Three Way Color Corrector applied, some clips in sequences would come up as a green screen in the program monitor. If I turned the TWCC off the footage would display correctly in the program window. If I turn the TWCC back on it would display the green screen again.
    I haven't found a solution to the flickering but to solve the green screen issue I have to remove the effect, then re apply it. I guess for whatever reason, the 2014 version of PP has issues with 7.2.2 projects where the TWCC was applied.
    I'm hoping Adobe will address this soon with an update for the various bugs that have been reported.
    PPCC 2014 8.0.1
    Win 7 Pro

  • An issue using the COM components supplied with SAP GUI 6.2 or 6.4

    We are having an issue using the COM components supplied with SAP GUI 6.2 or 6.4.  We used to have SAP 4.6c and now we have 5.0.  When we were on 4.6c, we used these COM components to logon and execute RFC calls and we had much success.  Now that we are on 5.0, we can’t seem to instance any SAP functions that have something to do with SAP Workflow.  We have experienced this problem when using VB6 or .NET, but our existing code that always worked is in VB 6.0.
    SAP Components used:
    o     SAP Logon Control
    o     SAP Function Control
    o     Librfc32.dll
    o     Other supporting C DLLs and/or COM object supplied with the SAP GUI installation.
    For example, if we want to call the RFC ARCHIV_CONNECTION_INSERT, this code fails in VB6 when the “Set objworkflow = objFuncCtrl.Add(strFunction)” line of code executes.  Instead of returning an instance of the object ARCHIV_CONNECTION_INSERT function, no object is created.  In 6.2, SAP raises no errors, but the object we are trying to create is still “Nothing”.  If we use 6.4, SAP raises an error “SAP data type not supported” via a message box and then the object is still = Nothing.  Interestingly enough, the 6.2 GUI COM controls don’t display the error dialog.  The message box that is shown comes from the SAP Function COM Object "SAP.Functions" (wdtfuncs.ocx).
    Now, what is interesting is if we use the same code to call a standard function or custom function that doesn’t have anything to do with SAP Workflow, then the code works fine.  Again, all of our code used to work just fine on an SAP 4.6 system.
    Here is the code that fails:
        'SAP Logon control - object for creating connections to an SAP system
        Dim objSAPLogonCtrl As Object
        'SAP connection object
        Dim objConnection As Object
        'Object that will represent the SAP function called
        Dim objSAP As Object
        'SAP function control object - object factory for creating other SAP function objects
        Dim objFuncCtrl As Object
        'Create instance of an SAP logon conrol
        Set objSAPLogonCtrl = CreateObject("SAP.Logoncontrol.1")
        'Create a connection object
        Set objConnection = objSAPLogonCtrl.NewConnection
        'Define connecion parameters
        objConnection.ApplicationServer = "sapvm"
        objConnection.SystemNumber = "00"
        objConnection.Client = "800"
        objConnection.User = "iissap"
        objConnection.Password = "tstadm"
        objConnection.Language = "E"
        objConnection.TraceLevel = 10
        'call the logon method of the connection object
        If objConnection.Logon(0, True) = False Then
            MsgBox Error
            Exit Sub
        End If
        'Create an instance of the SAP Function control object
        Set objFuncCtrl = CreateObject("SAP.Functions")
        'Set the function control connection object
        Set objFuncCtrl.Connection = objConnection
        'Function name to be generated and called
        Dim strFunction As String
        strFunction = <b>"ARCHIV_PROCESS_RFCINPUT"</b>
        'Create an instance of the function defined in strFunction
        Set objworkflow = objFuncCtrl.Add(strFunction)
        If objworkflow Is Nothing Then
            MsgBox "Could not create object " & strFunction
        Else
            MsgBox strFunction & " object created."
        End If
    If anyone has seen anything like this or has any ideas, please help!
    Mike and Hameed
    <b></b>

    Hi,
    documentation on the Scripting API is available at ftp://ftp.sap.com/pub/sapgui/win/640/scripting/docs/
    This API is a replacement of the existing, obsolete COM interfaces.
    Best regards,
    Christian

  • Issues using macbook with bootcamp and external apple monitor

    I am having issues using an apple external monitor connected to my macbook with bootcamp - in particular, if i connect the monitor to the computer when the computer is already on, it won't work. Also, when i disconnect the monitor fromt he computer, the computer screen will go black and I'll have to re-start
    Anybody experienced the same and can help?
    Thx

    just make sure that while its standing on its side there aren't any plugs or cables on that side. I'm not familiar with the mb port setup, but having power, two usb, and a display cable could prose a problem for sideward standing if they are on separate sides of the machine.
    as the first commenter mentioned the orientation of your computer is irrelevant, but you wouldn't want to have the weight of the laptop sitting ontop of a usb or video plug that's coming out the side.

  • Using FDM to transfer data from one HFM app to another

    We are facing a project in which we need to load data from one HFM app to another. There're some mapping going so it was advised that FDM be used.
    However, the HFM extract files contain all data on the rows. While for the FDM multiload, the data from different periods need to be layed out on the columns. Also, we have multiple scenarios/years of data to handle. What would be the best approach? Has anyone had similar experience to load data from one HFM app to another using FDM? Thanks!

    It appears that this is some kind of migration project due to the scope of the data contained in the single file? If so whatever you do is like ly to be trow away once the migration of data is completed.
    You have a couple of options:
    1) Get the data extracted from HFM in multiple files instead of one bulk file, broken down by scanario,year & period
    2) Take the single data dump file produced by FDM and manipulate it yourself to get the data in a more usuable format for processing through FDM.
    Option 2 could be achieved via any ETL tool or a custom file parsing script. What may be more attractive to you and allow you to fully leverage your investment in FDM is that you could use the PULL adapter that ships as part of the FDM adapter suite to perform this transformation exercise. The PULL adapter takes a flat file input and allows you to use all the in built functionality of FDM to transform it and output a modified flat file (or series of flat files). You could use it to produce multioload files or a series of files broken down by scenario,year,period.
    Whatever you do I would suggest that break the single data file down into smaller chunks as this will help with the iterative debugging process you will inevitably have to undetake whislt migrating the data to the new application.

  • Help with Video Performance Issues using Flash

    Asking on behalf of a customer who has been unable to get any answers so far - are you able to help?
    Background:
    We have a port of our Game Development Kit which allows us to recompile all our games using Crossbridge (http://adobe-flash.github.io/crossbridge/) into SWF without any code modifications.
    Overview:
    Our framework is using OpenGL for rendering and we have successfully ported it along with the audio and video to run in Flash.
    We are experiencing performance issues using Video. We cannot use image sequence as some of the video animations are too long and would increase the download to an unacceptable size.  Assets vary between 256x256 - 1024x1024 videos.

    Here's the rest of the story.  Let me know if you can see any resolution, and I will connect him to the forums.  Thank you.
    Current Video Solution:
    We create an instance of NetConnection, NetStream, and Video according to most samples out there, and invoke draw to rasterize the Video DisplayObject into a BitmapData instance.
    The BitmapData instance has a fixed color component layout which is not compatible with Stage3D texture and is therefore has to be reformatted before uploaded to Stage3D Texture (See Code Listing below).
    Our Problems:
    Performance issues with RGBA conversion (either using copyChannel or manually reformatting is not fast enough) natively in as3; this required for stage3d texture.Copying each channel individual using bitmapdata.Copychannel seems faster, but not significantly faster.
    Cannot detect when video frame has been updated, therefore we may copy pixels that are not needed in enterframe (processpixel).
    Looping video, our current solution uses the NET_STATUS event Buffer empty; Is there a better way to loop videos than checking buffer and seeking to 0.
    Stepping video, loading FLV or MP4 side by side assets from HTTP or embedded does not support stepping? Is there another way?
    ActionScript Code Listing:
    video_nc = new NetConnection();
    video_nc.addEventListener(NetStatusEvent.NET_STATUS , onConnect);
    video_nc.addEventListener(AsyncErrorEvent.ASYNC_ERROR , trace);
    video_nc.connect(null);
    // OnConnect Event:
    this.ns = new NetStream(e.target as NetConnection);
    eventclient = new Object();
    eventclient.onMetaData = onMetaData;
    this.ns.client = eventclient;
    ns.play(flvfile);
    ns.pause();
    //onMetaData event:
    this.width = infoObject.width;
    this.height = infoObject.height;
    this.textureWidth = NextPowerOfTwo(this.width);
    this.textureHeight = NextPowerOfTwo(this.height);
    cliprect = new Rectangle(0, 0, this.width ,this.height);
    cliprect.x = 0;
    cliprect.y = 0;
    cliprect.width = this.textureWidth;
    cliprect.height = this.textureHeight;
    totalFrames = infoObject.duration * infoObject.fps;
    this.hasAlpha = true;
    if(infoObject.videocodecid == 5)
    this.hasAlpha = true;
    this.bitmapData = new BitmapData(this.textureWidth, this.textureHeight, hasAlpha, 0xff000000);
    this.video = new Video(this.width, this.height);
    this.video.attachNetStream(ns);
    this.video.addEventListener(Event.ENTER_FRAME, processPixels);
    // processPixel method:
    BitmapData.draw(video);
    GLAPI.instance.glBindTexture(GLAPI.GL_TEXTURE_2D,this.textureId);
    var fmt:uint = GLAPI.GL_ARGB;
    // converting pixels using copychannel or loop through pixels
    GLAPI.instance.glBindTexture(GLAPI.GL_TEXTURE_2D,this.textureId);
    GLAPI.instance.glTexImage2D(GLAPI.GL_TEXTURE_2D, 0, fmt, this.textureWidth, this.textureHeight, 0,fmt, GLAPI.GL_UNSIGNED_BYTE, 0, convBitmapData.getPixels(cliprect));

  • DB LINK issue using in a Procedure

    Hello All, I'm having an issue using DB link in a procedure to collect data into a pl/sql table.
    Table1 which is in 10g version being accessed by a DB link and has around 1 million records. Using this link I’m selecting data into another schema DB (which is 11g) into pl/sql table. To my surprise through an anonymous block I can populate data into pl/sql table less than half minute. If i use the same logic by creating a procedure, it takes forever? Is this something to do with the DB versions?
    Appreciate your help. Thanks!

    In that case you should be using a local table to hold the data.
    Create either a permanent local table or a global temporary table and populate it directly from the remote DB:
        INSERT /*+ APPEND */ INTO myLocalTable SELECT * FROM remoteTable@dblink
    {coded}
    Modify your procedure to load the local table and then process the data locally.
    The procedure should use SQL whenever possible.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Can We use FDM as ETL tool between SQL and Oracle

    I want to use FDM as ETL tool between SQL and Oracle. Can it be possible. I didn,t found any target adapter for oracle database.My source system is SQL and Target system is Oracle database.
    Rahul
    Edited by: user12190125 on Nov 9, 2009 4:23 AM

    Rahul,
    I believe this is possible to do, but not an easy one and there are a few considerations:
    How much data are you processing? FDM has a lot of features which support the business process. While this is great for users and audit trail etc. it slows down performance if you want to process a lot of data. It also depends on the type of mappings you use (Like mappings are slower than explicit mappings).
    How familiar are you with VBScript? There is no explicit target adapter for Oracle, but there is a data mart adapter which can be used for anything. You have to implement everything yourself though, mainly the Export and Load actions. In there you will also have to handle the the connections to the MSSQL and Oracle databases.
    Check the data mart adapter and see if you feel comfortable with defining the vb code in there. There are reasons for and against this approach. ODI would probably be the better choice unless you really need to have FDM's process support.
    Regards,
    Matt

  • Issue using GeForce FX 5500 on K8MMV

    Hi All,
            I have an issue using the Forsa AGP (GeForce FX5500) on K8MMV motherboard. Whenever I insert the AGP card into the motherboard the computer wont boot. Instead I get a small beep and the computer hangs. I wont even see the post neither I am able to go the BIOS. But without the AGP the computer works absolutely fine. Please help me in resolving this issue. The AGP card works absolutely fine on other motherboard.
    System Specification:
    MSI K8MM-V motherboard
    AMD Athlon 2800+ processor 1.8 Ghz
    Samsung 256 MB DDR SDRAM 333 MHz
    SMPS 400Watt
    Regards.

    Quote from: kanhaiya2 on 30-October-08, 16:22:04
    I am using 400Watt SMPS.
    List details, look over PSU sticker, example in my signature.
    "Whenever I insert the AGP card into the motherboard the computer wont boot. Instead I get a small beep and the computer hangs. "
    Does the computer can boot? Do you see anything on the screen?
    Have you done >>Clear CMOS Guide<<? {with power cord removed}

  • Wireless connecion issues using a macbook

    Hi,
    RE: Wireless connecion issues using a macbook
    After doing some google searches, I have come to understand that there is a bug with OSX power management when running on battery which impacts the wireless connection of the macbook, though Apple geniuses are unaware of any such issue. Please see: http://kristopherjohnson.blogspot.com/2006/08/macbook-wireless-connection-drops. html and type in "macbook wireless connection problems" in google for many other discussions on this issue.
    For all those who are having wireless connection issues with a macbook:
    Plug in the macbook to use mains power (not the battery) to verify that you are impacted by the same bug (I even find sometime unable to connect to the router when on battery so have resorted to starting the machine with mains power plugged in). If that is the problem then here is a work around (taken from above blog):
    Open the terminal window and type in the following command: ping -i 5 google.com
    (this will ping the google domain every 5 seconds and maintain the wireless activity thus a connection).
    I am surprised that Apple are not acknowledging this well known and widely reported bug and fixing the issue. In my case, I dont mind plugging the machine into mains most of the time and that has resolved the problem, otherwise I hope the above pinging works for you.
    I discovered the workaround after ditching my old DLink router (though it had done its time) and buying an Airport extreme (£120), a trip to the Apple store (40 miles drive), trying several different people's machine on my network (frustration) and finally google to rescue, more specifically Kristopher Johnson's blog.
    NOTE: My macbook worked fine in the Apple store while on battery power which was frustrating but apparently the problem only arises when connecting to consumer grade networks and not commercial ones, which I dont understand technically.
    HTH
    Regards
    Faisal

    you can use but you will not get full screen on HDMI output.
    Sometimes width or height of the screen was not completely used by ur mac other then that everything would be good.
    You need to buy HDMI Output cable for mac something like this
    http://store.apple.com/us/product/HA825ZM/A/belkin-mini-displayport-to-hdmi-cabl e-2-m65-ft?fnode=51

Maybe you are looking for