Program for the last execution of a program or a TC

Hello,
DO you know a program or a TC (Transaction) to edit the date and the hour of the last execution of a program or a TC.
Thank you for the help
Denis Corminboeuf

Hi Denis,
I attached below parts of a program I created a couple of years ago to get use statistics on (customer) reports and transactions.
Maybe you can reuse parts of it for your needs.
Regards
Ferdi
<pre>
internal tables for use counter
data: begin of list occurs 5.
        include structure sapwlserv.
data: end of list.
data: begin of applicat occurs 0.
        include structure sapwlustcx.
data: end of applicat.
data: begin of applica_ occurs 0.
        include structure sapwlustcx.
data: end of applica_.
data: begin of applicau occurs 0,
        entry_id like sapwlustcx-entry_id,
        account  like sapwlustcx-account,
        count    like sapwlustcx-count,
    : end of applicau.
data: wa_applicau like applicau.
*&      Form  MONI
form moni.
  data: l_host like  sapwlserv-hostshort.
  m_start = p_usedt.
get server
  call function 'SAPWL_SERVLIST_GET_LIST'
       tables
            list = list.
  do.
    loop at list.
loop on server
      check not list-instshort is initial.
      l_host = list-instshort.
get statistics per month and server
      perform workload using m_start l_host.
    endloop.
    add 31 to m_start.
    if m_start > sy-datum.
      exit.
    endif.
  enddo.
  sort applica_ by entry_id.
  sort applicau by entry_id count descending.
endform.                               " MONI
*&      Form  WORKLOAD
form workload using    p_start like sy-datum
                         p_host  like  sapwlserv-hostshort.
  refresh: applica_.
read application statistic from MONI
  call function 'SAPWL_WORKLOAD_GET_STATISTIC'
       exporting
            periodtype                 = 'M'
            hostid                     = p_host
            startdate                  = p_start
            only_application_statistic = 'X'
       tables
            application_statistic      = applica_
       exceptions
            unknown_periodtype         = 1
            no_data_found              = 2
            others                     = 3.
  sort applica_ by entry_id account.
  loop at applica_  where entry_id(1) ge 'Y'.             "#EC PORTABLE
    clear wa_applicau-entry_id.
    wa_applicau-entry_id(25) = applica_-entry_id.
    wa_applicau-account      = applica_-account.
    wa_applicau-count        = applica_-count.
    collect wa_applicau into applicau.
  endloop.
  sort applicau by entry_id count descending.
  applica_-ttype    = space.
  applica_-account  = space.
  modify applica_ transporting ttype account
         where ttype ne space.
collect only enhancements statistic
  if p_temp = 'X'.
    loop at applica_.
      applica_-entry_id+25(48) = space.
      collect applica_ into applicat.
    endloop.
  else.
    loop at applica_ where entry_id(1) ge 'Y'.            "#EC PORTABLE
      applica_-entry_id+25(48) = space.
      collect applica_ into applicat.
    endloop.
  endif.
endform.                               " WORKLOAD
</pre>

Similar Messages

  • How to track the Last Execution of a Custom Program

    Hi all,
    I want to know the last execution date of a Cutom Z program. Kindly tell me as where do we see the same. Is there any table where this is being saved.

    Hello Nikesh,
    EXIT_SAPLS38E_001 is related to the user exits for the ABAP editor (Please read the documentation for details)
    EXIT_SAPLSABE_010 is triggered everytime the report is started, i mean before INITIALIZATION (i laymans terms before selection-screen is displayed).
    Please have a look @ [How to find First Program run in the Current Month in Foreground?|How to find First Program run in the Current Month in Foreground?]. You can very well implement this methodology as well
    BR,
    Suhas
    Edited by: Suhas Saha on Jan 15, 2010 2:11 PM

  • I downloaded the OSX and now my iphoto will not open and has the spinning icon going around for the last TWO and a half hours!! i cannot access my photos or quit the program. help

    After downloadingOSX I have not been able to open iphoto. It has the spinning icon for the last 2 1/2 hours and will not let me open nor quit the applications. Is this because of the amount of photos i have in the program? I'm sorry i downloaded the update. I have work to do with the photos

    I was able to turn it on but when I turned on WiFI the apps would not open and the phone crashed again and turned off.

  • Microsoft office 2008 keeps crashing - program has worked fine for the last 3.5 years, but now crashes v. often - why? computer too old? any way to fix?

    microsoft office 2008 keeps crashing - program has worked fine for the last 3.5 years, but now crashes v. often - why? computer too old? any way to fix?

    http://answers.microsoft.com/en-us/mac/forum/macoffice2008?tab=Threads
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.2), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • Need to know how to find the last execution time for a function module

    HI all
    I need to know
    1) How to find out the last execution time of the function module ?
      say for eg. I have executed a func. module at 1:39pm. How to retrieve this time  (1:39pm)
    2) I have created 3 billing document in tcode VF01 i.e 3 billing doucment no. would be created in SAP TABLE "VBRP" b/w 12am to 12:30 am.
    How to capture the latest SAP database update b/w time intervals?
    3) Suppose I am downloading TXT file using "GUI_DOWNLOAD" and say in 20th record some error has happened. I can capture the error using the exception.
    Is it possible to run the program once again from 21st records ? All this will be running in background...
    Kindly clarify....
    Points will be rewarded
    Thanks in advance

    1.Use tcode STAT input as Tcode of Fm and execute .
    2. See the billing documents are created in table VBRk header and there will always be Creation date and time.
    VBRk-Erdat "date ., u can check the time field also
    So now if u talk the date and time we can filter then display the records in intervals.
    3. with an error exeption how is my txt download finished .
    once exception is raised there will not be a download .
    regards,
    vijay

  • How to upload CSV file w/o ,, for the last line

    Hi Experts,
    As part of one interface uploading the csv file (4coulmns) manually using the TCODE: CSCA_FILE_COPY.
    After uploading when i see in the AL11 as it is csv file it is filling the , in each space.
    But my issue while running the interface (because of logic in it) checking for the hash total in the last line where (record count, hash total) only 2 items should come but because of manual upload adding the (record count, hash total, , ,) another two spaces.
    Where program not moving further becasue the it is alway comparing the amounts (1000.00 not matching with 1000.00, , ) it is not processing. In production files directly load in to unix server so no issues and i can't ask to change the program code...because iam not following the process. As part of testing i've to do manually only.
    Please suggest the workaround for this.
    Is it possible to change the contents directly in AL11 directly....then HOW ?
    or
    How to create a csv file w/o , , in the last line (may be it is not possible) ?
    Thanks for your replies in advance.
    Regards
    VVR

    I don't think you can edit from AL11, nor creating a CSV without those commas at the end because are created to state fields with empty value.
    You have 6 columns filled with values but for the last line you only fill the first four. It is expected to appear , , for the last 2 columns on the last line.
    I can only suggest keep doing it manually before uploading the CSV file... or... you are saying you can't change the program.
    How about upload all CSV files... then writing another program to get those files from AL11 and delete the spare commas at the end line?
    Cheers,
    Andres.

  • For the last 3 or 4 versions of iTunes, and continuing in 11.05, the site recognizes that I have a 64 bit OS (Windows Vista) and downloads the 64 bit version of setup.

    For the last 3 or 4 versions of iTunes, and continuing in 11.05, the site recognizes that I have a 64 bit OS (Windows Vista) and downloads the 64 bit version of setup. Setup installs iTunes in the 32 bit application directory (Program Files x86) - it's not all that unusual to run a 32 bit app under a 64 bit OS - BUT whenever I connect any of my iPhones, I get an error message that say I cannot use the iPhone because the 64 bit version of iTunes is not installed.  The message then tells me to de-install iTunes and to install the 64 bit version.
    Like I say, the 64 bit Setup version is selected for me, and it runs error-free, but I seem to have no control or ability to force the installation of a 64 bit iTunes app.  And all the iPhones are inoperative with the 32 bit version I have.  I have another PC, which I have held at an earlier iTunes release. Although it's a notebook, it's identical in every other way (OS & installed utilities and apps) to the desktop that has developed the problem, and my iPhones work fine with it, although iTunes on it is at the earlier release, and I have no intention of upgrading that version until I understand and have corrected the problem.
    Any ideas or suggustions?
    Thanks.

    This iPhone cannot be used because the required software is not installed. Run the the iTunes installer to remove iTunes, then install the 64 bit version of iTunes.
    That usually indicates that your Apple Mobile Device Support has not installed. That's also what is being shown by the diagnostics (the driver is there but the application isn't).
    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • Sapscript bottom text in Main, just for the last page, but printing only in the last page

    I need to print a text but only for the last page in the main window.
    I have tried with IF.
    IF &PAGE& = &SAPSCRIPT-FORMPAGES&
    BOTTOM
    ....TEXT
    ENDBOTTOM
    ENDIF
    But it prints in all pages in every main window.
    Can someone point me what I am doing wrong or how can I do this?
    Regards,
    Carlos

    Hello Carlos,
    the problem with this condition is the following.
    The Sapscript composer cannot know during the processing of e.g. the first page,
    how many pages will follow. So &SAPSCRIPT-FORMPAGES& still contains the same
    value like& PAGE& and is filled with the correct values only at the very end of the processing.
    (when the total number of pages is known).
    So I suggest you to use the BOTTOM command in the print program,
    when the processing of all item of the MAIN window is ended.
    There is an other variable &NEXTPAGE&.  &NEXTPAGE& will always be 0
    when it reaches to last page to print. The problem with this variable that
    it can not be used in a condition in MAIN window too, only in a separate page window.
    Regards,
    Hedvig

  • Getting screen junk for the last week or so...

    For the last week or so, I've been getting screen junk on my Mac Pro, on both my 30" monitor Apple Cinema Display and my 20" Apple Cinema Display. Not at the same time. Not in the same app all the time. I'll either get a black line going through the active window, or some funky thing going on with the text getting all junky. At first it was happening just in Microsoft Office (junky text) or Firefox (latest build)(black line). Today I saw the black line in Dreamweaver! And junky text in mail, which went away when I closed the item and reopened it.
    I am running Intego VirusBarrier on my Mac (let's not go into how foolish anyone thinks I am for using an antivirus program. I also have a smoke detector in my house, even though I've never had a fire). I've been running VirusBarrier for at least a year, and haven't had any problems.
    I've tried repairing permissions, and it doesn't help.
    Any thoughts?

    read this thread sounds like the same issues the rest of us are having
    http://discussions.apple.com/thread.jspa?threadID=1246649&tstart=0

  • My iPhone is about 6 months old now and I would say I don't use it that much. Yet for the last month or so the battery life has been going down and today after having charged it to 100% this morning, it was at 5% at 4 pm this aft. help!!

    my iPhone is about 6 months old now and I would say I don't use it that much. Yet for the last month or so the battery life has been going down and today after having charged it to 100% this morning, it was at 5% at 4 pm this aft. help!!

    Ok Fellas, let me give you a clue:  Games, particularly those that make heavy use of graphics and sound are notoriously power hungry.  In fact, when I was in the Navy many years ago, the folks working on the NTDS (Navy Tactical Data System)  computers used a version of Space Invaders to load test the AN/UYK-43 computers.
    I have also noticed that all of my laptops (I have a brand new Toshiba dual core, an older Toshiba single core, plus 2 Dell dual core machines) have significantly shorter battery life when I play Company of Heroes than when I am just reading e-mail or surfing the 'Net.  I have also noticed the same behavior when I play games on my 4th gen Touch and my iPhone 4.
    The fact is, iOS 5 did make some major improvements as well as adding some nice functionality like iMessage, wireless synch, and such, but the down side is that depending on how you use the device battery life can be shorter that what you may have experienced with pervious versions of iOS.  Its just the nature of the beast...
    We now return you to our regularly scheduled programming.....
    Oh John....  Oh Marsha.....

  • Logon failed for the unattended execution account.

    Hi while am running my report it is throwing the below error.I have verified entire config file,
    And i have recently uninstall and install the Reporting services after installing this i have faced this error ,shell i need to remove any old files from the configmgr or what why it is not working.The follwg error  i have get while am running the report
    The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    Logon failure: unknown user name or bad password
    It will create any logfiles and entries  in the logfile Folder and There is no folder for rsConfig in the Root Folder,
    was it made any thing wrong or what give me the soluction
    Please give me the right soluction for this problem.

    Hi Ychinnari,
    According to your description, you comes across an error when you run a report.
    In your scenario, the issue could cause by the Execution Account you have configured in the Reporting Services Configuration Manager is not correct. Please go to Reporting Services Configuration Manager and connect to the report server instance, then open
    the Execution Account page, update the username and password for the execution account, finally, restart the Reporting Services for this instance.
    Since you mentioned you can’t find the log files, please check the server which has reporting server instance installed with this path: C:\Program Files\Microsoft SQL Server\<instance name>\Reporting Services\LogFiles to check the error log.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • When I select "plugin check" for updates, I have received a "try again later" error message for the last three days.

    for the last few days, I've been experiencing long pauses or crashes while viewing a movie or clip using adobe flash. i've had no update requests for flash from auto updates. so my next thought was the flash plugin. however i'm not able to get the plugin updater to work. i get the error message listed above.

    2 links for Plugin Check. Both are working for me on my XP system with Firefox 3.6.13.
    *https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *https://www.mozilla.com/en-US/plugincheck/
    You must have JavaScript on (Tools > Contents, check "Enable JavaScript")
    If you use NoScript, you must allow (or temporarily allow):
    *on the first link, '''''mozilla.com'''''
    *on the second link, '''''mozilla.com''''' <u>and</u> '''''mozilla.org'''''
    <br />
    '''Other issues that need your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *Adobe PDF Plug-In For Firefox and Netscape "9.4.0"
    **New Adobe Reader X (version 10) with Protected Mode was released 2010-11-19
    **See: http://www.securityweek.com/adobe-releases-acrobat-reader-x-protected-mode
    **'''''Security update for versions 9 and 10 of Adobe Reader released 2011-02-08'''''
    *Java Plug-in 1.6.0_07 for Netscape Navigator (DLL Helper)
    **Firefox 3.6+ requires at least version 1.6.0_10
    **16 updates behind
    **You may want to remove the old version before installing the new version; link to removal instructions below
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file, SAVE it to your hard drive, when complete, close Firefox, click on the installer you just downloaded and let it install.
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Search for the last delimiter in a string

    Hi all,
    My requirement is whenever my length of the string reach 50 characters, the program will search for the last comma delimiter and break line into 2 lines.
    The string format is like this: -
    Input: -
    1234567890123456789012345678901234567890,1234567890
    Expected output: -
    1234567890123456789012345678901234567890,
    1234567890
    Input: -
    1234567890,1234567890,1234567890,1234567890,1234567890
    Expected output: -
    1234567890,1234567890,1234567890,1234567890,
    1234567890
    The difficult part for me is how to search for the last comma delimiter when it reached 50 characters?
      IF strlen(gv_fetxt) > 50.
      .... " do something to break the line into two lines. 
      ENDIF.
    Please help and guide me.
    Thanks in advance.

    Hi,
    Test the following Sample Code it is working according to your Requirements.
    DATA: str1(200),
          str2(200),
          str3(200),
          main_str_len TYPE i,
          sub_str_len TYPE i,
          off_start TYPE i,
          off_end TYPE i.
    DATA: BEGIN OF it_str OCCURS 100,
      str(200),
      END OF it_str.
    str1 = '1234567890,1234567890,1234567890,1234567890,1234567890,1234567890,1234567890,1234567890,1234567890,1234567890'.
    main_str_len = STRLEN( str1 ).
    off_start = 0.
    off_end = 50.
    WHILE main_str_len GE 0.
      IF main_str_len GT 50.
        CALL FUNCTION 'STRING_REVERSE'
          EXPORTING
            string    = str1+off_start(off_end)
            lang      = 'E'
          IMPORTING
            rstring   = str1+off_start(off_end)
          EXCEPTIONS
            too_small = 1
            OTHERS    = 2.
        REPLACE FIRST OCCURRENCE OF ',' IN str1 WITH '$'.
        CALL FUNCTION 'STRING_REVERSE'
          EXPORTING
            string  = str1+off_start(off_end)
            lang    = 'E'
          IMPORTING
            rstring = str1+off_start(off_end).
        SPLIT: str1 AT '$' INTO str2 str3.
        it_str-str = str2.
        APPEND it_str.
        str1 = str3.
        sub_str_len = STRLEN( str2 ).
      ENDIF.
      IF main_str_len LT 50.
        it_str-str = str1.
        APPEND it_str.
        main_str_len = -1.
      ELSE.
        SUBTRACT: sub_str_len FROM main_str_len.
      ENDIF.
    ENDWHILE.
    LOOP AT it_str.
      WRITE: it_str-str.
    ENDLOOP.
    Please Reply if any Issue,
    Best Regards,
    Faisal

  • Firefox has been crashing at random times for the last two days

    Firefox has been crashing randomly for the last two days. I had to download Malwarebytes yesterday because I picked up Malware Doctor (I think that's the name.) It was soon after I had removed the spyware that Firefox started crashing.
    == Crash ID(s) ==
    sqlite3_exec

    Your plugins list shows outdated plugin(s) with known security and stability risks.
    # Shockwave Flash 10.0 r32
    # Next Generation Java Plug-in 1.6.0_16 for Mozilla browsers
    Update the [[Java]] and [[Flash]] plugin to the latest version.
    See:
    http://java.sun.com/javase/downloads/index.jsp#jdk (you need JRE)
    http://www.adobe.com/software/flash/about/
    See http://kb.mozillazine.org/Firefox_crashes and [[Firefox crashes]]
    You may need to do a (clean) reinstall if Anti-virus software made any changes to files in the Firefox program folder.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • My MacBookPro is less than 3 months old and for the last few days, it has been  itslow to load anything, especially web pages.  I get the rainbow swirl when loading or reloading.  I guess I am spoiled.  Up until now it was lightening fast!

    My MacBookPro is less than 3 months old and, for the last few days, it has been loading so slowly, mainly with webpages.  I have gotten the swirling rainbow "thinking" icon more in the last days than I have since I bought it.  I know I'm spoiled and expect it to be faster than lightening (which it has been) but I am worried that I may have been compromised in some way, or, is there anything I can do as administrator to clear out some "junk"?

    Back up your documents and everything else important to you, not that there is any reason to believe your hard disk may be failing, but the symptoms you describe may presage an impending disk failure, and you should have backups anyway.
    Given that your MacBook Pro is so new, you should certainly contact AppleCare and take advantage of the free telephone support included in its purchase price.
    Until then, if you are motivated to investigate this yourself consider the following:
    Apple Support Communities contributor etresoft wrote a very useful app to quickly gather certain system information that may help point to a cause of this problem. Go to his website, download and run EtreCheck:
    http://www.etresoft.com/etrecheck
    Etrecheck will be in your Downloads folder. Open it from there. You may see the following dialog box:
    Click Open - etresoft contributes to this forum frequently and can be considered a trustworthy developer.
    It will take a moment to run as it collects its data.
    Copy and paste its output in a reply.
    Do not be concerned about anything that says "Problem" or "failed".
    EtreCheck was designed to remove any personal information (such as your computer's name and serial numbers) but if you see anything that looks like an email address or any other personal information that should not be divulged to others, please delete or obscure that information when you post the reply.
    When you are finished with EtreCheck, quit the program. It occupies very little space, and you can keep it or drag it to the Trash as you wish.

Maybe you are looking for

  • Caller ID does not work when calling from Jabber

    We have the following results when doing calls within the company: Desk Phone A (4567-X-Smith): 7801234567 Desk Phone B (4568-Y-Miller): 7801234568 Main Company Line: 7801230000 All desk phones have the following type of configuration: Under the phon

  • Delta not working in Solution Manager

    Hi Friends,               I am developing BI reports for Solution Manager. The problem is I am not able to get Delta records from SM. Delta Queue is active in RSA7, the request is Green in BI. I get all the records  when I do a reinitialization. Only

  • BLINKING LIGHT BUT NO TV

    I have an apple tv box.  It has been sest up, but now it says it is not connected.  The light on the apple tv box is blinking, the apple logo is on the tv, but nothing is happening.

  • .avi files rendering extremely slowly

    My version is Adobe Premiere Pro CS3. I have approximately 40 minutes worth of .avi video clips that I am stringing together, however I go to render/export, and it tells me it's going to take 23 hours and 30 minutes!  I had a video I edited previousl

  • I am having a problem running a script

    I am trying to put the code below in which works but not on my local webpage that I am building. Can anyone help. My Computer says that there is a runtime error. Thanks, David <html> <head> <!--Step 1: Add the below SCRIPT to the head of your page:--