SIL_PositionDimension Fail on second source system

Hi all,
We have config our BI APPS 795 With two source system, both are EBS 11.5.10.
Subject Area "Financials - Receivables" from the first source sytem are successfully completed in execution plan.
The DATASOURCE_NUM_ID for the first data source system is 4.
And then task "SIL_PositionDimension" Failed on running execution plan for Subject Area "Financials - Payables " from second EBS source system.
From Informatica session log, error shows
WRITER_1_*_1> WRT_8229 Database errors occurred:
ORA-00001: unique constraint (DW.W_POSITION_D_U1) violated
Database driver error...
Function Name : Execute
SQL Stmt : INSERT INTO W_POSITION_D(ROW_WID,EMP_ID,PAR_INTEGRATION_ID,POSITION_NAME,DIVN_NAME,EMP_LAST_NAME,EMP_FST_NAME,EMP_LOGIN,CREATED_BY_WID,CHANGED_BY_WID,CREATED_ON_DT,CHANGED_ON_DT,AUX1_CHANGED_ON_DT,AUX2_CHANGED_ON_DT,AUX3_CHANGED_ON_DT,AUX4_CHANGED_ON_DT,SRC_EFF_FROM_DT,SRC_EFF_TO_DT,EFFECTIVE_FROM_DT,EFFECTIVE_TO_DT,DELETE_FLG,CURRENT_FLG,W_INSERT_DT,W_UPDATE_DT,DATASOURCE_NUM_ID,ETL_PROC_WID,INTEGRATION_ID,TENANT_ID,X_CUSTOM) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Database driver error...
Function Name : Execute Multiple
SQL Stmt : INSERT INTO W_POSITION_D(ROW_WID,EMP_ID,PAR_INTEGRATION_ID,POSITION_NAME,DIVN_NAME,EMP_LAST_NAME,EMP_FST_NAME,EMP_LOGIN,CREATED_BY_WID,CHANGED_BY_WID,CREATED_ON_DT,CHANGED_ON_DT,AUX1_CHANGED_ON_DT,AUX2_CHANGED_ON_DT,AUX3_CHANGED_ON_DT,AUX4_CHANGED_ON_DT,SRC_EFF_FROM_DT,SRC_EFF_TO_DT,EFFECTIVE_FROM_DT,EFFECTIVE_TO_DT,DELETE_FLG,CURRENT_FLG,W_INSERT_DT,W_UPDATE_DT,DATASOURCE_NUM_ID,ETL_PROC_WID,INTEGRATION_ID,TENANT_ID,X_CUSTOM) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
WRITER_1_*_1> CMN_1761 Timestamp Event: [Thu Oct 29 17:15:52 2009]
WRITER_1_*_1> WRT_8425 ERROR: Writer execution failed.
WRITER_1_*_1> CMN_1761 Timestamp Event: [Thu Oct 29 17:15:52 2009]
WRITER_1_*_1> WRT_8114
Row # [1] in bad file
WRITER_1_*_1> CMN_1053 : Rowdata: ( RowType=0(insert) Src Rowid=2525 Targ Rowid=2525
ROW_WID (ROW_WID:Double:): "51525.00000000000"
EMP_ID (EMP_ID:UniChar.15:): "6272"
PAR_INTEGRATION_ID (PAR_INTEGRATION_ID:UniChar.30:): "PER~"
POSITION_NAME (POSITION_NAME:UniChar.50:): "KR Manager.."
DIVN_NAME (DIVN_NAME:UniChar.100:): "KR Human Resources"
EMP_LAST_NAME (EMP_LAST_NAME:UniChar.50:): "Kang"
EMP_FST_NAME (EMP_FST_NAME:UniChar.50:): "Lana"
EMP_LOGIN (EMP_LOGIN:UniChar.50:): "Unspecified"
CREATED_BY_WID (CREATED_BY_WID:Double:): "13497.00000000000"
CHANGED_BY_WID (CHANGED_BY_WID:Double:): "13497.00000000000"
CREATED_ON_DT (CREATED_ON_DT:Date:): "02/05/2002 17:56:34"
CHANGED_ON_DT (CHANGED_ON_DT:Date:): "02/06/2002 17:44:53"
AUX1_CHANGED_ON_DT (AUX1_CHANGED_ON_DT:Date:): "03/13/2002 21:38:44"
AUX2_CHANGED_ON_DT (AUX2_CHANGED_ON_DT:Date:): "10/19/2003 23:32:57"
AUX3_CHANGED_ON_DT (AUX3_CHANGED_ON_DT:Date:): "10/16/2003 19:42:50"
AUX4_CHANGED_ON_DT (AUX4_CHANGED_ON_DT:Date:): "(NULL)"
SRC_EFF_FROM_DT (SRC_EFF_FROM_DT:Date:): "01/04/1991 00:00:00"
SRC_EFF_TO_DT (SRC_EFF_TO_DT:Date:): "12/31/1993 00:00:00"
EFFECTIVE_FROM_DT (EFFECTIVE_FROM_DT:Date:): "01/04/1991 00:00:00"
EFFECTIVE_TO_DT (EFFECTIVE_TO_DT:Date:): "12/31/1993 00:00:00"
DELETE_FLG (DELETE_FLG:UniChar.1:): "N"
CURRENT_FLG (CURRENT_FLG:UniChar.1:): "Y"
W_INSERT_DT (W_INSERT_DT:Date:): "10/29/2009 17:15:50"
W_UPDATE_DT (W_UPDATE_DT:Date:): "10/29/2009 17:15:50"
DATASOURCE_NUM_ID (DATASOURCE_NUM_ID:Double:): "41.00000000000000"
ETL_PROC_WID (ETL_PROC_WID:Double:): "20947710.00000000"
INTEGRATION_ID (INTEGRATION_ID:UniChar.30:): "PER~6272"
TENANT_ID (TENANT_ID:UniChar.80:): "DEFAULT"
X_CUSTOM (X_CUSTOM:UniChar.10:): "(NULL)"
But this is the first time we load data from the second EBS which the DATASOURCE_NUM_ID = 41 .
So there is no data with DATASOURCE_NUM_ID (41) existing in table W_POSITION_D.
Don't know why failed on "ORA-00001: unique constraint (DW.W_POSITION_D_U1) violated".
Unique constrait on DW.W_POSITION_D_U1 are three columns EFFECTIVE_FROM_DT, DATASOURCE_NUM_ID, AND INTEGRATION_ID.
Really appreciate the help,
Roger

Hi
We were also stuck up with similar kind of issue on w_position_d table,
we are not sure on how to go about with this Unique constraint on index creation.
refer the link OBIA 7.9.5 "Financial Analytics" Full load fails
let us know if you have any inputs on this.
thanks
saran

Similar Messages

  • Job failing in the source system.

    Hi all,
    I am loading data to a data store object from a R/3 system.
    The job is failing in the source system with the error - ABAP/4 processor: UNCAUGHT_EXCEPTION
    Can anyone help me resolving this error?
    Thanks in advance.
    Regards,
    Deepti.

    HI,
    This is very generic and seems like a short dump...can you check in ST22 in the source system and see if there is any entry for ALEREMOTE check the the error log and the step where it failed??If you can analyze it and come up with the answers then people can help you here.
    Also what kind of data source it is??
    Was the load full or delta??
    Thanks
    Ajeet

  • Transport Request got failed due to Source system does not Exist

    Dear All,
    I Have collected All data soruces which are related to R3 data sources and Flat File data sources...
    After import the transport request it got failed due to Flata file source system does not exist in BI quality system.
    But all data sources related to R3 and R3 Source system has been moved which are available in BI Quality sytem also.
    why Flat File source and data source are moving.. why i am not sure it was throuing error message called Source System does not exist..
    Thanks,
    Ven

    Dear Venkat ,
    Go to Quality system .
    Use RSA1 Transaction --> go to Tools --> Manage Source System :
    Here you can map the entry  of system ..
    Second : go to Development system under RSA1> Transport Connection and click on Source system button first --> select your source system ---you  can select multiple entry also ..collect your data source ( with before and after option ) and deselect which object you do not need ..And select collection mode to automatically ...
    use the transport button to create  transport request and release from development system .
    I hope you will not get error in Q system .
    If still facing error , Please let me know.
    Regards
    Vikas Sharma
    Robert Bosch
    Edited by: Vikas Sharma-Bosch on May 5, 2011 5:34 PM

  • How to start a Failed job in Source System?

    Dear Experts,
    I have a job running daily in the source system was cancelled at the step 10. Since it is successfull upto step 9 I would like to run the job from the step 10 onwards. The cancelled job details are given below -
    Step 010 started (program XXXX, variant YYYYY, user name UUU)
    ABAP/4 processor: YER_RSQL_SQL_ERROR
    Job cancelled
    Can any one respond to this with proper solution?
    Thanks in Advance,
    Raj

    Dear Sam,
    Thanks for your approach. Its not a single program but a set of programs listed like steps. Doing manually would be good proctice becuase I have more no. of programs from the program which is actually cancelled.
    Now you can add comments to my explanation.
    Thanks,

  • DAC Load is failing for Siebel Source system on DB2 database.

    Source is Siebel on DB2.
    Warehouse is on DB2.
    While executing the DAC following error occurred:
    2012-10-30 03:58:20.138 Acquiring Resources
    2012-10-30 03:58:20.224 Acquired Resources
    2012-10-30 03:58:20.462 CHANGE CAPTURE:IMG_BUILD - Internal S_LEAD_OPTY has started.
    # of prune days: 43200
    Capturing data modified after: 2012-09-29 10:24:25.692 in Full Mode.
    2012-10-30 03:58:20.483 - Executing :
    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
    2012-10-30 03:58:20.493 - ERROR: While executing :
    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
    DB2 SQL Error: SQLCODE=-104, SQLSTATE=42601, SQLERRMC=TRANSACTION;SET ;<space>, DRIVER=3.57.82
    ANOMALY INFO::: Error while executing : CHANGE CAPTURE:IMG_BUILD - Internal S_LEAD_OPTY
    MESSAGE:::com.siebel.analytics.etl.execution.exceptions.ChangeCaptureTaskFailedException: Change Capture failed.
    EXCEPTION CLASS::: java.lang.RuntimeException
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:536)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:372)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)
    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)
    java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    java.util.concurrent.FutureTask.run(Unknown Source)
    java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    java.util.concurrent.FutureTask.run(Unknown Source)
    java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    java.lang.Thread.run(Unknown Source)
    ::: CAUSE :::
    MESSAGE :::Change Capture failed.
    EXCEPTION CLASS::: com.siebel.analytics.etl.execution.exceptions.ChangeCaptureTaskFailedException
    com.siebel.analytics.etl.etltask.ChangeCaptureTask.executeChangeCapture(ChangeCaptureTask.java:93)
    com.siebel.analytics.etl.etltask.ChangeCaptureTask.doExecute(ChangeCaptureTask.java:46)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:477)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:372)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)
    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)
    java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    java.util.concurrent.FutureTask.run(Unknown Source)
    java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    java.util.concurrent.FutureTask.run(Unknown Source)
    java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    java.lang.Thread.run(Unknown Source)
    (Number of retries : 1)
    IMG_BUILD - Internal
    2012-10-30 03:58:30.5 CHANGE CAPTURE:IMG_BUILD - Internal S_LEAD_OPTY has finished execution with Failed status.

    Make sure you have set SkipUnicodeSQLQueryConversion=true in config/config.cfg file...
    Please mark as useful/answered if appropriate
    Syed

  • Can we have two R/3 Source Systems(Dev & Test) in BW Development....?

    Hi All,
    Till now we have only BW Development box..
    Our Landscape for R/3 side is R/3 Development, Testing and Production.....
    Already we have connected R/3 Development with BW Development... It is working fine as now... We have finished our task at Development...
    My doubt is <i><b>Can we Configure R/3 Testing to BW Development</b></i>....eventhough R/3 Development is already configured with BW Dev....
    <b>Can we have two R/3 Source Systems(Dev & Test) in BW Development....?</b>
    Please help me out in this issue....
    Your help will be appriciated...
    Regards,
    Kiran Telkar

    Hi Kiran,
    You can create second source system which will point to SAP R/3 Quality .
    If you have transported all datasource activation requests to QA environment then all datasources are available in R3QA as well.
    After creating source system , replicate datasources.
    Only thing you need to do is to replicate efforts of assigning source system (R3QA)-> creating transfer rule -> Create info package and load data.
    Hope that helps.
    Regards
    Mr Kapadia
    Assigning points is the way to say thanks in SDN.

  • Source system in Production doesnt exists Error RC- 8

    Hello experts!
    We connected a second source system to our 7.0 BW. We transported from development to quality system and everything is fine. Now we want to transport to production and we got RC=8 and the message that our "source system does not exist"
    First we checked our source system. It is ok. we can replicate datasources, load units and currencies. But when we want to transport something what is directly connected to the source system we got everytime a RC=8 because of source system. For sure, we checked our "Conversion of logical source systems names". We checked if the mapping from development to productive is correct many times but we can find no error.
    Is there something I can not see?
    I tried to transport Transformations, DataSource Migration, other things connected to 7.0 and 3.x DataSources. Nothing works. I transported a transformation got a little different error like no rules exist because missing infoobjects in source or target or they are not activated. But target seems to be ok and source also have the fields.
    Also I have searched the previous threads I have got what I have done but for sure some thing I am missing !!
    Any Ideas???
    Best regards,
    Yash

    Thanks Murali for your prompt reply,
    I have manged to do the conversion settings again and now the source system client problem subsides !!!
    But when I import the requests again from QA to PRD it says that some DS cannot be activated due to inconsistency in CRM production system. Actual message is.
    Start of the after-import method RS_ISMP_AFTER_IMPORT for object type(s) ISMP (Activation Mode)
    Mapping between data source 0CRM_SRV_CONTRACT_H and source system PC4CLNT400 is inconsistent
    Start of the after-import method RS_ISCS_AFTER_IMPORT for object type(s) ISCS (Activation Mode)
      InfoObject Source System of Preceding Doc. ( 0PRELOGSYS ) is not active, total of 4 inactive InfoObjects
      InfoObject Exchange Rate Date ( 0CRM_EXCDAT ) is not active
      InfoObject Exchange Rate Type ( 0CRM_EXCTYP ) is not active
      InfoObject Quotation GUID ( 0CRM_QUOGUI ) is not active
      InfoObject Source System of Preceding Doc. ( 0PRELOGSYS ) is not active
      InfoObject Text of CO Document Line Item ( 0CO_ITEM_TX ) is not active
      InfoObject Text of CO Document Line Item ( 0CO_ITEM_TX ) is not active
      InfoObject Text of CO Document Line Item ( 0CO_ITEM_TX ) is not active
      InfoObject Text of CO Document Line Item ( 0CO_ITEM_TX ) is not active
    is that due to the DS .. some are in BI 7 cannot be mapped with 3.X  ?
    I will be importing a new request all the way from DEV to QA and Then in PRD as of now to see the inconsistency once again.
    Cheers
    Yash

  • Transfering data from source system to bw

    I am sending data from two source systems into single data target in bw. For ex:- think that there are KPI's in the first source system & another 4 in the second source system.When i load it into bw i should see the 8 KPI's in a single record is it possible.
       please some one can help me in this regard i will be thankful to them.
    S.S 1(4 KPI's)
                  ]-------BW(DT)8KPI's in the same record
    S.S 2(4 KPI's)

    I am sending data from two source systems into single data target in bw. For ex:- think that there are KPI's in the first source system & another 4 in the second source system.When i load it into bw i should see the 8 KPI's in a single record is it possible.
       please some one can help me in this regard i will be thankful to them.
    S.S 1(4 KPI's)
                  ]-------BW(DT)8KPI's in the same record
    S.S 2(4 KPI's)

  • Source system BW100 does not exist

    Hi Guru's
    I'm trying to transport the datamart infopack from dev to QA and it's failed due to "Source system BD1_100 does not exist; InfoPackage ZPAK_DVDXOWDKOMSF5YW6F4EDXMXL1 deleted".
    I've tried to trnasport datamart as well but still failed what could be the problem?
    Regards,
    Ramana.

    Hi Raman 
    It simple. If you want load data from QAS to QAS then you need take conversion when transport request importing to QAS. So you need record BWDEV ---> BWQAS in "Transport connection".
    IF you want load data from BWDEV to BWQAS then you need BWDEV as source system in QAS and no record in "Transport connection".
    http://help.sap.com/saphelp_nw04/helpdata/EN/80/1a616be07211d2acb80000e829fbfe/content.htm

  • Error in the Source system while data loding through Process Chain

    Hi,
    I am facing issue while data loading for certain extractors through Process chain. Load of 0BPM_WIHEAD, 0BP_LOGHIST, OBPM_OBJREL, 0BPM_DEADLINES(there are 2-3 more extractors) is getting failed daily with message Error occurred in the source system and if we repeat the same it is getting executed successfully.
    Regards,
    Javed

    Hi..
    It means that the extraction job is failing in the source system..
    Please check the Job log in the source system  --> Copy the request nimber --> In the source system go to SM37 --> Give * then the request number......execute --> Check the Job log..
    Look there may be multiple reasons behind this....
    1) Connection problem : Go to SM59 and test the connection, If you don't have the access in SM59...then go to RSA1 --> Source Systems --> Right click --> Connection Parameters --> Connection Test
    2) Or may be work processes are not available and due to which jobs are failing due to time out...
    In both the cases you can check with the Basis Team if they can suggest something....or you can change the process chain scheduling time if possible, and schedule it in such a time when less no of jobs are running..
    Regards,
    Debjani..

  • Collecting data from two R3 source systems

    Dear All,
    Scenario:
    We are in the process of implementing SAP BI 7.0 in our organisation.
    We have a single BI server (7.01) collecting data from two source
    systems from two different divisions within the group.
    The first system is of Company 1 where we have IS u2013 MILL (ECC 6.0).
    BI has been implemented and running successfully in this unit. Now we
    have started implementing BI in the second unit u2018Company 2u2019
    where the industry specific solution IS u2013 AFS (ECC 6.0) is the source
    system.
    We are activating BI Standard Content for AFS. When we try to upload
    master data, we face a problem.
    The master data (0Division, 0Mat_Grp_3, etc.) is already loaded with
    IS Mill data (data from the first source system). Now when the data is
    loaded from IS AFS (second source system), wherever, the same key
    exists in the info object, we notice that the existing data is
    overwritten by the freshly loaded data, thus causing loss of existing
    data.
    A typical example is as follows:
    BW Data u2013 Source system 1 u2013 (Before upload of data from source system
    2):
    0Division
    99         EN          Stock Transfer Out
    AFS Data (Source system 2) -
    0Division 
    99         EN             STO
    BW Data u2013 Source system 1 u2013 (After upload of data from source system 2):
    After uploading the master data from AFS, the Values areu2026
    0Division
    99        EN            STO
    The original data is lost.
    Similar problem is noticed with other master data as well.
    Please suggest the right methodology for upload of master data when
    data to BW is sourced from two systems. How to retain the data in the
    same Infoobject but at the same time maintain distinction between the
    data from the two systems.
    We donu2019t find any specific mention of such scenarios in the standard
    documentation.
    Will such a problem recur when we upload transactional data?
    Regards,
    Aslam Khan

    Hi Aslam,
                Please use some compounding attribute for your master data object like Sourcesystem ID.  While loading the master data from different source systems... you should have two different flows to fill the same master data object.  In each flow you can specify the Source system ID as constant value ... eg SS1 (Source system 1)  and SS2(Source system 2) in each of the data flows.   This should solve your issue without overwriting your master data
    Thanks
    Kishore

  • Creating multiple source systems one logical system

    Hi,
    The requirement is to create two source systems using same logical name and different RFC connections to ECC?
    We wanted to do some regular activities using one source system and some drill down activities using different source system.
    I am getting error when I try to create second source system "source system already exist"
    Please advice.
    Thanks.

    Hi,
    I dont think it is possible to create multiple source systems in a sinle logical client. You have to create multiple clients and you can connect to BI system by different RFCs.
    Hope this helps.....
    Regards,
    Suman

  • Source system error - RFC connection failed

    Hi Gurus,
                  I have installed ECC6 on my PC but not when i am trying to created the DS its not allowing me its saying appl comp hierarchy for source susyem "T90*" doesnt not exist.
    so tried going to source system -> done a check for my source system then i got the following errors
    Source system "T90*" is inactive
    Entry in outbound table not found
    Entry in inbound  table not found
    Basic type does not exist
    Check failed for RFC connection T90CLNT090 ; check destination
    can any one tell me how to fix this issue?
    Regards,
    Ravi

    Hi Ravi,
                Did you run appication component hierarchy in source system(TX-RSA9)
    then activate your data source
    then replicate in BW system.
    Check here for BW connectivity with source system.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bi/stepbyStepBusinessIntelligence
    Thanks,
    Vijay.

  • Create SAP Source System Failed

    Hi all,
    We are using NetWeaver 2004s BI and try to connect to ECC 5.0. I tried to create SAP source system but got error message saying "RFC user logon failed". When I check RFC destination in ECC 5.0 for BI, the test connection is ok, but the remote logon will pop up another logon screen asking for id and password. I am pretty sure that the id and password in RFC destination is correct. The RFC destination in BI is ok. Can you help me out with this? Thanks a lot in advance.

    Hi,
    Check the Default Logon <b>Client</b> for ECC 5.0
    and verifiy that the User is in the Same Client
    Each RFC destination has a mapped user for specific Client..Check the Client and User in the same client
    regards
    Happy Tony
    Message was edited by: Happy Tony

  • DS-BW:Data load called from BW failed after Source System program_id change

    Hi,
    In my BW 7.0 instance I have Data Services 3.2 as source system.
    Some time ago I have changed instance of Data Services I am connecting to - I just changed PROGRAM_ID in RFC connection parameters for that source system.
    Since that time when I am trying to execute infopackage to call a job I am getting following error:
         OCI call <OCISessionBegin> for connection <xxxxxxx> failed: <ORA-01017: inv
    where <xxxxxx> is Oracle database connection name for Data Services instance I connected originally.
    What can be reason for that?
    Regards,
    ak

    In Data Services Server Manager on DS box there were configurations for job server I connected originally and for the other job server. After removing original config it works fine.
    ak

Maybe you are looking for

  • Upgrade from R/3 4.7 to ECC 5.0

    Hello Everyone This is my very first post on SDN. I am going to do an upgrade from R/3 4.7 to ECC 5.0. Can anyone please tell me how do I start and procede, this will be my very first upgrade and I definitely need help!!!. I will be really thankful i

  • Tried to download the newest version of itunes (10.4) but it says I don't have APPDATA. HELP?!

    I tried to download the newest version of itunes but then it says that it couldn't since it couldn't locate the APPDATA, I even went to the point of downloading the itunes all over again, but it still hasn't done anything to help. Anyone have any ide

  • Can't get migration assistant to move files

    Trying to move from an old laptop - Dell Inspiron I6000 running Windows XP version 2002 to a new iMac.  Have downloaded Migration Assistant on the laptop and run it, but when I get to the 3rd screen it says "an error occurred while preparing your inf

  • XPS 8700 - need additional network card for VMware Workstation

    Hello - I'm wanting to add either a dual or quad network card to my XPS 8700 so I can provide physical interfaces for some VMware Workstaion.  Is there a specific band or model that is compatible..? I've tried installing a spare Intel E1G42ET (dual p

  • Problems w/ WRT 300N

    Hello, I have been experiencing decreased connection strength through my WPC300N wireless notebook adapter using a WRT 300N wireless router. At boot-up, the signal strength will be low, with 100+Mbps as the speed. After a few minutes it drops to 54 M