ODBC 10.2 test connection success but MSAccess/Office throws ORA-12154

I've run into a difficult-to-solve problem. I'm troubleshooting an MSAccess to Oracle connection via Oracle ODBC driver issue.
MSAccess was giving ORA "long" datatype error (can't remember error number) when using 11.2.1 driver against a years-old, tried-n-true app that was previously well behaved (only diff is use of that app with newer Oracle ODBC driver). Web search revealed problems with 11.2 ODBC driver and MSOffice tools so decided to swith to older ODBC driver. Had 10.2 ODBC driver also installed so switched to that. Now get ORA-12154 every time I try to connect with MSAccess via Oracle ODBC. Using the ODBC Admin (32 bit) allows SUCCESSFUL connection as does tnsping & other tools that use Oracle Net. Only MSAccess (or other MSOffice tools) do not.
I've verified no other tnsnames.ora files or sqlnet.ora files available and have even gone as far as completely removing all things Oracle from the PC and reinstalling only the 10.2 client (custom mode; installed only the Oracle NET and ODBC 10.2 driver). I've turned on tracing to ADMIN level and read the trace files. trace for MSAccess call vs trace for ODBC administrator call yields nearly identical trace files till "niotns" step where the ODBC admin proceeds to connect and the MSAccess call just gives a few other coments then stops. NO apparent error messages. tnsnames IS found so don't understand why giving ORA-12154.
All tools connect (tnsping works, SQL*Plus connects, ODBC admin test sucessful, TOAD connects) EXCEPT MSAccess. Problem is I have many, many MSAccess legacy apps/tools and cannot go without the fully working ODBC connection between MSAccess and Oracle.
Help... desparate for new ideas to try since I've spent many hours searching and tried all known troubleshooting steps.
Any ideas appreciated.
Thanks,
Mike

Hi Mike,
I have a similar error. I can connect to database with TNSPING, and I can also connect with SQL Developer. But I am unable to connect with Access using ODBC, I get ORA-12154 error. Am also completely stumped. So if anyone can help, I would appreciate it too.
(P.S. I have tried on a number of PCs here in the office, on one PC I have here I can connect using Access and ODBC, I can see the tables, I pick on a table, it says "linking", but it never links - it just hangs forever.)
Thanks for any pointers,
Tom

Similar Messages

  • ODBC test connection success but MSAccess throws ORA-12154

    My system details are,
    OS - Windows 7 - 64 bit
    MS-Office 2010 - 32 bit (Installed in "C:\Program Files (x86)\Microsoft Office")
    Oracle server/client 10.2 (Installed in "C:\oracle\product\10.2.0\client_1")
    I can "successfully" create the ODBC connection to my oracle database via "C:\Windows\SysWOW64\odbcad32.exe" (As my MS-Access in 32 bit, i need to use 32 bit ODBC component).
    But, when I try to create/use the same in MSAccess -> External Data -> ODBC Database, I am getting the error "ORA-12154 TNS:could not resolve the connect identifier specified".
    After spending couple of hours with debugging utilities, found the issue is in MS-Office installation path. The special character in the path "(x86)" is causing ORA-12154 error.
    To ensure the same; I installed the Toad in "Program Files (x86)" folder, and tried connecting the same database. As expected, toad also gave ORA-12154 error (Which was working well in "C:\Toad").
    Can you please let me know, is there a way/work around, we can make MSAccess 32 bit-> ODBC 32 -> Oracle 10.2 connectivity work in Windows 64 bit OS?
    We cannot ask the end users to change the installation location of their MS Office from "Program Files (x86)".
    Please let me know if you need more information.
    Thanks,

    I have the same issue.
    I set up a DSN using Microsoft ODBC Administrator and I tested the connection.
    However, when I tried using the DSN from Access, I get the above error.
    Anybody listening?
    venki

  • Hi Anil, I was able to compile the Maven test build successfully but still has errors.

    Hi Anil, I am not able to compile the Maven test build successfully but still have errors/warning messages. Can you please help me or tell me if I can
    processed with the tutorials. Thanks.
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
    instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
      <groupId>Maven-Test</groupId>
      <artifactId>Maven-Test</artifactId>
      <version>0.0.1-SNAPSHOT</version>
      <packaging>pom</packaging>
       <dependencies>
    <!-- check if <sap.cloud.sdk.version> and <sap.cloud.sdk.path> in settings.xml are correct -->
    <!-- SAP HANA Cloud SDK dependency -->
    <dependency>
    <groupId>Maven-Test</groupId>
    <artifactId>Maven-Test</artifactId>
    <version>1.48.16</version>
    <scope>system</scope>
    <systemPath>C:/dev/hanacloud.sdk/1.48.16</systemPath>
    </dependency>
    <!-- check if <eclipse.path> and <sap.cloud.ui5.version> in settings.xml are correct -->
    <!-- SAPUI5 dependency -->
    <dependency>
    <groupId>Maven-Test</groupId>
    <artifactId>Maven-Test</artifactId> (I am getting error here)
    <version>1.18.8</version>
    <scope>system</scope>
      <systemPath>C:/dev/eclipse</systemPath>
    </dependency>
    </dependencies>
    </project>
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    [INFO] Scanning for projects...
    [WARNING]
    [WARNING] Some problems were encountered while building the effective model for Maven-Test:Maven-Test:pom:0.0.1-SNAPSHOT
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar should use a variable instead of a hard-coded path C:/dev/hanacloud.sdk/1.48.16 @ line 16, column 14
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar should use a variable instead of a hard-coded path C:/dev/eclipse @ line 25, column 15
    [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: Maven-Test:Maven-Test:jar -> version 1.48.16 vs 1.18.8 @ line 20, column 14
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar refers to a non-existing file C:\dev\eclipse @ line 25, column 15
    [WARNING]
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING]
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING]
    [INFO]                                                                        
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Maven-Test 0.0.1-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
    Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (5 KB at 4.3 KB/sec)
    [INFO]
    [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ Maven-Test ---
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 3.507s
    [INFO] Finished at: Mon Mar 24 02:27:14 EDT 2014
    [INFO] Final Memory: 5M/99M
    [INFO] ------------------------------------------------------------------------

    It's probably best to close thread and that I start a new one. I think that I have gone off on a tangent here. Yes SSIS isn't doing much of a job in reporting errors but my main concern is the error itself.
    I am trying to port an SSIS Script Task from SQL 2008 to SQL 2012. Is uses the ReportExecution2005 web service to run SSRS reports. The really strange thing is that, even though the same web reference is used, different methods seem
    to be available in SQL 2008 and SQL 2012. This doesn't sound right to me, if you refer to the same Web Service you should see the same metros or am I wrong about that.
    For example in SQL 2008 there is ReportExecutionService
    object but on the SQL 2012 to service there only seems to be
    ReportExecutionServiceSOAPClient.
    R Campbell

  • DW CS3: test connection works, but local pages won't upload.

    My MacBook Pro died, can'taccess files or apps and I don't have the CS3  install disks,  so I moved DW over from my Mac Pro.The test connection works, but local pages won't upload.I re-entered all the site info, confirmed I ahd all the correct FTP settings from my sertver tech guys. I even created a new site duplicating all the original info. BTW I have ALWAYS had this problem on the Mac Pro...Never been able to upload from that computer. All the other apps in CS3 work fine.
    jackhatfield

    FileZilla worked. Thanks so much. Still wish I could figure out why
    Dreamweaver won¹t transfer files, it would be easier than editing in DW and
    then having to use Filezilla to transfer them. DW never transferred files on
    the Mac Pro I had it installed on either (that¹s where I got it from when I
    moved apps to my new MacBook Pro).
    jack

  • Test connection successful and 0 rows transfered in Powerpivot

    Hi..one of my user was unable to get the data.The test connection is successful but its getting 0 rows
    eventually. While people using the same datafeeds are able to get the data. Can any one help me how can I troubleshoot? 
    Its powerpivot 2010 and 32 bit software !

    Hello ShiningStar,
    You might be aware of the fact that in order to answer your question, there's more data required.
    1. Is this user on the same premises as "people"
    2. What are the rights for this user on the server for this datafeed?
    3. Can this user get the data on another computer with her credentials?

  • Wi-fi hotspot connected successfully but no Internet Connection

    I've created the Hotspot and it's successfully connected to my phone, but I couldn't use the Internet.  I'm pretty
    sure that my phone works fine. I've even tried to Rollback my wifi driver but ended up in nothing. Even I couldn't find new update for my wifi Driver. I even tried the Third party software to create Hotspot (Connectify Dispatch), Despite it connected successfully
    to my phone, I couldn't access the Internet.
    (Note: I use Windows 8.1)

    Thank you for taking the time to help with this. I did what you suggested (without the pipesymbol). This is the result (i changed some IDs en addresses):
    C:\Users\Leon>netsh wlan sh in
    There is 1 interface on the system:
        Name                   : WiFi
        Description            : Intel(R) Dual Band Wireless-AC 7260
        GUID                   : xxxx
        Physical address       : xxxx
        State                  : connected
        SSID                   : iPhone6-leon
        BSSID                  : xxxx
        Network type           : Infrastructure
        Radio type             : 802.11n
        Authentication         : WPA2-Personal
        Cipher                 : CCMP
        Connection mode        : Auto Connect
        Channel                : 1
        Receive rate (Mbps)    : 72
        Transmit rate (Mbps)   : 72
        Signal                 : 99%
        Profile                : iPhone6-leon
        Hosted network status  : Not available
    C:\Users\Leon>ping www.google.com
    Ping request could not find host www.google.com. Please check the name and try
    gain.
    THIS IS WHERE I DID THE CONNECT WITH BLUETOOTH DEVICE (as mentioned in my solution)
    C:\Users\Leon>netsh wlan sh in
    There is 1 interface on the system:
        Name                   : WiFi
        Description            : Intel(R) Dual Band Wireless-AC 7260
        GUID                   : xxxx
        Physical address       : xxxx
        State                  : connected
        SSID                   : iPhone6-leon
        BSSID                  : xxxx
        Network type           : Infrastructure
        Radio type             : 802.11n
        Authentication         : WPA2-Personal
        Cipher                 : CCMP
        Connection mode        : Auto Connect
        Channel                : 1
        Receive rate (Mbps)    : 72
        Transmit rate (Mbps)   : 72
        Signal                 : 99%
        Profile                : iPhone6-leon
        Hosted network status  : Not available
    C:\Users\Leon>ping www.google.com
    Pinging www.google.com [74.125.136.103] with 32 bytes of data:
    Reply from 74.125.136.103: bytes=32 time=90ms TTL=45
    I am no network expert but I don't see any differences. There might be a way to let the Bluetooth device connect automatically, but I wouldn't know how.

  • Can test connection successfully via ODBC adminstrator but fail when I try

    I've loaded the ODBC 10.2 drivers successfully and can successfully setup and test conections via the ODBC Administrator. However, when I try to connect via MS Access I get the following error:
    unable to connect
    sqlstate im004
    [microsoft] [ODBC driver manager] [driver's sqlallochandle on sql_handle_env failed
    Any ideas?
    paul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    *https://support.mozilla.org/kb/how-clear-firefox-cache
    *https://support.mozilla.org/kb/Deleting+cookies

  • JMS Listner: Test Configuration Successful but not listening the messages

    Hi,
    I have configured the JMS Listner adapter in IDM 7.0 with Sun MQ 3.5.
    My test configuration is susscessful. I have some messages on Sun MQ. I have one wotkflow associated with this adapter. I have mapped it via process rule of Edit Sync Policy. Now I want to read the messages from MQ and want to retrive in my workflow. But when I starts the scynchronization nothing comes to my workflow. The log is showing as
    2007-08-16T19:05:38.354+0530: SARunner: initialized adapter
    2007-08-16T19:05:38.404+0530: Initializing JMS Listener adapter.
    2007-08-16T19:05:38.414+0530: Setting up JMS: local_transaction:true ackMode:1
    2007-08-16T19:05:38.414+0530: Setting up JMS: user:admin password:<secret length=5/>
    2007-08-16T19:05:38.414+0530: Setting up JMS: destinationType=QUEUE connFactoryName=MyQueueConnectionFactory destinationName=MyQueue messageSelector=null
    2007-08-16T19:05:38.424+0530: Connection factory JNDI lookup returned an object of type com.sun.messaging.QueueConnectionFactory
    2007-08-16T19:05:38.504+0530: JMS connection and consumer successfully created.
    2007-08-16T19:05:38.514+0530: Connection JMS Info
    PROVIDER NAME = Sun Java(tm) System Message Queue
    PROVIDER VERSION = 3.5
    PROVIDER MAJOR = 3
    PROVIDER MINOR = 6
    JMS VERSION = 1.1
    JMS MAJOR = 1
    JMS MINOR = 1
    CLIENT_ID = null
    2007-08-16T19:05:38.524+0530: Done initializing JMS Listener adapter.
    2007-08-16T19:05:38.534+0530: SARunner: loop 0
    2007-08-16T19:05:38.955+0530: Started, paused until Thu Aug 16 19:05:38 GMT+05:30 2007
    2007-08-16T19:05:44.123+0530: Pause completed
    2007-08-16T19:05:44.333+0530: Polling
    2007-08-16T19:05:45.334+0530: Poll processed 0 messages.
    2007-08-16T19:05:45.334+0530: Poll complete.
    I am new with this adapter. Please anybody tell me what should I have to configure so that I would be able to read the messages from my JMS Listner Active Sync adapter?
    Thanks in Advance

    So, in order to get the message you have to map it. That is done be specifying the "Message Mapping", one of the Resource Parameters for JMS Listener. This can be done by specifying a rule that returns a <map> with the attribute. This would be, in my opinion, the preferred approach for text messages. For Map massages, the rule approach can't be used unless you use the jms java libraries, getString etc.
    You can also implement the com.waveset.adapter.jms.JmsMessageMapper if java is your cup of tea, and put that in the message mapping text box. Password synch uses a java class to do the mapping.
    To map the attribute called accId on the right side, you would use something like this:
    <Rule name='JMS Message Mapper Rule'>
        <block>
            <map>
                <s>accId</s>
                <ref>message</ref>
            </map>
        </block>The Message Mapping text box would in this case look like this:
    "rule:JMS Message Mapper Rule"
    The <ref>message</ref> part contains the JMS text message. In this case the message consist of only one word. In a real-life situation, you would send a bunch of information, perhaps using split to separate the data.

  • Databse connected successfully but there are something wrong in my procedur

    hi
    i am writing a small java application that use Microsoft SQL Server 2000 .the test application show that i am successful connect to the database.
    But in my application when my press the query button ,the resulte cannot append on the textrea, i am double about it .Can anyone help me out of this??thanks !! the fllowing are my code:
    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;
    public class jdbc //main class
    {  public static void main(String args[])
         GUI gui=new GUI();//GUI
         gui.pack(); //excute GUI
    class GUI extends Frame implements ActionListener
         TextArea text;Panel panel; TextField sno;Button btn;
         GUI()//
         super("made by yaowu");
              setLayout(new BorderLayout());
         setBackground(Color.cyan);
         setVisible(true); text=new TextArea();
         btn=new Button("query");
         sno=new TextField(16);
         panel=new Panel();
         panel.add(new Label("entre the id of student&#65288;include10number&#65289;"));
    panel.add(sno);panel.add(btn);
         add("North",panel);add("Center",text);
         text.setEditable(false);btn.addActionListener(this);
         addWindowListener(new WindowAdapter(){
         public void windowClosing(WindowEvent e)
              setVisible(false);
              System.exit(0);}});}
              public void actionPerformed(ActionEvent e){
              if(e.getSource()==btn)// when press
                   {text.setText("rusult"+'\n');
                   try{
                   Liststudent();
                   catch(SQLException ee){}
    public void Liststudent() throws SQLException//connct with database
         String xh,xm,xb,nl,em,tl;
         try{
         Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance();
         catch(ClassNotFoundException e){e.printStackTrace();
    System.out.println("Error Trace in getConnection() : " + e.getMessage());}
    catch(java.lang.InstantiationException e)
              catch(java.lang.IllegalAccessException e)
    String url="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=mydata";
    String user="";
    String password="";
    Connection con= DriverManager.getConnection(url,user,password); //
         Statement sql=con.createStatement();//creat Statement
         ResultSet rs=sql.executeQuery("select* from xsqk"); //xsqk table
         while(rs.next()) //ptint the result
              {   xh =rs.getString("id");
                   xm=rs.getString("name");
              xb=rs.getString("sex");
                   nl=rs.getString("age");
    em=rs.getString("E�Mail");
    tl=rs.getString("tl");
              if(xh.trim().equals(sno.getText().trim()))
                   text.append('\n'+"id"+" "+"name"+" "+"sex"+" "+"age"+" "+"E-Mail"+" "+"tl"+'\n');
                   text.append('\n'+xh+" "+xm+" "+xb+" "+nl+" "+em+" "+tl+'\n');
    }

    Something is wrong but your code doesn't care: catch(SQLException ee){}What happens if there is an SQL exception? Nothing. That's probably what happened. Try this to find out: catch(SQLException ee){ee.printStackTrace();}

  • FTP Publish- test connection verified but can't publish

    I am tring to publish a project to my FTP server.  When I test the connection, I get a message that the connection is successful (see below). However, when try to publish it, it tells me it cannot establish a connection.  Any thoughts?

    Any chance that you are using a Proxy server? I have quite a few problems with my Captivate at work since all our traffic goes through corporate proxy servers.
    Another potential cause could be if you are on a corporate network but the ports that are used for FTP traffic are blocked by your firewall.
    So far I haven't found any way of fixing these problems.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • 6230 connected successfully but can not synch. Out...

    I've synchr. my 6230 with my PC (XP) for more than three years without problems. For a few weeks the synchronisation does not work anymore, the phone writes "keine Genehmigung" (no permission). I can see all the datas from my phone on my computer, I can download the photos, the musik-files and see the contacts, so it is correctly connected via bluetooth, but if I want no synchronise with my outlook, i get this error-code.
    For the last 3 years it works without any failure.
    Does anyone of you have any idea to solve this problem?
    Thanks for your help
    Thomas

    Delete sync account:
    *https://services.mozilla.com/ Firefox Sync » Home
    *https://account.services.mozilla.com/

  • Php connect to oracle 8i,it occur ORA-12154

    Warning: ociopen_server: Error while trying to retrieve text for error ORA-12154 in /SOHU/community/bbs/html/inc/dbcon.php3 on line 4

    Do you have more than ONE oracle homes created?
    Does your PATH env. variable correctly references the ORACLE_HOME directory?

  • Necessity of a test connection to succeed for unlinking

    Is it necessary for test connection to the resource succeed for unlinking a user from a resource?
    I find that my test connection fails but i want to unlink the user from the resource. Is there any other alternative?
    Yash
    Message was edited by:
    yash@IDM

    You can only unlink the user from the resource if the resource is directly assigned. If you use roles or resource groups then unlinking might fail.
    And no there is no resource action needed this is an IdM internal thing.
    WilfredS

  • ORA-12154 Windows 7 32bit ORACLE 11g ODBC Driver CONNECT

    Hi All,
    I'm having problems connecting to extenal database using Oracle ODBC driver for Windows 7 32bit  .
    I have downloaded the instantclient odbc nt 11.2.0.4zip drivers for 32-bit and unpacked it
    and run the installer and choose the default location ie c:\app\product\11.2.0\client_1
    2.I done all the necessary setting ie set the Path and creating new user variable for tns admin
    in the system environment and modified the hostfile on etc sys32 and copied both tsnamesn and sqlnet
    to Network\Admin file
    3.I then started the Data Sources (ODBC) manager, configured the driver and tested the
    configuration then I got a testing connection error SQLstate= 08004... ORA-12154 TNS couldn't connect.
    could you please help. Thanks in advance.

    I couldn't understand why you need two different tnsnames files. Are they resides in two different directories with filename "tnsnames.ora"? In that case, you need to set the TNS_ADMIN appropriately.
    If you haven't named tnsnames files as "tnsnames.ora", then Oracle ODBC driver may not able to access it.
    Also if TNS_ADMIN env variable is not pointed to the correct directory where tnsnames.ora file resides, then Oracle ODBC driver won't be able to access it.
    In any case, if Oracle ODBC driver unable to access the tnsnames.ora and there is no connection string value stored in the Windows registry, then it throws ORA-12154 error.
    Thanks,
    Senthil

  • ODBC - ORA-12154: TNS:could not resolfe service name

    I am receiving the following error when doing a Test Connection on an System DSN (Oracle ODBC Driver Configuration).
    Unable to connect
    SQState=08004
    [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolfe service name
    I am using the Oracle 9.02 ODBC driver. Database server is EE 10.1.0.3.
    An OK status is resturned by TNSPING
    I am able to login to the database using SQLPLUS.
    The Windows user account that has this problem does not have local admin rights. If I use a Windows user account that has local admin rights, the Test Connection works.
    I was ABLE to successfully create other System DSN using the user account that does not have local admin.
    When I first tried to create a System DSN the following error occured:
    ODBC--call failed.
    Specified driver could not be loaded due to system error 5 (Oracle in Oracle920).(#160)
    I did the following to resolve:
    Login as Administrator
    Open MY COMPUTER
    Navigate to the parent of your ORACLE install directory
    Right Click on the ORACLE directory and click PROPERTIES
    Click the SECURITY tab
    Click the ADVANCED button
    Check the “Replace permission entries on all child objects with entries shown here that apply to child objects” box
    Click OK
    This corrected the system error 5 error, but now have the ORA-12154: TNS:could not resolfe service name
    error.
    Any advise on how to correct the problem would be greatly appreciated.
    Thanks.

    For Me no need to change TNS_ADMIN
    but what was indicated 'changing security advanced parameters'. was ok for me :
    ora8i

Maybe you are looking for

  • How to share apps between 2 iPads with 2 different iTunes account in 2 computers?

    I apologize if this has been answered somewhere but I've spent a lot of time researching this and none of the questions exactly match my situation. Situation: I have my own iTunes account, Mac and iPad. My Mom has her own PC, iTunes account and I jus

  • Nokia 5310 No network signal

    My nokia 5310 suddenly lost its signal and I am unable to make or receive any calls or texts.......I have switched off, removed battery and SIM card, tried SIM card in another phone (that worked OK), carried out factory reset, reinstalled SIM and bat

  • Routing extraction

    Dear friends, I have one requirement,The client has routing data in sap.He need to be extracted that data for different materials. Could you please me explain the process steps and FM if any.It is urgent Please help me on the processing logic. Thanks

  • Circle Masking

    Hello! I'm starting on flash and I already manged to do some simple effects but i am not getting this one: Circle Masking Effect tutorial I manage to do the masking effect and I even see it action using live preview... But when I export the movie to

  • Updating the Inspection Plans

    Hi, I want to update Quality Inspection Plan header fields: ( PLKO TABLE Fileds) Dynamic Modification level and Modification rule . Is there any BAPI or FM to update the QIP header fields. Please suggest for a way to achieve this.