QSIG Forwarding/Redirect Problem

Hi,
I have a call-forwarding/QSIG question. We have a CMM gateway with a QSIG PRI connection to our Avaya G3r PBX. If IP phone 66965 dials Avaya phone 77926 the call goes across the QSIG link. If 77926 does not answer, it correctly covers to the PBX's Intuity voicemail system (mailbox 77926).
Now if IP phone 66960 is "CFwdAll" to 77926 and IP phone 66965 calls 66960, the call correctly forwards across the QSIG link and Avaya phone 77926 rings. Yet in this case if 77926 does not answer the call covers to the PBX's Intuity system, yet the Intuity tries to send the call to the originally dialed number mailbox (66960) rather than the forwarded/redirected mailbox (77926). However this (PBX) Intuity does not have a voicemailbox for 66960 (IP phone).
Any ideas how this can be corrected?
Thanks! Rob.

Hi,
Thanks for your reply. I am running CallManager 4.1(3)ES62, so I assume the bug(s) you mentioned are fixed in my version (listed as fixed in 4.1(3)ES54).
I have tried that field - both checked and unchecked. When checked it definitely adds that info (see debug isdn q931 output, below), however the results are the same.
Debug ISDN Q931 without redirect box checked:
GVODLAB01#
GVODLAB01#
Sep 27 13:56:46.559: ISDN Se1/0:23 Q931: TX -> SETUP pd = 8 callref = 0x0001
Sending Complete
Bearer Capability i = 0x8090A2
Standard = CCITT
Transfer Capability = Speech
Transfer Mode = Circuit
Transfer Rate = 64 kbit/s
Channel ID i = 0xA98397
Exclusive, Channel 23
Facility i = 0x9FAA068001008201008B0100A11C02010102011530140201010A01018
00101A109A00780053636393630
Calling Party Number i = 0x2981, '66965'
Plan:Private, Type:National
Called Party Number i = 0xA9, '77926'
Plan:Private, Type:National
Sep 27 13:56:46.603: ISDN Se1/0:23 Q931: RX <- CALL_PROC pd = 8 callref = 0x800
1
Channel ID i = 0xA98397
Exclusive, Channel 23
Sep 27 13:56:46.619: ISDN Se1/0:23 Q931: RX <- ALERTING pd = 8 callref = 0x8001
Debug ISDN Q931 with redirect box checked:
GVODLAB01#
GVODLAB01#
Sep 27 13:53:56.125: ISDN Se1/0:23 Q931: TX -> SETUP pd = 8 callref = 0x005D
Sending Complete
Bearer Capability i = 0x8090A2
Standard = CCITT
Transfer Capability = Speech
Transfer Mode = Circuit
Transfer Rate = 64 kbit/s
Channel ID i = 0xA98397
Exclusive, Channel 23
Facility i = 0x9FAA068001008201008B0100A11C02010102011530140201010A01018
00101A109A00780053636393630
Calling Party Number i = 0x2981, '66965'
Plan:Private, Type:National
Called Party Number i = 0xA9, '77926'
Plan:Private, Type:National
Redirecting Number i = '!', 0x008F, '66960'
Plan:ISDN, Type:National
Sep 27 13:53:56.173: ISDN Se1/0:23 Q931: RX <- CALL_PROC pd = 8 callref = 0x805
D
Channel ID i = 0xA98397
Exclusive, Channel 23
Sep 27 13:53:56.189: ISDN Se1/0:23 Q931: RX <- ALERTING pd = 8 callref = 0x805D
The interesting part is in both cases the originally dialed number (redirecting number) is included in the facility message. If you look at the end of the facility message: 636393630 the number (66960) is included (separated by "3"'s). This is indeed the number - I've tried changing 66960 to another number and this field changes accordingly. It almost seems that if I could block this facility message I could get the behavior I desire.
Thanks - Rob.

Similar Messages

  • Missing Embedded Images on Reply/Forward/Redirect

    I found a bug with the new Safari beta that when installed (on either an Intel or PPC machine), when you get a embedded image in your email, and you want to reply/forward/redirect that message, the image(s) will not display, and a blue "lego" icon will be shown.
    The fix is to uninstall the Safari beta, and it will fix the problem with Mail.
    -robert.

    I have exactly the same problem but without using a server.
    When I *copy & paste* an image in Keynote I often just *get a place holder with a big question mark*. When this happens I have no chance to copy it. This behaviour is then reproducible.
    The same thing happens when drag & dropping a slide to another presentation. All pictures get a question mark! I did not find a work around yet.
    Please help!

  • Dynamic form "Cancel" redirect  problem in frames - bugfix?

    My question: Is there a "long run" down side to my implementing this modification to style.js?
    The below post by Ionut:MX Division Support Specialist worked for me as a solution to a current form "click cancel" redirect navigation problem:
    When a DWtoolbox dynamic form wizard form is placed on a page within frames, clinking on cancel does not return a user to the list that sent them to the form. The user is sent somewhere else.
    Begin Ionut post-------------
    If you don't need to add extra parameters to the "Edit" button, you can solve the redirect problem by editing the "/includes/skins/style.js" file and replace:
    nxt_list_edit_link_form(this, myinput.previousSibling.href);
    with:
    nxt_list_edit_link_form(this, a.href);
    End----------------------
    Thanks Ionut for the tip and anyone in support for letting me know if this is a safe mod for the long run,
    Steve M

    Hi Marny,
    Hello Steve. I am new to Adobe & very confused. You seem to grasp the program very nicely, please help Me?
    I´m not not Steve, however -- what problem do you have exactly, and is this problem related to the "Adobe Dreamweaver Developer Toolbox" extension or related to Dreamweaver ?
    If it´s related to ADDT, please describe your problem by starting a new thread -- if it´s related to Dreamweaver, please post your questions in the general Dreamweaver forums.
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Proxy redirect problem

    I'm having a redirect problem going through a weblogic proxy. An app I was using appears to be redirecting the browser always to localhost:7121 which won't work with access via the my domain.
    To explain fully I set up a test JSP page which outputs request.getRequestURL().toString() so I could trace what was happening. The weblogic configuration is explained below:
    I'm using Weblogic 8.1 sp5. I've setup a 4 instances: a proxy (port 7120), redirector (port 7121) and cluster (two instances running on 7131, 7132)
    If I navigate to:
    http://localhost:7120/myapp/test.jsp my test page outputs: request.getRequestURL().toString() : http://localhost:7121/myapp/test.jsp
    and again to:
    http://localhost:7131/myapp/test.jsp my test page outputs: request.getRequestURL().toString() : http://localhost:7121/myapp/test.jsp
    or
    http://localhost:7132/myapp/test.jsp my test page outputs: request.getRequestURL().toString() : http://localhost:7121/myapp/test.jsp
    The output is always the same ... it always says the requestURL is from localhost:7121 the redirector?
    Can anyone help explain why I always get the same output? It is completely baffling me.
    Thanks,
    Matt
    Edited by: user5673380 on Oct 15, 2008 3:52 PM

    The problem was caused by incorrect configuration of FrontEndHttpPort and FrontEndListener and FrontEndHost in the cluster configuration. These values were incorrectly during config wizard install.

  • I want to downgrade from ios7 on my ipad mini-it seems to have affected certain websites which I now can't access due to 'redirect' problem

    I want to downgrade from ios7 on my ipad mini-it seems to have affected certain websites which I now can't access due to 'redirect' problem....

    Google is your friend. You have to move very quickly on this. It can't be discussed how to do it on this site and is not supported.

  • Jsp:forward URL problem

    Hi,
    I have 2 pages X.jsp and Y.jsp
    The content of X.jsp is a simple
    // send an email here
    <jsp:forward page="Y.jsp">
    </jsp:forward>
    The content of Y.jsp is only "Mail is sent" message.
    The problem is that everytime page X is loaded,
    the browser displays Y.jsp content, but the URL in the Address box of the browser still displays X.jsp
    This leads me to reload problem, even though the page displays the "Mail is sent" message, the URL still shows X.jsp, and everytime the browser is reloaded, another mail is sent.
    How to make the URL change to Y.jsp ?
    TIA.

    Hi,
    I have 2 pages X.jsp and Y.jsp
    The content of X.jsp is a simple
    // send an email here
    <jsp:forward page="Y.jsp">
    </jsp:forward>
    The content of Y.jsp is only "Mail is sent" message.
    The problem is that everytime page X is loaded,
    the browser displays Y.jsp content, but the URL in the
    Address box of the browser still displays X.jsp
    This leads me to reload problem, even though the page
    displays the "Mail is sent" message, the URL still
    shows X.jsp, and everytime the browser is reloaded,
    another mail is sent.
    How to make the URL change to Y.jsp ?
    TIA.Thats the natural behavious of forward.
    One simple solution is not to use forward. You can use HTTP redirection rather than forward.
    Hope it helps.

  • QSIG Forward Issue

    Hi,
    I've got problem betwen CUCM and a node of cluster of Alcatel PABX.
    On each site, i've got an ISR with QSIG link to local Alcatel PABX.
    All the Alcatel PABX is on the same cluster.
    When a Cisco User want to call an Alcatel User, he take the local ISR  to QSIG LINK to the local Alcatel PABX.
    Cisco IP Phone A : located in site A
    Directory number : 1000
    Alcatel IP Phone B : Located in site B
    Directory number : 1001
    Alcatel IP Phone C : Located in site B
    Directory number : 1002
    Alcatel IP Phone D : Located in site A
    Directory number : 1002 (same DN as IP Phone C)
    The issue is when the Cisco User, IP Phone A, call a Alcatel Phone IP Phone B located in other Alcatel PABX.
    The Alcatel IP Phone B is forwarding to an local Alcatel  IP Phone C.
    The IP Phone C don't ring, the call is connected to the Alcatel IP Phone D
    Have we a specific configuration on CUCM to forced the call to the distant forward?
    Thanks for your help,
    Vincent 

    If you replace "Cisco IP phone A" with an "Alcatel IP phone A", in the same scenario, do both C and D ring ? 

  • Serious Redirect Problem (It didn't happen in ASP !!!)

    I have a serious problem with my JSP's. It's suppossed that there are two methods to redirect to another page.
    The first one is response.sendredirect that causes the client redirection changing the browser URL, but the problem is that the server continues processing the JSP page and this is a critical problem.
    The second one is <jsp:forward that causes a server redirection without changing the browser URL. This second method doesn't continues processing the page but the problem is that the HTML URLs and JSP URL's are not correct due the browser doesn't know in which page we are. Have anybody any suggestion?, how can I change the the browser URL to point to the correct page using second method?
    Thanks in advance.

    Hi
    Your problem is that you want to forward the processing to another page and that page is located in same servlet context( I assume).
    So, you should give the path relative to the servlet context not the name of the file only or the full URL. e.g. if you are using a server, which looks for JSPs in public_html then you should give the path after public_html.
    Say, if you have a directoy "abc" in public_html
    i.e. ..../public_html/abc and your jsp file "yourJSP.jsp" is located in abc.
    Then for forwarding the request to another jsp which is located in ../public_html/xyz/myJSP.jsp you should specify the url="/xyz/myJSP.jsp" to forward from yourJSP.jsp
    Hope this helps

  • Appstore: too many HTTP redirection problem / túl sok HTTP-átirányítás probléma

    HY / sziasztok,
    When I open the appstore, and choose a program, and open the info page, after that the page didnt open,  just say "too many HTTP-redirect.".
    Why??
    szeretnék megoldást a következő problémára
    mikor belépek az appstore-ba és kiválasztok egy programot , nem nyitja meg a tájékoztató lapot, hanem kiírja hogy "túl sok HTTP-átirányítás".
    MIért van ez???

    Best Fixes for ‘Cannot Connect to iTunes Store’ Errors
    by Patrick Jordan on August 30, 2012 in iPad Tips & Tricks
    I first posted about ‘Cannot connect to iTunes Store’ errors on the iPad back in May of this year. I was getting this error when trying to update or install new iPad apps.
    Since then the issue has continued to trouble many iPad and iDevice users – and thanks to our excellent readers and commenters we’ve learned a number of effective fixes for this problem.
    Here are the best ones I’ve seen – each of these has proven successful for many users:
    DNS Settings Change
    This fix has been recommended by Apple support and has proven successful for many commenters on my previous post. The way this works is to change DNS settings on your iPad or whichever iOS device is affected – by adding Google’s DNS server/s.  Here’s how to do this:
    – Go to the Settings app and tap on the Wi-Fi section in the left sidebar
    – Then look at the ‘Choose a Network’ section in the main right-hand side area of the page and look for the network name that has a check mark next to it and rendered in blue text – the WiFi network you are currently using
    – Tap on the blue arrow at the right-hand side of the listing for that network.
    – On the next screen you’ll see a section labeled ‘IP Address’ with three large buttons below it. Make sure the DHCP button is selected. Below that you’ll see fields for IP Address, Subnet Mask, and others. Tap on the DNS field (the fourth one down).
    – This will bring up the iPad’s on-screen keyboard and place the cursor at the end of the IP address for the DNS server currently being used by the iPad. Backspace until all the numbers for that address are gone. Then type this in:
    8.8.8.8
    Please note the periods after the first three 8s. You can also use 8.8.4.4 – both are valid addresses for Google’s DNS servers.
    Download an App Via the Purchased Tab in the App Store
    – Open the App Store app on your iPad or whichever iOS device is having this issue.
    – Tap on the Purchased button in the bottom navigation bar.
    – This will show you all the apps you’ve purchased on the iPad. Those that are already installed with a greyed out label. Others will display a small download icon, showing a cloud with a downward facing arrow in it.
    – Tap on one of the download icons and download a purchased app.
    For many users this has cleared some sort of App Store queue and allowed them to resume with normal updates. Some have had to repeat the download with a few apps in the Purchased section.
    Set the Date Forward and Revert Back
    – Open the Settings app and go to General > Date & Time
    – On the Date & Time screen, tap to turn off ‘Set Automatically’
    – Tap on ‘Set Date & Time’ and enter a date a couple of years or more in the future.
    – Go out of Settings and then straight back in and turn  ‘Set Automatically’ to restore the current date and time.
    (update me if work's)

  • 302 Redirect Problem

    I'm running Sun Java Web Server 6.0. I've got multiple virtual web servers mapped to different ports on one server. I'd like to enable users to type something like:
    http://www.mysite.com/training
    but if they leave off the trailing slash a 302 redirect error will occur. I read in an earlier post on this site that if you put servername="mysite:8088" in the server.xml file this will solve the problem . I have tried this but still get 302 errors.
    Any ideas? Thanks.

    If your load balancer is forwarding requests from one port to another, it should also rewrite the port number in Location header fields returned from Web Server. You can check your load balancer's documentation for details on how to configure your load balanacer.
    If for some reason it's not possible to correctly configure your load balancer, you can override the port number Web Server will use in redirects by editing the servername attribute in server.xml. In your case, you would specify servername="www.mysite.com:80".

  • A redirect Problem

    By a default XXXView1_View.uix we can search for a sigle
    Row with a input.But I want to let the page display the whole table rows again after a search.How should I do it?
    and another problem ,can I set the Row Rangsize for the table at runtime? how should I do it?
    thanks.
    best regard.
    Yong

    Hi,hier is a example code generated by wizard. We can search a single row here through selecting e.g. "CountryName" and inputing "Germany",then we can get the single row of "Germany" in the table.And then I want to let the table "refreshed"--> shown as before searching.But I found after searching there would be
    ever the selected row in the table.So I want to set a eventhandler to refresh it,but no success.
    Code:
    <?xml version="1.0" encoding="windows-1252"?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
          xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
          xmlns:ui="http://xmlns.oracle.com/uix/ui"
                    xmlns:data="http://xmlns.oracle.com/uix/ui"
          xmlns:bc4j="http://xmlns.oracle.com/uix/bc4j">
      <bc4j:registryDef>
        <bc4j:rootAppModuleDef name="CountriesView1AppModule"
                               definition="CountryUix.CoutrypackageModule"
                               releaseMode="stateful">
          <bc4j:viewObjectDef name="CountriesView1" rangeSize="10"/>
        </bc4j:rootAppModuleDef>
      </bc4j:registryDef>
      <content>
        <try xmlns="http://xmlns.oracle.com/uix/ui"
             xmlns:data="http://xmlns.oracle.com/uix/ui">
          <catch>
            <displayException/>
          </catch>
          <contents>
            <pageLayout xmlns="http://xmlns.oracle.com/uix/ui"
                        xmlns:data="http://xmlns.oracle.com/uix/ui"
                        title="CountriesView1 View">
              <!-- Start of common pageLayout section.  If you plan to expand this
                                  example application, consider using a UIT template to specify the common
                                  portions of your pageLayout -->
              <productBranding>
                <image source="tools_collage.gif"
                       shortDesc="JDeveloper Product Logo"/>
              </productBranding>
              <corporateBranding>
                <image source="oraclelogo.gif" shortDesc="Oracle Logo"/>
              </corporateBranding>
              <globalButtons>
                <globalButtonBar>
                  <contents>
                    <globalButton source="www_home.gif" text="Home"
                                  destination="Main.uix"/>
                    <globalButton source="www_contact.gif" text="Contact Us"
                                  destination="http://www.oracle.com"/>
                    <globalButton source="www_help.gif" text="Help"
                                  destination="http://otn.oracle.com/products/jdev/content.html"/>
                  </contents>
                </globalButtonBar>
              </globalButtons>
              <copyright>Copyright 2002 Oracle Corporation.  All Rights Reserved.</copyright>
              <privacy>
                <link text="Privacy Statement" destination="http://www.oracle.com"/>
              </privacy>
              <!-- End of common pageLayout section -->
              <contents>
                <!-- this will contain any validation errors after form
                                       submission -->
                <messageBox automatic="true"/>
                <bc4j:rootAppModuleScope name="CountriesView1AppModule">
                  <contents>
                    <header text="Search">
                      <contents>
                        <form name="search" method="POST">
                          <contents>
                            <inlineMessage prompt="Search" vAlign="middle">
                              <contents>
                                <flowLayout>
                                  <contents>
                                    <choice name="attrName"
                                            data:selectedValue="attrName@ctrl:page"
                                            shortDesc="Search Column">
                                      <contents>
                                        <option text="CountryId" value="CountryId"/>
                                        <option text="CountryName"
                                                value="CountryName"/>
                                        <option text="RegionId" value="RegionId"/>
                                      </contents>
                                    </choice>
                                    <textInput name="attrValue" columns="20"
                                               data:text="attrValue@ctrl:page"
                                               shortDesc="Search"/>
                                  </contents>
                                </flowLayout>
                              </contents>
                              <end>
                                <submitButton text="Go" ctrl:event="search"/>
                              </end>
                            </inlineMessage>
                          </contents>
                        </form>
                      </contents>
                    </header>
                    <header text="Results">
                      <contents>
                        <form name="viewForm" method="POST">
                          <contents>
                            <tableLayout>
                              <contents>
                                <bc4j:viewObjectScope name="CountriesView1">
                                  <contents>
                                    <bc4j:table name="viewTable" width="80%"
                                                alternateText="No rows found">
                                      <tableSelection>
                                        <!-- single selection for each row in the table -->
                                        <singleSelection selectedIndex="0"
                                                         shortDesc="Select Row">
                                          <contents>
                                            <!-- the update button causes the currently selected
                                                                                                             row to be sent to the update page -->
                                            <submitButton text="Update"
                                                          ctrl:event="update"/>
                                            <!-- the delete button causes the currently selected
                                                                                                             row to be removed -->
                                            <submitButton text="Delete"
                                                          ctrl:event="delete"/>
                                          </contents>
                                        </singleSelection>
                                      </tableSelection>
                                      <!-- the key identifying the current row in the table -->
                                      <bc4j:keyStamp>
                                        <bc4j:rowKey name="key"/>
                                      </bc4j:keyStamp>
                                      <contents>
                                        <!-- A bc4j:column element is added for each attribute
                                                                                                   in the ViewObject.  -->
                                        <bc4j:column attrName="CountryId">
                                          <columnHeader>
                                            <bc4j:sortableHeader/>
                                          </columnHeader>
                                          <contents>
                                            <bc4j:input readOnly="true"/>
                                          </contents>
                                        </bc4j:column>
                                        <bc4j:column attrName="CountryName">
                                          <columnHeader>
                                            <bc4j:sortableHeader/>
                                          </columnHeader>
                                          <contents>
                                            <bc4j:input readOnly="true"/>
                                          </contents>
                                        </bc4j:column>
                                        <bc4j:column attrName="RegionId">
                                          <columnHeader>
                                            <bc4j:sortableHeader/>
                                          </columnHeader>
                                          <contents>
                                            <bc4j:input readOnly="true"/>
                                          </contents>
                                        </bc4j:column>
                                      </contents>
                                    </bc4j:table>
                                  </contents>
                                </bc4j:viewObjectScope>
                              </contents>
                            </tableLayout>
                          </contents>
                        </form>
                      </contents>
                    </header>
                  </contents>
                </bc4j:rootAppModuleScope>
              </contents>
              <contentFooter>
                <!-- the create button redirects to the create page -->
                <flowLayout>
                  <contents>
                    <button text="Create" ctrl:event="create"/>
                    <button text="reset" ctrl:event="reset"/>
                  </contents>
                </flowLayout>
              </contentFooter>
            </pageLayout>
          </contents>
        </try>
      </content>
      <handlers>
        <event name="search">
          <!-- using the ApplicationModule causes it to be checked out from the
                        ApplicationPool.  It is released using stateful mode. -->
          <bc4j:findRootAppModule name="CountriesView1AppModule">
            <!-- establish the ViewObject scope -->
            <bc4j:findViewObject name="CountriesView1">
              <!-- search for the view criteria -->
              <bc4j:findByExample>
                <bc4j:exampleRow ignoreCase="true">
                  <bc4j:exampleAttribute>
                    <bc4j:nameBinding>
                      <bc4j:parameter name="attrName"/>
                    </bc4j:nameBinding>
                    <bc4j:valueBinding>
                      <bc4j:parameter name="attrValue"/>
                    </bc4j:valueBinding>
                  </bc4j:exampleAttribute>
                </bc4j:exampleRow>
              </bc4j:findByExample>
              <bc4j:executeQuery/>
              <!-- store the current search criteria as page properties -->
              <bc4j:setPageProperty name="attrName">
                <bc4j:parameter name="attrName"/>
              </bc4j:setPageProperty>
              <bc4j:setPageProperty name="attrValue">
                <bc4j:parameter name="attrValue"/>
              </bc4j:setPageProperty>
            </bc4j:findViewObject>
          </bc4j:findRootAppModule>
        </event>
        <event name="sort" source="viewTable">
          <!-- using the ApplicationModule causes it to be checked out from the
                        ApplicationPool.  It is released using stateful mode. -->
          <bc4j:findRootAppModule name="CountriesView1AppModule">
            <!-- establish the ViewObject scope -->
            <bc4j:findViewObject name="CountriesView1">
              <!-- sort by the submitted attribute name -->
              <bc4j:sort/>
            </bc4j:findViewObject>
          </bc4j:findRootAppModule>
        </event>
        <event name="goto" source="viewTable">
          <!-- using the ApplicationModule causes it to be checked out from the
                        ApplicationPool.  It is released using stateful mode. -->
          <bc4j:findRootAppModule name="CountriesView1AppModule">
            <!-- establish the ViewObject scope -->
            <bc4j:findViewObject name="CountriesView1">
              <!-- navigate to the submitted range -->
              <bc4j:goto/>
            </bc4j:findViewObject>
          </bc4j:findRootAppModule>
        </event>
        <event name="create">
          <!-- forward to the create page -->
          <ctrl:go name="CountriesView1_Create" redirect="true"/>
        </event>
        <event name="update">
          <!-- forward to the update page, passing the selected key
                        as a page property -->
          <ctrl:go name="CountriesView1_Update" redirect="true">
            <ctrl:property name="key">
              <ctrl:selection name="viewTable" key="key"/>
            </ctrl:property>
          </ctrl:go>
        </event>
        <event name="delete">
          <!-- using the ApplicationModule causes it to be checked out from the
                        ApplicationPool.  It is released using stateful mode. -->
          <bc4j:findRootAppModule name="CountriesView1AppModule">
            <!-- establish the ViewObject scope -->
            <bc4j:findViewObject name="CountriesView1">
              <!-- find the selected Row -->
              <bc4j:findRowByKey>
                <bc4j:keyBinding>
                  <bc4j:selectionKey name="viewTable" key="key"/>
                </bc4j:keyBinding>
                <bc4j:handlers>
                  <!-- remove the selected ViewObject row -->
                  <bc4j:removeRow/>
                  <!-- execute the query to eliminate dead row access -->
                  <bc4j:executeQuery/>
                </bc4j:handlers>
              </bc4j:findRowByKey>
            </bc4j:findViewObject>
            <!-- commit the transaction, forwards to self automatically -->
            <bc4j:commit/>
          </bc4j:findRootAppModule></event>
          <event name="reset">
            <!-- using the ApplicationModule causes it to be checked out from the
                                  ApplicationPool.  It is released using stateful mode. -->
            <bc4j:findRootAppModule name="CountriesView1AppModule">
              <!-- establish the ViewObject scope -->
              <bc4j:findViewObject name="CountriesView1">
                <method class="com.ge.med.medora.EventClass"
                        method="handleResetRangeSize">
                </method>
                                  <bc4j:goto/>
              </bc4j:findViewObject>
            </bc4j:findRootAppModule>
          </event>
      </handlers>
    </page>==========================
    Best Regards.
    Yong

  • Crystal Report in an iFrame redirect problem

    Hi!
    I have built a page with a only Crystal Report on it, which I display in an iFrame on another page.
    I have a hyperlink on the page that is used to redirect the iFrame by assigning the iFrame a name and setting the target of the hyperlink to the iFrame. When the user clicks the hyperlink, it will redirect the iFrame.
    This all works fine up until the point at which you generate the actual Crystal report. After the report has generated, attempting to redirect the iFrame via the hyperlink causes a new browser tab/window to open. A few tests that I have run using Javascript or codebehind circumvent this issue, but as it stands I cannot use this method.
    This issue has only just arisen with the VS2010 version of Crystal Reports. The older versions do not have this problem.
    Research I have done into the issue have been fruitless and have tinkered with the Report Viewer itself a bit to no avail.
    Is there an explanation for this issue and/or a means of getting past this?
    Any help or nudge in a new direction is very much appreciated!
    Regards,
    Frank.

    Hello Frank:
    This issue has been reported to R&D for a fix (ADAPT01554950). At this time, the fix is targeted (not guaranteed) for Service Pack 3. ETA; mid 2012.
    For a possible work-around, see the following thread:
    Crystal Reports Viewer VS2010 FRAME target issue
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]
    Edited by: Ludek Uher on Nov 28, 2011 7:48 AM

  • GPO (as a whole) problem or Folder Redirection Problem?

    Hello everyone,
    After a couple hours of looking at different TN articles on folder redirection I just can't get it to work properly. I had some major system errors and had to perform a clean install of the OS. My folder redirections from the old install seem to be in place
    and are about the same size despite me backing up all the content before the reinstall on each terminal (4 of them) to a usb drive.
    I enabled folder redirection through the dashboard and performed a gpupdate /force I see the GPO in the Group Policy editor but none of my machines seem to be accepting any group policies now that I look at it and write this I have firefox set to update
    to the latest .msi and it isn't doing that either could this be a bigger problem than just folder redirection?
    Any tips or links to articles I may have not seen would be much appreciated.
    Thank you in advance everyone.

    Hi James,
    Based on your description, I understand that you enable folder redirection (click Implement Group Policy on
    Dashboard) on a Windows Server 2012 Essentials (or a Windows Server 2012 R2 Essentials?).
    On current situation, please refer to following and check.
    1. Would you please let me know edition information of this client computer?
    2. On the server essentials, please open Group Policy Management. Then navigate to WSE Group Policy Folder Redirection and click it. In right panel, navigate to WMI Filtering
    and select WSE Group Policy WMI Filter, then click Open button. Please check
    Queries in the WMI Filter. You can psot complete queries here (include Namespace and Query).
    3. On the client computer, please run the command in a command prompt:
    gpresult /z > c:\policy.txt. Then check this policy.txt in C drive or post the result here.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Web Redirection Problem on Cisco ISE 1.2 and WLC 7.5

    Hello,
    We are at initial phase of deploying ISE 1.2 in our environment for Wireless Guest Users.
    I have configured ISE and WLC to talk to each other which is working fine. An SSID with MAC-Filtering is also configured on WLC and ACL only allowing ISE and DNS traffice.
    I have configured proper authentication and authorization policies on ISE. Now, when I try to connect my device (laptop and android mobile), I see my device gets associated with the SSID (Demo) and gets the right IP Address from DHCP and right VLAN from WLC. The log process on ISE is as follows.
    11001
    Received RADIUS Access-Request
    11017
    RADIUS created a new session
    11027
    Detected Host Lookup UseCase (Service-Type = Call Check (10))
    15049
    Evaluating Policy Group
    15008
    Evaluating Service Selection Policy
    15048
    Queried PIP
    15048
    Queried PIP
    15004
    Matched rule
    15041
    Evaluating Identity Policy
    15006
    Matched Default Rule
    15013
    Selected Identity Source - Internal Endpoints
    24210
    Looking up User in Internal Users IDStore - B8:B4:2E:A6:7D:75
    24216
    The user is not found in the internal users identity store
    24209
    Looking up Endpoint in Internal Endpoints IDStore - B8:B4:2E:A6:7D:75
    24211
    Found Endpoint in Internal Endpoints IDStore
    22037
    Authentication Passed
    15036
    Evaluating Authorization Policy
    15048
    Queried PIP
    15048
    Queried PIP
    15048
    Queried PIP
    15004
    Matched rule - Guest Redirection
    15016
    Selected Authorization Profile - Test_Profile
    11002
    Returned RADIUS Access-Accept
    I also see a redirect url in the detailed authentication logs. But the problem is that when I open my browser on my device, it doesn't get redirected to the guest portal url. Now since I can't get there, I can't continue with the rest of the process of authentication, COA and final ACL for internet access.
    Can some one please either guide me the correct steps that I need to follow, if I have mis configured something or advise if this is a bug.
    Thanks in advance.
    Jay

    The ACL is definitely used to define what traffic is re-directed to ISE and what traffic is not redirected. Having the permit-all statement at the end will break redirection. If you are using flex-connect then you will need to use flex-connect ACLs and apply those to the flex-connect APs. The links below should give you an idea of what needs to be done:
    http://www.cisco.com/c/en/us/support/docs/wireless/5500-series-wireless-controllers/113606-byod-flexconnect-dg-000.html
    http://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/116087-configure-cwa-wlc-ise-00.html
    Thank you for rating helpful posts! 

  • Redirect problem in IE 9

    Hi,
    i made a custom page sentry function to authorize via NTLM. It works fine with IE 8 and Firefox.
    With IE 9 (Windows 7) the redirect via <meta http-equiv="refresh" content="0; URL=' || vUrl || '" />'); doesn't work. The user sees the html code and has then manually press the refresh button for going on to the 1st page in the application.
    Here i have my Proof-of-Concept http://www.greenit.li/greenIT/Willkommen_files/Oracle_APEX_ProofOfConceptNTLMPLSQL.pdf
    Has somebody an idea how to solve this problem?
    Thanks in advance.
    Regards,
    Martin

    Hi Martin,
    I think you should use
    sys.owa_util.mime_header('text/html', FALSE);after the
    htp.init;so that the browser knows it's HTML code.
    BTW, the PL/SQL based NTML authentication approach isn't really secure because it's not verifying the user/pwd with an MS Active Directory server.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

Maybe you are looking for

  • F4_FILENAME in search help in screen painter

    Hello gurus, I want to design a screen in which the text input field is used to get file name. For that i need to enable file search in local folders and drives with f4 key press. I wish to use the functionality of function module 'F4_FILENAME" in sc

  • Movement Type Change From 321 to Some other In Stock Posting (Insp Type 05)

    Hi,     While doing the stock Posting From quality to Unrest - Automatic 321 Movment type is happening     But my client neads to identify how many qty from custmer return is passed to unrestricted from            quality.    i have problem in identi

  • How to send keys by..

    How do you send keys(as in type) using java? Without doing it manually that is.

  • Valuation split

    we have two plants belongs to two company code respectively, one material code for both two plants, the problem is one material code may have two valuation class "inter-company raw material" and " third party raw material", by SAP standard, we can on

  • Not able to send UWL Notifications as Mail

    Hi, I implemented Guided Procedure with two roles. The completion of activity / task of first role intimates the second role thru' UWL. I can see the activity / task for the second role in UWL once the activity / task is completed from the first role