How did Report BOE 4.0 SLD data to SLD server

I will manage BOE 4.0 system and the HostAgent has complete installed.But  there is an wrong when running sldreg -configure connect.key.
# sldreg -configure connect.key
exec(): 0509-036 Cannot load program sldreg because of the following errors:
        0509-150   Dependent module sapcpp47.o could not be loaded.
        0509-022 Cannot load module sapcpp47.o.
        0509-026 System error: A file or directory in the path name does not exist.

I'm sure this is the latest version of host agent.
# ls -al
total 283160
drwxr-x---    2 root     sapsys         4096 Apr 23 17:49 .
drwxr-x---    4 root     sapsys          256 Apr 23 17:49 ..
-rwxrwxrwx    1 root     sapsys      6417913 Apr 23 17:49 SAPCAR
-rwxrwxrwx    1 root     sapsys          313 Apr 23 17:49 host_profile
-rwxrwxrwx    1 root     sapsys          367 Apr 23 17:49 hostagent.mf
-rwxrwxrwx    1 root     sapsys       482105 Apr 23 17:49 hostexecstart
-rwxrwxrwx    1 root     sapsys      1625893 Apr 23 17:49 ldappasswd
-rwxrwxrwx    1 root     sapsys      2367214 Apr 23 17:49 ldapreg
-rwxrwxrwx    1 root     sapsys      8247399 Apr 23 17:49 librfccm.o
-rwxrwxrwx    1 root     sapsys      8950654 Apr 23 17:49 libsapcrypto.o
-rwxrwxrwx    1 root     sapsys      5347837 Apr 23 17:49 libsapdbadactrl.o
-rwxrwxrwx    1 root     sapsys      1074788 Apr 23 17:49 libsapdbdb6ctrl.o
-rwxrwxrwx    1 root     sapsys      1791401 Apr 23 17:49 libsapdboractrl.o
-rwxrwxrwx    1 root     sapsys     10284712 Apr 23 17:49 libsapdbsybctrl.o
-rwxrwxrwx    1 root     sapsys       260454 Apr 23 17:49 libslcryptokernel.o
-rwxrwxrwx    1 root     sapsys          150 Apr 23 17:49 libslcryptokernel.o.sha256
-rwxrwxrwx    1 root     sapsys      6511725 Apr 23 17:49 lssap
-rwxrwxrwx    1 root     sapsys      9612967 Apr 23 17:49 sapacosprep
-rwxrwxrwx    1 root     sapsys      4739530 Apr 23 17:49 sapcimc
-rwxrwxrwx    1 root     sapsys      6532256 Apr 23 17:49 sapcontrol
-rwxrwxrwx    1 root     sapsys      2897866 Apr 23 17:49 sapcpp47.o
-rwxrwxrwx    1 root     sapsys      6696979 Apr 23 17:49 sapdbctrl
-rwxrwxrwx    1 root     sapsys        44924 Apr 23 17:49 sapgenpse
-rwxrwxrwx    1 root     sapsys      6837493 Apr 23 17:49 saphostctrl
-rwxrwxrwx    1 root     system      6491162 Apr 23 17:49 saphostexec
-rwxrwxrwx    1 root     sapsys      3912771 Apr 23 17:49 saposcol
-rwxrwxrwx    1 sapadm   sapsys     29475657 Apr 23 17:49 sapstartsrv
-rwxrwxrwx    1 root     sapsys       720947 Apr 23 17:49 sapuxuserchk
-rwxrwxrwx    1 root     sapsys      1351598 Apr 23 17:49 sldreg
-rwxrwxrwx    1 root     sapsys      7556862 Apr 23 17:49 sldreglib.o
-rwxrwxrwx    1 root     sapsys      4682657 Apr 23 17:49 xml71d.o

Similar Messages

  • How can we transfer huge amount of data from database server to xml format

    hi guru
    how can we transfer huge amount of data from database server to xml format.
    regards
    subhasis.

    Create ABAP coding
    At first we create the internal table TYPES and DATA definition, we want to fill with the XML data. I have declared the table "it_airplus" like the structure from XML file definition for a better overview, because it is a long XML Definition (see the XSD file in the sample ZIP container by airplus.com)
    *the declaration
    TYPES: BEGIN OF t_sum_vat_sum,
              a_rate(5),
              net_value(15),
              vat_value(15),
             END OF t_sum_vat_sum.
    TYPES: BEGIN OF t_sum_total_sale,
            a_currency(3),
            net_total(15),
            vat_total(15),
            vat_sum TYPE REF TO t_sum_vat_sum,
           END OF t_sum_total_sale.
    TYPES: BEGIN OF t_sum_total_bill,
            net_total(15),
            vat_total(15),
            vat_sum TYPE t_sum_vat_sum,
            add_ins_val(15),
            total_bill_amount(15),
           END OF t_sum_total_bill.TYPES: BEGIN OF t_ap_summary,
            a_num_inv_det(5),
            total_sale_values TYPE t_sum_total_sale,
            total_bill_values TYPE t_sum_total_bill,
           END OF t_ap_summary.TYPES: BEGIN OF t_ap,
            head    TYPE t_ap_head,
            details TYPE t_ap_details,
            summary TYPE t_ap_summary,
           END OF t_ap.DATA: it_airplus TYPE STANDARD TABLE OF t_ap
    *call the transformation
    CALL TRANSFORMATION ZFI_AIRPLUS
         SOURCE xml l_xml_x1
         RESULT xml_output = it_airplus
         .see the complete report: Read data from XML file via XSLT program
    Create XSLT program
    There are two options to create a XSLT program:
    Tcode: SE80 -> create/choose packet -> right click on it | Create -> Others -> XSL Transformation
    Tcode: XSLT_TOOL
    For a quick overview you can watch at the SXSLTDEMO* programs.
    In this example we already use the three XSLT options explained later.
    As you can see we define a XSL and ASX (ABAP) tags to handle the ABAP and XML variables/tags. After "

  • SSRS reports running slow while fetching data from SQL server DB

    We are currently facing issues with lots of our SSRS reports running very slow. Approx they are taking around 15-20 minutes compared to earlier which was 2-3 minutes.
    Also, the SSRS reports which fetch their data from a Database is acting as Subscriber for a reporting server. That is we have an OLTP DB server whose Database say 'A' is getting replicated onto the server where say Database 'B'. On this B we have our SSRS
    reports fetching the required data and are reported to be running very slow.
    As a start I have checked for Index and stats to be properly updated and yes they are.
    I am not sure now, from where to start analysing the issue.
    I believe replication, not to be the issue as earlier also we had replication set up and never saw the slowness.
    IS memory or IO causing a problem, please help as i am not sure on how to find a fix for this?
    Thanks in advance!

    Hi,
    You need to first find out what all are slow? Is it that the whole instance is slow? How about other queries /replication etc against those databases? Are they slow?
    Check the reports which are slow, try to find the slowest reports and then start looking at execution plans. Check if there is any kind of blocking happening during the time the reports run. Also try running the reports manually and see if there is a difference
    in execution time. Take a look at the waitstats during the time the reports are running.
    Read this to get more better understanding -
    https://technet.microsoft.com/en-us/library/ms177500%28v=sql.105%29.aspx?f=255&MSPPError=-2147217396
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Report totals for non-numerical data

    Hello all,
    I am trying to update a site for an auto shop.  The site is in PHP, MySQL.
    What they have in the database is records for each customer that comes in to their shop.  So, they will have John Q. Public having multiple entries for the date he came in, and what was done to the car.  They want a report that will display the totals for each item that John Public has had done.
    So for example the report would be displaying the following:
                         breaks             oil change            shocks              tune up     total visits
    John Public       2                       4                        0                       2               8
    Jack Private       1                       6                       4                        8              19
    The database has this information in it to get the above report:
    Name             Date             Work          Cust. Review
    John Public    02-05-2007    breaks        satisfied
    John Public    03-15-2008    breaks        satisfied
    John Public    01-09-2008    oil change   satisfied
    Is there a way to do this?

    Well, I have done a lot of playing around, and got it to work.  Although, I don't completely understand why it works.  If someone would be kind enough to give me some insight, I would greatly appreciate it.  I have not done JOINS in the past, so I'm trying to learn.
    This is what I had originally:
    <?php
    //Query the unique works to generate the headers
    $query = "SELECT DISTINCT reason FROM `call_log` ORDER BY reason";
    $result = mysql_query($query) or die(mysql_error());
    while($record = mysql_fetch_assoc($result))
    $reasons[] = $record['reason'];
    //Start the report table including headers
    $report = "<table width=\"75%\" cellpadding=\"5\" cellspacing=\"5\" border=\"1\">\n";
    $report .= "  <tr><th>Store</th><th>" . implode('</th><th>', $reasons) . "</th></tr>\n";
    //Query the records
    $query = "SELECT t2.location, t2.reason, COUNT(t1.reason) as total
              FROM (
                  SELECT tt1.location, tt2.reason
                  FROM (SELECT DISTINCT location FROM `call_log`) tt1,
                       (SELECT DISTINCT reason FROM `call_log`) tt2) t2
              LEFT JOIN `call_log` t1
              ON t1.location = t2.location AND t1.reason = t2.reason
              GROUP BY t2.reason, t2.location
              ORDER BY t2.location, t2.reason";
    $result = mysql_query($query) or die(mysql_error());
    And this is what I changed it to:
    <?php
    //Query the unique works to generate the headers
    $query = "SELECT DISTINCT call_log.reason, call_reason.reason_id, call_reason.reason
       FROM call_log LEFT JOIN call_reason
       ON call_log.reason = call_reason.reason_id
       ORDER BY call_log.reason";
    $result = mysql_query($query) or die(mysql_error());
    while($record = mysql_fetch_assoc($result))
    $reasons[] = $record['reason'];
    // Query to get the top headers to have the correct column span
    $query = "SELECT COUNT(*) AS reason_id FROM call_reason";
    // Execute Query for the correct column span
    $result = mysql_query($query);
    // Get the result of query named count
    $count = mysql_result($result,0);
    //Start the report table including subheaders for the reason totals
    $report = "<table width=\"75%\" cellpadding=\"5\" cellspacing=\"5\" border=\"1\">\n";
    $report .= "  <tr><th style=\"border-color:#000;\">Store</th><th colspan=\"$count\" style=\"border-color:#000;\">Reasons for the Call</th></tr>\n";
    $report .= "  <tr><th></th><th>" . implode('</th><th>', $reasons) . "</th></tr>\n";
    //Query the records
    $query = "SELECT t2.location, t2.reason, COUNT(t1.reason) as total
              FROM (
                  SELECT tt1.location, tt2.reason
                  FROM (SELECT DISTINCT location FROM `call_log`) tt1,
                       (SELECT DISTINCT reason FROM `call_log`) tt2) t2
              LEFT JOIN `call_log` t1
              ON t1.location = t2.location AND t1.reason = t2.reason
              GROUP BY t2.reason, t2.location
              ORDER BY t2.location, t2.reason";
    $result = mysql_query($query) or die(mysql_error());
    It's the first section of:
    $query = "SELECT DISTINCT call_log.reason, call_reason.reason_id, call_reason.reason
       FROM call_log LEFT JOIN call_reason
       ON call_log.reason = call_reason.reason_id
       ORDER BY call_log.reason";
    $result = mysql_query($query) or die(mysql_error());
    while($record = mysql_fetch_assoc($result))
    $reasons[] = $record['reason'];
    that I'm wodering about.  Since I didn't realize that I defined the vairable for call_reason.reason how did it know to display the data from that field?  I know I joined the tables, but why would it not display the call_reason.reason_id?
    Thank you very much.

  • How DID I get this much data on my iPod Touch 1st gen?

    ITunes on my brand new MacBook Pro shows 3762 songs at 62.84 GB with 99.9999% of them being AAC encoded.
    My 1st gen 32GB iPod Touch holds ALL of that data, plus 210 apps -- and everything works/___sbsstatic___/migration-images/migration-img-not-avail.png Select any song at random and it will play. Select any app and it will run/___sbsstatic___/migration-images/migration-img-not-avail.png/___sbsstatic__ _/migration-images/migration-img-not-avail.png 62.84GB of songs on a 32GB Touch?? How did I do that? Plus, it STILL has 6.7GB available/___sbsstatic___/migration-images/migration-img-not-avail.png/___sbsst atic___/migration-images/migration-img-not-avail.png It's running iOS 3.1.3. I've added songs and apps over the years without any problems whatsoever.
    My wife has a 30GB iPod Video White (5th gen) -- it has 4342 songs, with 9.4GB still available/___sbsstatic___/migration-images/migration-img-not-avail.png I loaded everything I had in my iTunes, and she's been adding songs on her own. So hers ALSO has more GBs of songs on it than it was made to hold. And hers works fine as well.
    Now we get a brand new up-to-date 32GB iPod Touch 4th gen (Retina Display, FaceTime, etc). It's the latest and greatest (she got it through an employee incentive point plan at Boeing). I wasn't even thinking about how much data was in the 1st gen Touch -- my brain was just saying I've got all my songs and apps in my 1st gen, so I should be able to get all of it in the new 4th gen model. They're both 32GB, and the overhead (system, etc), is almost identical (okay, the 1st gen had 29+GB free and the 4th gen has 28+GB free). Still, pretty comparable.
    I tried to sync iTunes with the new 4th gen iPod Touch and it says only about 1500 songs (of the 3762 total) can be loaded. That's it. No more/___sbsstatic___/migration-images/migration-img-not-avail.png That would also mean NO apps at all.
    We tried to get this explained at a One-to-One meeting AND the Genius Bar at our local Apple Store, but NOBODY had an answer.
    How is it that my old 1st gen 32GB Touch can hold more than twice the GB of songs AND 210 apps at the same time, and work, while the new 4th gen Touch is doing "sorta" what's expected of it -- that is, running out of space with only 1500 songs
    One possibility is that both old iPod's began their lives under iTunes 9.x. But I've updated iTunes consistently as it has moved into v10 and both older models have had apps and music added using whatever the latest version of iTunes has been released.
    Could that be the reason? Has anybody heard of this before? Can anybody explain it? The guys at the store were stumped. So am I. They "apologized" and said they understood how we felt, but there wasn't any resolution to the question. Other than -- DON'T mess with the old models as long as they are working Yeah, but I'd like to see the NEW model behave the same Wouldn't we all?

    No, the option you mention is/was NOT checked. When I talked to two people at the Apple store (One-to-One) and the Genius Bar, they said that it was correctly set (that is, NOT checked), considering the files were ALREADY AAC encoded.
    As I posted, pretty much all of the songs are already encoded as AAC files. They have all been captured off CD's in that format, or purchased from iTunes in that format. They were transferred to the 1st gen Touch in that format, and the attempt was made to make the exact same transfer to the new 4th gen Touch in the exact same format -- with the result that barely half would transfer over to the new Touch.
    One would think that it might be set one way for the older model and one way for the newer, but that's not the case. As an FYI, I DID try checking that option after the first failure of getting everything to load, but it didn't make any difference.

  • How to supress/Minimise space if no data is given  in a crystal report

    Dear members,
    I have designed a report through crystal report and in that,i have a field namely remarks in group section.
    during the generation of report if there is no remarks given there is a empty space shown in that place. which i need to avoid. please can anyone help me in this regard as how to minimize the space if no data is given to the field of remarks.
    Thanks to all,
    Venkatesh.R

    Hi Venkatesh.R,
    Right click on the section you want to supress and check on the box labelled Suppress blank section.
    I highly suggest you search Crystal Reports Help before posting questions like this. Simply press the F1 key and the help menu will appear.
    Thank you
    Don

  • How to load the data from informatica into bw & how to report the data

    Hi friends,
    how to load the data from informatica into bw & how to report the data
    using cognos.(i.e how to access the data in sap bw using cognos 8 BI suite).
    Thanks,
    madhu.

    Inorder to report BW data into Cognos you can extract data from using Open Hub to the DB table from which Cognos reads.
    For BW informatic integration refer following docs:
    http://www.aman.co.il/aman/pfd/DataInteg_BR.q103cd.pdf.pdf
    http://h71028.www7.hp.com/enterprise/cache/3889-0-0-225-121.html
    http://devnet.informatica.com/learning/ePresentations.asp
    http://72.14.203.104/search?q=cache:C741L86Q19oJ:devnet.informatica.com/showcase/resources/Essbase_DataSheet.pdfinformaticapowerconnect(BI)&hl=en&gl=in&ct=clnk&cd=3
    http://www.informatica.com/customers/utilities_energy/fpl_group.htm
    http://www.informatica.com/solutions/resource_center/technote_sapbw_65241004.pdf#search=%22Informatica%20to%20Bw%22

  • How create header with user id time date to VC-report's output as display ?

    How create header with user id time date to VC-report's output as display ?
    This info should come from the VC - not all the way from R3-side via FunctionModule/BABI. So only userid, date, time to output as normal text (which is not editable of course). Thanks =)

    Hi ann-mari
    Go through following link may it help u
    Form Item disabled based on portal role
    /people/community.user/blog/2007/01/17/visual-composer-explorations-using-portal-roles-to-influence-ui-element-behavior
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/usingrolestoinfluenceapplication&
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/passingvaluesvia+URL&
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad182ac7-0a01-0010-4fb8-8a4d217b19c1
    Best Regards
    ````Satish````

  • Can you please help to understand how the firefox decides on the Expires date for a cached javascript file ( my server did not set any Expire header, but firebox set it down).

    # Question
    Can you please help to understand how the firefox decides on the Expires date for a cached javascript file ( my server did not set any Expire header, but firebox set it down). I tried to understand but different javascript file gets different Expires date value when it is being cached. Please help me as I tried lot and could not get proper answer for this. Thanks in Advance.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • How to run webi report automatically with the current date/system date in webi report

    Hi Friends,
    I have a webi report which has a date prompt now. Based on the selection that user makes while running a report, he will get the related data for that particular date selection. Now I want to make that date prompt automated that is the report should run automatically based on the system date daily on scheduling.
    I want it to run current day automatically without have to go in and pick the date in webi report. I will be scheduling the webi report. Can you please let me know how to achieve this functionality of running a webi report automatically with a system date.
    Please let me know if I couldn't make you understand so that I will write with an example.
    Waiting for your valuable solutions.
    Thanks in advance.
    Regards,
    Bhaskar

    Hello Bhasakar,
    1.Create sysdate object in the universe
    2.Create another query in webi and select only sysdate object
    3.In the original query drag the Day object in the filter pane and choose the "List of values" from another query.and select the sysdate object from the second query.
    So your report always will run for sysdate...
    regards,
    Naveen D

  • How security is handled in HR-BW reporting? Specially for Payroll data.

    Hi,
    how security is handled in HR-BW reporting?
    Specially for Payroll data, how security handled?
    any Idea will be appriciated.
    Thanks
    Ali

    Hi Guys,
    any body has an Idea ! How security is handled in HR-BW reporting?
    Specially for Payroll data.
    any documentation etc....
    Thanks
    Ali

  • How bex report take data

    Hi Friends,
    We loaded data to cube it was successful,again i loaded data which was modified in source system and before loading this time i deleted the previous request.
    Now in cube only one request is there and in bex report data was reflecting correctly.
    This cube data is used in SAP BO  reporting means they built reports on cube then in their report it is not reflecting .
    i have two questions here.
    1) Apart from cube where data will be stored in bw server if it happen how to delete the complete data in bw server?
    2) how bex fetch data from cube? ( because the way bex retreaving is differ from bo report retreave)
    Pls can any one  tell me.
    Thanks in advance,
    Thanks & Regards,
    Ramnaresh.P.
    Edited by: ramnaresh porana on Dec 3, 2008 5:49 AM

    Hi ramnaresh,
                   As for my Knowledge data will be stored in two palcess , One is cube (nothing but F& E tables) Another one is PSA. But PSA data is not used for bex. So we will use only on cube data.
    Bex report will bring the data from OLAP processor,  it will bring data from data base tables(F&E). 
         once you run the query  first time it will fetch data from  data base(F & E tables)  to olap processor and copy the same data in olap Cache then send to Bex Analizer.
    second time you run the same query then it will fetch data from olap chase .
    Thanks
      G N raj

  • How to achieve the from and to date range in report builder 3.

    I AM TRYING TO CREATE ONE REPORT FROM REPORT BUILDER 3.
    WHERE I AM UNABLE TO DEFINE THE DATE RANGE.
    HOW TO ACHIEVE THE DATE RANGE IN REPORT BUILDER.
    NEED FROM DATE AND TO DATE FILTER IN REPORT BUILDER FOR PK DATE.

    Hi Ganesh,
    According to your description, you create a report in Report Builder 3.0, and create two parameters FromDate and EndDate, now you want to use the parameters in your MDX query, right?
    If in this case, here is a sample query for your reference.
    select
    {[Measures].[Internet Sales Amount]
    } on columns,
    {[Date].[Date].members} on rows
    from(
    select
    STRTOMEMBER("[Date].[Date].&["+@StartDate+"]"):STRTOMEMBER("[Date].[Date].&["+@EndDate+"]")
    ) on columns
    from [Adventure Works]
    Reference:STRTOMEMBER
    Regards,
    Charlie Liao
    TechNet Community Support

  • How you will see reports last year and till date reports and compare?

    How you will see reports last year and till date reports and how you will compare?
    sridhar

    Hi.
        This you can achieve at query level.
    I have few question.. First let me know how many KFs you have in the query and based on what characteristic you want to compare the KFs.
    Let me assume that you want to compare "SALES" KF for the last and current year.
    1) Add the "SALES" KF to the Query.
    2) Rename it as "SALES - Prior Year"
    3) Copy the above KF and rename the new KF as "SALES - Current Year"
    4) In the "SALES - Prior Year", add the date (say, Calendar Date, Fiscal Period, etc.) as per yr requirement. Keep offset as "-1"
    5) Do the same for "SALES - Current Year" . No offset.
    6) Now create a new formula to find the difference between "SALES - Prior Year"  and "SALES - Current Year" .
    Hope you got some idea!!
    Let me know if anything more is required.
    Regards,
    Balaji V

  • I loaded my ipad photos from camera and all the pictures sorted by date.  Next, I did a sync with my computer and the photos were all reorganized into IMPRT folders an out of date sequence.  Any idea how to put the photos back into date files?

    I loaded my ipad photos from camera and all the pictures sorted by date.  I later sync my ipad with my computer and the photos were all reorganized into IMPRT folders an out of date sequence.  Any idea how to put the photos back into date files other than reloading all of them from camera?

    What version of iPhoto?
    Select one and rotate it. Then rotate it back. Does that make it appear? 
    A much better work flow is the keep the photos after importing.  Check the success the import, wait for at least one successful backup cycle then use you camera's format command to reformat the card
    LN

Maybe you are looking for

  • Magic Mouse Not Working with Boot Camp.

    Hi All, I have a wired issue here. I installed Windows XP on my iMac 27" using bootcamp and all worked fine till one day my Magic Mouse stopped working in Windows. Now the funny part is windows is able to detect my mouse and says that the device is w

  • Acrobat PDF file not showing any character "i" only after an "f"

    I have a file that was provided from an unknown origin.  The original PDF is good.  After using Acrobat Pro, 11 - every lower case letter "i" if used after a character "f" is missing.  Therefore the view shows this:  "See f gure #", or "the proper co

  • Recieving an odd error message...

    For the past few days, i have been running into an odd error message whenever i try to update my iPod through iTunes. The message is "Attempting to copy to disk "Harout's(my name) IP failed. The disk could not be read from or written too." This alway

  • ADD a Color Palet in a Combo box

    I need to create a Combo box with a Color Palet, as soon as the user clicks lets say on green on the palet that color is selected. Please any help will be appreciate.

  • Unterstanding Integration Processes

    Hello I got some problems understanding SERVICES. There are several Services: 1) service INTEGRATION PROCESS: - An integration process is an executable, cross-system process for processing messages 2) service BUSINESS SYSTEMS Business systems are log