Unable to import full CSV

Hello,
I have a CSV File with a bit more then 320.000 Rows.
A Table which should store the Rows.
I guess enough Harddisc to load.
A HANA 1.00.68.384084
My Control file looks like this:
IMPORT DATA
INTO TABLE "KTH"."MyTable"
FROM '/cloudfolders/mycsv_utf.csv'
  RECORD DELIMITED BY '\n'
  FIELDS DELIMITED BY ','
  OPTIONALLY ENCLOSED BY '"'
ERROR LOG '/cloudfolders/mycsv_utf_error.txt'
I call the Controlfile from HANA Studio with the following Command:
IMPORT FROM CONTROL FILE '/cloudfolders/my_control_file.ctl'
WITH
  THREADS 10
  BATCH 10000;
260.000 Rows are well imported.
A Error File "mycsv_utf_error.txt" get created (With wrong permissions?)
But the errorfile keeps empty (0 Byte). Also when I try to CMOD the File to 777 and re-run the Load Command.
I need to know which rows cause the error to solve the Problem (Data / Table / ...)
Any Idea?
Regards,

Hello,
here are some more information about the Problem on importing CSV:
1. Rows with Error:
Because I can't get any Error Messages (See below) I Try to find the Error with excluding the Rows until I found the Row with Error.
The Following in the CSV coused an Error:
Testnumber,Texttextfield
1, "Sampletext"
2, "This is a ""TEXT"" with quotes"
The Quotation in Texts are not accepted ...
THis is - as I see - not Conform with RFC 4180 (RFC 4180 - Common Format and MIME Type for Comma-Separated Values (CSV) Files) See Chapter 2.7:
must be escaped by preceding it with
  another double quote. For example:
  "aaa","b""bb","ccc"
2. Error Log:
This theme is not solved jet.
My Controlfile looks like this:
IMPORT DATA
INTO TABLE "KTH"."MyTable2013"
FROM '//csv_xchange/myfile_2013_1000_rows.csv'
  RECORD DELIMITED BY '\n'
  FIELDS DELIMITED BY ','
  OPTIONALLY ENCLOSED BY '"'
ERROR LOG '/csv_xchange/myfile2013_utf_1.txt'
The CSV File gets imported and Rows with errors gets omited - but without noting an Error in the Error Log File.
The Error Logfile gets created in the correct Folder but keeps empty.
I try also to set the Rights of the File and of the Whole Folder to 777 with no change.
The Parent folder looks like this:
The Filesetting looks like this:
I dont see any solution anymore to solve this.
The HANA Version is as following:
Does anybody has the same Problem?
Does anybody have an Workarround for the Quotation Problem and/or the not written Error Log?
Regards,
Mansur Esmann i.R. of Thomas

Similar Messages

  • Unable to Import Unicode (csv) file to BlackBerry Bold 9700

    Hi all
    I'm facing some problems with my new BlackBerry Bold 9700. I have Nokia mobile, I exported my contacts using PC-Suite 7. The exported file includes Arabic characters, so the charset used was in Unicode. I've changed the heading for important fields (and removed others) so that they will match with BlackBerry. I imported the file with "BlackBerry Desktop Manager" using "Synchronize" feature. The import was successful, but the charset was  in wrong format (just like viewing html page with different codepage!) it was like garbage!
    Anyhow, I tried to export, as an example, one contact from my BB and I included Arabic text, when I exported the contact list as (csv) I received a "?????"!!! I then imported the same file with "Synchronize" and strangly it did import and accepted the "?????" and displayed the actual Arabic text as a substitution.
    How come BB don't support Unicode?! Is there anyway I can import my contacts from Nokia?
    I appreciate any kind of help, hints or tips, thanks in advance...
    BlackBerry Bold 9700
    v5.0.0.442 (Platform 5.1.0.121)
    Regards
    Hashem

    I guess, the only option that can help in such situation is to use Outlook Express!
    This is how I managed to do it:
    1. Sync between Nokia PC-Suite and Outlook Express
    2. Sync between BB Desktop Manager and Outlook Express
    3. Done
    or
    1. Sync between Nokia PC-Suite and Outlook Express
    2. Export from Outlook Express as an address book (WAP) to use it on other machine
    3. Import to Outlook Express (you can use Address Book from Accessories)
    4. Sync between BB Desktop Manager and Outlook Express
    5. Done
    Regards
    Hashem

  • Unable to import video frompanasonic VDR-D105 DVD video camera to imovie HD

    Trying to import my video from my dvd camera but imovie can not find camera. When I connect the firewire the camera locates DVD player software and allows me to play it on my computer, but not able to import to imovie. DVD Player allows my to clip my video but does not allow me to transfer of save it on my computer.
    If I'm unable to import, Is there a work around to get my video in imovie, say quicktime?
    I am using imovie HD 6.0.3.

    Hi S
    1. DVD-Cameras are for playback - not to be edited from.
    iMovie, FinalCut Express and Pro works with miniDV tape Cameras
    This course DVD and hard disk Cameras compact info to medium BUT in
    a destructive way. You can't get full quality back to be edited.
    miniDV also compacts to tape BUT Non-destructive = full quality to Mac.
    2. Does Your Camera really have FireWire. Most probably You are using
    the USB-cable that was delivered with Your Camera. FW is buy extra.
    Best solution - though sour. Change Camera
    If this isn't an option You'll have to back convert to streaming DV that iMovie
    and FCE/P understands.
    - Converting programs like may be:
    MPEG Streamclip converts from mpeg-1 to whatever you like (within reason).
    QuickTime MPEG-2 Playback Component
    or
    via analog out on Camera via an A/D-box to FW to Mac.
    Non is a good way though.
    Yours Bengt W

  • Import a CSV file into specific cells

    Hello,
    I have created a simple Numbers template and I want to import a csv file with its values entering specific cells in an automated way.
    I think the best way to automate this process would be an AppleScript that does the following:
    Selects the csv file;
    Parses the values inserting them into the the Numbers template i.e. value1 to cell B2, value2 to cell B3 etc.
    Unfortunately I know very little about AppleScript, does anyone have any experience in this area that they could pass on?
    My idea would be to place the csv values in an array, and loop through the array entering the values in B2, B3 etc.
    Many thanks in advance!
    Dougie

    Here is a script doing the full job in a single call.
    --{code}
    --[SCRIPT csv-to-selected-cell]
    Enregistrer le script en tant que Script : csv-to-selected-cell.scpt
    déplacer le fichier ainsi créé dans le dossier
    <VolumeDeDémarrage>:Utilisateurs:<votreCompte>:Bibliothèque:Scripts:Applications :Numbers:
    Il vous faudra peut-être créer le dossier Numbers et peut-être même le dossier Applications.
    Sélectionner la première cellule du bloc où vous souhaitez insérer les valeurs extraites d'un fichier CSV.
    Aller au menu Scripts , choisir Numbers puis choisir “csv-to-selected-cell”
    Le script demande de naviquer jusqu’au fichier CSV.
    Il en lit le contenu,
    remplace les séparateurs (";" ou ",") par des TABs
    copie les données dans le presse-papiers
    colle dans la table.
    --=====
    L’aide du Finder explique:
    L’Utilitaire AppleScript permet d’activer le Menu des scripts :
    Ouvrez l’Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    Cochez la case “Afficher le menu des scripts dans la barre de menus”.
    Sous 10.6.x,
    aller dans le panneau “Général” du dialogue Préférences de l’Éditeur Applescript
    puis cocher la case “Afficher le menu des scripts dans la barre des menus”.
    --=====
    Save the script as a Script: csv-to-selected-cell.scpt
    Move the newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Numbers:
    Maybe you would have to create the folder Numbers and even the folder Applications by yourself.
    Select the first cell of the block where values extracted from a CSV file must be inserted.
    Go to the Scripts Menu, choose Numbers, then choose “csv-to-selected-cell”
    The script urge you to navigate to the CSV file.
    It read its contents,
    replace the delimiters (";" or ",") by TAB  chars
    copy the datas in the clipboard
    paste in the table.
    --=====
    The Finder’s Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the “Show Script Menu in menu bar” checkbox.
    Under 10.6.x,
    go to the General panel of AppleScript Editor’s Preferences dialog box
    and check the “Show Script menu in menu bar” option.
    --=====
    Yvan KOENIG (VALLAURIS, France)
    2012/01/18
    --=====
    on run
              local dName, sName, tName, rowNum1, colNum1, rowNum2, colNum2, lesValeurs
              my activateGUIscripting()
    Extract parameters describing the target cell *)
              set {dName, sName, tName, rowNum1, colNum1, rowNum2, colNum2} to my get_SelParams()
    Choose the source CSV file *)
      choose file of type {"csv"}
    Get the file’s contents *)
              set lesValeurs to read result
    Grab the delimiter in use *)
              if lesValeurs contains ";" then
              else
              end if
    Replace the delimiter in use by TAB *)
              my remplace(lesValeurs, result, tab)
    Move the 'normalized' datas to the clipboard *)
      set the clipboard to result
    Reset the target cell in case something changed *)
              tell application "Numbers" to tell document dName to tell sheet sName to tell table tName
                        set selection range to range (name of cell colNum1 of row rowNum1)
              end tell
    Paste matching style *)
              my raccourci("Numbers", "v", "cas")
    end run
    --=====
    set { dName, sName, tName,  rowNum1, colNum1, rowNum2, colNum2} to my get_SelParams()
    tell application "Numbers" to tell document dName to tell sheet sName to tell table tName
    on get_SelParams()
              local d_Name, s_Name, t_Name, row_Num1, col_Num1, row_Num2, col_Num2
              tell application "Numbers" to tell document 1
                        set d_Name to its name
                        set s_Name to ""
                        repeat with i from 1 to the count of sheets
                                  tell sheet i to set maybe to the count of (tables whose selection range is not missing value)
                                  if maybe is not 0 then
                                            set s_Name to name of sheet i
                                            exit repeat
                                  end if -- maybe is not 0
                        end repeat
                        if s_Name is "" then
                                  if my parleAnglais() then
                                            error "No sheet has a selected table embedding at least one selected cell !"
                                  else
                                            error "Aucune feuille ne contient une table ayant au moins une cellule sélectionnée !"
                                  end if
                        end if
                        tell sheet s_Name to tell (first table where selection range is not missing value)
                                  tell selection range
                                            set {top_left, bottom_right} to {name of first cell, name of last cell}
                                  end tell
                                  set t_Name to its name
                                  tell cell top_left to set {row_Num1, col_Num1} to {address of its row, address of its column}
                                  if top_left is bottom_right then
                                            set {row_Num2, col_Num2} to {row_Num1, col_Num1}
                                  else
                                            tell cell bottom_right to set {row_Num2, col_Num2} to {address of its row, address of its column}
                                  end if
                        end tell -- sheet…
                        return {d_Name, s_Name, t_Name, row_Num1, col_Num1, row_Num2, col_Num2}
              end tell -- Numbers
    end get_SelParams
    --=====
    on parleAnglais()
              local z
              try
                        tell application "Numbers" to set z to localized string "Cancel"
              on error
                        set z to "Cancel"
              end try
              return (z is not "Annuler")
    end parleAnglais
    --=====
    on decoupe(t, d)
              local oTIDs, l
              set oTIDs to AppleScript's text item delimiters
              set AppleScript's text item delimiters to d
              set l to text items of t
              set AppleScript's text item delimiters to oTIDs
              return l
    end decoupe
    --=====
    replaces every occurences of d1 by d2 in the text t
    on remplace(t, d1, d2)
              local oTIDs, l
              set oTIDs to AppleScript's text item delimiters
              set AppleScript's text item delimiters to d1
              set l to text items of t
              set AppleScript's text item delimiters to d2
              set t to "" & l
              set AppleScript's text item delimiters to oTIDs
              return t
    end remplace
    --=====
    on activateGUIscripting()
      (* to be sure than GUI scripting will be active *)
              tell application "System Events"
                        if not (UI elements enabled) then set (UI elements enabled) to true
              end tell
    end activateGUIscripting
    --=====
    ==== Uses GUIscripting ====
    This handler may be used to 'type' text, invisible characters if the third parameter is an empty string.
    It may be used to 'type' keyboard raccourcis if the third parameter describe the required modifier keys.
    I changed its name « shortcut » to « raccourci » to get rid of a name conflict in Smile.
    on raccourci(a, t, d)
              local k
      activate application a
              tell application "System Events" to tell application process a
                        set frontmost to true
                        try
                                  t * 1
                                  if d is "" then
      key code t
                                  else if d is "c" then
      key code t using {command down}
                                  else if d is "a" then
      key code t using {option down}
                                  else if d is "k" then
      key code t using {control down}
                                  else if d is "s" then
      key code t using {shift down}
                                  else if d is in {"ac", "ca"} then
      key code t using {command down, option down}
                                  else if d is in {"as", "sa"} then
      key code t using {shift down, option down}
                                  else if d is in {"sc", "cs"} then
      key code t using {command down, shift down}
                                  else if d is in {"kc", "ck"} then
      key code t using {command down, control down}
                                  else if d is in {"ks", "sk"} then
      key code t using {shift down, control down}
                                  else if (d contains "c") and (d contains "s") and d contains "k" then
      key code t using {command down, shift down, control down}
                                  else if (d contains "c") and (d contains "s") and d contains "a" then
      key code t using {command down, shift down, option down}
                                  end if
                        on error
                                  repeat with k in t
                                            if d is "" then
      keystroke (k as text)
                                            else if d is "c" then
      keystroke (k as text) using {command down}
                                            else if d is "a" then
      keystroke k using {option down}
                                            else if d is "k" then
      keystroke (k as text) using {control down}
                                            else if d is "s" then
      keystroke k using {shift down}
                                            else if d is in {"ac", "ca"} then
      keystroke (k as text) using {command down, option down}
                                            else if d is in {"as", "sa"} then
      keystroke (k as text) using {shift down, option down}
                                            else if d is in {"sc", "cs"} then
      keystroke (k as text) using {command down, shift down}
                                            else if d is in {"kc", "ck"} then
      keystroke (k as text) using {command down, control down}
                                            else if d is in {"ks", "sk"} then
      keystroke (k as text) using {shift down, control down}
                                            else if (d contains "c") and (d contains "s") and d contains "k" then
      keystroke (k as text) using {command down, shift down, control down}
                                            else if (d contains "c") and (d contains "s") and d contains "a" then
      keystroke (k as text) using {command down, shift down, option down}
                                            end if
                                  end repeat
                        end try
              end tell
    end raccourci
    --=====
    --[/SCRIPT]
    --{code}
    Yvan KOENIG (VALLAURIS, France) mercredi 18 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    My iDisk is : http://public.me.com/koenigyvan

  • Importing a CSV file into AD 2012r2

    Hi Guys
    Just wondering if anyone can help, I am a newbie on scripting and finding it really difficult to understand how to import a csv file into AD
    I have created the CSV file with the following headers, see below but I am unable to write a powershell script to import them into AD which work, I have tried multiple help guides but still cannot do it for the life of me.
    Any help on this would be really appreciated 
    objectClass user
    cn Jo bloggs
    givenName jo
    sn blogs
    mail [email protected]
    sAMAccountname j.blogs
    AccountPassword Pa$$w0rd
    ChangePasswordAtLogon true
    PasswordNeverExpires false
    ou OU=staff,DC=test,DC=com

    Import-Csv C:\User.csv| %{New-ADUser -SamAccountName $_.SamAccountName `
    -UserPrincipalName $_.userprinicpalname `
    -Name $_.name `
    -Mail = $_.mail `
    -DisplayName $_.name `
    -GivenName $_.GivenName `
    -Path "OU=Test Users,DC=XXX,DC=XXX" `
    -PasswordNeverExpires $false `
    -ChangePasswordAtLogon $true `
    -AccountPassword (ConvertTo-SecureString "test41;" -AsPlainText -force) `
    -Enabled $True -PasswordNeverExpires $True -PassThru ` }
    help New-ADUser -Examples
    You can try the below sample code
    Regards Chen V [MCTS SharePoint 2010]

  • I am unable to import photos from iPhone to Mac.

    I am unable to import photos from iPhone to Mac.  The most recently taken photos are not showing up on the screen ready to import as usual.  Any thoughts as to why?

    Remember: we cannot see your machine. There are 9 different versions of iPhoto and they run on 8 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS.  So to get help you need to give as much information as you can. Basic things like :
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For instance: 'iPhoto won't export' is best explained by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted?
    - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • Unable to import Accounts in OIA

    Hi All,
    I'm not sure if this is the right forum for an OIA issue, but here goes:
    I am currently trying to run an import of accounts through OIA 11.1.5.4A.
    My schema file is set up like this:
    # @iam:namespace name="caseone" shortName="caseone"
    EmployeeID,UserID,name<CorrelationKey>,LastName,SAPID,Role,domain,endPoint
    and my caseone_01_accounts.csv file is:
    3181,"USZLJPL","Allison","Samin","NULL","Attorney","one","two"
    3180,"USZLJPD","Marissa","Arowe","NULL","Staff","one","two"
    3179,"USZMVJ9","Melissa","Joaquin","NULL","Paralegal","one","two"
    When I run the import, the results page displays: Success 0 of 3 accounts imported.
    The log details:
    DUPLICATE RECORD     Duplicate account 'null@RBACx@caseone' found during import, applying duplicate action 'keepLast'
    CORRELATION ERROR     No user found for account 'null@RBACx@caseone' [UserName=Melissa]
    My resources are configured in the order specified by the .rbx schema file. What is causing the duplication error?
    Edited by: 966081 on Nov 6, 2012 9:10 AM
    Edited by: 966081 on Nov 7, 2012 2:09 PM

    Hi Daniel,
    Thanks for your response. I tried modifying my settings per your configuration suggestions, and my import/export logs show this exception:
    Exception Level     Exception Type     Description
    ERROR     ATTRIBUTE NOT FOUND     Attribute: 'endPointName' not found in namespace [test]
    My test_01_accounts.csv file is:
    150,150,"Alison","Samarin","test","test"
    151,151,"Melissa","Austrie-Rowe","test","test"
    152,152,"Marissa","Joaquin","test","test"
    My test_accounts.rbx file is:
    # @iam:namespace name="test" shortName="test"
    name,userID<CorrelationKey>,firstName,lastName,domain,endpoint
    Here are the log details:
    16:44:36,853 DEBUG [CSVAccountFileReader] importing 'test' accounts from: test_01_accounts.csv_10.78.56.42_2012-11-13-16-44-36.772
    16:44:36,854 DEBUG [CSVAccountFileReader] schema fields ----> [name,userID<CorrelationKey>,firstName,lastName,domain,endpoint]
    16:44:36,854 DEBUG [CSVAccountFileReader] ---> userID has metadata = <CorrelationKey>
    16:44:36,854 DEBUG [CSVAccountFileReader] ----> param: CorrelationKey, value: true
    16:44:36,854 DEBUG [CSVAccountFileReader] [enter] createAccount()
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> name, value ---> 150
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> userID, value ---> 150
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> firstName, value ---> Alison
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> lastName, value ---> Samarin
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> domain, value ---> test
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> endPointName, value ---> test
    16:44:36,854 DEBUG [CSVAccountFileReader] [exit] createAccount()
    16:44:36,855 DEBUG [CSVAccountFileReader] [enter] createAccount()
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> name, value ---> 151
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> userID, value ---> 151
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> firstName, value ---> Melissa
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> lastName, value ---> Austrie-Rowe
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> domain, value ---> test
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> endPointName, value ---> test
    16:44:36,855 DEBUG [CSVAccountFileReader] [exit] createAccount()
    16:44:36,855 DEBUG [CSVAccountFileReader] [enter] createAccount()
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> name, value ---> 152
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> userID, value ---> 152
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> firstName, value ---> Marissa
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> lastName, value ---> Joaquin
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> domain, value ---> test
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> endPointName, value ---> test
    16:44:36,855 DEBUG [CSVAccountFileReader] [exit] createAccount()
    16:44:36,855 DEBUG [CSVAccountFileReader] ----> importing 3 accounts
    16:44:36,857 DEBUG [RbacxDataImporterImpl] ----------> [start] Importing 3 accounts
    16:44:36,887 DEBUG [RbacxDataImporterImpl] Setting default Account Type for account 'null@RBACx@test'
    16:44:36,896 DEBUG [RbacxDataImporterImpl] Available Indetity Correlation Rules..
    16:44:36,896 DEBUG [RbacxDataImporterImpl] ----------> Identity Correlation Rule: $globaluser.userName=$account.userID
    16:44:36,899 DEBUG [RbacxDataImporterImpl] Using Correlation Rule :$globaluser.userName=$account.userID
    16:44:36,899 DEBUG [RbacxDataImporterImpl] Finding Users:[152]
    16:44:36,905 DEBUG [RbacxDataImporterImpl] # Users Found 1
    16:44:36,905 DEBUG [RbacxDataImporterImpl] Global User found, '152' for account 'null'
    16:44:36,905 DEBUG [RbacxDataImporterImpl] ----------> creating or updating 1 accounts
    16:44:36,934 DEBUG [CSVAccountFileReader] Removing account from context;null@RBACx@test
    16:44:36,934 DEBUG [CSVAccountFileReader] Removing account from context;null@RBACx@test
    16:44:36,934 DEBUG [CSVAccountFileReader] Removing account from context;null@RBACx@test
    16:44:36,947 ERROR [CSVAccountFileReader] ---> Error occured file reading file:
    java.lang.RuntimeException: Unable to import accounts
    at com.vaau.rbacx.iam.file.csv.CSVAccountFileReader.importAccounts(CSVAccountFileReader.java:357)
    at com.vaau.rbacx.iam.file.csv.CSVAccountFileReader.readCSVFileInternal(CSVAccountFileReader.java:212)
    at com.vaau.rbacx.iam.file.csv.AbstractCSVFileReader.readInternal(AbstractCSVFileReader.java:84)
    at com.vaau.rbacx.iam.file.support.AbstractFileReader.read(AbstractFileReader.java:160)
    at com.vaau.rbacx.iam.file.support.AbstractFileReader.run(AbstractFileReader.java:82)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.vaau.rbacx.iam.RbacxIamAttributeNotFoundRunTimeException: Attribute: 'endPointName' not found in namespace [test]
    at com.vaau.rbacx.util.rxattributes.AttributeWrapperCreatorHelper.createHierachyAttributeWrappers(AttributeWrapperCreatorHelper.java:1064)
    at com.vaau.rbacx.util.rxattributes.AttributeWrapperCreatorHelper.createHierachicalAttributeWrappers(AttributeWrapperCreatorHelper.java:540)
    at com.vaau.rbacx.util.rxattributes.AttributeWrapperCreatorHelper.createHierachicalAttributeWrappers(AttributeWrapperCreatorHelper.java:129)
    at com.vaau.rbacx.manager.AccountManagerImpl.createAccounts(AccountManagerImpl.java:176)
    at com.vaau.rbacx.manager.AccountManagerImpl.createOrUpdateAccounts(AccountManagerImpl.java:154)
    at com.vaau.rbacx.core.support.RbacxDataImporterImpl.importAccounts(RbacxDataImporterImpl.java:935)
    at sun.reflect.GeneratedMethodAccessor727.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy117.importAccounts(Unknown Source)
    I am going to try again after adding an endPointName field and will let you know the results, but I'm confused as to why it would be asking for endPointName when that is not required according to the documentation.
    Thanks.

  • Unable to import a PSD

    I spent a couple days making psd comps for a project and now I am unable to import them into Flash Catalyst. I've been optimizing my psd in every way I could think of - removing layer masks, layer effects, rasterizing pretty much everything. I have it down to live text layers and flat art (no masks, no adjustment layers). When I import the full psd I appear to get only the last layer group - and only image layers even then. Have not been able to import any text layers at all.I'm running Ps CS4 (11.0.1), Flash Catalyst Beta 2 on Mac OSX 10.5.8
    Are there guidelines for preparing psds? Am I missing soemthing?  I thought this was the major selling point of Catalyst.
    thanks

    Ok, rasterized type layers and it appears to have worked. Doesn't feel like a solution, as I'm sure I'll have to replace them in Catalyst. If there are specs that indicate that type layers should be rasterized, I didn't find them.

  • Same "unable to import file" question, but solution did not work for me....

    I receive an error message as well and decreasing the size of the photo does not help.
    I scanned in images using the canoscan software. I can open the image in preview. The original file is about 4BM. I've save as a smaller 1MB file in Photoshop elements.
    I am still unable to import the image into iPhoto.
    Any thoughts? Again, the picture looks fine in Preview.

    I'm glad you got it to work.
    FYI:
    If you like editing in Photoshop Elements and would like iPhoto to link your edited version to the original, you can set PE as your external editor in iPhoto's Preferences. Then when you double-click in iPhoto, your pix will open in PE. If you do a straight Save, the edit will appear as the thumbnail in iPhoto. If you do a Save As or rename the file (including changing the file extension) you still have to Save As to the desktop and Import to iPhoto as a new Original. To edit in iPhoto with PE set as your External Editor, simply click on the Full-Screen Edit icon near the Key words icon at the bottom of the iPhoto window.

  • I am unable to import pictures from my iphone to my computer.  Can anyone help?

    I am unable to import pics. 

    It sounds like you are using an application to import. You can do it manually.
    Start > Computer (on the right) > scroll to the bottom and you will see your iPhone under Portable Devices > Open it and you will see a Drive, open that and there will be a DCIM folder. That is where your photos will be (There may be other folders each holding photos).

  • Unable to import movie files from iphoto '08 into imovie HD

    I have recently bought a 2008 macbook (2.2 GHz) and have recently downloaded imovie HD in addition to owning iLife '08 due to its extra capabilities. I have found that I am unable to import any of my movie files from my iphoto library folder as it seems to need to open the actual iphoto application before the files can be accessed. In addition, when not using any specific program it would be nice to be able to access my photo/video files within the iphoto folder without iphoto automatically opening as the default viewer.
    Any ideas??!! Thanks.

    ahostmadsen wrote:
    .. and I import AVI video clips directly without converting to .dv, without problems.
    lucky you.. .avi is just a container, no 'format'/codec .. I can show you dozends of .avis, which will NOT import into iMHD6, due to being playback-codecs, not convertable by the underlying Quicktime engine into separte, editable audio+video streams ..
    .. If you convert to .dv, the size just blows up.
    dv is 13GB/h and a codec meant for editing; e.g. it stores every frame (video=30 frams/sec) of a recording, as mpegs usually doesn't do so.. = your Mac has to estimate content, when converting and 'recovering' the content = lossy process.
    iMHD6 is a dv-editor; the mpeg4 feature is only a toy, to spice up iSight recordings.. for sure, the QTengine can convert a lot, but too much conversion (from one lossy codec, e.g. divx, into another, e.g. mp4) means a (dramatic) loss of pic quality..
    my 5€ cents ..

  • I am unable to import new photos in iPhoto 11. Perhaps I should just reinstall from iLife disk? Will it affect my photos in any way?

    Hello,
    I have iPhoto 11 installed on my MacBook. I am now unable to import new photos using USB or by plugging the camera directly into the laptop. Never had that probem before with this camera. Perhaps just reinstall iPhoto from the iLife disk?

    Hello Terence,
    Okay I will try reformating the camera's card. However all is well when I export photos to my iMac at home or onto my iPad.
    If your suggestion does not work should I try reinstalling iPhoto from the iLife disk? If so, how do I go about doing that or is there a website somewhere explaining this?
    Regards,
    Tom

  • Unable to import M3U file. Unknown error -50

    Hey guys,
    I am unable to import an M3U playlist into iTunes. Getting the following error message:
    The file "File.M3U" cannot be imported. An unknown error occurred (-50).
    Have any of you seen it and know a way to fix it?
    Thanks in advance.

    Any chance that the Playlist you are importing has some 'special characters'? They are usually fine within the playlist, but the title of the playlist cannot contain them.
    Just a thought....

  • Unable to print full page to 1 specific printer while other computers can.

    I have 1 computer (Windows 7, 64 bit) which is unable to print full page to a Xerox Phaser 7760GX.  I have other computers (Windows 7 64 bit and Mac OSX Mavericks) which are able to print perfectly fine to the same printer.  This only happens in Adobe Acrobat XI Pro, not in other software I have tested.  The same PDF's also print to other printers without problem.
    So far I have:
    Re-installed drivers (including the Xerox Generic Drivers)
    Set it to print as image (which makes it full screen, but also greyscale)
    What happens when I try to print normally, is assume the page is portrait.  It will print it landscape, on the right side of the page (so it takes up half the page).  It will also send out a blank page after it.  Has anyon else experienced this and come up with a different solution?

    Glad you solved your problem. On Aperture 3.02 I find no expansion slider. Where is it in 3.01?

  • Unable to see the csv option while scheduling the report

    I'm using BO XI 3.1. While i'm trying to make a schedule of a report, i am unable to see the csv export option.  Is there a way to enable in the csv option?
    Build version : 12.1.0.882
    Edited by: mhsrinivasan on Mar 10, 2011 2:36 AM Added the version details

    Scheduling the reports in CSV formate is possible in BO XIr3.1.
    I would suggest you to contact to your BO Admin to check weather you have proper rights or not, in CMC scheduling part.

Maybe you are looking for

  • Upgrade CS4 design premium to CS5.5 standard, what happens with my web apps?

    Hi, I'm planning to upgrade my CS4 design premium to CS5.5 design standard, but I still like to use Dreamweaver from the CS4. Does anyone know if this is possible. I've chatted with an Adobe sales employe who said I can only upgrade to CS5.5 design p

  • Using non-US credit card in US iTunes Store

    I've registered my account on US iTunes store with my US credit card. I'm not living in the States anymore, i'm living in Turkey. I wonder if I change my credit card details with the new Turkish credit card, would my account set to iTunes Turkey? Bec

  • Failed at step EXEC spawning /bin/plymouth: No such file or directory

    Hi guys, Yet Another Plymouth Problem: I just did a system update. Haven't done this for several months and problems with /bin happened, as expected. Anyway, after update completed, the system won't boot normally: If I type ^d boot continues with no

  • How to disable spell checker in editable forms?

    Hello, everyone, Asking for an advice. I want to disable spell checking in an editable PDF form, since I don't have the dictionary of my language. Spell checking in this case is bit annoying and slows down the editing. I have the checker disabled in

  • Enhancements in SAP HR

    Can anyone please provide me the material for enhancements in SAP HR.