Import SQL into Fact Table - Conversion Error

Hi All,
I am new to BPC MS and did not know much into MS SQL.
I am facing the Conversion error while converting between unicode and non unicode string data types.
We are using SAP BPC 10.0 MS SP13, EPM-Addin SP18 on .Net 4
The below is the error log
Total Step: 4
SQLToTxt: Failed in 0 seconds
Import SQL into Fact Table: Failed in 0 seconds
[Selection]
DB = BPC
TABLE = GlBalanceOpening
COLUMNS = Account,Auxiliary,Curr,BalanceDateTime,Amount
TRANSFORMATION = \JMG\LIQ_JMG\DataManager\TransformationFiles\GLOpeningBalances.xls
CLEARDATA = No
RUNLOGIC = No
PROCESSCUBE = Yes
CHECKLCK = No
[Message]
An error occurred while executing a package.
Package Error Events: 
ErrorCode = -1071636234
Source = SQLToTxt
SubComponent= OLE DB Source [68]
Description = Column "Account" cannot convert between unicode and non-unicode string data types.
IDOfInterfaceWithError= {C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}
Package Error Events: 
ErrorCode = -1071636234
Source = SQLToTxt
SubComponent= OLE DB Source [68]
Description = Column "AccountName" cannot convert between unicode and non-unicode string data types.
IDOfInterfaceWithError= {C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}
Package Error Events: 
ErrorCode = -1071636234
Source = SQLToTxt
SubComponent= OLE DB Source [68]
Description = Column "Auxiliary" cannot convert between unicode and non-unicode string data types.
IDOfInterfaceWithError= {C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}
Package Error Events: 
ErrorCode = -1071636234
Source = SQLToTxt
SubComponent= OLE DB Source [68]
Description = Column "AuxiliaryName" cannot convert between unicode and non-unicode string data types.
IDOfInterfaceWithError= {C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}
Package Error Events: 
ErrorCode = -1071636234
Source = SQLToTxt
SubComponent= OLE DB Source [68]
Description = Column "Curr" cannot convert between unicode and non-unicode string data types.
IDOfInterfaceWithError= {C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}
Package Error Events: 
ErrorCode = -1071636234
Source = SQLToTxt
SubComponent= OLE DB Source [68]
Description = Column "Dr" cannot convert between unicode and non-unicode string data types.
IDOfInterfaceWithError= {C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}
Package Error Events: 
ErrorCode = -1071636234
Source = SQLToTxt
SubComponent= OLE DB Source [68]
Description = Column "Cr" cannot convert between unicode and non-unicode string data types.
IDOfInterfaceWithError= {C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}
Package Error Events: 
ErrorCode = -1073450901
Source = SQLToTxt
SubComponent= SSIS.Pipeline
Description = "component "OLE DB Source" (68)" failed validation and returned validation status "VS_ISBROKEN".
IDOfInterfaceWithError= {C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}
Package Error Events: 
ErrorCode = -1073450996
Source = SQLToTxt
SubComponent= SSIS.Pipeline
Description = One or more component failed validation.
IDOfInterfaceWithError= {C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}
Package Error Events: 
ErrorCode = -1073594105
Source = SQLToTxt
SubComponent=
Description = There were errors during task validation.
IDOfInterfaceWithError= {B4E78907-3D9C-4229-9DB9-6A311E45C779}
Thanks and Regards,
Raj

Hi Raj,
you have to modify the script of your package, see please 1629737 - Error in ImportSQL Data Manager Package
Regards
     Roberto

Similar Messages

  • Java error when importing info into a table

    Hi I am trying to import data into a table from a csv file. I Log into the Database via Oracle Enterprise Manager 10G. I then goto Administration and Import user file. I then give the username and password of the user on the Server. I choose my csv file and click next. I then Choose my Table and click next, this is when I get an error..
    500 Internal Server Error
    java.lang.ArrayIndexOutOfBoundsException: -128
         at oracle.sysman.emo.util.UIXDataSource.initialize(UIXDataSource.java:322)
         at oracle.sysman.emo.util.UIXDataSource.<init>(UIXDataSource.java:188)
         at oracle.sysman.emo.util.data.LoadPreviewDataDS.<init>(LoadPreviewDataDS.java:58)
         at oracle.sysman.emo.util.data.LoadBean.initPreviewDataTable(LoadBean.java:3002)
         at oracle.sysman.emo.util.data.LoadBean.validateFileFormatPage(LoadBean.java:1920)
         at oracle.sysman.db.util.data.LoadController.validatePage(LoadController.java:757)
         at oracle.sysman.db.util.data.LoadController.onSubmitForm(LoadController.java:707)
         at oracle.sysman.db.util.data.LoadController.handleGoto(LoadController.java:779)
         at oracle.sysman.db.util.DBJobController.handleEvent(DBJobController.java:821)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:376)
         at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:169)
         at oracle.sysman.db.util.UtilControllerResolver.handleRequest(UtilControllerResolver.java:128)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    I do not get this error with other tables and this file only with this table. Any help would be greatly appreciated, let me know if more info is needed.

    Thanks that did work out for me. However, I am still curious why I am getting that message in the Enterprise Manager. Well I was able to upload my info into the database and it was a better solution too.

  • Insert data into fact table from source database tables

    here i try to insert data into fact table from source database tables here is the query 
    ALTER procedure [dbo].[facttable]
    as
    insert into [pp dw].dbo.Dimfact(Prod_ID,Production_ID,Material_ID,Equip_ID,WC_ID,Recipe_ID,Quantity,costprice)
    select Products.[Product ID],[Production ID],Materials.[Material ID],[Equipment ID],[Work Centre ID],[Recipy ID],Quantity,[cost price]
    from
    [PRODUCTION PLANNING 2].dbo.[Products],
    [PRODUCTION PLANNING 2].dbo.[Production Detail],
    [PRODUCTION PLANNING 2].dbo.[Material category],
    [PRODUCTION PLANNING 2].dbo.[Materials],
    [PRODUCTION PLANNING 2].dbo.[Equipment],
    [PRODUCTION PLANNING 2].dbo.[Working Centre] ,
    [PRODUCTION PLANNING 2].dbo.[Recipies]
    where
    Products.[Product ID] in (13, 14, 15, 16, 17) and
    [Production Detail].[Production ID] in (1, 2, 3) and
    [Materials].[Material ID] in (1, 2, 3, 4, 5) and
    [Equipment].[Equipment ID] in (1, 2, 3, 4) and
    [Working Centre].[Work Centre ID] in (1, 2, 3) and
    [Recipies].[Recipy ID] in (1, 2, 3) and
    [Material category].[Category ID] in (8, 9, 10, 11, 12, 13)
    and when i execute query it shows me error 
    The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Dimfact_Dimproduct". The conflict occurred in database "pp dw", table "dbo.Dimproduct", column 'Prod_ID'.
    ERD IS
    HOW TO SOLVE THIS PROBLEM?

    I cant see any join conditions in your query posted. Whats the purpose of the query above. It will just bring you a cartesian product (cross join) of tables involved subjected to filters. Are you sure this is the correct query?
    The error you're getting may be because you've not yet populated DimProduct or may be because of logic you used in popultaing DimProduct causing it to miss some records which is what query is referring to in above case.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Howto import XML into Excel table ?

    Hi,
    I asked this before in the Excel forums but received the suggestion that I ask here instead.  The question precis : How to ungrey the "Append new data to existing XML lists" checkbox so I can select it when importing XML data into an Excel
    spreadsheet.
    I have a local server which provides data in XML form and need to import successive reloads of the XML page into successive lines in an Excel spreadsheet.  I found the Excel help page entitled "How to use XML in Excel 2003" at http://office.microsoft.com/en-gb/excel-help/how-to-use-xml-in-excel-2003-HA001101964.aspx?CTT=1&origin=EC001022986
    which was useful in so far as permitting me to import the data using the XML Source task pane and mapping the elements I need from the XML source to columns in the spreadsheet.
    In order to append successive lines from the XML source page, as I understand it from the link I quoted,  I need to change the XML Map properties to "Append new data to existing XML lists".  However this checkbox is greyed out in the
    XML Map properties dialog box so I can't select it.
    Any ideas how I can achieve my aims here ?
    Thanks in advance,
    Mike

    Hi Mike,
    Thank you for contacting Office IT Pro General Discussions Services. 
    From your description, I understand that you tried to import XML into Excel table. You selected “Use the XML Source
    task pane” when opening the XML file, then you tried to check the option in the
    Map Properties window: "Append new data to existing XML lists". 
    However, this option is grayed out. If there is any misunderstanding, please feel free to let me know.
    I have checked the issue on my side but could not reproduce this issue. I suggest download the sample XML file as suggested on the page and test the
    issue again:
    http://www.microsoft.com/downloads/details.aspx?FamilyId=B4BD3283-AD0B-408D-9CE7-AB9C3537BBBB&displaylang=en
    If the problem does not occur with the sample XML file, this issue might occur as there are some problems with the XML you were using.
    If the problem also occurs in with the sample XML file, this issue might be related to some third-party software conflicts. I suggest checking this
    issue by starting Excel in the safe mode.
    Start the Office program in safe mode
    ==============
    1.      
    Click Start, point to All Programs, and then point to
    Microsoft Office.
    2.       
    Press and hold the CTRL key, and then click
    Microsoft Excel.
    If the problem does not occur in the safe mode, this issue might be related to some third-party add-ins in the Excel program, we can try to disable
    them. Normally, you could do the following to disable the conflict add-ins in your Excel program:
    Disable add-ins
    Click
    Tools > Options > 
    Add-in, click Go button in the Manage:
    Com-in Add.
    Check if there are any add-ins,
    clear the checkbox to disable them.
    Close the Office program and
    restart it.
    Add one check back each time to the list of Add-In,
    restart the Office program, and repeat the above procedure. Once the issue reappears again, we can determine which add-in causes this problem and then disable it.
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Best Regards,
    Sally Tang

  • How to import data into taxonomy tables

    Hi ALL,
    Can anybody suggest to import data into taxonomy tables.Please send me any documentation related this.
    Regards,
    Ravi.

    Hi,
    I hope following URL may help you.
    Taxonomy Import:
    http://help.sap.com/saphelp_mdm550/helpdata/en/09/322ad42c864bf79892af2123525b6f/content.htm
    Importing Hierarchy:
    http://help.sap.com/saphelp_mdm550/helpdata/en/36/c4c97f96484f438c2d5c96171cdd6f/content.htm
    Importing Attributes:
    http://help.sap.com/saphelp_mdm550/helpdata/en/bd/f768fd70d945ee873712304127493b/content.htm
    Importing Attribute text Values:
    http://help.sap.com/saphelp_mdm550/helpdata/en/52/2086075c584d96be102512036b9c0c/content.htm
    Importing Attribute Links:
    http://help.sap.com/saphelp_mdm550/helpdata/en/26/17f916867344afbdfcf7d629035c83/content.htm
    Regards
    Nisha

  • How to import data into taxonomy tables and qualified tables

    Hi ALL,
    Can anybody suggest to import data into taxonomy tables and qualified tables, when is value mapping neccessary and  what is partitioning? and what is the use of that partioning?

    Hello rehman
    even i am facing same issue regading import of data in taxonomy table
    . can we do it through import manager.
    please provide me some details i will be very very thankful to u
    my email - [email protected]
    Thanks & regards
    Himanshu

  • DM Error on "Import into Fact Table with Clear"

    Hi,
    I just got the following error on executing an import.
    The number of failing rows exceeds the maximum specified. (Microsoft Data Transformation Services
    (DTS) Data Pump (80042028): TransformCopy 'DTSTransformation__7' conversion error:  Destination
    overflowed on column pair 1 (source column 'SIGNEDDATA' (DBTYPE_STR), destination
    column 'SIGNEDDATA' (DBTYPE_NUMERIC)).)
    I have a very simple import, with a convertion file only changing one member name (in the data file) into another (in the application).
    Can anybody point towards where the problem can be so I can investigate further?
    Regards,
    Rafa

    Hi all,
    as an update, aware of this thread BPC 7.0 MS-Transformation File Error Duplicated Signeddata I inserted an Amount=SignedData in my transformation file, but still same error. As suggested in that thread I tried to import the data file with only 2 records, and it worked ok!! In my case I don't think it is a problem with the data as I am trying to import a data file that I have just exported from a similar application.
    So I export data into a file, try to import it and have the mentioned error. I delete all the rows but 5, try to import it and it works.
    Any ideas?
    Regards,
    Rafa

  • SQL Server 2k - Pulling from 2 fact tables causes error

    Trying to create a simple RPD as follows:
    1 Dimension with Key Fund_ID
    2 Fact tables, each with a Key Fund_ID
    Created a Physical Layer, connecting Dimension to each Facts based off Fund_ID (One to Many)
    Business Model Layer, connected Dimension to each Fact using complex join.
    In Answers, the following is true:
    Querying Dim and Fact Table A returns Data
    Querying Dim and Fact Table B returns Data
    Querying Dim AND Fact Table A, AND Fact Table B returns the following error message:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 15018] Incorrectly defined logical table source (for fact table A) does not contain mapping for [table B]. (HY000)
    It appears to be complaining that it cannot map the fact tables to each other. I tried mapping the two fact tables together (even though that doesn't make DW sense), and the RPD won't validate.
    I'm wondering if this is a bug connecting to SQL Server. We do the majority of our RPD development against ORACLE, and this is our first attempt at using SQL Server as a source.
    Does anyone have any suggestions on this?
    thanks

    I doubt it very much its DB specific, the error is from the BI Server ([nQSError: 15018]) rather than SS.
    Have you got a dimension hierarchy ? Are your content levels set for all logical tables, do you have 2 logical facts or 1 combined logical fact ? What do your Logical Table sources look like (ie how many per logical table, conent levels ?joins within the LTS?)
    I would guess the problem lies in your BMM layer. But should check, is the conformed dimension joined to both fact tables in the physical layer or have your aliased it ?

  • Dimension Table Attributes giving No Fact Table Exists Error

    Hi Experts,
    My OBIEE version is 11.1.1.6.10. There is a presentation table which has columns coming from multiple logical tables. I'm dragging 2 columns into the report which are coming from 2 logical tables.
    The result is displaying. When I checked the query, a fact table is also coming and results are getting effected because of this.
    Could anybody let me know if any idea.

    Hi SriramKarthik,
    Aj (bi007) already gave you the answer on how you can change the implicit fact table, the one you are seeing in your physical query.
    I'm just not sure of what is your question: are you surprised to see a fact table is used in the physical SQL and look for a way to avoid it because, as you say, results are impacted by that implicit fact table? You can't get rid of that table, you can only choose it (the implicit one).
    OBIEE must join in a way or another your 2 dimensions, and in your BMM these dimensions are joined by a fact table, that's why you see it in your query.

  • Trouble importing FLV into flash - keep gettingan error

    Hello all, I'm hopping that someone else has had this problem
    before. I'm a long time user of Flash but have just downloaded the
    the newest version (CS3) to try it out. I was really looking
    forward to the video capabilities. ANYWAY, I'm on a new IMac,
    running OSX version 10.4.11. I downloaded and installed the newest
    version of flash. I created an FLV with some video that I had and
    I'm attempting to import it into a flash file. I get through all of
    the steps and it appears to be importing but then I get this error.
    "Error opening file; Library/Application Support/Adobe
    FlashCS3/en/Configuration//JavaScript/DeployVideo.jsfl" I went to
    this location on my computer and the "Adobe FlashCS3" folder isn't
    even there. It's like it wasn't even installed. I've re-installed
    the software twice. Anyone know what the deal is. Thanks in
    advance.
    Brian

    redsoxsrule wrote:
    how do you convert it to a prores file in compressor. I cant figure out that program at all.
    If you have a movie file that you wish to compress, launch Compressor.
    Once Compressor is open, go to the upper left-hand corner of the project window and select Add File.
    It will open up a window in which you can browse all available storage spaces.
    Select a file. Once you have done so, then assign a conversion setting from available ones and a destination for the encoded files
    Hit submit.
    There are dozens of free tutorials on the internet.

  • Importing SQL into Discoverer?

    I've converted an Access application (35 tables and 150 queries) to Oracle. Is there any way to import or 'cut and paste' the SQL into Discoverer? I don't like to think I have to do each by hand.

    In discoverer plus in file options you can see
    Import Sql click this it will prompt you to give the name of sql file
    here you can give the name of the sql file containing the sql query.

  • Can't Figure Out How To Import XML into a Table?

    HELP!
    I've been using InDesign for several years now... but everything Ive ever done has been basic one off layout concepts.
    I am working on a website for a musical theater actress and for her resume, Id like to make a PDF which lists in table format the show, theatre and role she had for each job.
    I could do this manually... but Id really like to learn how to just reuse the same XML data that I have for her website and import it into InDesign.
    I have looked at Adobe's help file, I have scoured the internet, and I still can't figure it out... I have done like the adobe support file says... and I cant seem to get the values I create in her resume xml file to show up in a table I create in InDesign.
    I even tried to simplify it for the learning process and did something as basic as an XML file that has 5 colors... couldnt even get that working.
    So could someone explain it to me like Im a 5 year old... how to take a XML file, import it, place it in a table and have the data actually show up in the table.
    thanks,
    brian

    Are you sure you want to use XML with tables for this? No doubt importing XML into tables is useful for some specialized tasks, such as importing formatting information inside the XML itself, but for most of the familiar tasks that XML excels at, tables are neither necessary nor useful.
    In my (limited) experience, if the XML elements are well-differentiated, by which I mean different types of data have their own distinctive tags, then the special powers of XML can be exploited more fully using the more familiar tagged text, nested tags etc. in ordinary text frames using paragraph breaks, tab characters, etc. to achieve a suitably "tabular" finished appearance.
    If you must import XML into tables, I recommend Adobe's own PDF "Adobe InDesign CS3 and XML: A Technical Reference" availabe here:
    http://www.adobe.com/designcenter/indesign/articles/indcs3ip_xmlrules.pdf
    It sounds very daunting -- the words "technical reference" make me shudder -- but actually it's very readable and not very technical at all. Some nice pics and everything!
    Jeremy

  • Importing records into a table from one server to another server

    I have two servers running Oracle Portal, these two servers are not connected at all. I need to export the records from one table on server one into a table (defined exactly the same) on server two.
    How do I go about this? I know that I can query the rows and extract the information into HTML, Excel or ASCII on server one… can I use one of these query outputs to somehow import into the table on server two?
    Is there another method to accomplish this operation that I've overlooked?
    Thanks in advance.

    Export and Import are standard Oracle Database Utilities
    with 9i version you can use simple export-import
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm#SUTIL001
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch02.htm#1656
    or use with 10g a faster type of export-import
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_export.htm#i1007466
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_import.htm#i1007653

  • Import individual dimensions/fact tables or use views!

    Hi,
    Just a quick question to establish if there is a difference between importing a view that has been created based on our dimensional model or should we import the individual tables i.e. dimensions & fact table
    Many thanks,
    Rhys

    Thank you both for your responses.
    I am fairly new to dimensional modelling & DW and was just curious.
    My instinct is to use the dimension & fact tables as opposed to views but I was just wondering what sort of circumstance would benefit by using one approach or the other??
    In our first steps we have modelled a fairly simple process, imported the model and displayed the data on our dashboards and this worked just fine.
    Regards,
    Rhys

  • Can't import CD into ITunes - Windows 7 error

    Tried to import CD into Itunes on VAIO laptop, using Windows 7. Get the following message "Itunes has stopped working. Windows is looking for a solution. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." Have no problem importing on another computer using Windows 2000. Very frustrating. Any suggestions?

    First we should check the precise version number of your iTunes. In iTunes, go "Help > About iTunes" and wait for the version number to scroll up from the bottom of the screen.
    Do you have a version 10.1.0.54 ? If so, upgrade to a higher version as per the following document:
    [iTunes 10.1 for Windows: iTunes may stop working and need to quit while importing or syncing audio|http://support.apple.com/kb/TS3591]

Maybe you are looking for

  • Iphoto not working after updating new iPhoto

    Can anyone help. I just updated my iphoto and now its not working. here is the mess. This is after I had a problem with the new iphoto. Thanks Process:         iPhoto [1898] Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto Identifier: 

  • Customised xpath expression for does not contain

    Hi folks, Is there a customised symbol for xpath expression for "does not contain" . cant seem to find it in the xpath operators. Thanks Pratichi

  • OK this is weird- like Gremlins weird- Images removed from vault

    On the drive where my main A3 library lives- NOT on the drive where my vault lives- I just found an "Images removed from vault" folder. It's 36.55GB and contains images that I did not delete from my library. It gets weirder: those images are not gone

  • Intermittent connection with Apple Modem v.60

    I upgraded my system with an extra 512 Ram and a Sonnet processor. Everything ran fine, though I noticed problems with my dial-up, immediately after installing Leopard. It got worse after I downloaded the 2 Mac updates for leopard. Now, I cannot get

  • Problems opening Captivate 5 file

    I have Captivate 4 and I am trying to open a Captivate 5 file.  I keep getting the error Exception in module EDOMParseError converter.dll at 00100DDC.  What does this mean and how do I open this file? Thanks