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

Similar Messages

  • CalDAV client in iCal connecting to something other than iCal Server

    Has anyone attempted to use the CalDav client in Leopard to connect to a CalDav compliant server other than Apple iCal Server? I've tried using a Merak server and it fails while Sunbird connects without a problem. The error I get from iCal is fairly generic...something like "Account information not found"

    Kerio MailServer supports CalDAV.

  • Boot into something other than hard drive

    I'm having problems partitioning in boot camp, so I read that I should defrag my drive. I'm getting the error because it can't move certain files.
    So I'm using iDefrag, but it won't let me use most of the defrag options because I'm using the disk it is defraging. I tried to boot using the leopard disk that came with my macbook, but I can only use certain programs while this disk is open.
    What do I need to do to boot into something other than the hard drive to defrag?

    Hi again,
    found this procedure http://www.bradbergeron.com/2006/11/howto-install-and-boot-os-x-on-a-flash-drive / to install and boot a basic OSX on an USB Memory Stick.
    Since this How-To was written for OSX Tiger you might consider getting a bigger sized USB-Stick for the space OSX Leopard needs.
    Regards
    Stefan
    Message was edited by: Fortuny

  • IPhone 4S wifi is gray and will not find any networks or move. I have hard reset network reset and safari reset. All other devices in my house connect to wifi. Any suggestions other than the 3 that do not work.

    iPhone 4S wifi is gray and will not find any networks or move. I have hard reset network reset and safari reset. All other devices in my house connect to wifi. Any suggestions other than the 3 that do not work.

    iPhone 4S wifi is gray and will not find any networks or move. I have hard reset network reset and safari reset. All other devices in my house connect to wifi. Any suggestions other than the 3 that do not work.

  • Can I change the view of videos from thumbnails to details or something other than thumbnails?

    I loaded a couple of tv series and movies into my ipad air 2 and when I click on the videos app they all appear as thumbnails. I was wondering if someone could help me change the view to maybe details or something other than thumbnails just so I can view what tv series I have. I couldn't find any option any where on the screen or in settings on changing the view. Please help

    Ok nevermind I managed to sort it out.. had to change the type of video and sort the shows with their seasons. pretty long process.

  • Assign boot drive letter to something other than C

    When setting up XP Mode, is there any way to assign the boot drive to something other than C? I know once it's set up it's next to impossible to change, but there should be a way to assign it during setup. Any ideas??

    Hi,
    Why do you want to change system drive letter in Windows XP mode? As you said, you're not allowed to do that. Based on my test, you can succeed in changing this drive letter  C: to other letters through registry, after you attach another virtual disk
    (eg E:) into XP. However, It will damage your XP system, which proves not to be a good solution provided in Internet. So I recommend you not to change this letter.
    Thanks!
    Andy Altmann
    TechNet Community Support

  • TS3999 Change minimum duration to something other than 30 minutes

    When scheduling an event in iCloud calendar, can you set the minimum duration in the pull down menu for "from" to something other than 30 minutes?
    For example, if you schedule an even at 9:00 AM, the shortest time available in the pull down down menu will read "9:30". I know I can manually type any time I want, but I was looking for a way to change the default options.

    Maybe you can try to build something in Front Row, although I do not think it will allow this flexibility in time frames.

  • How to upgrade to something other than the most recent OS

    I am currently running Os 10.6.8. I would like to update, but I have a critical application that is only qualified for 10.8.2 and the current operating system is 10.8.4. Is there a way to buy something other than the current OS?

    Apple updates the OS X installer at the Mac App Store with the latest version, and older OS X versions disappear. If you want to upgrade to Mountain Lion and you purchase Mountain Lion at the App Store, you will get the OS X Mountain Lion installer with 10.8.4 installed, so it will install 10.8.4, without any possibility to install 10.8.2.
    You can try changing system files to look like you are using 10.8.1 and try applying the 10.8.2 update, but doing this you may damage OS X Mountain Lion

  • Can a muse subscriber reconfigure the forms widgets to something other than BC?

    Can a muse subscriber reconfigure the forms widgets to something other than BC?

    What I did for my forms was create a copy of my Muse site file where I deleted everything except for the page with the forms (there were 2 on one page, and there are none anywhere else on the site). I kept the master, made a copy of it, and took everything out of the master. I then went to the page (titled "reach me", containing two forms, one for questions, and one for a mailing list) and selected everything and grouped it. The grouped item allowed for Muse to give me a width/height of all of the elements together. i took those dimensions and set them as the page defaults on the master i had just wiped out. i set all margins, footers, padding, etc to 0 and made it 1 column. i published the site to catalyst, and then copied the url to my clipboard. opening my site up again (the muse file i made the copy from) i went to PLAN and made a copy of the Reach Me page (as a backup, should something go awry, i called it "Reach Me-old") i opened the original "reach me" (being that all my other pages linked to it and not the copy i had just made) i wiped out all of the forms and content and inserted an html code snippet. i typed:
    <style type="text/css">
    #frame {overflow-x:none;overflow-y:none;border:0px;};
    </style>
    <iframe id="frame" src="URL" width="WIDTH" height="HEIGHT" scrolling="no" seamless sandbox="" />
    * replace URL with the url you copied earlier
    *replace width and height with the ones you typed in the b-master (or it might be called "A-Master copy" in your business catalyst site
    this worked out just fine for me hope it helps you guys
    check it out working:
    ilenepricedesign.com (reach me page)
    ilenepricedesign-contact.businesscatalyst.com (the page i created an iframe of)
    ===============
    update: there were some issues with it (it worked for the most part, just some visual problems)
    i created a copy muse file, deleted all except the page and the master i needed, and uploaded as-is to catalyst. i then fixed all hyperlinks on the master for the copied muse file to link back to original site and then on site linked the menu item for the page to go to the catalyst page. this works perfectly, i dont mind the url changing when everything looks the exact same. to the average user, i think you should be fine.

  • Install OCS R2 on something other than Redhat AS 2.1?

    I have a test environment I want to set up for OCS Release 2 9.0.4.1, but I'd like to do it on something other than Redhat Advanced Server 2.1. I saw a Note or something on Metalink a couple of days ago on how to trick runInstaller into thinking the OS is Redhat AS, but tonight when looking for this document I cannot find it.
    Does anybody know how to do this? I'm downloading a developer edition of UnitedLinux right now, but I'm really interested in attempting to install the single-box install on Mandrake 9.1. One reason because I'm more familiar with that distribution, and also because I'm curious to see if it will work.
    Thanks,
    Michael

    I've done it on red hat 7.3 - no issues besides relinking for the ias components.
    runInstaller -ignoreSysPrereqs
    Can't rememeber the case, but if you run the runInstaller and pass an option or perhaps -? or -help it will show you a whole bunch of options.

  • ACS 4.2 RDBMS Action 105/108 - How to set to something other than default "RADIUS Token Server"

    I'm trying to create an import script for RDBMS to import users, but cannot figure out how to set the "PASS_TYPE_RADIUS_TOKEN" to something other than the default of "RADIUS Token Server".  We have multiple RADIUS Token Server definitions.
    I can create a user with what I need, except external db password is set to "RADIUS Token Server".  How do I set it to (for example) something like "RADIUS Token Server - xxxx"
    We have more than 1 RADIUS Token Server definition called "RADIUS Token Server - xxxx", "RADIUS Token Server - yyyy". 
    Thanks!

    As per my knowledge you have to update 4.2 ACS to
    5.1, because when you go for RDBMS synchronization it wont allow you, I have faced problem in past while primary ACS was 4.1 and secondary I have 4.2, I have updated primary ACS to 4.2 and everything is working fine.

  • How to connect to database with a schema other than current user?

    Dear all,
    I would like to know whether it is possible to specify a specific schema while connecting to a database directly by SQL*Plus command. Usually here is what I do (assuming that db01.WORLD is already in tnsnames.ora)
    $ sqlplus scott/[email protected], in this case the user is SCOTT and the current schema is also SCOTT. If I want to change the current schema I have to use an ALTER SESSION SET CURRENT_SCHEMA command. So what I would like to know is that whether there is an alternative, that is, proceeding in a way where the user SCOTT connects directly (by using SQL*Plus shell) to a SCHEMA other than SCOTT (in other words, is it possible to specify the desired schema at the connection time, for example user SCOTT who connects under a schema named 'management')
    Thanks in advance,
    Dariyoosh

    The ordinary way to do this is to
    1 - grant object privileges from the other schema to scott (Refer to the GRANT command in the online documentation)
    2 - create a private synonym in the Scott user (Look up CREATE SYNONYM in the documentation)
    The only other solution would be to make sure to create an after login trigger running the alter session command.
    Finally two words of advise
    1 You are recommended to leave the user Scott alone, and not mess it up with your own additions.
    2 You seem to treat this forum as a free Oracle class. As the people responding here are volunteers you are kindly advised to stop doing that and use the online documentation at http://tahiti.oracle.com and read at least the 'Getting Started' document and/or the '2-Day' document for your unknown version of Oracle.
    Sybrand Bakker
    Senior Oracle DBA

  • Jagged text/shapes when text/shape color is something other than white

    I have an issue in a Premiere Pro project where I am adding in either an AI slide, a PSD or using the Titler, and the text looks great, nice and crisp, until I render. Once I render, the colored text (anything other than black or white) shows jagged edges.
    Here is an example of what is happening. Although the images upload seems to have downrezzed this a bit, the white feather at top left is the best example.
    http://i1.creativecow.net/u/226028/videosamples.jpg
    I am eventually exporting to Flash, where the issue still shows up, even though in the export window, it shows that the Output looks better than the Input.
    Any help would be greatly appreciated. I have tried outlined AI files, PSD files, PNG files, JPG files, the Titler, all with and without Frame Blend, both RGB and CMYK, to no avail. I'm clearly missing something, since the white text looks great. Thanks in advance.

    By render the timeline - I mean that it goes from red to green.
    Sequence settings:
    Editing mode: HDV 720p
    Timebase: 23.976
    1280x720
    Square pixels
    Progressive scan (no fields)
    Exporting to Flash, I used FILE > EXPORT > MEDIA
    Then selected FLV | F4V
    F4V same as source
    left all options the same
    VBR, 2 pass
    Increased bitrate to 5mbps target
    Premiere version: CS4
    Hope that helps.

  • Php data service with something other than localhost for mysql

    Hello
    I'm trying to use an external host as an mysql source.
    I've used the 'generate from template' option and filled it out with the correct data.
    The php code is on my localhost on my mac.
    I've made a testfile in php to test my service and it seems to work and get the data from the database.
    But flashbuilder doesn't see an operation and when I try to refresh it says:
    java.lang.IllegalArgumentException: protocol = http host = null
    I get the same error if I try to 'generate from database' and I click the 'connect database' button.
    in the hostname field, I've tried the url to the server and also the IP (in case of a DNS problem), but either of them generate the same error.
    I hope some one can help me, so I can really start trying out the new data services.
    Thanks
    Johan Velthuis

    Thanks for replying, it works now!
    At first I got the error below, but after putting a ZendFramework folder in the /Library/Webserver/Documents folder my settings got accepted.
    Warning: require_once(Zend/Loader/Autoloader.php) [function.require-once]: failed to open stream: No such file or directory in /Users/johan/Sites/test/tempgateway.php on line 27
    Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader/Autoloader.php' (include_path='.:/usr/lib/php:/Library/WebServer/Documents/ZendFramework/library') in /Users/johan/Sites/test/tempgateway.php on line 27
    I think this is some kind of bug too, since I let the project wizard create a local ZendFramework folder in my project automatically, but it did not get used.
    It would really be great to have the webroot on a remote server through ftp or maybe afp in a private network to the remote server, but with only tapping into the remote database already solves a lot of problems for the workflow.
    In order to make this work (mysql remote connection) one should create a user on the mysql server with host '%' instead of 'localhost'.
    Since this is not very secure, you could also set the host to your external IP (if its not dynamic), or give that user only rights to your testdatabase.
    Thanks,
    Johan Velthuis

  • How can I connect to a different database schema,other than adobe?

    I'm building an application where I want to use a different database for it,for storing additional data for the users(different from "edcprincipaluserentity" table in "adobe" database stores)..How I can connect to my database schema created in MySQL from Workbench,to assign tasks to my users,using the Process Management/Assign Task service?

    You can only assign task to user that are known by the LiveCycle User Manager.
    When you configure LiveCycle, you can tell it where you want to get the users from. They can be created them locally in the local database, or synchronized from an LDAP directory in which case it'll read the users from LDAP and make a copy of some of the properties to the internal LiveCycle database.
    Bottom line, all users have an id (in the edcprincipalentity table) in the adobe database.
    If you need your users to come from a different database, then you need to customize the SPI (security provider interface) so that you can synchronize the users coming from your external database. Again, this is a customization since out of the box, we don't synchronize against external database. But it is possible, the API is there and other customers have done it.
    I hope this clarifies things a bit.
    Jasmin

Maybe you are looking for

  • Mac mini camera issue

    Hi,  Just trying to get a mic camera combo to work on the mini.  Any cameras that definitely work?  I have 3 that don't.  Mic is the problem.

  • Saving v8.2 .lvlib files in v8.6

    I have a large project that was created in LabVIEW 8.2.  If I save the .lvlib files from LabVIEW 8.6 (which is currently installed on my machine), I get multiple "Not a Path" errors when running the application.  The problem is that the .lvlib file i

  • Pages Email Attachment

    Can anyone tell me how to attach or insert a pages file so that when I send an email and the recipient opens it, the pages piece opens with it (like a picture imbedded in an email). I don't want to send as an attachment the recipient has to open sepa

  • A new Business Scenario Mapping in SAP

    Hi, I have a new business scenario with one of my client. Business Scenario is like this: 1. Material needs to be transferred to government agencies. Inventory should be deducted from my plant and should be displayed with govt agencies. 2. They will

  • Song is corrupt, can't ReDownload

    I've purchased a 8 minute song that only plays till 1:20 something and then stops? And why i can't re-download it? I'm only able to download previous purchases for Apps and Books, is this a joke?