Webdispatcher for multiple times - Failed

Dear SDNers,
I have configured webdispatcher for my solution manager. When I pass URL first time, its asking uid and pwd, after I provide this, its working fine.
Then Same URL, If I enter at address bar and click on enter, I am getting below error.
Here the flow to replicate the error.
passing URL for the first time.
URL is :https://apps.aig.sa/saphelpdesk?INCIDENT=9000011013
After provide UID and PWD
Then When I use same URL on IE, I am getting below error
But, If I close and re-open explorer, first time working fine. second time its not working.
Please let me know what is the problem with this.
Kindly guide me,
Regards,
Venkat

Dear Gaurav,
I added hostname in the compatibility of IE.
Here are ICM settings
Services
icm/server_port_0     = PROT=HTTP,PORT=8002
icm/server_port_1     = PROT=P4,PORT=50204
icm/server_port_2     = PROT=HTTPS,PORT=443
icm/server_port_3     = PROT=TELNET,PORT=50208,HOST=localhost
icm/server_port_4     = PROT=SMTP,PORT=25000,TIMEOUT=120,PROCTIMEOUT=120
Hard limits
icm/max_services               = 30
icm/listen_queue_len           = 512
icm/req_queue_len              = 1000
icm/max_conn                   = 500
icm/max_sockets                = 2048
Thread handling
icm/min_threads                = 10
icm/max_threads                = 250
icm/min_spare_threads          = 3
Tracing and statistic
rdisp/TRACE                    = 1
icm/tracefile                  = dev_icm
icm/log_level                  = 0
icm/stat_level                 = 1
icm/security_log               = LOGFILE=dev_icm_sec,MAXSIZEKB=500
icm/accept_remote_trace_level  = 0
Timeout handling
icm/keep_alive_timeout (sec.)  = 3600
icm/conn_timeout (msec.)       = 5000
Reverse Invoke Options
icm/ri/use_ssl                 = FALSE
Misc
icm/cancel_strategy            = cancel requests without session (stateless)
rdisp/plugin_auto_logout       = 1800
is/HTTP/virt_host_0            = *:*;
is/SMTP/virt_host_0            = *:*;

Similar Messages

  • HT204088 I have been charge by an app for multiple times for renewal, how can i contact and ask for my money back?

    Hi i have charge by an app for multiple times for renewal, every week it with charge me for $2.95 for something i have long ago,
    I really need some help to see how can i get my money back.

    There are instructions on this page for managing and stopping auto-renewing subscriptions : http://support.apple.com/kb/HT4098
    In terms of a refund, all purchases are considered final, but you can try contacting iTunes support and see if they will refund or credit you : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • When I add a while loop to the vi "niScope EX Multi-Device Configured Acquisition (TClk)" to acquire data for multiple times, it works but it runs very slowly.

    Because I want to acquire the similar data for multiple times and then take an average to increase SNR, I add a while loop to the vi "niScope EX Multi-Device Configured Acquisition (TClk)".  It works but it runs very slowly (about 1 sec for each iteration). I think I had put the while loop at a wrong position, which makes the vi run from the very beginning in each iteration. So I really want to know where should I put the while loop to improve the speed? I have attached all the vi and subvi.
    Thanks very much.
    Attachments:
    Multi-Device External Clocking (TClk).vi ‏1166 KB
    avgWfm.vi ‏15 KB

    Dear Zainykhas,
    Thank you for posting this to the discussion forums and for uploading some sample code.  I took a lok at the issue you have been having, and it is unclear to me as to why you have placed two for loops around the original while loop.  My understanding is that you want to use the original Sample.vi and want to execute this N times where N is the Max Freq divided by Interval so that you can scan for a range of frequencies.
    Why not just put Sample.vi around one for loop and use the increment counter scaled by the interval to count up towards Max Freq and insert the desired Frequency into the cluster using Bundle By Name?
    Kind Regards,
    Robert Ward
    Applications Engineer, NI
    Attachments:
    Modified - RW.vi ‏48 KB

  • Unable to filter the data for multiple time selections by dimensions

    Hi to all,
    I am new in MDX, i have a problem with my MDX query.
    Calculated Member Logic:
    SUM((OPENINGPERIOD([Date].[YQMD].[Year],[Date].[YQMD].[Month].&[2010-12-01T00:00:00]):[Date].[YQMD].Currentmember),[Measures].[Paid Amt])
    Mdx Logic EX:
    With Member [MEASURES].[Received_Amount]
    AS
    SUM((OPENINGPERIOD([Date].[YQMD].[Year],[Date].[YQMD].[Month].&[2010-12-01T00:00:00]):[Date].[YQMD].Currentmember)
    ,[Measures].[Paid Amt])
    SELECT {[MEASURES].[Received_Amount]} On Columns
    ,[Date].[YQMD].[Year].members On Rows
    From [Financial]
    If i select multiple time periods in Rows, the query working fine.
    but if select multiple periods in where clause it is not responding.
    With Member [MEASURES].[Received_Amount]
    AS
    SUM((OPENINGPERIOD([Date].[YQMD].[Year],[Date].[YQMD].[Month].&[2010-12-01T00:00:00]):[Date].[YQMD].Currentmember)
    ,[Measures].[Paid Amt])
    SELECT {[MEASURES].[Received_Amount]} On Columns
    ,[Speciality].[Specialty Name].[Specialty Name].members On Rows
    From [Financial]
    Where {[Date].[YQMD].[Year].&[2012-01-01T00:00:00],[Date].[YQMD].[Year].&[2013-01-01T00:00:00]}
    Note:
    Each of them is considered from the minimum date in the database to the selected time.
    And also the data has to be filtered with respect to each drill down dimension.
    If select multiple time periods the same formula has to be applied with respect to the dimensions.
    Kindly help me to get out of this problem
    Best Regards,
    Nagendra

    Hi David,
    Thanks for your response.
    I have a measure, i have to get received_amount in the database from the database starting period to my selection period. Later i have to check by dimensions using same measure. if i select any one period by dimension it's coming, but if i select multiple
    periods in filter level by dimensions it's showing no records.
    For Ex: 
    I have four years data in my database (2010-2013).
    In 2010
    Bill_Amt
    Bill_Date  
    Specialty received_amount
    1000
    10/01/2010 4
    600
    2000
    04/08/2010 2
    1000
    In 2013
    Bill_Amt
    Bill_Date Specialty
    received_amount
    1500
    22/02/2013 2
    1200
    2000
    14/03/2013 1
    800
    In the above scenario,
    By Period:
    if i go by period i should get,  
    Jan'13  ---> 1600
    Feb'13  ---> 2800
    Mar'13  ---> 3600
    Specialty By Single Period:
    If i select Jan'13 by specialty
    Specialty
     received_amount
    2 1000
    4 600
    If i select Feb'13 by specialty
    Specialty
     received_amount
    2 2200
    4 600
    If i select Mar'13 by specialty
    Specialty
     received_amount
    1 800
    2 2200
    4 600
    Specialty By Multiple selection Periods:
    The result should be sum of the individual selection periods by specialty as follows,
    If i select Jan'13 & Feb'13 by specialty
    Specialty
     received_amount
    2 3200
    4 1200
    If i select Jan'13 , Feb'13 & Mar'13 by specialty
    Specialty
     received_amount
    1 800
    2 5400
    4 1800
    Regards,
    Nagendra

  • Application for multiple times zones?

        I have a world edition and travel quite a bit.  Anyone know of any application out there that allows one to schedule  events in more than one time zone?   What would be best is a program that allows me to enter something in my calendar that then allows me to select which time zone that event will occur in.  Barring that perhaps there is a clock program that allows me to at least see three or more times simultaneously.

    There is no software that I no of (RIM should take notice as it's a problem with the device itself).
    I have faced the same problem and I can give you half a solution. What I do is enter the apointment based on the + or minus of the GMT schedule for the time zone I'm going to be in. Of course it will be incorrect in your present time zone. However, when you change the BB clock for the new time zone all your appointments will show up at the correct time.
    Good Luck,
    jmcohen

  • To Print the same page for Multiple times in SAPSCRIPT

    Hi All,
    I want to print the custom Invoice SAPSCRIPT to print 4 times with changes only in Header form as 'Original for Buyer', 'Duplicate for transport', Duplicate for Assesse, Triplicate for Central Excise,
    how to print in such a way,,where to write the logic.. kindly guide me,
    Thanks in Advance
    Kesav

    You can do that in the following way: use Customizing for example Transaction NACE...
    Select your output type and customize a second, third, fourth or fifth processing routine
    using the same Progam and Form but another Form Routine.
    The Nast-Output loops through up to the 5 form routines and can generate up to 5 printouts in this way .
    In the below descibed example will be 3 documents generated with only the VAR1-Info changed....
    example:
    TA NACE: Your output type -> Processing Routines -> Select "Print Output" -> select Details -> Add Processing2/3/4/5
    form routine "entry" for "Processing1"
    form routine "entry2" for "Processing2"
    form routine "entry3" for "Processing3"
    edit your print program:
    copy the old form "entry" or similar entry-routine from your print program
    to "entry2" and "entry3"
    report zprintprog.
    DATA VAR1(100) Type C.
    form entry using .....
    VAR1 = 'Original for Buyer'
    endorm.
    form entry2 using .....
    VAR1 = 'Duplicate for transport'
    endorm.
    form entry3 using .....
    VAR1 = 'Triplicate for Central'
    endform.
    ...you have to use the VAR1-variable in your form
    for example in a header-window...

  • SAP Webdispatcher for multiple SAP systems

    Hello friends,
    I need some info on SAP web dispatcher configuration for mutliple SAP Systems (different SIDs).
    Is it require to install & configure multiple web dispatchers for mutliple SAP Systems (different SIDs)? If it so, what would be the steps and provied me some links
    regards
    Anand.M

    > ... what would be the steps and provied me some links
    This you can do on your own, using the search --> then ask more detailed questions.
    > Total Questions:  6 (6 unresolved) 
    This you should also do on your own --> Follow up on questions you have asked.
    Please read the forum rules if you have not done so yet.
    Cheers,
    Julius

  • TS1702 I was charged for an item I have already paid for multiple times...  and did not receive it!!

    i keep getting charged for an item on fairway Solitare...  that I have not purchased...  it just emptied my account...  NOT happy!

    You should never be charged twice for an application (or anything else) that is purchased under a single AppleID. You can download purchases to as many devices as you have signed on with that Apple ID. If you are getting charged twice, then you need to contact iTunes Support at the link I provided to Cheryl.
    For example, I purchase Apps on my Mac for my iPhone/iPad. Both devices get the app - I am charged once for it. Or, I purchase music in iTunes on my Mac - I can download it to my iPad, iPhone, iPod Nano, etc. A purchase is owned by the AppleID it was purchased under. That AppleID can retrieve purchases that are compatible with any device that the AppleID is signed on to.
    Post back with any questions!
    Cheers,
    GB

  • Orders on credit block for multiple times

    Released documents are unchecked is set up deviation of 5 % and no of days 30 in OVA8 and use static credit check.
    customer is over the credit limit, when i create an order will go on credit block. After first release, if i change any other fields such as remove billing block, change customer po no is causing credit block an order.
    Is this the standard way of working or did we miss any config?

    Moderator message - Cross post locked
    Rob

  • Alert is not working for mutiple times for list "select" function in sapui5 XML view

    Hello All,
    I am trying to open an alert for multiple times for list "select" function. But it's opening for only one time .
    Please find code below.
    View Part
    <List id="contactedit" select="somefunction">
        <CustomListItem id="custom1" type="Inactive" >
    <content>
    <Label text="this is label" />
    </content>
    </CustomListItem>
    </List>
    Controller Part
    somefunction: function(oEvent){
    alert("this is an alert");
    Thanks in Advance
    D.Mohanbabu

    I think I saw this question in stack overflow. And I answered it :-)
    I believe that it is because you can only one item in the list and once the item is selected, re-selecting it will not fire the event.
    Try adding more items to the list and select different items.
    Thanks
    -D

  • My iso5 update keeps failing, after waiting 45 minutes for it to download, every time it says there was an error?(whilst processing the completed download) so then i have to start again and wait for it to download, ive tried multiple times, help?

    so ive tried to redownload the iso5 for my ipad two multiple times over the last few weeks, and it simply isnt working, and to add insult to injury ive just purchaced some new apps from the appstore that cost £6 each, and they require the iso5 softwear :'( i need the apps to complete my exam coursework which is due very soon. please please help

    You could try downloading the update via a browser instead : https://discussions.apple.com/message/16703914#16703914

  • Time Capsule only works for one device at a time, how to make it capable to be used for multiple devices at times

    Time Capsule only works for one device at a time, how to make it capable to be used for multiple devices at times.
    Please help to set it up, thanks in advance

    You need to give more info..
    Firstly only works for what.. networking.. backup.. wireless. You need more nouns.. more adjectives... describe what you want and what fails.. then we can figure out why.
    Most likely you have bridged it when it should be in router mode..
    Most likely you are using Lion or ML which has the airport utility bridge the TC by default.
    Change it to working as a router. That might help.
    If you press reset button it will default back to router btw.
    If you are on Lion.. use a real utility. http://support.apple.com/kb/DL1547

  • Failed Test Steps reported multiple times in Report

    Running Multiple Numeric Limit Tests in a for loop, and when a test step fails, the result is reoprted multiple times in the report (sometimes repeated as many as 5 times for one failure).  Thought it had something to do with the fact that it was a multiple numeric limit test, but each test only checks 2 limits.  Also, sometimes the result appears indented in the report, almost like TestStand thinks it is starting a new section, in the middle of a test.  Any ideas?  Please advise.
    Thanks,
    GSinMN   

    Hi,
    Which TestStand version and Report Format are you using? Please share the test sequence file if possible.
    I executed the attached sequence file which has Multiple Numeric Limit Test with 2 limits in a for loop  and generated ATML 5.0 report using tr5_horizontal stylesheet to display. The results appeared as expected in the report with failures shown for each iteration in the loop.
    Regards,
    Sahana
    Attachments:
    NumericFormats_Forum.seq ‏7 KB

  • TS1814 This is not working for me. I tried the Windows 7 Resolution steps multiple times to no avail. Please help. I am obviously connected to the internet (as is iTunes Store).

    This is not working for me. I tried the Windows 7 Resolution steps multiple times to no avail. Please help. I am obviously connected to the internet (as is iTunes Store).
    I am connected to the internet through a Verizon Wireless card, that is my regular internet connection.

    I did all that HT1925 recommended and it was no help.  My computer still won't recognize my iPhone.  Often trying to start Apple Mobile Device Service fails with an error message that it starts and then stops immediately.

  • Can I use the "same" button multiple times for multiple galleries?

    OK so I am extremely untrained in CS4 and Actionscript. However I have managed to get along fairly well until I started to dynamically upload images as a gallery. This works great if I have one gallery, but for my site I have 9 galleries!!! I have a back and next button, but I want to be able to use those same buttons for all of the galleries so they look the same. I have split them up and renamed them, but I am clueless on how to script the buttons to work. Please help...and don't laugh at my poor scripting. This is what I have now because I do not know where to put the other button names without getting errors.
    stop();
    next_btn .addEventListener(MouseEvent.CLICK, nextImage);
    var imageNumber: Number=1;
    function checkNumber(): void{
        next_btn.visible=true;
        back_btn.visible=true;
        if(imageNumber==15){
            trace(imageNumber);
        next_btn.visible=false;
        if(imageNumber==1){
            trace(imageNumber);
        back_btn.visible=false;
    function nextImage(evtObj:MouseEvent):void {
        imageNumber++;
        mc_engagement.source= "photo/engagement/en0"+imageNumber+".jpg";
        mc_amish.source= "photo/amish/Amish"+imageNumber+".jpg";
        mc_chicago.source= "photo/chicago/ch"+imageNumber+".jpg";
        mc_landscapes.source= "photo/landscapes/land"+imageNumber+".jpg";
        mc_goodvsevil.source= "photo/goodvsevil/ge"+imageNumber+".png";
        mc_animals.source= "design/animals/an"+imageNumber+".png";
        mc_icons.source= "design/icons/icon0"+imageNumber+".png";
        mc_objects.source= "design/objects/pc"+imageNumber+".png";
        mc_typography.source= "design/typography/type"+imageNumber+".png";
        checkNumber();
    back_btn .addEventListener(MouseEvent.CLICK, backImage);
    function backImage(evtObj:MouseEvent):void {
        imageNumber--;
        mc_engagement.source= "photo/engagement/en0"+imageNumber+".jpg";
        mc_amish.source= "photo/amish/Amish"+imageNumber+".jpg";
        mc_chicago.source= "photo/chicago/ch"+imageNumber+".jpg";
        mc_landscapes.source= "photo/landscapes/land"+imageNumber+".jpg";
        mc_goodvsevil.source= "photo/goodvsevil/ge"+imageNumber+".png";
        mc_animals.source= "design/animals/an"+imageNumber+".png";
        mc_icons.source= "design/icons/icon0"+imageNumber+".png";
        mc_objects.source= "design/objects/pc"+imageNumber+".png";
        mc_typography.source= "design/typography/type"+imageNumber+".png";
        checkNumber();

    I'm still a novice with Flash myself, but I have two comments.
    First, at this point, won't your buttons control all galleries at the same time? Which means, if I go to image 5 in one gallery, then move to another gallery, I'll start at image 5, because the actions are all connected.
    Second, you can definitely use the same buttons for multiple galleries. It seems to me that as long as you've assigned the buttons an instance name, these actions should already work to control all the galleries (see the note above). I guess I would need to understand a bit more about how your project is built.

Maybe you are looking for

  • Error 1067: when trying to update Adobe Acrobat 9 Pro

    I have Adobe Acrobat 9 Pro and have been using it for over 3 years. I Changed computers and uninstalled it from my first and then reinstalled it in my new, but have run into a problem that I cannot find an answer to, nor can I get any help from Adobe

  • Moving iWeb site to new mac

    Hi I have my website created with Iweb and published on mobileme. I want to move my pages that I have created in iweb to my new computer how can I do this I have published to a local folder will I be able to put this back into Iweb when you save the

  • Mesh design question

    Dear Sirs. My customer plans to extend existing wireless coverage and upgrade to controller based network. Let me shortly describe the situation based on the attached network map. RAP points are installed on the buildings, they have wired uplink. MAP

  • Banner Display if lost?

    Any way to display a banner on the home screen of the Charge with a personal message, like a number to call if the phone is lost? I don't see any setting for it. I know I can create an ICE contact, but I've been able to do this on other VZW phones in

  • WS-Security support

    Does Apex-3.1.1 support WS-Security? We need to configure our Apex application as a client to consume a SOAP web services that is secured using the WS-Security protocol.