Error when importing complete file with many newspapers

Hello

I came across an error when you try to import an entire folder containing 118 newspapers (total size 63 MB), created by and imported to Signal Express 2012 (version 6.0.0).

After about 80 of them have been imported without any problem, error, indicated in the attached file, see.

The journal other files can be opened one by one after will have been delivered to market there is apparently no problem with files.

My path to the folder that contains the log files are 81 characters long. I also tried a shortest path with only 9 characters, but it did not help.

Looks like it's a bug in SE. Is there a solution?

Concerning

Jocke

It turned out to be a bug in SigX2012. SigX opened the TDMS file handle but could not close during the import. So when a loading 118 connects at some point, SigX reached the memory limit.

As for SigX2012, we have a solution for you. Newspapers, by half and each folder contains 59 newspapers. Launch SigX and import logs folder, and then save the recording project and exit SigX. SigX to restart and load the project you just save and import the other journal folder. Let me know if it works on your side.

Once again, thank you for reporting the bug to us.

Tags: NI Products

Similar Questions

  • Error when importing WSDL file created in JDeveloper inside BS

    Hi all

    I am faced error when importing WSDL service DBAdapter created using JDeveloper inside my business service at the OSB.
    The error in OSB is "the mapped resource does not exist.

    What version of OSB are you using? Please download the schema (.xsd) files as well. WSDL has references to this pattern, but they are not downloaded from where this error. On sbconsole, if you click on a WSDL name to see a button comes with the name of "references Edit." Click on which points to the xsd, you downloaded.

    Kind regards
    Anuj

  • error when importing dump file

    Hi am error when you import the dump file
    C:\>impdp sms01/sms01
    
    Import: Release 11.2.0.1.0 - Production on Mon Jun 3 13:17:28 2013
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39006: internal error
    ORA-39068: invalid master table data in row with PROCESS_ORDER=-4
    ORA-01950: no privileges on tablespace 'USERS'
    
    ORA-39097: Data Pump job encountered unexpected error -1950

    DUMPFILE also happens to be an option for impdp. Probably not the best name for a directory object. That said, get rid of the semicolon at the end; Impdp is a command of the OS, not a SQL * Plus command.

  • Error when importing a file OVF

    Hello

    I have created a virtual machine on an ESX host and then exported this virtual machine in the form of Virtual Appliance (.ovf). I tried to import this virtual machine to another ESX host and get the following error:

    "The OVF package contains a virtual device not supported: 1 network adapter.

    There was a thread with a similar problem, and someone had recommended to convert the ovf vmx file and then remove the network card. I tried this but when I try to import the new ovf without the network adapter, I get an error in Parsing for VM Network. Looks like a network card is required.

    The reason I'm create a virtual machine on an ESX host and move the FVO to another is because the first host ESX has internet connectivity so I can activate windows before moving the virtual machine to a different ESX.

    I'd appreciate any help on this.

    Thank you.

    Tejas

    Hello

    Installs on the forum of the Virtual Machine and the guest operating system.

    I have created a virtual machine on an ESX host and then exported this virtual machine in the form of Virtual Appliance (.ovf). I tried to import this virtual machine to another ESX host and get the following error:

    "The OVF package contains a virtual device not supported: 1 network adapter.

    Each vNIC is connected to a portgroup and vswitch/portgroup names are not the same between hosts so that you get an error. You can easily use VMware Converter to solve this problem, because it will allow you to change the topology of the network during the V2Vs.

    Best regards

    Edward L. Haletky

    VMware communities user moderator

    ====

    Author of the book "VMWare ESX Server in the enterprise: planning and securing virtualization servers, Copyright 2008 Pearson Education.»

    Blue gears and SearchVMware Pro Articles: http://www.astroarch.com/wiki/index.php/Blog_Roll

    Security Virtualization top of page links: http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links

  • ODI-error when importing jar file

    Hi all

    We need in ODI where we need to sort the files based on timestamp. I wrote a java code for this and created a jar it. After that, I did the procedure in my local ODI below.


    I m using ODI 11 g and jdk 1.6

    1. place the jar file in the D:\oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\drivers folder
    2 restarted my Agent
    3 created a logical schema under Java BeanShell physical technology
    4 creates a procedure and has done the procedure in below.
    (i) chosen Java BeanShell as «Command on target» technology
    (II) associated with the logical schema (created in step 3).
    (III) in the tab order that I wrote the code below

    com.file import. *; It's the package structure in the jar
    FileMergeUtil f = new FileMergeUtil (); It's the class
    f.Filesort (); This is the main method


    After completing the steps above, I tried to run this procedure and I got the below error

    java.lang.NullPointerException
    at com.sunopsis.sql.SnpsConnection.isTerradata(SnpsConnection.java:1172)
    at com.sunopsis.sql.SnpsQuery.getPreparedStatement(SnpsQuery.java:959)
    at com.sunopsis.sql.SnpsQuery.updateExecStatement(SnpsQuery.java:1872)
    at com.sunopsis.sql.SnpsQuery.executeQuery(SnpsQuery.java:554)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeQuery(SnpSessTaskSql.java:3078)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrdersScriptingOder(SnpSessTaskSql.java:1214)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2762)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:322)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:237)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:794)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:662)

    Some can help solve this problem?

    Thank you
    John

    Hello

    Must be 'Java BeanShell' technology?

    What I do is use the "Jython" technology So before you import the jar, import bones. Also remove the ';' at the end of your lines.

    For example:

    Import os
    import HTTPUtil - class

    point endpoint = "#REQUEST_URL."
    data = " < %="odiRef.getSchemaName" (« logique »,="" « w")%=""> data.xml".
    output="<%=odiRef.getSchemaName ("LOGIQUE","D")%>/data.csv"

    a = HTTPUtil.HTTPRequestPoster () - method
    a.postData(data,endpoint,output)

    See you soon

    BOS

  • Header error when importing large wav file

    Hello guys

    I get an error message when I try to import a wav file into Premiere Pro.
    When I import a small file I don't have the problem, but when I try to import a file with 10 GB I get the error message: "cannot open the file due to an error header. The file I want to import was performed with the hearing.
    I tried the solutions that other people posted in the old discussions, but nothing worked for me.

    How can I solve this problem? I'm getting crazy with it.
    Thanks for your time.

    I expect more support from the community. It's a shame

    OK, for people with the same problem:
    The way I fixed this was split the audio of the movie in 3 parts (each part about 3 to 3.5 GB) with first, later I sent each party to the hearing. Then standardized the audio that's what I had to do, recorded every standard file and put it again in the first.

    In the end joined the 3 parts first and worked well. I was afraid to do this because of the standardization process, that I wanted to do with hearing. I didn't have 3 parts with different audio levels after normalization. Fortunately worked well

    Kind regards.

  • Hi, I just upgraded from 6.1 to 6.4 LR LR. When importing new files LR6.4 cannot rename my files with a specific date format (import uses only the original name).

    Hello

    No problem with the LR 6.1, but now (LR6.4), it seems impossible to rename my files with a specific format (yyyy-dd-hhmmss and a suffix) importing memory cards. LR imports only files with names of origin. And I have a lot of files to rename...

    I hope that someone knows what's going on.

    Jean

    Jean,

    We found a similar question which is being implemented. If you shoot images at once in the first and jpg format and then import them using the option of renaming, the question is in place.

    Could you please check if you use the option "make a second copy? If so, please it deselect. It should solve the problem.

    The issue is addressed in Lightroom.

    Thank you

    Sunil

  • Error when parsing the file ' value of the 'src' attribute is not valid; must be a URI'.  ERROR (RSC-005) to "Hetgeheimfietsen.epub/OEBPS/toc.xhtml" (line 10, col 10): error while parsing the file ' "ol" element not allowed here; wait for the end-tag of t

    The members of the Forum kan help you

    Validation by using version 3.0.1 EPUB rules.

    ()https://github.com/IDPF/epubcheck( )

    December 9, 2015 15:27:33 THIS

    ---------------------------------------------------

    WARNING (OPF-007) to 'Hetgeheimfietsen.epub/OEBPS/content.opf' (line 2, column 227):

    Re-declaration of prefix reserved "rendition."

    ERROR (RSC-005) to "Hetgeheimfietsen.epub/OEBPS/toc.xhtml" (line 10, col 10):

    Error when parsing the file ' "ol" element not allowed here; waiting for the end-tag of the element or element "li" '.

    WARNING (CSS-007) to "Hetgeheimfietsen.epub/OEBPS/css/idGeneratedStyles_0.css" (line 60, col 2):

    Police made OEBPS/font/CambriaMath.ttc refers to fonts not standard type application/x-police-FTT.

    WARNING (PKG-012) to "Hetgeheimfietsen.epub/OEBPS/De_Alpe_d'Huez-1.xhtml":

    File name contains following non ascii characters: '. You want to change the name of the file.

    WARNING (PKG-012) to "Hetgeheimfietsen.epub/OEBPS/De_Alpe_d'Huez-2.xhtml":

    File name contains following non ascii characters: '. You want to change the name of the file.

    Check the finish with warnings or errors!

    In the file Toc delete the second "ol", as well as closing like Epubcheck duplicate codes

        the one after the other (delete the other)

    1. YET CS6 - glued pine Wheel Mode when importing video files simple

      STILL, CS6 - glued pine Wheel Mode when importing video files simple. I'm having the exact same issues on my IMAC (end 2013) and my MacBook Pro (late 2009). I'm on day 2 of this. STILL worked very well last week and I was told no upgrade or modules from. Any help would be greatly appreciated.

      NM

      Adobe has NOT made the decision to stop the upgrade again... see #8 here because why http://forums.adobe.com/thread/1337952?tstart=0

      If you want to use again, you must have an operating system supported... and Mac 10.11.4 is not supported

    2. Server data store will automatically get updated when the new file (with the same name) is placed in the landing area


      Hi guys,.

      The data store server-side will get automatically updated when a new file with the same name is loaded in the landing area?

      for example

      1 data store created for server-side get the file named UK.xls (he has 5 rows)

      2 snapshot created for the above data store

      3. created with the snapshot process

      After that if I remove 2 lines from the same file and load again to the landing (with the same name). So by re-running the process will take the last file OR do I need to reload the file in the data store every time when there is a change in the file. We also tried with option to work but the last file was not picking up.

      Any help will be really appreciated.

      Please lets us know your updates.

      Please advice

      Thank you

      VT

      Hello

      When you create a snapshot, you create a snapshot whose task (provided that you use a data store server-side) can be run from a job. To refresh the data, run the snapshot in a job task. If you create a task at the time the snapshot and the processes that use it, they will automatically connect and will be 'upstream' data through the snapshot in the process. You can then choose whether it would be appropriate to write the snapshot or not (for the effectiveness of performance if you want to do the straight through processing) by activating or deactivating the bucket of data staged that the snapshot written to. The snapshot in the work task means that the data is refreshed.

      For the work of design to the Director, you can refresh the snapshot by running again it manually in the context menu.

      Kind regards

      Mike

    3. Error when importing a new CERT in oracle 10 G B2B

      Hi all
      I'm trying to download a new certificate to the server 10 G B2B, not to update a certificate, I am facing the error when importing below

      Error



      An error occurred during the update of the certificate.
      Error -: AIP-16001: validation of model engine failed due to an internal system error.
      Error -: AIP-11052: write the following objects: certificate failed due to the following constraint violation: CERTIFICATE. CAN NOT UPDATE UNVERSIONABLE OBJECT IN A VALIDATED CONFIGURATION.



      Note: Please help me solve this ASAP.

      Concerning
      SAI

      Hi Sai,

      It seems that you update of certificate in a delivery channel that is used in a valid (or can be deployed) agreement. Please remove/purge all deployment configurations using this delivery channel and also ensure that no agreement is in a valid state (which uses this delivery channel).

      Kind regards
      Anuj

    4. Error header when importing Wav files

      The problem I'm facing is that first CS6 will not import my audio Wav files. When I try to import It gives the following message and is unable to import the file:

      "Cannot open the file due to a header error".

      The original audio file, which opened with happiness in FCP 7 (I'm at first project since a previous Final Cut Pro project) is in the following (as described in the film Inspector of QuickTime Player) format:

      Linear PCM

      16-bit little endian signed integer

      2 channels

      48000 Hz

      Although the files will not open in first, they will open in Adobe Audition, which gives their 32 bit depth (it also describes the original as "16-bit little-endian" format - I admit that this technical aspect of audio files is clear to me).

      Any suggestions of how I can coax first in import and opening these files?

      Thank you, Andrew

      After the opening of the hearing, re - save out them.  This should fix any errors of header.

    5. Multimedia sync blackBerry Smartphone error when importing alum work

      I get a busy error from Itunes at the same place every time when you import Album art.  It always happens when dealing with files to 3300/3915.  Can someone help me determine which file in my library is the source of the problem?  Here is the log for Exception of BBM.

      [30000] (06/01 07:21:11): {3} current Date: 06/01/2010
      [50001] (06/01 07:21:11): {3} (debug logging level: 4)
      [50001] (06/01 07:21:11): {3} (event log level: - 1).
      [19028] (06/01 07:21:11): {3} EXCEPTIONS: System.IO.PathTooLongException - MESSAGE: the specified path, file name, or both are too long. The complete file name must be less than 260 characters, and the directory name must be less than 248 characters. -Of the BATTERY: to System.IO.Path.SafeSetStackPointerValue (Char buffer, Int32, Char value index) {CRLF} at System.IO.Path.NormalizePathFast (String path, Boolean fullCheck) {CRLF} at System.IO.Path.NormalizePath (String path, Boolean fullCheck) {CRLF} at System.IO.Path.GetDirectoryName (String path) {CRLF} to Rim.Application.Utilities.FileSystem.FullPath.get_Parent () {CRLF} to Rim.Media.Source.iTunes.ITunesArtCacheWorker.OnDoWork)
      [19028] (06/01 07:21:51): {3} EXCEPTIONS: System.IO.PathTooLongException - MESSAGE: the specified path, file name, or both are too long. The complete file name must be less than 260 characters, and the directory name must be less than 248 characters. -Of the BATTERY: to System.IO.Path.SafeSetStackPointerValue (Char buffer, Int32, Char value index) {CRLF} at System.IO.Path.NormalizePathFast (String path, Boolean fullCheck) {CRLF} at System.IO.Path.NormalizePath (String path, Boolean fullCheck) {CRLF} at System.IO.Path.GetDirectoryName (String path) {CRLF} to Rim.Application.Utilities.FileSystem.FullPath.get_Parent () {CRLF} to Rim.Media.Source.iTunes.ITunesArtCacheWorker.OnDoWork)
      [18005] (06/01 07:21:58): {3} EXCEPTIONS: System.NotImplementedException - MESSAGE: the method or operation is not implemented. -Of the BATTERY: at iTunesLib.IITArtwork.SaveArtworkToFile (String filePath) {CRLF} to Rim.Media.Source.iTunes.ITunesArtCacheWorker.OnDoWork () {CRLF} to Rim.Application.Tasks.Task.RunOneOperation)

      Here are the last lines of the log file.

      [40002] (06/01 07:20:57): {9} (model: 8320, JavaAppsVersion: 4.5.0.110)
      [40002] (06/01 07:20:57): {9} (recovery of mass storage volumes, try = 1)
      [40002] (06/01 07:20:57): {9} (now watch the volumes available on the device).
      [40002] (06/01 07:20:57): {9} (volumes of mass storage of checking to see if they are ready...)
      [40002] (06/01 07:20:57): {9} (--> mass storage volume: vol. path = F:\, vol. IsMediaMounted = True)
      [40002] (06/01 07:20:57): {9} (done by looking at volumes.  Attempt: 1, Volume are ready: True)
      [40002] (06/01 07:20:57): {9} (activation reader (F:\) attempt = 1)
      [40002] (06/01 07:20:57): {9} (wait until the player is ready (F:\)...)
      [40002] (06/01 07:20:57): {9} (Verified drive is ready (F:\).)
      [40002] (06/01 07:20:57): {9} (ensuring that media paths exist (F:\).)
      [40002] (06/01 07:20:57): {9} (disk State (F:\) - ACTIVE)
      [40002] (06/01 07:20:57): {9} (results of treatment of the initialization of the disk).
      [40002] (06/01 07:20:57): {9} (number of successful readers: 1).
      [40002] (06/01 07:20:57): {9} (number of failed drives: 0)
      [40002] (06/01 07:20:57): {9} (end, success = True)
      [50002] (06/01 07:20:57): {9} (BlackBerry Connect: finish)
      [40002] (06/01 07:20:57): {9} (ensuring that media paths exist (F:\).)
      [40004] (06/01 07:20:57): {4} (TASK: API_LOAD_DATASOURCE_iTunes, STATE: advance, TRANSITION: progress-> finishing, OPERATION: Void b__d())
      [40004] (06/01 07:20:57): {4} (TASK: API_LOAD_DATASOURCE_iTunes, STATUS: completed, TRANSITION: no, OPERATION: no)
      [40004] (06/01 07:20:57): {4} (TASK: API_LOAD_DATASOURCE_iTunes, length: 2025)
      [38050] (06/01 07:20:57): {4} (LoadDataSource: finish)
      [40002] (06/01 07:20:57): {9} (affecting the default drive: {0} F:\BlackBerry)
      [40002] (06/01 07:20:57): {4} (a new source of data has been loaded and is available.)
      [40004] (06/01 07:20:57): {4} (TASK: LoadMusicSourceTask, STATE: advance, TRANSITION: progress-> finishing, OPERATION: Void b__a())

      [40004] (06/01 07:20:57): {4} (TASK: LoadMusicSourceTask, STATUS: completed, TRANSITION: no, OPERATION: no)
      [40004] (06/01 07:20:57): {4} (TASK: LoadMusicSourceTask, duration: 2169)
      [40004] (06/01 07:20:58): {3} (TASK: destination photo of Reload, STATE: waiting, transition: no, OPERATION: no)
      [40002] (06/01 07:20:58): {B} (construction of DataSource: PicturesDevice)
      [38050] (06/01 07:20:58): {B} (LoadDataSource: implementation of PicturesDevice)
      [40004] (06/01 07:20:58): {B} (TASK: API_LOAD_DATASOURCE_PicturesDevice, STATUS: pending, transition: no, OPERATION: no)
      [40004] (06/01 07:20:58): {B} (TASK: Load_Picture_Library, STATUS: pending, transition: no, OPERATION: no)
      [38050] (06/01 07:20:58): {B} (datasource to load Rim.Media.Source.Pictures.PictureDataSourceLoader)
      [40002] (06/01 07:20:58): {B} (playback... device volumes)
      [40004] (06/01 07:20:58): {B} (TASK: Load_Picture_Library, STATUS: progress, TRANSITION: progress-> finishing, OPERATION: Void b__0())
      [40004] (06/01 07:20:58): {B} (TASK: Load_Picture_Library, STATUS: completed, TRANSITION: no, OPERATION: no)
      [40004] (06/01 07:20:58): {B} (TASK: Load_Picture_Library, duration: 13)
      [40004] (06/01 07:20:58): {B} (TASK: API_LOAD_DATASOURCE_PicturesDevice, STATUS: progress, TRANSITION: progress-> finishing, OPERATION: Void b__d())
      [40004] (06/01 07:20:58): {B} (TASK: API_LOAD_DATASOURCE_PicturesDevice, STATUS: completed, TRANSITION: no, OPERATION: no)
      [40004] (06/01 07:20:58): {B} (TASK: API_LOAD_DATASOURCE_PicturesDevice, length: 16)
      [38050] (06/01 07:20:58): {B} (LoadDataSource: finish)
      [40004] (06/01 07:20:58): {3} (TASK: destination photo of Reload,: progress, TRANSITION: progress-> finishing, OPERATION: Void b__2())
      [40004] (06/01 07:20:58): {3} (TASK: destination photo of Reload, STATUS: completed, TRANSITION: no, OPERATION: no)
      [40004] (06/01 07:20:58): {3} (TASK: destination photo of Reload, duration: 210)
      [40004] (06/01 07:20:58): {3} (TASK: UploadUsageDataTask, STATUS: pending, transition: no, OPERATION: no)
      [38041] (06/01 07:20:59): {3} (data communication was successful: True)
      [38040] (06/01 07:20:59): {3}
      [40004] (06/01 07:20:59): {3} (TASK: UploadUsageDataTask, STATE: advance, TRANSITION: progress-> finishing, OPERATION: Void b__9())
      [40004] (06/01 07:20:59): {3} (TASK: UploadUsageDataTask, STATUS: completed, TRANSITION: no, OPERATION: no)
      [40004] (06/01 07:20:59): {3} (TASK: UploadUsageDataTask, duration: 505)
      [40004] (06/01 07:21:01): {3} (TASK: Art Cache Worker, STATE: waiting, transition: no, OPERATION: no)
      [19038] (06/01 07:21:01): {3} (caching album art of beginning of process...)
      [19044] (06/01 07:21:01): {3} (an attempt of analysis iTunes version: 9.0.2.25)
      [19028] (06/01 07:21:11): {3} EXCEPTIONS: System.IO.PathTooLongException - MESSAGE: the specified path, file name, or both are too long. The complete file name must be less than 260 characters, and the directory name must be less than 248 characters. -Of the BATTERY: to System.IO.Path.SafeSetStackPointerValue (Char buffer, Int32, Char value index) {CRLF} at System.IO.Path.NormalizePathFast (String path, Boolean fullCheck) {CRLF} at System.IO.Path.NormalizePath (String path, Boolean fullCheck) {CRLF} at System.IO.Path.GetDirectoryName (String path) {CRLF} to Rim.Application.Utilities.FileSystem.FullPath.get_Parent () {CRLF} to Rim.Media.Source.iTunes.ITunesArtCacheWorker.OnDoWork)
      [40004] (06/01 07:21:16): {F} (TASK: start automatic update, STATE task: waiting, transition: no, OPERATION: no)
      [40004] (06/01 07:21:16): {F} (TASK: start automatic update, STATE task: progress, TRANSITION: progress-> finishing, OPERATION: Void CheckForUpdate())
      [40004] (06/01 07:21:16): {F} (TASK: start automatic update, STATE task: complete, TRANSITION: no, OPERATION: no)
      [40004] (06/01 07:21:16): {F} (TASK: start auto update task, duration: 5)
      [40004] (06/01 07:21:16): {F} (TASK: DownloadAndUpdateSupportedDevices, STATUS: pending, transition: no, OPERATION: no)

      [40004] (06/01 07:21:17): {F} (TASK: DownloadAndUpdateSupportedDevices, STATUS: progress, TRANSITION: progress-> finishing, OPERATION: Void b__c())
      [40004] (06/01 07:21:17): {F} (TASK: DownloadAndUpdateSupportedDevices, STATUS: completed, TRANSITION: no, OPERATION: no)
      [40004] (06/01 07:21:17): {F} (TASK: DownloadAndUpdateSupportedDevices, duration: 294)
      [38034] (06/01 07:21:17): {F} (3.0.0.38)
      [38017] (06/01 07:21:17): {F} (3.0.0.38)
      [38035] (06/01 07:21:17): {F} (Version does not require an update, or no update is available.)
      [38016] (06/01 07:21:17): {F}

      [19028] (06/01 07:21:51): {3} EXCEPTIONS: System.IO.PathTooLongException - MESSAGE: the specified path, file name, or both are too long. The complete file name must be less than 260 characters, and the directory name must be less than 248 characters. -Of the BATTERY: to System.IO.Path.SafeSetStackPointerValue (Char buffer, Int32, Char value index) {CRLF} at System.IO.Path.NormalizePathFast (String path, Boolean fullCheck) {CRLF} at System.IO.Path.NormalizePath (String path, Boolean fullCheck) {CRLF} at System.IO.Path.GetDirectoryName (String path) {CRLF} to Rim.Application.Utilities.FileSystem.FullPath.get_Parent () {CRLF} to Rim.Media.Source.iTunes.ITunesArtCacheWorker.OnDoWork)
      [18005] (06/01 07:21:58): {3} EXCEPTIONS: System.NotImplementedException - MESSAGE: the method or operation is not implemented. -Of the BATTERY: at iTunesLib.IITArtwork.SaveArtworkToFile (String filePath) {CRLF} to Rim.Media.Source.iTunes.ITunesArtCacheWorker.OnDoWork () {CRLF} to Rim.Application.Tasks.Task.RunOneOperation)

      I found the file to media sync stopped on.  It was a digital booklet.  Once I removed the Media sync completed the import file.

    6. Error when import to Oracle table (OBIEE Server Client 32-bit &amp; 64-bit)

      Hi all

      Problem: ODBC/OCI connectivity problem between OBIEE 11.1.1.6.2 BP1 server (64-bit) and OBIEE 11.1.1.6.2 machine local BP1 client (32-bit).

      We have an 11.1.1.6.2 BP1(64-bit) OBIEE Setup on a 'Windows Server 2008 R2 Enterprise' 64-bit machine.

      OBIEE dev team members have 32-bit local machines.
      OBIEE "Admin member of the team" (who will work on RPD) to OBIEE 11 g customer (BP1) installed on their * 32-bit local machine * (which is a common software for 32/64-bit).

      Now, two ODBC connections have been created on this local 32-bit Client computer, client 11g OBIEE installed on it.
      A "server BI driver" for the OBIEE server machine(64-bit) to open the RPD and other connection with "Oracle database driver" to connect to the Oracle 64-bit desktop databaseto import tables.

      With this configuration made, I am able to open the RPD in online mode and mode sampleapp existing related objects present in it.
      But when I try to import metadata to the client admin OBIEE tool using the BEAK or ODBC, it gives an error "connection failed!"

      I have the tns required in my tnsnames.ora file entry and I am able to connect to this database on the local client computer, using sqlplus.

      Kindly let me know if there are restrictions in the use of such a combination of settings for 32-bit machines and 64 bits for OBIEE 11.1.1.6.2 BP1 setup.
      If this isn't the case, so what are the steps to do the btw client 64 bit and 32 bit OBIEE OBIEE server configuration to create the table of import job.

      You can try using the OIC instead of ODBC connection type?
      Implementation of the native ODBC drivers is not always do the job.

      Also, make sure you have defined the TNS_ADMIN environment variable.

    7. Error when importing the APEX to APEX 4.0.2.00.07 3.2.1.00.12 app

      Hello!

      When importing application I get following error:

      ORA-20001: GET_BLOCK error. ORA-20001: Execution of the statement was not successful. ORA-06550: line 3, column 14: PLS-00302: component 'CREATE_FLOW_ITE' must be declared ORA-06550: line 3, column 1: PL/SQL: statement ignored & lt; pre & gt; begin wwv_flow_api.create_flow_ite (p_id = & amp; gt; 1378223434322562 + wwv_flow_api.g_id_offset, p_flow_id = & amp; gt; wwv_flow.g_flow_id, p_name = & amp; gt;) "GLB_PROJECT_NO", p_data_type = & amp; GT; 'VARCHAR', p_is_persistent = & amp; GT; 'Y', p_protection_level = & amp; GT; '


      Error installing application.

      How do I right?

      With respect,

      PsmakR

      I'm not able to reproduce this problem in my case.
      Try to export the application using SQL developer and verify if the contents of the file gets escaped?

    Maybe you are looking for