"Page Security cannot be asserted" error

I have a page that depending on business logic will give various error dialogs (Y/N), however I keep getting the following error (when returning to self/calling page):<br>
<<<b>Page Security cannot be asserted. The page has either expired or has been tampered.</b>>>
<br><br>
I've was getting this when I pressed no so I did a work around by explicitly forwarding to current page:<br>
<< super.setForwardURL(oapagecontext, true, "OA.jsp?page=/oracle/apps/per/[mypackages]/MyPagePG&akRegionApplicationId=800", true, hashmap1, "N", true);>><br><br>
But after adding that, if I throw a validation exception (<<throw new OAException(..)>>) it gives me the same old error along with the one I specified in the exception constructor.<br><br>
Is there something special about this foward? In other places I use the very same method to redirect to dialog without any problems.<br><br>
Any ideas what causes this error?<br>
-C
<br><br>Source:<br>
<<
<br> String yes = oapagecontext.getMessage("AK", "FWK_TBX_T_YES", null);
<br> String no = oapagecontext.getMessage("AK", "FWK_TBX_T_NO", null);
<br> dialogPage.setOkButtonItemName(okButtonName);
<br> dialogPage.setNoButtonItemName("No");
<br> dialogPage.setOkButtonToPost(true);
<br> dialogPage.setNoButtonToPost(true);
<br> dialogPage.setPostToCallingPage(true);
<br> dialogPage.setOkButtonLabel(yes);
<br> dialogPage.setNoButtonLabel(no);
<br> java.util.Hashtable formParams = new java.util.Hashtable();
<br> if(appraisalId!=null){
<br> formParams.put("AppraisalId", appraisalId);
<br> }
<br> if(objectiveId!=null){
<br> formParams.put("pObjectiveId", objectiveId);
<br> }
<br> if(oapagecontext.getParameter("AddAnotherYes")!=null){
<br> formParams.put("AddAnotherYes", oapagecontext.getParameter("AddAnotherYes"));
<br> }
<br> if(oapagecontext.getParameter("ApplyYes")!=null){
<br> formParams.put("ApplyYes", oapagecontext.getParameter("ApplyYes"));
<br> }
<br> formParams.put("event", oapagecontext.getParameter("event"));
<br> dialogPage.setFormParameters(formParams);
<br> oapagecontext.redirectToDialogPage(dialogPage);
>>

I found the problem.<br><br>
<b>HashMap hashmap = super.getKeyParams(oapagecontext);<br>
hashmap.put("MyParam1", value)<br>
hashmap.put("MyParam2", value)<br>
hashmap.put("MyParam3", value)<br>
</b><br><br>
As it turns out, "MyParam1" was already pre-populated in the key hashmap and so when I tried to reset it, the framework noticed it was rekeyed and threw the mentioned error. Simply removing the line that inserts that param into the map fixed the problem.<br><br>
So, the solution was to use the code inspector in debug mode to crawl the hashmap to see what key params were auto-populated.<br><br>
hth,<br>-C

Similar Messages

  • URL Security cannot be asserted. The given URL has either expired.

    Hi folks ,
    When I click on the one of the Submit button on my Page ... getting this below error. Please can you help in resolving this.
    URL Security cannot be asserted. The given URL has either expired or has been tampered with. Please contact your System Administrator for help.*
    All my Pages , XML , Class file I have kept on the Unix Box and bounced it. Even after this also its gives the same error.
    Please help.
    Raghu

    Hey Anand , Thanks a lot.
    I thought its a generic error , so did not provided many details.
    And I got to resolution for this error as well.
    Scenario is follow :
    The search buttom was followed by a cusome page. Actually it was calling a a BNE application function. As I was creating a uploading integrator (WEB ADI ) , there was no need to give the BNE function parameters in the function definition. Removed the function parameters and hence error got cleared.
    Raghu

  • URL Security cannot be asserted.

    Hi folks,
    I'm currently working on eBusiness r12 (12.0.6)
    I tried to update a specific Role as followed:
    1- click on Roles & Role Inheritance
    2- under Roles & Responsibilities, select the specific Role (a custom role) and click the update Icon
    3- the specific custom Role is on update mode, when I click the update icon beside the permissions, then
    Error
    URL Security cannot be asserted. The given URL has either expired or has been tampered with. Please contact your System Administrator for help.

    Hi Hussein,
    I can now modify the grant for the specific custom role.
    The application was bounced during the night.
    But I'm still perplex; I can't reproduce the error.
    I check the log files in the application server; I didn't see a significative message relate with the error occured yesterday.
    Regards
    JC

  • Cannot open page Safari cannot open the page because it could not establish a secure connection to the server

    Hello Apple Experts!!
    I Am Surendra and very new to this forum.. I just came across a problem with my Iphone while connecting to my company WIFI.. we are using Web authentication.. meaning..
    The user will try to connect to the wireless network, the client will get the IP address and they are forced to open up the browser to provide the USERNAME and the PASSWORD on the webpage, once they pass the auth they will be able to access to the internet.
    The WEB PAGE that asks for the USERNAME and the PASSWORD is HTTPS and for some reason that page is not at all opening and i am getting the below error.. If i disable HTTPS on the cisco Device the IPHONE works great..
    Cannot open page Safari cannot open the page because it could not establish a secure connection to the server
    This is happening only on the OS 5 and on the OS 4 everything works just great!!
    I have a feeling that this has to do something to do with HTTPS / SSL connection with the IPHONE SAFARI or OS 5
    Am connecting to Cisco Wireless LAN COntroller and the access point acting as the WIFI devices..
    Any help on the same will be much appreciated!!
    Regards
    Surendra

    I'm having a similar issue.  Connecting on my iPad FROM ANYWHERE to my work's domain results in the message by the OP.
    I checked the ciphers enabled by their page, and this was returned:
      High Strength Ciphers (>= 112-bit key)
        SSLv3
          EDH-RSA-DES-CBC3-SHA       Kx=DH         Au=RSA     Enc=3DES(168)    Mac=SHA1  
          DES-CBC3-SHA               Kx=RSA        Au=RSA     Enc=3DES(168)    Mac=SHA1  
          RC4-MD5                    Kx=RSA        Au=RSA     Enc=RC4(128)     Mac=MD5   
          RC4-SHA                    Kx=RSA        Au=RSA     Enc=RC4(128)     Mac=SHA1  
        TLSv1
          EDH-RSA-DES-CBC3-SHA       Kx=DH         Au=RSA     Enc=3DES(168)    Mac=SHA1  
          DHE-RSA-AES128-SHA         Kx=DH         Au=RSA     Enc=AES(128)     Mac=SHA1  
          DHE-RSA-AES256-SHA         Kx=DH         Au=RSA     Enc=AES(256)     Mac=SHA1  
          n/a                        Kx=DH         Au=RSA     Enc=Camellia(128)  Mac=SHA1  
          n/a                        Kx=DH         Au=RSA     Enc=Camellia(256)  Mac=SHA1  
          DES-CBC3-SHA               Kx=RSA        Au=RSA     Enc=3DES(168)    Mac=SHA1  
          AES128-SHA                 Kx=RSA        Au=RSA     Enc=AES(128)     Mac=SHA1  
          AES256-SHA                 Kx=RSA        Au=RSA     Enc=AES(256)     Mac=SHA1  
          n/a                        Kx=RSA        Au=RSA     Enc=Camellia(128)  Mac=SHA1  
          n/a                        Kx=RSA        Au=RSA     Enc=Camellia(256)  Mac=SHA1  
          RC4-MD5                    Kx=RSA        Au=RSA     Enc=RC4(128)     Mac=MD5   
          RC4-SHA                    Kx=RSA        Au=RSA     Enc=RC4(128)     Mac=SHA1  
    This appeared to be a more than sufficient cipher list, yet my iPad won't load any page.  I highly doubt it's a problem with SSL2 not being enabled because SSL2 has been deprecated for awhile now.
    Any ideas?

  • "XML page cannot be displayed" error

    Using XML output on a table with more than a few rows falls over with a "XML page cannot be displayed" error. Sometimes only the error is displayed, sometimes some rows are displayed with this error at the end of the page (eg the DEMO_STATES table)
    Can anyone advise if there is some sort of limiter at work here?
    Thanks,
    Barry

    i'm pretty sure that error comes up when your browser (ie, specifically, i believe) can't render the xml data it's received. i'm also pretty sure, as the full message implies, it's because it doesn't know what style sheet to use when you go to that page. in short, it's a browser config issue. one way to bypass it (to at least prove that it's a browser issue) would be to create a link to your page, right click the link, and do a "Save Target As...". the resulting file will be your valid XML one. fwiw, i've had better luck controlling the manner in which my xml data is received when i use mozilla or netscape (but i'd imagine there's just some setting you'd toggle in IE to avoid your issue).
    hope this helps,
    raj

  • While viewing a page I suden get "Oops! This page appears broken. DNS Error - Server cannot be found." However I can back arrow to the page

    I just upgrade to versions 18.0.1. I am suing Window 7 64 bit.
    Now I while I am viewing a page I suddenly receive the error massage "Oops! This page appears broken. DNS Error - Server cannot be found."
    I can use the back arrow key to bring the paper back.
    If I have several tabs open, I can watch one tab after another change from the page name, It doesn't seem to matter who page it is, Yahoo, Washington Post, NBCNews,

    I am not a techie. I keep 15-20 to tabs open at a time for reference while working. When I upgraded to this version, all my tabs were closed and my history was erased. I still have not recovered from that loss. I do not want to have this repeated!
    If I was using pdfforge extension (what ever that is) before the upgrade, why is it venomous now?
    Besides this issue, since upgrading I suddenly starting having the audio from commercials being played from tabs that are not active (open). I now have to leave my audio muted.
    I expected assistance from Firefox not some unknown individual ( iamjayakumars) who for all I know is a troll trying to get me to do something to expose my computer to attack.
    I allowed Firefox to collect data they needed from my computer when I submitted the question.
    Fix the bug in your program! I have used Firefox since it came out. I am within a hairs width of switching browser. The only thing holding me with Firefox is my bookmarks. If I figure out how to export them, I am gone.
    FIX YOUR BROWSER!!!

  • "Page cannot be found" error when submitting tabular form

    One of our developers has used a wizard to create a tabular form with the intent or providing an interface for updating one of our tables. The page runs correctly up until the point when the user clicks the Submit button. The user is then re-directed to a "page cannot be found" error page. I checked the apache error log and I'm seeing this error (ip addresses hidden):
    [Wed Oct 13 06:37:59 2004] [error] [client x.xxx.xxx.xxx] [ecid: 1097674679:x.xx.xxx.xx:7286:0:23738,0] mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-400 Too many arguments passed in. Got 2009 parameters. Upper limit is 2000
    We have pages in other applications that were built the same way, and can't figure out why we are seeing these errors.
    Any ideas?
    Thanks.
    Matt

    Sorry I didn't want to take the time to import the application, create the data structure and populate it, when the page is now working. However it seems like you should be able to easily re-create the situation. All I did was go through the wizard for a tabular form. It was based on a view and displayed all the columns, most of them updatable. It seems like what makes it fail (error when either CANCEL or SUBMIT is clicked) is just having a lot of fields on one screen. I base this conclusion on the error message from the Apache error log (mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-400 Too many arguments passed in. Got 2134 parameters. Upper limit is 2000) and on the fix of reducing the number of rows on one screen, using pagination.

  • "Page cannot be displayed" error when attempting to download large dataset.

    In the following code, can anybody please tell me at what point the data actually starts to get transferred and the popup "download file" box appears? I'm thinking that the dialog box should appear on the first outputstream.write and start transferring data. However, I think it's not transferring the data until the while loop has finished! That's bad because this is a real long process and I eventually get "Page cannot be displayed" error. On a smaller dataset (shorter while loop) everything seems to work correctly. Is there some sort of a web server configuration that tells it to write out the data ONLY if outputstream closes? I really need it to write out the data as it's coming in. Code is below and thanks in advance.
    response.setHeader("Expires", "0");
    response.setHeader("Content-disposition","inline;filename=Download.csv");
    response.setContentType("application/x-msdownload");
    outputStream = response.getOutputStream();
    bufferInBytes = this.getData();
    while (bufferInBytes != null)
    outputStream.write(bufferInBytes, 0, bufferInBytes.length);
    outputStream.flush();
    bufferInBytes = this.getData();
    outputStream.close();

    Hi All,
    Thanks for all your help.
    Seems I already found out the issue.
    Since we are using "Personal Home Page" for the system profile option "Self Service Personal Home Page Mode" I checked oracle note and found out
    that 11i did not support this mode. Maybe this is the problem that is why we are getting page cannot be displayed error when only 1 responsibility is active.
    The way to fix this, is to use mode 'Framework Only' instead of 'Personal Home Page' as Oracle are phasing out mod_plsql based UI and it will not be present in future releases. No maintenance is being performed (i.e. bug fixes) to the mod_plsql based UI technology.
    Please check this note for more clearer explanation:
    Is The 'Personal Home Page' Mode Supported In Oracle 11i Applications? [ID 368628.1]
    Again, thank you for your help!

  • Page cannot be displayed' error when 2 events (FireAction and GO) fired

    We have created a framework page where FireAction event will be executed
    when the value of a calendar item is modified. When we modify the
    value and leave the cursor in the field (without tabbing out), and click
    GO button, 'Page cannot be displayed' error message will be displayed.
    When FireAction event is started, we use CO to retrieve the event. And
    when the cursor remains in item1 after being modified and click GO,
    2 events will be started (the FireAction event and the GO button's event)
    and 'Page cannot be displayed' error will be shown since CO is retrieving
    2 events at the same time.
    Since by changing certain fields of framework page without tabbing out
    is a regualar operation, how can we go around this error when we are
    using FireAction event?
    sample34_00co.java
    package oracle.apps.xx03.ap.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.OADialogPage;
    import java.util.Calendar;
    * Controller for ...
    public class Sample34_00CO extends OAControllerImpl
    public static final String RCS_ID="$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
    public StringBuffer message = new StringBuffer();
    * Layout and page setup logic for a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    Calendar cal = Calendar.getInstance();
    // When the browser back button is not executed
    if (!pageContext.isBackNavigationFired(false))
    System.out.println("NOT FROM BACK BUTTON!! ["+cal.getTime()+"]");
    // When the browser back button is executed
    else
    System.out.println("FROM BACK BUTTON!! ["+cal.getTime()+"]");
    //Action being performed when the browser back button is executed
    OADialogPage dialogPage = new OADialogPage(STATE_LOSS_ERROR);
    pageContext.redirectToDialogPage(dialogPage);
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    Calendar cal = Calendar.getInstance();
    if ( "updateItem1".equals(pageContext.getParameter(EVENT_PARAM)) )
    //When FireAction is executed
    System.out.println("item1 FireAction is executed! ["+cal.getTime()+"]");
    else
    //When other actions beside FireAction is executed
    System.out.println("item1 FireAction is not executed! ["+cal.getTime() +"]");
    sample34_00pg.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!-- dbdrv: exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:~PROD:~PATH:~FILE &fullpath:~PROD:~PATH:~FILE -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/~PROD -rootdir &fullpath:~PROD:mds:directory -->
    <page xmlns:jrad="http://xmlns.oracle.com/jrad" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:ui="http://xmlns.oracle.com/uix/ui" version="9.0.3.8.11_1183" xml:lang="en-US" xmlns:user="http://xmlns.oracle.com/jrad/user" xmlns="http://xmlns.oracle.com/jrad" file-version="$Header$">
    <content>
    <oa:pageLayout id="PageLayoutRN" windowTitle="Sample34_00 WindowTitle" amDefName="oracle.apps.fnd.framework.server.OAApplicationModule" title="Sample34_00 PageHeader">
    <ui:corporateBranding>
    <oa:image id="corporateBrandingImage" source="/OA_MEDIA/FNDSSCORP.gif"/>
    </ui:corporateBranding>
    <ui:contents>
    <oa:messageComponentLayout id="MainRN" controllerClass="oracle.apps.xx03.ap.webui.Sample34_00CO">
    <ui:contents>
    <oa:messageTextInput id="item1" prompt="item1" dataType="DATE">
    <ui:primaryClientAction>
    <ui:fireAction event="updateItem1"/>
    </ui:primaryClientAction>
    </oa:messageTextInput>
    <oa:messageLayout id="ButtonLayout">
    <ui:contents>
    <oa:submitButton id="Go" use="/oracle/apps/fnd/attributesets/Buttons/Go"/>
    </ui:contents>
    </oa:messageLayout>
    </ui:contents>
    </oa:messageComponentLayout>
    </ui:contents>
    </oa:pageLayout>
    </content>
    </page>
    ----------

    Shive...good one..!!
    One thing that you can do if you don't wanna have PPR, is to validate date column in fire action event in CO in process form request, and raise an error if you don't find appropriate format or null , as per your requirement.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Page cannot be dispalyed errors on apex 3.0

    Hi,
    We had an application express 3.0 envirnoment and today morning we encountered the page cannot be displayed errors which accessing the page.When i stop and start the http server,we can access the pages for 15 min but again after that the page cannot be accessed errors are occuring.Can anyone help in identifying the errors that associated with this issue
    Thanks

    Check the Apache error log.
    Scott

  • "Page cannot be displayed" error in EBS R12

    Hi All,
    We implemented EBS R12 with 2 Application Node, 2 CM nodes and 2 DB Nodes(RAC). We have also setup load balancer at the application level. We have enabled HTTPS at the load balancer level. Our application works perfectly fine except some of the PIM module related screens and especially Workflow Manager, it gives us "Page Cannot be displayed" error sometime. What we have observed is, Our URL is https://ebs.abcltd.com but when we click on Workflow manager link under Oracle Application Manager, the URL gets redireced to http://ebs.abcltd.com:443/. We would like it know why this redirection is happening? as we have not mentioned this (http://ebs.abcltd.com:443) url in our context file.
    Thanks,
    Prasad

    Hi Prasad,
    Can you find any errors in Apache/Workflow/Database log files when this error occur?
    Did you verify the session persistence on the load balancer? -- See the documents referenced in this F5 Load Balancer with Oracle 11i.
    Regards,
    Hussein

  • The page cannot be displayed Error showing for workspace

    Hi All
    The page cannot be displayed Error showing for workspace.
    http://localhost:19000/workspace/index.jsp
    Other web applications working fine.... Shared Services, FDM webclient
    1. I have restarted Hyperion Workspace - Agent Service and IIS Admin service Still my problem didn't get resolved.
    2.Below web services extensions provided *"Allow"* permission in Internet information services(IIS)Manager
    Active Server Pages
    ASP.NET v1.1.4322
    ASP.NET v2.0.50727
    Internet Data Connector
    Server Side Includes
    WebDAV
    Application Pool->DefaultApp Status showing Running
    Web sites->*1.Default web site 2.Administration* Status showing Running
    Regards
    Smilee

    Correct, I just mistyped it in my thread. I just tried "http://epm.southbay.local:19000/workspace/"
    When I click Start Reporting and Analysis core serivces a command prompt window opens with the name "server" on the window, but the command prompt window itself is empty.

  • Page cannot be displayed error while accessing links on DAS page

    Hi,
    I have installed SSO server along with DAS on a single m/c. While installing i gave OID instance hostname and password. After installation when i access the DAS homepage and click on Login or Myprofile url is is throwing Page cannot be displayed error page
    i found following in the Apache\logs\error.log
    [Wed Nov 23 10:28:26 2005] [error] [client 198.186.43.113] [ecid: 1132759706:198.186.43.113:2408:2136:6,0] MOD_OC4J_0376: Request initial processing failed in ac worker with HTTP status code 1. This status will be passed back to the listener for error handling.
    I checked OC4J_SECURITY and HTTP_Server status. They are up and running. OID is also running.
    Any solution for this problem?

    Hi,
    I once faced a similar problem - I am not sure if the issues are related, but here goes :
    I figured out that DAS uses mod_osso to connect to the SSO Server. I hadn't configured mod_osso to correctly talk to the SSO Server. I used the ssoreg.sh script in the $ORACLE_HOME/sso/bin to make the mod_osso " talk " to the SSO Server.
    After this, the DAS started working properly.
    BTW, what's your AS instance version ?

  • When Loading a Webdynpro Application getting Page Cannot be displayed Error

    Hi All,
    Webdynpro application when loading through Internet or VPN connection is displaying a Page Cannot be displayed Error and when we try to refresh it automatically loads the page.
    Application is launched from the SAP Netweaver Portal. Operating System is Windows Vista and IE -7. Can anyone please let us know how to resolve the issue.
    Any help is higly appreciated.
    Thanks,
    Madhavi

    Hi,
    How is configured the Cache of Your Internet Explorer, try to set it to verify the new version at "Every visit to page".
    Maybe a cache problem.
    Best regards

  • Page cannot be found errors

    Using MacBook 3.1 running OS X Snow Leopard, I am getting random "page cannot be found" errors, or the inability to load images, usually on specific sites. Google, Facebook, and Amazon were giving the most trouble yesterday. Now it's happening with more sites. Firefox is my primary browser, but I get same results in Safari and Chrome. Other computers using the same connection just fine (both Mac and PC). My MacBook connects fine when connected to on other wi-fi networks or using my cell phone's 3G.
    I have tried clearing all kinds of cache (and in Firefox it's currently overriding to store 0 MB cache) including:
    1. User Account/Library/Caches - delete everything inside the caches folder.
    2. System/Library/Caches - delete everything inside the caches folder then restart.
    according to this discussion: https://discussions.apple.com/thread/2331995?start=30&tstart=0
    I've also read through this discussion: http://mac.bigresource.com/OS-X-Leopard-Some-Sites-including-Google-Does-Not-Wor k-w6GTVWfnY.html
    Seems everyone else fixes the issue by removing Peer Guardian. I've never heard of that program and don't have it installed (or any other filtering software for that matter).
    fwiw, the problem connection is a DSL line provided by  Cincinnati-area ISP called zoomtown. (Maybe other Mac users have had similar issues with them?) Obviously I'm going to call the ISP (though I'm not hopeful they'll have a clue) and see if the local Apple Store has heard of this issue with Macs on this ISP. Unfortunately, I probably cannot duplicate the issues at the store.
    Appreciate any advice if anyone's had this kind of issue before. Thank you!
    Jason

    May have found the culprit within my DNS settings. It's worked for the past 5 minutes at least, while testing several of the problem sites with no errors.
    Going into my AirPort settings, I had a DNS address of 4.4.4.4. I deleted that one and now have the addresses to OpenDNS at 208.67.222.222 and 208.67.220.220.
    More info: http://macs.about.com/od/faq1/f/browserdns.htm
    We will see if this proves to be a permanent solution.

Maybe you are looking for

  • Spry Collapsible panel - open and closed default question...

    I am using a Spry Collapsible panel in a vertical nav menu (DW CS4) and it's in a template for my site. I want it to be closed as default on the Home page, but when a visitor clicks to open it and selects their option, I would like it to remain open

  • How can I contact Adobe?

    I have tried several times to get an answer to a question. I have an invasive pop up which claims to be from Creative cloud. Since i have not downloaded or updated anything i want to know if it is genuine before entering a password. I now have four i

  • Thunderbolt to VGA adapter issues

    Hi guys, I have bought a THUNDERBOLT TO VGA adapter to duplicate my screen on my TV, but when i plug in it my TV doesn't show anything. It shows just "Control signal", but I don't know how fix this problem. Could you help me? Thank you !

  • Can not add Infopackage in Process Chain

    Hi, I am in BI 7.0. I want to insert an infopackage to the process chain, but this is not possible. I get the popup to enter an infopackage, but the input field is not ready for input. If I press F4 I get the message 'No data selected'. Then when I p

  • New rMBP 13, unable to connect Mac App Store at all.

    I just brought a rMBP 13, but I wasn't able to open the Mac App Store in China at all. Mac info is OSX 10.8.2 and network is fine. After searching the website for help but nothing useful, I really upset by this situation. Plz help!!!Thx!!