not generating the trace for rdf report by oracle apps file

Hi all


in fact, we aim to generate trace file for reports and a convert to text file using tkprof by simultaneous program unix shell script submit using fnd_request.submit_request in another program of concurrent proceedings. but all the reports that are created by using pl/sql generates the trace file, but rdf report does not trace file.

Report generator Oracle 6i is used

Oracle application is 11i

List of measures are being taken to get the trace file are
1.SRW. USER_EXIT (' FND SRWINIT' "); before the release of report
2SRW. USER_EXIT ("FND SRWEXIT'"); in after the report

another of the measures which are followed
SRW.do_sql ("alter session set SQL_TRACE = TRUE'"); before release of the report
SRW.do_sql ("alter session set SQL_TRACE = FALSE'"); in after the report

above, said steps are done, but still it does not arouse any trace file

same oracle_process is null

Select oracle_process_id from the fnd_concurrent_requests where request_id

ID processOracle for this report oracle rdf file is not generated.


Please help me in this issue

Thank you

Published by: 797525 on October 12, 2012 12:43 AM

Add the following line before the outbreak of report
SRW. DO_SQL ("alter session set events = tracefile_identifier" trace 10046 name context forever, level 4 "=" REPORT ' ")

Trace stops automatically when the report closes.

In addition, what program submits the script fnd_request.submit_request... shell / pl/sql procedure?

you initialize apps FND_GLOBAL. APPS_INITIALIZE before submit_request of shooting?

Make a DNF: active Log Debug = Yes and check the table of fnd_log_messages

See the following MOS docs:
Oracle 6i [ID 111311.1] follow-up reports
See you soon,.
ND
Use the buttons "useful" or "correct" to award points to the answers.

Tags: Oracle Applications

Similar Questions

  • LR4.0 will not read the traces for iPhone App "Traces GPS"

    Hello

    I tried to understand, looking at this forum and another search on Google, why LR4 import tracklogs from the iPhone App GPS tracks.

    As far as I can tell, the tracklog information and format corect seems to me. Here is a sample of the app:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < gpx version = "1.0".

    Creator = "traces GPS - " http://highorderbit.com "

    " xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "

    " xmlns =" http://www.topografix.com/GPX/1/0 "

    " xsi: schemaLocation =" http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd' > .

    < time > 2012-03-18T 23: 20:59Z < / time >

    < trk >

    < name > Track Log 2 < / name >

    < number > 1 < / number >

    < trkseg >

    < trkpt lat = '+ 48.473296' lon = "-68.429246" >

    < model > + 65.511414 < / ele >

    < time > 2012-03-18T 23: 20:13Z < / time >

    < / trkpt >

    < trkpt lat = '+ 48.473379' lon = "-68.429238" >

    < model > + 63.738411 < / ele >

    < time > 2012-03-18T 23: 20:15Z < / time >

    < / trkpt >

    < / trkseg >

    < / trk >

    < / gpx >

    Any idea?

    Thank you

    Steve,

    The problem with the tracklog is the '+' in the specifications of the latitude. Remove the brands '+' the legible tracklog. Now, I'm not sure if a '+' is valid or not (http://developer.garmin.com/schemas/gpx/1.0/oxygen/index.html_h882410155.html), but for this time Jeffrey Geoencoding Plugin will not read the tracklog...

    Beat

  • Generate the trace for another session file and change the path

    Hello

    Please let me know how to configure tracing for another session and it is also possible that the trace file can be re-directed to another path than the default path user_dump_dest?

    Kind regards

    VN

    Use DBMS_MONITOR. SESSION_TRACE_ENABLE (and SESSION_TRACE_DISABLE).

    as far as I know, you cannot change the default location of the trace file.

    In a session, you can change its path filename with ALTER SESSION SET TRACEFILE_IDENTIFIER = "";

    Hemant K Collette

  • query not using the index for some user

    Hello

    I have a query that is running in less than a second for sys, system, or schema owner. However, another user (test_user) take 30 seconds to run the same query.

    I certainly dba and privileges identical to test_user as schmea_user, but the result is the same.

    I checked

    Select * from V$ SYS_OPTIMIZER_ENV;

    Both are the same for both users.

    I have check the plan to explain to both users. I noticed that for sys/system/schema_owner, the query uses an index, but not the test_user.

    All have experience the issue where a user uses an index, but not the other?

    Thank you for any assistance.

    Thank you for the display of formatting output, this output is much easier to read.

    One of the first things you notice about the execution plans that is for the owner non-schema "SQL_ID, 0wcs85uywn72m, number of children 1" appears in the output of DBMS_XPLAN, while "SQL_ID 0wcs85uywn72m, child number 0" (the same SQL_ID but a different number of child) appears for the schema owner. "" Whereas the SQL_ID is the same, which indicates that the client requires exactly the same SQL statement, so it's a good start.

    Then, note that in the predicate for the nonschema owner information section the following appears (sometimes with the order of the two conditions switched in position) as a condition placed on each table that is available in the schema:

    filter(("SEAL_FLAG" IS NULL OR "SEAL_FLAG"'Y'))
    

    The above suggests the presence of the virtual private database (or a superset of private database virtual) generated the predicates. You should be able to confirm that this is the case by querying V$ VPD_POLICY using the SQL_ID which was displayed in the DBMS_XPLAN output:

    SELECT
      *
    FROM
      V$VPD_POLICY
    WHERE
      SQL_ID='0wcs85uywn72m';
    

    As a test, I made a few minor adjustments to the example on this page:
    http://Antognini.ch/2011/09/optimizer_secure_view_merging-and-VPD/
    I changed the name of T to T12 and TESTUSER table specified for the schema names. I then created the function S of this page as follows:

    CREATE OR REPLACE FUNCTION s (schema IN VARCHAR2, tab IN VARCHAR2) RETURN VARCHAR2 AS
    BEGIN
      RETURN 'ID < 10';
    END;
    /
    

    I then added a couple of lines in the T12 test table:

    INSERT INTO T12 VALUES (1,1,NULL);
    INSERT INTO T12 VALUES (4,1,NULL);
    INSERT INTO T12 VALUES (10,1,NULL);
    INSERT INTO T12 VALUES (12,1,NULL);
    
    COMMIT;
    

    With an active 10053 trace, I executed the following SQL statement:

    SELECT id, pad
      FROM t12
      WHERE
      spy(id, pad) = 1
    

    The SQL_ID (in my case, found in the 10053 trace file) was 6hqw5p9d8g8wf, so I checked V$ VPD_POLICY to this SQL_ID:

    SELECT
      *
    FROM
      V$VPD_POLICY
    WHERE
      SQL_ID='6hqw5p9d8g8wf';
    
    ADDRESS          PARADDR            SQL_HASH SQL_ID        CHILD_NUMBER OBJECT_OWNER OBJECT_NAME                    POLICY_GROUP                   POLICY                 POLICY_FUNCTION_OWNER          PREDICATE
    ---------------- ---------------- ---------- ------------- ------------ ------------ ------------------------------ ------------------------------ ---------------------- ------------------------------ ------------------------------------------------------------------------------------
    000007FFB7701608 000007FFB7743350 1518838670 6hqw5p9d8g8wf            0 TESTUSER     T12                            SYS_DEFAULT                    T_SEC                  TESTUSER                       ID < 10
    

    As noted above, the VPD test function named S added the predicate "ID".< 10"="" to="" the="" sql="">

    There are not many clues in the 10053 trace file in my test VPD generated additional predicates. Trace the following was found shortly after the beginning of the file (this is the SQL statement initially presented):

    ----- Current SQL Statement for this session (sql_id=6hqw5p9d8g8wf) -----
    SELECT id, pad
      FROM t12
      WHERE
      spy(id, pad) = 1
    

    I searched then down in the trace for final after changes query file (to be noted that this sentence could be slightly different in different versions of database Oracle). That's what I found:

    Final query after transformations: ******* UNPARSED QUERY IS *******
    SELECT "T12"."ID" "ID","T12"."PAD" "PAD" FROM "TESTUSER"."T12" "T12" WHERE "TESTUSER"."SPY"("T12"."ID","T12"."PAD")=1 AND "T12"."ID"<10
    kkoqbc: optimizing query block SEL$F5BB74E1 (#0)
    

    Note that the final query after transformation shows how the final version of the query that has been rewritten by the query optimizer before the SQL statement has been executed and this version of the query includes AND "T12". "" IDENTITY CARD ".<10. if="" i="" was="" attempting="" to="" determine="" how="" that=""><10 predicate="" was="" added="" to="" the="" sql="" statement,="" i="" would="" start="" at="" the="" "current="" sql="" statement="" for"="" line="" in="" the="" trace="" file="" and="" search="" down="" the="" trace="" file="" for=""><10* -="" in="" this="" case,="" the="" following="" is="" what="" i="" found="" as="" the="" first="" search="" result,="" very="" close="" to="" the="" "current="" sql="" statement="" for"="" line="" in="" the="" trace="">

    **************************
    Predicate Move-Around (PM)
    **************************
    PM:     PM bypassed: Outer query contains no views.
    PM:     PM bypassed: Outer query contains no views.
    query block SEL$F5BB74E1 (#0) unchanged
    FPD: Considering simple filter push in query block SEL$F5BB74E1 (#0)
    "TESTUSER"."SPY"("T12"."ID","T12"."PAD")=1 AND "T12"."ID"<10
    try to generate transitive predicate from check constraints for query block SEL$F5BB74E1 (#0)
    finally: "TESTUSER"."SPY"("T12"."ID","T12"."PAD")=1 AND "T12"."ID"<10
    

    As can be seen from the above (because the predicate again appeared before and after the line containing the word "Finally: '), the AND"T12 ". "" IDENTITY CARD ".<10 predicate="" was="" already="" added="" to="" the="" original="" sql="" statement="" by="" the="" time="" the="" predicate="" move-around="" section="" of="" the="" trace="" file="" was="" written,="" and="" that="" is="" the="" first="" mention="" of=""><10 in="" the="" trace="" file.="" in="" your="" case,="" you="" would="" search="" the="" 10053="" trace="" file="">

    "SEAL_FLAG" IS NULL
    

    If V$ VPD_POLICY revealed that there are virtual private database (VPD) generated predicates applied to the SQL statement, take a look at the following article in the Oracle documentation library:
    http://docs.Oracle.com/CD/B28359_01/network.111/B28531/VPD.htm

    This article lists the different points of view, who can be interviewed to learn more about the VPD rules which are in force in the schema. For example, with my SPV test:

    SELECT
      *
    FROM
      ALL_POLICIES;
    
    OBJECT_OWNER                   OBJECT_NAME                    POLICY_GROUP                  POLICY_NAME                    PF_OWNER                       PACKAGE                       FUNCTION                       SEL INS UPD DEL IDX CHK ENA STA POLICY_TYPE              LON
    ------------------------------ ------------------------------ ----------------------------- ------------------------------ ------------------------------ ----------------------------- ------------------------------ --- --- --- --- --- --- --- --- ------------------------ ---
    TESTUSER                       T12                            SYS_DEFAULT                   T_SEC                          TESTUSER                       S                                                            YES YES YES YES NO  NO  YES NO  DYNAMIC                  NO
    

    He knows performance issues related to the use of VPD, some of which are Oracle Database version-dependent, and some have been fixed in recent versions. Take a look at the following articles if you have access to My Oracle Support:
    MetaLink (MOS) Doc ID 728292.1 ' known performance problems when you use transparent encryption data and indexes on the encrypted columns.
    MetaLink (MOS) Doc ID 967042.1 "How to investigate Query Performance regressions Caused by VPD (FGAC) predicates?"

    You might find working through the second of the above that the problem is caused by a bug in database Oracle.

    On a side note. Execution plans you have published include the 0 value in the column starts many of the operations in the execution plan. 0 indicates that the operation never actually executed. A 0 is included in the column starts on the line that includes the FULL ACCESS of TABLE of PEOPLE_TRANSACTIONS at least to the OPC. Value 123, a full table of PEOPLE_TRANSACTIONS table scan PROPERTY_CONTAINER_ID was not actually performed.

    Charles Hooper
    http://hoopercharles.WordPress.com/
    IT Manager/Oracle DBA
    K & M-making Machine, Inc.

  • Generate the Trace file to a sql query

    Hi all

    I want to generate a trace for a sql query file so that I can generate a .out file corresponding I need to check the performance of an application before using it.
    Anyone can guide me please how to do this.
    I know how do to generate a trace for a concurrent program, but right now, I want to track for a simple sql query.

    Kind regards
    Ankur

    Hello
    Agreed. but I thought that if OP do not have access to metalink then?

    In any case I not substitute me your answer.

    Oops. Sorry I did not read the lines below.

    You can turn simple trace for this particular session.
    Oracle will generate trace files (.trc) for each session where the value of SQL_TRACE = TRUE and write them to the USER_DUMP_DEST destination. That you can use tkprof to read the generated trace file.

    Kind regards
    Taj

    Published by: Mohammed Taj on July 14, 2009 10:11

  • can not download the attachment for hotmail

    Can not download the attachment for hotmail. The "uploading...". "sign never finished. But attachment downloading works in Internet Explorer. I tried to disable, uninstall and reinstall silverlight, but none of them seems to fix the problem.

    You have a user agent which is corrupt and which identifies you as undefined GoogleToolbarBB

    See:

  • What is the hierarchy for running reports?

    Hello world

    Can someone tell me what is the hierarchy for running reports as fact when the query data model is executed, when groups (Group of columns, the place holders etc. within a group of data model is executed), form setting etc is executed.

    Thank you
    Gerard

    If there are two absolutely independent querries, then I can just tell.
    If two querries are related, then, that the other is linked is executed first.
    But before any two querry run the beforereport, the beforeparameterform and after triggers parameterform.
    So, the best way to ensure that something is executed first is putting in the afterpform trigger.
    Do not count the trigger on afterreport.

  • How to generate the code for the ZXP file signing certificate

    I'm developing a creative using FlashBuilder 4.6 Adobe extension. I released the extension of a file .zxp and wanted to generate the code for him signing certificate. I've checked all the supported providers Adobe, but not found that anyone can do. Only, they provide the certificate for *.exe * .cab, *.dll and *.ocx.


    Thanks in advance.

    Leon.

    It's all too confusing.

    We use the Comodo certificate. You can use all the others as long as you end up with a point p12 certificate.

    Signing certificate by using the Digital Signature of the code

    http://www.InstantSSL.com/code-signing/index.html

    (1) request you the certificate. I used Internet Explorer on a PC because Comodo says it's better for them.

    (2) they do a thorough credit check to make sure that you are who you claim to be.

    (3) they shall issue a certificate giving you a PIN that he pay back.

    (4) redeem you your PIN certificate and the certificate is in your browser certificate cache.

    (5) you go to the cache and add a personal password for your certificate.

    (6) what makes a dot P12 file file name you choose.

    (7) now you can use your file p12 point with the utilities Adobe XZPSignCmd or ucf.jar to sign your Panel. I use the Mac utilities to sign on a Mac. The point p12 file is good on the PC and Mac.

    Don't worry, the utilities they speak about to sign. Adobe has their own utilities ZXPSignCmd and ucf.jar to do the signature. You are forced to timestamp your signature.

  • ORA-16783: could not resolve the deficit for the database

    I have two databases emadb and emadbdg, governed by Data Guard. emadb is currently principal. emadbdg is currently pending physical.

    ORA16783 - cannot solve the gap for the database is one I think, is the origin of the problem. Anyone can help solve the problem below. Logs attached.

    Output of data protection

    DGMGRL > show detailed configuration

    Configuration - DRSolution

    Protection mode: MaxAvailability
    Databases:
    emadb - primary database
    Error: ORA-16825: multiple errors or warnings, including failover quick start or warnings, errors detected for the database

    emadbdg - (*) Physical standby database
    WARNING: ORA-16817: configuration not synchronized rapid failover

    (*) Fast failover target

    Properties:
    FastStartFailoverThreshold = "30"
    OperationTimeout = "30"
    FastStartFailoverLagLimit = "30"
    CommunicationTimeout = "180"
    FastStartFailoverAutoReinstate = 'TRUE '.
    FastStartFailoverPmyShutdown = "FALSE".
    BystandersFollowRoleChange = "ALL".

    Fast-Start Failover: ENABLED

    Threshold: 30 seconds
    Target: emadbdg
    Observer: emarn1
    Offset limit: 30 seconds (do not use)
    Primary closure: FALSE
    Auto-Rétablir: TRUE

    The configuration status:
    ERROR


    DGMGRL > see the detailed database emadb

    Database - emadb

    Role: PRIMARY
    State of destination: TRANSPORT-WE
    Occurrence (s):
    emadb

    Database error (s):
    ORA-16783: could not resolve the deficit for the database emadbdg

    Warning (s) of database:
    ORA-16817: unsynchronized fast-start failover configuration

    Properties:
    DGConnectIdentifier = "emadb.
    ObserverConnectIdentifier = "
    LogXptMode = "SYNCHRONIZE".
    DelayMins = '0'
    Binding = "optional."
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = "300"
    NetTimeout = "30"
    RedoCompression = "DISABLE."
    LogShipping = 'ON '.
    PreferredApplyInstance = "
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO '.
    StandbyFileManagement = 'AUTO '.
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = "4"
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = 'emadbdg, emadb '.
    LogFileNameConvert = "/ opt/app/oracle/oradata/emadbdg, / opt/app/oracle/oradata/emadb '"
    FastStartFailoverTarget = "emadbdg".
    InconsistentProperties = "(monitor).
    InconsistentLogXptProps = "(monitor).
    SendQEntries = "(monitor).
    LogXptStatus = "(monitor).
    RecvQEntries = "(monitor).
    Nom_sid = "emadb.
    StaticConnectIdentifier = ' (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=emarn1) (PORT = 1521)) (CONNECT_DATA = (SERVICE_NAME = emadb_DGMGRL) (INSTANCE_NAME = emadb)(SERVER=DEDICATED)))'
    StandbyArchiveLocation = "/ opt/app/oracle/oradata/emadb/archivelog1.
    AlternateLocation = "
    LogArchiveTrace = '0'
    LogArchiveFormat = '% t_%s_%r.dbf '.
    TopWaitEvents = "(monitor).

    State of the database:
    ERROR

    DGMGRL > see the detailed database emadbdg

    Database - emadbdg

    Role: STANDBY PHYSICS
    State of destination: apply
    Transport delay: (unknown)
    Apply the Lag: (unknown)
    Real-time query: OFF
    Occurrence (s):
    emadbdg

    Warning (s) of database:
    ORA-16817: unsynchronized fast-start failover configuration

    Properties:
    DGConnectIdentifier = "emadbdg".
    ObserverConnectIdentifier = "
    LogXptMode = "SYNCHRONIZE".
    DelayMins = '0'
    Binding = "OPTIONAL."
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = "300"
    NetTimeout = "30"
    RedoCompression = "DISABLE."
    LogShipping = 'ON '.
    PreferredApplyInstance = "
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO '.
    StandbyFileManagement = 'AUTO '.
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = "4"
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = 'emadb, emadbdg '.
    LogFileNameConvert = "/ opt/app/oracle/oradata/emadb, / opt/app/oracle/oradata/emadbdg '"
    FastStartFailoverTarget = "emadb.
    InconsistentProperties = "(monitor).
    InconsistentLogXptProps = "(monitor).
    SendQEntries = "(monitor).
    LogXptStatus = "(monitor).
    RecvQEntries = "(monitor).
    Nom_sid = "emadbdg".
    StaticConnectIdentifier = ' (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=emarn2) (PORT = 1521)) (CONNECT_DATA = (SERVICE_NAME = emadbdg_DGMGRL) (INSTANCE_NAME = emadbdg)(SERVER=DEDICATED)))'
    StandbyArchiveLocation = "/ opt/app/oracle/oradata/emadbdg/archivelog1.
    AlternateLocation = "
    LogArchiveTrace = '0'
    LogArchiveFormat = '% t_%s_%r.dbf '.
    TopWaitEvents = "(monitor).

    State of the database:
    WARNING

    DGMGRL >
    DGMGRL >
    DGMGRL >
    DGMGRL >
    DGMGRL > output

    Alex Antony Samantha wrote:


    Head node

    SQL> archive log list
    Database log mode            Archive Mode
    Automatic archival            Enabled
    Archive destination            /opt/app/oracle/oradata/emadb/archivelog1
    Oldest online log sequence     65
    Next log sequence to archive   67
    Current log sequence            67
    
    SQL> select thread#,max(sequence#) from v$archived_log group by thread#;
    
    THREAD# MAX(SEQUENCE#)
    ---------- --------------
          1           925
    

    It is misleading to the column sequence, sequence of real number is 65 series, but it's beyond. Have you restored any old backup with the incarnation?
    When you perform incremental backups, is the current_scn in the two primaries and Eve was balanced?

    And the sequence number * 29 * is transferred from the primary to the standby (or) he has been removed from the primary?
    Perform the two methods.

    (1) SQL > alter system set log_archive_dest_state_2 = 'reporter ';
    (2) conduct 3-4 log switches
    (3) SQL > alter system set log_archive_dest_state_2 = 'enable '.

    and displays the alert log database and backup files.
    And you mentioned the hostname in the entries of the listener, if this entry is added in/etc/hosts? otherwise you can use the IP address instead of the host name and then reload the listener.

    second method
    (1) copy archives missing from primary sequence of 29
    (2) place manually and then perform a recovery
    or
    (3) retrieve manually

    And update with your conclusions after all these lists.
    Thank you.

  • Clone error: warning: could not replace the variables for message ADX RC-50004

    Hello

    We are cloning 11.5.10.2 Prod environment in the DEV environment.
    The structure is as follows:
    Node 1: DB + competitor Manager
    Node 2: Application Apache (forms and reports)

    We run the adcfgclone.pl successfully on the nodes of the db and apache
    We received the following error message when it is applied on the concurrent Manager node

    ERROR: creation of context not completed successfully

    Check the log file and found the following:
    Database utility - ADX finished-

    WARNING: Could not replace the variables for message ADX RC-50004


    StackTrace:
    java.lang.NullPointerException
    to oracle.apps.ad.tools.configuration.CVMHelper.getDBInitParameters)
    Compiled code)
    at oracle.apps.ad.tools.configuration.CVMHelper.getDBName (Compiled C
    ODE)
    at oracle.apps.ad.context.CloneContext.setDatabaseName (Compiled Code
    )
    at oracle.apps.ad.context.CloneContext.doClone (Compiled Code)
    at oracle.apps.ad.context.CloneContext.main (Compiled Code)


    Unsuccessful creation of context files



    Also, we checked the alert log database (9.2.0.7) and found the following error:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [],]
    ], [], []


    We follow action plans in the notes:
    Note 726509.1
    Note 304037.1

    Again, we have the same error and can not clone concurrent Manager node.

    Enjoy a quick answer because we are in the middle of the execution of the project.

    Thank you

    Salvation;

    Check Please Note: run perl./adcfgclone.pl appsTier ORA-00600: internal error code, arguments: [ttcgcshnd-1] [263298.1 ID]

    It may be useful

    Respect of
    HELIOS

  • I try to sync my MS Outlook calendar &amp; contacts to icloud/iphone, ipad.  Now icloud holds my calendar and contacts, but when I try OT set an appointment, I get the dreaded message that it is not in the calendar for this account &amp; wi

    I try to sync my MS Outlook calendar & contacts to icloud/iphone, ipad.  Now icloud holds my calendar and contacts, but when I try to set up an appointment, I get the dreaded message that it is not in the calendar for this account & will not be counted.

    My schedule is extremely important as are my contacts.  How to export the icloud to get back them to outlook.  I use MS Outlook 2010.  I can't put the icloud as my default - Help

    Which calendar you use, there will be two, one to iCloud and who is not, you must be in the iCloud calendar

  • Can not find the driver for my Satellite M40X-161 WLAN

    Hello

    I have a problem, I have the new system installed on my laptop - windows xp and I can't find a CD with drivers. I tried to download the drivers from the internet, but can not find the drivers for my laptop. I am looking for the drivers for the wireless card and it is not on Toshiba s page.

    There are only drivers for windows vista - I tried, but it did not work. The other problem is that I don't know is my wireless card. At the back of my laptop it has the info that I have peripheral radio ar5bmb-43, but I can not find the drivers for this device.

    Can someone help me to find drivers?
    Thanks in advance

    Unfortunately I wasn't able to find out what WLAN card is inside, but it must be Atheros or Intel, so I recommend you try to install the two drivers for Windows XP Home edition.

    Two of them you can find on http://aps2.toshiba-tro.de/wlan/?page=downloads Portal Toshiba WLAN
    Try to install Windows XP Home version for Atheros 9.2.0.419.0 or Windows XP Home version 9.0.4.39 for Intel.

    Please post comments.

  • I bought ipad air 1 after that 2013 but can not get the pages for free. Numbers and imovie I can. IOS9 running at the moment. I have pages when I connect on icloud on my pc. Can I transfer iPad app, because it is not in the ILO purchased in itunes.

    Hi everyone, this is my first post, also help on the post would be appreciated.

    I bought ipad air 1 after that 2013 but can not get the pages for free. Numbers and imovie I can. IOS9 running at the moment. I have pages when I connect on icloud on my pc. Can I transfer iPad app, because it is not in the ILO purchased in itunes.

    Thanks in advance

    Newbie

    The only way to install an ipad app is through the app store.  PC or Mac software does not run on the ipad.  Search in the contacts link at the bottom right of this page.  Give apple a call.

    I guess is the icon for pages in icloud for storing documents pages.  At the same time, apple had a cloud based pages.  Not sure what happened to her.

    R

  • Travel regions of Australia to New Zealand, which does not have the licenses for TV shows, will be my TV shows that I bought in Australia removed once I have change of regions in New Zealand?

    Travel regions of Australia to New Zealand, which does not have the licenses for TV shows, will be my TV shows that I bought in Australia removed once I have change of regions in New Zealand?

    N ° save them anyway.

    (138403)

  • HP 15-f009ca: can not find the drivers for my PC after downgrading to Windows 7

    Hello world!
    A few weeks ago, I bought a Hp laptop of type 15-f009ca. Because I didn't like windows 8, I downgraded to Windows 7. The installation was successful, but I could not find the driver for my PC wireless LAN.
    Anyone know where I can download it?
    Or is it still possible to find the driver windows 7 for this guy?

    Hello:

    You should be able to use most of the W7 x 64 drivers and software from the HP 255 G2 on your model except the BIOS and firmware files.

    http://h20564.www2.HP.com/hpsc/SWD/public/readIndex?sp4ts.Oid=6431940&swLangOid=8&swEnvOid=4063

    Your laptop is the Realtek RTL8188EE 802.11bg / n 1 x 1 WiFi adapter, this is how the wireless driver you need.

    In addition, you need these drivers usb3.  Install both and restart.

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_125616_1

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_123787_1

Maybe you are looking for

  • The airPort Extreme (2007) and Time Machine

    Hi all I read the info "how to ask a good question" and apparently you need details. I'll try and be concise but informative with my problem. It has been a long journey to get to where I am, but hopefully, with a little help from this amazing communi

  • Download files, download only once, do not replace the old same files

    Hello For our company, we work with many files on firefox. On a computer, when we download a file (Open Office), it does not replace old file, we downloaded before. The system adds (1), (2), on behalf of the end of the file. When we have to save this

  • Panel police by default for controls of the money?

    Howdy- When I put the police of the Application in the menu drop down in text (with the default Panel checked), my selection seems to apply to modern controls that I can place on the front panel, but not money of controls.  Am I missing another setti

  • Question about a work-around to uninstall Windows 7 SP1 beta

    After making the mistake of making a disk cleanup after installing Windows 7 SP1 beta, the files needed to uninstall disappeared.  Everything I read says that now, the only way is to reinstall Windows 7.  Is there any type of bypass without resorting

  • How to remove "AppleSyncNotifer.exe?"

    How to remove "AppleSyncNotifer.exe Unable to locate component. This application has failed to start because Corefoundation.dll was not found. Reinstalling the application may fix the problem Cannot remove 'applesynnotifer.exe '.  I removed all the a