Determining name of failed target in a notification script.

I have a job which is being run against many database targets. I have a notification script which is called when a job fails, however I cannot see any environment variable which informs me against which particular target the job fails. All I see in the environment variables are a list of all the jobs targets and their types. Is there a way to find out the names of the failed targets from sysman views/tables?

Hi
a UDM is a User Define Metric, that extent the posibilities of monitoring any type of activity in your targets.
Example
Imagine that you have a special table that records the errors in an application. If you create a UDM for count the rows in a day , you can determine warning and critical thresholds for controllin the quantity of erros.
Go to Grid Control Console --> Targets --> Databases
Select the database that you want monitoring this table
In the home page of target database go down and press the button User Define Metrics
Press Create in the UDM page and the creation page of UDM appear
In the sql query write
select count(*) from owner.t_errors
In the warning : 50 In the critical : 70
Establish the frecuency of recopilation and press create. You have a metric that monitoring the rows in this table.
The special situation of your enviroment, is that you have control of the status of a JOB and the target that this job fail.
Tell me that you want monitoring and i send you the sql query for build the metric. This UDM must be created in the repository target database.
Regards

Similar Messages

  • Resource name field for target oracle table

    Hi,
    I want to build a generic interface that takes data from different similar structured flat files and loads to different target table (similar structure).
    I thought I will use the resource name field for both source and target and use variables to determine the source and target names during runtime.
    the problem is it runs fine at the source when i change the file names to load from but it fails at the target when i use variable to determine the target name.
    Did anyone try this earlier? if yes, can you please help? The error I got was 911 : 42000 : java.sql.SQLSyntaxErrorException: ORA-00911: invalid character
    and the query generated was
    insert into      SCHEMANAME.#PROJREP."v_generic_interface_target_name"
         COL1,
         COL2,
         COl3
    select     
         C1_COL1,
         C2_COL2,
         C3_COL3
    from     STGSCHEMA.C$_0DEMO1
    where     (1=1)
    Edited by: sriksd on May 7, 2010 6:51 PM

    Hi,
    Which KM you are using ?
    Try to use #PROJREP.v_generic_interface_target_name into Resource name of the table in the data models.
    Regards

  • To create 3 diff files with same content but with diff names in same target

    Hi SapAll.
    i have got a a requirement where pi need to create 3 different files with same content but with different names under same target from a single Idoc.
    its an IDOC to 3 File Inteface.
    can any body help me in providing the differnt solutions for this without use of any script executions.
    will be waiitng for response.
    regards.
    Varma

    > i want to use only one communication channel to produce 3 different file names with same content ,so here i should use only one message mapping in 3 operation mappings .
    This is not possible to produce 3 different file names with single CC. You have to use 3 different CCs. unless you have going to use some other trick e.g some script to rename the file etc..
    As I suggested in my previous reply use Multi-Mapping Or create 3 different Interface Mappings (by using the same MM).
    Note: You have to create 3 different Inbound Message Interfaces (you can use the same Inbound Message Type) otherwise while creating the 3 Interface Determination it won't allow because of same Outbound & Inbound Message Interface. It will simply say Interface alreday exists..
    So, just use the Multi-Mapping which is best solution in my opinion, because the benefit of using multi-mapping are:
    1. You have to create only single Message Mapping
    2. Single Interface Mapping
    3. Single Receiver Determination
    4. Single Interface Determination
    5. 3 Receiver CCs (3 you have to use in any case)
    6. Performance wise it is good (read the blog's last 2 para)
    7. And last but not the least easy to maintain the scenario.

  • ORA-00245: control file backup failed; target is likely on a local file sys

    Hello,
    our RAC (Linux, 11.2.0.3.0) is rather new and we are still on gaining experiences with that system...
    When starting the backup with RMAN we are getting the following error:
    Starting Control File and SPFILE Autobackup at 04-JUL-12
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of Control File and SPFILE Autobackup command on ORA_DISK_1 channel at 07/04/2012 16:41:48
    ORA-00245: control file backup failed; target is likely on a local file system
    The reason for the error is clear ORA-00245 - in a RAC environment the location of the Snapshot Controlfile must be on a shared location.
    When executing the RMAN command "show all" on each node, we are getting
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0.3/db/dbs/snapcf_PROD021.f'; # default
    for node #1
    and
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0.3/db/dbs/snapcf_PROD022.f'; # default
    for node #2
    When using a shared location for the Snapshot Controlfile do we still need to setup 2 different names for that file?
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/<shared location>/snapcf_PROD021.f'; # default
    for node #1 and
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/<shared location>/snapcf_PROD022.f'; # default
    for node #2
    Or should we configure just one Snapshot Controlfile?
    The RMAN setup for "CONFIGURE SNAPSHOT CONTROLFILE NAME TO..." must be changed on both nodes - correct?
    Hopefully my question is clear enough - any help will be appreciated.
    Rgds
    JH
    Edited by: VivaLaVida on 05.07.2012 11:41

    No, it must be configured on a shared storage:Not really required, i've RAC setup and snapshot is configured on local storage.
    Configuring the RMAN Snapshot Control File Location
    The snapshot control file is a copy of a database control file created in an operating system-specific location by Recovery Manager. RMAN creates the snapshot control file so that it has a consistent version of a control file to use when either resynchronizing the recovery catalog or backing up the control file. In Oracle RAC, the snapshot control file is only needed on the nodes on which RMAN performs backups; the snapshot control file does not need to be globally available to all instances in an Oracle RAC environment.
    See below from doc.
    http://docs.oracle.com/cd/B28359_01/rac.111/b28254/rman.htm#i455026

  • Getting the Source File name Info into Target Message

    Hi all,
    I want to get the Source file name Info into Target message of one of the fields.
    i followed Michal BLOG /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Requirement :
    1) I am able to get the Target file name as same as the source file name when i check the ASMA in Sender & Receiver Adapter , with out any UDF...............this thing is OK
    2) I took One field extra in the target structure Like "FileName" & I mapped it Like
                              Constant(" " )--UDF-----FileName
    I Checked the Option ASMA in Both Sender & Receiver Adapters
    Here iam getting the Target File name as same as Source file name + Source File name Info in the Target Field " FileName".
    I Dont want to get the Target File name as same as Source file name. I want like Out.xml as Target file name.
    If i de-select the Option ASMA in Adapters means it is showing " null" value in the target field "FileName".
    Please Provide the Solution for this
    Regards
    Bopanna

    Hi All,
    Iam able to do this by checking the Option ASMA in only sender adapter itself
    Regards
    Bopanna

  • There is a problem with the proxy server's security certificate. The name on the security certificate is invalid or does not match the name of the target site "Mailserver"

    Good day Guys
    First of all I am not an Exchange Expert, and I might be asking a very stupid question, but please bare with me. :) 
    While I was on leave our Mail server fell over and The company got a Specialist to help out for the time being.
    We where\are on Microsoft Exchange 2007 , which Fell over, and the specialist was able to recover as much data as he could.
    They then installed Exchange 2013 and tried to migrate everything from 2007 to 2013 and not everything migrated over.
    But the problem is, Outlook Anywhere was enable on 2007 and worked a 100% (before the disaster)
    With Exchange 2013 I get the following error message when trying to connect With Outlook 2013, using an external connection:
    "There is a problem with the proxy server's security certificate. The name on the security certificate is invalid or does not match the name of the target site "Mailserver"
    Outlook is unable to connect to the Proxy server. (Error Code 0)"
    Has anyone had the Similar when migrating over from 2007 to 2013 or is this an Issue on IIS and nothing to do with Exchange migration?
    Your assistance will be greatly appreciated.

    Hi,
    Firstly, I would suggest we use Exchange 2013 FE as the Outlook Anywhere proxy server.
    For the certificate issue, it mostly occurs because the host name that Outlook are trying to access does not match the certificate SAN. Please check with this point. If they do not match, you
    can change the host name by referring to the following article:
    https://support.microsoft.com/kb/940726/en-us?wa=wsignin1.0
    Thanks,
    Simon Wu
    TechNet Community Support

  • System generated Index names different on target database after expdp/impdp

    After performing expdp/impdp to move data from one database (A) to another (B), the system name generated indexes has different names on the target database, which caused a major issue with GoldenGate. Could anyone provide any tricks on how to perform the expdp/impdp and have the same system index name generated to be the same on both source and target?
    Thanks in advance.
    JL

    While I do not agree with Sb choice of wording his solution is correct. I suggest you drop and recreate the objects using explicit naming then you will get the same names on the target database after import for constraints, indexes, and FK's.
    A detailed description of the problem this caused with Golden Gate would be interesting. The full Oracle and Golden Gate versions is use might also be important to the solution, if one exists other than explicitl naming.
    HTH -- Mark D Powell --
    Edited by: Mark D Powell on May 30, 2012 12:26 PM

  • WARNING: Broker name (stdby) and target name (STDBY.ad.istorage) do not mat

    hi,
    i am facing the following warning in 11g grid control when verifying data guard configuration.
    Initializing
    Connected to instance racnode1:racdb1
    Starting alert log monitor...
    Updating Data Guard link on database homepage...
    WARNING: Broker name (racdb) and target name (racdb.ad.istorage_racnode-cluster) do not match.
    WARNING: The broker name will be renamed to match the target name.
    WARNING: Broker name (stdby) and target name (STDBY.ad.istorage) do not match.
    WARNING: The broker name will be renamed to match the target name.
    Skipping verification of fast-start failover static services check.
    Data Protection Settings:
    Protection mode : Maximum Performance
    Redo Transport Mode settings:
    racdb: ASYNC
    stdby: ASYNC
    Checking standby redo log files.....not checked due to broker name mismatch. Run verify again.
    Checking Data Guard status
    racdb : Normal
    stdby : Normal
    Checking inconsistent properties
    Checking agent status
    racdb
    racnode1.ad.istorage ... OK
    racnode2.ad.istorage ... OK
    Processing completed.

    Did you search on MOS to find      Cloud Control: "Data Guard Internal Error" raised on Data Guard Performance Page [ID 1484028.1] ?

  • SLD : Failed to initialize cluster notification during SLD startup

    hello,
    We are using WAS 7.0.
    While starting the SLD the server gives following error.
    Failed to send start signal for complete cluster, SLD may still be stopped on other cluster nodes.
    in the log of SLD following entries are there..
    FATAL com.sap.lcr.cimsrv.CIMOMServlet: SLD initialization failure, can not set up cluster-wide event notification. Please check your JMS provider for errors.
    3428858 11/22/2007 13:42:11.515 [SAPEngine_Application_Thread[impl:3]_70] FATAL com.sap.lcr.cimsrv.CIMOMServlet: SLD initialization failure, can not set up cluster-wide event notification. Please check your JMS provider for errors.
    Thrown:
    com.sap.sld.api.wbem.exception.CIMException: CIM_ERR_FAILED: Failed to initialize cluster notification. Please check your JNDI service and JMS provider for errors.
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:154)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.start(ClusterNotificationListener.java:69)
    at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:109)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: javax.jms.JMSException:
    at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:271)
    at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2614)
    at com.sap.jms.client.session.Session.createConsumer(Session.java:2173)
    at com.sap.jms.client.session.TopicSession.createSubscriber(TopicSession.java:39)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:142)
    ... 18 more
    caused by:
    javax.jms.JMSException:
    at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:271)
    at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2614)
    at com.sap.jms.client.session.Session.createConsumer(Session.java:2173)
    at com.sap.jms.client.session.TopicSession.createSubscriber(TopicSession.java:39)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:142)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.start(ClusterNotificationListener.java:69)
    at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:109)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Please help.
    Thanks,
    Manoj

    Hi Pankaj,
    The ABAP RFC is working fine but the JCo RFC is not there.
    But in the create JCo connect button in Content Administration -->webdynpro.
    Please suggest.
    Thanks
    Manoj

  • Dynamic name physical file target

    Hi
    i have create logical file name with physical target name  : /appli/interfaces/<FILENAME>_<SYSID>.csv
    i want also add system time , date  in this name.
    anyone  cab help me
    thanks.

    This is exactly the same as for <FILENAME> and <SYSID>. Those are all reserved words. In transaction file on field Physical file click F1 help and you will see a list of all reserverd words you can use and are subsituted automatically.
    Here is part of the list:
    Reserved word        Word to be substituted           
    <OPSYS>              Operating system in call         
    <INSTANCE>           R/3 application instance         
    <SYSID>              R/3 application name in SY-SYSID 
    <DBSYS>              Database system in SY-DBSYS      
    <SAPRL>              R/3 release in SY-SAPRL          
    <HOST>               Host name in SY-HOST             
    <CLIENT>             Client in SY-MANDT               
    <LANGUAGE>           Log on language in SY-LANGU      
    <DATE>               Date in SY-DATUM                 
    <YEAR>               Year in SY-DATUM, 4-character    
    <SYEAR>              Year in SY-DATUM, 2-character    
    <MONTH>              Month in SY-DATUM                
    <DAY>                Day in SY-DATUM                  
    <WEEKDAY>            Day of the week in SY-FDAYW      
    <TIME>               Time in SY-UZEIT                 
    <STIME>              Hour and minute in SY-UZEIT      
    <HOUR>               Hour in SY-UZEIT                 
    <MINUTE>             Minute in SY-UZEIT               
    <SECOND>             Seconds in SY-UZEIT              
    <PARAM_1>            External parameter 1             
    <PARAM_2>            External parameter 2

  • C170 Ironport error "The query domain.name.accept failed

    Dear Community,
    I have two Cisco C170 Ironport devices.  Each is throwing the following error:
    "The query <domain.name.accept> failed with result inquiry timed out."
    I have been unable to decipher it and was hoping anyone might possibly have a clue to look for the resolution.
    I would be very grateful Community.
    Thanks.
    Rocky

    Hey Rocky,
    This seems to be an error on an LDAP accept query that is configured on the appliance.
    If you have indeed created an LDAP accept query, please check connectivity from the appliance to your AD servers currently set.
    Please go to GUI > System Admin > LDAP
    Here you can check connectivity to the AD servers and also run a test accept query.
    Please attempt these tests and let us know the results.
    Judging from the error, I am assuming that the LDAP accept query test will fail resulting in a time out, if it does this usually indicates either the AD server was not properly setup on the appliance, if so, you will need to ensure that your firewalls if any are in place is allowing the query traffic from the appliance to the AD server
    Please let us know.
    Regards,
    Matthew

  • Delivery Failed 'IP name lookup failed. No PTR record found.'

    Am getting this when trying to send to this address. Not sure what is going on.
    Delivery has failed to these recipients or distribution lists:
    An error occurred while trying to deliver this message to the recipient's e-mail address. Microsoft Exchange will not try to redeliver this message for you. Please try resending this message, or provide the following diagnostic text to your system administrator.
    The following organization rejected your message: [74.122.207.15].
    Diagnostic information for administrators:
    Generating server: mail.stanion.com
    [74.122.207.15] #<[74.122.207.15] #5.0.0 smtp; 5.1.0 - Unknown address error 554-'IP name lookup failed. No PTR record found.' (delivery attempts: 0)> #SMTP#
    Original message headers:
    X-IronPort-AV: E=Sophos;i="5.04,383,1406610000";
       d="scan'208,217";a="4703228"
    Received: from unknown (HELO mail.stanion.com) ([10.1.21.100])  by
    mail.stanion.com with ESMTP; 22 Aug 2014 15:39:42 -0500
    Received: from EXCHANGEMB.sweco.corp ([169.254.2.126]) by CAS1.sweco.corp

    x.x.x.66 your router/Firewall IP that means your internal to external is not correct.
    Open this site http://whatismyipaddress.com/ and make sure your server IP is x.x.x.69
    else you have to do an internal to external NAT again to make your source IP x.x.x.69.
    Thanks, MAS
    Please mark as helpful if you find my comment helpful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Help! Certificate name validation failed.

    Hi. Im new to Windows Server 2008 and Active Sync.
    I recently installed Windows Small Business Server 2008 which installed the Exchange Server Role Automatically.
    I have sucessfully created some mailboxes/users and now I need to access them from outlook and mobile devices
    My Company website is in the format www.mydomain.com. The MX records have not yet been directed to the server from the domain host.
    When i tried Microsoft Connectivity Analyzer to check connections with Active Sync, it passes all tests except where it says "Certificate name validation failed".
    It also states that "Host name www.domain.com doesn't match any name found on the server certificate CN=Sites."
    I do not know why this occurs. my internal domain name is in the format "domain.local". I wondered if i was supposed to make it the same as the public www.domain.com format.
    Please assist in any way you can.

    You need a certificate that is trusted by your mobile devices.  Unless you can put your root certificate or self-signed certificate in the trusted certificates store on every mobile device, which is really hard to do, you should buy a UCC SSL certificate
    with the Common Name (CN) of your Exchange server URL public hostname, e.g., mail.domain.com, not mail.domain.local, and a Subject Alternative Name (SAN) with Autodiscover.domain.com where domain.com is your e-mail domain.  Those are the
    minimum names that you need in your certificate and for most smaller customers they're all you need. 
    Consider deploying split-brain DNS so that you can use the same names, e.g., mail.domain.com, and quit using the AD domain name domain.local for Exchange URLs.  It will make your whole certificate experience much easier and probably make things easier
    for your users as well.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Relaying denied. IP name lookup failed

    Hello, I have a problem with outlook. I can't send e-mail. When I try - recеive a answеr with this: 550 5.7.1 Relaying denied. IP name lookup failed.
    How I can fix it?
    Thanks, 

    Hi,
    This error normally occurs when there are restrictions or No permission to relay through. So Please confirm if it works from Outlook web access for the same recipient, also share some more information about your server environment.
    Regards,
    Kingson

  • ITunes Sync app name here failed to install

    Hi! I've recently updated to iOS 5 (well, by recently I mean 5 hours ago) and I've encountered issues not fatal but has a big impact on my part.
    I encountered this error message when my iPod's restoring:
    iTunes Sync <app name here> failed to install
    A number of apps weren't successfully installed. I tried restoring for a number of times but the results were the same.
    Though, I tried downloading the app via the Appstore on my iPod and it worked. The app was successfully installed and can be ran again.
    So then, I tried transferring the purchase to my library to copy the IPA to my PC. Then removed the app from my iPod. Then tried to install again the app from iTunes (this time, I'm trying to use the IPA I downloaded via my iPod; the one that finally worked). But to no avail. The IPA that's working on my iPod didn't install successfully from iTunes.
    Can you advise on how to fix this. As much as possible, I'm trying to keep all my downloads via iTunes but this incident is not allowing me to.
    If you need more details, below is the list of the apps that aren't being successfully installed via iTunes: (all IPA's are up to date as of Oct. 14, 2011)
    - Battleheart
    - Castle Empire
    - Death Rally
    - Infinity Blade
    - Chaos Rings
    - Dead Space
    - Dungeon Hunter 2
    - Merriam-Webster Dictionary
    - Words With Friends
    - N.O.V.A. 2
    I'm using iTunes 10.5 / iOS 5. My device is an iPod touch 4th gen black 32 GB

    I am having the same or similar problem, wrote a simple program with xcode and it runs and loads to the iPad but when I creat the .ipa and pass it to iTunes it transfer to iPad. When transferring to iPad I get "iTunes Sync 'app name here' Failed to install. Sent to Apple as Bug # 11060939. Apple has had me update all, which I did and run thru it again and have the same results.
    At this point I am wondering if it could be a setting in xcode which is also at the current level.

Maybe you are looking for

  • Output quicktime movie choppy and less sharp than original

    Goodmorning! I am planning to make a stand alone movie of my footage that I can keep and watch on my iMac. My sequence was made on FCP 7 on 1920 x 1080 with Prores 422 codec. I did a few tests with exporting to quicktime movie (standard settings), be

  • Report using logical data base

    Hello friends, please give me a sample report program using logical database with explanation where logical databse used and how it works?

  • To Change Delivery Schedule Dates coming from Purchase Order

    Hi Gurus, My requirement is i need to change the Delivery dates( Picking date, Transp Planning date, Loading date and Planned GI date ) . The delivery is being made by the Purchase Order through transaction VL10B .The source dates are the dates from

  • Keeps requesting appleID password

    I have ios 8 on a 5S - about once a day my phone will crash and then ask repeatedly for appleID passwords this happened in a major way about 5 days ago meaning ALL my IOS devices (4 of them, one belonging to my wife) started asking for appleID passwo

  • Updating firmware on WRK54G using a Mac

    Is it possible to update the firmware on a WRK54G using a Mac?