Blocking in activate infostructure

Hi gurus,
I am archiving the EKKO table with archiving object MM_EKKO, and i have some questions:
- For view the archived and deleted data, is mandatory activate the info estruture before to archiving this table?
- When activate a info estructure, the table is locked? is recommended activate this in productive hours?
Regards,
Ernesto Castro.

Dear,
Stochastic Block
You can block invoices at random to check them again. If the stochastic block is active and you post an invoice that is not subject to any other blocking reason, it can be randomly selected for blocking.
A stochastic block is not set at item level, but for the whole invoice. If a stochastic block is set when you post the invoice, the system automatically sets an R in the field Payment block in the document header data; there is no blocking indicator in the individual items.
In Customizing for Invoice Verification, you can define:
==If stochastic blocking is active==
The degree of probability of a block. You set a threshold value and a percentage for this.
- If the value of the invoice is larger than or the same as the threshold value, the degree of probability that the invoice will be blocked is that of the percentage.
- If the value of the invoice is smaller than the threshold value, the degree of probability that the invoice will be blocked is calculated proportionally to the percentage.
If, for example, the threshold value is $100 and the percentage 50%, every invoice over $100 would have a 50% chance of being blocked; an invoice for $500 would have a 25% change of being blocked. If you want the degree of probability to be the same for all invoices, you set the threshold value to zero.
If you enter a threshold value of zero and a percentage of 99.9%, all invoices would then be blocked.
Visit : http://sapmmexpert.blogspot.com/2009/01/logistics-invoice-verification.html
Regards
Syed Hussain.

Similar Messages

  • Blocking Vendors on Company Code level

    Hi,
    Our Purchasing Organization has multiple Company Codes. Is it possible to block certain vendors for a Particular company code without affecting the other company codes which might be using that vendor??
    What exactly we are trying to do is block all future Purchase orders & Requisitions from being created for a list of Vendors for one company code. We do not want it to affect other Company codes within the same Purchasing Org which might be using the same suppliers.
    I know about XK05 but I think it puts a "Purchasing block" at the Purchasing Org level only and not on the Company code level. Is there any way to achieve this??
    Your inputs are really appreciated.

    Hi Martin,
    If you want to Block the Vendor for a Particular Purchase Organization and Company code then Go to XK05 and Select Vendor Pur Org and Comp Code and in Posting Block tab Activate for Selected Company code and in Purchasing Block tab Activate for Selected Purchase Organization and Save.
    Before this you need to set the following to Error.
    SPRO-MM-Purchasing-Environment data-Define attributes for System messages
    ME 023 Vendor & blocked for purchasing organization &
    ME 024 Vendor & flagged for deletion
    ME 025 Vendor & flagged for deletion for purchasing organization &
    For XK05 Message ME 023 would work.
    Regards,
    Nani.

  • When I try to activate Java plug in it keeps failing when I try to activate it. How can I get the Java plugin to activate on FireFox.Java has been updated.

    I tried activating the plugin at osgov.com/webcam.html to see the web cam. I keep getting an error message that the plug in failed when i try to activate it when I am on firefox.

    Hello T.B., if you already [https://support.mozilla.org/en-US/kb/how-to-use-java-if-its-been-blocked#w_activate-java-once Activate Java once], try to reload the page and check it again. If does't work try to [https://support.mozilla.org/en-US/kb/how-to-use-java-if-its-been-blocked#w_always-activate-java-for-a-site Always activate Java for a site]
    Java 7.11 is vulnerable, so use it, it if absolutely necessary.
    thank you

  • How to create infostructure for my own archiving object?

    We created our own archiving objects.
    Could you help tell how to create infostructure for each of them?
    Any info would be appreciated.

    Hi,
    Infostructure creation:
    1. Create Field Catalog
    2. Create Infostructure and assign Field catalog created
    3. Activate Infostructure
    4. Fill Infostructure
    >> Retrieve archived data
    Path to create Field Catalog:
    Goto SARI >> Customizing >> Environment >> Create Filed catalog
    Note: 1. During creation of Field catalog make use of field name from SE11 transaction.
    2. Target field and Reference filed should be same and Source table from which you are considering the filed name
    3. Key filed name should be Indicated
    Path to create Infostructure
    Goto SARI >> Customizing >> Environment >> Create Infostructure
    Assign Archiving object for which this infostructure is created and assign filed catalog
    Activate it.
    Path to Fill structure
    Goto SARI >> Status >> Select Archiving object and consider option Fill per Infostructure
    In Archiving explorer you can retrieve archiving data.
    -Thanks,
    Ajay

  • BAM Adapter fails with Authentication

    Hi,
    I've created a simple BPEL process which populates a sensor variable and tries to insert a row in a BAM data object. I have already configured the BAM Adapter to reflect the host, port, password, etc. When I call the BPEL process, the sensor variable gets populated but it does not proceed thereon to BAM. The message fails at BAM with the following:
    javax.security.auth.login.LoginException: [Security:090304]Authentication Failed: User webbam javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User webbam denied
    at oracle.security.jps.internal.jaas.module.authentication.JpsUserAuthenticationLoginModule.login(JpsUserAuthenticationLoginModule.java:73)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
    at javax.security.auth.login.LoginContext$5.run(LoginContext.java:707)
    at javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:703)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:575)
    at oracle.bam.common.security.authentication.BamLoginContext.loginJPS(BamLoginContext.java:320)
    at oracle.bam.common.security.authentication.BamLoginContext.loginJPS(BamLoginContext.java:289)
    at oracle.bam.common.security.authentication.BamLoginContext.login(BamLoginContext.java:157)
    at oracle.bam.common.security.authentication.BamLoginContext.login(BamLoginContext.java:95)
    at oracle.bam.adapter.adc.CachedConnection.<init>(CachedConnection.java:144)
    at oracle.bam.adapter.adc.ADCManagedConnectionFactory.getCachedConnection(ADCManagedConnectionFactory.java:503)
    at oracle.bam.adapter.adc.ADCInteraction.execute(ADCInteraction.java:226)
    at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.executeJcaInteraction(JCAInteractionInvoker.java:303)
    at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeJcaReference(JCAInteractionInvoker.java:542)
    at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeAsyncJcaReference(JCAInteractionInvoker.java:502)
    at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAEndpointInteraction.performAsynchronousInteraction(JCAEndpointInteraction.java:491)
    at oracle.integration.platform.blocks.adapter.client.JCABindingOperation.executeInputOnlyOperation(JCABindingOperation.java:159)
    at com.collaxa.cube.engine.sensor.sa.publisher.bamMonitor.BAMMonitorDataPublisher.sendPayloadtoBam(BAMMonitorDataPublisher.java:119)
    at com.collaxa.cube.engine.sensor.sa.publisher.bamMonitor.BAMMonitorDataPublisher.publish(BAMMonitorDataPublisher.java:80)
    at com.collaxa.cube.engine.sensor.sa.publisher.bamMonitor.BAMMonitorPublisherAdapter.publish(BAMMonitorPublisherAdapter.java:60)
    at com.collaxa.cube.engine.sensor.sa.BpelPublisher.publishMonitor(BpelPublisher.java:179)
    at com.collaxa.cube.engine.sensor.sa.MonitorDataRouter.send(MonitorDataRouter.java:14)
    at com.collaxa.cube.engine.sensor.dca.DataCaptureAgency.sendMonitorActivityData(DataCaptureAgency.java:455)
    at com.collaxa.cube.engine.sensor.dca.DataCaptureAgency.onActivityActivate(DataCaptureAgency.java:253)
    at com.collaxa.cube.engine.util.CompositeInstanceObserver.onActivityActivate(CompositeInstanceObserver.java:34)
    at com.collaxa.cube.engine.ext.bpel.v1.blocks.BPELProcessBlock.activate(BPELProcessBlock.java:77)
    at orabpel.bploracletofltwiface.BPEL_BIN$$BPELC_BpPrc0.activate(BPEL_BIN.java:979)
    at com.collaxa.cube.engine.CubeEngine.invokeMethod(CubeEngine.java:882)
    at com.collaxa.cube.engine.CubeEngine._createAndInvoke(CubeEngine.java:699)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:545)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:654)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:355)
    at sun.reflect.GeneratedMethodAccessor1126.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:88)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.wls.JpsWeblogicEjbInterceptor.runJaasMode(JpsWeblogicEjbInterceptor.java:61)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:106)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:106)
    at sun.reflect.GeneratedMethodAccessor898.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy246.handleInvoke(Unknown Source)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.handleInvoke(BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.java:462)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:35)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:141)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:82)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
    at java.lang.Thread.run(Thread.java:619)
    I know a lot of user have faced this issue (numerous posts on this forum) and the issues have been solved once the BAM Adapter in the WLS console was updated with the host, port, username and password. However, I am facing this issue despite changing that.
    Are there any other changes I am supposed to do after entering the values in the BAM Adapter? Do I need to activate in the change center or redeploy? I am using SOA 11.1.1.3

    Hi,
    I did not update the deployment plan for the BAMAdapter despite making changes in the BAMAdapter. This was the cause of the authentication failure.
    Thanks.

  • Pricing (header discount) based on VC characteristics

    Hi everyone,
    We manufacture and sell make-to-order products and use variant configuration to capture the specific characteristics required by the customer. The order quantity we use is EA. However, we wish to price by the square metreage of the product. At item level this is OK because VC can set a pricing variant according to its calculation of the square metreage and this is passed into the pricing conditions.
    However, we wish to offer a discount based on the TOTAL square metreage of product within the order that is distributed proportionately across the items in the order.
    Has anyone done anything similar?

    Devon
    1) My suggestion would be to include the threshold  by date in a custom Infostructure ( S500+)  in flexible planning- MC93.
    2) Also activate Infostructure S001 for customer analysis to update synchronously.
    3) Now include a Pricing Requirement  against the discount condition to compare the value in S001 with SXXX and  apply it only when the threshold is crossed.
    4) Maintain Discount rate  in a (dummy) condition record, but you may need a alt. Cond. Base value formula also.
    Hope this helps.

  • Invoice verification config???

    hii
    What are the significance of below configuration in invoice verififcation ??
    1.materials management>Logisti Inv Verifcation>
    do the settings for Invoice blocks??,
    Tolerances, then Incoming invoices..???,
    Indicator stochastic Block???
    2. Set check for duplicate invoice ??
    Explain me one by one with some example .
    Thanks

    Hi,
    1.Logistics Invoice Verification
    In the Implementation Guide for Logistics Invoice Verification, you make the system settings that are required for the following areas:
    a) Processing invoice receipts
    b) Connection to Financial Accounting
    Note:- You must process the sections for document types and number ranges in the Incoming Invoice unit.
    2.Invoice Block
    In the "Invoice Block" unit, you can configure the settings for blocking invoices.
    This includes the following functions:
    Determine Payment Block
    Set Tolerance Limits
    Item Amount Check
    Stochastic Block
    3.Set Tolerance Limits
    Specify the tolerance limits for each tolerance key for each company code.
    When processing an invoice, the R/3 System checks each item for variances between the invoice and the purchase order or goods receipt. The different types of variances are defined in tolerance keys.
    Variances are allowed within predefined tolerance limits. If a variance exceeds a tolerance limit, however, the system issues a message informing the user. If an upper limit (except with BD and VP) is exceeded, the invoice is blocked for payment when you post it. You must then release the invoice in a separate step. If the tolerance limit for BD is breached, the system cannot post the invoice.
    Note that if you set all limits for a tolerance key to Do not check, the system does not check that tolerance limit. Therefore any variance would be accepted. This does not make sense particularly in the case of the tolerance key Form small differences automatically.
    4.Stochastic Block
    Configure the system settings for the stochastic block.
    Activate: This specifies the company codes in which the stochastic block is used.
    Set: This specifies the degree of probability that an invoice is stochastically blocked.
    5.Duplicate invoices
    Invoice date If the system finds an invoice that matches all attributes, the system
    displays a customizable message.
    If you are entering credit memos, subsequent debits, or subsequent
    credits, the system does not check for duplicate invoices.
    The exception is the Argentina country version, where the system checks
    for duplicate invoices and credit memos.
    If a previously processed document is later cancelled and then entered
    again, no message is displayed.
    pherasath

  • Extract fractional part of division

    Hello,
    I am trying to acomplish having the case show up TRUE, if input 2 is a close multiple of Input 1.  In the default case provided, the ramainder is 3.00001837.  I was attempting to extract the fractional part of the division and pass that value to the comparson block to activate the TRUE/FALSE case structure.  If the fractional part is less than 0.0002, then the case will be true, otherwise false.
    Any help will be greatly appreciated.
    Thanks,
    hiNi.
    Attachments:
    extract decimal.vi ‏9 KB

    Hello,
    I am still having a problem extracting the decimal values even after using the absolute block.
    Any other help will be greatly appreciated!
    Thanks,
    hiNi.
    Attachments:
    extract decimal.vi ‏8 KB

  • IS Retail:Report/Document generation for inbound IDOC for Cashier Statistic

    Hi Friends,
    I have generated an inbound IDOC for Cashier Statistics with transaction WPUK in IS retail.
    The IDOC is generated successfully which I can view in POS interface monitor with transaction WPER.
    But i dont see any corresponding report or document generated for this successfully posted IDOC.
    Is there a functionality in IS retail to generate report/document for successfully posted IDOC for cashier statistics?
    Request you valuable inputs on this please.
    Regards,
    Debraj

    Hi John,
    Thanks for your inputs.
    Could you please let me know how do i activate infostructure S122 to see reports related to cashier statistics after successful posting of IDOC?
    Regards,
    Debraj

  • Field Exit in MIRO

    Hi,
      I want to put a field exit in MIRO transaction. The very objective is the system should not allow the user to enter values more than 10% of tot amt in "Amt. in Doc. Currency" field of G/L Account TAB.Which FIELD EXIT may be used??

    Hi Mahesh,
    You can acheive this funcionality by activating tolerence check in MRO
    There is no need to use field exit for that
    you can do as below
    If you want to block an invoice item on the basis of a particular variance in all cases, set the value and percentage for the upper limit to zero and select Check limit.
    You can define up to four limits for each tolerance:
    Lower limit
    Absolute
    Do not check
    Check limit: X
    Value: 20.00
    Percentage
    Do not check
    Check limit: X
    25 %
    Upper limit
    Absolute
    Do not check
    Check limit: X
    Value: 10.00
    Percentage
    Do not check
    Check limit: X
    10 %
    You can settolerance limits for the following to be checked during Invoice verification
    1) Price
    2)Quantity
    3)Date
    4)Small Differences
    5)Overall limit (Stochastic Block)
    6)Moving Average Price
    By setting the upper & lower limits in terms of absolute or in Percentages,The sstem allows the invoice to be posted but results in an Invoice Block.
    You need to set & Activate these tolerancesinorder that Blocks are enforced
    The Path is
    SPRO>Materials Management>Logistics Invoice Verification>Invoice Block>Set/Activate checks
    BR
    Diwakar
    reward if useful

  • Pricing discount based on daily order value

    Dear All.
    Any ideas on how to handle a scenario where a discount could be given if the customer meets a daily minimum order value?
    Not sales order minimum order value, but if the cumulative order quantity across all sales orders for a customer in a given day meets the threshold they would then receive the discount.
    Example:
    mm/dd/yyyy (threshold = $100)
    order 1 - 40, under threshold.
    order 2 - 50, under threshold.
    order 3 - 30, meets threshold.  Gets discount.
    all remaining orders for the day get the discount.

    Devon
    1) My suggestion would be to include the threshold  by date in a custom Infostructure ( S500+)  in flexible planning- MC93.
    2) Also activate Infostructure S001 for customer analysis to update synchronously.
    3) Now include a Pricing Requirement  against the discount condition to compare the value in S001 with SXXX and  apply it only when the threshold is crossed.
    4) Maintain Discount rate  in a (dummy) condition record, but you may need a alt. Cond. Base value formula also.
    Hope this helps.

  • SAP FUNCTION PROBLEM

    Hi, everybody!
    I want to active a function but pop-up a message! as follows
    "The FORM "RANGES_MODEL" does not exist"
    But this function already have Form. (I already created
    Thanks Advanced!

    i dont know the exact cause, but, mean while u can try like below,(may b already u done it!)
    -delete all the FORM, after copying it correctly in a notepad of ur desk top
    -double click on the perform "MODEL_RANGES"
    -then SAP give u FORM and ENDFORM.....so, use this block
    -then, ACTIVATE from SE37 screen
    thanq

  • Cannot activate used iPhone 5 - is it blocked somewhere?

    My company had a branch office in Japan which recently closed. Among equipment in the office were several iPhone 5 devices, one of which was the loaner I used while in country.  We canceled the contract with the carrier and (according to them) are paid in full, so I would like to activate that iPhone 5 in the USA to use as a touch and for APP/iOS testing purposes. 
    I've reset the phone and updated to 7.1.2 and when I try to activate over WiFi, I get a message that "Could Not Activate iPhone. Your iPhone could not be activated because the activation server is temporarily unavailable. Try connecting your iPhone to iTunes to activate it, or try again in a couple of minutes."
    So, I tried to activate while connected to iTunes on both a PC & a Mac (both running current iTunes - 11.3) on different internet connections.  Both give me the same message - "We're sorry, we are unable to continue your activation at this time. Please try again later, or contact customer care."
    I've checked with the carrier (au/KDDI), who confirmed there is no problem on the account and that the phone should be able to be activated with the original SIM (which is in the phone).  I'm not sure who else may have used the phone while visiting - maybe they connected it to their iCloud account or something?  I'm struggling for answers since anybody who could have answered my questions are no longer with the company.
    I guess I'm wondering who would be able to tell me what the problem is with activation - if there's an issue, is it an Apple thing or a carrier thing? If there's a block somewhere,
    I tried calling Apple support, but since the phone isn't in warranty status any longer, they didn't want to help me very much.

    When I turn on the phone, it brings me to the Hello screen, then I connect to WiFi (I have no service with the Japanese provider in the USA - the phone just says Searching...), and the phone goes off and tries to activate himself.  After a few minutes, it comes back with the "Could Not Activate iPhone" message.  I cannot get far enough with the phone to go into the Settings menu.
    I've had some correspondence with the provider (au/KDDI), and they confirmed that they will not unlock the phone to be used with another carrier, but they do support it being used on WiFi as a glorified iTouch, which is what I'm hoping to do.  They also confirmed there are no billing issues with the account.
    I guess what I'm trying to understand is if the carrier would block the phone from activation for some reason or if that's an Apple thing.  Or both?  I would imagine the carrier could disallow the phone to be used on its network (stolen or whatever), but would the carrier have the ability block the device from being activated with Apple? 

  • IE Pop-up Blocker activates on Webhelp, Webhelp Pro

    Recently acquired RoboHelp Pro to migrate MS Word docs to an
    on-line format. The corp IT environment does not allow local admin
    permission for users. We installed the application w/admin rights,
    and then returned the log-in to normal access.
    I have been testing the tutorial (Destinations). When I view
    the output in IE (6.0 SP2), the pop-up blocker activates. It does
    not activate with the SS layout is Microsoft HTML Help. It affects
    WebHelp and WebHelp Pro. I have tried to change the Active X
    controls in IE, and add the start file to the Trusted Sites.
    I can "allow Active X content from this site", and display
    the top window, but have to repeat every time the file loads. The
    left navigation window displays without problems.
    Has anyone experienced similar issues? Any suggestions?
    Thanks,
    Charles Arnold
    Technical Writer
    [email protected]

    Hi Charles Arnold and welcome to our community
    This should only occur if you view content locally off your
    PC. Once you place the output on a server, your users should not
    see this issue.
    Cheers... Rick

  • HT204380 i have an iphone 4 which i purchased from dubai. this handset has facetime blocked on it . now i use the handset in india and want to use facetime on it . how can i activate facetime on my handset. i am having the same problem with my 4s i got fr

    The query i have is that ,, i have an iphone which i purchased from dubai . facetime was blocked on it when i purchased it . however now i use the phone in india and i want to use facetime on it .
    i wanted to know if there is any way i can activate facetime on it .
    i am having the same problem with the 4s i purchased from riyadh .

    You can't. FaceTime has been permanently removed from your phone, there is no way to add it back. Next time, buy your phone in India.
    BTW: Your warranty & support will only be valid in the UAE.

Maybe you are looking for

  • Line items missing in RFC table when they are more than one!!!

    Hi All, I am doing a scenario where i map a proxy from SCM to a RFC in R/3. The problem i am facing is my proxy has more than 1 line item for a purchase order but in R/3 the RFC table contains only the first line item. Is there any special mapping th

  • Trouble downloading the Mountain Lion app

    I have been waiting for about 20 minutes and the app hasn't even downloaded yet. It has not moved at all. I know my mac is compatible because it is a MacBook Air that I bought in December. Any tips, suggestions, or possible answers to my problem woul

  • Photoshop Qutting Unexpectedly

    I apologize in advance if this is a novice mistake or has already been covered. Recently, photoshop has been quitting unexpectedly. I'm using CS5.1 and my boss recently updated our OS to snow leopard. I tried checking for updates -- none are availabl

  • Why can't I open my BlackBerry Messenger?

    I'm having this problem with my BlackBerry. I don't know why I can't open my BlackBerry Messenger. I've tried to plugged out the battery and put it back in but still, I can't open my BlackBerry Messenger. So I did it repeatedly but I can't still open

  • Which Developer Tools for Oracle Express 10g?

    Hello, I'm new to the area of developing .NET apps with Oracle. Till now 'Ive downloaded the Oracle Express 10g Edition and installed it. Now I want to install the Developer tools for .NET and I am not sure which one to install. I've seen that curren