Connectors in Pages

Hi, guys,
I saw several discussion threads about the connectors in Word and Pages.
The truth is that one can easily connect shapes with connectors in Word and there is no way to do it in Pages (although I love Pages much more than Word).
There is a workaround - create a diagram in something like ConceptDraw, save it as an image, and insert an image into the Pages document.
I just wanted to ask you if there is a way to submit a feature request to Apple?
I believe they should support creating charts directly in Pages rather than making people to use third party applications.
Thanks and have a nice day
Val, the New Orlenean
G4   Mac OS X (10.4.5)   PowerBook

You can leave feedback for the Pages and Keynote teams at the following:
http://www.apple.com/feedback/pages.html
http://www.apple.com/feedback/keynote.html
Connectors are something I haven't played with yet, but I like to play around with Omnigraffle. It lets you draw boxes and circles and shapes and then easily link them with arrows, and even alter the arrows afterwards, changing the lines and arrow heads. It's free to use up to ten elements (or twenty, I can't remember)
If you copy an item from one program to Pages it is usually inserted as a tiff or pdf. This will save you from having to save it first, but you cannot go back later and alter the original shapes.
http://www.omnigroup.com/applications/omnigraffle/
One thing that Omnigraffle does have is access to something called Linkback. Linkback works with Keynote through a plugin right now but I am sure with enough requests a plugin for Pages could be developed. What linkback does is allow the editing of a file which was made from a program within another program. It will then reopen the original file in the program it was originally made in and then reinsert the changed file in the other program.
It's weird, and I am probably not doing it justice in describing it. There is a movie on the Linkback site that explains it better.
Gerry.
Message was edited by: Gerry Straathof

Similar Messages

  • How to display a document content in JSP page

    Hi friends,
    I am trying to display a document's content in a JSP page after user authentication.For that I mapped a jsp file with extension .sens in Content Management SDK manager,and put it the file in the directory '/ifs/jsp-bin' of webstarterapp,but it is not working.Down I am giving the code snippet,please help me.I need this to be done fast.
    <HTML>
    <HEAD>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ page import="oracle.j2ee.connector.Login" %>
    <%@ page import="oracle.ifs.adk.filesystem.IfsFileSystem"%>
    <%@ page import="oracle.ifs.adk.http.HttpUtils"%>
    <%@ page import="oracle.ifs.beans.LibrarySession"%>
    <%@ page import="oracle.ifs.beans.DirectoryUser"%>
    <%@ page import="oracle.ifs.beans.PublicObject"%>
    <%@ page import="oracle.ifs.beans.Document"%>
    <%@ page import="java.io.*"%>
    <jsp:useBean id="login" scope="page" class="oracle.j2ee.connector.Login">
    <TITLE>FileExtension.jsp</TITLE>
    </HEAD>
    <BODY BGCOLOR="SILVER">
    <%
    String theDisplay = "initialized";
    String theHidden = "initialized";
    boolean theAdminRights = false;
    try
    login = (Login) request.getSession(true).getValue("IfsHttpLogin");
    LibrarySession ifsSession = login.getSession();
    IfsFileSystem ifsFile = new IfsFileSystem(ifsSession);
    DirectoryUser du = ifsSession.getDirectoryUser();
    String path = HttpUtils.getIfsPathFromJSPRedirect(request) ;
    PublicObject po = ifsFile.findPublicObjectByPath(path);
    if(po instanceof Document)
    Document doc =(Document) po;
    InputStream in= ifsFile.getDocumentContent(doc);
    int i=in.read();
    while(i!=-1)
    out.write(i);
    in.close();
    out.flush();
    out.close();
    theAdminRights = du.isAdminEnabled();
    theDisplay = po.getAttributeByUpperCaseName("DISPLAY").toString();
    theHidden = po.getAttributeByUpperCaseName("HIDDEN").toString();
    catch (Exception e)
    e.printStackTrace();
    %>
    Here is some static content.
    <P>
    The Display Value: <%= theDisplay %>
    <P>
    <%
    if (theAdminRights)
    %>
    The Hidden Value: <%= theHidden %>
    <%
    %>
    </jsp:useBean>
    </BODY>
    </HTML>

    these may help you.
    Google map integration to EBS

  • Errors uninstalling a connector in OIM

    I am trying to uninstall the Database Application Table connector (or any connector) in OIM 11.1.1.5.0, but I get errors.
    Step 1: I modify the ConnectorUninstall.properties, which can be found under <OIM_HOME>/server/bin. The information below is what I have in that file.
    *(the values of the ConnectorName and Release are the same as the values in my OIM console Advanced ->Manage Connector-> search)*
    # DatabaseURL: Enter the JDBC URL for the Oracle Identity Manager database. #
    # Format of the database URL for Oracle Database: #
    # jdbc:oracle:thin:@hostname:dbport:iam/oracle_sid #
    # DBUserName: OIM DB User Name #
    # DBType: Must be "ORACLE". Do not alter the default value. #
    DatabaseURL=jdbc:oracle:thin:@localhost:1521:orcl
    DBUserName=system
    DBType=ORACLE
    [Log]
    # LogLevel: Enter the log level--INFO, DEBUG, or ERROR. #
    # Location: Enter the log file location. #
    LogLevel=DEBUG
    Location=C:/Oracle/logs/connector
    [Connector]
    # ConnectorName: Enter the name of the connector that you want to uninstall.#
    # Note: The name that you enter must be the same as the name displayed in #
    # the search results table on the main connector management page of the #
    # Administrative and User Console. #
    ConnectorName=DatabaseApplicationTables
    # Release: Enter the release number of the connector that you want to #
    # un-install. #
    # NOTE: The release number that you enter must be the same as the release #
    # number displayed in the search results table on the main connector #
    # management page of the Administrative and User Console. #
    Release=9.1.0.5.0
    # ObjectType: Enter "ResourceObject", "ScheduleTask", "Lookup", or "Adapter".#
    # ObjectValues: Enter a semicolon-separated list of object values. #
    # NOTE: In case you provide ConnectorName and Release algonwith ObjectType #
    # and ObjectValue, than in such case, deletion of ObjectValues would be #
    # performed by the utility and the Connector information would be just #
    # skipped.                                         #
    ObjectType=
    ObjectValues=
    Step 2: Run the script uninstallConnector.sh, which can be found under <OIM_HOME>/server/bin .
    Given below are the results when I run the script:
    * This utility deletes data from the OIM database directly and is *
    * meant to be used in development/staging environments. *
    * WARNING: DO NOT USE IN PRODUCTION. *
    Chosen Logger Level: DEBUG
    Chosen Logger Location: C:/Oracle/logs/connector
    [Enter the DB Password :]
    [Enter OIM Administrator Name :]xelsysadm
    [Enter the OIM Administrator Password :]
    [Enter OIM Server t3 URL [Ex. t3://localhost:7001/ ]:]t3://localhost:14000
    Connected to the Database
    log4j:WARN No appenders could be found for logger (org.springframework.jndi.Jndi
    Template).
    log4j:WARN Please initialize the log4j system properly.
    Connector 'DatabaseApplicationTables 9.1.0.5.0' will be un-installed
    Do you want to continue with the connector un-install y:y
    ConnectorUninstallException: oracle.iam.connectormgmt.uninstall.UninstallUtility
    Error encountered while getting connector name and release :java.sql.SQLSyntaxEr
    rorException: ORA-00942: table or view does not exist
    Check the Logs for more details.
    Here are my Logs:
    13 Jul 2012 23:33:51 DEBUG Logger Initialized
    13 Jul 2012 23:33:51 DEBUG Exiting Method: validateAndInitiazeLogger of Class: ConnectorUninstall
    13 Jul 2012 23:33:51 DEBUG Exiting Method: loadPropertyFileAndLogger of Class: ConnectorUninstall
    13 Jul 2012 23:33:51 DEBUG Start of ConnectorUninstall Utility.
    13 Jul 2012 23:33:51 DEBUG Entering Method: getDBPassword of Class: ConnectorUninstall
    13 Jul 2012 23:33:56 DEBUG Exiting Method: getDBPassword of Class: ConnectorUninstall
    13 Jul 2012 23:33:56 DEBUG Entering Method: getOIMAdminUserName of Class: ConnectorUninstall
    13 Jul 2012 23:34:07 DEBUG Exiting Method: getOIMAdminUserName of Class: ConnectorUninstall
    13 Jul 2012 23:34:07 DEBUG Entering Method: getOIMAdminPassword of Class: ConnectorUninstall
    13 Jul 2012 23:34:10 DEBUG Exiting Method: getOIMAdminPassword of Class: ConnectorUninstall
    13 Jul 2012 23:34:10 DEBUG Entering Method: getOIMServerT3URL of Class: ConnectorUninstall
    13 Jul 2012 23:34:23 DEBUG Exiting Method: getOIMServerT3URL of Class: ConnectorUninstall
    13 Jul 2012 23:34:23 DEBUG Entering Constructor of Class: UninstallUtility.
    13 Jul 2012 23:34:23 DEBUG Validating Properties File..
    13 Jul 2012 23:34:23 DEBUG Entering Method: validateAndPopulateDBAndConnectorParameters of Class: UninstallUtility
    13 Jul 2012 23:34:23 DEBUG Exiting Method: validateAndPopulateDBAndConnectorParameters of Class: UninstallUtility
    13 Jul 2012 23:34:23 DEBUG Valdiation Succeeded.. All the properties have been loaded.
    13 Jul 2012 23:34:23 DEBUG Getting the Database Connection
    13 Jul 2012 23:34:23 DEBUG Entering Method: getDatabaseConnection of Class: UninstallUtility
    13 Jul 2012 23:34:23 DEBUG jdbc:oracle:thin:@localhost:1521:orcl
    13 Jul 2012 23:34:24 DEBUG Connection established
    13 Jul 2012 23:34:24 DEBUG Exiting Method: getDatabaseConnection of Class: UninstallUtility
    13 Jul 2012 23:34:24 DEBUG Setting the OIMClient
    13 Jul 2012 23:34:24 DEBUG Entering Method: setOIMClient of Class: UninstallUtility
    13 Jul 2012 23:34:25 DEBUG Exiting Method: setOIMClient of Class: UninstallUtility
    13 Jul 2012 23:34:25 DEBUG Successful in setting the OIMClient
    13 Jul 2012 23:34:25 DEBUG Exiting Constructor of Class: UninstallUtility.
    13 Jul 2012 23:34:25 DEBUG Entering Method: doConnectorDeletion of Class: ConnectorUninstall
    13 Jul 2012 23:34:25 DEBUG Entering Method: validateDirectDeletion of Class: UninstallUtility
    13 Jul 2012 23:34:25 DEBUG Exiting Method: validateDirectDeletion of Class: UninstallUtility
    13 Jul 2012 23:34:28 DEBUG Entering Method: executeDirectDeletion of Class: UninstallUtility
    13 Jul 2012 23:34:28 DEBUG Entering Method: verifyConnectorInstalled of Class: UninstallUtility
    13 Jul 2012 23:34:28 DEBUG parameter values sConnectorName=DatabaseApplicationTables sConnectorRelease=9.1.0.5.0
    13 Jul 2012 23:34:28 ERROR oracle.iam.connectormgmt.uninstall.UninstallUtility Error encountered while getting connector name and release :java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    13 Jul 2012 23:34:28 ERROR ORA-00942: table or view does not exist
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:862)
         at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1153)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1275)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3620)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
         at oracle.iam.connectormgmt.uninstall.UninstallUtility.verifyConnectorInstalled(UninstallUtility.java:740)
         at oracle.iam.connectormgmt.uninstall.UninstallUtility.executeDirectDeletion(UninstallUtility.java:314)
         at oracle.iam.connectormgmt.uninstall.ConnectorUninstall.doConnectorDeletion(ConnectorUninstall.java:369)
         at oracle.iam.connectormgmt.uninstall.ConnectorUninstall.main(ConnectorUninstall.java:83)
    13 Jul 2012 23:34:28 ERROR oracle.iam.connectormgmt.uninstall.UninstallUtilityError encountered while getting connector name and release :java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    oracle.iam.connectormgmt.uninstall.ConnectorUninstallException: oracle.iam.connectormgmt.uninstall.UninstallUtilityError encountered while getting connector name and release :java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.iam.connectormgmt.uninstall.UninstallUtility.verifyConnectorInstalled(UninstallUtility.java:751)
         at oracle.iam.connectormgmt.uninstall.UninstallUtility.executeDirectDeletion(UninstallUtility.java:317)
         at oracle.iam.connectormgmt.uninstall.ConnectorUninstall.doConnectorDeletion(ConnectorUninstall.java:371)
         at oracle.iam.connectormgmt.uninstall.ConnectorUninstall.main(ConnectorUninstall.java:83)
    How can I fix this problem? What is the name of the table that stores the connectors data?
    Edited by: 946412 on Jul 13, 2012 9:03 PM

    946412 wrote:
    I am trying to uninstall the Database Application Table connector (or any connector) in OIM 11.1.1.5.0, but I get errors.
    How can I fix this problem? What is the name of the table that stores the connectors data?
    The name is CIH (ConnectionHistory)

  • OIM: Reconciliation with Database Application Tables Connector

    Hi!
    I'm trying to use Database Application Tables connector 9.1.0.5.0 in OIM 11g to reconcile accounts from my target system: MySQL 5.1.37. I followed the steps in connector's guide to create and configure it and to configure my target system as a trusted source.
    The problem is that user accounts are not being created in OIM, despite of this, I know the connector is retrieving the information of each user because I can see it in the log's messages generated when I execute the reconciliation job, so I supossed the problem may be in the "Modify Connector configuration page" or in some step after this.
    Aditionally, I don't know if it's important but I can't see "User Type" field in "OIM user account data set" from "Modify Connector Configuration Page".
    Did I forget to do something in configuration or there is something I got to do besides the steps in guide?
    Thanks in advance!
    Edited by: user10857411 on Jan 11, 2011 4:10 PM
    Edited by: user10857411 on Jan 11, 2011 4:12 PM

    SUN IDM is better than OIM,
    Reconciliation process in Sun IDM (oracle waveset) is easier to implement than OIM (worst identity solution)
    Saludos Cordiales Zam

  • AD Connector Patch 11.1.1.5.0A (AD connector patch 14190610)

    hi all,
    I am having OIM 11gR2 (11.1.2.0).
    I have a confusion about applying patch for AD connector 11.1.1.5.0.
    I need to know that in the Patch download zip file (AD connector patch 14190610) there are many folders that are same as available in AD connector 11.1.5.0, in the read me file for this patch there is no mentioning of what to do with the rest of the folders, its only saying
    *"1)On the Target where connector server is Installed.*
    *Unzip the content of the bundle ActiveDirectory.Connector-1.1.0.6380.zip to the folder where Connector server is installed."*
    on the connector download page
    http://www.oracle.com/technetwork/middleware/id-mgmt/downloads/connectors-101674.html
    for AD connector mentioned is that
    *"Please apply AD connector patch 14190610 after downloading from MOS (My Oracle Support) if you are using this connector against OIM 11.1.2.0 or above."*
    So it means that its a patch only not the full connector so then what is the use of the rest of the folders (configuration, dataset, owglue, resources,upgrade, xml) provided in that patch zip file other then the "bundle ActiveDirectory.Connector-1.1.0.6380.zip"
    Do we need to run the "Upgrade Connector" after the installation of Connector 11.1.1.5.0 ?
    any comments
    Thanks...

    Hi,
    Even I couldn't find one, so I guess there isn't one. So, what I did was install new connector server in the same windows box running on different port and switched the OIM configuration to use it. My environment is running fine after this change.
    Regards,
    Sunny

  • Problem in sap business connector installation

    Hi,
    I have gone through installation guide ,but in it nothing was mentioned about c:\sapbc47\server\bin\runserver.bat file.Please help me to solve this problem.

    7.5 Various problems on a 64bit architecture
    At the time of writing (August 2002) no 64bit version of the Java Virtual Machine is yet available
    for the following 64bit operating systems: AIX, HP-UX, Solaris. Therefore on these platforms the
    32bit version of the JVM has to be used. This leads to the problem, that the 64bit version of the
    native library libjmon.a (AIX), libjmon.sl (HP-UX) or libjmon.so (Solaris) cannot be loaded into the
    process started by the JVM. (When starting monitoring, you'll see one of the following error
    messages:
      AIX: java.lang.UnsatisfiedLinkError
    <sapbc>/packages/SAPMonitoring/code/libs/libjmon.a load ENOEXEC
    on shared library(s)
    <sapbc>/packages/SAPMonitoring/code/libs/libjmon.a
      HP-UX: java.lang.UnsatisfiedLinkError:
    <sapbc>/packages/SAPMonitoring/code/libs/libjmon.sl: specified
    file is not a shared library, or a format error was detected
      Solaris: java.lang.UnsatisfiedLinkError:
    <sapbc>/packages/SAPMonitoring/code/libs/libjmon.so: ld.so.1:
    /usr/j2se/bin/../bin/sparc/native_threads/java: fatal:
    <sapbc>/packages/SAPMonitoring/code/libs/libjmon.so: wrong ELF
    class: ELFCLASS64
    This error should disappear, once you install a 64bit Java Virtual Machine. But until 64bit JVMs will
    be available, the following workaround can be used:
    From the Business Connector download page also download the zip file with the 32bit libraries for
    your operating platform. From that extract the two files sapccmsr and libjmon.a/sl/so and copy them
    to the directory <sapbc>/packages/SAPMonitoring/code/libs. (The sapccmsr also
    interacts with the libjmon library and therefore must also be a 32bit version. The saposcol only
    interacts with the operating system and therefore still has to be used in its 64bit version.)
    After a restart to unload the old 64bit versions from the system, the error should be fixed.
    Best Regards,
    Mike

  • OID Connector Installation error

    Hi All,
    I am trying to intergrate OIM 11.1.1.5.0 with OID Connector 9.0.4 to provision the Users. While Installation i am getting the error as " DOBJ.XML_IMPORT_ERROR DUPLICATE OUG " in the Connector Installation page and Import of Connector XML Files (Using Deployment Manager) got failed.
    Please suggest me, to resolve this issue.
    In Log file it shows the following errors.
    <Nov 14, 2013 11:50:02 AM IST> <Error> <XELLERATE.DATABASE> <BEA-000000> <Class/Method: tcDataBase/writeStatement encounter some problems: ORA-00001: unique constraint (DEV_OIM.PK_OUG) violated
    java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OIM.PK_OUG) violated
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
    <Nov 14, 2013 11:50:02 AM IST> <Error> <XELLERATE.DDM.IMPORT> <BEA-000000> <Insert failed.>
    <Nov 14, 2013 11:50:02 AM IST> <Error> <XELLERATE.DDM.IMPORT> <BEA-000000> <Exception during import
    com.thortech.xl.ddm.exception.DDMException: Duplicate OUG
            at com.thortech.xl.ddm.repositories.rdbms.datatypes.data.TableInstance.finishDataObject(TableInstance.java:836)
            at com.thortech.xl.ddm.repositories.rdbms.impl.RDBMSRepository.finishdataObject(RDBMSRepository.java:956)
    <Nov 14, 2013 11:50:02 AM IST> <Error> <XELLERATE.DATABASE> <BEA-000000> <Class/Method: tcDataBase/writeStatement encounter some problems: ORA-02291: integrity constraint (DEV_OIM.FK_EIF_EIH) violated - parent key not found
    java.sql.SQLIntegrityConstraintViolationException: ORA-02291: integrity constraint (DEV_OIM.FK_EIF_EIH) violated - parent key not found
    <Nov 14, 2013 11:50:03 AM IST> <Error> <XELLERATE.DDM.EXPORT> <BEA-000000> <Unable to add substitution data into history: 4 [UD_OID_ROLE Version][4]>
    <Nov 14, 2013 11:50:03 AM IST> <Error> <XELLERATE.DDM.EXPORT> <BEA-000000> <Unable to find corresponding history entry>
    <Nov 14, 2013 11:50:04 AM IST> <Error> <XELLERATE.WEBAPP> <BEA-000000> <Class/Method: ConnectorInstallProcessAction/importXmlForInstallation/DDM Exception while importing xml encounter some problems: Duplicate OUG>
    Thanks in advance,
    Karthick Sugumaran

    Hi Shashi,
    Thanks for your reply and apologize for late.
    I tried your Query (select OBJ_KEY from AMWAY_OIM.OBJ where OBJ_NAME='Give OID Resource Name') but it gave me an error as Table or view doesn't exist.
    I tried query as  select OBJ_KEY from DEV_OIM.OBJ where OBJ_NAME='OID User'. Here OID user is Resource Name .
    Note: I have taken this Resource Name from OIM Console-> Manage Resource.
    The Query gives result as OBJ_KEY=> 41 .
    Need help on the below three Questions::
         1.Is this OBJ_KEY wants to delete from DB?
         2. To get the OID rows we used Query as select * from DEV_OIM.OUG; but to identify the OID rows particularly why we didn't use DEV_OIM.OUG table name in the Query  OBJ_KEY from DEV_OIM.OBJ where OBJ_NAME='OID User' ?
    I have this doubt because I don't see OBJ_KEY=> 41 when I ran this Query select * from DEV_OIM.OUG;
         3.Is the OID Resource Name is correct, which I have taken from OIM console?
    Please suggest me and clear the doubts.
    Thanks and Reqards,
    Karthick Sugumaran

  • SAP Connector Proxy Wizard doesn't start

    Hi all,
    I've just installed VS2003, the SAP .NET connector and the .net framework (1.1) on a freshly installed Windows XP pro machine. If I follow the various tutorials on the web I should be able to create a SAP proxy when doing the following:
    - start VS2003
    - create a new Windows Application (in C#)
    - Add a SAP Connector Proxy
    -- A wizard starts
    And that is were it starts to go wrong. Instead of a wizard, I get the following:
    <?xml version="1.0" encoding="utf-8" ?>
    <wsdl:definitions targetNamespace="urn:sap-com:document:sap:rfc:functions" xmlns:s0="urn:sap-com:document:sap:rfc:functions" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:types>
        <xsd:schema targetNamespace="urn:sap-com:document:sap:rfc:functions" xmlns:s0="urn:sap-com:document:sap:rfc:functions" xmlns:xsd="http://www.w3.org/2001/XMLSchema"></xsd:schema>
      </wsdl:types>
      <wsdl:portType name="dummy.PortType"></wsdl:portType>
      <wsdl:binding name="dummy.SAPBinding" type="s0:dummy.PortType" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <s0:binding style="rfc" />
        <wiz:GeneratorSettings xmlns:wiz="urn:sap:mw:dotnet:wizard">
          <wiz:ProxyType>Client</wiz:ProxyType>
          <wiz:ClassName>SAPProxy1</wiz:ClassName>
          <wiz:Beautify>True</wiz:Beautify>
          <wiz:CreateAsyncs>False</wiz:CreateAsyncs>
          <wiz:CreateQRFC>False</wiz:CreateQRFC>
          <wiz:CreateTRFC>False</wiz:CreateTRFC>
        </wiz:GeneratorSettings>
      </wsdl:binding>
      <wsdl:binding name="dummy.Binding" type="s0:dummy.PortType" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:binding>
    </wsdl:definitions>
    Does anyone know what could be wrong here?
    Thank you and kind regards,
    Thomas

    Hi Thomas,
    With the newer version of NCo (> 2.0) there is no wizard. You would have to drag and drop the RFC/BAPI from the server explorer window of visual studio.
    First open the solution explorer, click on the SAP icon. Specify the credentials. And then from the list of RFC/BAPI drag and drop on SAP connector proxy page(design view). You can also specify the filter to restrict the listing of RFC/BAPI.
    Regards.

  • OIM 9.1 User data set

    Hi,
    In release note of 9.1 it is mentioned that :
    Display of all OIM User attributes on the Step 3: Modify Connector Configuration page
    On the Step 3: Modify Connector Configuration page, the OIM - User data set now shows all the OIM User attributes. In the earlier release, the display of fields was restricted to the ones that were most commonly used.
    and
    Attributes of the ID field are editable
    On the Step 3: Modify Connector Configuration page, you can modify some of the attributes of the ID field. The ID field stores the value that uniquely identifies a user in Oracle Identity Manager and in the target system.
    Can anyone please guide me how to get both things as I am getting only few fields of user profile in OIM-USer data set and also not able to modify ID field.
    I am using OIM 9.1 on Websphere application server 6.1
    Thanks

    Unfortunately i do not have experience using the SPML generic connector. Have you read through all the documentation pertaining to the GTC?
    -Kevin

  • SD/SDHC/SDXC/MMC/MS/MS Pro card-reader slot not showing up in windows explorer.

    I have a Lenovo IdeaCentre, purchased only four weeks ago.  It product family is IdeaCentre k410, machine type 10089.  Anyhow, the problem is: I inserted a microSD / microSDHC, both of which seem to fit into the slot fine, though neither registers under anywhere in windows explorer, neither in the root of C://, nor in any of the subdirectories, or on the main listing of mounted file systems.  I used the Lenovo Driver Updater and re-installed the SD Card Reader driver, to no avail.  Any help would greatly be appreciated.  As well, the computer runs Windows 8, which has some features I'm unhappy with, and although this is not a windows forum and I don't mean to create a thread that deviates from lenovo-specific topics, I was wondering if there is anything in either the machine architecture or the software of Windows 8 that could hinder m in installing a dual-boot system so that I might have the option of running a variant of linux as a sub-operating system, as I did with windows XP.?????  OK any help at all would be so greatly appreciated, thank in advance.  I really want to be able to retrieve some writing files I have stored in that micro SDHC card.  As another aside, does anyone know the max limit of RAM this computer can take and if it is DDR or some other type?

    hi BrokenHalo,
    Welcome to the Lenovo Forums.
    Regarding your questions:
    1. When you inserted the SD card, do you hear a sound that a device is inserted and under Device Manger, do you see a Card Reader?
    If not, try to:
    a. boot intto the BIOS by pressing F1, load defaults by pressing F9 then press F10 to save and exit BIOS.
    b. Reseat the front panel connectors (see page 23 of the hardware maintenance manual)
    2. To install linux (i.e. Ubuntu), see if you can install Ubuntu via UEFI. If you're unable to do so or if you want to install other OS, try to:
    a. Boot into the BIOS by pressing F2 and set the following settings below 
    UEFI Boot Mode = Legacy
    Secure Boot = Disabled  (if applicable)
    CSM = Disabled /  Legacy or Other OS (if applicable)
    OS Optimized Default = Disabled or Legacy (if applicable)
    b. When finished, press F10 to save and exit BIOS then try to install Ubuntu via Wubi or insert your Windows installation disc to install a different OS.
    3. As per this pdf data sheet, the Lenovo K410 has a max RAM of 8GB PC3-12800 1600MHz DDR3  but Crucial reports that this unit can take up to 16GB PC3-12800 1600MHz DDR3 - check this site.
    Hope this helps
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • "Unparseable date" Error at reconciliation

    Hi,
    I am running recconiciliation task using
    9.1. GTC DatabaseAppTable connector.
    In the trusted source table (MS SQL) I have a column containing a date field in the following format: "10/31/1983 12:00:00 AM"
    In the Connector configuration page, I have the following values set:
    - Database Date format : MM/dd/yyyy
    - Source Date Format : MM/dd/yyyy
    When I run the Recon task , I get the following errors in the logs:
    ERROR,18 Sep 2008 11:29:26,367,[XELLERATE.GC.FRAMEWORKRECONCILIATION],Reconciliation Encountered error:
    Thor.API.Exceptions.tcAPIException: java.text.ParseException: Unparseable date: "10/31/1983"
    Any idea on how I can resolve this issue ?
    Thank you in advance

    Hi,
    Your Source Date Format should look like "MM/dd/yyyy hh:mm:ss a".
    It should be same as your target system date format.If "MM/dd/yyyy hh:mm:ss a" didn't work then try to find out correct format for "10/31/1983 12:00:00 AM" .
    Hope this will help.
    Regards
    Nitesh
    Edited by: kunwar.nitesh on Sep 18, 2008 4:27 AM

  • Add an SAP entitlement system to BusinessObjects Enterprise

    Hello Experts,
    On my logon Cmc screen logon I see in the weblist, all authentication method:
    -Entreprise
    -Windows AD
    -LDAP
    -SAP
    I'm connect to the Cmc with the account Administrator with the authentication "Entreprise". Go to "Authentication" on management area of the CMC and I don't see the SAP link. I see only this:
    -Entreprise
    -LDAP
    -Windows AD
    -Windows NT
    I use the ddl files and jco from the zip file named "sapjco-ntintel-2.1.9.zip" downloaded from http://service.sap.com/connectors.
    I placed the librfc32.dll and sapjcorfc.dll into those directory:
    -C:\Windows\System32
    -D:\BOXI31_WS61\Business Objects\BusinessObjects Enterprise 12.0\win32_x86
    And the sapjcorfc.jar into:
    D:\BOXI31_WS61\WebSphere\AppServer\lib, and create variable environement CLASSPATH.
    Why I can't see the SAP link ?
    Thx in advance.
    Best Regards.

    Hello Ingo,
    I use Websphere 6.1. After the installation of the SAP IK (sucessfully installed) I used wdeploy. For more details I did it:
    To deploy web applications on IBM WebSphere:
    To deploy BusinessObjects Integration for SAP Solutions web applications after installation, you must use the wdeploy found in the installdir\deployment folder instead of the standalone wdeploy.
    1. Ensure that you have deployed the SAP Java Connector as described in
    SAP Java Connector on page 53.
    2. Ensure that your CLASSPATH environment variable includes the sapj
    co.jar archive file.
    See SAP Java Connector on page 53 for details.
    3. Manually deploy the BusinessObjects XI Integration Solutions for SAP
    web applications using wdeploy found under INSTALLDIR\deployment.
    a. Move to businessobjects_root\BusinessObjects12.0\java\applications\, and use the following command to package the WAR files:
    "businessobjects_root\javasdk\bin\jar.exe" cf CmcApp.war -C
    "businessobjects_root\BusinessObjects Enterprise
    12.0\warfiles\WebApps\CmcApp" .
    "businessobjects_root\javasdk\bin\jar.exe" cf SAP.war -C
    "businessobjects_root\BusinessObjects Enterprise
    12.0\warfiles\WebApps\SAP" .
    "businessobjects_root\javasdk\bin\jar.exe" cf InfoViewApp.war -C
    "businessobjects_root\BusinessObjects Enterprise
    12.0\warfiles\WebApps\InfoViewApp" .
    66 BusinessObjects XI Integration for SAP Solutions Installation and Administration Guide
    4 Installing BusinessObjects XI Integration for SAP Solutions Installing on Windows
    "businessobjects_root\javasdk\bin\jar.exe" cf OpenDocument.war -C
    "businessobjects_root\BusinessObjects Enterprise
    12.0\warfiles\WebApps\OpenDocument" .
    "businessobjects_root\javasdk\bin\jar.exe" cf dswsbobje.war -C
    "businessobjects_root\BusinessObjects Enterprise
    12.0\warfiles\WebApps\dswsbobje" .
    "businessobjects_root\javasdk\bin\jar.exe" cf
    PartnerPlatformService.war -C "businessobjects_root\ BusinessObjects
    Enterprise 12.0\warfiles\WebApps\PartnerPlatformService" .
    b. Open the config.WAS_Type file (for example, config.webSphere6) located under installdir\deployment, set the parameters
    appropriate for your environment, and save the file.
    For more information about config file parameters, see the u201CDeploying applications after installationu201D chapter of the Web Applications Deployment Guide.
    c. Navigate to the installdir\deployment folder, and use the following command to redeploy related BusinessObjects Enterprise web applications.
    wdeploy.bat webSphere6 -DAPP=CmcApp -Das_admin_pass
    word=<your password here> undeploy
    wdeploy.bat webSphere6 -DAPP=CmcApp -Das_admin_pass
    word=<your password here> deploy
    wdeploy.bat webSphere6 -DAPP=InfoViewApp -Das_admin_pass
    word=<your password here> undeploy
    wdeploy.bat webSphere6 -DAPP=InfoViewApp -Das_admin_pass
    word=<your password here> deploy
    wdeploy.bat webSphere6 -DAPP=OpenDocument -Das_admin_pass
    word=<your password here> undeploy
    wdeploy.bat webSphere6 -DAPP=OpenDocument -Das_admin_pass
    word=<your password here> deploy
    wdeploy.bat webSphere6 -DAPP=dswsbobje -Das_admin_pass
    word=<your password here> undeploy
    wdeploy.bat webSphere6 -DAPP=dswsbobje -Das_admin_pass
    word=<your password here> deploy
    d. Use the following command to deploy SAP web applications.
    wdeploy.bat webSphere6 -DAPP=SAP -Das_admin_password=<your
    password here> deploy
    wdeploy.bat webSphere6 -DAPP=PartnerPlatformService -
    Das_admin_password=<your password here> deploy
    Edited by: FeleRHunt3R on Apr 20, 2010 10:20 AM

  • Lenovo G500S Touch (WIndows 8) Drops Wireless

    I am having problems with my new Lenovo G500S Touch with Windows 8 where it drops my wireless connection.  I have other laptops (Windows 7 and 8) and these are all fine.  I have worked with Lenovo support since 8/7 with no resolution and was sent to Advanced Support and now they expect me to pay for assistance!!! They say it's a software issue but have not proven it's a software issue.   
    I have updated the drivers
    I have made sure all of the Power Options are set to Maximum
    I have gone through numerous posts on Wireless Connectivity issue and Windows 8 to no avail.
    Any assistance from this group would be greatly appreciated.
    Thank you in advance

    hi mmckenerick,
    Welcome to the Forums.
    Your issue might be similar to this thread.
    If you have already updated the wifi drivers, booted in Safe mode with networking and yet to no avail, It's possible that the wi-fi cable connectors are loose and causes the wifi signal to drop.
    Try to:
    1. Turn the computer OFF and remove the AC adapter and battery.
    2. Re-seat the wi-fi cable connectors (see page 44 of the hardware maintenance manual).
    3. Re-insert the AC adapter and battery, then the computer ON, boot into Windows and observe the wi-fi connection.
    Let me know your findings
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • WSDL Proxy Wizard and Slashes in Binding/Port Name of SAP Webservice

    Hi there,
    i have problems to get the Java Webservice Proxy Wizard liking the SAP WSDL File:
    Here is a small excerpt of it:
    <wsdl:service name="/SIE/TS_PL03_GIDService">
         <wsdl:port name="/SIE/TS_PL03_GIDSoapBinding" binding="tns:/SIE/TS_PL03_GIDSoapBinding">
    <soap:address location="../sap/bc/srt/rfc/SIE/TS_PL03_GID/version3?sap-client=025"/>
    </wsdl:port>
    </wsdl:service>
    The Editor is also underlining these Names.
    I've googled a bit in order to find out if there is a W3C restriction for having forward slashes in service Names but i've not found some so far.
    any help is appreciated, Alex

    Hi Thomas,
    With the newer version of NCo (> 2.0) there is no wizard. You would have to drag and drop the RFC/BAPI from the server explorer window of visual studio.
    First open the solution explorer, click on the SAP icon. Specify the credentials. And then from the list of RFC/BAPI drag and drop on SAP connector proxy page(design view). You can also specify the filter to restrict the listing of RFC/BAPI.
    Regards.

  • Rotate Net and Bus names

    1. Is there a way to rotate the net names and/or bus names to follow the wire if it runs vertically? The command shift/R does not work. (Version 10.1 Power Pro).
    2. Can the names be placed off grid? There is no reason to snap a name to the grid. There are times when the name is crowded or over an adjacent line. It looks very unprofessional and sloppy.
    Thanks for the help,
    Scotty544
    Solved!
    Go to Solution.

    Scotty544,
    1. Currently in v10.1 there is no support for rotated (vertical) text.   The only support exists within components where you can rotate the pin name (horiz/vert), however this would not help you with wiring names.
    2. I agree with what you are saying with the net name labels - they don't behave well when you rewire / move wires.   You can lock them, however if you move the wire or rewire they don't follow the change very well at all.   For simulation work I generally recommend leaving the net names activated, however if you are planning to print out your schematic for documentation or PCB layout purposes, you can universally turn the labels off (Options -> Sheet Properties -> Circuit [tab] -> Name Names [area]) and set it to 'Hide All' or 'Use Net-Specific Setting'.   Note using the net specific setting will force you to go through the schematic and choose which nets are visible.
    Alternative Wire Labeling Approach...
    In general I recommend using text (Ctrl+T) or comments (Place -> Comment) at specific key points within the circuit for documentation purposes.   Also for connections that need to go elsewhere (such a connector breakout) you can use the virtual wiring feature (need to Show All netnames or Use Net-Specific Setting) or you can use the external page connector (Place -> Connectors -> Off Page Connector)...   The off page connector is typically used to connect to, well obviously, connections off-page.... if you place a second off-page connector down and try to adjust the 'RefDes' setting to match the first by manually double-clicking - a message will popup to say 'all components must have unique reference designators', and the action will be prevented... however there is a little trick that can be used to force it to connect to same-page connectors.   When you place the second off-page connector down, go into the spreadsheet view and select the Components tab.   On the first column named 'Refdes' go down to the second connector that you would like to copy the net name to and just rename it to match the first.   Multisim will warn you that you will be connecting 2 net names together on the same page (but this is the idea)...  so you can now have net 'data0' connected to 'data0' with a specific off-page connector elsewhere in your design both within the page and externally to other pages.  Also you will have finer control over the text alignment - and the label will move with the connector much better than with straight wire labels...
    Also note that in general we are working to improve the wiring and net labeling behavior.
    Regards,
    Patrick Noonan
    Business Development Manager
    National Instruments - Electronics Workbench Group
    50 Market St 1-A
    South Portland, ME 04106
    Phone: 207 892-9130
    Email: [email protected]

Maybe you are looking for

  • Version control in BO 6.5 & XI

    How is the versioning controlled in Business Objects? Do we need to use any configuration management tool for bO 6.5? Is it inbuilt in BO XI?

  • The price advertised in the mail-out is not what they want to charge online?

    In the mail-out the advertised price per month for a yealy subscription was Australian $37.99 - now that I want to buy it it is A$49.99. Does any one know what this is about? Thanks.

  • PV2012 locals sometimes don't behave well...

    Here's one example: The squiggles are due to local paint with highlights = -30. Note: global highlight reduction of same, or greater strength, does not result in so much darkness, nor so much desaturation. Note2: marked darkening/grayness/desaturatio

  • ITunes (9.01) doesn´t start automatically

    When I connect my iPhone 3G it starts photo downloader and browser (Bridge CS3), but never starts itunes! Any ideas? It always used to open itunes! Thanks, Schooner

  • Work center category does not exist in CNR1

    Hi, While creating a work center through CNR1, I am getting the error 'Work center category 008 does not exist'. I checked  OP40 and the work center category is maintained there. Also the category 0008 has application maintained as Recipes. Let me kn