Question about ebs trace

Hi All,
EBS R12.1.3, windows O/S
We have an issue with a cloned instance where when we try to reach the AppsLogin page, we get an error 500. In the oacore application.log we can see "Invalid username / password".
Is there a way to trace a session when we attempt to reach the home page to try to catch which account is causing us problems?
Thank you,
F.

We have an issue with a cloned instance where when we try to reach the AppsLogin page, we get an error 500. In the oacore application.log we can see "Invalid username / password".Please post the complete error message.
Do you have any errors in the database log file?
Were the passwords changed after clone?
Removing Credentials from a Cloned EBS Production Database [ID 419475.1]
How to Change Applications Passwords using Applications Schema Password Change Utility (FNDCPASS or AFPASSWD) [ID 437260.1]
Is there a way to trace a session when we attempt to reach the home page to try to catch which account is causing us problems?The access_log* file should help -- https://forums.oracle.com/forums/search.jspa?threadID=&q=IP+AND+Address+AND+Trace&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Thanks,
Hussein

Similar Messages

  • Some questions about the integration between BIEE and EBS

    Hi, dear,
    I'm a new bie of BIEE. In these days, have a look about BIEE architecture and the BIEE components. In the next project, there are some work about BIEE development based on EBS application. I have some questions about the integration :
    1) generally, is the BIEE database and application server decentralized with EBS database and application? Both BIEE 10g and 11g version can be integrated with EBS R12?
    2) In BIEE administrator tool, the first step is to create physical tables. if the source appliation is EBS, is it still needed to create the physical tables?
    3) if the physical tables creation is needed, how to complete the data transfer from the EBS source tables to BIEE physical tables? which ETL tool is prefer for most developers? warehouse builder or Oracle Data Integration?
    4) During data transfer phase, if there are many many large volume data needs to transfer, how to keep the completeness? for example, it needs to transfer 1 million rows from source database to BIEE physical tables, when 50%is completed, the users try to open the BIEE report, can they see the new 50% data on the reports? is there some transaction control in ETL phase?
    could anyone give some guide for me? I'm very appreciated if you can also give any other information.
    Thanks in advance.

    1) generally, is the BIEE database and application server decentralized with EBS database and application? Both BIEE 10g and 11g version can be integrated with EBS R12?You, shud consider OBI Application here which uses OBIEE as a reporting tool with different pre-built modules. Both 10g & 11g comes with different versions of BI apps which supports sources like Siebel CRM, EBS, Peoplesoft, JD Edwards etc..
    2) In BIEE administrator tool, the first step is to create physical tables. if the source appliation is EBS, is it still needed to create the physical tables?Its independent of any soure. This is OBIEE modeling to create RPD with all the layers. If you build it from scratch then you will require to create all the layers else if BI Apps is used then you will get pre-built RPD along with other pre-built components.
    3) if the physical tables creation is needed, how to complete the data transfer from the EBS source tables to BIEE physical tables? which ETL tool is prefer for most developers? warehouse builder or Oracle Data Integration?BI apps comes with pre-built ETL mapping to use with the tools majorly with Informatica. Only BI Apps 7.9.5.2 comes with ODI but oracle has plans to have only ODI for any further releases.
    4) During data transfer phase, if there are many many large volume data needs to transfer, how to keep the completeness? for example, it needs to transfer 1 million rows from source database to BIEE physical tables, when 50%is completed, the users try to open the BIEE report, can they see the new 50% data on the reports? is there some transaction control in ETL phase?User will still see old data because its good to turn on Cache and purge it after every load.
    Refer..http://www.oracle.com/us/solutions/ent-performance-bi/bi-applications-066544.html
    and many more docs on google
    Hope this helps

  • EBS 12.1.3: a few questions about cloning

    Hi,
    We have EBS 12.1.3 on AIX 7.1.
    A few questions about cloning from shared application tier environment to non-shared application tier environment. We have been following "Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]"
    Source environment (shared app tier):
    - Two active application nodes and LB
    - One active database and one passive database setup with Oracle Data Guard.
    - SSL termination at the load balancer
    - PCP implemented
    Target environment (non-shared app tier):
    - One active application node
    - One active database node
    - No SSL
    - No PCP
    After the cloning was completed we noticed the following problems in the target system:
    1) Home page cannot be accessed as application tier $CONTEXT_FILE still contains "https" and ssl termination settings.
    Workaround:
    Modify (with text editor) Application Tier $CONTEXT_FILE as follows.
    <webentryurlprotocol oa_var="s_webentryurlprotocol" customized="yes">http</webentryurlprotocol>
    <sslterminator oa_var="s_enable_sslterminator">#</sslterminator>
    <login_page oa_var="s_login_page" customized="yes">http://myhost.mydomain.com:8000/OA_HTML/AppsLogin</login_page>
    <externURL oa_var="s_external_url" customized="yes">http://myhost.mydomain.com:8000</externURL>
    Run AutoConfig and start application tier.
    Is there a better and supported solution for this?
    2) Concurrent managers do not work correctly as they have still old node names (used in PCP in the source system). Workaround used:
    1. Logon to EBS web GUI and remove all nodes from all concurrent managers.
    2. Shutdown application tier. Verify that all concurrent managers have been shutdown. If not, kill the processes manually
    3. As apps user run cmclean.sql
    4. Restart application tier
    Is there a better solution for this?
    3) Database changes from ARCHIVELOG mode to nonarchivelog mode in the target system. Is there anyway to prevent this?
    4) Also, we would like to perform a full clone (app + db tiers) from production without shutting down the application. Is this possible? What would be the best documents to describe this? In Production, we have Oracle Data Guard setup with physical standby as per "Oracle Tech Note: Business Continuity for Oracle E-Business Release 12 Using Oracle 11g Physical Standby Database [ID 1070033.1]". This can be used when performing a hot clone for the database, right? What about the application tier? Steps described in 406982.1 include running AutoConfig in which application tier should be down. Does the application need to be down when running "Maintain Snapshot Information"?
    5) One final question (not related to cloning). Oracle Enterprise Manager console webUI has recently stopped working in IE8. E.g. https://myhost.mydomain.com:5501/em gives "Page cannot be displayed". This was working correctly last week. In Firefox, the same link is working fine. Any ideas how to fix this?
    Thanks for your answers in advance.
    BR,
    TH

    1) Home page cannot be accessed as application tier $CONTEXT_FILE still contains "https" and ssl termination settings.
    Workaround:
    Modify (with text editor) Application Tier $CONTEXT_FILE as follows.
    <webentryurlprotocol oa_var="s_webentryurlprotocol" customized="yes">http</webentryurlprotocol>
    <sslterminator oa_var="s_enable_sslterminator">#</sslterminator>
    <login_page oa_var="s_login_page" customized="yes">http://myhost.mydomain.com:8000/OA_HTML/AppsLogin</login_page>
    <externURL oa_var="s_external_url" customized="yes">http://myhost.mydomain.com:8000</externURL>
    Run AutoConfig and start application tier.
    Is there a better and supported solution for this?No, you need to edit the context file manually and run AutoConfig.
    2) Concurrent managers do not work correctly as they have still old node names (used in PCP in the source system). Workaround used:
    1. Logon to EBS web GUI and remove all nodes from all concurrent managers.
    2. Shutdown application tier. Verify that all concurrent managers have been shutdown. If not, kill the processes manually
    3. As apps user run cmclean.sql
    4. Restart application tier
    Is there a better solution for this?You are following the best approach. You could update the node details from the backend if you want.
    3) Database changes from ARCHIVELOG mode to nonarchivelog mode in the target system. Is there anyway to prevent this?By default, Rapid Clone will create the target database in noarchivelog mode.
    4) Also, we would like to perform a full clone (app + db tiers) from production without shutting down the application. Is this possible? What would be the best documents to describe this? In Production, we have Oracle Data Guard setup with physical standby as per "Oracle Tech Note: Business Continuity for Oracle E-Business Release 12 Using Oracle 11g Physical Standby Database [ID 1070033.1]". This can be used when performing a hot clone for the database, right? Correct.
    What about the application tier? Steps described in 406982.1 include running AutoConfig in which application tier should be down. Does the application need to be down when running "Maintain Snapshot Information"?You can copy the application tier node files while the application is up. And, you do not need to shutdown the application to run "Maintain Snapshot Information".
    5) One final question (not related to cloning). Oracle Enterprise Manager console webUI has recently stopped working in IE8. E.g. https://myhost.mydomain.com:5501/em gives "Page cannot be displayed". This was working correctly last week. In Firefox, the same link is working fine. Any ideas how to fix this?
    If it is working from one browser, then it should not be an EM issue. Have you tried from a different client and see if this works? Have you changed any setting in your IE browser? Please make sure you add the EM URL to the trusted sites list.
    Thanks,
    Hussein

  • Question about the Filter type for the trace provide "Microsoft-Windows-Kernel-File"

    Hello all,
    I have moved this question from the Windows
    Server General Forum accorfing to the suggestion from Mr. Justin Gu 
    I have a question about the Filter function for the trace provider "Microsoft-Windows-Kernel-File".
    I can find the Filter function with the following operation.
    Mr. Justin Gu wrote:
    > You create a Data Collector Set for the trace provider "Microsoft-Windows-Kernel-File" and finish completely, then you > can right click it and select Properties.
    In the Properties dialog box, click Filter and
    then select ‘Edit…’. You will be> able
    to see the Filter type and Filter data in the Filter dialog box.
    What
    Kind of Filter can
    I use in this Filter dialog box?
    And, how can I set to exclude the some kind of datas?
    Could you give me your suggestion?
    Thank you.

    What
    Kind of Filter can
    I use in this Filter dialog box?
    And, how can I set to exclude the some kind of datas?
    Could you give me your suggestion?
    Thank you.
    I'm looking for the same information.

  • Questions about Installing EBS R12 continued

    Folks,
    Hello. This post is the continue for previous post "Questions about Installing EBS R12".
    While installing EBS R12 using "./rapidwiz", the Install Wizard gets to "CD Locator - Select root directory of required Rapid Install Disk. Enter location for the disk labeled. Oracle Applications Rapid Install - Database Disk 1"
    I browse the directory where Database Disk 1 is located (file name: V15680-01_1of3/oraAPPDB/Disk1). Then click "OK" button, CD Locator Windows come up again and again. The Install Wizard doesn't proceed !
    The above issue means some files in stage area directory are corrupted. Thus, I have deleted the stage area directory (zip files and unzipped files) and try to download a fresh EBS R12 from Oracle Edelivery to install again.
    Now, the problem is that when I empty trash (EBS_R12) in Oracle Linux 5, the 3 files (V15680-01_1of3.zip, oraAppDB, oraDB) cannot be deleted from the trash, the error message is:
    "You don't have permission to modify its parent folder."
    The file V15680-01_1of3.zip is Rapid Install Database Disk 1 on which the install Wizard stop while installing EBS R12.
    Can any folks help to solve the issue on file "V15680-01_1of3.zip" ?
    that is, how to empty it from Trash ? How to have the Wizard go through it when install again ?

    Please update the original thread instead of creating new one -- Re: Questions about Installing EBS R12

  • Questions about Mapping GL Accounts to Group Accounts

    Hi,
    I have some questions about mapping gl accounts to group accounts while configuring OBIEE APPS 7.9.6.3 with EBS R12 as a source:
    FIRST QUESTION.-
    For file file_group_acct_codes_ora.csv, I have the following accounts from my customer:
    101101 - Caja Administrativa
    101102 - Fondo Revolvente
    101103 - Caja de Cambios
    101104 - Efectivo en cajero
    This group of accounts is named CASH, now my customer said that this group begins in 101101 and ends in 101199 but in this moment only have this 4 accounts in GL, the rest of the accounts, I mean 101105-101199 are not used right now, they are gonna used in the future.
    So, my question is, in file_group_acct_codes_ora.csv how I need to put this group:
    In this way:
    CHART OF ACCOUNTS ID,FROM ACCT,TO ACCT,GROUP_ACCT_NUM
    50308,101101,101104,CASH
    Or in this way:
    CHART OF ACCOUNTS ID,FROM ACCT,TO ACCT,GROUP_ACCT_NUM
    50308,101101,101199,CASH
    I mean, is there any problem if I use the second way, or is necessary to do it in the first way, and why?
    SECOND QUESTION.-
    For file file_group_acct_names.csv, when I update with a new group of accounts, is there any rule or size boundary for GROUP_ACCOUNT_NAME?
    THIRD QUESTION.-
    For file_group_acct_names.csv, what is the value in column LANGUAGE? I mean, is EBS language?, DB language?, server language?
    I hope that someone can help me, because I need to clarify this and don't do the first full load and this load ends with error because of this.
    Regards,
    Arnulfo

    I'll take some broad swipes at this and let the smarter people come fill in the details.
    We have a true 1:1 setup in our office and have moved to PHDs as a means of protecting against downtime. The thinking is that we will have a spare machine lying around with our base installation ready to go. If a user's machine fails we'll replace it with the spare machine, let it sync the user directory from the server, and we're back in business. It's no substitute for a real backup system, but it potentially avoids having to run a restore from your backups. It also reduces network traffic compared to plain networked homes, and still lets your users work if the server goes down, but provides the benefits of centralized management. John DeTroye wrote a nice article about this.
    If you've already got data on your "client" Mac you will need to move it onto the server. PHDs will download data from the server to the client on the first sync, but will not upload a complete home directory from the client to an empty directory on the server. You'll find some posts in this forum discussing how people have gone about migrating data prior to that first sync.
    WGM allows you to establish exclusions for stuff you don't want to sync.
    One thing to watch out for in the scenario you describe is the so-called "rabbit effect." Assume Bob uses Mac1 as his primary machine. If one day he logs into Mac2 his home directory will be downloaded to Mac2. Once he returns to Mac1 he'll still be cluttering up Mac2 with his data. If he logs into Mac3 the next day and Tom and Sue are also periodically logging into different machines, you can see how you'll end up with a mess pretty quickly.
    Hope this helps.

  • Question about inserting Sysdate (SQL)

    Hi all,
    I got a question about records insert when one of the fields is sysdate.
    I have to store several records representing a log, generated by the execution of a database package.
    Inside my package I wrote an internal procedure devoted to insert a record in my log table for each processing step I wanted to trace (I call this proc each time I want to record a certain step of my package).
    My log table structure is: PREC_LOGS(log_date DATE, log_message VARCHAR2(1000)), no constraints at all.
    Database ver. 8.1.7.1.0 - Production for VMS O.S.
    The 'problem' occurs when several records have the same sysdate (DD-MM-YYYY HH24:MI:SS). In this case, if I select log_date,log_message ... order by log_date, the list of records I get respects the sort condition, but when several records have the same sysdate (DD-MM-YYYY HH24:MI:SS), it doesn't respect the order of the steps theoretically inserted by the internal proc.
    Resault
    25-07-2002 11:10:20 ........ (date changed)
    25-07-2002 11:10:22 Loading data for order nr. 82364 (step 3)
    25-07-2002 11:10:22 Verifying order nr. 82364 (step 2)
    25-07-2002 11:10:22 Procedure started for order nr. 82364 (step 1)
    25-07-2002 11:10:22 Updating conditions for order nr. 82364 (step 4)
    25-07-2002 11:10:22 Procedure accomplished for order nr. 82364 (step 6)
    25-07-2002 11:10:22 Commit changes for order nr. 82364 (step 5)
    25-07-2002 11:10:24 ........ (date changed)
    Please ask for more detail if someone is interested in replying...I realize it's not a very clear explanation of my issue.
    Thanks, Marco

    Hi
    Add a field to the table that is that uses a sequence
    PREC_LOGS(log_id NUMBER(30),log_date DATE, log_message VARCHAR2(1000))
    Create a database sequence
    The insert statement now becomes something like
    INSERT INTO PREC_LOCS(log_id, log_date, log_message)
    VALUES (sequence_name.NEXTVAL, SYSDATE, 'Some message');
    Then order by the log_id when you do your select.
    Daniel

  • A question about restoring from cold backup(control file backup not clear)

    Hi,
    I had another question about restoring the cold backup. My database is in noarchivelog mode and after taking a consistent cold backup, all I need to do is to restore the backup right? -Why I got this question is because: when I backup my control file to trace, I see statements like this:-----
    -- Commands to re-create incarnation table
    -- Below log names MUST be changed to existing filenames on
    -- disk. Any one log file from each branch can be used to
    -- re-create incarnation records.
    -- ALTER DATABASE REGISTER LOGFILE '/uo1/app1/arch1_1_647102958.dbf';
    -- Recovery is required if any of the datafiles are restored backups,
    -- or if the last shutdown was not normal or immediate.
    RECOVER DATABASE
    -- Database can now be opened normally.
    ALTER DATABASE OPEN;
    My database is in noarchivelog mode now so don't know why these statements (of register the logfile) is there in the backup of control file? so when I restore the cold backup of this database, it will still work correct? (there is no logfile I have only CRD files in cold backup -no archive log files.)
    thanks
    Nirav

    Thanks for your inputs! It is most useful to me.
    Regards
    Nirav

  • Question about upgrading R12

    Dear all,
    My customer wants to upgrade EBS from 12.1.1 to 12.1.3.
    He has questions about module OTL and AGIS.
    He wants to know:
    1. Apply OTL&AGIS on 12.1.1, then upgrade to 12.1.3
    2. Upgrade 12.1.3, finish all post upgrade of 12.1.3, then apply patch to add OTL&AGIS module
    Which one should be correct?
    If neither of them, please advise.
    Also, please post the note/doc number.
    Thanks in adv,
    Jackie

    Jackie Han wrote:
    Dear all,
    My customer wants to upgrade EBS from 12.1.1 to 12.1.3.
    He has questions about module OTL and AGIS.
    He wants to know:
    1. Apply OTL&AGIS on 12.1.1, then upgrade to 12.1.3
    2. Upgrade 12.1.3, finish all post upgrade of 12.1.3, then apply patch to add OTL&AGIS module
    Which one should be correct?
    If neither of them, please advise.
    Also, please post the note/doc number.
    Thanks in adv,
    JackieUpgrade to 12.1.3 then apply the latest patchsets.
    Thanks,
    Hussein

  • Question about document/literal web service

    Hello every body.
    I have some question about document/literal web service.
    I’ve been working with Axis before.
    Axis has four valid signatures for your message-style service methods:
    public Element [] method(Element [] bodies);
    public SOAPBodyElement [] method (SOAPBodyElement [] bodies);
    public Document method(Document body);
    public void method(SOAPEnvelope req, SOAPEnvelope resp);
    The same I am trying to do with WebLogic API for webservices.
    But when I am trying to test web service (public Document method (Document body); )
    I have serialized exceptions for org.w3c.dom.Document.
    Do I have to write a custom class for org.w3c.dom.Document serialization?
    If yes can you give me some idea or example?
    The all idea behind this web service is. I have just one web service and mane classes for XML processing. Depends what xml document will be during runtime, web service will be using different class for xml processing. It works fine with Axis, but in case of WebLogic I have some problem.
    One more question… How I have to call this web service from java client?
    I have seen this example http://www.manojc.com/?sample31 ,
    but this web service looks like (Document helloDom()). I need to send Document.
    This example works for Dynamic Proxy, but does not work for static call.
    Any ideas?? Thank in advance.

    Hi,
    I am getting a similar issue. I created a Document-style/literal webservice and deployed on Weblogic 9.2 . Then I generated client stubs using clientgen. I get the following exception stack trace:
    java.rmi.RemoteException: web service invoke failed: javax.xml.soap.SOAPException:
    failed to serialize class java.lang.Objectweblogic.xml.schema.binding.SerializationException: type mapping lookup failure on
    class=class com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl TypeMapping=TYPEMAPPING SIZE=3
    ENTRY 1:
    class: java.lang.Object
    xsd_type: ['http://xmlns.ozarkexpress.com/business/sell']:stns:echoDocumentResponse
    ser: weblogic.xml.schema.binding.internal.builtin.XSDAnyCodec@1125127
    deser: weblogic.xml.schema.binding.internal.builtin.XSDAnyCodec@18dfef8
    ENTRY 2:
    class: java.lang.Object
    xsd_type: ['http://xmlns.ozarkexpress.com/business/sell']:stns:echoDocument
    ser: weblogic.xml.schema.binding.internal.builtin.XSDAnyCodec@15e83f9
    deser: weblogic.xml.schema.binding.internal.builtin.XSDAnyCodec@2a5330
    ENTRY 3:
    class: java.lang.Object
    xsd_type: ['http://www.w3.org/2001/XMLSchema']:xsd:anyType
    ser: weblogic.xml.schema.binding.internal.builtin.XSDAnyCodec@bb7465
    deser: weblogic.xml.schema.binding.internal.builtin.XSDAnyCodec@d6c16c

  • Question about VERSION_ID

    Hello every guru,
    i am developing an adatper for XI 3.0. And have one question about the VERSION_ID in every Java file, which must be set in the Trace class.
    Source code from Sample Adapter:
    // Please be carefully when setting this VERSION_ID for the Trace class calls. It must fulfill the format requirements as documented in the adapter development manual
    public static final String VERSION_ID = "$Id: //tc/xi/NW04_13_REL/src/_adapters/_sample/java/com/sap/aii/af/sample/adapter/ra/SPIManagedConnectionFactory.java#1 $";
    private static final Trace TRACE = new Trace(VERSION_ID);
    I searched in the "SAP_XI30_AdapterFrameworkInterfaces_2.0", but didn't find any information about format requirements of the VERSION_ID.
    Can someone help?? Thanks a lot first! _
    regards
    Xiang

    Read here:
    http://support.apple.com/kb/ht2534
    Or, just redeem an iTunes gift card.

  • Another one question about how to download applet (not using external tool)

    Hi
    i write tool for downloading applet on card. I use apdu trace from NXP eclipse plugin as source of information and i read also about cap-file format in Java Card Virtual Machine specification. And i have questions about data transferred by LOAD command.
    As example - from apdu trace i see that transferred data are "C4820E33 DATA1 DATA2". Full length of transferred data is 0x2EE2.
    C4 - OK, this is "Load File Data Block" tag as specified in Global Platform
    820E33 - OK, this length of tag, =0x0E33
    DATA1 - sequence of cap-file components: Header.cap, Directory.cap, Import.cap, Applet.cap, Class.cap, Method.cap, StaticField.cap, ConstantPool.cap, RefLocation.cap. Length of DATA1 is 0x0E33, i.e. DATA1 = 'C4'-tag value.
    DATA2 - sequence of two cap-file components: Descriptor.cap and Debug.cap. These components are out of 'C4'-tag.
    the questions mentioned above... here they are:
    1. Global Platform does not define any data in LOAD command except 'E2' and 'C4' tag. Why DATA2 is transferred out of any tags?
    2. Whether the sequence of cap-file components is important? i.e. Can i load Header.cap, Directory.cap etc. in other order than i see in DATA1 field from apdu-trace?
    3. Debug.cap seems to be optional component. And what about Descriptor.cap component? Need i load it on card?

    666 wrote:
    1. Global Platform does not define any data in LOAD command except 'E2' and 'C4' tag. Why DATA2 is transferred out of any tags?Because the components are either optional or only required when communicating with a JCRE that has debugging capabilities. I assume you ran the project in JCOP Tools in debug mode against the simulator? If you did this against a real card it would fail as it does not have an instrumented JCRE capable of debugging code. You could try running the project as opposed to debugging to see the difference.
    2. Whether the sequence of cap-file components is important? i.e. Can i load Header.cap, Directory.cap etc. in other order than i see in DATA1 field from apdu-trace?Yes it is. It is defined in the JCVM specification available from the Oracle website.
    3. Debug.cap seems to be optional component. And what about Descriptor.cap component? Need i load it on card?No, it is optional and is not referenced by any other CAP file component.
    Cheers,
    Shane

  • A question about Object Class

    I got a question about Object class in AS3 recently.
    I typed some testing codes as following:
    var cls:Class = Object;
    var cst:* = Object.prototype.constructor;
    trace( cls === cst); // true
    so cls & cst are the same thing ( the Object ).
    var obj:Object = new Object();
    var cst2:* = obj.constructor.constructor;
    var cst3:* = obj.constructor.constructor.c.constructor;
    var cst5:* = Object.prototype.constructoronstructor;
    var cst4:* = Object.prototype.constructor.constructor.constructor;
    var cst6:* = cls.constructor;
    trace(cst2 === cst3 && cst3 === cst4 && cst4 === cst5 && cst5 === cst6); //true
    trace( cst == cst2) // false
    I debugged into these codes and found that cst & cst2 had the same content but not the same object,
    so why cst & cst2 don't point to the same object?
    Also, I can create an object by
    " var obj:Object = new cst();"
    but
    " var obj:Object = new cst2();"
    throws an exception said that cst2 is not a constructor.
    Anyone can help? many thanks!

    I used "describeType" and found that "cst2" is actually "Class" class.
    So,
    trace(cst2 === Class); // true
    That's what I want to know, Thank you.

  • Few questions about CatOS

    Hi guys,
    Got some questions about CatOS , related to below output:
    sw295> (enable) ping 130.175.220.204 >this ip pingable
    130.175.220.204 is alive
    sw295> (enable) tr 130.x.220.204 >>>able to trace to this ip address
    traceroute to sw295.network.com (130.x.220.204), 30 hops max, 40 byte packets
    1 sw295.network.com (130.x.220.204) 1 ms 1 ms 0 ms
    sw295> (enable) sh ip ro 130.x.220.204
    Usage: show ip route [noalias]
    sw295> (enable) sh arp 130.x.220.204 >>>>nothing apprearing in the arp
    ARP Aging time = 1200 sec
    + - Permanent Arp Entries
    * - Static Arp Entries
    sw295> (enable)
    sw295> (enable) sh cdp nei
    * - indicates vlan mismatch.
    # - indicates duplex mismatch.
    Port Device-ID Port-ID Platform
    1/1 sw28 GigabitEthernet3/3 cisco WS-C6509
    2/1 sw29 GigabitEthernet3/3 cisco WS-C6509
    sw295> (enable)
    how to know is this switch has that ip (130.x.220.204) as it not showing in sh arp otuput
    how to check arp for all mac addresses?
    how to check loopback ip for this siwtch.
    how to check with port is trunk? like connection to sw28/sw9
    Thanks in advance.
    SiraJ

    To see all the MAC addresses that this switch has talked to (at layer 3), show arp
    To see the local IP address of this switch, show int
    To see which ports are trunks, and their details, show trunk
    Kevin Dorrell
    Luxembourg

  • [AMD] Questions about HT Multiplier

    Ok i have a question about the HT multiplier in my bios on my sli/plat, it is currently and always set to 5x does this make a possible issue running my ram the ocz ram at the rated timings of 2 3 2 6 at 1t.  i can only run it now at 2.5,3 2 6 2t at 2.65 volts. the only stable settings.  I do not want to overclock i just want to know the whole meaning about the HT x5 and the difference of the x4
    Thanks in advance
    Andrew

    Good question, its all how you set your fsb.  The default fsb is 200.  The hypertransport bus speed is the combination of the fsb and ht multiplier which at default speeds is 200x5=1000.  The platinum sli is rated for a hypertransport bus speed of 1000 and you will see that in the specs.  So thats why you can post at x5 with your fsb set at 200.
    The second item that is based upon the fsb is the cpu speed which also has a multiplier.  For 3000 chips, the max multilplier is 9; for 3200 its 10 and for 3500 its 11.   So the default cpu ghz speed for the 3000 is 200x9=1.8 ghz which is its rated speed.  The 3200 is 200x10=2.0ghz and the 3500 is 200x11=2.2ghz at default....you will see that in the specs for each chip.
    The tricky issue is when you overclock...which has been the big issue for a lot of us.  In my case, my pc4000 crucial ballistix tracer ram is stable at 245fsb (8 hours prime95 & memtest both) at memory timings of 2.5,2,2,5 1T.  That means, because I have a 3000, my effective cpu speed is 245x9=2.2 ghz.  In effect, I purchased a 3000 but am getting the performance of a 3500 because of the overclock.
    However, the big problem is with the ht mulitplier.  Theoretically, I should be able to set the ht multiplier to x4...because 245x4=980 which is still below the rated hypertransport bus speed maximum of 1000.  But for most of us, we have to use clockgen to get there becuase the current bioses wont let us cold boot post beyond 219.  Therefore, its really the 219 cold boot hypertransport bug!
    Why is this important.  In a few of my tests and others, the hypertransport bus speed is how fast your memory will interact with the rest of the components of your system...namely the video card(s) and your hard drives.  The lower I have to set the multiplier (the farther I get away from 1000) the lower the performance of the these components...especially the video card performance.
    When you are playing games like first person shooters, etc, where you need a lot a frames per second so you dont get choppy graphics, the hypertransport bus speed really becomes an important issue.  I dont want to look at choppy or slow motion pictures and I am sure nobody else would either.
    Aicjofs tested his winchester and venice core 90nm chips and his memory on 2 other name brand motherboards and he was able to cold boot post at 250fsb with the ht multiplier at x4.  So we know other motherboard manufacturers had bios problems earlier but fixed them, we are just waiting for MSI to do the same. 
    Now I may not have this totally technically correct, but this is close enough.  Hope this helps.   

Maybe you are looking for

  • Bluetooth: A2DP. Which codec is used in iOS4.3

    Hi, does anybody know, which codec is supported for BT A2DP streaming? SBC (default) AAC? MP3? apt-X? Br Timo

  • HT4241 HDMI hooked in, picture great, but no sound?

    I have an hdmi cable hooked up from my mac to the tv. I can get picture but I cannot get sound. Can someone tell me if there is a setting I need to change and where is it?

  • Skype 7.2 crashing mid call

    So up untill yesterday (March 2nd 2015) My skype has never crashed and its now crashing every 5-15 mins into every call, but when im not in a call, its fine and doesnt crash.   It just comes up saying that "Skype has crashed" and it just closes and I

  • No audio in Premiere CS4

    I've a problem with Premiere CS4: Simply I hear no audio. I've tried to insert in the time line various kind of films or single file audio but I see moving the audio level display without hearing nothing. Can someone help me?

  • I must be missing the obvious - How to update my software version 5.0.1

    When I plugged my iPad 2 into the sync I  updated the iTunes version On my device page I clicked onthe update to 5.0.1 and nothing happens My desktop is not a MAC Is there required software it needs to update my iPad to the higher version? my current