Unable to connect 10gds to 10g on windows 7 32bit

hi ,
I am not able to connect from 10gds (from forms ) to 10g database installed on windows 7 32bit.
If i try to connect i am getting the following error.
ORA-00604: error occurred at recursive SQL level string
ORA-01009: missing mandatory parameter
Please help me to solve this.
lea

901776 wrote:
hi,
I have installed
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 and
Oracle Developer Suite 10g (9.0.4) on windows 7 32 bit.I am getting errors while connecting from forms to database.
rgds,
leaHi,
If possible, try to upgrade your database to 11g, since 10.2.0.1 is really old, and currently unsupported on all platforms...
Is this a newly installed development database, or is it a production (clone) instance?
Have you had a chance to look in the alert log on the instance? Is it only your Forms-installation that can't connect?
//Johan

Similar Messages

  • Client unable to connect to Oracle 10g on linux

    I have installed Oracle 10g on an Intel box running RedHat AS 3.0. The database installation was succesful but I am unable to connect to it from the client on my laptop running Oracle 10g client and Winfdows XP Pro. The server ip is 192.168.1.10 and I can ping it from the client:
    C:\>ping attila.n3kje.net
    Pinging attila.n3kje.net [192.168.1.10] with 32 bytes of data:
    Reply from 192.168.1.10: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.10: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.10: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.10: bytes=32 time<1ms TTL=64
    Ping statistics for 192.168.1.10:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    Here is some info about the 2 environments:
    [oracle@attila bin]$ uname -a
    Linux attila.n3kje.net 2.4.21-9.0.1.ELsmp #1 SMP Mon Feb 9 22:26:51 EST 2004 i686 i686 i386 GNU/Linux
    Server hosts file
    ======================================================
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 attila.n3kje.net attila localhost.localdomain localhost
    hostname output
    ======================================================
    [root@attila root]# hostname
    attila.n3kje.net
    ifconfig output
    =======================================================
    [root@attila root]# ifconfig
    eth0 Link encap:Ethernet HWaddr 00:C0:9F:1D:0C:C8
    inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:13772171 errors:0 dropped:0 overruns:0 frame:0
    TX packets:13748842 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1269613311 (1210.7 Mb) TX bytes:4065314800 (3876.9 Mb)
    Interrupt:16 Base address:0xecc0 Memory:fe100000-fe120000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:5513840 errors:0 dropped:0 overruns:0 frame:0
    TX packets:5513840 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:865454291 (825.3 Mb) TX bytes:865454291 (825.3 Mb)
    Client TNSNAMES.ORA
    ======================================================
    # tnsnames.ora Network Configuration File: C:\Oracle\product\10.1.0\Client_1\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLE10G =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.10)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = DEV10G)
    PRDSRR =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.10)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = dev10g)
    Client SQLNET.ORA
    ======================================================
    # sqlnet.ora Network Configuration File: C:\Oracle\product\10.1.0\Client_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (EZCONNECT, TNSNAMES)
    Server TNSNAMES.ORA
    ======================================================
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.1.0/db_1/n
    etwork/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    DEV10G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = attila.n3kje.net)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = DEV10G)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Server LISTENER.ORA
    ======================================================
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.1.0/db_1/n
    etwork/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.1.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = attila.n3kje.net)(PORT = 1521))
    Results from the TNSPING command issued at the client
    =================================================================
    C:\>tnsping prdsrr
    TNS Ping Utility for 32-bit Windows: Version 10.1.0.2.0 - Production on 02-APR-2
    004 09:26:11
    Copyright (c) 1997, 2003, Oracle. All rights reserved.
    Used parameter files:
    C:\Oracle\product\10.1.0\Client_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = 192.168.1.10)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = dev10g)))
    TNS-12541: TNS:no listener
    C:\>tnsping oracle10g
    TNS Ping Utility for 32-bit Windows: Version 10.1.0.2.0 - Production on 02-APR-2
    004 09:26:38
    Copyright (c) 1997, 2003, Oracle. All rights reserved.
    Used parameter files:
    C:\Oracle\product\10.1.0\Client_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = 192.168.1.10)(PORT = 1521))) (CONNECT_DATA = (SERVER = DEDICATED) (SERVI
    CE_NAME = DEV10G)))
    TNS-12541: TNS:no listener
    C:\>
    Trying to connect to the database from the server
    ==================================================
    [oracle@attila bin]$ echo $ORACLE_SID
    DEV10G
    [oracle@attila bin]$ ./sqlplus system
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Apr 2 12:22:29 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    [oracle@attila bin]$ ./sqlplus system@dev10g
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Apr 2 12:23:09 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    tnsping issued at the server
    ======================================================
    [oracle@attila bin]$ tnsping dev10g
    TNS Ping Utility for Linux: Version 10.1.0.2.0 - Production on 02-APR-2004 12:3
    :44
    Copyright (c) 1997, 2003, Oracle. All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/10.1.0/db_1/network/admin/sqlnet.ora
    TNS-03505: Failed to resolve name
    What am I doing wrong?
    Thanks
    Renato

    Ok, I was able to succesfully connect to the database from the client. I made the following changes to the sqlnet.ora, tnsnames and listener. Here are the changes I made:
    sqlnet.ora
    ==============================
    # SQLNET.ORA Network Configuration File: /u01/app/oracle/product/9.2.0.1.0/netwo
    rk/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    # NAMES.DIRECTORY_PATH= (EZCONNECT)
    NAMES.DIRECTORY_PATH= (EXCONNECT, TNSNAMES, ONAMES, HOSTNAME)
    listener.ora
    ==============================
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.1.0/db_1/n
    etwork/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.1.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = DEV10G)
    (ORACLE_HOME = /u01/app/oracle/product/10.1.0/db_1)
    (SID_NAME = DEV10G)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.10)(PORT = 1521))
    tnsnames.ora
    ===========================================
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.1.0/db_1/n
    etwork/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    DEV10G =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.10)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = DEV10G)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Here is the new problem!
    I start the dbconsole using the folowing command:
    [oracle@attila bin]$ ./emctl start dbconsole
    TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.1.0.2.0
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    http://attila.n3kje.net:5500/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ........................
    ... started.
    Logs are generated in directory /u01/app/oracle/product/10.1.0/db_1/attila.n3kje
    .net_DEV10G/sysman/log
    When I try and access it from the client I get the following error message:
    "The database status is currently unavailable. It is possible that the database is in mount or nomount state. Click 'Startup' to obtain the current status and open the database. If the database cannot be opened, click 'Perform Recovery' to perform an appropriate recovery operation."
    What am I doing wrong this time?
    Your help would be greatly appreciated
    Thanks
    Renato

  • Unable to find HP 15-r022TX Notebook Windows 7 32bit drivers

    I have installed windows 7 32bit on  HP 15-r022TX Notebook. Unable to find any drivers.
    Please help to get all drivers.

    Hi:
    See if this works for the graphics:
    1. Install the Intel chipset driver and reboot.
    https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=20775&lang=eng&ProdId=816
    2. Install the Intel HD graphics driver and reboot.
    https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=24246
    3. Install the nvidia graphics driver and reboot.
    http://www.nvidia.com/download/driverResults.aspx/80914/en-us
    For the rest of the drivers, try the ones from the HP Probook 450 G2.  Do not use any BIOS or firmware files from this model.
    http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=6943827&swLangOid=8&swEnvOid=4053

  • Unable to connect to the 10g Express edition database in oracle forms

    hi,
    i have installed Oracle Database 10g Express Edition and oracle 10g developer suite. i need to work on oracle forms by connecting to the database of the 10g express edition but unable to do so as i am not aware of the database name or SID.
    can any one tell me how to connect to the above database in oracle forms by specifying username, password and database name ?
    Thanks,
    Viddu

    specifying username, passwordSet up your database user, easy way is to grant them the resource role (*strongly* suggest not using sys nor system for user data) here's one command line sqlplus method:
    $ sqlplus /nolog
    SQL> connect system -- or connect /as sysdba; if system credential is lost/forgotten
    SQL> create user username identified by userpasswd default tablespace <tablespace> temporary tablespace <temp tablespace>;
    SQL> grant connect, resource to username;
    SQL> exit;
    > the database name or SID
    Its XE "out of the box", with a servicename is XE as well, using the default port 1521 on the host. The install should also set up a tns alias named, oddly enough, XE, with those connection details from the install. It comes with a USERS data tablespace, and TEMP temporary tablespace.
    So after the user is created, i.e. with sqlplus:
    SQL> connect username/passwd
    or if your session is not on the host where the database is running, with a tns alias pointing to the XE install host in place:
    SQL> connect username/passwd@xe
    From a different client machine you will need a tnsnames.ora entry defining an alias, it could be any name you would prefer to use as long as the entry points the the database host and port with the correct ORACLE_SID or the database service name.
    And don't forget to glance over the documentation, it is thorough and helpful as well http://www.oracle.com/pls/xe102/homepage

  • From Azure unable to connect internal LAN network with windows RRAS site to site VPN

    Hi All,
    Below is my scenario.
    Our side.
    We have installed RRAS on Windows 2012 R2 on VMware and created a site to site VPN with azure.
    on RRAS server we have two interfaces
    eth0- 10.1.1.1
    eth1- 10.1.1.2
    We have natted(static nat) internal ip (eth0) 10.1.1.1 with public ip 1.1.1.1 (eg.).
    On Azure,
    We created a gateway, and two VMs.
    VM1 = 11.11.11.1
    VM2 = 11.11.11.2
    Both VMs can ping each other.
    VPN gateway on Azure and demand dial on RRAS server shows connected and, in and out data shows as well.
    We can ping, tracert and rdp the RRAS server using both the interfaces IP [eth0- 10.1.1.1   ,    eth1- 10.1.1.2]
    But we are unable to ping, tracert or rdp our other internal Lan machines on 10.1.x.x
    So we can reach Azure VM from our RRAS and
    we can reach RRAS server from Azure VM.
    But we cannot reach our other internal Lan machines from Azure VM and from other internal Lan machine to Azure VM.
    Please help?

    I will give you some pointers to check.
    The reason for this could be one of the two
    - local site in azure virtual network is not configured correctly
    - route for the azure subnet is not setup correctly on rras server
    Can you please validate the above?
    Open the Routing and Remote access UI and verify that there is a static route for azure subnet and the interface is the public ip of the azure gateway.
    Also verify that you have a local site created with the on-premises subnet and added in the azure virtual network.
    What is the gateway specified in the on-premises VM. Provide it as the IP of eth1, the IP that is not natted
    Is NAT allowing all traffic in or is it restricted to certain points.
    This posting is provided "AS IS" with no warranties, and confers no rights

  • Unable to open forms in 10g AS, windows 2003

    Hi
    I successfully install oracle 10g AS R2 on windows 2003 server,but unable to opening default forms(text.fmx) from OracleAS form services also getting an error " Page cannot be displayed".
    Initially when I run the test forms it installed jinitiator and closed the browser automatically, and the same repeating every time/page cannot be displayed.
    I tried by changing the default forms path also, but no use :-(
    Any suggestions?
    I really appreciate your help
    Chaitu

    ths 4 ur replay
    I tried with local admin also but no use
    http://yyy.yyy.yyy:8080/forms/frmservlet?form=test.fmx&userid=&otherparams=useSDI=yes&lookAndFeel=oracle&colorScheme=blue
    that's the default form like to check forms are working or not after installation of oracle 10g AS
    Chaitu

  • Unable to install Oracle Lite 10g on Windows 7 64-bit

    I've tried installing Oracle Lite 10g on my Windows 7 64-bit computer but I get a message saying "JDK is not installed on machine". I even have Java installed on my computer too.
    Any ideas what could be causing the issue?
    Thanks
    Gareth

    Oracle lite 10g is not supported on Windows 7.    The core issue is you are running on an unsupported platform.
    You have may have to go in the docs and figure out what JDKs were supported, i think 1.4 and 1.5. and try
    installing one of those and maybe you can get uninstall to work.   This is just a guess though.
    thanks
    mike

  • Unable to connect to SQL 2012 on Windows VM from gallery

    I had deployed new virtual machine from the gallery, windows 2012 with sql 2012 but fail to login with default authentication
    I had followed the directions as in: "Provisioning a SQL Server Virtual Machine on Windows Azure"  (http://www.windowsazure.com/en-us/documentation/articles/virtual-machines-provision-sql-server/)
     but fail to login to SQL with the following error:
    ===================================
    Cannot connect to R10PROJDEPLOY.
    ===================================
    Login failed for user 'R10PROJDEPLOY\R10Admin'. (.Net SqlClient Data Provider)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=18456&LinkId=20476
    Server Name: R10PROJDEPLOY
    Error Number: 18456
    Severity: 14
    State: 1
    Line Number: 65536
    in the past I had used same procedure to work with windows Server 2008 & SQL 2008 and managed to login well, any hint could be wrong?

    Hi,
    To connect to the Database Engine from another computer, configure SQL Server for mixed mode authentication.
    Add the port number after the server name.
    Also try connecting with the IP address.
    If no progress, please check the error message in ‘\Program Files\Microsoft SQL Server\MSSQL11.<instance name> \MSSQL\Log\ERRORLOG’
    Hope it helps.
    Tracy Cai
    TechNet Community Support

  • Unable to connect BBPB to laptop running windows 7 os

    Still, after months of trying, I cannot get my playbook to install on my computer. In properties it says that windows cannot load the drivers required for this device (code 31)
    Any one have a fix for this? I would like to get this big fella situated on my laptop. 
    Also, probably could save yourself some time by not writing that I should restart and redownload and all that **bleep** because it hasn't worked. Not trying to be rude, but this is my third attempt on these forums.
    Solved!
    Go to Solution.

    There is no driver needed for Windows 7 as the PB installs automatically when you connect the USB cable to the PC/Laptop. Have you tried other usb ports on the Laptop?
    The better alternative is to share the files on the PB and mapped the PB drive to your PC/Laptop over your WiFi network.
    Chech out the Help App in the PB for how to set this up.
    This method also prevents accidental damage to your PB's USB connector if you yanked the cable!
    DC-IT

  • Unable to connect to database 10G express edition

    With forms 6i I am unale to connect to oracle database 10G express edition
    any known reason or remedy?

    the answer is here:
    Forms 6i X 10g Database (the solution is here)
    ALTER DATABASE CHARACTER SET INTERNAL_USE UTF8;

  • Connecting to installing 10g on Windows XP 64 bit

    In can connect from sqlplus and trying to connect to same instant from visual studio.net. I aget ORA-12154. Any suggestion

    Answered [url http://forums.oracle.com/forums/thread.jsp?forum=64&thread=297413&tstart=0&trange=15]Here.

  • I am unable to connect to the icloud from my windows laptop and get an error message: "Connection error: icloud encountered an error while trying to connect to the server"

    I am unable to connect to icloud from my windows-based laptop and get the following error message: "icloud encountered an error while trying to connect to the server."

    I would remove the email account from mail and then set it up again.
    If your are able to long I via owa though without the auto fill, then we already know the user name and password are correct.
    Let me know if that works.

  • Imac i7 unable to connect to router at 270mbs on DGN2000

    Hello,
    I have a Netgear DGN2000 router and i decided to switch the speed settings from 130Mbs to 270Mbs, but after doing so my imac was unable to connect. I tested my windows based laptop and that was working fine. I switched back to 130Mbs and it connected.
    I've checked the Network utility and the Link speed is currently at 54Mbs (not even 130Mbs).
    Airport is compatible with Draft N speed but why is my Imac not even connecting to the router when i select 270Mbs, any suggestions?
    Many Thanks
    S
    Message was edited by: scottydoguk
    Message was edited by: scottydoguk

    Wireless connection speeds (or lack thereof) are a bit difficult to figure out; for instance: do you have anything else that is using the network which still only works with the earlier slower "g"? Usually the network will only work as fast as the slowest (weakest) link. How far is the iMac from the router and are there any obstacles in between (walls, ceilings, anything metal, appliances, etc). And, who is your ISP, how old are the cables they are using from their hub to your house, is there a splitter?
    After almost 2 years of mediocre speeds with Comcast, it was finally determined that a) their cable from the box to the house was defective and replaced and b) they supplied a new splitter. At the same time, I replaced all the Cat5 cables with Cat6 and got a new router (Netgear WNR3500) and haven't had a problem since.

  • Unable to connect Toad for Oracle 9.6 to oracle 10g in a windows 7 64-bit

    Hey friends I am Unable to connect toad with oracle 10 in a windows 7 64 bit environment
    Please Help
    Any advice will be appreciated

    read this one :
    Toad ORA-12154: TNS:could not resolve the connect identifier specified

  • Database9i+Forms6i (windows XP), 10g at Unix remote..Unable to connect

    Dear All
    1--
    I have installed forms6i on my local PC (Win XP) and was assessing remote db 10g from UNIX, no issues.
    2--
    I installed oracle developer suite at my pc and it also works fine with db 10g.
    3--
    My toad also works fine at this stage
    3--
    I installed later oracle 9i at my local PC for some experiments. I was able to connect my local database, but then unable to connect remote database.
    Please guide me the right way to have all above things working.
    Kind regards
    Saeed

    please follow below one:
    Install the protocol adapter or correct typographically error,
    s appropriate. Note: if the supplied address was derived from
    esolving the service name, check the address in the appropriate file
    TNSNAMES.ORA, LISTENER.ORA or TNSNET.ORA).
    and please check this link also,it should help ful to you
    http://www.orafaq.com/forum/t/141358/98792/
    kanish
    Edited by: Kanish on Apr 10, 2009 1:43 AM

Maybe you are looking for

  • Re-processing failed messages in queue automatically

    Hi, While executing messages via PI to external system, sometimes the messages stucked in inbound queue with status "SYSFAIL" with status text "Command to tRFC/qRFC: Execute LUW again" (communication problem). The only way to execute LUW again is via

  • After months of good functionality, iMac now doesn't recognize Epson GT 20000

    This hit me out of the blue. I've been running Mavericks with an Epson GT 20000 scanner for months with no problems. Today, the scanner cannot transmit scanned images back to the iMac. After scanning, the spinning wheel of death hits in Epson Scan, w

  • Round Up on Thousandths decimal using FormCalc

    Currently I have a numeric object called perHour and one called, payPeriod.  I am using a FormCalc formula to round up to the 2nd decimal point (hundreth) based on the value in the 3rd decimal spot (thousandth).  Using this formula:  $ = Round(perHou

  • Standard key

    Hi all,     how can i assign standard text key  for BOM in cs02. Regards, P.

  • For Account assigned PO - pricing procedure key accounts are not triggering

    Hi For account assigned PO's only the account which I am assigning at the time of PO only hitting, and the other accounts are not hitting which should hit through my pricing procedure for the planned delivery costs condition types regards, Archu