Bex analyzer password  BI 7.0

Hello
I am encountering a issue with the Bex analyzer and passwords. We are running BI 7.0. I create a test user in our dev box I then start bex analyzer and select the dev box, enter my test user id and password. I log in  to bex analyzer without havng to change my initial password to another one. Any help is greatly apprciated. Thanks!
Robert

hello Srinivasan and SniffBW
Thank you for the replies.
First, I have tried to reset the password and it works. I thought the BEx analyzer would prompt for the password since you are logging into the system.  Is not this correct?
Second I believe the user has enough privileges since it can do it in the GUI.
Robert

Similar Messages

  • Is there a possibility to disable the DESIGN MODE within BEx Analyzer 7.0?

    We need to disable the DESIGN MODE in the BEx Analyzer 7.0.
    Does someone know a possibility to restrict the access?
    Thanks in advance,
    Ulli

    Yes, it is possible to restrict the design of already existing workbooks.
    You may go to Workbook Settings, enable the option, 'Password Protect Workbook' and keep a password
    which may be known only to the people who can change the structure of the workbook.
    When this option is selected, if you goto design mode, it would prompt for a password, and if correct password is entered, only then be allowed to add/modify design items.
    I hope this helps.
    Regards,
    Gunjan Narang

  • SAP BEX Analyzer Set values for variables

    Please help us out in sorting out this problem,
    We are automating BEx Analyzer for a Testing Project with Quick Test Professional (QTP) a functional automation tool uses VB script.
    Problem:
    There are 5 steps in automation
    Invoke BEx Application
    Log in to BEx server
    Run Query
    Set values for Variables for Query
    Display Report
    We are able to do 1,2,3 steps using BEx API functions and running BEx macros but we struck up with 4th step,
    1. Invoke BEx Application
    ‘Launch Excel
    Dim app
    Set app = createobject("Excel.Application")
    ‘Make it visible
    app.Visible = true
    ‘Attach add-in to Excel file
    app.Run ("'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SetStart")
    2. Log in to BEx server
    Login to Bex server
    Function logonToBW(app)
    Dim myConnection
    Dim logonToBW2
    On Error Resume Next
    logonToBW2 = True
    ' Create logon to system with following user and system details
    Set myConnection = app.Run ("'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'! SAPBEXgetConnection")
    With myConnection
    .client = "600"
    .User = "USERNAME"
    .Password = "Welcom123"
    .Language = "en"
    .systemnumber = "00"
    .System = "BWDCLNT600"
    .systemid = "BWD"
    .ApplicationServer = "156.158.7.161"
    .SAProuter = ""
    .Logon 0, true
         If .IsConnected = 0 Then
               .Logon 0, False
    If .IsConnected <> 1 Then
    MsgBox "Automatic logon failed. Please enter your username and password in the next screen ..."
    Exit Function
    End If
    End If
    End With
    ' Run connection query to see if connected
    app.Run ("'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXinitConnection")
    logonToBW2 = True
    End Function
    3. Run a Query
    app.Run "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'! runQuery", "ZZCCA3_M01_Q0003"
    Till here the script is running fine then the “Select values for Variables” window is displayed.
    This is where exactly we struck up; in this window we need to select values.
    Name of the Fields
         Field Name     Technical name of characteristic     Variable Name     Value
    1     Company Code                     0COMP_CODE     ZM_COMPCODE     1000
    2     Cost Center Hierarchy          0COSTCENTER     ZS_CCTRN     1000MDON
    3     Cost Center Node     0COSTCENTER     ZS_CCTRN     1000COP
    4     Cost Element          0COSTELEMENT     ZS_COELN     1000GDON_6999
    5     Fiscal Year     0FISCYEAR     0P_FYEAR     2007
    To select values for variables, we are trying below code but its giving an error,
    app.Run  "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXSetFilterValue", “1000”, "0COMP_CODE"
    app.Run  "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXSetFilterValue", “1000MDON”, " 0COSTCENTER "
    app.Run  "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXSetFilterValue", “1000COP”,  "0COSTCENTER"
    app.Run  "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXSetFilterValue", “1000GDON_6999”,  "0COSTELEMENT "
    app.Run  "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXSetFilterValue", “2007”,  " 0FISCYEAR"
    Any help highly appreciated, thanks in advance.

    Hi Reinhard,
    Pleas look at this:
    Passing a range to SAPBEX.XLA!SAPBEXSetFilterValue
    Best regards,
    Eugene

  • BEx Analyzer for connection issue

    Hi Everyone,
    I received the following message while using RRMX transaction from SAP BI 7 system and unable to connect BI and BEx Analyzer.  However, I am able to connect to BW system from BEx Analyzer when manually enter user id and password after this error.  There is no issues in Dev, QA and has this issue in Preproduction system.
    Verified with my colleague who have same SAP GUI 7.2, MS Excel 2003 versions and my colleague is able to conenct to BEx Analyzer successfully.  Please advise.
    Error Group
    RFC_ERROR_COMMUNICATION
    Message
    SAP_CMINIT3 : rc=20 > Connect to SAP gateway failed
    Connect_PM  GWHOST=camccvrrb.gotd.gm.com, GWSERV=sapgw23, SYSNR=23
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       connection to partner 'camccvrrb.gotd.gm.com:3323' broken
    TIME        Tue May 17 08:19:12 2011
    RELEASE     720
    COMPONENT   NI (network interface)
    VERSION     40
    RC          -6
    MODULE      gwxx.c
    LINE        646
    DETAIL      NiIRead: P=0.10.0.4:3323; L=127.0.0.1:3136
    SYSTEM CALL GwRead
    COUNTER     2
    Thanks
    Prasad

    HI Prasad,
    This is a known issue.
    Implement these three notes on your system: 1435326, 1471630, 1498947(manual steps).
    If persist, let me know.
    Best regards,
    Edward John

  • Global working Command-Box in Bex Analyzer

    Hallo everybody,
    i have the following Problem in creating a Planning book in Bex-Analyzer (Excel):
    My Problem is to allow the user to add to every Attribute a comment field in a Bex Analyzer Workbook witch is global available to see. That means that the command field is available for every user which open this Workbook in Bex Analyzer an also can be filled with information.
    Have anyone an idea for a result of this Problem?
    Thanks.
    David

    Hi,
    when you open the Saved Query/WorkBook from your desktop
    System will prompt you for Access Rights (Credentials)
    This is because you will have More than One Server in the GUI
    Select the appropreiate Server/System
    and Click ok
    Then give the Client ID ,User name & Password
    The Query /Bex get opens for you
    Thanks
    HARI

  • Run RFC FM from BEx Analyzer

    Hello everybody!
    I have to implement call of function module via RFC from BEx Analyzer.
    I created a VBA macros:
    Set BI_connect = Run("BExAnalyzer.xla!sapBEXgetConnection")
    If BI_connect.IsConnected <> 1 Then
       If BI_connect.Logon(0, False) <> True Then
          MsgBox "Logon failed"
          Exit Sub
       End If
    End If
    It works but it shows logon window twice: first when user open a workbook and second when run this macros. I want the second authorization to be silent.
    But if I set BI_connect.Logon(0, True) then Logon function returns 4 (missing parameter).
    How this problem can be solved?

    Hi,
    normally the function "BExAnalyzer.xla!sapBEXgetConnection" should deliver the existing SAP Connection (as of SAP). You should use the "BI_connect.Logon" only if there is no connection to the SAP Server yet. Are you getting (BI_connect.IsConnected = False)?
    If you want to use "BI_connect.Logon(0, True)" it should be possible in this way:
    Set myConnection = 'Run("BExAnalyzer.xla!sapBEXgetConnection")
    With myConnection
    .client = "600"
    .User = "USERNAME"
    .Password = "PASSWORD"
    .Language = "en"
    .systemnumber = "00"
    .System = "BWDCLNT600"
    .systemid = "BWD"
    .ApplicationServer = "156.158.7.161"
    .SAProuter = ""
    .Logon 0, true
          If .IsConnected = 0 Then
                 .Logon 0, False
    If .IsConnected <> 1 Then
    MsgBox "Automatic logon failed. Please enter your username and password in the next screen ..."
    Exit Function
    End If
    End If
    End With
    You will get another connection in this case, disadvantage is, that you should define the whole connection params in your vba code ...:(
    Regards,
    Kirill

  • BEX ANALYZER NOT WORKING

    Dear Expert ,
    i have installed sapgui 7.10 on windows 7 and also installed patch 16 for sap gui . sap gui working successfuly and connect to the server .when i open the bex analyzer and want to open any query , no system is shown whom i can connect it is blank and when i try to enter the username and password manaually it gives error .
    Error Group
    RFC_ERROR_PROGRAM
    Message
    Ent
    <deleted by Moderator>
    Edited by: Siegfried Szameitat on Jul 6, 2010 3:19 PM

    Hi Faisal
    Even I faced the same error while using SAPGUI 710 on Win7 with Excel 2007. You can try to get the latest Patches of the BEx 7.0 Addon and BEx 3.5 addon.
    In case it still doesn't work, I tried this work around and it worked.
    1. Login to the BW System using SAPGUI
    2. Run the transaction RRMX and it will start BEx Analyser and you would be connected to the BW System (So no login reqd)
    Please note that I didn't have problem with Query designer, only BEx Analyser was giving problem.
    Also if you are able to solve the problem, please update the Process you achieved. There is problem in using BEx Analyser with Win7-Excel 2007/2010 for now. Let have a work around at least till the time SAP/MS Fixes this.
    Regards
    Abhishek

  • NW2004s Sneak Preview - Unable to logon using BEx Analyzer or WAD

    We have installed SAPNW2004s Sneak Preview Full ABAP Edition (with Web Dynpro for ABAP!) with the GUI recommneded on SDN download page.
    SAP Frontend Package 6.40 Final Compilation 3
    =============================================
    SAP Frontend Package 6.40 Final Compilation 3 for Win32
    Product  Version   Release State    Patchlevel
    GUI      6.40      Final           8
    SCM      4.0        Final           1
    BW       3.5       Final           3
    KW       7.0       Final              0
    I can log on to Client 001 and access BI, but on trying to access using the BEx Analyzer and Web Application Designer, I get a error message saying the "User or password is not correct (Repeat Logon).
    I have already provided all relevant authorization to the user I am using to logon to BEx. My Opersting system is Windows XP Professional SP1
    However, if I use the RRMX transaction (using the old GUI)
    SAP Frontend Package 6.20 Final Compilation 4
    =============================================
    SAP Frontend Package 6.20 Final Compilation 4 for Win32
    Product  Version   Release State    Patchlevel
    GUI      6.20      Final          32               
    APO      3.0A      Final          19
    BW       3.0B      Final           7
    KW       5.2       Final              4
    SEM      3.5       Final              0
    I can log onto BEx anlyzer. Your help in resolving the problem would be highly appreciated.

    Roger,
    When installating the Comp 4 GUI make sure you have selected the BI 7.00 Add-on. There you will also find BW 3.5. For the time being just select BI 7.00 Add-on. The Patch will only update the files if they are already exisiting (installed).
    Only ensure that the user has following roles assigned:
    SAP_BW_ALL
    SAP_BW_ANZEIGER
    SAP_BW_AWTEST
    SAP_BW_DEVELOPER
    SAP_BW_SEM_BPS_APPLICATIONS
    SAP_BW_SEM_LP
    and Profiles:
    SAP_ALL
    SAP_NEW
    S_A.SYSTEM
    S_RS_ALL
    RS_RS_EXPL_A
    Plus a Z_BI_ROLE (having ALL authroization for below objects)
    Z_BI_ALL                            All BI Authorizations                                                                               
    5       Manually   Cross-application Authorization Objects                      AAAB              
            4          Manually   Authorization Check for RFC Access                           S_RFC      
                                                                  5       Manually   Basis - Development Environment                              BC_C                                                                               
    4          Manually   ABAP Workbench                                               S_DEVELOP  
                                                                  5       Manually   Business Information Warehouse                               RS                
            4          Manually   Infrastructure of the Analysis Authorizations                S_RSEC     
            4          Manually   Data Warehousing Workbench - Objects                         S_RS_ADMWB 
            4          Manually   BI Analysis Authorizations in Role                           S_RS_AUTH  
            4          Manually   Business Explorer - BEx Web Templates (NW 7.0+)              S_RS_BTMP  
            4          Manually   Data Warehousing Workbench - InfoSource (Flexible Update)    S_RS_ISOUR 
            4          Manually   Data Warehousing Workbench - Open Hub Destination            S_RS_OHDST 
            4          Manually   Data Warehousing Workbench - Process Chains                  S_RS_PC    
            4          Manually   Business Explorer - Individual Tools                         S_RS_TOOLS

  • BEx Analyzer not run in office 2007

    Dear all,
    We are using BI version 7.0 in BEX gui (frond end pc) windows vista and office 2007 is used when I go to business explorer and run Analyzer then its call excel but not open any file or sheet, then in excel I go to excel  Add-ins menu -
    BEx Analyzer -
    open Query  then saplogon menu appear  I choose BI give my user name password then I choose infoarea---XXXXX-----XXXXX   that mean I open info area then
    The error occur.
    "  A critical program error has occurred. The program will now terminated, Please refer to the trace for further information"
    Trace information
    Tracefile SAPBEX.trc opened at 10/28/2008  11:06:07 AM
    User () at system ()
    Component Excel-AddIn(Version 3500.11.051) active at 10/28/2008  11:06:08 AM
    XLA:                - isConntected: false     
    XLA:                - isConntected: false     
    XLA:                - isConntected: false     
    XLA:                - isConntected: false     
    XLA:                - isConntected: false     
    XLA:                - isConntected: false     
    XLA:                - isConntected: false     
    XLA:                - isConntected: false     
    XLA:                - isConntected: false     
    XLA:           11:06:09 registryGet failed     
    XLA:                - entry: chooseTemplate=?     
    XLA:           11:06:09 registryGet failed     
    XLA:                - entry: chooseTemplate=?     
    XLA:           11:06:09 registryGet failed     
    XLA:                - entry: chooseTemplate=?     
    XLA:           11:06:09 registryGet failed     
    XLA:                - entry: showErrors=?     
    Thankx
    rayyan

    Hi,
    Check your support package and patch level of your BEx Suite. BI 7.10 Support Package 6 Patch 1 works fine with Excel 2007.
    You might also want to check your installation using the file "sapbexc.xla"  on your hard drive. You should find it in C:\Program Files\SAP\FrontEnd\Bw or similar, although i'm not quite sure this works with BI 7...
    Bye

  • Automated start of Excel BEx Analyzer via Web VBScript

    Hi all,
    at first... all the versions:
    SAPGUI 6.40 Patch Level 19, BW 3.5 Addon Patch 9, BI 7.0 with NetWeaver 2004s, Excel 2002 SP3.
    I got the following working code to start Excel out of our Intranet, start the BEx Analyzer and connect to our BW:
    <html>
    <head>
    <title>Excel Script</title>
    <SCRIPT LANGUAGE="VBScript">
    sub bwreport()
    Dim app
    Dim myConnection ' As Object
    Dim logonToBW2 ' As Boolean
    ' Launch Excel
    set app = createobject("Excel.Application")
    ' Make it visible
    app.Visible = true
    ' Open xla file
    app.Workbooks.Open("C:ProgrammeSAPFrontEndBWsapbex.xla")
    app.Run("SAPBEX.XLA!sapBEXinit")
    ' Logon to BW
    logonToBW2 = False
    Set myConnection = app.Run("SAPBEX.XLA!SAPBEXgetConnection")
    With myConnection
    .client = "001"
    .User = "myuser"
    .Password = "mypw"
    .Language = "de"
    .systemnumber = "00"
    .ApplicationServer = "xxx.xxx.xxx.xxx"
    .UseSAPLogonIni = false
    .Logon 0, True
    If .IsConnected = 0 Then
    MsgBox "Verbunden"
    .Logon 0, False
    If .IsConnected <> 1 Then
    MsgBox "Fehler beim Verbinden"
    End If
    End If
    End With
    app.Run("SAPBEX.XLA!SAPBEXinitConnection")
    logonToBW2 = True
    ' Give the user control of Excel
    app.UserControl = true
    end sub
    </SCRIPT>
    <P> </P>
    </head>
    <body>
    <button onclick= "bwreport()">Alternative Excel</button>
    </body>
    </html>
    I'm still working on two issues here and hope you can help me:
    1.
    app.Workbooks.Open("C:\Programme\SAP\FrontEnd\BW\sapbex.xla")
    The Webscript will be used by many BW-Users so the full installation path is not the same for all users. Is there a way to start the Analyzer without the full path ?
    When I start Excel with "Excel.Application" via OLE out of my Script, then BEx is not automatically loaded, that's why I need the above line.
    But when I start Excel manually, it's loaded automatically. So there has to be some way Excel "knows" the location of an installed BEx Add-In. Maybe there is some addition to say Excel to start all it's usual Add-Ins, or to start in standard behaviour ?
    2.
    app.Run("SAPBEX.XLA!sapBEXinit")
    Before I added this line, I always got the BEx Analyzer title "xxxsapbexxxx" and was unable to use any macros or functionality of the BEx Analyzer.
    I found hints and code examples to use "RunAutoMacros" so sapbex.xla is fully initialized but wasn't able to make it work in my code.
    So I checked the macros of sapbex.xla and "sapBEXinit" seems to do the job although I'm not sure if this is a complete/clean initialization of the sapbex.
    Thx,
      Thomas
    Message was edited by: Thomas Kassumeh
    Message was edited by: Thomas Kassumeh

    Welcome to SDN.
    First of all thanks for sharing the script, good work.
    coming to your first question.
    you can get the path by reading the system registry
    its under <b>"SAP.BusinessExplorer.Analyzer\path"</b>
    if you analyze the FM "RSAH_LAUNCH_EXCEL" in BW system, you can get the logic for your script.
    Regards
    Raja

  • Error when starting Bex analyzer

    Hi All!
    We have a world wide BW-SEM application. In one country they get the following error message when starting Bex analyzer:
    <install error> Missing ActiveX component: Business Explorer Global Services
    Does anyone have a hint on what to do?
    Thanks for your help!
    Best Regards
    Pontus

    hi
    try to check with SAPBEXC.xla
    and take a look oss note 585643
    may need to manual register .dll with regsvr32
    Do an Installation check of the BEx Analyzer as follows:
    In the bex analyzer menu, Business explorer -> Installation Check -> Once the excel sheet opens, press the start button to start the check. Check the entries in red to see any missing/old ocx, dlls.

  • Satatus of Data in Bex Analyzer

    Hello ,
    is it possible to hide "status of data" in bex analyzer ?  I have read some documents but all are say it is only possible with Web Designer.
    I have a query from a Multiprovider and I don't wnt to show Status of data information in the report .
    thank you ,
    blue

    You can goto design mode in the workbook and delete the text element which is showing status of data, come out of design mode and save the workbook.
    Edited by: Pravender on May 18, 2010 2:19 PM

  • Difference between bexbrowser and Bex analyzer

    Hi,
       can any body tell me  what is the difference between bex browser and bex analyzer  and how end users will access the reports and how they access SAP.

    Hi
    *BEx Web Analyzer *
    The BEx Web Analyzer is a standalone, convenient Web application for data analysis that you can call using a URL or as an iView in the portal.
    The Web Analyzer allows you to execute ad hoc analyses on the Web: When you have selected a data provider (query, query view, InfoProvider, external data source), the data is displayed in a table with a navigation pane. You can navigate to the data and use other Web Analyzer functions available in the application toolbar. For example, you can change the type of data display, use the information broadcasting functions to broadcast your analyses to others, and create printable versions of your analyses.
    In the Web Analyzer, you can save the data view generated from navigation and analysis as a query view by choosing Save View in the context menu, and you can save the ad hoc analysis by choosing Save As. When the query view is saved, only the data view is saved; when the ad hoc analysis is saved, the entire Web application is saved, including the properties of Web items and the layout of the data.
    Check the link for more info
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/00/e8d13f7fb44c21e10000000a1550b0/frameset.htm
    Bex Browser
    The Business Explorer Browser (BEx Browser) makes it possible for you to access all document types of the Business Information Warehouse that are assigned to your role or that you have stored in your favorites. You can select and open documents assigned to you in the BEx Browser or store and manage new documents in the BEx Browser.
    Document types that you can work with in the BEx Browser are:
    ·        BW workbooks
    ·        Documents that are stored in the Business Document Service (BDS)
    ·        Links (references to file system, shortcuts)
    ·        Links to internet sites (URLs)
    ·        SAP transaction calls.
    ·        Web applications and Web templates
    ·        Crystal Reports
    Regards
    Shilpa

  • Difference between Bex Analyzer and Bex WAD

    Hi Every one,
    I am pretty new to SAP, and working on SAP BW Front end.
    I am pretty aware of Bex Analyzer and also Browser, but i always have a doubt about Bex WAD.
    In my present job i talk to the users and take the requirments and create queries in the Bex analyzer which i am comfortable doing it.
    I also know all the features of Analyzer and created quries and also published it on web, and also created workbooks and inserting multiple quries in the workbook etc etc..
    However i have zero knowledge on WAD and how it is useful to me, and as if now i haven't got any requirment from the client for me to create any report in WAD or do some thing in WAD.
    I have gone through SAP SDN help etc but i am not understanding it at all.
    So can any one explain me in a laymans terms what WAD is and how it will be useful to me?
    and also if possible send me link which has got PDF screen shots of what WAD is?
    Points is for sure.
    Regards,
    Ram

    Raj,
    Thanks for the reply, but i still did not get the understanding about WAD. i have studied the link which you sent me.
    I am still not able to understand how it is helpful for people like me,
    See i create my report in Query designer, and i can execute the query in Analyser. and if i want i can execute it in the Web from my query designer, and also i can create chart on the web if i want.And i can Broadcaste it in the Web.
    and also if i want i can create it in the workbook and create chart in that work book.
    Then what is the point of Web Application Designer (WAD).
    See i have created the Query in Designer in Development say Sales report Query on the infoprovider for SD, now what should i do with it in WAD.
    How can i get it in WAD, i went to start> all Programs>Bex> WAD and i logged in to development and a sereen opend. And from here what i can do, i mean how can i open my created query in WAD?
    As you guys know i am new to SAP itself, but i dont see any advantage about WAD, i read all the articals and there i found that i can create Web Items, HTML etc etc, but i already have HTML, when i execute my query from the Designer i get it in Web Browser...
    See my question is simple, i have a query which i have created in the Query Designer, now how can i get it to WAD and after getting it what can i do with it??
    If any one has a screen shots of there pls send me.
    And Sanjeev has sent me a PDF which i saw earlear and i done the same in my WAD but i am not about to get it to work.
    I have given the points to every one but still what i need i did not get yet.
    Regards,
    Ram

  • Problem in BEx analyzer output in BI dev and BI Quality

    Hi All
    I am facing a problem in BEx analyzer output in BI Dev and BI Quality server where the query is make on BI infoset.
    When i am executing the query in BI dev server then it is giving the output result but when i tried to executing the BI query in BI quality server the i got 'No available data found result'.
    I have also checked the same selection input result in infoprovider for infoset and output is getting for the same.
    Please suggest for regarding solution.
    thanks & regards,
    Gourav Sekhri

    Hi,
    check whether you have loaded data in to quality server if no, please load data for all the target involved in info set.  If data loaded check all the target 'request for reporting available 'or not.
    Also check whether data is showing in infoset or not.. if data availble there change your selection critiria accordingly.
    Thanks
    BVR
    Edited by: binu v. rajan on Aug 20, 2011 4:23 PM

Maybe you are looking for

  • Unable to pass parameters from APEX to Oracle EBusiness suite R12 forms

    Hi We are trying to access a standard Oracle EBusiness form i.e. service request and are invoking this Form through a link from APEX. We are trying to pass parameters via this URL http://abc.oneapps.com:8010/OA_HTML/RF.jsp?function_id=2037&resp_id=50

  • Send a 6i report as an email body

    Hello Expert, My requirement is to email the whole report as an HTML body. Report also contains LOB items and is in 6i. Can anyone help me achieve this? Any help would be much appreciated. Thank you

  • Online Store Updates?

    Has ANYONE received ANYTHING from the Apple On-Line Store besides a 2-4 week estimate and a promise to update everyone via email on July 4th?

  • Photo Editor Software

    Hello, I have Photoshop Elements 3, I saw version 6 being advertised, I wanted the new version/features. I soon learnt to my disappointment that there was no Mac version. On investigation there is still not even a version 5 for Mac. I have read many

  • I-cannot-print-with-HP-Laser-Jet-Professional-P-1102w/m-p/489258

    How can I initialize my Laser Jet Professiional P 1102w printer?