JDBC Adapter configuration not initialized:null

i
we have a synchronous scenario with the following adapters , RFC <> XI <> JDBC.
1.JDBC Driver installation is done
2.RFC Destination type t is done in sap(sender) system.
3.checking the jdbc in VA is done
while running it is giving the following error.
com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null
where we have to initialize JDBC Adapter configuration
Thanks in advance
Prasad Nemalikanti

hi prasad
There are 2 jar files that may be missing from your SQL JDBC driver --> msbase.jar and msutil.jar, I think once you add these to the driver it might work.
also check  the driver string for the SQL  driver 2 parameters
i.e 'com.microsoft.jdbc.sqlserver.SQLServerDriver' now becomes
'com.microsoft.sqlserver.jdbc.SQLServerDriver'
This will solve your problem
follow this link
Re: MS SQL Server jdbc Driver installation on XI .
XI JDBC Adapter using stored procedures
thanks
sandeep
Reward points if helpful

Similar Messages

  • RFC to JDBC JDBC Adapter configuration not initialized: null

    Hi Experts,
    My scenario is Proxy to JDBC scenario. I got this problem when executing the interface I got this problem all of a sudden where previously it was working fine.
    there is no problem with the User id or password.
    com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null
    let me know how to solve this.
    Thanks,
    Prem.

    I got this problem when executing the interface I got this problem all of a sudden where previously it was working fine.
    there is no problem with the User id or password.
    com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null
    Can you ensure that Drivers are properly installed and no problem with them?
    Also proper connection parameters are maintained in the JDBC receiver Channel.
    Regards,
    Abhishek.

  • JDBC Adapter configuration not initialized Error

    Hi,
    I am doing a RFC to JDBC scenario in PI 7.1. I am getting the following error:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: JDBC Adapter configuration not initialized: null
    In communication channel monitoring, it shows the following,
    Error when attempting to get processing resources: com.sap.aii.af.lib.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL '<URL>': SAPClassNotFoundException: com.ibm.as400.access.AS400JDBCDriver
    The JDBC parameters for driver & connection are correct only.
    Is the problem related to deployment of JDBC driver or something else? How can i ensure that the JDBC driver deployment is succesful in PI 7.1?
    Edited by: senthil nathan on Mar 25, 2009 10:57 AM

    Hi Senthil,
    Your drivers are not installed properly. Please re-deploy them through SDM.
    Regards
    joel

  • JDBC Adapter configuration not initialized

    Hi,
        I have tested one scenario for WebService to JDBC. Integration engine shows success message.But i got some error in Adapter engine. It shows "JDBC Adapter configuration not initialized".
    So, plz anyone give the solution for this problem.
    Regards
    Vijay

    Hi,
    1.Check whether the JDBCAdapter is Activated.
    2.Check if any firewalls are there frm client side and open
    3.Check the password used to connect the Database is correct one.
    If all these are fine..do the complete cache refresh once.
    Please award marks if found useful.
    Thanks
    Hamja

  • JDBC adapter is not polling as scheduled

    Hi,
    we have observed JDBC adapter is not polling database correctly. adapter is scheduled at every 1 second, but it is plooing for every 5 sec or 6 sec.
    is there any way the issue can be fixed?
    Thank You,
    Madhav

    hi,
    in my mind, the issue is your polling's choice of 1s !
    so to have a real-time exchange whereas you use a polling method to reach a server with is not the PI server itself, and perhaps also not on the same network, by opening perhaps also the database connexion at each request in order to call a SQL request or a stored procedure...
    I don't know your complete flow, but if you really need a 100% real time, maybe it should be better to trigger the sender JDBC adapter from outside when (and only when) the data is produced / changed in your database....
    Anyway, personally, I never recommend to have a polling of 1s. 10s (and often only 60s) is enough is most of the cases... because after the polling you have the XML conversion, the PI mapping, the sending to ECC, the ECC treatment... all these steps take time, and so the interest of checking of every 1s is (in my mind) clearly reduced by all these steps.
    (*) I'm sure if SAP will define a polling in milliseconds, some people would like to use a polling of 1ms, but that's a non-sens...
    regards.
    mickael

  • Error in JDBC Adapter Configuration....

    Hi,
      My scenario is like this FTP->XI->Oracle Database.
    The problem is that the files are not getting posted to the database though it is running well.
    In XI receiver comm channel in JDBC adapter, I have provided the Connection path as   jdbc:oracle:thin:@esealmw275.al.sw.ericsson.se:1521:S14. Whereas in channel monitoring it is taking jdbc:oracle:THIN:@esealmw275.al.sw.ericsson.se:1521:S14. Please note it is taking THIN as in caps.
    Can anybody suggest me is this the proposed error for that, if it is so, then pls provide me the suitable solution for that.
    BR
    Soumya

    Hi Soumya,
    Have a look at ths blog...
    <a href="/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 to JDBC Adapter using SAP XI 3.0</a> by Anirban Ghatak
    Also have a look at this wiki
    https://wiki.sdn.sap.com/wiki/display/XI/JDBCTOJDBC
    Regards
    Santi
    <a href="Remember to set the thread to solved when you have received a solution to set the thread to solved when you have received a solution</a>
    Where There is a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/16">blog</a> there is a Way.

  • JDBC Adapter throws error for Null Data

    Hi All,
              I am running a interface Proxy to JDBC. But in case if proxy has no new data, the message which goes to the database is:
    <b>  <?xml version="1.0" encoding="utf-8" ?>
    - <ns1:MT_Material xmlns:ns1="urn:sce-com:xi:fi:UnitEstimateData">
    - <Insert_Material>
    - <dbTableName action="INSERT">
      <table>SCEI_UE_MATERIALS</table>
      </dbTableName>
      </Insert_Material>
      </ns1:MT_Material></b>
    and I get the error in RWB as <b>Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'SCEI_UE_MATERIALS' (structure 'Insert_Material'): java.sql.SQLException: FATAL ERROR document format in structure 'Insert_Material': expected 'access' tag(s) not found</b>.
    Is there a way so that the JDBC adapter doesn't throw any error if there is no access node??
    Pls advice...
    XIer

    Xier,
    Why it will create multiple Insert_Material nodes? Use  like this
    Mandatory segment ->Remove context->Collapse Context ---> Exists -
    >insert_material.
    Try the above and let me know if it doesn't helps!!
    raj.

  • Synchronus file to jdbc Adapter configuration.

    Hi ,
    I want to configure for Synchronus File to Jdbc Adapter.
    Can anyone tell me how to do it.
    hemant

    Hi,
    In this case you would definitely need one file sender and one jdbc receiver adapter.
    Create data taype and message type for file sender ,then create message interface for this message type.
    Then create datatype for receiver i.e. jdbc.
    For jdbc receiver there is one standard format as below:
    <root>
      <StatementName1>
    <dbTableName action=”UPDATE” | “UPDATE_INSERT”>
        <table>realDbTableName</table>
    <access>
    <col1>val1</col1>
    <col2>val2new</col2>
    </access>
    <key1>
    <col2>val2old</col2>
    <col4>val4</col4>
    </key1>
    </dbTableName>
    </StatementName1>
    Then create message type and message interface for this message type.This interface will be inbound and synchronous.
    Map your file message to jdbc receiver message.
    Then map interfaces.
    In ID create configuration scenario,assign file sending and jdbc receiver business system to this scenario.
    Then create file sender and jdbc receiver communication channel.Create receiver determination,sender agreement and receiver agreement.
    But if you want file synchronous scenario then,you need to use BPM for this.
    Thanks.

  • JDBC adapter type  not visible in Communication Channel

    Hi All,
    I have deployed JDBC driver according to http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00b4a020-4ae6-2c10-5a95-fed4ad9a4b60?QuickLink=index&… .
    Driver deployed successfully and I have checked it in folder \usr\sap\xxx\DVEBMGS30\j2ee\cluster\bin\ext\com.sap.aii.adapter.lib\lib and it's found ok. But this adapter type  not showing in Communication Channel only RFC and SOAP are showing there. I have restarted the server also. Can any one tell me where the problem is?

    Hi Kuldeep,
    Have you check the patch level of both java & abap has same ,if some thing different in Patch level of any of this it will not visible in communication channel
    Check below links also
    https://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/content.htm
    Sender JDBC adapter : data read from db but not in PI
    Regards
    K.N

  • JDBC Adapter Configuration

    Hello,
    In JDBC Adapter, is there any other way to fetch the data other than select query?
    Our Scenario is like Transferring Project Information (PS Module) from Primavera to SAP. We fetch data from Primavera Through JDBC adapter with writing a select query. And we also give poll interval so after every pollinterval JDBC adapter again run the query and send it to integration Engine.
    But our requirement is once the project query executed next time only updated record transfer to SAP. IS XI gives this kind of feature?
    Regards,
    Gaurav Jain

    Hi Giridhar,
    Check out this
    http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm
    also check this interesting blog by Bhavesh
    /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step
    /people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter
    Thanks,
    Prakash
    Message was edited by: Prakash Arunachalam

  • ADSI security adapter configuration not working

    Hi All
    I am working on implementing the ADSI Security Adapter with a LDAP server in Siebel 80 instance. I have followed all the steps given the Security Guide & configured the parameters but when I am trying bring up eService application, I am getting the below error.
    The server you are trying to access is either busy or experiencing difficulties. Please close the Web browser, open a new browser window, and try logging in again.[22:12:56]
    After going through the eService object manager logs, here is what I have observed. I've tried all my methods to troubleshoot but unfortunately did not succeed. Any help is greatly appreciated.
    WAITING: Initialized.
    ScfEventLog     SubEvtFacInfo     3     000000164bc71ef0:0     2010-04-15 21:50:58     Task user set event triggered for task 13631501
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD SecurityLogin(GUESTCST, *).
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD Sceurity Login. User='GUESTCST'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, appuser is 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Domain Search Interface, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, appuser is 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     ADsOpenObject('LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM', 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM', '*', 0) returns 8007052e and object interface 0.
    ObjMgrLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     SBL-DAT-00705: Unable to bind to the ADSI object 'LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     FormatMessage() returns 33 and message text 'Logon failure: unknown user name or bad password.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     ADsGetLastError() returns 0, error description'', and provider name 'LDAP Provider'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Domain Search Interface exits with 3, domain path='', Domain Iface=38de4b4.
    GenericLog     GenericError     1     000000164bc71ef0:0     2010-04-15 21:50:58     (secmgr.cpp (2486) err=4597538 sys=0) SBL-SEC-10018: Unable to bind to the ADSI object 'LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM'.(SBL-DAT-00705)Logon failure: unknown user name or bad password.
    GenericLog     GenericError     1     000000164bc71ef0:0     2010-04-15 21:50:58     (secmgr.cpp (2558) err=4597521 sys=0) SBL-SEC-10001: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     (physmod.cpp (9244)) SBL-DAT-00565: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     (model.cpp (5886)) SBL-DAT-00565: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     ObjMgrLogin     3     000000164bc71ef0:0     2010-04-15 21:50:58     Login failed for Login name : GUESTCST
    Thanks in advance
    N
    Edited by: N.P. on Apr 15, 2010 10:20 PM

    Hi All
    I am working on implementing the ADSI Security Adapter with a LDAP server in Siebel 80 instance. I have followed all the steps given the Security Guide & configured the parameters but when I am trying bring up eService application, I am getting the below error.
    The server you are trying to access is either busy or experiencing difficulties. Please close the Web browser, open a new browser window, and try logging in again.[22:12:56]
    After going through the eService object manager logs, here is what I have observed. I've tried all my methods to troubleshoot but unfortunately did not succeed. Any help is greatly appreciated.
    WAITING: Initialized.
    ScfEventLog     SubEvtFacInfo     3     000000164bc71ef0:0     2010-04-15 21:50:58     Task user set event triggered for task 13631501
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD SecurityLogin(GUESTCST, *).
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD Sceurity Login. User='GUESTCST'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, appuser is 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Domain Search Interface, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, appuser is 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     ADsOpenObject('LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM', 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM', '*', 0) returns 8007052e and object interface 0.
    ObjMgrLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     SBL-DAT-00705: Unable to bind to the ADSI object 'LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     FormatMessage() returns 33 and message text 'Logon failure: unknown user name or bad password.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     ADsGetLastError() returns 0, error description'', and provider name 'LDAP Provider'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Domain Search Interface exits with 3, domain path='', Domain Iface=38de4b4.
    GenericLog     GenericError     1     000000164bc71ef0:0     2010-04-15 21:50:58     (secmgr.cpp (2486) err=4597538 sys=0) SBL-SEC-10018: Unable to bind to the ADSI object 'LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM'.(SBL-DAT-00705)Logon failure: unknown user name or bad password.
    GenericLog     GenericError     1     000000164bc71ef0:0     2010-04-15 21:50:58     (secmgr.cpp (2558) err=4597521 sys=0) SBL-SEC-10001: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     (physmod.cpp (9244)) SBL-DAT-00565: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     (model.cpp (5886)) SBL-DAT-00565: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     ObjMgrLogin     3     000000164bc71ef0:0     2010-04-15 21:50:58     Login failed for Login name : GUESTCST
    Thanks in advance
    N
    Edited by: N.P. on Apr 15, 2010 10:20 PM

  • Additional parameters in the adapter configuration - note 801926

    Hi,
    from help.sap.com I remember that note 801926
    is proposed on the file adapter config page
    for at least 2-3 months by now.
    but when I try to download it I see:
    "Note 801926 is not released."
    can anyone download this note and paste it here?
    (maybe it's not released only for me)
    Thx:)
    Regards,
    michal

    File Sender Adapter parameters
    = No parameters available up to and including SP11 =
    File Receiver Adapter parameters
    = No parameters available up to and including SP11 =
    Regards
    Stefan

  • Error in JDBC Adapter Configuration...Pls help..

    Hi,
      My scenario is like that..XI has to pick up the xml files from FTP and has to insert them into a particular table "clientsystemlog"in database. From sxmb_moni I can see that it is success, but there are no data in the database.
    Here are the details of the error in the Channel Monitoring:-
    Error while parsing or executing XML-SQL document: Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure)
    Any hlp would be appreciated
    BR
    Soumya

    Hi,
      Here is my table structure for DB:-
    ACK_RM_MT=>Action(INSERT)(attribute)->xsd.string
                        =>Table(clientsystemlog)(element)==>>GlobalID
                                                                          ==>>LocalID
                                                                          ==>>DistributedTime, etc etc
    That is what I have created in IR for DB.
    Can you pls check whether the structure is in correct format or not.I have to insert all the elements of Table(clientsystemlog) into the table clientsystemlog in oracle database.
    But still facing the error in Action. In channel monitoring Attribute Action contains error. It seems this Action cannot be performed in the DB table clientsystemlog.
    That is why I can see in sxmb_moni msg processed successfully, but in DB, there are no records at all.
    Tell me one thing, is the table name and the elements of the table are case sensitive?
    Please provide a solution to me, I was braeking my head since last week to sort it out, but unable to sort it out.
    BR
    Soumya

  • JDBC adapter configuration problem while design

    Hi,
    I am connecting SAP TO THIRD PARTY using RFC and JDBC,which is using a stored procedure.
    I have mapped in such a way that
    table = is mapped with the stored procedure name.
    isinput = true.
    type = char.
    But If i look into the monitor its showing a problem with DATATYPE,which i have mentioned is char.The metioned below is log.
    Can any one help me,what changes I have to make.
    com.sap.aii.af.ra.ms.api.DeliveryException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'STORED_PROCEDURE_NAME' (structure 'Statement'): java.sql.SQLException: ERROR: Invalid XML document format for stored procedure: 'type="<SQL-type>"' attribute is missing for element 'MaterialNumber' (Setting a SQL-type (e.g. INTEGER, CHAR, DATE etc.) is mandatory !)</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
    With Regards,
    KishoreJ.

    hi kishore,
    <i>Invalid XML document format for stored procedure: 'type="<SQL-type>"' attribute is missing for element 'MaterialNumber'</i>
    As the error implies, you have missed defining the TYPE attribute while for the field MATERIAL NUMBER. Assign a valid type to it , and it should work fine.
    From the online help,
    <i>The attribute type=<SQL-Datatype> , which describes the valid SQL data type, is mandatory for all parameter types (IN, OUT, INOUT).</i>
    <i>The following SQL data types are supported:
    INTEGER, BIT, TINYINT, SMALLINT, BIGINT, FLOAT, REAL, DOUBLE, NUMERIC, DECIMAL, CHAR, VARCHAR, STRING, LONGVARCHAR, DATE, TIME, TIMESTAMP, BINARY, VARBINARY, LONGVARBINARY, BLOB (input and output),CLOB (input and output), CURSOR (output; only in conjunction with the Oracle JDBC driver).</i>
    Also, check this blog for any help,
    /people/sriram.vasudevan3/blog/2005/02/14/calling-stored-procs-in-maxdb-using-sap-xi
    Regards,
    Bhavesh

  • Receiver JDBC adapter to SELECT is null records?

    Hi,
    I have an interface with an Oracle database and I need to read only the records that have a null value in a field.
    I have created the mappings and all work fine except the selection for this records, in other words I need simulate in the where clausule an 'is null'.
    Select field1 field2 from table tab1 where field1 = 'A' and field2 = 'B' and boldfield3 is nullbold
    I have try with attributes isNULL and hasQuot but doesn't works
    Could somebody help me?

    Try this...
    Select field1,field2 from tab1 where field1='A'  and field2='B'  and field3 IS NULL;

Maybe you are looking for

  • How to track the corresponding CWIP and Asset after settlement in reports

    Dear gurus, We are trying to develop a single report which would have commitments, actual costs, Auc amounts and Final Asset postings w.r.t a project or WBS element. What is the table where we can find AuC amount and CWIP number for given WBS element

  • Database in suspect mode

    i was going through this article about recovering a database in suspect mode : http://www.mytechmantra.com/LearnSQLServer/Repair_Suspect_Database_P2.html in the article the error seems to indicate corruption in the log : Error: 9003, Severity: 20, St

  • Application Storage Issue

    Hello, A̶̲̥̅♏ having issue with my device being slow because the application storage memory ΐƨ almost full, i tried moving my apps to my media card but couldn't do that. ΐƨ there anyway this can be done? Please help .

  • Spelling checker on the iPad & iPhone

    Australian English is more or less the same as British English, but because we use the dollar and not the pound we have a US keyboard. The iPad does not seem to differentiate between various flavours of English - hence it replaces the sss's in my typ

  • Intelligent Agent - No jobs...

    Trying to schedule a DB dump, and all I get is: VNI-2015 : authentication error The snmp user is the default user. The credentials in OEM are set as SYS Never found 'VNI-2015' in the error lists. Any hints? Thanks, Ricardo