Execution certificate part-2( another problem)

In the report i will be displaying jobs scheduled and job done.....
at the top of the report i want to display the location (i m passing a parameter called LOCATION to my report)....for which the jobs are scheduled n settled how to do this.??

Hi Suhail,
In the Report layout create a text field and set the source of the field as the parameter.
Hope this helps.
Best Regards
Arif Khadas

Similar Messages

  • HT1296 how do I unsynch my iPhone with one computer in order to resynch it with another? could part of my problem be that I initially synched with the first computer under one apple ID then created a new ID so that the two different computers are recogniz

    I,m having trouble unsynching my phone from one computer in order to synch it with a new one. I beleive that part of the problem is that I originally set the phone up with one Apple ID then changed to a new ID. Any thoughts on how to work around this? If not how do I erase the new Apple ID in order to make the switch from one computer to the other? this problem is also affecting my ability to make full use of some apps.

    Switching Apple IDs and trying to synch with two computers is the problem.
    The apps you purchase or download are always tied to the Apple ID that was used to purchase them.
    Content synced from one computer will be lost when syncing to a different computer.
    I suggest you make sure you have a backup of all the music, photos, and documents on the computer you plan to sync with from now on. Once you have done that you can use the Settings app to erase your device and start over.
    Settings > General > Reset > Reset all Settings
    Settings > General > Reset > Erase all Content and Settings
    Then setup your device again as if it was new. Plan to use one and only one Apple ID. You can then sync with your computer which should be using that same Apple ID.
    Pan to download all apps again. Apps that were purchased with the Apple ID you are now using can be downloaded for free. Apps that were purchased using the old Apple ID will have to be purchased again.
    Obviously all free apps can be downloaded again without charge.

  • Step by Step : How to Create an SSL Server Certificate (Part 3)

    How to Create an SSL Server Certificate (Part 3)
    In the previous part you have completed step 10, now you are almost there.
    Step 11:
    This is another very important step.
    Leave the settings as is or tick more options if you know what you do.
    Step 12:
    Again leave as it is.
    Step 13:
    Another important step !
    In the DNS Name field enter the host name(s) separated by spaces (or commas), e.g.
    myserver.name.private myserver.dyndns.org
    You can enter your local IP if you wish.
    Step 14:
    Certificate Assistant now procedes to create your certificate. Within a few seconds you should see the new certificate in your Keychain.
    Switch to Server App (if at this stage Server App has crashed, don't worry , re-open Server App and proceed.
    Repeat step 2 described in Part 1 and select the new certificate from the drop-down menu of available certificates.
    You may want to use this certificate for all services (iChat, iCal, Mail, Web) or create different ones.
    If you use the same certificate for all services the name of the certificate is diplayed next to "SSL Certificate", if you don't you will see "Custom" instead.
    Addendum:
    1. Do not forget to open port 443 in your router to enable https connections.
    2. Enable SSL in your iCal account settings if you wish.
    Enjoy your server !

    Hi,
    Are you talking about the Mercedes leaderboard ad?  Because that look a lot more complicated than "fade in - fade out" images?
    Anyway... I am looking at the easiest way to create a banner ad with fade in - fade out images that I have created in illustrator.
    This tutorial helped me alot.
    http://www.youtube.com/watch?v=gFw-1D8yaMs&NR=1
    cheers

  • Another problem with SOAP sender

    I have another problem with SOAP scenario in a different environment (PI 7.0) from my earlier post.
    Scenario:
    Soap Sender -> PI -> Soap Receiver
    Following steps from GoogleSearch SOAP scenario in the SAP How-to Guide for SAP NetWeaver '04 entitled: "How To... Use the XI 3.0 SOAP Adapter" version 1.00 - March 2006.
    I have loaded in the api.google.com/GoogleSearch.wsdl file as an External definition and created the SOAP receiver as described in the How-to guide.  It takes a doGoogleSearch as input and sends back a doGoogleSearchResponse (Sync Call). 
    Note that the GoogleSearch.wsdl contains a complex type ResultElementArray that refers to ResultElement\[\], and a DirectoryCategoryArray that refers to DirectoryCategory\[\].  The ResultElement and DirectoryCategory types are defined in the GoogleSearch.wsdl file.
    Problem One:
    The generated WSDL for the SOAP sender contains the ResultElementArray and DirectoryCategoryArray types but it DOES NOT contain the required ResultElement and DirectoryCategory types.  XML Spy complains that this WSDL is not valid because the type ResultElement\[\] is not defined.
    Problem Two:
    I generate a SOAP message in XML Spy, provide values for the doGoogleSearch fields, and send.  In SXMB_MONI, the SOAP sender payload contains only the <key> value from the doGoogleSearch message body, i.e. <part name="key" type="xsd:string" />
    The other doGoogleSearch fields seem to be missing, i.e.
      <part name="q" type="xsd:string" />
      <part name="start" type="xsd:int" />
      <part name="maxResults" type="xsd:int" />
      <part name="filter" type="xsd:boolean" />
      <part name="restrict" type="xsd:string" />
      <part name="safeSearch" type="xsd:boolean" />
      <part name="lr" type="xsd:string" />
      <part name="ie" type="xsd:string" />
      <part name="oe" type="xsd:string" />
    Does anyone know why:
    (1) PI/XI seems to leave out the ResultElement and DirectoryCategory types from the SOAP sender service WSDL file?
    (2) The doGoogleSearch message seen in SXMB_MONI contains only the first <key> field, and not the other fields?
    Thanks for any help with this.

    I have another problem with SOAP scenario in a different environment (PI 7.0) from my earlier post.
    Scenario:
    Soap Sender -> PI -> Soap Receiver
    Following steps from GoogleSearch SOAP scenario in the SAP How-to Guide for SAP NetWeaver '04 entitled: "How To... Use the XI 3.0 SOAP Adapter" version 1.00 - March 2006.
    I have loaded in the api.google.com/GoogleSearch.wsdl file as an External definition and created the SOAP receiver as described in the How-to guide.  It takes a doGoogleSearch as input and sends back a doGoogleSearchResponse (Sync Call). 
    Note that the GoogleSearch.wsdl contains a complex type ResultElementArray that refers to ResultElement\[\], and a DirectoryCategoryArray that refers to DirectoryCategory\[\].  The ResultElement and DirectoryCategory types are defined in the GoogleSearch.wsdl file.
    Problem One:
    The generated WSDL for the SOAP sender contains the ResultElementArray and DirectoryCategoryArray types but it DOES NOT contain the required ResultElement and DirectoryCategory types.  XML Spy complains that this WSDL is not valid because the type ResultElement\[\] is not defined.
    Problem Two:
    I generate a SOAP message in XML Spy, provide values for the doGoogleSearch fields, and send.  In SXMB_MONI, the SOAP sender payload contains only the <key> value from the doGoogleSearch message body, i.e. <part name="key" type="xsd:string" />
    The other doGoogleSearch fields seem to be missing, i.e.
      <part name="q" type="xsd:string" />
      <part name="start" type="xsd:int" />
      <part name="maxResults" type="xsd:int" />
      <part name="filter" type="xsd:boolean" />
      <part name="restrict" type="xsd:string" />
      <part name="safeSearch" type="xsd:boolean" />
      <part name="lr" type="xsd:string" />
      <part name="ie" type="xsd:string" />
      <part name="oe" type="xsd:string" />
    Does anyone know why:
    (1) PI/XI seems to leave out the ResultElement and DirectoryCategory types from the SOAP sender service WSDL file?
    (2) The doGoogleSearch message seen in SXMB_MONI contains only the first <key> field, and not the other fields?
    Thanks for any help with this.

  • After having yet another problem with my MacBook Pro and having to wipe the drive, I am now unable to sync my iPhones etc without erasing all the music on them. Is there a way around this? I have no other library!

    After having yet another problem with my MacBook Pro and having to wipe the drive, I am now unable to sync my iPhones etc without erasing all the music on them. Is there a way around this? I have no other library!
    iTunes is a mess! It couldn't find it's own libraries and I was forced to create a new one. Now I don't know where my music is or if any's missing.

    columbus new boy wrote:
    How crap is that?
    It's not crap at all.
    It's not that simple. For example, I've 3500 songs on my MacBook but don't want them all on my phone, so I have to manually select each song again???
    There has to be a solution.
    Why not simply make a playlist with the songs you want on the iPhone?
    and maintain a current backup of your computer.

  • I can not eliminate ASK engine from the list. It came back by itself. Please, tel me how I can eliminate this problem. Another problem, this browser is no longer compatible with some institutions. This new version might have some problems.

    '''I can not eliminate ASK engine from the list. It came back by itself. Please, tel me how I can eliminate this problem.
    Another problem, this browser is no longer compatible with some institutions. .'''

    Step by step, how did you arrive at seeing this agreement?

  • New software update still not downloading.  Apps updates have all downloaded since iTunes issue resolved.  Is the software issue also related to this, or is there another problem?  This is on my iPhone 6, not my Mac.

    Trying to download the iOS 8.2 software update on my iPhone 6, but it won't update.  All app updates have resolved since the iTunes issue was resolved.  Is the software update issue related to this as well, or is it another problem entirely?
    I've synced it to iTunes, turned it off/on, etc., but still not downloading.
    Any help is appreciated.
    Thanks.

    Hi DebC64,
    So is the iOS 8.2 update not downloading to your iPhone, computer or both?
    You have synced it to iTunes, that is an option to update if it's not updating wirelessly.  Please see if other steps help.
    Resolve iOS update and restore errors in iTunes - Apple Support
    Regards,
    Nubz

  • I tried a lot of time to download Lightroom on my MacBookPro without success. I already remove the firewall. Maybe because of a slow connection in Lebanon? Or another problem?

    I tried a lot of time to download Lightroom on my MacBookPro without success. I already remove the firewall. Maybe because of a slow connection in Lebanon? Or another problem?

    Béatricel88978029 do you receive any specific errors when download Photoshop Lightroom?  For information on how to resolve download errors please see Error downloading and installing Creative Cloud application.

  • Load default configuration in BIOS to fix sound, caused another problem

    Hey !
    I have had problem to get sound in my T61, and used Lenovo support, Troubleshooting, to fix it.
    I did as it told in Lenovo Support.
    In BIOS Setup utility menu setup I pressed F9.
    Then I selected YES to load the default configuration.
    After that I pressed F10 key and YES to save the configuration.
    But after that when I start the computer it says that a failur has occured, and windows has shot down to avoid problems with the computer.
    Is there any way of going back in the BIOS setup, so I should get it work again ?
    Thanks in advance/ Kurt
    Moderator edit: Subject edited for clarity.

    Hi !
     I solved it with money !
    I went to a company, and they fixed it, Don't ask me how ! I did not understand when they described it.
    Anyway I have another problem with the sound, as you can see in the other message !
    They tried to fix that to, but could not solve the problem.
    George

  • WLC and windows radius issue and another problem

    Hi everyone.
    We have a problem with a costumer wireless infraestructure which has a WLC using a Windows 2003 radius server. for authentication.
    The users can't connet to the SSID from monday. Anything haven't been changed and the configuration is correct.
    I think its a client problem because the clients who use Linux can connect.
    Any idea?
    I have attached a debug dot1x events when a windows client try to connect.
    We have another problem with another SSID using local wpa2/pkm/ascii authentication..
    This SSID is used for smartphones. The clientes who use Android can connet, the clients who use IPhone can't.
    Is this a cospiracy? xD
    Thank you for avance.
    Best regards

    for the debug you attached, I see the client send an EAPOL start message, after it gets the Identity request.  It seems to move beyond that, and then
    Jul 30 15:36:47.396: 18:3d:a2:65:bd:54 Processing Access-Reject for mobile 18:3d:a2:65:bd:54
    I'd take a look at the IAS logs to see why this particular client was rejected.
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

  • How to use layout of one view(some part) in another view

    Hi All,
                 I need how to use a layout of one view(some part) in another view.if anybody knows, help me.
    Ex : I took two views.but some part of layout in first view is also needed in second view.Is it possible.
    Thank You,
    Anupama.

    Hi,
    Whichever common ui elements you want to put in both views. Keep them in one view.
    Now create two views which You want to display.( i.e you have to create three views in that two only will be used for display purpose ) In that both views add viewcontainer ui element and embedd that view which has common UIs. And Then add rest uncommon UIs in both views.
    I hope it helps.
    Regards,
    Rohit

  • HT4259 Airport Express that were part of another network

    I have two Airport Expresses that were part of another network and I am now trying to configure them on a new network to wirelessly extend it, but can not discover them on the AirPort Utility and I factory reset them as well and still they are not being discovered.  They plugged in only about 4-6 feet away from the base station (Airport Extreme). What should I do?

    If you are using Lion 10.7.4 as your profile indicates.....
    Open AirPort Utility and look at the rectangular box in the upper left hand corner of the AirPort Utility window.
    It should read Other AirPort Base Stations (1) if you have reset the Express correctly.
    Click on Other AirPort Base Stations (1), then click on the the AirPort Express xxxxxxx
    AirPort Utility will take a minute to analyze your network, then announce that the Express will be configured to Extend your wireless network
    Edit the name of the AirPort Express device if you wish, then click Next
    Allow a minute or two for AirPort Utility to configure the Express
    When you see the message that Setup is compete, click Done
    Configure the second AirPort Express the same way.

  • My photos aren't being moved automatically from my iphone 5c to my laptop. i've tried making sure the email addresses match. how can i be sure? or is there another problem.

    my photos aren't being transferred from my iphone 5c to my laptop. this option had been working on my 4s until just before i changed over to the 5c. i have tried making sure the email address on the phone and the laptop agree. perhaps i haven't done that correctly. or is there another problem?

    Hi graylady66,
    Welcome to the Support Communities!
    Have you set up Photo Stream on your iPhone 5C?  I can't tell what computer you have from your post, so I'll include all of the Photo Stream information for you:
    iCloud: Photo Stream
    http://support.apple.com/kb/PH2596
    iCloud: Set up My Photo Stream
    http://support.apple.com/kb/PH13693
    iCloud: My Photo Stream troubleshooting
    http://support.apple.com/kb/TS3989http://support.apple.com/kb/TS3989
    Cheers,
    - Judy

  • I occasionally have issues waking my macbook pro up from sleep mode and have to restart the computer. The apple store replaced the sleep part but the problem is still there

    I occasionally have issues waking my macbook pro up from sleep mode resulting in my need to restart the computer. I dislike all of my programs opening at once when I do get the computer started becasue it slows the cpu down. The apple store replaced the sleep part but the problem is still there. Note: i never had this problem with snow leopard

    I'm not certain but my new MBA 13...when in sleep mode comes back on from a black screen when I simply click on the left mouse button. Also, one time I did a SECURE EMPTY TRASH on files that totalled more than 1GB and it took so long that the fan kept increasing in speed so I pressed on the POWER button and the MBA shut...I was able to boot up with no problem. As a rule, I now only do secured erases for trash bin data totalling 500mb or less...anything above that gets a regular erase (dump).

  • Hi everyone,I have an Iphone 4S,when I updated iOS 7 my phone got slow,so please help me how to downgrade it to 6.1.3 or 6.1.3,I have another problem with iOS 7,I cant request my credit balancing,when i type *101

    Hi everyone,I have an Iphone 4S,when I updated iOS 7 my phone got slow,so please help me how to downgrade it to 6.1.3 or 6.1.3,I have another problem with iOS 7,I cant request my credit balancing,when i type *101# automatically calls and says "this number dows not excits",I wnat iOS 6.1.2 back ..

    sorry for my bad english ..

Maybe you are looking for