Native Error: 12505 - listener could not resolve SID given in connection description

Hi - I am having great difficulties with this - 2 products, and
Aspect ACD telephony switch, and Crystal Decisions Seagate
software - the common link? Well, neither make the Oracle
Client, and will NOT help me resolve the error message I am
getting - when I go through Net8 Configureation, the tests etc
are successful, but when I attempt it from the ODBC test, I get
the message above.
This is my first posting here, so I apologise if there is a more
appropriate place for it.
With kindest regards, Mark Tait CGEY

you should properly configure the SQL*NET files - sqlnet.ora and
tns<ORACLESID>.ora file.
thx,
dan

Similar Messages

  • ORA-12505: TNS:listener could not resolve SID given in connect descriptor

    Dear experts,
    I restarted server since when i am getting this error while connecting with server.
    ORA-12505: TNS:listener could not resolve SID given in connect descriptor
    what is that?
    and how can i resolve it?

    You are not the first person to ask this question.
    http://forums.oracle.com/forums/search.jspa?objID=f61&q=ORA-12505
    Highly likely you will find your answer in one of the posts.

  • Listener could not resolve SID given in connect descriptor

    Hello,
    I have three servers : two with oracle 9.2.0.1 databases and one with application. I have a load balancer, with a virtual IP, that manage the connections to the databases. The two databases are the same. My application connects to the database via the virtual IP of the load balancer. When my application connects, I have the following error in the listener.log :
    13-JUL-2006 11:53:48 * (CONNECT_DATA=(SID=SSOSESS)(CID=(PROGRAM=NSora20.so)(HOST=ssops1)(USER=smuser))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<my_ip>)(PORT=8409)) * establish * SSOSESS * 12505
    TNS-12505: TNS:listener could not resolve SID given in connect descriptor
    But, when I do an sqlplus request from the server of the application to the virtual IP of the databases, it works fine :
    13-JUL-2006 11:54:57 * (CONNECT_DATA=(SERVICE_NAME=SSOSESS)(CID=(PROGRAM=)(HOST=ssops1)(USER=smuser))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<my_ip>)(PORT=8411)) * establish * SSOSESS * 0
    I have you got an idea of the cause of the error ?
    Thanks...
    Delphine

    The tnsnames.ora that my application uses iscorrect,
    I think :
    (SERVICE_NAME = SSOSESS)This does not say "SID=..." which was used in the
    failed connect attempt (per listener.log)?
    >
    Do you have several tnsnames.ora files, maybe?
    (search the drive/file systems)
    Maybe some app specific config?I don't have several tnsnames.ora. In my application, I have to setup the host name, the user, the password, the port and the sid.
    >
    Hm, I was sure sid/service_name from tnsnames.ora and
    listener services had to match but now I'm not...
    Dont have a setup to test in right now.
    What does lsnrctl serv output?I dit the lsnrctl command on my database server, and I had the following result :
    oracle@ssosess1$ lsnrctl services
    LSNRCTL for Solaris: Version 9.2.0.1.0 - Production on 13-JUL-2006 17:05:14
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ssosess1-frontend)(PORT=1521)))
    Services Summary...
    Service "SSOSESS" has 1 instance(s).
    Instance "SSOSESS1", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:32922 refused:0
    LOCAL SERVER
    Service "SSOSESS1" has 1 instance(s).
    Instance "SSOSESS1", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    >
    Message was edited by:
    orafadThanks again...

  • TNS Could not resolve SID given in Connect Descriptor

    Hi All
    Having a problem with a dataexport command in a calc script.
    Am using the command as follows:
         DataExport "DSN" "ProdServer" "Table Name" "username" "password";
    The similar command works fine in UAT.
    When I run the script I get this error:
    OK/INFO - 1021013 - ODBC Layer Error: [08001] ==> [[DataDirect][ODBC Oracle Wire Protocol driver][Oracle]TNS-12505: TNS:listener could not resolve SID given in connect descriptor].
    OK/INFO - 1021014 - ODBC Layer Error: Native Error code [4294967295] .
    ERROR - 1021001 - Failed to Establish Connection With SQL Database Server. See log for more information.
    The ODBC connection is setup the same as in UAT with the correct port number.
    This is also shown:
    ODBC Layer Error: [S1000] ==> [[DataDirect][ODBC Oracle Wire Protocol driver]Cannot open TNS Names file.]
    Could it require the restart of the TNS listener?
    Simon
    Edited by: Simon Watts on 18-May-2011 09:38

    Simon Watts wrote:
    This is also shown:
    ODBC Layer Error: [S1000] ==> [[DataDirect][ODBC Oracle Wire Protocol driver]Cannot open TNS Names file.]Have you tested the ODBC connection in the ODBC manager, are you sure the information in the tnsnames.ora file is correct?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect

    Hi Friends,
    I have created 10g database for catalog.
    I kept the tns entry in some other server. Tnsping is working fine.. I can see the result.
    mexn01:$ tnsping rman09na
    TNS Ping Utility for HPUX: Version 9.2.0.5.0 - Production on 28-APR-2008 19:29:07
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    /apps/app/oracle/local/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = torora60)(PORT = 1522))) (CONNECT_DATA = (SERVICE_NAME = rman09na)))
    OK (0 msec)
    When I am trying to connect to the database I am getting following error..
    mexn01:$ sqlplus ismdba/xxxxx@rman09na
    SQL*Plus: Release 9.2.0.5.0 - Production on Mon Apr 28 19:29:22 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect
    descriptor
    Please help me..
    Thanks in advance.

    Try on the server where it doesn't work:
    sqlplus ismdba/xxxxx@"(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = torora60)(PORT = 1522))) (CONNECT_DATA = (SERVICE_NAME = rman09na)))"
    or
    tnsping "(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = torora60)(PORT = 1522))) (CONNECT_DATA = (SERVICE_NAME = rman09na)))"
    (note the double quotes)
    If that works then your tnsnames.ora is incorrect on that server.

  • ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect des

    Hello all,
    I installed a 10g client on a windows PC, which already had 8i installed.
    SQLPlus login works for databases in both environments, but now a 8i database cannot be connected from Visual Studio.
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor
    I immediately checked both tnsnames.ora, but I don't see anything wrong.
    sqlnet.ora has:
    SQLNET.AUTHENTIFICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    Has anybody encountered this issue?
    I'm thinking of de-installing 10g now...
    Thanks in advance.

    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Cause: The listener received a request to establish a connection to a database or other service. The connect descriptor received by the listener specified a service name for a service (usually a database service) that either has not yet dynamically registered with the listener or has not been statically configured for the listener. This may be a temporary condition such as after the listener has started, but before the database instance has registered with the listener.
    Action:
    - Wait a moment and try to connect a second time.
    - Check which services are currently known by the listener by executing: lsnrctl services <listener name>
    - Check that the SERVICE_NAME parameter in the connect descriptor of the net service name used specifies a service known by the listener.
    - If an easy connect naming connect identifier was used, check that the service name specified is a service known by the listener.
    - Check for an event in the listener.log file.
    Pay special attention to these possible reasons:
    - Check which services .......
    - Check that the SERVICE_NAME parameter ...........
    There's a mismatch between service_name is tnsnames.ora and service_name known by the actual listener.
    Werner

  • ORA-12514 TNS:Listener could not resolve SERVICE_NAME given in connect desc

    Hi
    It's my first post and the first time I use an Oracle product. I begin with Oracle 10g. When I want to connect to an oracle database through vs2003 or vs2005, three things should be provided. 1.Server name(I don't know it?!) 2.Username(I don't know it?) 3.Password(I don't know it?)
    I set password for SYSTEM, SYS and their passwords are the same. I don't know whether SYSTEM is my user name or not?
    I enter localhost for server name and the above error occures.
    Thank you
    Seyyed Reza Qomi Behbehani

    do not connect oracle with system,sys or whatever username with sysdba or sysoper role.create new normal user to connect oracle machine.server name is oracle service name(SID).don't connect with localhost server except you set your service name to localhost..servername may be orcl or ora10g

  • ORA-12514: TNS:listener could not resolve SERVICE_NAME given

    Hi
    I have 3 server having oracle 9i database same version
    -one at head office
    -one at ours sister company and
    -one at port
    when i create string from Gui (SQL*NET configuration head office database)
    to connect sister co's database it works well and then i create db
    link by using this string its working fi9.
    but when i create string from head office to port database
    its giving me error when i test string during wizard
    Connecting..
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given
    in connect descriptor
    Although from port databse i can connect to head office database succesfully.
    I am giving correct machine name and sid during creating string from database SQL*NET configuration wizard.
    Why its giving ORA-12514 from Head office to connect port database
    but not from Port to Head office database nor from Head office to
    sister co's Data base?
    Khurram Siddiqui
    [email protected]

    Hi Pal Here is wot u required
    D:\oracle\ora92>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 04-JAN-2006 16:27:
    25
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "icsyard.com" has 2 instance(s).
    Instance "icsyard", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Instance "icsyard", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:17 refused:0 state:ready
    LOCAL SERVER
    Service "icsyardXDB.com" has 1 instance(s).
    Instance "icsyard", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: ICSYARD, pid: 360>
    (ADDRESS=(PROTOCOL=tcp)(HOST=icsyard.icsdomain.com)(PORT=1141))
    The command completed successfully
    D:\oracle\ora92>
    Tnsname.Ora For Head Office
    # TNSNAMES.ORA Network Configuration File: D:\oracle\ora92\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    HATAF.GACPAK.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hataf)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = hataf)
    OEMREP.GACPAK.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hataf)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = OEMREP.gacpak.com)
    EXTPROC_CONNECTION_DATA.GACPAK.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    INST1_HTTP.GACPAK.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hataf)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    KHURRAM.GACPAK.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = YAWAR)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = YAWAR.WORLD)
    Thanks for urs quick response
    Khurram Siddiqui
    [email protected]

  • ORA-12514: TNS:listener could not resolve SERVICE_NAME given in conne

    I am running Oracle 8.1.7.1.4 on Windows 2000. After I created a database TEST using a script created by my previous colleague, I got the following error:
    sqlplus SYSTEM/PASSWORD@TEST
    ERROR:
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor
    Enter user-name:
    But if I enter system as username and the password, I could connect to sqlplus without any problem.
    I checked the OracleServiceTest is running as a Service, and here is what in my tnsnames.ora.
    TEST.UNHQ.UN.ORG =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = TEST)
    Here is what in my listener.ora file.
    (SID_DESC =
    (GLOBAL_DBNAME = TEST)
    (ORACLE_HOME = d:\oracle\ora817)
    (SID_NAME = TEST)
    The following is what in my sqlnet.ora file.
    NAMES.DEFAULT_DOMAIN = unhq.un.org
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    Here are a few important lines in my init.ora file.
    db_name=TEST
    instance_name = TEST
    service_names = TEST
    I tried to use sqlplus system/[email protected], but got the same error.
    Any help would be greatly appreciated.
    Thanks,
    Jane

    Hi Werner:
    Thank you very much for your suggestions. Yeah, I have
    a db_domain = UNHQ.UN.ORG in my init.ora file. I tried
    to append it manually into the service_names in my
    init.ora file and made corresponding changes to
    tnsnames.ora file. Now I could access to TEST database
    without any problem.
    I have another question. How can I prevent the
    db_domain from appending to SERVICE_NAMES by default?
    By set it to db_domain="" or just don't have it in my
    init.ora file? I don't want to have the domain name
    appearing in my SERVICE_NAMES.
    Thanks,
    Jane

  • ORA 12541:TNS: listener could not solves SERVICE_NAME given in connect

    when i tried to start the service
    OracleOraDb10g_home1TNSListenercompiere using services.msc
    it has given the following message
    Could not start the OracleOraDb10g_home1TNSListenercompiere on local computer .the service could not return an error. This could be an internal window error or service error.
    When i tried to connect from client i got the following error.
    TNS: listener could not solves SERVICE_NAME given in connect
    pls help
    harinder

    Thanks!
    There was os problem of trusted domain.
    I have changed sqlnet.ora (NTS to NONE)
    Thanks and Regards
    Harinder

  • Hi...Please help...Getting ORA 12154 TNS Listener could not resolve...

    Hi,
    I have just loaded Oracle 10g Rel 2 in Win 2003 Enterprise Edition.
    But when I try to connect to sqlplus, I am getting ORA -12154 : TNS: Listener could not resolve the connect identified specified.
    I have registered the database, the listener and tnsnames have been set correctly.
    I have also set the Oracle Home environment variable.
    Still getting the error.
    Any help will be highly appreciated.
    Thanks,

    I agree
    ORA-12145: (does not exist in the standard manuals)
    ORA-12154: TNS:could not resolve the connect identifier specified
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    ORA-12541: TNS:no listener
    It is pretty easy to fat-finger these 4 message numbers. As a result, when a person has the actual and complete error message and an error number for a different message, it is usually not a bad idea to use the actual message. (Based on transposing only 3 digits compared to typing over 50 characters correctly.)
    In this case the OP has really bollixed things: Subject implies a true 12154, text in the thread is an actual 12514 but mentions 12154.
    As a result, there are several potentially correct answers, depending on the interpretation of the question.
    - sb92075 gave the correct answer based on the number
    - I gave the correct answer based on the message in the thread
    - Anurag and Ed gave the correct answer based on 'the question is not formed correctly'
    Edited by: Hans Forbrich on Jan 24, 2010 7:13 AM
    (BTW - ORA-12415 and ORA-12451 are the other permutations ... described http://download.oracle.com/docs/cd/B19306_01/server.102/b14219/e12400.htm#sthref3357)

  • ORA-12514: TNS:listener could not resolve SERVICE_NAME

    ORA-12514: TNS:listener could not resolve SERVICE_NAME
    how to resolve this problem ?

    ORA-12514: TNS:listener could not resolve SERVICE_NAME
    $ oerr ora 12514
    12514, 00000, "TNS:listener does not currently know of service requested in connect descriptor"
    // *Cause:  The listener received a request to establish a connection to a
    // database or other service. The connect descriptor received by the listener
    // specified a service name for a service (usually a database service)
    // that either has not yet dynamically registered with the listener or has
    // not been statically configured for the listener.  This may be a temporary
    // condition such as after the listener has started, but before the database
    // instance has registered with the listener.
    // *Action:
    //  - Wait a moment and try to connect a second time.
    //  - Check which services are currently known by the listener by executing:
    //    lsnrctl services <listener name>
    //  - Check that the SERVICE_NAME parameter in the connect descriptor of the
    //    net service name used specifies a service known by the listener.
    //  - If an easy connect naming connect identifier was used, check that
    //    the service name specified is a service known by the listener.
    //  - Check for an event in the listener.log file.
    $

  • Oracle error: The listener could not find any available service handlers...?

    I'm running Coldfusion 8 and Oracle XE 10, both on IIS 7.
    Every so often, I get this message:
    [Macromedia][Oracle JDBC Driver][Oracle]ORA-12519 The
    listener could not find any available service handlers that are
    appropriate for the client connection. One possible cause for this
    error is that the server was not configured for the specified
    server type (shared/dedicated).
    I can restart the OracleServiceXE service and it works fine.
    However, I have no clue what is causing this. I believe it all
    began once I started using CFSCRIPTS and running queries using that
    instead of CFML. Would anyone know what COULD cause this error to
    happen and what I should look out for? I am new to Oracle and CF
    btw.
    Also, I can access it fine through the oracle homepage, but
    when I attempt to connect to it from the coldfusion administrator,
    it cannot establish a connection to that data source. It is only
    after I restart the service that things go back to normal. Thanks.
    Ryan

    Hello,
    Can you provide output of the following? Any other errors along with this error in alert.log file? Also your listener.ora and tnsnames.ora?
    lsnrctl>set displaymode verbose 
    lsnrctl>services your_listener_name 
    lsnrctl>status
    $> sqlplus '/as sysdba'
    sql> select * from v$resource_limit;Regards
    Edited by: OrionNet on Jan 14, 2009 10:17 PM
    Edited by: OrionNet on Jan 14, 2009 10:22 PM

  • CF error: The listener could not find any available service handlers...?

    I'm running Coldfusion 8 and Oracle XE 10, both on IIS 7. Every so often, I get this message:
    [Macromedia][Oracle JDBC Driver][Oracle]ORA-12519 The listener could not find any available service handlers that are appropriate for the client connection. One possible cause for this error is that the server was not configured for the specified server type (shared/dedicated).
    I can restart the OracleServiceXE service and it works fine. However, I have no clue what is causing this. I believe it all began once I started using CFSCRIPTS and running queries using that instead of CFML. I know this isn't a coldfusion forum, but would anyone know what COULD cause this error to happen and what I should look out for? I am new to Oracle and CF btw. Thanks.
    Ryan

    Hi rpeters83 and 396167,
    Did you find a solution for this?
    We have ColdFusion 7.0.2 connecting to an Oracle Database 10 R2 and we just got this error when executing a ColdFusion component.
    This is the first time we see this error and this CF/Oracle setup has been working fine for a long time.
    Thanks.

  • Ora-12154 Could not resolve the connect Identifier specified

    I am facing problem for communicating to Microsoft SQL Server through Oracle GateWay.
    *1*. In installed Oracle Gateway 11.2 @D:\product\11.2.0\tg
    *2. D:\product\11.2.0\tg\dg4msql\admin\initdg4msql.ora* is as:
    HS_FDS_CONNECT_INFO=dba.Insignia
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    *3. listener.ora is as (D:\product\11.2.0\tg\NETWORK\ADMIN\tnsnames.ora)*
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dba)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    ADR_BASE_LISTENER = D:\product\11.2.0\tg
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = dg4dmssqldb)
    (PROGRAM = D:\product\11.2.0\tg\bin\dg4msql)
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER=OFF
    *4. tnsnames.ora is as (D:\product\11.2.0\tg\NETWORK\ADMIN\listener.ora)*
    PROD=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.230)(PORT=1521))
    (CONNECT_DATA=(SID=PROD))
    msql1=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=TCP)(HOST=dba)(PORT=1521))
    (CONNECT_DATA=
    (SID=dg4dmssqldb) )
    (HS=OK)
    *5. Oracle Database Link (its working well)*
    create database link apps connect to dba identified by dba using 'prod';
    *6. Microsoft Sql server Database Link*
    create database link msql1 connect to "sa" identified by "angal" using 'msql1' ;
    When i try to select data through microsoft sql server database link its show following error;
    Ora-12154 Could not resolve the connect Identifier specified
    Wher i wrong......

    Hello,
    I have not used Oracle Gateway for a long time, but did you try to rename the file D:\product\11.2.0\tg\dg4msql\admin\initdg4msql.ora into D:\product\11.2.0\tg\dg4msql\admin\initdg4dmssqldb.ora ?
    initdg4msql.ora is the default name, and should be changed if you do not use dg4msql as gateway SID:
    http://download.oracle.com/docs/cd/E11882_01/gateways.112/e12013/configsql.htm#autoId2
    Hope it will help.
    Regards,
    Sylvie

Maybe you are looking for

  • Apps open and immediately close

    Hello all, I've had some problems starting all of my third party, downloaded apps. Sometimes, typically after and restart or syncing with my macbook, I'll attempt to open an app and the app window opens then immediately goes back to the home screen.

  • Why can't I get a straight answer re: Multi Room DVR and HD Boxes

    A rep that I spoke w/ on the phone and the website tells me that the HD set top boxes are not compatiable w/ the Multi Room DVR. But they are working on it. A rep I chatted w/ today told me they definitely WILL work together. Why can't I get a straig

  • Is there anyway to create a template that has automatic page numbering

    We have a template that we have to create, each page on the template has to have a page number.  We do a lot of edits and the pages change for example the page may start out as page 1 and after editing it is page 10.  Are there any codes I could use

  • P2 23.976 ?

    I thought this footage was shot at 30p - why does it say 23.976 in PP?

  • FMS for auto populating itemcodes in detail grid of Inventory Transfer

    Hi All, Could anyone please give me the query for Formatted search to populate item codes in the detail grid of 'Inventory Transfer' automatically based on Production Order details, by selecting a 'Production Order No.' in a UDF in Inventory Transfer