Possible to "Fork" Maintenance Notice?

Using the built-in APEX functionality on the Availability of the Application properties, we can either make the application unavailable except for developers or we can redirect to a particular page.
If we do the former, the user sees the sad, plain, uninformative "application currently unavailable" message. If we do the latter, the user can see the happier, "your site is down but, look at the cute puppy in the hard hat" page but, then, so do the developers.
What we'd really* like is for developers to be able to run pages, e.g. to test and fix mission critical bugs, but, to have non-developers redirected to the "cute puppy" page.
Is this possible? Any ideas, even general ones, would be most appreciated.
Thanks,
-Joe

Hi Joe,
in the book "Expert Oracle Application Express" ( http://www.apress.com/9781430235125 ) you can find an approach on page 421 detailing that.
This is what I have used in my projects so far, I have the most control over who can access the application for acceptance testing before releasing it into the "wild" to all the end users.
Sometimes you even want to have a few key customers validate the application before everybody else is allowed to access the new release, not just developers.
Thus we register a list of IP addresses that may access the application once we run in a so called RESTRICTED_MODE.
Here is an excerpt from the book:
BEGIN
  IF XLIB_CONF.GET_VALUE ('RESTRICTED_MODE') = '1' THEN
    IF IS_RUN_IN_BUILDER = FALSE AND INSTR (NVL (XLIB_CONF.GET_VALUE ('RESTRICTED_USERS'), '#'), OWA_UTIL.GET_CGI_ENV (‘REMOTE_ADDR’)) = 0 THEN
      HTP.P (XLIB_CONF.GET_VALUE ('RESTRICTED_MESSAGE'));
      HTP.P ( '<br /><span style="color:white;>"' || OWA_UTIL.GET_CGI_ENV (REMOTE_ADDR) || '</span>');
      APEX_APPLICATION.G_UNRECOVERABLE_ERROR := TRUE;
    END IF;
  END IF;
END;The function xlib_conf.get_value will return the current value of the configuration parameter (i.e..
RESTRICTED_MODE) from the configuration table.
Using the function is_run_in_builder (see Listing 9-13) you can determine whether the application
is run from within the application builder having developer privileges in the current workspace.
Listing 9-13. Function is_run_in_builder
FUNCTION is_run_in_builder
  RETURN BOOLEAN
IS
BEGIN
  return apex_application.g_edit_cookie_session_id is not null;
END;###
Hope that helps,
~Dietmar.

Similar Messages

  • Is it Possible to change Maintenance view Structure SALV

    Hi,
      In Maintenance View is it possible to change  POP UP field display. In maintenance view we have 'Position'  button ,when clicked on that  the key fields of the Table used in the maintenance view is displayed ,is there any possibilities to restict the field display from 3 to  2.
      POP-UP  is called  when ' POSITION '  is clicked  . POPUP_GET_VALUES_USER_HELP   is the FM called . Is it possible to make changes to the structure SALV.
    Any Events possible for make changes to structute SALV.
    With Thanks,
    dina.   

    How can it become 120 all of a sudden? Afterall, it is from the table that you are selecting.
    Please explaing in details what your problem is.
    I don't understand what is happening here.
    CREATE OR REPLACE FORCE VIEW MYVIEW
    (ITEM_CODE ,
    SHIP_TO_CODE,
    ON_ORDERS,
    REQ_DELIVERY_DATE,
    PO_LINE_NO)
    AS
    (SELECT
    decode(instr(item_code, '.', -1),
    length(item_code),
    substr(item_code, 1, length(item_code)-1),item_code) as item_code,
        SHIP_TO_CODE,
        ON_ORDERS,
        ORDER_DATE,
        CUSTOMER_PO_NUM
    FROM T407_CUST_PO_DTL T407,
         (SELECT SHIP_TO_ID,
            SHIP_FROM_ID,
            POHD_ID,
            CUSTOMER_PO_NUM,
            ORDER_DATE
         FROM T406_CUST_PO_HDR) T406,
         (SELECT decode(ON_ORDER_OVERRIDE,'-99999',ON_ORDER,NULL,ON_ORDER,ON_ORDER_OVERRIDE) as on_orders,
                 cust_product_id,
                 order_gen_date
          FROM T401_ORDER_GEN) T401,
         (select ship_to_code,
                 ship_to_id
          from t306_ship_to) t306,
         (select ship_from_code,
                 ship_from_id
          from t208_ship_from) t208
    WHERE t407.pohd_id = t406.pohd_id
    and t407.customer_product_id = t401.cust_product_id
    and t406.order_date = t401.order_gen_date
    and t406.ship_to_id = t306.ship_to_id
    and t406.ship_from_id = t208.ship_from_id
    );You could've just used RTRIM(ITEM_CODE, '.')
    Cheers
    Sarma.

  • Sun Update Connection Server Maintenance Notice 2005.12.22

    Synopsis: Sun Update Connection Service Maintenance
    Start Time: Thur 12 Dec 2005 8:00PM EST (20:00 GMT -5)
    End Time: Thur 12 Dec 2005 10:00PM EST (22:00 GMT -5)
    NOTICE AND END USER INSTRUCTIONS
    The Sun Update Connection will undergo a routine maintenance Thursday, 12/22. Customers connected to the the service during the maintenance may experience a disconnect. and will have to login again.
    CONTACTS
    If you have additional questions, please send an email to [email protected]

    Hi
    I am getting following error about every 15 mins since Jan 07, 2006 evening.
    Jan 7 21:50:41 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 22:11:40 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 22:31:36 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 22:50:29 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 23:11:24 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 23:31:38 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 23:50:41 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 8 00:11:57 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    I ran /opt/SUNWsrspx/bin/srspxrun -p and got SUCCESSFUL PING. I also ran this /opt/SUNWsrspx/bin/srspxstat and found nothing unusual.
    Any suggestion on how to fix it?
    Thanks

  • Is it possible to export as HTML5?

    Firstly, my apologies, i'm in no way a flash expert and this will probably make the majority of you cringe. I am fine at the design side of things, however when it comes to the coding etc I haven't the foggiest.
    Basically I have created flash banners for my website to be displayed on various ad networks. These are designed in flash and exported as .swf which is fine. Obviously the majority of mobiles however don't display this but would display html5 or gif? Want to try and really stay away from gifs if possible. I have noticed on Flash CC there is a canvas at the start called html canvas?! Is this something that basically makes your banner in html5 or am i really jumping the gun on this one?
    If no to all of the above, where or what would you suggest I used to create HTML5 banners?
    Thanks so much in advance, Tom

    Yes, if you create a new HTML5 Canvas document or convert an ActionScript document to one, it will publish for HTML and Canvas. You will need to use JavaScript in place of ActionScript for Canvas but all the workflow and tooling is identical across document types.

  • Creation of maintenance order directly through project.

    Hi,
    Is it possible to create maintenance order directly through project while creating network activity?
    Please let me know if it is possible and how.
    Thanks,
    Nilesh

    Hi Abdul,
    Thanks for your reply.
    Can you please elaborate few details on DIPM.
    Thanks,
    Nilesh.

  • Mass maintenance -Material Master

    Dear All,
    I have to change 400 materials (material description)  by using mass maintennace(mm17).In this 400 material,for example
    "cristal100-c1"
    "cristal200-c1"
    "cristal300-c1"
    for three materials, I want to add "by vendor", for example
    "cristal100-c1 by vendor"
    "cristal200-c1 by vendor"
    "cristal300-c1 by vendor"
    In mm17, i selected table & fields, in the new values column fields - how to enter????????
    Anyboday can help me?
    Points  willbe given more...
    Regards,
    Jaheer,Yanbu,KSA.

    HI,
    I feel it is not possible in Mass maintenance. i feel you will replace many fields with a common field by mass maintenance. But you have to change to different fields which is not possible i think
    You have to build a LSMW for MM02 and do the changes.
    Thanks & Regards,
    Kiran

  • Service products for Maintenance Plan

    Hi All,
    Is it possible to Create maintenance plan from a a Service product  - Contract Line item(VA41)? I have come across the Tcode OISF but do not know how to make use of it?
    Would appreciate if you could throw some light on this?
    Pranav

    Hello
    You have maintained the following data for the service product that you subsequently entered in the outline agreement under Logistics --> Customer Service >Service Agreements>Environment -->Sales and Distribution -->Service Products:
    ·        Plant for maintenance planning
    ·        Work center
    ·        Order type
    ·        Plant of maintenance work center
    ·        Business area
    ·        General maintenance task list (you cannot assign equipment task lists or functional location task lists)
    ·        Task list type
    Then-you have created an outline agreement that fulfils the following conditions:
    1)The contract category is Contract.
    2)The contract type is Service and Maintenance.
    3) On the tabstrip Sales, you have specified
                  I)the start and end dates of the contract
                  II)service product as outline agreement item
    4)You have specified the start and end dates for billing in the billing plan under Goto> Item>Billing plan.
    When Creating the Maintenance Plan for Above Contracts
    1)When creating a maintenance plan, you choose an appropriate maintenance plan category.
       Maintenance plan category with reference to an outline agreement, maintenance call object u201Cservice orderu201D
    Enter the following data:
    1)Valid outline agreement
    Regards,
    Rakesh

  • DB Adapter Hangs from time to time ? ... anyone else noticed this ?

    I have noticed [ SOA Suite 10.1.3.3 with patches ]
    that a simple DB-Adapter - > 1:1RS -> DB-Adapter deleting rows as it goes - i.e. just moving rows can become hung
    Matching Primary Keys are on both tables and they are all simple types [ string, int ]
    DB = 10.2.0.3 Oracle in both cases.
    the outbound adapter = INSERT OR MERGE operations
    No errors are apparent in ESB console
    Bouncing the java container [ opmnctl stopall and startall ] solves the issue but this is a very big hammer. I'd like to solve this.
    My only problem is it only seems to happen in production which I can't debug easily; the test implementation works fine.
    One possible thing I have noticed after a deep submergence in diagnosis is that the jms internal transaction tables seem to be full [ viewed in the OC4J admin pages ]
    Do I need to configure something more appropriate like the DB JMS provider or has anyone else run into the issue ?
    It doesn't help that Oracle keep releasing patch bundles and not telling people about it either

    Hi Chris,
    I have experienced the same problem in a setup with a polling db adapter (logical delete). Any idea about how to tweek this?
    Anders

  • Is it possible to apply service packs to NW04s ABAP Sneak Preview?

    Service Pack 7 to NW04s contains the DEMO_REGEX_TOY, which I'd like to install in my ABAP sneak preview system.  I have some questions about that:
    1.  Is it possible to apply maintenance to the Sneak Preview?
    2.  What service packages need to be isntalled to upgrade the sneak preview rel/level from 7/5 to 7/7: 6 and then 7, or just 7?  That is, are those service packs cumulative?
    3.  I am unable to download the service packs from https://service.sap.com using the download manager.  I get an error in the trace output that says, "Unable to Find Certification Path."  I have no idea what that means, or how to circumvent that problem.  Is there an alternative way to get the Service Packs?
    Thanks for any help/guidance you all can provide!

    Thanks.
    I did manage to download the packs.  For others who may have similar difficulties, the solution to my download problem was to specify (in IE) http://service.sap.com as a trusted site.  That allowed Download Manager to get the files.
    I'll also add that I successfully applied packs 6 & 7, as well as SP 70020 (required to update SPAM before applying pack 7) and am now in business!
    (Not sure I have the correct terminology for those - here's the file names I applied: KB70006.CAR, KB70007.CAR, KD70020.CAR)

  • "Class instance is already in Maintenance Mode" - but it isn't

    Hello,
    we have a powershell script to set the servers managed by scom agent in maintenance mode (e.g. for windows updates and restart).
    A colleague recognized an error during running this script. It says that instances of the server are still in maintenance mode. But if you check through SCOM it is not. And for resetting maintenance mode with 0 it says it is not in maintenance mode.
    Is it possible to clear maintenance mode for all things wiht a sql statement?
    Script:
    #=============================================================================#
    # Remote-MaintenanceModeV5.ps1 #
    # Powershell Script to put a SCOM agent into maintenance mode. #
    # Autor: Roman Strecker #
    # Date: 14.12.2012 #
    # Bekannte Fehler: Speicher auf dem Zielhost (SCOM) muss hoehergesetzt werden!#
    # winrm set winrm/config/winrs `@`{MaxMemoryPerShellMB=`"512`"`} #
    #=============================================================================#
    param(
    [Parameter(Mandatory = $false)][string]$ComputerName,
    [Parameter(Mandatory = $false)][string]$Dauer
    Function SetMaintenanceMode
    $ok = Test-Connection 10.202.14.29 -Count 1 -Quiet
    if (-not($ok)) {
    $SCOMServer = "srv14v030"
    else{
    $SCOMServer = "srv14v029"
    #Kleinster Zeitinterval bei SCOM sind 6 Minuten!
    if ([int]$Dauer -eq '0') {
    Write-Host "Löschen des Maintenance Modes wird durchgeführt!"
    $DeleteMM = $true
    else {
    if ([int]$Dauer -lt '6') {
    $Dauer = "6"
    $startTime = [DateTime]::Now
    $endTime = $startTime.AddMinutes($Dauer)
    Write-Host "`nFolgende Parameter werden verwendet: `nServername: $ComputerName `nWartungs-Dauer: $Dauer Minuten `nWartungsmodus wird geprüft..."
    #Get-ChildItem env:
    #Erzeuge ein Credential-Objekt für die Verbindung zum SCOM:
    $secpasswd = ConvertTo-SecureString "xxxxxx" -AsPlainText -Force
    $Credential = New-Object System.Management.Automation.PSCredential ("SA_SCOM-ActionAcc", $secpasswd)
    #Erzeuge eine Remote-Session zum SCOM:
    #$Session = New-PSSession -ComputerName $SCOMServer -Authentication kerberos
    $Session = New-PSSession -ComputerName $SCOMServer -Credential $Credential
    $Session = get-pssession
    Invoke-Command -Session $Session -ScriptBlock {
    param($ComputerName, $endTime, $DeleteMM)
    Import-Module OperationsManager
    try {
    $MonitoringObjects = Get-SCOMMonitoringObject | where {$_.DisplayName -like "$ComputerName*"}
    $MObject.ViewName
    catch {
    Write-Host "Fehler beim Verbinden mit dem SCOM ist aufgetreten!`nBitte versuchen Sie es später noch ein Mal."
    Write-Host "Vollständige Fehlermeldung: "$_.Exception.Message
    if ($MonitoringObjects -eq $null) {
    Write-Host "Servername konnte nicht gefunden werden: " $ComputerName
    else {
    foreach ($ComputerInstance in $MonitoringObjects) {
    if ($ComputerInstance.InMaintenanceMode) {
    if ($DeleteMM) {
    #Wartung muss gelöscht werden
    $ComputerInstance.StopMaintenanceMode([DateTime]::Now.ToUniversalTime(), "Recursive")
    $Ausgabe = "Server aus dem Wartungsmodus entfernt."
    else {
    #Server ist Bereits im Wartungsmodus
    $MMEntry = Get-SCOMMaintenanceMode -Instance $ComputerInstance
    Set-SCOMMaintenanceMode -MaintenanceModeEntry $MMEntry -EndTime $EndTime -Comment "Wartungsmodus wird angepasst."
    $Ausgabe = "Wartungsmodus für den Server " + $ComputerName + " ist angepasst bis " + ((Get-SCOMMaintenanceMode -Instance $ComputerInstance).ScheduledEndTime).ToLocalTime()
    else {
    if ($DeleteMM) {
    #Server war nicht im Wartungsmodus und soll gelöscht werden
    $Ausgabe = "Server war nicht im Wartungsmodus!"
    else {
    #Setzen des Servers in die Wartung
    Start-SCOMMaintenanceMode -Instance $ComputerInstance -EndTime $endTime -Reason "PlannedOther" -Comment "Wartungsmodus wird gesetzt."
    $Ausgabe = "Wartungsmodus für den Server " + $ComputerName + " ist gesetzt bis " + ((Get-SCOMMaintenanceMode -Instance $ComputerInstance).ScheduledEndTime).ToLocalTime()
    #Ausgabe für die letzte Instanz:
    Write-Host $Ausgabe
    } -ArgumentList $ComputerName, $endTime, $DeleteMM
    #Schliesse die Remote-Session
    Remove-PSSession -Session $Session
    #MAIN:
    #Prüfung, ob die Parameter eingeben wurden:
    if ($ComputerName -eq '') {
    $ComputerName = Read-Host "Bitte den Servernamen eingeben"
    $Dauer = Read-Host "Bitte die Dauer in Minuten eingeben (0 = Löschen des Wartungsfensters)"
    #Wenn noch immer nichts gesetzt ist, dann abgebrochen:
    if ($ComputerName -eq '' -OR $Dauer -eq '') {
    Write-Host "Vorgang abgebrochen!"
    else {
    SetMaintenanceMode
    Sleep 5
    Regards.

    Hi also in this post :)
    Thats a nice query - thank you. But the systems with the error are not listed.
    Maybe there is an error in our script:
    foreach ($ComputerInstance in $MonitoringObjects) {
    if ($ComputerInstance.InMaintenanceMode) {....$MMEntry = Get-SCOMMaintenanceMode -Instance $ComputerInstance

  • Maintenance orders are created for FL/equipment only ?

    Hi all,
    "maintenance orders are created for FL/equipment only".
    How can i to understander this sentence, i use t-code: iw31 to create a maintenance order, and the 'Assembly' field can be entered. so how can i to create a maintenance order just for FL/equipment only ?
    Thanks and best regards,
    Ivy Lu

    Hi Praveen,
    It's not a message. i got this sentence from the following information:
    Q7: When you maintain an assembly in a piece of equipment, is it possible to get maintenance history of the assembly? Do you have to create it as a piece of equipment?
    A7: As maintenance orders are created for FL/equipment only, maintenance history can only be tracked at that level, not at assembly level.  Assemblies are mere structuring devices to have spare parts linked to an equipment in a structured manner. However, in PM orders, you can mention the assembly along with the FL/Eq. Depending on your reporting needs, an ABAPer could use the 'PM Assembly' field in PM orders.
    Best regards,
    Ivy Lu

  • Maintenance View Validations

    I have a custom table for which I am maintaining a Maintenance View.
    I want to provide some validations and checks on the fields entered by the user in that maintenance view.
    For example, if the user enters a value greater than 1000 in quantity field, I want to display a message saying that " enter only values below 1000". This is part of customer requirement.
    Can I provide validations on fields in Maintenance view and if yes, then how ?
    Thanks,
    Urmila

    Hi this may help u.
    Maintenance views offer easy ways to maintain complex application objects.
    Data distributed on several tables often forms a logical unit, for example an application object, for the user. You want to be able to display, modify and create the data of such an application object together. Normally the user is not interested in the technical implementation of the application object, that is in the distribution of the data on several tables.
    A maintenance view permits you to maintain the data of an application object together. The data is automatically distributed in the underlying database tables. The maintenance status determines which accesses to the data of the underlying tables are possible with the maintenance view.
    All the tables in a maintenance view must be linked with foreign keys, that is the join conditions for maintenance views are always derived from the foreign key (see Foreign Key Relationship and Join Condition). You cannot directly enter the join conditions as for database views.
    There are some restrictions for the attributes of the foreign keys with which the tables in a maintenance view can be linked (see Restrictions for Maintenance and Help Views).
    A standardized table maintenance transaction is provided (SM30), permitting you to maintain the data from the base tables of a maintenance view together.
    Maintenance mechanisms, like screens and processing programs, must be created from the view definition with the transaction Generate Table View (SE54). This makes it possible to create easy-to-use maintenance interfaces in a simple manner.
    You can find out how to create such maintenance mechanisms in the documentation BC - Generate Table Maintenance Dialog.
    Creating Maintenance Views
    Procedure
    Enter an explanatory short text in the field Short text.
    You can for example find the view at a later time using this short text.
    Enter the primary table of the view under Tables in the Tables/Join conditions tab page.
    Only those tables that are linked with the primary table (indirectly) with a foreign key can be included in the maintenance view.
    If required, include more tables in the view. In a maintenance view you can only insert tables that are linked to one another with foreign keys.
    Place the cursor on the primary table and choose Relationships. All existing foreign key relationships of the primary table are displayed. Select the required foreign key and choose Copy. The secondary table used in such a foreign key is included in the view. The join conditions derived from the foreign keys (see Foreign Key Relationship and Join Condition) are displayed.
    You can also insert tables that are linked by foreign key with one of the secondary tables that was already inserted. To do this, place the cursor on the secondary table and choose Relationships. Then proceed as described above.
    For maintenance and help views, there are certain restrictions on the foreign keys with which the tables can be included in the view (see Restrictions for Maintenance and Help Views). The foreign keys violating these conditions are displayed at the end of the list under the header Relationships with unsuitable cardinality.
    On the View fields tab page, select the fields that you want to copy to the view.
    Choose Table fields. All the tables contained in the view are displayed in a dialog box. Select a table. The fields of the table are now displayed in a dialog box. You can copy fields by selecting them in the first column and choosing Copy.
    All key fields of the primary table must be included in a maintenance view. In addition, all key fields of secondary tables that are not involved in the foreign key (that is, which are not linked via a join condition to a key field already included in the view) must be included in the view.
    This ensures that the records inserted with a maintenance view can be written correctly in the tables contained in the view.
    On the Selection conditions tab page, you can (optionally) formulate restrictions for the data records that can be displayed with the view (see Maintaining Selection Conditions for Views).
    The selection conditions define the data records that can be selected with the view.
    In the Maintenance status tab page, define the maintenance status of the view.
    The maintenance status defines how you can access the view data with the standard maintenance transaction (SM30).
    Choose .
    At activation, a log is written; it can be displayed with Utilities ® Activation log. If errors or warnings occurring when the view was activated, the activation log is automatically displayed.
    Go to Transaction SE54 with Environment ® Tab.maint.generator.
    From the view definition you can generate maintenance modules and maintenance interfaces that distribute the data entered with the view to the base tables of the view. You can find more information in Creating a Maintenance Dialog.
    Other Options
    Recording documentation: You can create information about using the view with Goto ® Documentation. This documentation is output for example when you print the view.
    Changing the data element of a view field: Select column Mod (modification) for the view field. The Data element field is now ready for input. You can enter a data element that refers to the same domain as the data element of the assigned table field here. Cancel the Mod flag if you want to use the data element of the assigned table field again.
    Enter the delivery class of the view: In the Maintenance status tab page, select the delivery class of the maintenance view. If you assign the delivery class G or E to the view, you must also maintain a customer namespace (key block) for the view entries. To navigate to the appropriate maintenance transaction, choose Define Customer Namespace.
    Entering the maintenance attributes of the view field: In the View fields tab page you can define the Maintenance Attributes of the view field in column F.
    Check functions: With Extras ® Runtime object ® Check you can determine whether the definition of the view in the ABAP Dictionary maintenance screen is identical to the definitions in the runtime object of the view. With Extras ® Runtime object ® Display you can display the runtime object of the view.
    table maintai9nenece generator
    The Table Maintenance Generator is used to create table maintenance program to add, modify or delete records in the database table. This can be accessed using transaction SE54 or in SE11 using the menu Utilities->Table Maintenance Generator.
    Table maintenance allows you to create entries for that table
    Follow these steps to generate table maintenance
    1) Go to SE11 and check table maintanance check box under attributes tab.
    2) Go to menu Utilities -> Table Maintanance Generator ->
    Create function group and assign it under function group input box. You can enter same as table name for function group. Also assign authorization group default &NC& .
    3) Select standard recording routine radio in table table mainitainence generator to move table contents to quality and production by assigning it to request.
    4) Select maintenance type as single step.
    5) Maintainence screen as system generated numbers this dialog box appears when you click on create button.
    6) Save and activate table.
    useful links
    http://www.saptechies.com/how-to-create-table-maintenance-generator/
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ecdf446011d189700000e8322d00/content.htm
    http://www.saptechies.com/table-maintainance-generator/
    with regards,
    Hema Sundara.
    pls reward if u find it helpful.

  • How to install maintenance certificate and License with solution Manger?

    Hi all,
    Is this possible to install maintenance certificate and License with solution Manger atomatically ?
    Regards,
    Neni

    Hi Swaroop,
    There is a feature in SAP Solution manager through which we can instal the licenses.
    Please see below links,
    http://help.sap.com/saphelp_sm70ehp1_sp23/helpdata/en/41/42b6397c604278b6626f3d570c98c8/content.htm
    http://help.sap.com/saphelp_sm70ehp1_sp23/helpdata/en/89/a7c08d740c4cffb491f98801f17d30/content.htm
    Thanks,
    Jagadish.

  • ASCP Server & DB maintenance

    Hi,
    Most of you would have already faced the problems because of ASCP extensive use of physical or virtual memory while on above of that DB issues like tablespace causes frequent failure in plan or data collection. I've been searching in metalink or online forum for possible steps of maintenance, which are required specifically in ASCP server/DB.
    Please share your experience on the same.
    Regards
    Nikhil

    Hi,
    Even I am getting the same error as mentioned in the previous post. How many page hits does this site get in a day? just curious . I even requested for 10 extra MB today , how long does it usually take?
    Thanks,
    Khalid

  • Questions about phase difference (possible timing issue) RC circuit

    Hello,
    Below is the program I am using to measure the phase difference in an RC circuit. Simply put I generate a 2kHz sine wave in LabView and send it to the circuit using an Analog output. Then I measure the output sine wave using an analog output.I also measure this using n oscilliscope. I cna clearly measure the phase difference with the oscilliscope and know it to be approximately 1.4 radians.
    Issues with the program:
    Different phase difference measured each time the program is run for the circuit. It is also never correct.
    Possible causes:
    You will notice by looking at the vi I measure the phase from the signal generator. Should I be using a second analog input to measure the sine wave as it is outputted at the start of the circuit?
    I mainly think that it is a timing issue. While the phase difference is constant each time the program it varies each on run. So the time each tone measurement begins its first measurement seems to be different each time and causes this different phase reading.
    The card I am using is a PCI 6221, is there a timing issue related from switching to input and output acquistion or are they seperate.
    Is there anyway to ensure that both tone measurements are measuring phase at the same point in (actual) time?
    I would really appreciate any advice or alterations on the program anyone could offer me (I am a college student and LabVIEW is not on our curriculum so I have no support, yet I am using it for my project (D'oh!))
    Solved!
    Go to Solution.
    Attachments:
    RC Circuit Test.vi ‏271 KB

    I would certainly acquire two signals.  Feed the analog output right back into an analog input and then your filtered signals in another.
    Initially, I would feed the analog output into both analog inputs and measure the phase delay due to the multiplexed A/D on the card.  Once you have that measurement, you can feed in the filtered signal and then measure the phase difference of that signal.
    Randall Pursley

Maybe you are looking for

  • 1 update which is not under my account??

    I have an update for Angry Birds in my mac app store.. two problems.. A.  I don't have Angry Birds even installed B.  If i click update it tells me this:  "Sign in to [email protected] to update applications for that account." This is not my email an

  • User Profiles property as search refiners

    SharePoint Online: I have a requirement to refine people search results based on sills. We want to sue the default property SKILLS. I confirmed the property is available but is set as not refinable. We are trying to setup a managed property using the

  • MRP-PS Issue

    Dear Experts Scnrio: MRP runs starts from the tcode MD51 where a material xyz is required for Qt 20 as internal activity. After MRP run system makes reservation of xyz material for Qt.20 with appropriate parameters & supplying plant. MRP also creats

  • Issues in Installing Web AS - Java [ FSL-02077  File system export (share)]

    I have installed ABAP Web As - 2004s on my laptop. I want to intall JAVA Web AS as well. How ever, when I try to install the JAVA Web AS, It is failing with the following Error: FSL-02077  File system export (share) saploc does not exist. it happens

  • Email goes offline and must be restarted

    I am using mail 1.3.11. The computer is always on and the mail application is always open and ready to receive mail. The preferences are set up to check the mail every five minutes. Just this last week, mail no longer checks mail every five minutes a