ESSO PG on something different than MS AD

Is it possible to make PG (from 11.1.1.5.1 ESSO distro) functional on something different than MS AD, like ADAM? I deployed the ADAM, LM and PG (both client and server). LM works successfully and (after first sync) created ADAM nodes (of class vGOUserData) in OU=People,dc=domain,dc=local container. Keeping in mind that (in MS AD case) for PG to add user logon I should first manually create user and only after that use "Add New SSO User" link. So, I manually created two semi-empty nodes of class vGOUserData too ("semi-" - due to lack of data to put in very special attributes, including encrypted ones). After selecting "Manage SSO Users" - "Find User(s)" PG successfully shows me all created users (both from LM and manually created). But when I try to add new logons (no difference, for "LM" or "manual" user entries) PG shows me error message saying that "System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException: The local computer is not joined to a domain or the domain cannot be contacted". What's wrong with it (ADAM & PG are deployed on standalone Win2K3 Server)?

Update: seems that ESSO PG simply doesn't works on LDAP servers other than MS AD. It doesn't works at all. I tested it on ADAM and DSEE. Problems with ADAM are difficult to research, because traffic is protected via GSS-API, so I simply can't sniff network traffic as it encrypted. But as for DSEE, problems are described below:
Documentation (Oracle® Enterprise Single Sign-on Logon Manager Best Practices: Deploying ESSO-LM with an LDAP Directory Release 11.1.1.5.0 E21003-01) says about locator object: +"You must create the vGOLocator object at least at the same level as the container that holds user accounts. Ideally, vGOLocator should exist inside the directory’s user accounts container"+. So I created LDAP structure as shown below:
(+)-dc=domain,dc=local (Root context)
|---(+)-ou=Users
|---------(+)-ou=vgoLocator
|---(+)-ou=ESSO
|---------(+)-ou=People
|---------(+)-ou=SSOConfig
As you can see, structure looks quite correct: vgoLocator "ideally exist inside the directory’s user accounts container", right?
Than I setup application templates, filled LM settings (via LM Administrative Console), wrote them into registry hive and published all those settings into LDAP (DSEE). It works correctly and LDAP structure now looks like that:
(+)-dc=domain,dc=local (Root context)
|---(+)-ou=Users
|---------(+)-uid=ESSO.Administrator (created manually)
|---------(+)-ou=vgoLocator
|---(+)-ou=ESSO
|---------(+)-ou=People
|--------------(+)-cn=ESSO.Administrator (created by LM while performing LDAP sync)
|---------(+)-ou=SSOConfig
|--------------(+)-ou=2c58e3b2-320a-4ed2-a708-90065620e5d1 (created by LM admin console while publishing settings into LDAP)
OK, now LM works perfectly, but we want to create centralized system, right? So I had to deploy PG. It was deployed and started. The first task was to correctly fill storage settings. I used values as shown below:
Storage Type: Oracle Directory Server Enterprise Edition
Server: esso.hq.domain.local:1389
Root DN: dc=domain,dc=local
User Path: ou=Users,dc=domain,dc=local
Connect as User: cn=Directory Manager
Password: **********
Use secure connection (SSL): no
Use configuration objects instead of application list: yes
Role/Group support: no
Configuration and role/group objects root DN: ou=SSOConfig,ou=ESSO,dc=domain,dc=local
Admin Group DN:
User PrePend: UID
Config looks OK, isn't it?
But when I tried so save settings, I got error "Cannot find any configuration objects". Metalink shows me two articles on this problem: 1305060.1 (says that i must not use space in Configuration and role/group objects root DN). Can you see any spaces in "ou=SSOConfig,ou=ESSO,dc=domain,dc=local" string? Next article was 1298762.1 that says that "This is because the container you have listed in the Storage Setting titled 'Configuration and role/group objects root DN:' does not contain any ESSO objects such as templates or password policies". But that container really contains ESSO objects (three, to be more precise), so that wasn't the solution too.
OK, let's look in depth... I installed wireshark and captured network traffic from PG to LDAP. There was four LDAP-related calls:
1. PG searches object ou=vgoLocator,dc=domain,dc=local. LDAP says "no such object" (of course, because we read documentation and created locator in "ideal" container - inside Users container). WHY? WHY it tries to find it there???
2. PG searches LDAP for dc=domain,dc=local. LDAP says "OK"
3. PG searches LDAP for ou=Users,dc=domain,dc=local. LDAP says "OK"
4. PG searches LDAP for ou=SSOConfig,ou=ESSO,dc=domain,dc=local. LDAP says "OK"
That's all. No more LDAP requests, PG simply throws an error as shown above.
"OK" - said me to myself, let's create locator at the position, where PG expects it to find, i.e. at ou=vgoLocator,dc=domain,dc=local. Wow! PG now accepts settings entered earlier and I almost become happy. LDAP now looks like that:
(+)-dc=domain,dc=local (Root context)
|---(+)-ou=Users
|---------(+)-uid=ESSO.Administrator
|---(+)-ou=ESSO
|---------(+)-ou=People
|--------------(+)-cn=ESSO.Administrator
|---------(+)-ou=SSOConfig
|--------------(+)-ou=2c58e3b2-320a-4ed2-a708-90065620e5d1
|---(+)-ou=vgoLocator
So, let's play with users, yeah? Let's click on "Manage SSO Users" and have some fun? But PG tells me "Invalid storage settings" error... WTF??? OK, let's start network sniffer again and look, what's happened. Oh-oh... Wireshark shows me that PG tries to logon onto LDAP using credentials "UID=ESSOPG\SVC_SSO,OU=USERS,DC=DOMAIN,DC=LOCAL" and LDAP declines authentication requests. BTW, ESSOPG\SVC_SSO is a local user, used (according to documentation, of course (looks like it's now my favorite phrase)) by IIS as anonymous user. WHY??? Why PG uses that user instead of "cn=Directory Manager", that I entered into storage settings five minutes earlier???
OK, if PG wants that user, let's create him in LDAP, yes? So I created such an user in LDAP and now it looks like that:
(+)-dc=domain,dc=local (Root context)
|---(+)-ou=Users
|---------(+)-uid=ESSO.Administrator
|---------(+)-uid=ESSOPG\SVC_SSO
|---(+)-ou=ESSO
|---------(+)-ou=People
|--------------(+)-cn=ESSO.Administrator
|---------(+)-ou=SSOConfig
|--------------(+)-ou=2c58e3b2-320a-4ed2-a708-90065620e5d1
|---(+)-ou=vgoLocator
Test with LDAP browser shows that I can access LDAP using that newly created user. Just one thing: according to LDAP rules, I have to use double slashes in logon name: "uid=ESSOPG\ \SVC_SSO,OU=USERS,DC=DOMAIN,DC=LOCAL". But PG doesn't know anything about such a rule and simply passes "uid=ESSOPG\SVC_SSO,OU=USERS,DC=DOMAIN,DC=LOCAL" (with one slash) to LDAP. LDAP declines auth request. What to do now? Eureka! Let's enter two slashes directly into PG settings! So, let's go to "Web Service Account" page and add one more slash into "User Name" field. Now it contains value "essopg\ \svc_SSO". Cursor moves to "Save" button, clicks on it....
PG shows me an error message: "Please enter the User Name in format "domain\userid".".....
I surrender. I have more than fifteen years experience in software development and information security, but I can't setup such a "simple" solution...
P.S. I asked local Oracle representative: "have you ever tried to deploy PG on non-MSAD LDAP?". He answered "NO, because it's a very common way - to use existing MS AD to store outside data". Very strange opininon:
1. MS AD are owned and supported by IT department
2. IT security projects, like E-SSO are pushed into company by Security department
3. 1 + 2 means that "The less impact the new solution will make on existing IT infrastructure (BTW, MS AD schema extension and storing outside data in it is a VERY big impact) - the easier the implementation process will be too". It's sad that Oracle doesn't understand such a simple thing
P.P.S. He also told me that "if something doesn't works, I should create SR". But there is some problem: in order to customer to buy ESSO and support (required to create SR's) I have to persuade him to use such a solution, right? Solution, that currently doesn't works? So, there's the only way remains: I have to buy SR's and create request on my behalf. But what must such an SR include? Phrase "Product doesn't works at all"? Oracle tries to get money several times for single work (once from me, because I have to buy SR in order to make Oracle's product work, and than from customer, who will buy the product itself)? Right?
P.P.P.S. Forum engine shows two slashes as line feed, so I had to insert space between them in order to show them correctly

Similar Messages

  • I just upgraded to lion on my intel macbook.  I would like to change my facetime alert to something different than a phone ring and, I would like to be able to have full screen.  How do I do this?

    I just upgraded to lion on my intel macbook.  I would like to change my facetime alert to something different than a phone ring and, I would like to be able to have full screen.  How do I do this?

    Downgrade Lion to Snow Leopard
    1.  Boot from your Snow Leopard Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Quit DU and return to the installer. Install Snow Leopard.
    This will erase the whole drive so be sure to backup your files if you don't have a backup already. If you have performed a TM backup using Lion be aware that you cannot restore from that backup in Snow Leopard (see below.) I suggest you make a separate backup using Carbon Copy Cloner 3.4.1.
    If you have Snow Leopard Time Machine backups, do a full system restore per #14 in Time Machine - Frequently Asked Questions.  If you have subsequent backups from Lion, you can restore newer items selectively, via the "Star Wars" display, per #15 there, but be careful; some Snow Leopard apps may not work with the Lion files.

  • I added a new Ipod touch and it didn't give me an option of naming it something different than my old ipod which i still have and use

    Is it possible to use both ipods with one itunes? Do they both need different accounts with itunes?

    You can easily change the name of an iPod by just clicking on the name in the left-had side of iTunes under Devices.  You change the name just like you would change a file name.

  • Something different than radial gradient

    Is it possible to create a gradient similar to radial gradient, except that the shape is other than circular?
    This image would be the starting point, but I would like the white part fading to black to be another shape (say, a rectangle, a banana, etc.).
    Help is most appreciated.
    Thank you.
    Ori
    Photoshop CS6

    Thank you for your quick reply.
    I tried your second suggestion and it sort of works.  it is a very good start.  I found that as the white turns gray and darker, it does not blend enough into the black.  If I apply levels and move the black marker inwards, I get a better blend, but I lose the shape.
    Any ideas?
    Thank you,
    Ori

  • Credit card company says something different than ...

    I just tried to purchase a 12 month unlimited world subscription and it looks like it did not get processed but my credit card company is saying that they payment went through and therefore we should have the service (given that it is paid on my credit card).  How do I resolve the discrepancy?  Capital One told us to call Skype and work the issue live over the phone but I can not find a phone number.
    Thanks,
    Andrew

    Hi Andrew,
    Your order history shows that last payment didn't go through, but if your bank claims otherwise then please get in touch with Skype Customer Service and they will help you sort out this problem:
    https://support.skype.com/en/faq/FA1170/How-can-I-contact-Skype-Customer-Service
    Andre
    If answer was helpful please mark it with Kudos and if issue is resolved mark it with solution. This will help other users find this answer more easily. Thanks in advance!

  • Currently running Adobe XI Standard, i have a PDF that i Save As excel however on my computer it converts it differently than my coworkers computer who has the same Adobe version and same version of Excel 2010. Is something different selected on mine than

    Currently running Adobe XI Standard, i have a PDF that i Save As excel however on my computer it converts it differently than my coworkers computer who has the same Adobe version and same version of Excel 2010. Is something different selected on mine than his? How can i troubleshoot?
    Can provide more information if needed...

    Hello nmohamm,
    To examine the conversion settings in Acrobat, do the following:
    1. Select Edit > Preferences
    2. In the preferences dialog, select the "Convert From PDF" category.
    3. In the "Converting From PDF" list, select "Excel workbook".
    4. Click the "Edit Settings" button to view your conversion settings.
    Regards,
    Charlene

  • I have just brought 2 mini's for my boys for xmas.  1. can I connect them both to my existing Itunes account or do I need to set up something different. and 2. can they be used on their dads account as well as mine, or only one?

    I have just brought 2 mini's for my boys for xmas.  1. can I connect them both to my existing Itunes account or do I need to set up something different. and 2. can they be used on their dads account as well as mine, or only one?

    You can set them up with your Apple ID if you want to. You can also set them up with their dad's Apple ID. Depending on how old the boys are, you can even let then have their own Apple ID's. The one thing that you don't want to do is have them use more than one Apple ID on their iPads.
    If you want to be able to share purchased content, then setting them up with either your ID or your husband's (?) ID would be the way to go. If the boys share an ID with one of you, they can download content that you have already purchased without having to pay for it again.
    If you and have the financial wherewithal to allow them to purchase their own individual content, I would recommend letting them have their own Apple ID. This way, as they grow older and eventually move on, they will have their own accounts, their own purchases .... No ties needed to your ID or to dad's ID. FaceTime and Messages will be a little easier to set up if they have their own ID's and they can have their own iCloud accounts as well. However, they must be 13 years old in order to have an Apple ID and iTunes account. If they are under 13, then it's a no brainer you will have to use yours or their father's ID.
    Whatever you decide to do, just don't switch from one ID to another ID on the iPads. That gets confusing and they could end up locking themselves out of one of the ID's for 90 days if they download a past purchase using a different ID.

  • I have a Power PC G4 which is running on OSX 10.5.8, it has the AirPort utility but cannot connect to the internet as my iMac can, I think I might need an AirPort Card? Is that the case or do I need something different to connect to a wireless modem?

    I have a Power PC G4 which is running on OSX 10.5.8, it has the AirPort utility but cannot connect to the internet as my iMac can, I think I might need an AirPort Card? Is that the case or do I need something different to connect to a wireless modem?

    Welcome!
    Only one variant of the PowerMac G4 could use the faster Airport Extreme Card. The rest used the original Airport card that is pretty slow.
    To get fast wireless without buying more than one thing, consider this:
    http://eshop.macsales.com/item/Edimax/EW7722IN/
    It goes in an available PCI slot
    There are USB solutions also. However, all PowerMac G4 towers had only slower USB 1.1 ports, so any USB wireless adaptor can only run at about wireless 'B" speeds (slow) unless you also install a PCI USB 2.0 adaptor card. Doing that would allow a USB wireless adaptor to run at its maximum rated speed. These items working together would accomplish that:
    USB wireless "dongle:"
    Newer Technology MAXPower 802.11n/g/b USB Adapter + Plug and play direct or with extension cradle
    USB PCI adaptor:
    http://eshop.macsales.com/Search/Search.cfm?Ntk=Primary&Ns=P_Popularity%7c1&Ne=5 000&N=7069&Ntt=USB+PCI
    Each approach has its advantages. The PCI wireless card is a one-piece solution that takes up no desk space. The USB2 card+USB2 Dongle gives you more fast ports for transferring date from other external USB devices (primarily cameras and external hard drives) at hugely faster rates than can the original ports. I have a USB 2 PCI card in my G4 tower strictly for transferring images from my digital SLR camera in a timely manner.

  • Dg4odbc to connect to mysql rc 28500 something other than invalid authoriza

    dg4odbc to connect to mysql rc 28500 something other than invalid authoriza
    Hi,
    We are trying to establish connectivity from oracle to mysql using dg4odbc and openlink ODBC drivers. I get the following error when queries are run on mysql tables from within
    oracle/db links.
    SQL> select * from "labels"@"dg4odbc.cisco.com"
    2 ;
    select * from "labels"@"dg4odbc.cisco.com"
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    ORA-02063: preceding line from DG4ODBC
    contents of dg4odbc agent log is as below.
    $ cat dg4odbc_agt_3168.trc
    Oracle Corporation --- TUESDAY SEP 30 2008 05:37:56.658
    Heterogeneous Agent Release
    11.1.0.6.0
    Oracle Corporation --- TUESDAY SEP 30 2008 05:37:56.655
    Version 11.1.0.6.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "DEBUG"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of "HS_TRANSACTION_LOG"
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL32UTF8"
    setting HS_FDS_TIMESTAMP_AS_DATE to default of "TRUE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_CHARACTER_SEMANTICS to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    HOSGIP returned value of "FALSE" for HS_FDS_SUPPORT_STATISTICS
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics"
    Exiting hgosdip, rc=0
    ORACLE_SID is "dg4odbc"
    Product-Info:
    Port Rls/Upd:6/0 PrdStat:0
    Agent:Oracle Database Gateway for ODBC
    Facility:hsa
    Class:ODBC, ClassVsn:11.1.0.6.0_0006, Instance:dg4odbc
    Exiting hgogprd, rc=0
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=873
    HOCXU_DRV_NCHAR=873
    HOCXU_DB_CSET=873
    HOCXU_SEM_VER=90200
    Entered hgolofn at 2008/09/30-05:37:57
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/export/home/oratest/openlink/lib/libiodbc.so"
    Entered hgolofns at 2008/09/30-05:37:57
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    Exiting hgoinit, rc=0 at 2008/09/30-05:37:57
    Entered hgolgon at 2008/09/30-05:37:57
    reco:0, name:odbc_26530, tflag:0
    Entered hgosuec at 2008/09/30-05:37:57
    Exiting hgosuec, rc=0 at 2008/09/30-05:37:57
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
    HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using odbc_26530 as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2008/09/30-05:37:57
    HS_FDS_CONNECT_INFO = "dg4odbc"
    HS_FDS_CONNECT_STRING = "OptimizePrepare=2"
    Entered hgogenconstr at 2008/09/30-05:37:57
    dsn:dg4odbc, name:odbc_26530
    optn:OptimizePrepare=2
    ##>Connect Parameters (len=57)<##
    ## DSN=dg4odbc;
    #! UID=odbc_26530;
    #! PWD=*
    ## OptimizePrepare=2;
    Exiting hgogenconstr, rc=0 at 2008/09/30-05:37:57
    Entered hgopoer at 2008/09/30-05:37:57
    Exiting hgopoer, rc=0 at 2008/09/30-05:37:57 with error ptr FILE:hgopoer.c LINE:128 ID:GetDiagRec error
    hgocont, line 1904: calling SqlDriverConnect got sqlstate
    Exiting hgocont, rc=28500 at 2008/09/30-05:37:57 with error ptr FILE:hgocont.c LINE:1923 ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2008/09/30-05:37:57 with error ptr FILE:hgolgon.c LINE:612 ID:Calling hgocont
    Entered hgoexit at 2008/09/30-05:37:57
    $
    Here is my setup
    Source : oracle 9208 on solaris + Patch_p5965763_9208_solaris64
    dg4odbc component on a different home
    9i and 11g listeners.
    Target : Mysql 5.x on linux sever
    ODBC Driver manager and driver : Openlink single tier driver for mysql.
    he last lines of dg4odbc agent states an error "something other then invalid authorization"(see below)..
    Entered hgopoer at 2008/09/30-05:37:57
    Exiting hgopoer, rc=0 at 2008/09/30-05:37:57 with error ptr FILE:hgopoer.c LINE:128 ID:GetDiagRec error
    hgocont, line 1904: calling SqlDriverConnect got sqlstate
    Exiting hgocont, rc=28500 at 2008/09/30-05:37:57 with error ptr FILE:hgocont.c LINE:1923 ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2008/09/30-05:37:57 with error ptr FILE:hgolgon.c LINE:612 ID:Calling hgocont
    Entered hgoexit at 2008/09/30-05:37:57
    Has anyone encountered similar issue while configuring dg4odbc....I never had trouble with hsodbc. Since hsodbc is desupported , We are evaluating dg4odbc and openlink odbc
    drivers to establish connectivity to mysql and stuck at this point.
    Any suggestion from gateway gurus ?
    Thanks in advance,
    Bhaskar

    Content of Important config files is as below.
    Source : oracle 9208 on solaris + Patch_p5965763_9208_solaris64
    dg4odbc component on a different home
    9i and 11g listeners.
    Target : Mysql 5.x on linux sever
    ODBC Driver manager and driver : Openlink single tier driver for mysql.
    contents of key config files are as below.
    contents of 9i tnsnames.ora
    # To Test DG4ODBC Config
    dg4odbc =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = ora-dev2)
    (PORT = 1556)
    (CONNECT_DATA =
    (SID= dg4odbc)
    (HS=OK)
    contents of 11g listener file
    $ cat listener.ora
    # listener.ora Network Configuration File: /u03/orapoc/oracle/product/dg4odbc/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    TRACE_LEVEL_LISTENER_DG = USER
    LISTENER_DG =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ora-dev2)(PORT = 1556))
    LOG_FILE_LISTENER_DG = LISTENER_DG.log
    TRACE_DIRECTORY_LISTENER_DG = /u03/orapoc/oracle/product/dg4odbc/network/trace
    SID_LIST_LISTENER_DG =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u03/orapoc/oracle/product/dg4odbc)
    (SID_NAME = dg4odbc)
    (ENVS = "LD_LIBRARY_PATH=/export/home/oratest/openlink/lib:/u03/orapoc/oracle/product/dg4odbc/lib")
    (PROGRAM = dg4odbc)
    LOG_DIRECTORY_LISTENER_DG = /u03/orapoc/oracle/product/dg4odbc/network/log
    TRACE_FILE_LISTENER_DG = LISTENER_DG.trc
    contents of initdg4odbc.ora
    $ pwd
    /u03/orapoc/oracle/product/dg4odbc/hs/admin
    $ ls
    initdg4odbc.ora initdg4odbc.ora.orig listener.ora.sample tnsnames.ora.sample
    $ cat initdg4odbc.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO=dg4odbc
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_TRACE_FILE_NAME = dg_mysql.log
    HS_FDS_CONNECT_STRING = "OptimizePrepare=2"
    HS_FDS_SHAREABLE_NAME=/export/home/oratest/openlink/lib/libiodbc.so
    HS_FDS_SUPPORT_STATISTICS=FALSE
    # ODBC specific environment variables
    set ODBCINI=/export/home/oratest/openlink/bin/odbc.ini
    set ODBCINSTINI=/export/home/oratest/openlink/bin/odbcinst.ini
    set OPENLINKINI=/export/home/oratest/openlink/bin/openlink.ini
    set OPL_LICENSE_DIR=/export/home/oratest/openlink/bin/
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    set LD_LIBRARY_PATH=/export/home/oratest/openlink/lib:/u03/orapoc/oracle/product/dg4odbc/lib
    contents of odbc.ini
    $ cat /export/home/oratest/openlink/bin/odbc.ini
    ; odbc.ini
    ; ODBC DSN configuration file
    ; This file is an OpenLink Software product configuration file.
    ; To learn more about this product, or any other product in our
    ; portfolio, please check out our web site at:
    ; http://www.openlinksw.com
    ; or contact us at:
    ; [email protected]
    ; If you have any technical questions, please contact our support
    ; staff at:
    ; [email protected]
    [ODBC Data Sources]
    mys5_lite = OpenLink MySQL 5.x Lite Driver (multi threaded)
    mys5_lite_unicode = OpenLink MySQL 5.x Lite Driver (Unicode)(multi threaded)
    dg4odbc = OpenLink MySQL 5.x Lite Driver (multi threaded)
    [mys5_lite]
    Driver = /export/home/oratest/openlink/lib/mys5_mt_lt.so
    ServerType = MySQL 5.x
    Username =
    Password =
    Database =
    Options =
    FetchBufferSize = 99
    ReadOnly =
    DeferLongFetch =
    JetFix = No
    Description = Sample MySQL 5.x Lite Connection
    MaxRows =
    NoRowSetSizeLimit = No
    InitialSQL =
    NoAutoCommit = No
    NoLoginBox =
    SqlDbmsName =
    [mys5_lite_unicode]
    Driver = /export/home/oratest/openlink/lib/mys5_mt_lu.so
    ServerType = MySQL 5.x
    Username =
    Password =
    Database =
    Options =
    FetchBufferSize = 99
    ReadOnly = no
    DeferLongFetch = no
    JetFix = no
    Description = Sample MySQL 5.x Lite Connection
    [dg4odbc]
    DeferLongFetch =
    MaxRows = 1000000
    JetFix = No
    NoRowSetSizeLimit = No
    Description = Openlink Unix Lite DSN
    Options = -H odbctest.power.com -P 3329
    UserName = odbc_test
    Password = abcdef
    ServerType = MySQL 5.x
    InitialSQL =
    Driver = /export/home/oratest/openlink/lib/mys5_mt_lt.so
    Database = linksys__dev
    ReadOnly =
    NoAutoCommit = No
    NoLoginBox =
    FetchBufferSize = 99
    SqlDbmsName =
    [ODBC]
    DebugFile = /export/home/oratest/openlink/mysql_debug
    TraceFile = /export/home/oratest/openlink/openlink_mysql
    Trace = 1

  • Why is the INVOICE date different than the ORDER date?

    Something odd is happening... I'm receiving workflow notifications from Business Catalyst for Invoices, but sometimes the date of the order is the day before I receive the invoice. This is causing havoc on the shipping side because when I print out the invoice packing slips and export the order files, they don't match up and sometimes customers get missed.
    Any idea why the invoice date would be different than the order date and how do I fix it to make them the same?
    Thanks in advance!

    Hey there,
    An invoice is not an order. That is an important thing to know.
    An order is generated through a few means but mainly as soon as one product is added to a cart - that order exists and the date marked. An invoice is a purchase and comes from an order.
    Create an order in the admin yourself and save it but add no invoice number. You can see you just made an order and you will see the button to generate invoice.
    API can make an order and no invoice, a person can add items to cart and finish it the next day if they have their session open that long... Lots of reasons why these dates may differ.

  • How is a JQuery Vertical Accordian Different Than A Hide-Show Region

    Hello Everyone.
    I an using Apex 4.0.1. I recently learned how to create a JQuery vertical accordian. I'm using the sample accordian that Patrick Wolf recently created/posted. It uses a really nice "accordian template" that he put together. It's really quite useful when it comes to saving space and all on a page.
    Then I began wondering: How is this accordian different than Apex's own builtin Hide-Show Region template?
    And so, I created a sample page on my workspace in apex.oracle.com. I placed a JQuery vertical accordian that consists of 3 regions: 2 reports and a chart. I added a little bit of JQuery to Patrick's template that causes all 3 accordian slices to be closed as opposed to the default behavior of having one slice always open. I also added code that allows a user to re-size the entire accordian either vertically and/or horizontally.
    I then created 3 additional regions that mimic the first 3 regions above. These I placed in "column 2" on the page. For each region I assigned the "Hide-Show" template.
    As far as I can tell, both the accordian and the Hide-Show regions provide the same functionality.
    For the interested, here is a link to my page:
    http://apex.oracle.com/pls/apex/f?p=49919
    The app has open authentication assigned, and so, no login credentials are needed. Please click the "Accordian" tab.
    I realize that the accordian has more flexibilty in that one may add features like choosing to collapse/not collapse all slices and re-sizing, etc. I suppose one could do similarly for the Hide-Show regions using Javascript or JQuery but it would likely be an effort.
    Admittedly, such added features are cool and all. Still, it's been my experience that in the majority of business-like production environments, such "cool" features are pretty much useless. For example, I do not see how re-sizing the accordian or Hide-Show regions has much purpose. In fact, such "cool" features often get in the way of the main goal of the application.
    Of course, a JQuery accordian may also be created that expands/contracts slices "horizontally". I do not know of any way to do the same thing using Hide-Show regions. If someone does know how to do this, I (and likely others) would sure appreciate you sharing how.
    So, then, with respect to basic functionality (saving page real estate by encapsulating several regions), how is a JQuery vertical accordian any different than Apex's own builtin "Hide-Show" region?
    Thank you all for your thoughts/adice/code.
    Elie

    Hello Jari.
    Thank you for your help.
    Yes. Now I do understand what it is you are doing in your accordian page. And also I want to thsnk you for providing the sample code on your page showing how to go about preserving the current state of the accordian when you navigate from/to the page.
    You commented that this kind of state preservation is not available with the Hide/Show region. I'm thinking that you are correct, though I think I once saw something about doing this posted in this Forum. I'll search through and see if I can locate it.
    In any case, have you (or anyone else reading this thread) any other differences between a JQuery vertical accordian and Apex's own Hide/Show region? Other than being able to apply Javascript to an accordian to do things like preserve it's state (like you did), what else may one do with an accordian that is not doable (or at least not easily doable) with a Hide/Show region?
    Thank you for any further advice.
    Elie

  • Is the iPad iTunes app quite different than the regular PC

    I'm new to iPad. I went to check out iTunes app on iPad, and it is so limited what you can do. Very different than regular PC. Is there something I am missing?

    It depends on what you want to see/manage - you can tap on your id at at the bottom of, for example, the Music tab in the iTunes app (or via Settings > iTunes & App Stores) and you can view/manage your id, address and payment info.

  • PO Currency different than PIR

    Hi,
    We recently changed the currency on a PIR but when creating a PO for the material and vendor, it's defaulting to the old currency.
    The company code currency is still the old currency.  Could that have something to do with it?
    Thanks
    ~ Chris

    Hi Guys, i agree with what is mentioned in SAP note 491789 (as that is applicable for currency at header level in PO) but we still can maintain different currency in PIR (which we can maintain via condition record - there you can maintain currency different than vendor currency for a validity period) and in PO price (PB00) will be automatically calculated in this currency.
    question to Chris - does your PO referring to a contract or SA? have you checked in conditions tab of the PO item details if base price currency is same as what you have maintained in PIR?
    yogesh
    Edited by: Yogesh Lohiya on Feb 10, 2012 6:19 PM

  • Publishing different than preview

    I am working on a training video series about Moodle.  I have carefully previewed the project to confirm that everything is timed correctly and matches the audio.
    However, the published version displays something much different than the preview.  Errors include:
    - 1 slide displays smaller and in the top left corner instead of the full screen area, making all the highlights wrong
    - images from one slide are staying around on another slide
    - transitions (fade in/fade out) do not look right in the published version
    What is going on?

    I publish these videos in mp4 format.
    I do not understand how the publishing mode would be the issue because I have successfully published over 20 videos using the same mp4 mode. These errors seem like a publishing bug that does not happen all the time.
    Am I missing some kind of setting that will allow the publish to produce the same thing that I see when previewing my work?
    Additional errors found with other recent videos:
    - audio cuts in and out (plays correctly during preview)
    - text does not appear (appears during preview)
    Is there any way this could be a computer issue rather than a Captivate issue?  It seems Captivate related since I am publishing from Captivate...sometimes the videos turn out right, sometimes they have these random errors.  However, Captivate does run slowly on my computer - would that be a cause for publishing problems?
    Thank you for any direction that you can provide.

  • Flash.system.System.totalMemory different than Windows mem display

    Anyone know why flash.system.System.totalMemory is much
    different than what I see FlashPlayer taking up in the Windows Task
    Manager?
    I would expect to see some overhead, but the differences I'm
    seeing are quite large (i.e. 80MB vs 150MB).
    Thanks

    I may have run into something that might be related. The project I am working on was going fine until I added updates and switch from VGA to HDMI. I added the updates via ICE rather than download after install. The OS install went through the normal
    routine and rebooted. I removed the installation disk and the system rebooted and started to continue the install process. Then the screen went blank as if the system was going to reboot... nothing. I checked the HDMI output and still nothing. I removed
    all the updates and tried again, same exact result. If I power cycle the message says that the install failed.
    I went into the BIOS and found the video settings had support for CRT, HDMI and LVDS. I have ran into LVDS issues before. I disable LVDS, and set the system to output from CRT. This time the OS installer worked as expected. My guess is that the video driver
    switched to the LVDS screen. You might be getting a video driver update - check the BIOS settings and disable LVDS if enabled.
    Sean Liming - Book Author: Starter Guide SIM (WEI), Pro Guide to WE8S & WES 7, Pro Guide to POS for .NET - www.annabooks.com / www.seanliming.com
    There's no driver updates, also I don't have the option for LVDS in the bios. The computer has a display port and HDMI, I'm using the HDMI.
    I re-imaged the computer and tried updating 1 update at a time to try an isolate the problem. About 5 updates in I realized it would take several hours to complete the job, so I started to group the updates. The problem re-occurred with the following
    group of updates.
    KB2991963
    KB2992611
    KB2993958
    KB3003743
    KB3004361
    Unfortunately I don't see a correlation. I re-imaged and re-installed the updates on 3 other identical machines and could not reproduce the problem. Very frustrating...

Maybe you are looking for

  • Conversion error in process flow

    I've build a process flow with the following construction 1. Function call (DB) which returns a date via a OUT parameter (Checked) 2. Bound the OUT parameter to a Process-flow parameter of type date 3. Use the proces-flow parameter to bind a input pa

  • Pass File Path into Message Box

    Hello, I’m building an application that is being used to create a report for whatever date range the user chooses. After the data is exported into Excel I have a message box pop up telling the user where the file has been saved to. However, as it is

  • Camera Process 2010 not working in Lightroom 3

    i can not use noise reduction in Camera Process 2010 on scanned images in lightroom 3 but camera process 2003 working fine. I am using scanned tiff images and converting them to adobe DNG. also camera process 2010 and 2003 work with camera raw iamges

  • Raising Non PO invoices in iSupplier portal

    Hi, Our system is presently running on 11.5.10.2. There is a requirement to implement iSupplier portal so that suppliers can raise both PO matched invoices and Non PO invoices. However, i gather we cannot raise non PO invoices in this version, rather

  • Safari quits EVERY TIME I try to download something...

    Please help -- I have no idea why this is happening. Ever since I upgraded to Tiger about 2 months ago I have had this problem. No matter what it is, as soon as I hit "Download Now," Safari crashes. It's so frustrating! What to do?