Iphone für Google Sync einrichten

Um Google Sync auf Ihrem iPhone, iPad oder iPod touch einzurichten, führen Sie bitte folgende Schritte aus.

 

Anforderungen und Hochladen

1. Google Sync ist nur mit iPhone OS 3.0 und höheren Versionen kompatibel. Ihre aktuelle Version finden Sie unter Einstellungen > Allgemein > Info > Version. Um ein Upgrade durchzuführen, folgen Sie den Anweisungen unter http://www.apple.de/iphone/softwareupdate/. Bitte führen Sie ein Upgrade auf mindestens iPhone OS 3.0 durch, bevor Sie Google Sync einrichten.

2. Führen Sie eine Synchronisierung mit iTunes durch, um sicherzustellen, dass die Kontakte und Kalendereinträge von Ihrem iPhone auf Ihrem Computer gesichert sind. Weitere Informationen zum Sichern Ihrer Kontakte und Kalendereinträge

3. Falls Ihr Unternehmen, Ihre Schule oder Ihre Organisation Google Apps verwendet, muss Ihr Administrator zuerst Google Sync aktivieren, bevor Sie diese Funktion nutzen können. Wenn Sie Google Sync aktivieren, kann Ihr Administrator außerdem zusätzliche Remoteverwaltungsfunktionen wie Remotelöschung oder das Festlegen von Passwortanforderungen ausüben. Klicken Sie hier, um weitere Informationen zu erhalten, oder wenden Sie sich an Ihren Administrator.

Erste Schritte

1. Öffnen Sie die Anwendung Einstellungen auf dem Startbildschirm Ihres Geräts.
2. Öffnen Sie E-Mail, Kontakte, Kalender.
3. Tippen Sie auf Konto hinzufügen….
4. Wählen Sie Microsoft Exchange aus. OS 4.0 oder höher unterstützt nun mehrere Microsoft Exchange-Konten. Kann auf Ihrem Gerät jedoch kein zweites Konto hinzugefügt werden, können Sie auch CalDAV für die Synchronisierung von Google Kalender und IMAP für die Synchronisierung von Google Mail verwenden.

settings mail calendar contacts on iphone  add mail calendar contacts account on iphone  microsoft exchange

Kontoinformationen eingeben

5. Geben Sie die vollständige E-Mail-Adresse Ihres Google-Kontos im Feld E-Mail ein. Falls Ihre E-Mail-Adresse auf @googlemail.com endet, erhalten Sie möglicherweise die Mitteilung “Zertifikat kann nicht verifiziert werden”, wenn Sie mit dem nächsten Schritt fortfahren.
6. Lassen Sie das Feld Domain leer.
7. Geben Sie die vollständige E-Mail-Adresse Ihres Google-Kontos als Nutzername ein.
8. Geben Sie das Passwort Ihres Google-Kontos als Passwort ein.
9. Tippen Sie oben auf dem Bildschirm auf Weiter.
9a. Wählen Sie Abbrechen, wenn das Dialogfeld Zertifikat kann nicht verifiziert werden angezeigt wird.
10. Wenn das neue Feld Server angezeigt wird, geben Sie m.google.com ein.
11. Tippen Sie oben auf dem Bildschirm noch einmal auf Weiter.

Exchange-Domain  Exchange-Server

12. Wählen Sie die Google-Services aus, die Sie synchronisieren möchten (Google Mail, Google Kalender, Kontakte).

13. Wählen Sie die Option Auf meinem iPhone erhalten, um zu verhindern, dass alle Ihre bestehenden Kontakte und Kalender auf dem Handy gelöscht werden. Dann können Sie über iTunes auch Daten mit Ihrem Computer abgleichen.

Wenn Sie nur die Gruppe Meine Kontakte synchronisieren möchten, müssen Sie während der Installation von Google Sync die Option Bestehende Kontakte löschen auswählen. Bei Auswahl der Option “Bestehende Kontakte erhalten” werden stattdessen die Einträge der Gruppe “Alle Kontakte” synchronisiert. Sollten sich keine Kontakte auf Ihrem Telefon befinden, geschieht das Letztere, das heißt es werden die Einträge Ihrer Gruppe Alle Kontakte synchronisiert.

iphone exchange mail calendars contacts  exchange keep on my iphone

Sie haben Google Sync eingerichtet. Die Abgleichung der Daten erfolgt automatisch, wenn die Push-Synchronisierung auf Ihrem Gerät aktiviert ist. Sie können auch die Anwendungen E-Mail, Kalender oder Kontakte öffnen und einige Sekunden verstreichen lassen, bevor Sie mit der Synchronisierung beginnen.

Wählen Sie als Nächstes, welche Kalender Sie synchronisieren möchten, wenn Sie mehrere Kalender aktivieren möchten.

Teller

Here’s a description of my product, which you should buy. No really, you should.

Price: SFr150.00

 


(Artikel verschenkt!)

JDeveloper 11g – Creating PL/SQL Webservice and deploying to Weblogic Server

You can expose PL/SQL stored procedures as Webservice via JDeveloper(which wraps the PL/SQL code into Java wrapper), and you can deploy it into weblogic server.

1. Open JDev 11g and create a database connection to HR schema(a sample schema that contains the PL/SQL procedure).

1
2

2. Create a generic application PL_SQL_WS and project name GetEmployee.

3
4

3. From the database connnection navigator right click the PL/SQL package and publish as webservice. Click next and accept the default

6
6
6

4. Accpet the default and start once finished start the Weblogic Server, here im using the embedded weblogic server in the JDeveloper 11g.

5. Login into Weblogic console and create a datasource connection.

Name – hrconnDS
JNDI Name – jdbc/hrconnDS
Donforget to DS suffix.
6

6. Deploy the application to the Weblogic Server from JDeveloper11g.

7. Test the Webservice from Weblogic console, through the Weblogic test client.

Auflösung von Forms verändern

Im HTM-File (z. Bsp. webutiljpi.htm) den Parameter clientDPI ergänzen:

<OBJECT classid="%jpi_classid%"
 
[...]
<PARAM NAME="clientDPI" VALUE="%clientDPI%">
[...]
<EMBED SRC="" PLUGINSPAGE="%jpi_download_page%"
[...]
clientDPI="%clientDPI%"

und in formsweb.cfg in der config section ebenfalls den Parameter zufügen:

[my_config]
clientDPI=120

Anstelle der Konfiguration in formsweb.cfg kann der Parameter uch in der URL übergeben werden:
http://ias/forms/frmservlet?config=my_config&clientDPI=120&….

How To Change The Default Download Directory For Forms WebUtil Client Files [ID 783937.1]

Quelle: Oracle Metalink

Modified 14-FEB-2011     Type HOWTO     Status PUBLISHED

Applies to:

Oracle Forms – Version: 10.1.2.3.0 to 11.1 – Release: 10.1.2.3 to 11.1
Information in this document applies to any platform.

Goal

This document will describe a new feature added to Oracle Forms WebUtil and how to use it. This new feature will allow administrators to configure the target/destination directory for where library files (i.e. *.dll) sent to the client for use by WebUtil are stored.  The files used, by default are configured in webutil.cfg found on the server.  For example:

install.syslib.0.7.1=jacob.dll|94208|1.0|true
install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true

 

Solution

Feature Version Details

The new feature is available in version 11 and newer. A patch has been made available to be added on top of 10.1.2.3.

These feature will not be made available for versions lower than 10.1.2.3.

You must have version 10.1.2.3 plus Patch 7703734 or newer of the Recommended Patch or Bundle Patch in order to obtain this new feature.  To obtain the latest patch which includes this new feature, please contact Oracle Support.

The destination path will always be relative to the user’s home directory unless you are using a newer version of the aforementioned patch (i.e. Patch 9282569 or newer).  Using patch 9282569 or newer, you can use either a path relative to the user’s home directory or an absolute path to any location accessible on the local machine.

This new feature is especially useful for environments where the client does not have full Administrative permissions.  This is a common condition when using MS Vista.

Instructions

  1. Install the patch as directed by the included documentation.
  2. In addition to other files, the patch also includes a new webutil.pll file. This file must be used in place of your existing file. Once copied to the desired location, this file must be compiled to generate a .plx version of it. Refer to the Forms documentation for information about compiling Forms modules.
  3. On the server, locate webutil.cfg and open for edit. If you have created your own custom version of this file, open that one.
  4. In Section 2 of this file, add a new parameter as follows:
install.syslib.location.client.<OS> = <Path on client machine>

<OS> above, represents the numerical reference (constant) to the client platform.  Refer to the following:

 

Client Platform OS Constant
Microsoft Windows 0
Linux 1
Sun Solaris 2
HP-UX 3
IBM AIX 4
Apple Mac 5
Unknown 9

Be sure to refer to the Forms 10.1.2 Client Statement of Direction for a list of certified client configurations.

<Path on client machine> represents the fully qualified path to the location where libraries used on the client by WebUtil should be stored.  (Patch 9282569 or newer must be used in order to use fully qualified paths.)

  • A relative path can also be used.  In this case, the path will be relative to the user’s Home directory (i.e. C:\Documents and Settings\<USER NAME>).
  • If no value is set, the default behavior will be used and the libraries will  be stored in the Java Runtime Environment Home \bin directory (JRE/lib on Unix platforms).
  • If the path does not exist, it will attempt to be created.

 

Limitations

At runtime, on the client, the WebUtil registration file (webutil.properties) will be written to the user’s Home directory.  This will only occur the first time WebUtil is used by this user.  Upon subsequent attempts to run a form with WebUtil, libraries (dll) will not be downloaded if webutil.properties already exists.  The result of this file pre-existing means that attempts to run a form from another server or configuration, which may use a different webutil configuration may fail to work as expected because new dll files will not be downloaded.  Deleting webutil.properties from the user’s Home directory will correct the problem.

An enhancement to this feature, which will address this limitation should be available in a future Forms patch.  The release date of the update is unknown at this time.  This note will be updated upon its availability.

The above limitation will not be an issue for environments which use the same destination path and files for webutil in all Forms applications.

The exact naming convention of the .properties file may differ slightly depending on which patches have been installed.  Here are some examples of what names may be used:

  • webutil.properties
  • webutil.<CONFIG NAME>.properties
  • webutil.<HOST NAME>.<CONFIG NAME>.properties

Troubleshooting

Problem 1:

You have added the necessary changes to the configuration file, but attempts to run a form continue to write libraries to the JRE\bin directory.

Possible Solutions:

1.  The new webutil.plx has not been created and the old is still being found and used.  Delete old versions of the webutil.pll/plx file and be sure to replace with the new one included with the patch.  Be sure that the new file is in a directory which is included in the FORMS_PATH

2.  In some cases, it may be necessary to unattach the webutil.pll from the form and reattach it.  It may also be necessary to unattach the WebUtil Object Group and reattach it from the Object Library.  After making these changes you MUST execute Compile ALL PL/SQL before saving then regenerating a new FMX.

3.  Refer to the solution for Problem 2 below.

Problem 2:

You have added the necessary changes to the configuration file, copied the new webutil.pll file and created a new webutil.plx and stored it in the correct location.  You have reattached the new pll and WebUtil Object Library and recompiled the related form (fmb).  Yet, attempts to run a form do not download the necessary libraries, thereby causing the form to not run correctly.

Possible Solutions:

If previous attempt to run any Forms application included WebUtil, it is possible that the client side registration file (webutil.properties) has been stored on the client.  If this file exists on the client, attempts to download will not occur.  Locate and delete this file from the client machine.  It may be found in one of these two locations:

  • User’s Home directory (e.g. C:\Documents and Settings\<USER NAME>)
  • JRE (Sun or Jinitiator) Home directory (e.g. C:\Program Files\Java\jre6)

Problem 3:

You have added the necessary changes to the configuration file, but attempts to run a form continue to write libraries to the the user’s home directory and subdirectory.

Possible Solutions:

You have not applied Patch 9282569 or newer.  Download and install the latest Forms Bundle Patch.  Be sure to review the included ReadMe or Release Notes before installing.  Contact Support as needed to obtain the latest Patch ID number.

Problem 4:

You have upgraded from an older Oracle Jinitiator or Sun JRE version.  Prior to completing this upgrade, forms which used WebUtil worked correctly, but fail after upgrading.

Possible Solutions:

Delete webutil.properties from the user’s Home directory and retest.

 

References

BUG:8287889 – WEBUTIL FEATURE (6460568) FAILS TO WORK IF CLIENT CHANGES JRE VERSION
NOTE:1188127.1 – Oracle Forms 10.1.2.3 Bundle Patch Frequently Asked Questions (FAQ)

Show Related Information Related 


Products


  • Middleware > Developer Tools > Database & PLSQL > Oracle Forms

Keywords


NEW FEATURES; WEBUTIL; FEATURES

Zellen verketten mit Zeilenumbruch

Zuerst muss in der Zielzelle der Zeilenumbruch aktiviert werden
(Format, Zellen, Ausrichtung, Zeilenumbruch).

Anschliessend wird beispielsweise folgendermaßen verkettet:
=A1&A2&zeichen(10)&A3&zeichen(10)&A4 (ZEICHEN(10) steht für den Zeilenumbruch)

7-Tage Low Carb

Die folgenden Beispiel-Mahlzeiten eines Low Carb Diätplans können Sie dazu verwenden, sich einen 7-Tagesplan für jede Mahlzeit am Tag zusammenzustellen: Mehr …

Invalide PL/SQL Objekte kompilieren

/* Re-compiling PL/SQL Objects */

SET heading OFF;
SET feedback OFF;
SET echo OFF;
SET lines 999;

SPOOL run_invalid.sql

SELECT ‘ALTER ‘ || OBJECT_TYPE || ‘ ‘ || OWNER || ‘.’ || OBJECT_NAME || ‘ COMPILE;’
FROM ALL_OBJECTS
WHERE STATUS = ‘INVALID’
AND OWNER = USER
AND OBJECT_TYPE IN (‘PACKAGE’, ‘FUNCTION’, ‘PROCEDURE’, ‘VIEW’);

SPOOL OFF;

SET heading ON;
SET feedback ON;
SET echo ON;

@run_invalid.sql

Oracle Application Express

What is Oracle Application Express?

Oracle Application Express (Oracle APEX) is a rapid web application development tool for the Oracle database. Using only a web browser and limited programming experience, you can develop and deploy professional applications that are both fast and secure. Oracle APEX is a fully supported, no cost option of the Oracle database. Learn more …

Release 4.0.1 is now available

Nach oben