Reporting tab is not shown in the console

hi everyone
the reporting tab is not shown in the service manager console, the topology i am using is 2 servers [one for DW and the other for management server] both servers have their SQL server installed on each one, could you please tell me how i can start to get
this working or the steps i have to follow ?? isn't supposed to be working out of the box ? i have checked reporting services and they are running

Probably your report server is not pointing to the DWDATAMART database, try login to:
http://YourDWDatabase/Reports/Pages/Folder.aspx?ItemPath=%2fSystemCenter%2fServiceManager&ViewMode=List
click on DWDATAMART Connection, under connection string, do you see your DWDATAMART DB name and server name?
Antoine AL Ibry

Similar Messages

  • Reporting Tab is not showing in SCSM 2012 SP1 Console

    I'm working with SCSM 2012 SP1. But after installing data ware house only "DataWareHouse" tab appares no "Reporting" tab. And it shows below MSG:
    And only the below reporting management pack are available in the Data Ware House >> Management pack area.
    I already check data warehouse server 'System Center Data Access Service' and 'SQL Server reporting Service', borth are running. But still 'Reporting' tab is not there.
    Mithun Dey Web: http://cloudmithun.wordpress.com If this may give your necessary resolution please mark it as Answre.

    At last I solve the problem. THere is 2 solution for resolve the issue.
    Force start all warehouse job.
    Un register and reregistared DataWareHouse againg.
    In my case I do the borth after reregister datawarehouse I wait 1hr after that I manualy start the warehouse jobs. And it works for me.
    Mithun Dey Web: http://cloudmithun.wordpress.com If this may give your necessary resolution please mark it as Answre.

  • Text in PO(text tab in header & item) is not shown in the Print Preview

    Hi Guys,
                I face a problem in ME23N.Text maintained in Purchase Orders (text tab in header & item)  is not shown in the Print Preview.
                Can you guys help.Do I need to write a subroutine pool for this.
                <<text removed by moderator>>
    Regards,
    Rajiv
    Edited by: Matt on Nov 12, 2008 1:20 PM

    Hi ,
    Use bapi bapi_po_getdetail .
    CALL FUNCTION 'BAPI_PO_GETDETAIL'
        EXPORTING
          purchaseorder   = is_ekko-ebeln
          item_texts      = c_x
          header_texts    = c_x
        TABLES
          po_header_texts = it_header_text
          po_item_texts   = it_item_text.
    Regards
    Neetesh

  • Datasource does not appear on the console, intermittent problem

    I am using Weblogic 9.2 MP3
    I've created an Oracle DataSource and successfully targeted it to a Managed Server.
    When I click on it in the console and navigate to the "Monitoring" tab, it would sometimes appear in the "Test DataSource" table and sometimes it would not. I am able to successfully click the Test button when it does appear in the table.
    I do not have this issue with Weblogic 9.2 MP1.
    Is this a known issue and is there a patch for it?
    Thanks,
    Sohel

    hi, I have not this problem, but have read some forums with people having the same problem. It seems to be with people using PC and not mac. Are you using iTunes 9? If so, it seems to be a screen resolution problem, and some of the image is cut and not shown on the screen. Just adjust your screen resolution so the image is all on the screen and the photo tag (the last on the list!!!) will show up!
    Hope this helps
    xavier

  • Approved and published items are not shown in the catalog search

    Hello all,
    We are implementing SRM 4.0 SSP scenario .
    To support shopping of EBP we are also implementing CCM 2.0 as an add on.
    Please note CCM and EBP are on same client and CAT & CSE are also on the same client.
    No XI is involved. The catalog scheme was uploaded as CSV 2.0. The items for the catalog was created manually in CAT.
    Although the item has the status "approved" and the procurement catalog which is also the master catalog was published successfully the item is not shown after searching by CSE in EBP. Also the categories of the scheme are not shown in the catalog search.
    Do i have to approve the categories too and if yes can you  explain me how to do this?
    I think you see that I'm a newbie at srm and ccm and this problem is probably no real problem but I have not found any similar topics in the forum. So please can you help.
    Thanks a lot for your help.
    Best regards,
    Bernd

    Bernd: the reason I asked about views is that you don't have any error messages. This might indicate that (a) you have no items in the view, or (b) there's something wrong with view-role-user assignment.
    To check for (a), please go to the published procurement catalog, and go to Views tab. Check that your View is Active. Click on your View ID link to display view details. You should see a list of characteristics assigned to your view in Assign Characteristics sub-tab (the list should not be blank!). Go to Assign Items sub-tab. Navigate in your schema to find items that are supposed to be assigned to your view. You should see "Yes" in the "Assigned" column for those products. If you don't, then you simply don't have any items in your view.
    Another thing I'd like you to check: when the user calls your procurement catalog for search, do you see the name of the catalog displayed just below the drop-down "Select Categories Hierarchically"?
    Cheers,
    Serguei

  • CR10 Dev JRC ReportSDKException Report location is not specified in the configuration file error

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

  • Report Painter - data not shown at first selection

    Hello,
    we have a Report Painter report for cost centers.
    If we start the report with normal selection the values of the cost centers are not shown at the first look.
    The window on the right side only shows the sum for the whole cost center group, but if we select one single cost center the report shows
    "This report has no pages. Check the following layout settings: Threshold values, Summation levels, Zero line suppression."
    But there are values, but they are only shown if we switch to another cost center and then switch back.
    All rows that are selected the first time show no values, at the second time the values are there.
    Does anybody know the reason for this?
    Thank you & regards
    Britta

    Hello,
    starting the report with the selection of a cost center group.
    This group is shown on the left side, the values in sum of the right side.
    To have a detailled look on the single values of the cost centers I expand the cost center group by clicking on the small triangle, all included cost centers are now showns on the left side.
    To see the value of a cost center I click on the respective cost center, on the right side the "no data" information is shown.
    Clicking on the next cost center also the "no data" information is shown.
    Now switch back to the first cost center on the left side and then the values are shown on the right side.

  • Report Alerts are not shown on crystal server 2011

    Hi,
    I have created alerts on From date and To Date. The alert is shown when the difference between From Date and To Date is more than an year. It is shown properly in the crystal report designer. When I am uploading the same report to the server the alerts are not shown on the server.
    Can someone help me with the same.
    Thanks,
    Simran

    Hi Jawahar,
    I have uploaded the report in CMC using Add--> Local Document.
    For Alerts I have checked the Box 'Enable Alert'. Still I am not getting a Pop Up which I get in the crystal report designer. Is the Alert sent on Crystal Server by email? I have currently selected default setting in Configure Alert Notification.
    Regards,
    Simran

  • Barcodes are not shown in the client machine

    Hi,
    We are using asp.net web forms for launching crystal reports.  Crystal Reports rpt with barcode has been designed in Crystal 2008.  Barcode field has been defined by right clicking the required field and selecting Change to Barcode u2026 and the barcode type is selected.
    Barcode is shown when we launch the report in the web server.  When we launch the same report in the client machine barcode is not shown to the user.  The barcode font u201CCode39AzaleaWide2u201D is not available in the client machine.
    How to overcome this issue without installing the font manually in each client machines.  Crystal Reports 2008 is installed in the web server.
    I need some clarifications
    1. Whether the barcode fonts should be installed (mandatory) in the client machines.
    2. On launching the report whether the barcode fonts will be downloaded from the web server to the client machine
    3. Are the barcode fonts are freely distributable to all the client machines both internet and intranet users
    4. Is there any document available regarding this issue

    Hi,
    Please check [KB1588027|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap%28bd1lbizjptawmq==%29/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533383338333033323337%7D.do] for the answers.
    It is your call on how to distribute the fonts. Reports will not download the fonts on it's own.
    Thanks,
    Saurabh

  • System tools tabs do not appear in admin console -web center sites

    Hi,
    System tools tabs do not appear in admin console of web center sites.
    I have set jdk path under serverstart menu of weblogic ,included classpath and preclasspath in setDomainEnv.cmd and have also inculded java_options under startweblogic.cmd ,still system tools tab do no appear.
    how to resolve the issue.Please help.
    Thanks,

    Hi
    Please mention below configuration in your setDomainEnv.bat file
    set CLASSPATH=<Path to the sites installation directory>;%CLASSPATH%
    set PRE_CLASSPATH=C:\bea\domains\CS\WEB-INF\lib\commons-lang-2.4.jar;%PRE_CLASSPATH%
    please check the paths as per your installation directories.
    restart server then check, it should come.
    ~Rajiv Jain

  • In my Apple Macbook Air, most of the USB Flash/Thumb Drives are not shown in the Finder Window. Only a few Brands of USB /Flash Thumb Drives are shown or compatible or shown in the Finder. How do I use any Flash/Thumb Drive with my Apple MacAir?

    In my Apple Macbook Air, most of the USB Flash/Thumb Drives are not shown in the Finder Window. Only a few Brands of USB /Flash Thumb Drives are shown or compatible or shown in the Finder. How do I use any Flash/Thumb Drive with my Apple MacAir?

    Yes, junker thumb drives pour like rain in the market.  
    Which makes are working on your Air, and which arent?
    Stick to Sandisk and a couple of other reliable mfg. of memory sticks

  • The report I published on the SQL server report server is not showing in the application we use to retrieve reports.

    The report I published on the SQL server report server is not showing in the application we use to retrieve reports. My cell phone number is {removed}
    Thanks.

    Hello Roger Tenn,
    Thank you for posting in the TechNet Forum.
    As this issue is related to SQL server report server, to receive better report, it is recommended to ask in the SQL server forum.
    https://social.technet.microsoft.com/Forums/en-US/home?category=sqlserver
    The professionals here will be glad to help you.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Excise Tab is not  appear in the MIGO display  --- Import Process

    Hi Experts ,
    Excise tab is not appear in the display of the material document in Import process.
    Process flow.
    1. Import Po.
    2. Customs clearing (MIRO)
    3. Capture excise invoice against the Import Po.(Reference to MIRO document )
    4.MIGO with movement type 103, in excise tab i selected only refer the excise invoice , here excise ta is coming . Lot is also generated .
    after posting the material document , excise tab is not appearing against  the material document .
    5. post excise against the excise invoice .
    Please help.
    Thanks
    SAP MM
    Edited by: Subbas on Aug 16, 2010 11:58 AM

    Excise captured & posted using J1IEX using 2 step procedure won't appear in MIGO screen.
    Display excise invoice using J1IEX(using vendor excise inv. no. or internal document no)
    Only excise captured & posted in MIGO(Single step) will be appear in display of MIGO screeen.
    Check SAP Note 952287 - CIN: Limited Functionalities in Country Version India -CIN -Q.no.5
    5. Incoming Excise Invoice capture at Blocked stock 103 is not
    supported in CIN.
    The capture of incoming excise invoice is strictly advised to carryout at
    unrestricted stock and not at blocked stock(103/105) due to architectural
    issues. The capture at blocked stock may cause wrong excise posting.

  • Help is not shown in the window

    I have written the necessary documents (HelpSet, MapFile, HelpTOC).
    The Table-Of-Contents are shown in the left frame, but if I select them, the html-help-file is not shown in the right frame.
    Please help!
    HelpSet:
    <maps>
    <homeID>top </homeID>
    <mapref location="vcsMapFile.jhm" />
    </maps>
    <!-- views -->
    <view>
    <name>TOC</name>
    <label>Table Of Contents</label>
    <type>javax.help.TOCView</type>
    <data>vcsHelpTOC.xml</data>
    </view>
    HelpTOC:
    <?xml version='1.0' encoding='UTF-8' ?>
    <!-- was: <?xml version='1.0' encoding='ISO&#8722;8859&#8722;1' ?> -->
    <!DOCTYPE toc
    PUBLIC
    "&#8722;//Sun Microsystems Inc.//DTD
    JavaHelp TOC Version 2.0//EN"
    "http://java.sun.com/products/javahelp/toc_2_0.dtd">
    <toc version="2.0">
    <tocitem image="toplevelfolder"
    text="Virtual Circuit System">
    <tocitem text="Schaltungen erstellen" target="test">
    </tocitem>
    </tocitem>
    </toc>
    MapFile:
    <?xml version='1.0' encoding='ISO?8859?1' ?>
    <!DOCTYPE map
    PUBLIC "?//Sun Microsystems Inc.//DTD JavaHelp Map Version 2.0//EN"
    "http://java.sun.com/products/javahelp/map_2_0.dtd">
    <map version="2.0">
    <mapID target="test" url="test.html" />
    </map>
    test.html:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title></title>
    </head>
    <body>
    That is the help.
    </body>
    </html>

    The tutorial I believe you are referring to uses Visual Studio .NET 2003. So, it won't be in the exact same place as Visual Studio 2005.
    You should be able to right click on the database connection node and see an option for Query Window.

  • Extra-ordinary depreciation is not shown on the Asset History Sheet

    Hi,
    When doing a disposal of assets via transaction ABAVN, the extra-ordinary depreciation is not shown on the asset history sheet in the "Deprec for the year" column.
    How can I show it on the asset history sheet?
    Thank you for your feedback.
    Kind regards,
    Linda

    Hi,
    of course it can. The Asset History sheet output can be defined absolute flexible. Good source of information of how to define asset history sheet versions can be found in the SDN Wiki articles [Asset History Sheet (Detail) |https://wiki.sdn.sap.com/wiki/display/ERPFI/AssetHistorySheet%28Detail%29] and [Asset History Sheet |https://wiki.sdn.sap.com/wiki/display/ERPFI/AssetHistory+Sheet].
    Feel free to create your own history sheet versions according to your needs. But you should avoid to change standard delivered history sheet versions.
    Regards,
    Markus

Maybe you are looking for

  • I want to output from my 27-1007ev Omni to my tv using hdmi ...

    Hi My Omni 27-1007ev has an HDMI port that I want to use to output online tv from my pc to my actual tv (in order to get UK tv here in Cyprus). The manual is not clear on this but trials show that the connection appears to be one way only and that is

  • Need help on Oracle Adverse Event Reporting System

    Hi, From where I can download "Oracle Adverse Event Reporting System". Please give me the link. I have no option, rather than postion in Database-General form. Thanks Naveen.

  • For all entries issue

    Hi All, Below is the select query I have which is taking more time when the records in the internal table is touching to almost 2 million. SELECT paledger vrgar versi                                          perio paobjnr pasubnr                     

  • List Item Question

              I'm trying to have my list items as capital letters, I know where to find the command to do so. However, when I change my ordered list from numeric value to alphabetical the letters go off tilt. Any suggestions?

  • Firefox userping the active window...

    Running on iMac, OS 10.7.2 When FFox is on any of several social networking sites, if someone sends me a message, FFox becomes the active window causing many problems when multitasking with other applications. i.e. I can be working in MS Word and sud