BW I need join (unite) Text1 whit Text2

Hi gurus
I request your help I have a infoobjeto characterics
General:
Length:5
Master Data Text:
Enabled
Whit Texts
Short Texts exists
Medium length exists
long texts
My file brings
ID text1 text2
text2 not the show in my portal as I can unite text1 + text2?
please help
Thanks

Long Texts in SAP BW: Displaying in BEx Analyzer. Introduction to Excel Workbooks Formatting. Part II.
Long texts in SAP BW: Modeling

Similar Messages

  • Error in asfn(rs[[i]]) : need explicit units for numeric conversion

    Hi
    I am using the sqldf package in R to do some joins of my data table as follows:
    p1<-sqldf("SELECT t3.* FROM p as t3 JOIN (SELECT userid, MAX(type) as LastActivityType FROM p GROUP BY userid) t4 ON t3.userid = t4.userid AND t3.type = t4.LastActivityType")
    However , I am getting the error mentioned in the subject line
    The error doesn't appear  when I change the column names from t3.* and limit it to a subset of column names ( t3.userid, t3.LastActivity....).
    Surprisingly though, I have another similar sql script in the same code block which runs just fine.
    My code runs fine in RStudio, so I guess there's some incompatibility with the Azure environment somewhere. For reference, the sqldf package and its dependencies (imported separately as a zip) is compatible with R  3.1.2
    Can someone help me solve this? 
    Thanks in advance!!

    Hi AK
    Thanks for the quick response 
    So I checked the following:
    1) Downloaded the dataset from AML from the step just previous to where my sql script appears, fed it into RStudio with stringsAsFactors=FALSE and thereupon ran the sql script. It works without any issues. It works fine if I dont set stringsAsFactors
    as false as well
    2) Checked the CRAN documentation on the sqldf package, it mentions that the package is valid for versions>=R3.1.0
    3)All 4 dependencies were included. Only one was preinstalled. The output log says: 
    warning: package 'proto' is in use and will not be installedso I removed the package 'proto' just in case it was causing trouble.Nothing Works :/I am pasting the output log, could you have a look and see if I am missing anything obvious?Thanks a ton!UpasanaOutput Log:Record Starts at UTC 11/27/2014 07:38:27:
    Run the job:"/dll "ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.MetaAnalytics.RDataSupport.ExecuteRScript;Run" /Output0 "..\..\Result Dataset\Result Dataset.dataset" /Output1 "..\..\R Device\R Device.dataset" /dataset1 "..\..\Dataset1\Dataset1.csv" /bundlePath "..\..\Script Bundle\Script Bundle.zip" /rStreamReader "script.R" "
    Starting process 'C:\Resources\directory\275cc759e61f4dbf889cde5e5cba0835.SingleNodeRuntimeCompute.Packages\AFx\5.1\DllModuleHost.exe' with arguments ' /dll "ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.MetaAnalytics.RDataSupport.ExecuteRScript;Run" /Output0 "..\..\Result Dataset\Result Dataset.dataset" /Output1 "..\..\R Device\R Device.dataset" /dataset1 "..\..\Dataset1\Dataset1.csv" /bundlePath "..\..\Script Bundle\Script Bundle.zip" /rStreamReader "script.R" '
    [ModuleOutput] DllModuleHost Start: 1 : Program::Main
    [ModuleOutput] DllModuleHost Start: 1 : DataLabModuleDescriptionParser::ParseModuleDescriptionString
    [ModuleOutput] DllModuleHost Stop: 1 : DataLabModuleDescriptionParser::ParseModuleDescriptionString. Duration: 00:00:00.0050545
    [ModuleOutput] DllModuleHost Start: 1 : DllModuleMethod::DllModuleMethod
    [ModuleOutput] DllModuleHost Stop: 1 : DllModuleMethod::DllModuleMethod. Duration: 00:00:00.0000572
    [ModuleOutput] DllModuleHost Start: 1 : DllModuleMethod::Execute
    [ModuleOutput] DllModuleHost Start: 1 : DataLabModuleBinder::BindModuleMethod
    [ModuleOutput] DllModuleHost Verbose: 1 : moduleMethodDescription ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.MetaAnalytics.RDataSupport.ExecuteRScript;Run
    [ModuleOutput] DllModuleHost Verbose: 1 : assemblyFullName ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca
    [ModuleOutput] DllModuleHost Start: 1 : DataLabModuleBinder::LoadModuleAssembly
    [ModuleOutput] DllModuleHost Verbose: 1 : Trying to resolve assembly : ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca
    [ModuleOutput] DllModuleHost Verbose: 1 : Loaded moduleAssembly ExecuteRScript, Version=5.1.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca
    [ModuleOutput] DllModuleHost Stop: 1 : DataLabModuleBinder::LoadModuleAssembly. Duration: 00:00:00.0067974
    [ModuleOutput] DllModuleHost Verbose: 1 : moduleTypeName Microsoft.MetaAnalytics.RDataSupport.ExecuteRScript
    [ModuleOutput] DllModuleHost Verbose: 1 : moduleMethodName Run
    [ModuleOutput] DllModuleHost Information: 1 : Module FriendlyName : Execute R Script
    [ModuleOutput] DllModuleHost Information: 1 : Module Release Status : Release
    [ModuleOutput] DllModuleHost Stop: 1 : DataLabModuleBinder::BindModuleMethod. Duration: 00:00:00.0106972
    [ModuleOutput] DllModuleHost Start: 1 : ParameterArgumentBinder::InitializeParameterValues
    [ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos count = 5
    [ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[0] name = dataset1 , type = Microsoft.Numerics.Data.Local.DataTable
    [ModuleOutput] DllModuleHost Start: 1 : DataTableCsvHandler::HandleArgumentString
    [ModuleOutput] DllModuleHost Stop: 1 : DataTableCsvHandler::HandleArgumentString. Duration: 00:00:13.1522942
    [ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[1] name = dataset2 , type = Microsoft.Numerics.Data.Local.DataTable
    [ModuleOutput] DllModuleHost Verbose: 1 : Set optional parameter dataset2 value to NULL
    [ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[2] name = bundlePath , type = System.String
    [ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[3] name = rStreamReader , type = System.IO.StreamReader
    [ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[4] name = seed , type = System.Nullable`1[System.Int32]
    [ModuleOutput] DllModuleHost Verbose: 1 : Set optional parameter seed value to NULL
    [ModuleOutput] DllModuleHost Stop: 1 : ParameterArgumentBinder::InitializeParameterValues. Duration: 00:00:13.1845731
    [ModuleOutput] DllModuleHost Verbose: 1 : Begin invoking method Run ...
    [ModuleOutput] Microsoft Drawbridge Console Host [Version 1.0.2108.0]
    [ModuleOutput] [1] 56000
    [ModuleOutput]
    [ModuleOutput] The following files have been unzipped for sourcing in path=["src"]:
    [ModuleOutput]
    [ModuleOutput] Name Length Date
    [ModuleOutput]
    [ModuleOutput] 1 sqldf_0.4-10.zip 71667 2014-11-21 11:38:00
    [ModuleOutput]
    [ModuleOutput] 2 chron_2.3-45.zip 107752 2014-11-21 11:38:00
    [ModuleOutput]
    [ModuleOutput] 3 DBI_0.3.1.zip 153831 2014-11-21 11:38:00
    [ModuleOutput]
    [ModuleOutput] 4 gsubfn_0.6-6.zip 348505 2014-11-21 11:38:00
    [ModuleOutput]
    [ModuleOutput] 5 proto_0.3-10.zip 458519 2014-11-21 11:38:00
    [ModuleOutput]
    [ModuleOutput] 6 RSQLite_1.0.0.zip 1211130 2014-11-21 11:38:00
    [ModuleOutput]
    [ModuleOutput] Loading objects:
    [ModuleOutput]
    [ModuleOutput] port1
    [ModuleOutput]
    [ModuleOutput] [1] "Loading variable port1..."
    [ModuleOutput]
    [ModuleOutput] package 'gsubfn' successfully unpacked and MD5 sums checked
    [ModuleOutput]
    [ModuleOutput] Loading required package: proto
    [ModuleOutput]
    [ModuleOutput] [1] TRUE
    [ModuleOutput]
    [ModuleOutput] package 'DBI' successfully unpacked and MD5 sums checked
    [ModuleOutput]
    [ModuleOutput] [1] TRUE
    [ModuleOutput]
    [ModuleOutput] package 'RSQLite' successfully unpacked and MD5 sums checked
    [ModuleOutput]
    [ModuleOutput] [1] TRUE
    [ModuleOutput]
    [ModuleOutput] package 'sqldf' successfully unpacked and MD5 sums checked
    [ModuleOutput]
    [ModuleOutput] [1] TRUE
    [ModuleOutput]
    [ModuleOutput] Loading required package: tcltk
    [ModuleOutput]
    [ModuleOutput] Error in asfn(rs[[i]]) : need explicit units for numeric conversion
    [ModuleOutput]
    [ModuleOutput] In addition: Warning messages:
    [ModuleOutput]
    [ModuleOutput] 1: In strptime(x, format, tz = tz) :
    [ModuleOutput]
    [ModuleOutput] unable to identify current timezone 'C':
    [ModuleOutput]
    [ModuleOutput] please set environment variable 'TZ'
    [ModuleOutput]
    [ModuleOutput] 2: In strptime(x, format, tz = tz) : unknown timezone 'localtime'
    [ModuleOutput]
    [ModuleOutput] 3: package 'gsubfn' was built under R version 3.1.2
    [ModuleOutput]
    [ModuleOutput] 4: package 'DBI' was built under R version 3.1.2
    [ModuleOutput]
    [ModuleOutput] 5: package 'RSQLite' was built under R version 3.1.2
    [ModuleOutput]
    [ModuleOutput] 6: package 'sqldf' was built under R version 3.1.2
    [ModuleOutput]
    [ModuleOutput] 7: In strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
    [ModuleOutput]
    [ModuleOutput] unknown timezone 'localtime'
    [ModuleOutput]
    [ModuleOutput] DllModuleHost Stop: 1 : DllModuleMethod::Execute. Duration: 00:02:41.0341394
    [ModuleOutput] DllModuleHost Error: 1 : Program::Main encountered fatal exception: Microsoft.Analytics.Exceptions.ErrorMapping+ModuleException: Error 0063: The following error occurred during evaluation of R script:
    [ModuleOutput] ---------- Start of error message from R ----------
    [ModuleOutput] R script execution failed. Please click on "View Output Log" in the properties pane for full details.
    [ModuleOutput] ----------- End of error message from R -----------
    Module finished after a runtime of 00:02:41.1766291 with exit code -2
    Module failed due to negative exit code of -2
    Record Ends at UTC 11/27/2014 07:41:12.

  • I have a line drawing (black on white paper) i have scanned and need to make the white paper transparent, maintaining the line drawing, can i and then HOW can i do this in PS?

    i have a line drawing (black on white paper) i have scanned and need to make the white paper transparent, maintaining the line drawing, can i and then HOW can i do this in PS? this is for my business logo. ive used it for years but with a solid background. id like to have it just be the drawing over my photos with a transparent background.

    First let me apologize for posting a reply that was only suitable for advanced users.  Photoshop is broad and powerful therefore has a huge learning curve.  In fact I would state no one knows and uses all of Photoshop.  When we first get Photoshop it intimidate us and we're very uncomfortable using it.  Many thing are not intuitive there in much learning involved.  After some time we begin to know something and we are able to do some thing.  Learning become rapid and we start playing in Photoshop.  It is very important to play with Photoshop.  Playing with Photoshop and asking for help with in forums like this IMO is the best way to learn. 
    Photoshop Power lies in layers, selection and automation.  However it takes knowledge to use photoshop well so most powerful tool you have ins Photoshop is the gray matter between your ears.  Most at one time or another want to watermark or put a logo on their image.  So its best to automate this process. All run into a problem in the process. "Size"  We find our assets vary in size and aspect ratios. Landscape, Portraits, Panoramas and others. This complicates automation.  Vector graphics works best when size vary greatly.  If you can not work out how to create a vector solution like a custom shape.  Create your Logo and watermark large thing scale down better the up. Text scale well for text uses vectors graphics however if you rasterize text it will not scale well.
    I do not type or do English well so let me do some screen captures.  I can not stress enough how important Black, White, Grays and Blending is when it come to image processing.  Become friends with Multiply, Screen, Overlay and Luminosity blending.....
    However when there is a white or black background though you can blend them you can not add a style like a drop shadow, emboss or make it invisible setting fill to 0 so only the style is visible.  When there is contrast between the logo and background it is easy to separate the two. To select the background and delet it to have the logo with a transparent background.  Many tools can be used to create the selection hee I use my action kill white.
    Vector Shape would work better for scaling However it would be best to create the logo from scratch in a vector program like illustrator but I never had the resources to justify the Creative suite. I only had Photoshop.  Recently Adobe gave me and other a year subscription to the creative suite for our participation here.  I still have not installed anything but Photoshop,  A while back I found a program that can create vector patf for black and white art work.  It will not be as good as using something like illustrator. However vector paths can be edited in Photoshop and cleaned up some. Here is the PSD it 13MB because od the gradient http://www.mouseprints.net/old/dpr/AmPm24-7.psd

  • What is the type of cable do i need for a macbook white to connect to a hdmi cable?

    what is the type of cable do i need for a macbook white to connect to a hdmi cable? This is quite a problem since macbook white is not in production anymore.

    First we need to know which one of the 9 different models of MacBook you have. To see which model you have go to the Apple in the upper left corner and select About This Mac, then click on More Info (and then System Report if you’re running 10.7 Lion or 10.8 Mountain Lion). When System Profiler comes up check the Model Identifier and post it back here.
    The Late 2008 model 5,1 Aluminum Unibody and the Late 2009 model 6,1 and Mid 2010 model 7,1 White Unibody have a Mini DisplayPort. The Early 2006 model 1,1 through Early 2008 model 4,1s plus the Early and Mid 2009 model 5,2s have Mini-DVI ports. Each would take a different adapter to connect with the TV.

  • I need join Apple Premium Reseller Store

    hello nice day
    ineed mail i need responsible for Apple Premium
    becuse i need join Apple Premium Reseller Store
    thank you

    Do you mean you are looking for a job? Start here (though this page is aimed at people in the USA - whether there is an equivalent for your country I don't know):
    http://www.apple.com/jobs/us/index.html

  • Need Multiple Units of Measure for a given material due to multiple vendors

    Hello,
    We have a requirement where we must have multiple units of measue (each, box, case, pallet) for a given material.
    Background:
    We have multiple vendors for one SAP material number. We need to store 4 levels of units of measure for each vendor+material combination.
    Unit of Meaure levels
    1. Each
    2. Innerpack (ex: 12 each = 1 innerpack)
    3. Box (ex: 36 eaches = 1 box)
    4. Pallet (ex: 100 eaches = 1 pallet)
    Standard SAP allows in MM01 additional data --> Units of Measure only 1 Ea, Box, Plt, etc.
    Our requirement is to allow multiple Units of Measure due to multiple vendors providing the same material.
    So, our unique combination is by a Material+Vendor.
    We are considering adding the vendor name and vendor number to the material master --> additional data --> Units of Measure tab.
    Does this seem like a good solution? What impacts do you foresee with approach?
    Any alternatve solutions?
    We thought we could enhance the purchasing info records to allow multiple units of measure too but then we need to also add many fields to hold the weight, lenght, height, width, volume, country of origin, etc.
    Please recommend a best practice or solution to handle this requirement.
    Thanks in advance!!!

    Hi,
    Maintain the alternative units in Material Master in Additional Data -> Units of Measure section with proper conversion factors.
    Create individual info-records i.e. per mtl-vendor combination & in the info-record maintain the order unit, along with other details as required.
    Now when you create a PO, the details will be read from the info-record. To test the same, create them in your sandbox & see if it meets your requirement.
    Hope the above clarifies your query.
    Regards,
    Vivek

  • Need Organization unit addrress?

    I need to get the city of a organization unit. I have the organization unit id but i am not sure in which table the address is stored.
    If someone could tell me in which table it is stored or a FM from which i can get address of a organization unit id, that will be very helpful.
    Thanks

    Hi
    In Table HRP1028 all the data related to the object type addresses get stored.Here u can store the Org unit address with city.
    Thanks
    Sheetal

  • Need help getting all white background for jewelry pics and resizing help for my website

    Can someone please help me?  I'm completely new to photoshop and I have elements 12 and I need to make the background all white for my jewelry photos.  I have googled instructions but a lot of my jewelry has chain in it so it's hard to select, erase etc.  I have no idea what I'm doing.  I also need to resize my photos to 400x400 but when I do they distort.  Someone told me I can collect the background color and then resize the canvas but again I'm a complete newbie and none of this makes any sense to me.
    Thank you

    no worries.
    you mentioned that you have tried a number of driver packs, to no avail.
    can you confirm if you've tried this: http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS012809
    ThinkPad 2x2 11a/b/g/n Wireless LAN PCI Express Half Mini Card Adapter for Windows 7 (32-bit, 64-bit), Vista (32-bit, 64-bit) and XP
    found in the X120e driver matrix, here: http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&DocID=HT072377
    cheers.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

  • Please I can't solve this!!! - I have an image that i need to blend into white for printing on a window foil. Where can I upload it to show what i mean?

    How can I bland out the dark blues and get the effect that are on bye right image. In the illustration I have bladed it in lighten, but I need to make the same result where the transparency part is white - because the prater that prints on the window foil doesnt print white.

    I had some difficulty understanding what you had written but I think this is what you had in mind.
    To get this result:
    1. Go to Channels and choose the Green channel. Drag it down to the Create New Channel symbol to create Green Copy.
    2. Use curves to increase the density of the low end of the tonal scale. The result will look like this, except that it will include white circles.
    3. To turn the white circles black, choose the Magic Wand with the Contiguous box in the Options bar unchecked and click on one of the circles. All of them will be selected,
    4. Choose Select > Modify > Expand and expand the selections by 2 pixels. Then go to Edit > Fill and fill with black. It now looks like the illustration above.
    5 . Go to Layers and trash the lock on the Background. Add a layer below it and fill it with white.
    6. Return to the Channels panel, choose Green Copy and Select > All
    7. Return to the Layers panel, choose the image layer and click on Add Layer mask.
    8. Option click on the mask in the Layers panel. The image area will go white. Edit > Paste and the Green Copy Mask will be inserted in the mask.
    9. Click on the eye in the Layers panel to see the completed work. Seen below
    10.  Last, increase the highlight contrast in the mask to increase the density  of the green image.
    The final layers panel will llok like this:

  • Needed program unit to translate number as currency to string

    HI All,
    Can you please tell me if there is existing program unit that i can use to translate number as currency to string
    Ex:
    i have numbeer like 110.5 and currency code EGP
    i need the program unit to return
    Only One Hundred Ten Egyptian Pound (s) and Fifty Piaster (s)
    for ococourse if the EGP is USD it'll return dollar instead of egyptian pound
    Thanks you

    Yeah i already did so and i got the function and used it my problem just in the currency translation for decimals
    that means when i need to translate 100.5 EGP
    one hundred Egyptian Pounds and fifty piasters
    i can now translate to one hundred Egyptian Pounds and fifty but what about the piasters
    i think i had to create a table that contains a currency code and the corresponding currency translation piasters , cents , ...etc
    so i think i'll have to search on google about the currency transaltion for the decimal point currency i hoped there is a tabke in the e-business suite contains it as it exists for the currency code

  • Help: I need join files .fla

    Hi!
    We are a group of beginners flash developers, and we are making a first game, but we are working in a part each one. So we need to know how we can join the differents files .fla that we are making in only one file .fla ¿is it possible? Please if somebody can help us we are very grateful. And if it is possible as soon as you can, better!
    Thanks!!!

    I don't know of an automated way to do this but you could simply select all the layers from each file in turn and copy (ctrl-alt-C) and paste (ctrl-alt-V) them into a new file.  To be safe it would probably be a good idea to create a new scene for each pasted timeline.  Then you'd just have to copy all your exported movie clips if any of them don't appear on the timeline (highlight them in the library then ctrl-C to copy) from each file into the new one (click in the library, ctrl-V to paste), and that should be everything.
    -David

  • Need Sample Unit Test Plan templates for SD

    Hi Experts,
    I am in need of some SD unit test plan templates used in any of your implementations.
    Pls Help.

    Dear Preethi
    As already expressed, you are asking the confidential document which nobody would like to share.
    However, AS-IS will be prepared by Core team people and your duty is to go through the process in depth.
    May be the AS-IS from SD purview, I can list as an example as how it should be
    The excel sheet of AS-IS header tabs will have to contain the following header tabs
    -  Scenario like Exports, Domestic etc,
    -  Under this scenario, Groups like OE, Aftermarket, Stock Transfer etc.,
    -  Under this Groups, Process like Business Plan, Scheduling, Preshipment activities, Post shipment activities etc.,
    -  Finally this process has to be break down into a detailed list of activities.
    So you have to go through these process in detail.
    As for as testing is concerned, there is no need to check the customer master.
    All you have to do is to carry out all standard T.Codes like order creation, create delivery, PGI, Billing and Excise Invoice.  Again try to cancel all documents from billing to sale order and ensure that you are able to cancel those documents.  Check for the FI implication on the COGS and material cost.
    Also while testing, you can also check whether you are able to create one delivery against multiple sale orders and one invoice against multiple deliveries.  If not successful, analyse the reason for split, maintain the required datas in masters and retry the process.
    thanks
    G. Lakshmipathi

  • Palm TX replacement unit has white screen issues even after hard reset

    I hope somebody can help me find a solution.
       I was a happy Palm OS user since the early days of Palm III.  After a Palm III and a V, had a Sony Clie that lasted a long time, but finally pooped out, went to a Z22 and broke the screen, then almost but not quite a year ago (in warranty, supposedly), purchased a Palm TX.  Worked great for a while but ended up with a unit I couldn't turn on or off because the power switch had died.  Worked around that by keeping the sync cord in and powering on by pushing the button and then canceling.  Finally sent it in for in-warranty repair.  Got back a new-to-me unit.  
       This worked fine for almost a month, then it started (with no new software or usage patterns) to have blank screen issues.  To solve this I have tried many things.  Soft resets, hard resets, leaving it to fully run out its battery for weeks at a time.  Nothing works; it continues to go blank on me.  In addition, the sound is strange and screechy when it beeps (e.g. accepting time zone after reset).  I bought the TX in the US when I was home for a visit last July, but am living in the Netherlands currently.
       I contacted the Palm repair center in the UK that replaced my original unit; they said would pass on word of my troubles to Palm and Palm should contact me, otherwise to e-mail them.  They haven't.  I can't find an e-mail address for to explain all of this to anyone with any power to help me.  I have tried to use the Palm support website to solve this problem, but neither the original serial number or the serial number of the replacement unit I have now is showing up as eligible for warranty repair.  I have tried to call the US Palm support number (http://kb.palm.com/wps/portal/kb/common/article/47005_en.html#howservice), but I get "calling is temporarily unavailable."  When I click "here" when asked "If you wish to query the warranty status of your handheld, or would prefer to arrange a repair through our Technical Support service, click here" (https://www.euroservice.palm.com/repair_entry/NLD/EE) I end up on a page that says simply "Please Enter the Source Url."  I am hesitant to supply credit card information for an issue that, if it can't be covered under warranty (which I think it should be, since I'm still within the original 12 month warranty period), I may well abandon.
        I am very frustrated in trying to get this fixed.  I am disappointed in the dwindling support for a PDA (that is not a phone) with Palm OS.  Since I am living (though not comfortably or well) without my calendar, address book, alarm, reader, dbs, cookbook, checklist, etc., I am seriously considering leaving the Palm OS.  My preference is to get this fixed, and my idea nearly a year ago was to ride the Palm OS until it disappeared completely (subsumed into phones anyway), but my problems have discouraged me to the point that I am wondering if this is my end.
       Does anyone have a suggestion?
    Post relates to: Palm TX
    This question was solved.
    View Solution.

    Thanks for your help!
    I don't know how to tell for certain if this is a US or a UK device, but it looks identical to the one I bought in a store in Seattle, and the first five and the last two num/letters of the serial number are identical.  I do know that when I sent it in originally for the power button failure, that the Palm repair center understood that it was a Palm purchased in the States.  Their description of the goods received is "Palm TX , US and ML" so it seems apparent that they knew it was a US device and rather than refusing to repair it, they had me send it to them.  And when my repair was returned, the repair details list "unit exchange" and type of unit is again listed as Palm TX US & ML.
    Well, regardless, I appreciate your pointing me in the right directions to someone who can help me.
    Ironically, I am no longer having the same issues with the Palm.  The latest round of letting the power run out after a hard reset and sit for a few weeks seems to have "fixed" it.  At least, I have been trying to break it (by using it) without success.  Recharged it, synced it, checked and sent mail with it, used all the programs I used to, and I haven't had a white screen in the past few days.  Hope my luck continues, but I don't trust it.  All hail frequent syncing.
    Thanks again. 

  • NEED HELP!! White screen with ticking clock! cannot connect to OS 6.

    I noticed my curve 8900 was frozen on the white screen with the same ticking clock. It evolved from the frozen screen to sudden blackscreens and the flashing red light. I was looking for some answers on the forums. People seemed to point out to OS 6 and to try  backing up and reseting. Thing is I CAN connect to the blackberry desktop software but because my phone is off meaning the black screen keeps coming up with the red lights, so I CANNOT acces all the applications and files..... Can anyone shed some light? I know this may be a common issue but I could'nt find a solution. Thanks

    Hi alexonline,
    Welcome to BlackBerry Support Community Forums.
    Try following this KB article to reload your device software. You may need to allow up to 10 minutes for it to be detected by the Desktop Manager. http://bbry.lv/aPab3B
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • What do I need to connect my white macbook to my TV and get audio?

    I have Macbook 6,1. Upgraded with a OS X Lion 10.7.2.
    I have bought the Kanex Mini DisplayPort to HDMI cable with aduio support. I have been successful in hooking it up, to allow the display to work but I can not seem to get audio. I have found through research, that this might be because my macbook is too old, and does not have the correct hardware to send audio through this cable......is there a secondary cable that I can get to connect my audio?

    If you have the Late 2009 model 6,1 White Unibody with the MiniDisplay Port there is an adapter that can combine video and audio to HDMI.
    http://www.monoprice.com/products/product.asp?c_id=104&cp_id=10428&cs_id=1042802 &p_id=5969&seq=1&format=2

Maybe you are looking for

  • Cannot deploy app files to j2ee engine in NWDS

    Hi,   I`ve got NWDS ver. 2.0.15 and I am trying to deploy some files to app server but I got message Cannot determine sdm host (is empty). Please configure your engine/sdm correctly ! I am almost 100%  it`s because I need to use proxy to connect the

  • How to set two different welcome-file to different servlets in web.xml

    Hi friends, Can some one help with web.xml file I have to different servlets in applications. I want to set two different welcome files for my two different servlets in web.xml Please, can some one give me sample code to achieve this. Here web.xml co

  • Sending email with excel file as an attachment

    Hi, In my procedure I am creating one excel file and keeping that excel file in one location as specified in UTL_FILE_DIR.Now my requirement is to pick that excel file from that path and send it as an attachment through an Email. Can anyone please gi

  • Currency scaling

    Hi! The queries are showing different values from the Cube.The values are showing scaled. For example, in the query I've got $155 and in the Cube $155000. The key figure are not scaled in the Query Designer. I have this issue in all queries with curr

  • Some Sales Doc No are missing in the CUBE.

    Hi Experts, The issue is , Data is coming from R/3 syatem to BW. Everyday data comes to BW. But the problem is, when I am compairing Some recocords are missing in BW ( CUBE ). I searched by the SALES DOCUMENT NO. Now I need to find the reason behind