Apex with SharePoint

Has anyone had to integrate with SharePoint Apex?

You will need to perform a query on a SharePoint Server.
I created a page in html for a test and it worked.
The same code within the Apex was not working.

The query does not return and does not return an error.

The request was made via AJAX.
follows:
$. AJAX ({}
URL: 'http://../lists.asmx '.

type: 'POST',
data type: "xml."
Date: soapenv
full: processResult,.
contentType: "text / xml; «charset =------' utf-8-«»
});


Anyone know how to make this request?

Thank you

The query does not return and does not return an error.
The request was made via AJAX.

Use the Chrome network monitor to see the details of the request and the response you get.

If you want to make the query/query on the side server, IE using PL/SQL instead of Javascript, then the following may be useful: http://ora-00001.blogspot.no/2011/08/ntlm-for-plsql.html

-Morten

http://ORA-00001.blogspot.com

Tags: Database

Similar Questions

  • Foglight integration with Sharepoint 2010

    Hi all

    We have a new demand to integrate Foglight 5.6.4 with Sharepoint 2010. We would like to highlight

    dashboards in Sharepoint Foglight.

    Please share us the documents and items for that explains the stages of integration in detail.

    Kind regards

    Guenoun.

    Golan spoke on this request in the past. Search for article

    Dashboard Foglight as a SharePoint WebPart

  • Connectivity with SharePoint

    Is it possible to establish a connection with the CPSC with SharePoint? I have a requirement to process a request and push some data in SharePoint. Not sure how it is going to be - an attachment to a folder, no doubt.

    Any help is greatly appreciated!

    Thank you

    Guna

    What kind of API to the North is SharePoint has to first catalog of Service to call?  If the REST or even SOAP API, we have existing patterns.

  • HR 11 Version Control with Sharepoint do not restrict access to project; Only access section

    Help please. What I am doing wrong?

    We have RH11 and publish webhelp output. A member of the society gave me permission for a sharepoint site so I could implement version control, but we are having all sorts of problems. I'm not a sharepoint user, so I'm fumbling around in the dark. My experience of HR and Doc-To-Help version control is based on the use of a system that someone else has already created for me.

    I thought it would be easy and sold my team on the idea, but now members of the team are overwhelming each other all the time. We do not seem to lock a project so that no one else can edit/replace. We receive messages on a topic where we do not have permission to work on them, but we want the whole of the project should be blocked. Also, another Member of the team keeps opening files on a SharePoint site instead of from their local disk.

    Where detailed information about best practices for setting up and using the HR with SharePoint version control system? Are there options that I need to turn on or off? Are there options on the Sharepoint side, I should turn on or off? I need hand-holding more that I found - thank you!

    If I understand correctly, you want to lock the whole project and want to avoid overwriting one anothers changes, right?

    To block the project, click 'Check out all' on the Collaboration tab in the Ribbon. This will check out the entire project exclusively for you. So no one can make any changes.

    To overwrite the changes, this probably occurs because the authors exceeded versions on their desktop. The simplest way around this (particularly effective as you will check the entire project) is by definition 2 options:

    1. In the options under Version control, check the option always get the latest version of a project before opening. That way, whenever you open a project, you will always have the latest version and won't overwrite one anothers content.
    2. In options, select "Clear DTCS before opening project" to ensure that you'll nave have old stuff in your local cache.
  • How to connect my APEX with SQL Developer workspace?

    Hi all

    I am a new user of Oracle Apex. Is there a way to connect to my workspace created to http://apex.oracle.com/pls/apex with SQL Developer. If so, then let me know how. If someone has done successfully then please help me.

    Thank you

    Gerard

    Hi Gerard,

    It is not possible to do this on apex.oracle.com.

    Joel

  • Developer suite 10 g applications with sharepoint

    Hi all
    We use the developer oracle 10g to oracle database 10g on windows server 2003.

    our Organization will implement Microsoft Sharepoint 2013.
    they ask me to provide a report containing information such as
    1 could take us account of our existing Builder applications inside oracle forms?
    2. how oracle implemented with sharepoint forms?
    3. What are the other aspects, we have to keep in mind about the implementation of forms of oracle with sharepoint?

    could someone help?

    Kind regards.

    SharePoint is a content management system.

    Forms is a tool for development of applications.

    I don't see anyway possible. I guess you can put URLS in Sharepoint that point to your form applications...

    {forum: id = 82} would be a better forum for this discussion, but I don't see that the integration of forms and Sharepoint is something that makes same logical sense.

  • Management of an APEX with walk-APIs - it APEX runtime environment?

    People,

    APEX Version: 4.2.1
    Database EE 11 GR 2
    Listener: EPG

    TLDR: Go at the end of the question for this thread in bold.

    I work in an environment where we have maintained by Oracle Forms applications and Oracle APEX on a database only internal production data. We want to take a redacted together these data (PII or personal Identifiable Information removal) and some applications of the APEX and put them on a separate external server for public consumption. The internal production environment is running APEX with the runtime and development environments. The external server runs APEX with just the execution with the query, only the applications environment. While two of the external applications are public applications without authentication (both work very well), there is an application that will have a relatively small number of users who authenticate with the application to access more detailed information than the general public. Still no PII or something like that, a little more information. Users are users of workspace APEX. The three applications are in the same workspace.

    I have to assume that I'm not the only person with the above configuration, but I had a moment difficult to work right. Although the documentation does not have the API, it is not always clear which API you would use and why.

    For example, in the internal production environment when a user connects to the authenticated application, they get access to the application (if they are in the right group) or they get an error page indicating that they have no access to the application. In the external runtime application that they will always have a ' ORA-06550: line 4, column 55: PLS-00201: identifier ' WWV_FLOW_F4000_PLUGINS.» ' INTERNAL_4155_SESSION_SENTRY' must be declared ORA-06550: line 4, column 1: PL/SQL: statement ignored ' error, which "sort of" makes sense because the application referenced (4155) is part of the installation of development and is not included as part of the runtime install only (either by the way, this seems like a bit of an oversight on the part of the APEX team). It is pretty obvious that the export and import of the workspace (and its users) 'something' got zero and some type of password reset is requested. Of course, end-user password reset request is not included in a single installation of runtime...

    So, off to the API to see if I can "reset" on the single runtime installation external users so that they do not have to reset their passwords when first connecting. Wow... Lots and lots of API. Understand that you must set the security with the APEX_UTIL group id. SET_SECURITY_GROUP_ID API takes some time. After much wandering around, I settled on the apex_util API and the WWV_FLOW_USERS view as a good place to study...

    However, when we query the view WWV_FLOW_USERS on each side, all of the columns "expected" that one would expect because of this behavior are identical between the installation of development / internal enforcement and the only external runtime installation. Things like CHANGE_PASSWORD_ON_FIRST_USE and FIRST_PASSWORD_USE_OCCURRED are identical (and btw, not the values that you expect them to be... FIRST_PASSWORD_USE_OCCURRED is N for all users except the user ADMIN). The only values that differ between the two environments are as CREATED_BY, CREATION_DATE, LAST_UPDATED_DATE, and LAST_UPDATED_BY columns.

    Things that work just great:

    < li > the installation itself! Very easy to move backward between each environment (runtime only or runtime and development).
    < Li > integration with SQL/Developer is fantastic. It is very cool to be able to right-click on an application in the internal environment and deploy it to the unique runtime environment. Ideally, it would be nice to be able to move workspaces APEX in the same way.

    Things that do not seem to be large:

    < Li > when that documentation tells you what each API, it doesn't tell you why you want to use it, or what you would use it for. Having a section "useful use case" in the documentation would be great. Yes, there is the example of code (which of course does not mention that you need to set the id of Group of security for most of them to work), but the code example is not really tell you why and what each of the attributes you can set with her (for the API set for example) will actually... For example the documentation does not really that many fields are not yet used, and even if the values are the exact opposite of what you would think they would be.

    So, my immediate question:

    What API will allow me to have users exported with a workspace to use applications that are authenticated in a single installation of runtime?

    And my follow-up question (s):

    You can actually use the API defined to manage a runtime environment and is at - it a good resource that explains the how and why rather than just the choice of the API.

    Well, after a lot of trying things, I finally had things to work.

    It seems that export and import a workspace "expires" users to your workspace. Despite the fact that, in the development environment / the ACCOUNT_EXPIRY (which is a date) has a whole bunch of different values and seems to work perfectly, when you import a workspace that the ACCOUNT_EXPIRY column is ready on the date you did import previous internal enforcement. For some reason, this is an indication that your account has expired at the time when you look at the WWV_FLOW_USERS table. Not one of the columns expected, but on the contrary this date column...

    So let's take a look at the [url http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35127/apex_util.htm#autoId126]Unexpire account of the workspace of the documentation procedure:]

    UNEXPIRE_WORKSPACE_ACCOUNT Procedure
    
    Unexpires developer and workspace administrator accounts and the associated passwords, enabling the developer or administrator to log in to a workspace.
    
    Syntax
    
    APEX_UTIL.UNEXPIRE_WORKSPACE_ACCOUNT (
        p_user_name IN VARCHAR2);
    
    Parameters
    
    Table 21-107 describes the parameters available in the UNEXPIRE_WORKSPACE_ACCOUNT procedure.
    
    Table 21-107 UNEXPIRE_WORKSPACE_ACCOUNT Parameters
    Parameter           Description
    
    p_user_name  The user name of the user account
    
    Example
    
    The following example shows how to use the UNEXPIRE_WORKSPACE_ACCOUNT procedure. Use this procedure to renew (unexpire) an Application Express workspace administrator account in the current workspace. This action specifically renews the account for use by developers or administrators to login to a workspace and may also renew the account for its use by end users to authenticate to developed applications.
    
    This procedure must be run by a user having administration privileges in the current workspace.
    
    BEGIN
        FOR c1 IN (select user_name from wwv_flow_users) loop
            APEX_UTIL.UNEXPIRE_WORKSPACE_ACCOUNT(p_user_name => c1.user_name);
            htp.p('Workspace Account:'||c1.user_name||' is now valid.');
        END LOOP;
    END;   
    
    See Also:
    "EXPIRE_WORKSPACE_ACCOUNT Procedure" and "WORKSPACE_ACCOUNT_DAYS_LEFT Function"
    

    It's very nice and all, but there are some things missing in the example above:

    (1) you must call the procedure of apex_util.set_security_group_id with the ID of the workspace you want to unexpire accounts.
    (2) you will need to issue a COMMIT for steps to engage the unexpire.

    Question: How are you supposed to know you need to do the above two steps?

    Take a look at what the API documentation has for the description of the SET_SECURITY_GROUP_ID procedure:

    SET_SECURITY_GROUP_ID Procedure
    Use this procedure with apex_util.find_security_group_id to ease the use of the mail package in batch mode. This procedure is especially useful when a schema is associated with more than one workspace. For example, you might want to create a procedure that is run by a nightly job to email all outstanding tasks.
    

    Note that there is no mention that you will need to call the SET_SECURITY_GROUP_ID procedure for almost all other API calls in the APEX_UTIL package (or at least many of them)...

  • Integration of apex with EBS R12 - javax.servlet.ServletException

    Morning,
    We are in the process of upgrading to 11i to R12 and we found that our launch Apex in 11i method no longer works in R12. We try to follow the following instructions: http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf and have created a .jsp file and compiled according to the document. When we try to start the apps function if we get:
    An exception occured.
    
    URL=XXX/OA_HTML/XXFND_LaunchApex.jsp?transactionid=1236782452&language_code=US&CallFromForm='Y'&p_application=112&p_page=101&oas=DScF2XdCwRRnxFePUKHOnQ..
    
    javax.servlet.ServletException: oracle.classloader.util.AnnotatedClassNotFoundException: 
    
           Missing class: _XXFND__LaunchApex
    
         Dependent class: oracle.jsp.runtimev2.JspPageInfo
                  Loader: oc4j:10.1.3
             Code-Source: XXX/apps/tech_st/10.1.3/j2ee/home/lib/ojsp.jar
           Configuration:  in META-INF/boot.xml in XXX/apps/tech_st/10.1.3/j2ee/home/oc4j.jar
    
    This load was initiated at oacore.web.html.jsp1603821464:0.0.0 using the loadClass() method.
    
    The missing class is not available from any code-source or loader in the system.
    I have XXX'ed on our field. Someone else has it, or anyone who has successfully integrated apex with EBS R12 can let me know what they were doing?

    Thank you

    Hello

    If the jsp is compiled successfully you can bounce your web server before you can use the jsp. See MOS notes 458338.1 for further details.

    In fact, now that Oracle have updated their FND gateway for integration Apex there are only a few situations (for example, if you want to pass parameters to the function of the form at the Apex) where you need to use a custom jsp page to launch the Apex. In most cases you can use the Oracle provided GWY.jsp to start your Page Apex. To use this jsp, you must apply the patch 12316083 EBS R12 (and the patch 12726556 if you launch in browser forms). How to use the GWY.jsp is described in 'Extending Oracle E-Business Suite Release 12 using Oracle Application Express' white paper.

    Rod West

  • Problems in using the APEX with glassfish server listener

    Hello
    I try to install APEX with listener application on my Oracle R12 application server. I installed glassfish 3.1 (zip file) and deployed my interlocutor on glassfish using the administration console
    http:// < Host >: 4848

    But I am not able to run the following links to get the status of the listener
    http:// < Host >: 8080/listenerStatus

    I get the following error when I try to connect using my user adminlistener who I defined under the Admin group, in accordance with the installation guide.
    HTTP status 403 - Access to the requested resource has been denied

    --------------------------------------------------------------------------------

    type of status report

    messageAccess to the requested resource has been denied

    descriptionAccess to the specified resource (access to the requested resource has been denied) was banned.


    --------------------------------------------------------------------------------
    Oracle GlassFish Server 3.1
    Also, when I try to start the administration console application using the link http:// < host >: 8080/apex
    I get the following error

    application = 4500 workspace = 10+.
    Error ERR - 1014 Application not found. +

    OK+


    Anyone know what could be the problem? Earlier, when I did the installtion even on my personal computer that runs on Windows OS I had faced some questions like this and was able to resolve by reinstalling glassfish with port 7878 place default 8080 HTTP and that solved the problem.

    But this time, I try to install on the Linux server and since I used the option of the glassfish server .zip file I don't have the option to configure during the installation. If you think that the problem is due to the conflict to port 8080, then can you please tell me how I can change the HTTP port without having to reinstall the glassfish Server?


    Thanks in advance!

    Hi reda,.

    http:// : 7878/apex/listenerStatus (I changed my HTTP port for 7878)

    But I have error which I run this URL below.

    HTTP status 403 - Access to the requested resource has been denied

    I'm sorry I have not answered your question 403, but I thought it should be a primary target in order to get your APEX installation up and running first.
    As you have moved this issue, it is logical to continue on other issues in your deployment.
    You say that you are trying to connect to listenerStatus as "adminlistener" with the group "Admin". You must use a user with the 'Manager' of the page group.
    However, if you have "Admin", you can access the 'status' tab in 'listenerAdmin' that contains exactly the information you see in 'listenerStatus '.

    Also, when I run the URL Listner Administrator page loads properly, but all fields are disabled. So I can only see the page, but not to make changes to the fields on tab 'connection '.

    You can change the JDBC settings in this tab? You must open the subform to display the fields.
    And you are able to change any settings on the other tabs?
    If so, everything works as expected. It is not possible to change the credentials of database using "listenerAdmin". The shape looks like the one you get in "listenerConfigure", but it is implemented differently, so what you see is the expected behavior.

    However, I can click on the 'Apply' button on this page and when I do that it takes me to the login user APEX screen. This is how it should be?

    Yes. What is this "Apply" button to reset the connection pool to use the current JDBC settings, which you should be able to edit as shown above. Therefore, when you apply the changed settings, the listenerAdmin will take you to the start APEX page to check that everything works (always) and continue to use APEX.

    -Udo

  • URM11g integration with Sharepoint

    Hello

    I use the following specifications to integrate URM11g with Sharepoint.

    -> URM11g
    -> URM_SharePointAdapter_64bit
    -> Sharepoint 2007 SP2
    -> database: OracleXE11g

    I installed the card in the sharepoint server computer and now trying to run the database script to create the tables, but could not able to run the script successfully set up the ODBC data source and it communicates with the database server as well. Executing database script, I get "* ERROR [HY000] [Oracle] [ODBC] [Ora] ORA-00955: name is already used by an existing object *" for table AGENT_DATA, so I dropped the table and reatrted the database installation utility, but this time get a different as Message * "arithmetic operation resulted in an overflow" *, for the AGENT_DATA table. Can you please tell me how I can proceed with this installation?

    Thank you

    Published by: Prabhu on November 14, 2011 01:20

    OK, since linking you to 11g, the URL changes - I had a senior moment and don't think to report it as soon as possible.

    You must use the "_dav" port to connect.

    http://: 16300, _dav, MNR, idcplg

    Now as this question has been marked 'responded', and has been answered the original question, you really should start a new thread for these new challenges. In general when a question is marked as answer, most people leave their reading that you hurt if you expect an answer, and we clearly had to a new topic that the original post said.

  • APEX with R12 e-business integration

    Hello

    In Oracle apps 11.5.10.2, we have developed a few pages in APEX (version4.0) and integrated into e-business (i.e. access pages of the apex of the responsibility of e-business-> menu-> function)

    now, we are trying to upgrade to R12 Oracle applications, where mod_plsql is no longer supported.

    I wanted to know what is the best option and the simple to integrate the apex with e-business pages? and the details of how integrate.

    1 http server separated with mod_plsql
    2 apex listner (AL)

    in the second option, we can install AL on tech-stack even as e-business or do we install on separate tech-battery?

    Rgds,
    -Kamal

    Hi Kamal,

    I think that the steps that you need to configure the integration are correct. Use of the gateway FND simply install the patch and then call the GWY.jsp of the function of the form with the profile that contains the URL of the Apex. With R12, you must use a jsp page to call Apex mod_plsql is not supported. Still, you need a listener OSH or separate Apex in support of mod_plsql for installation of the Apex.

    Rod West

  • Integration of APEX with EBS R12.1.1

    Dear all,

    As I need to integrate EBS R12.1.1 without SSO and APEX

    To do this, I followed the steps in the link below

    http://forums.Oracle.com/forums/thread.jspa?threadID=586011 & tstart = 0


    The steps are

    Implemented at the Apex:

    1. create a blank page in OAE application, for example P2.

    2. edit the page attribute and set the security - authentication "Page is Public.

    3. create a branch in this page, as follows:

    Direction of Type Page accept transformation (not common)
    On the linen branch point: before header
    Action - Page 101 (that's my login page id)

    Implemented in EBS:

    1. create a profile under the responsibility of the developer of the Application as follows:

    Name OAE_LAUNCHER
    Request < what >
    User profile name Oracle Application Express Launcher
    Oracle Application Express Launcher description

    2. the superior set to the value of profile system-> profile-> system administrator responsibility and look for the "OAE_LAUNCHER". Set the value to the level of the Site as:

    port http:// < hostname >: < apex >/pls/apex

    3 create a function under the responsibility of the administrator system-> Application-> function, as follows:

    Name of the function LAUNCH_APEX
    Application of ApEX launch user function name
    Property function plsql SSWA type
    OAE_PKG of HTML Web. LaunchOAE

    4. create a PL/SQL Web entry under the responsibility of the system-> Security-> PL/SQL Web administrator, as follows:

    Name OAE_PKG
    Type package

    5. create an entry in any menu that need to use this link, as follows:

    Application of quick launch ApEX
    Function start an ApEX Application
    Description start an ApEX Application

    * 6. Compile the package OAE_PKG in EBS database *.

    procedure LaunchOAE (varchar2 parameters) is

    l_apex_launcher varchar2 (2000);
    l_apex_launcher_profile varchar2 (2000);
    l_userid applsys. FND_USER.user_id%type;
    l_username applsys. FND_USER.user_name%type;
    l_launcher_params VARCHAR2 (2000);
    l_resp_id NUMBER;
    l_resp_appl_id NUMBER;
    l_security_group_id NUMBER;
    l_org_id NUMBER;

    Start

    l_apex_launcher_profile: = fnd_profile.value('OAE_LAUNCHER');

    If l_htmldb_launcher_profile IS NULL then
    HTP.p (' contact the system administrator.) ');
    HTP.p ("profile - OAE_LAUNCHER is null");
    return;
    end if;

    l_userid: = FND_GLOBAL. USER_ID;
    l_username: = FND_GLOBAL. USER_NAME;
    l_resp_id: = FND_GLOBAL. RESP_ID;
    l_resp_appl_id: = FND_GLOBAL. RESP_APPL_ID;
    l_security_group_id: = FND_GLOBAL. SECURITY_GROUP_ID;
    l_org_id: = FND_GLOBAL.ORG_ID;

    l_launcher_params: = l_launcher_uri: = ' / f? p = 101:2:NO:P101_USERNAME, P101_PASSWORD, P101_RESP_ID, P101_RESP_APPL_ID, P101_SECURITY_GROUP_ID, P101_ORG_ID:' | l_username | ',' || l_password | «, » || l_resp_id | «, » || l_resp_appl_id | «, » || l_security_group_id | «, » || l_org_id;
    l_apex_launcher: = l_apex_launcher_profile | l_launcher_params;

    owa_util. REDIRECT_URL (l_htmldb_launcher);

    end if;

    exception
    while others then
    HTP.p (SQLERRM);
    end LaunchOAE;


    I'm done up to 5 steps, but in step 6, during the compilation of the procedure, I get an error ORA-00900: invalid SQL statement

    could someone help me solve this error as I followed Rod West document

    If any other progressive documents available for Apex & EBS R12 integration please share.



    Kind regards
    Alexander

    Hi Serge,

    SSWA plsql function, is a property that you define everything by creating a FUNCTION under the RESPONSIBILITY of the SYSTEM ADMINISTRATOR...

    If you want to integrate the APEX with EBS 11i or R12...

    As in R12, the JSP that is given in the document West Rod call APEX page shortly after clicking the menu in EBS...

    Therefore compile the JSP correctly by following the steps in the document, if you have compiled successfully, while the APEX page will be redirected by clicking on the MENU of the EBS.

    Make sure that U compile it successfully...

    Izz all wells
    GTA...

    AWARDS: Don't forget to mark correct or useful posts on the forum, not only for my answers, but for everyone!

    Published by: GTA on 26 January 2011 22:01

    Published by: GTA on 26 January 2011 22:02

    Published by: GTA on 26 January 2011 22:43

  • connection problem with sharepoint livecycle

    Hello
    We write this message because we have problems related to ' LiveCycleES2 integration with Sharepoint.
    Both applications have been installed on a ' single virtual computer that is running Windows Server 2008.
    As the basis for installation, we have followed the following pdf

    http://www.Scribd.com/doc/38462381/Adobe-connector-forms-share-point-install-config

    (link)

    in all its configurations, the problem
    creating services through the Workbench as shown in this video: http://Vimeo.com/9378807 .

    The created process is to fill out a form and then stored as a document. PDF static sharepoint.

    By creating the service, we stopped in the part for sharepoint or in the component CreateDocument.

    All "internal processes of the above component's properties of the map on the website of library and information document where site URL must load various sites created on sharepoint and all subsites that you don't see.
    Thanks for the "attention, awaiting response.

    Some more queries on the behavior: -.

    1. I see that you have specified a document library in the area. Is this a previous case things were working, but stopped between the two?
    2. What you can try is to specify the SiteURL by yourself, in the format as http://serverName/SiteName (something similar that you use to access Sharepoint server through browser). Once done this, the appeal process and let us know the error you get.
    3. You try things with SharePoint 2007 or Sharepoint 2010?
    4. What is the selected IIS authentication mode? The setting is available in The Central Administration > application > authentication providers > change authentication in Sharepoint 2007. You can attach a snapshot of LoginSettings in workbench as well as the authentication mode selected in Sharepoint for the site you are trying to access.
    5. Also, can you please attach the server logs and workbench? You use Jboss turnkey?  Default server log directory in this case is and for workbench is C:\Documents and Settings\\Workbench.metadata
  • Problem with Sharepoint on the computer.

    I work for a small company that researched our options to store and share data. We thought initially OneDrive would provide what we needed and started the demo version of OneDrive and Office 365. However, after a few hours of further research, it seems that we really need, is SharePoint. I understood how to do things quite easily through Office 365, but when it ran into an obstacle, called Microsoft technical support and told me he had to download the trial of SharePoint. I tried to start the trial version of SharePoint with the trial Office 365 login - but he tells me that the account does not exist.

    Is there a way to get the installation of SharePoint with the same trial as Office 365?

    We just need a place to House our files 3 distinct users can access. It seems that OneDrive is designed more for a user to share some files with others rather than 3 users have access to an entire database of files.

    Also, I tried researching on the support available for SharePoint and it is very IT oriented - we don't have no resources available to decipher these support files and get the installer of things.

    Any help would be greatly appreciated!

    Try asking in the forums for Sharepoint:

    http://social.technet.Microsoft.com/forums/SharePoint/en-us/home?category=SharePoint

  • Graphics of APEX with Flash gives error error e/s in the graph area

    Hello

    The user gets the IO error in the chart area. It uses version 11 of the Internet Explorer browser. Here is the screenshot of the error in the chart area:

    ioerror.jpg

    And the user has Flash player installed. The environment that we have is oracle apex 4.2 version with apex listener.

    Any ideas what may be causing the problem?

    Thank you

    MK

    Hello

    Thank you! for your answers...

    Brad & pleNn,

    The graph was made on our machines and machines of the user of the client unless a user...

    Since it is the user's machine, we cannot debug APEX...

    As part of the troubleshooting in the user's computer:

    Checked the control panel > add or remove programs found that has been installed Flash player and Shockwave player is not installed, but, when looked at Internet settings explore > addon I've seen Shockwave Flashobject is present which makes the table and it shows active... So, it was a little confusing and I thought that the Shockwave Player must be installed and

    I told the user to do things below and it WORKED like a charm...

    1. Uninstall Flash player
    2. Reinstall Internet Explorer
    3. Install the latest version of Flash player from the Adobe Web site
    4. Install the latest version of Shockwave player from the Adobe Web site

    Thank you

    MK

Maybe you are looking for

  • I just updated my Apple TV and now my music does not

    I just updated my Apple TV and now my music won't work - white screen - everything seems OK?  YES restarted. Power Cycle YES.  Any ideas?

  • My ethernet does not work. Is this due to a recent security update?

    I've seen complaints (reddit, macrumor.com...) that recent security Update "031-51913 Kernel Extension incompatible data setting 3.28.1" has 'broken' my on my iMac ethernet connection 2015 later. I decided to buy this machine later the 2/26 because m

  • Photosmart HP 5510 - ink cartridge error message

    I replaced all four cartridges (used HP replacements) but for some reason any Cyan shows a problem.  I contacted the seller of the ink and returned the cartridge for a new thought, I had a faulty cartridge, today a new arrival and on install the same

  • reset password EWS 8500 A909n

    I had to wipe my hard shore and reinstall my OS (win 7) and all my etc... purpose of drivers somewhere along the way my data Roboform got deleted, so that is where I kept all my passwords etc. So now I can't enter the settings on EWS on my first Offi

  • Am200 refuses a valid local (public) ip address (local ip address is not a valid address)

    Hi there, having some problems with my current ADSL line and planned on the secondary use of the am200 as a dsl modem to check if she behaves better under the adsl2 +.  But when I go to enter the desired local IP (94.30.x.x), subnet mask (255.255.255