EWA show diffrent o/s in the report.

Hi All,
In our EWA report for CRM 7.0 system , we are getting RED alert for "It was detected that the SAP CRM 7.0 system is running on operating system Windows Server 2000"
This system is on Linux but still in the EWA report show Windows server 2000. We check everything but not able to understand.
Can you please help.
Thanks

Hi Deepak,
Did you get chance to check below
1). Can you please check Server name, DB in SMSY and make sure SMSY RFC destinations check return green.
2). Also Check in CENTRAL SLD (SLD) and re-push the data or run the JOB LANDSCAPE_FETCH_DATA.
3). Check the SYSTEM DATA in Service Market place and correct it, if wrong and re-synchronize the data in SMSY under the respective product.
4). If SMD agents have installed in CRM and connected to SOLMAN, then refresh the CRM SYSTEM under SOLMAN_WORKCENTER t-code in Root Cause Analysis -> System Monitoring.
5). Check your System Landscape and Solution Landscape has right data.
Thanks,
Sravanthi

Similar Messages

  • How to show a compressed image in the report?

    Hi
    I have created a new report.what i do in application is i  compress the image and save it in database.now i need to retrieve the compressed image and display in the report. I have used the following code to decompress the binary data save in the image.I
    dont know after that what should i do. Please help me to show the picture in SSRS Report. I need to show picture in many reports.one of my doubt is how to call this function in SSRS Report. The function accepts input as byte but in database the column in varbinary.
    should i convert the input type of function to varbinary instead of byte array? Please help me.
    Public Function Decompress(ByVal arr As Byte()) As Byte()
    Dim notCompressed As Boolean
    notCompressed = False
    Dim MS As MemoryStream
    MS = New MemoryStream()
    MS.Write(arr, 0, arr.Length)
    MS.Position = 0
    Dim stream As GZipStream
    stream = New GZipStream(MS, CompressionMode.Decompress)
    Dim temp As MemoryStream
    temp = New MemoryStream()
    Dim buffer As Byte() = New Byte(4096) {}
    While (True)
    Try
    Dim read As Integer
    read = stream.Read(buffer, 0, buffer.Length)
    If (read <= 0) Then
    Exit While
    Else
    temp.Write(buffer, 0, buffer.Length)
    End If
    Catch ex As Exception
    notCompressed = True
    Exit While
    End Try
    End While
    If (notCompressed = True) Then
    stream.Close()
    Return temp.ToArray()
    Else
    Return temp.ToArray()
    End If
    End Function
    Thanks & Regards Manoj

    Please try this 
    Public Function Decompress(ByVal arr As Byte()) As Byte()
            Dim s As Byte()
            Dim notCompressed As Boolean
            notCompressed = False
            Dim MS As System.IO.MemoryStream
            MS = New System.IO.MemoryStream()
            MS.Write(arr, 0, arr.Length)
            MS.Position = 0
            Dim stream As System.IO.Compression.GZipStream
            stream = New System.IO.Compression.GZipStream(MS, System.IO.Compression.CompressionMode.Decompress)
            Dim temp As System.IO.MemoryStream
            temp = New System.IO.MemoryStream()
            Dim buffer As Byte() = New Byte(4096) {}
            While (True)
                Try
                    Dim read As Integer
                    read = stream.Read(buffer, 0, buffer.Length)
                    If (read <= 0) Then
                        Exit While
                    Else
                        temp.Write(buffer, 0, buffer.Length)
                    End If
                Catch ex As Exception
                    notCompressed = True
                    Exit While
                End Try
            End While
            If (notCompressed = True) Then
                stream.Close()
                Return temp.ToArray()
            Else
                Return temp.ToArray()
            End If
        End Function
    Thanks & Regards Manoj

  • Bi content is not showing statistics data while running the report in porta

    hi friends,
    I  installed the BI Admin Cockpit to collect the statistical information.
    I can see the statistics informatio in portal only when i run the query in bex. if i run the report in portal it's not showing any statistics.
    could you guide me the exact reason and pls guide me to rectify this problem
    thanks in advance,
    sruthi.

    Any help on this....

  • Need to show No applicable data in the report.

    Hi All,
    We ave a key figure in the selection screen. And user will enter the value. based on the input, the report has to display less than or equal to the entered value as a result in the output of the report.
    Input NIV as 67,169.48 then below results -
    If user gives input NIV as 16,544.14 , the below output is showing.
    But we need to show zero as result or no applicable data in the report. Is it possible to achieve through FORMULA.Please help on this
    Thanks.

    Hi Jalina,
    Yasemin already asked few questions.
    but this is what we may do:-
    to create a formula variable and use it for user input. use this formula variable in a formula , if your NIV kf<= formula variable, then NIV KF, else, 0.
    then make a condition on this KF, not equal to zero to suppress this record.
    regards,
    Sakthi.

  • Show SQL Query to be showed in Text object at the report

    Is there any way where I can take/copy the query showed in "Database->Show SQL Query" to be showed as a field in a TextBox inside the report.
    So it is a bit clearer what I am trying to do, it is to get who, when and what runs that report.
    Thanks in advance
    Tonio

    Hi Toni,
    I am not sure if I have understood your requirement. If you could elaborate what you are trying to do then i may be able to help.
    I understand you want to copy the query which is displayed in DATABASE->Show query name... I hope u are refering to SQ01 trx...
    I am not sure what next part..
    Rgds
    Abhijit

  • Why do the "Ok", "No Data" and "N/A" all show as "N/A" in the report?

    Well, I guess the title of this post says it all.
    I'm right now preparing the customer report, but I need to manually change all "N/A" tp their original meaning, which might be "Ok", "No Data" or  "N/A".
    Is this a bug, or what is the train of thought here?
    /Anders

    Short answer is that this is the way it was designed.
    You're seeing "N/A" in the Priority column which, in the design of the health check service, only had meaning for the P1,P2 or P3 grades. That was the basic idea behind the output you're seeing. Another goal in the design of the service was to keep the report focused on the results that were important for the customer to see. And so it was decided that by default, only P1, P2, or P3 grades would be included in the report. We allow overrides, but since the overrides were the exception rather than the rule, there shouldn't be too many "no priority" entries in the report.
    That being said, we're always looking for ways to improve the service, and I can see how it would make sense to display "Ok", "No Data", etc... in the priority column. I will talk to the team to see if it makes sense to change this in a future release.
    In the mean time, I'm afraid you're going to have to continue to change it manually if you would like the non-priority grade names to appear in the report.
    Best,
    Tobin

  • How can I add a curve with a different sample rate behind another curve to show it like one in the report

    I saved two curves with different sample rates with signal express in waveform.
    Now I want to add the curves behind and show them in a report. 

    Hello MReizner,
    Both the DIAdem VIEW and REPORT panel use the time information from your Waveform channels (make sure they actually have the waveform symbol, not the numeric data channel symbol in the Data Portal) to plot the data in the same axis system.
    In the example below I have two waveforms, one sampled at 5 Hz and one sampled at 1 Hz, both in the same axis with the same time channel. All I did was drag the data from the Data Portal onto the axis. DIAdem automatically takes care of creating the correct time channel and plotting the data with the correct points if the data is stored as a waveform.
    I hope this answers your question, please let us know if further clarification is required ...
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."

  • Showing Chosen Prompt Values In the Report

    Hi All,
    I need to show to user the values which chosen from dashboard prompts..I thinkiI cannot do this with variables,because prompts are multiple selection...How can show these values as a text in a part of report?(For example below the graph view..)
    Thank You

    Screenshot is missing and I forgot to say something important...I want to show to user what he/she choose...For example:
    Dashboard Prompt:
    Product Group (Multiple Select)
    Product Code (Multiple Select)
    Machine Group (Multiple Select)
    Machine Code (Multiple Select)
    If the user selects only Product Group and Machine Group...This data will be shown...Product Code and Machine Code will not be shown..But in your suggestion all Product Code values will be shown,right??

  • Show 3 different currencies in the Report

    Hi Experts,
    In my query I have three key figures which are shown in local currency. Now i have a new requirement wherein they would like to see the key figures in local, document and group currency based on selection.
    How do I go about it?
    Should I create three different columns for each of these key figures and then do conversion but this would look very messy and ugly.
    Is there another way wherein in the selection screen I can ask the user to select his local currency, target currency and then exe

    Hello,
    I am not sure what you mean by ugly..does it mean more number of records??
    As other have suggested you have the identifier currency type to identify the currencies but if not present then you will have to go for currency conversion.
    If you want to give selections at the screen then you will have to do currency conversion at the query level.
    There are a lot of documents which explains currency conversion at query level.
    If you do currency conversion at query level  then you will not to create any extra column...the user will have to just select the target currency while running the query and you will have to use the currency conversion in the key figure properties...this will give you the values in the currency you require.
    you will have to create a input enabled variable on 0currency and use it in the query as restriction. search the SDN for documents as you will find a lot ofdocument on how to do it.
    Regards
    Ajeet

  • Can DrillFilters() show "None" when no filters are applied to the report?

    Hi everyone,
    On top of my report I've got a pre-defined Drill Filter cell (in case the report is printed and the filter bar and the filters applied are not visible anymore). I modified the cell a bit and it looks liek this now: ="Applied filters: " + DrillFilters()
    Can I somehow make it show "Applied filters: None" if the report is now filtered?
    Using latest Webi with all patches.
    Thanks,
    Galin

    Perfect! Thank you very much, Thangaraj!
    I modified it a bit so I don't have to enter every single Drill Object (=Dimension)
    =If Length(DrillFilters())=0 Then "Applied Filters: None" Else "Applied Filters: " + DrillFilters()

  • How to avoid # in the report output in BEx for null characteristic values?

    Hi All,
    In a query output, # values are shown for the charactersitics which are null. I would appreciate if someone would help showing null instead of # in the reports for the null values.
    Regards
    Subba

    Hi,
    There are various options.
    1. Exclude the # in filters for that chararcteristics, it will remove all # values.
    2. Display the text for that Characteristcs which will be displayed as "Not assigned".
    3. If you want to display as "Null", Change the entry in text table of the charaterictics for value # as "Null".
    4. While updating this filed in cube/DSO write routine to replace #/blank with "Null".
    I hope it will help.
    Thanks,
    S

  • Black X in the report

    Hi
    When the user is executing the report it is showing a Black X in the report. This is in a standard report S_ALR_87013611. I used to get this earlier for the same report when I used to change the currencies for the report but i used to change back and it would work fine..but this time its not the case....
    Please explain what is the reasons behind the system showing this X
    Thanks in Advance
    Naveen
    Edited by: Naveen Navins on Aug 27, 2008 5:36 AM

    Hi,
    the X stands for an undeterminable value. SAP F1 Help states:
    u201CUndeterminable values can appear in a report, if for example, values with different units are totaled. In this case, the Report Writer does not output a value, but displays optional blank characters or the standard symbol for undeterminable values.u201D
    You can configure the display for undeterminable values in the report layout: GRR2 -> Menu -> Formatting -> Report Layout -> rider: Representation
    Regards
    Karl

  • Some Devices are not showing up at all in the Discovery reports

    Hi all,
    The first time I ran the CS device discovery I got 50 reachable devices. I scheduled the Device Discovery to be run every week. I added more subnets to the discovery but unfortunately the last discovery shows only 31 devices from the first discovered devices (50). I checked the DCR and there is only 44 devices out of the 50!
    My question is:
    Should not the scheduled Device Discovery discovers all devices -the previously discovered ones and the new ones-?
    Why the rest of the devices are not showing up at all in the discovery reports (neither reachable nor unreachable) although all of them are pingable and responding to the snmpwalk tool from the CWLMS server.
    Your kindly respond is highly appreciated.
    Thanks in advance.

    I ran the discovery again with the same settings after enabling debugging and I checked the following log files:
    1. in the ngdiscovery.log I found a lot of errors all about Duplicate IpAddress example:
    ERROR  [DeviceManager : EvalTask-DiscoveryThreadPool-06 addNewDevice]  : Duplicate IpAddress (127.0.0.51) found in addNewDevice().Device 1 ip = 10.8.113.29 , id1 = 127.0.0.51*F1COR.xyz.com*.1.3.6.1.4.1.9.1.283, Device 2 ip = 10.8.113.106 , id2 = 127.0.0.51*LCD.xyz.com*.1.3.6.1.4.1.9.1.283
    ERROR  [DeviceManager : EvalTask-DiscoveryThreadPool-08 updateDevice]  : Duplicate IpAddress (127.0.0.51) found in updateDevice().Device 1 ip = 10.8.113.93 , id1 = 127.0.0.51*UDS.xyz.com*.1.3.6.1.4.1.9.1.283, Device 2 ip = 10.8.113.73 , id2 = 127.0.0.51*F2COR.xyz.com*.1.3.6.1.4.1.9.1.283
    ERROR  [DeviceManager : EvalTask-DiscoveryThreadPool-09 addNewDevice]  : Duplicate IpAddress (10.8.113.42) found in addNewDevice().Device 1 ip = 10.8.113.42 , id1 = null, Device 2 ip = 10.8.113.86 , id2 = 10.8.118.251*OPS.xyz.sa*.1.3.6.1.4.1.9.1.501
    2. in the CSDiscovery.log:
    Error while changing the permission of the file C:\PROGRA~1\CSCOpx\objects\csdiscovery\1348\DiscoveryStatusObj
    I checked the file and the casusers has a Modify permission
    My Question is:
    1. what is the meaning of those output exactly?
    2. If CWLMS found duplicatedd IP address how it works in terms of (ignoring, updating existing devices, Adding the new devices, ... etc)
    Many thanks for your help.

  • 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

  • Report : How to show all the reports in Content Management

    Hi,
      Can anyone tell me how I can show the "Resource Locks" Report in Portal.
      I can see 4 reports through Content Management -> Reports i.e. Approval Maintenance, Link Consistency, Resource Statistics, Time-based publishing.
    If I want to add more reports over here than "How I can achieve it".
      Also I have seen the settings System Administration -> System Configuration -> KM -> CM -> Repository Managers -> Reporting Repository
    But here I find no combo box for Active Reports, so from where I can activate the reports and show them in Content Management -> Reports
    Please help me.
    Regards
    Deep

    Deep,
        Are you talkign about the report which give you details of which Portal Objects are currently locked?
       If yes, then you can go to System Adminitrator > Monitoring > Object Locking
    Hope this helps,
    *Points will be appreciated.

Maybe you are looking for

  • Report to Show All Machines with ANY Deployment Failures

    I need to generate a report, daily, that displays all machines that have any kind of an deployment failure. This list will then be used to generate tickets for consultants in that area to check on them. I know I can look at specific deployments and s

  • Refresh ADF Business Components

    I create view(ADF business components) with my sql statiment select e.*,d.* from scott.emp e, scott.dept d where e.deptno=d.deptno on my first page JSP I drop ReadOnly table on my second page JSP i drop InputForm for edit. and so I run my project, on

  • Hi all. i have doubt in me21

    hi.    this is bharat.         i want to know the mandatory fields of me21 .                 thank 's                     bharat

  • How to get free AVG Net Security Update for Mac

    I have AVG Internet Security anti-virus on one of my Macs and got a notice there is an update. However, everything I find on the AVG site and elsewhere is .exe files and not for Mac. WHERE do I get the correct one? And a notice appears saying it is n

  • Material Training of AC520 (Controlling for Make to Order/Stock Production

    Hi, Is there anybody have the documentation (beside from SAP Doc) or training material of AC520 (Controlling for Make to Order/Stock Production ) ? I really need it urgently. Thanks