Receiver MSAccess

Hi All,
My scenario is File to MSAccess.
I configured my scenario as per the following blog.
/people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn
I got an error in the communication channel monitoring. Can any one suggest why it is showing?
Error during database connection to the database URL 'jdbc:odbc:Driver={Microsoft Access Driver (.mdb)};DBQ=
168.186.44.51\XI_Test_Files\Out\db1.mdb' using the JDBC driver 'jdbc.odbc.JdbcOdbcDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:odbc:Driver={Microsoft Access Driver (.mdb)};DBQ=
168.186.44.51\XI_Test_Files\Out\db1.mdb': SAPClassNotFoundException: jdbc.odbc.JdbcOdbcDriver'
Thanks,
Satish.

hi,
Did you install the driver to access the MS DB in your XI server. It is not able to recognise the Driver.
Also check whether global DB name is correct or not.
Check if you have deloyed the drivers correctly . Refer to following config guide for delopyment steps .
http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000591425&_OBJECT=011000358700001697502004E
I think generally it is the work of  basis people to delopy them
Note: reward points if solution found helpfull
Regards
Chandrakanth.k

Similar Messages

  • Using Stored procedure in sender or receiver jdbc adapter

    Hi All,
    Please let me know simple blogs for Stored procedure used in sender or receiver jdbc adapter to get data from 2-3 tables
    Thanks

    Hi
    To work with Store proceudres (SP) you have to create the SP's in database like Oracle, Mssql or Msaccess.
    Ususally the SP creations are done by database experts. For more info about "SP" try Googling!
    The below blog is about SP but not the one you expect!
    /people/itisha.alok/blog/2009/03/23/jdbc-stored-procedure-returning-multiple-resultsets
    Executing an Oracle Stored Procedure from Sender JDBC adapter
    Sender Adapter - -
    SP will contain the select Query alone or with it will contain insert, delete statement too.
    Receiver:
    SP will have insert or delete satement.
    Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/frameset.htm
    The below details are required  to configure the adapters
    Driver details
    database name
    Procedure name
    user name
    password,
    Regards
    Ramg

  • What is the driver name to be given for connecting with an MSAccess database?

    I tried the 32bitODBC test on the MSAccess database. Works fine. My loaded java program trying to connect with the database is still not working. NullPointerException runtime error.
    Maybe the driver that I've loaded is wrong viz. sun.jdbc.odbc.JdbcOdbcDriver.
    What is the correct drivername to be given in class.forname("driverName")?
    Any clues?

    what u've given as the driver name is correct. The NullPointerException comes because of problems with passing parameters from the front end to the database. It's receiving null parameter values. Check the parameters u r passing to the database. I think this will solve the problem.

  • JDBC Receive --- action = "SELECT"

    Hi Friends,
    Iam trying a scenario where Iam using JDBC Receiver with action = SELECT.
    To be clear I'll explain the scenario.
    Source_File>XI>MSAccess>XI>Target_File.
    I mean, I want to send a file to MSAccess and retrieve the values from table using action = SELECT and put that in a new File.
    <b>I></b>
    1)My Source DataType (Emp_out_DT) is (This from File to XI)
    <b>>Emp_out_DT
    >>Emp_No
    >>Emp_Name</b>
    2)Target Datatype (Emp_in_DT) is (This is from XI to MSAccess)
    <b>>Emp_in_DT
    >>Select
    >>>EmpInfo
         action
         table
    >>>>access
         Emp_No
         Emp_Name</b>
    3)Response DataType (Emp_in_Res_DT) (This is from MSAccess to XI)
    <b>>Emp_in_Res_DT
    >>row
      Emp_No
      Emp_Name</b>
    <b>II></b>
    I have created three Message Types for the three DataTypes.
    <b>III></b>
    I created two Message Interfaces as
    1)Outbound , Synchronous (Emp_out_MI) with
    output Message ---> Emp_out_MT
    input Message ---> Emp_out_MT
    These two are same...
    2)Inbound , Synchronous (Emp_in_MI) with
    input Message ---> Emp_in_MT
    output Message ---> Emp_in_Res_MT
    <b>IV></b>
    I have done the mapping between
    1)Emp_out_MT and Emp_in_MT
    2)Emp_in_Res_MT and Emp_out_MT
    <b>V></b>
    Only one Interface Mapping with
    1)Request
    Source Interface ---> Emp_out_MI
    Target Interface ---> Emp_in_MI
    Mapping ---> Emp_out_MT_Emp_in_MT
    2)Response
    Source Interface ---> Emp_out_MI
    Target Interface ---> Emp_in_MI
    Mapping ---> Emp_in_Res_MT_Emp_out_MT
    Since both are synchronous interfaces, even though MI are same for both the MT will change based on Request and Response.
    <b>VI></b>
    In Configuration I created three Communication Channels
    1)File Sender
    2)JDBC Receiver
    3)File Receiver
    Upto JDBC Receiver it is OK. I have created all the Sender Agreement, Receiver Determination and all. But wat to do with the Response that I get from MSAccess. Will I get the Response from MS Access with this Configuration. How and Where can I see the Response. How to create a File with the Response I got???
    Regards,
    Raju...

    Hi narayan ,
      Just check the following links for proper Meassge type in JDBC format :
    <a href="/people/alessandro.berta/blog/2005/10/04/save-time-with-generalized-jdbc-datatypes:///people/alessandro.berta/blog/2005/10/04/save-time-with-generalized-jdbc-datatypes
    also
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/4d/8c103e05df2e4b95cbcc68fed61705/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/4d/8c103e05df2e4b95cbcc68fed61705/frameset.htm</a>
    JDBC adapter will return the details depending on the select statement u will have to map that response to the message type u r using to create the file using ftp adapter.
    regards,
    keith.

  • Insert into MSAccess Table

    Hi Friends
    Iam trying to insert a record in MSAccess table from a legacy file. I could establish the connection to MSAccess and could able to retrive the data from it. But while inserting it gives me an error:
    <b>Receiver Adapter v1109 for Party '', Service 'ORACLE_SERVER_BS':
    Configured at 11:41:23 2005-10-24
    Last message processing started 12:18:28 2005-10-24, Error: TransformException error in xml processor class, rollback:
    Error processing request in sax parser: Error when executing statement for table/stored proc. 'VendorMaster': java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
    at com.sap.aii.adapter.jdbc.xml2sql.service(xml2sql.java:179)
    at com.sap.aii.adapter.jdbc.XI2JDBC.onInternalMessage(XI2JDBC.java:347)
    at com.sap.aii.adapter.jdbc.SapAdapterServiceFrameImpl.callSapAdapter_i(SapAdapterServiceFrameImpl.java:170)
    at com.sap.aii.adapter.jdbc.SapAdapterServiceFrameImpl.callSapAdapter(SapAdapterServiceFrameImpl.java:146)
    at com.sap.aii.af.modules.CallAdapterWithMessageBean.process_receiver(CallAdapterWithMessageBean.java:204)
    at com.sap.aii.af.modules.CallAdapterWithMessageBean.process(CallAdapterWithMessageBean.java:159)
    at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl1.process(ModuleLocalLocalObjectImpl1.java:103)
    at com.sap.aii.af.mp.ejb.ModuleProcessorBean.process(ModuleProcessorBean.java:221)
    at com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0.process(ModuleProcessorLocalLocalObjectImpl0.java:103)
    at com.sap.aii.af.listener.AFWListenerBean.onMessage(AFWListenerBean.java:220)
    at com.sap.aii.af.listener.AFWListenerLocalObjectImpl0.onMessage(AFWListenerLocalObjectImpl0.java:103)
    at com.sap.aii.af.ra.ms.impl.ServicesImpl.deliver(ServicesImpl.java:274)
    at com.sap.aii.adapter.xi.ms.XIEventHandler.onDeliver(XIEventHandler.java:653)
    at com.sap.aii.af.ra.ms.impl.core.queue.ReceiveConsumer.invokeHandler(ReceiveConsumer.java:374)
    at com.sap.aii.af.ra.ms.impl.core.queue.ReceiveConsumer.onMessage(ReceiveConsumer.java:98)
    at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:448)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)</b>
    The structure for the target field is
    VendorMaster_DT
    >Insert
    >>VendorMaster
      action
      table
    >>>access
       VendorNumber
       LastName

    Hi,
    <i>java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] <b>Syntax error in INSERT INTO statement.</b>at com.sap.aii.adapter.jdbc.xml2sql.service(xml2sql.java:179)</i>
    looks like your insert statement in the inbound message is wrong, check your inbound message...
    naveen

  • Using JDBC to send data to MsAccess database

    Hi,
    I have received a MSAccess database on a file. I have placed the database on a networkdrive, and need to write data to the tables in this database. The networkdrive is mapped like //Data/DB/Databse.mdb
    How do I connect the jdbc adapter to this database? Can it be done, like you normally connect to a database system with servername and port?
    Kind regards
    Mikkel Íversen

    Hi
    In that case u have to provide the Connection parameter and the driver name.
    Refer today thread : https://www.sdn.sap.com/irj/sdn/profile?userid=3596219
    Enter the following parameter in the JDBC adapter..
    JDBC Driver = "sun.jdbc.odbc.JdbcOdbcDriver"
    Connection = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=
    DataDBDatabse.mdb"
    if there is authentication then enter :
    uername & Password.
    Also note your .mdb file should be on the same server where the XI is installed.
    Thanks
    Farooq.
    *Rewards points if you find it useful*

  • Does anyone have done : Idoc to MSAccess scenario

    Hi,
             Could anyone give the step by step solution for the IDOC to MSAccess scenario.....I am unanable to build the receiver structure for MATMAS05 Idoc;. Please give the links or any type of information so that I can complete the scenario...
    Thnks in Advance,
    sunil

    <i> Could anyone give the step by step solution for the IDOC to MSAccess scenario.</i>
    Use this for sender idoc settings
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    For receiver jdbc (MS access)
    /people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn
    <i>I am unanable to build the receiver structure for MATMAS05 Idoc</i>
    I hope u r importing the idoc from R/3 rather than creating it manually.
    IR->SWC->Double click namespace->Import RFC and IDocs
    This would help u
    Re: JDBC - System/Application Acknowledgement
    Regards,
    Prateek

  • Jrew Runtime Error when migrating MSAccess 97

    I am migrating a MSAccess 97 database to Oracle 8.0.6. When the wizard is building the source model I receive:
    ==========================================
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program D:\Program Files\Oracle\jre\1.1.7\bin\jrew.exe
    abnormal program termination
    ==========================================
    I switched from MDAC 2.1.3711.11(GA) to MDAC 2.1.2.4202.3(GA). I also applied SP6 but I still receive the same error.
    Does Oracle recommend any patch or workaround?
    Augusto
    null

    Hi I am now trying to migrate Access to Oracle 8 and when I select the Access DB, I am getting the same error. Did u resolve that problem?? Can u tell me how to resolve that problem?? My email id is [email protected]
    Thanks in advance..
    -Bhanu
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by acastro ( ):
    I am migrating a MSAccess 97 database to Oracle 8.0.6. When the wizard is building the source model I receive:
    ==========================================
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program D:\Program Files\Oracle\jre\1.1.7\bin\jrew.exe
    abnormal program termination
    ==========================================
    I switched from MDAC 2.1.3711.11(GA) to MDAC 2.1.2.4202.3(GA). I also applied SP6 but I still receive the same error.
    Does Oracle recommend any patch or workaround?
    Augusto
    <HR></BLOCKQUOTE>
    null

  • How to connect to MSaccess with sqlplus provided in oracle11g

    With an old sqlplus (version 3.3.4) I was able to connect successfully to MSAccess database using these parameters:  
              SQLPLUS username/password@odbc:myDSNtoMSAccess
    When using sqlplus provided in oracle11g (version 11.2.0.1) with the same parameters, I have this error message:
              ORA - 03121 : no interface driver connected - function not performed
    Can someone can help me?
    Thank you

    Sorry for taking so long to answer you, I'm back to work.
    Thank you all of you for your responses. Let me explain the situation:
    We develop software that need to store data in diffenrent kind of database. Most common one used by our client are MSAccess, SqlServer and Oracle. One of our client is forced to upgrade their Oracle 8i database to 11g. This client received a lot of small MSAccess database from their clients and after the validation of the MSAccess data, copy their content into Oracle. With Oracle8i and SQLPlus 3.3.4 we develop a SQL script to copy the data. The client need to login to is Oracle database using SQLPlus and run a script file that contain the following SQL procedure:
        COPY FROM username/pw@odbc:myDSNtoMSAccess INSERT tablename USING select * from tablename;
    We develop an application that do the same job and much more, but the client is an old fashion guy who only beleive in SQLPlus tools. Given that «the customer is always right», we recreate their Oracle environement with a server on which we installed the Oracle 11g database and a workstation on which we installed the Oracle client. We import successfully the dump file create with Oracle8i, and try some SQL request from the workstation with SQLPlus successfully. Our softwares were adjusted, recompiled and test successfully with Oracle 11g. The only thing that doesn't work is the login to MSAccess with SQLPlus. I think that Justin Cave is right «If memory serves, the ability to use SQL*Plus to connect to ODBC data sources was removed a long, long time ago». After some search and reading, the closest solution would be to use the Oracle gateway but it will be difficult to the client to use it because they will have to rename the MSAccess database and copy it on the specific path create with the ODBC on the Oracle server. This can be done easily, but different MSAccess database has to be validate and copy into Oracle by different user and this can happen in the same moment. So the gateway is not the solution.
    To be honest with you, we are not disappointed. The client will not have the choice to drop SQLPlus and use our application!!!
    Thank again to all of you and please excuse my english.

  • Issue in creation of plant related data at receiving server using BD10

    Hi all,
    This is regarding Material master creation using B10.I am using MATMAS05 message type for sending data from one system to another.Data is sent and received successfully.When i go in mm03 i can see all the views created successfully accept views related to PLANT.Please guide to resolve the issue.
    When i entered into Log-
    1)"The field MBEW-BKLAS is defined as a required field; it does not contain an entry".
    2)"No material master data exists for material AB_08.04.09(30) in plant 4001".
    My segemnt is as follows-
    ZMATMAS05                      matmas05
           E1MARAM                        Master material general data (MARA)
               Z1KLART                        KLART----
    My extention
               E1MARA1                        Additional Fields for E1MARAM
               E1MAKTM                        Master material short texts (MAKT)
               E1MARCM                        Master material C segment (MARC)
                   Z1AUSPM                        E1AUSPMDistribution of Classification:----
    My extention
                   E1MARC1                        Additional Fields for E1MARCM
                   E1MARDM                        Master material warehouse/batch segment (MARD)
                   E1MFHMM                        Master material production resource/tool (MFHM)
                   E1MPGDM                        Master material product group
                   E1MPOPM                        Master material forecast parameter
                   E1MPRWM                        Master material forecast value
                   E1MVEGM                        Master material total consumption
                   E1MVEUM                        Master material unplanned consumption
                   E1MKALM                        Master material production version
               E1MARMM                        Master material units of measure (MARM)
               E1MBEWM                        Master material material valuation (MBEW)
               E1MLGNM                        Master material material data per warehouse number (MLGN)
               E1MVKEM                        Master material sales data (MVKE)
               E1MLANM                        Master material tax classification (MLAN)
               E1MTXHM                        Master material long text header
               E1CUCFG                        CU: Configuration data
           E1UPSLINK                      Reference from Object to Superior UPS
    Thanks.
    Edited by: sanu debu on Apr 27, 2009 7:10 PM

    CREATE CONTROLFILE SET DATABASE "NEWDB" NORESETLOGS ARCHIVELOGAlso when you are setting a new database, the option should be RESETLOGS and not NORESETLOGS.
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_2_7FK0XKB8_.LOG
    D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_SYSTEM_7FK0SKN0_.DBFWhy underscore(_) at the end of the datafile name. Any specific reason ?

  • FileName in the AS2 receiver?

    Hi Guys,
    we are sending a file to the partner with the AS2 and we want to maintain the same file name as the sender. I dont see any adapter specific attributes in the AS2 adapter.
    How can i maintain the same file in the AS2 receiver adapter. any help or suggestions would be appreciated
    Thanks,
    Srini

    Hi sarvesh,
    The problem is resolved using the seeburger AttributeMapper module.
    Thanks,
    Srini

  • IDoc not received in MII

    Hi All, 
    I am using SAP MII 12.1.5 Build 87. 
    I am facing problem with iDoc Listner we have configured iDoc Listner properly in SAP ERP, SAP NW and in SAP MII. 
    We are able to send iDoc from SAP but we are not able to receive same in MII. 
    Port and iDoc Server is giving status connected previously it was working fine in SAP MII 12.1.5 Build 83. 
    Following are the log details for SAP MII Logger as well as SAP NW Log. 
    SAP NW Log: 
    Error processing JRA IDOC message  
    SAP MII Log: 
    Error processing JRA IDOC message  
    Error processing JRA IDOC message [server=xxx, client=xxx]  
    [EXCEPTION]
    java.lang.NullPointerException
    at com.sap.xmii.ejb.JRAListenerBean.onMessage(JRAListenerBean.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MessageListenerType.invoke(Interceptors_MessageListenerType.java:110)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Lock.invoke(Interceptors_Lock.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at com.sap.engine.services.ejb3.runtime.impl.MDBProxyInvocationHandler.invoke(MDBProxyInvocationHandler.java:77)
    at $Proxy943.onMessage(Unknown Source)
    at com.sap.mw.jco.jra.idoc.JRAIDocExtension$IDocMessageHandler.onMessage(JRAIDocExtension.java:72)
    at com.sap.mw.jco.jra.JRA$ReaderThread.sendDirectToMdb(JRA.java:6641)
    at com.sap.mw.jco.jra.JRA$ReaderThread.sendAsynchRequest(JRA.java:6601)
    at com.sap.mw.jco.jra.JRA$ReaderThread.handleRequest(JRA.java:6771)
    at com.sap.conn.jco.rt.DefaultServerWorker$RequestDispatcher.handleRequest(DefaultServerWorker.java:989)
    at com.sap.conn.jco.rt.DefaultServerWorker$RequestDispatcher.handleRequest(DefaultServerWorker.java:967)
    at com.sap.conn.jco.rt.DefaultServerWorker.dispatchRequest(DefaultServerWorker.java:142)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(MiddlewareJavaRfc.java:2927)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.executePlayback(MiddlewareJavaRfc.java:2659)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.playbackTRfc(MiddlewareJavaRfc.java:2478)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.handletRfcRequest(MiddlewareJavaRfc.java:2362)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2207)
    at com.sap.conn.jco.rt.DefaultServerWorker.dispatch(DefaultServerWorker.java:259)
    at com.sap.conn.jco.rt.DefaultServerWorker.loop(DefaultServerWorker.java:322)
    at com.sap.conn.jco.rt.DefaultServerWorker.run(DefaultServerWorker.java:220)
    at com.sap.mw.jco.jra.JRA$ReaderThread.run(JRA.java:7260)
    at com.sap.engine.services.connector.jca15.work.TaskImpl.run(TaskImpl.java:255)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Please help me out on this issue.                                         
    Regards,
    Manoj Bilthare
    Edited by: Manoj Bilthare on May 19, 2010 12:57 PM

    Hi Manoj,
    Once you have configured your Listener have you checked pressing the update button and i dont want to ask you which version of NW SP you have installed as you said it was working for you with Build 83, but nevertheless NW SP Level should not be not less than SP3.
    If this doesn't help you,please try  restarting your server again.
    How about the credential editor have you configured this as well?
    Regards,
    Sudhir Kumar
    Edited by: Sudhir Kumar Shambana on May 19, 2010 10:46 AM

  • Invoices are not getting displayed in the process receivables for a cust.

    Dear All.
    Collection Management
    I have a situation here in prod environment the worklist is displaying the customer and his outstanding balances/all the data when we select that customer and go for process receivables then i cant find any invoices/documents under the invoices tab.
    But we have the open invoices in AR for that particular customer, I am wondering how the invoices will get deleted
    Can some one help me in this issue..
    Thank you,
    D vasanth

    Hi ,
    Based on the requirement , check whether the customer contact has been done carried out for the invoice  , then possibility it must have gone out of the worklist , chekc whether the Invoice posted in the AR has been transferred to FSCM collection .

  • Receiving null and [Receiving text] SMS

    Hi,
    Strange things on some SMS: I receive one correctly but a the end there is the text "[Receiving text]"
    Then I receive a second SMS only containing null
    Why is that ?
    Thanks.

    You coded:
    if (line == null)
    eof = true;
    else
    do something else;
    // then, regardless of the above,
    st1 = new StringTokenizer(line,","); // line is still null here
    So there's the problem.

  • Haven't been able to receive any email today

    Is the network having trouble today? I haven't been able to receive any email on my iPhone today at all. It just says "checking mail" with the spinning wheel. I can access the internet, phone, and voicemail functions, but no mail. I have regular mac mail (no gmail or yahoo) so I can get my mail on my mac laptop, but not on my phone. Was working fine yesterday...any clues anybody? I did the big update last week and it has been working fine till today...

    If you registered your iPhone with Apple using a support profile, try going to https://supportprofile.apple.com/MySupportProfile.do and unregistering it.  Also, try changing the password associated with the Apple ID that you were using for iMessage.

Maybe you are looking for

  • Oracle 8.0.5 ADT's passed as parameters SQLJ

    Hello, I have a data model in Oracle 8.0.5 that uses abstract data types (objects) and collections (nested tables). I would like to be able to pass parameters of these types into database stored packages from within SQLJ code. Is this possible with O

  • CA - Error when trying to generate an amended RL1 XML file

    Dear Community, In case you try to generate an amended RL1 XML file and you get the error "Element content is invalid according to the DTD/Schema", it means the system incorrectly missed the tag corresponding to Box O. If you are facing this issue pl

  • What "preferred network" do I use

    In call settings there is a preferred network setting... Mine came default on "global" mode can I or should I change it to "CDMA" mode? Anyone know of a reason why I shouldn't? I live in Indiana and will not be doing any international traveling.

  • JDeveloper and OC4J runtime exception

    Hi, I am running trying to launch a simple jsp file but it fails everytime and spits out the following: Error: cannot read: java.lang.Enum 05/12/27 10:30:54 Error initializing server: Error initializing ejb-modules: Error loading module file:/C:/jdev

  • IBooks Author 2.2 for Lion

    Is there any patch to be able to use iBooks Author 2.2 for Lion? Anyone tried to install? I saw a 'warning' that my version (2.1.3) is going to be outdated. That would be very inconvenient because I can't buy a Mac just because of iBooks Author is no