Unable to import xml into my CS4 project

Hi folks,
I am trying to embed a 3rd party flash component into my current flash project.  As a stand alone, the component works fine but when I try and import the xml file for the component into my current flash project library, the message I get:
" one or more files were not imported because there were problems reading them"!!!
I have tried importing the xml file into another dummy cs4 project on another machine and again no success, so I believe there are elements within the xml file that will not work with cs4.  Below is the xml file code.  I would appreciate if anyone can spot anything wrong with this file as to why it wont import into flash.  Even try and import it yourself and see what I mean.
Hope someone can help.
Regards
Volterony22
<?xml version="1.0" encoding="UTF-8"?>
<!--
There are 9 positions available :
1. TL: top-left
2. TC: top-center
3. TR: top-right
4. ML: middle-left
5. MC: middle-center
6. MR: middle-right
7. BL: bottom-left
8. BC: bottom-center
9. BR: bottom-right
If you set randomizePositions to true, it will overwrite the values you pass for each item
startZoom: the zoom value to start with
endZoon: the zoom value to end with
transitionTime: the time for the slide to reach from property A to property B
slideShowTime: the time the slide stays on screen
disablePauseButton: it needs to be set to true if you want to have links on the slideshow
-->
<!--
NOTE: The transition time must be higher than the slideshow time for each item! (make sure the difference is at least alphaTime value)
  The reason is so the zoom effect doesn't end before the transition does.
-->
<kenburns width = "1000" height = "348"
backgroundColor = "0x000000"
backgroundTransparency = "0"
startWith = "1"
randomSlideshow = "true"
loop = "true"
randomizeImagePosition = "false"
alphaTime = "2"
textX = "10"
textY = "10"
overColor = "0x000000"
overAlpha = "20"
disablePauseButton = "true">
<!--
<item>
<title><![CDATA[<font size="16" color="#ffffff">Sand beach in the morning</font>]]></title>
<path>content/images/image1.jpg</path>
<link></link>
<target>_blank</target>
<transitionTime>12</transitionTime>
<slideShowTime>8</slideShowTime>
<startZoom>80</startZoom>
<endZoom>100</endZoom>
<startPosition>MC</startPosition>
<endPosition>MC</endPosition>
</item>
<item>
<title></title>
<path>content/images/image2.jpg</path>
<link></link>
<target>_blank</target>
<transitionTime>25</transitionTime>
<slideShowTime>22</slideShowTime>
<startZoom>100</startZoom>
<endZoom>55</endZoom>
<startPosition>MC</startPosition>
<endPosition>MC</endPosition>
</item>
<item>
<title><![CDATA[<font size="18" color="#ffffff">Waves and wind</font>]]></title>
<path>content/images/image3.jpg</path>
<link></link>
<target>_blank</target>
<transitionTime>27</transitionTime>
<slideShowTime>20</slideShowTime>
<startZoom>70</startZoom>
<endZoom>100</endZoom>
<startPosition>TC</startPosition>
<endPosition>BC</endPosition>
</item>
<item>
<title><![CDATA[<font size="18" color="#224F91">No words needed..</font>]]></title>
<path>content/images/image4.jpg</path>
<link></link>
<target>_blank</target>
<transitionTime>12</transitionTime>
<slideShowTime>9</slideShowTime>
<startZoom>80</startZoom>
<endZoom>80</endZoom>
<startPosition>BL</startPosition>
<endPosition>TR</endPosition>
</item>
<item>
<title></title>
<path>content/images/image5.jpg</path>
<link></link>
<target>_blank</target>
<transitionTime>35</transitionTime>
<slideShowTime>32</slideShowTime>
<startZoom>55</startZoom>
<endZoom>100</endZoom>
<startPosition>BC</startPosition>
<endPosition>TC</endPosition>
</item>
-->
<item>
<title></title>
<path>content/images/image6.jpg</path>
<link>http://www.flabell.com</link>
<target>_blank</target>
<transitionTime>10</transitionTime>
<slideShowTime>8</slideShowTime>
<startZoom>40</startZoom>
<endZoom>35</endZoom>
<startPosition>ML</startPosition>
<endPosition>MR</endPosition>
</item>
<item>
<title></title>
<path>content/images/image7.jpg</path>
<link></link>
<target>_blank</target>
<transitionTime>20</transitionTime>
<slideShowTime>8</slideShowTime>
<startZoom>70</startZoom>
<endZoom>55</endZoom>
<startPosition>MR</startPosition>
<endPosition>ML</endPosition>
</item>
<item>
<title></title>
<path>content/images/image3.jpg</path>
<link></link>
<target>_blank</target>
<transitionTime>20</transitionTime>
<slideShowTime>8</slideShowTime>
<startZoom>50</startZoom>
<endZoom>60</endZoom>
<startPosition>ML</startPosition>
<endPosition>MR</endPosition>
</item>
</kenburns>

Hi there,
Thank you for responding.  When I say component, I have purchased a flash component from a company called www.flabell.com.  When you buy the component, you get the as, swf, assest, images, fla etc etc. 
My goal is to embed this component into a flash project that I am working on at the moment which involves importing the assets/resources from the flabell component folder into the library of my current flash project.
My folder structure at the moment is that I have top level folder call project.  In this folder is my actual flash project folder and the flabell component folder.  So no the html that embeds my main swf is not in the same folder as my 3 party swf - they are in two different locations.  However should this be an issue if I am importing the xml into my main project library anyway?
Hope this info shines more light.
Regards
volterony22

Similar Messages

  • Unable to import IDoc into NWBPM from NWDS

    Dear PO Experts,
    We are migrating an existing interface
    (IDoc<-->PI<-->SOAP using BPM (Multiple sync calls)).
    We are un able to import IDoc into NW BPM project as a service Interface. (For BPM we exported IDoc into local system as an external definition and did few modifications to the xsd as per below blog and exported back to PO server as an external definition.Create Service Interface for the same .
    http://scn.sap.com/community/process-orchestration/blog/2014/09/24/idoc-to-nw-bpm-scenario#comment-542653 )
    We are getting below exception while importing IDoc Service Interface into BPM project.I have attached IDoc WSDL file for your reference.Could you please share your expertise on this issue.
    >>>An internal error occurred during: "Importing MOIN models for XSDs and WSDLs...".
    java.lang.OutOfMemoryError: Java heap space
    at java.util.ArrayList.<init>(ArrayList.java:112)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.initialize
    (XSDParticleImpl.java:1271)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.<init>
    (XSDParticleImpl.java:1050)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.initialize
    (XSDParticleImpl.java:1149)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.<init>
    (XSDParticleImpl.java:1039)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.initialize
    (XSDParticleImpl.java:1272)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.<init>
    (XSDParticleImpl.java:1060)
    at org.eclipse.xsd.impl.XSDParticleImpl.getDFA
    (XSDParticleImpl.java:2041)
    at org.eclipse.xsd.impl.XSDModelGroupImpl.validateRoot
    (XSDModelGroupImpl.java:599)
    at org.eclipse.xsd.impl.XSDComplexTypeDefinitionImpl.validate
    (XSDComplexTypeDefinitionImpl.java:1408)
    at org.eclipse.xsd.impl.XSDConcreteComponentImpl.validate
    (XSDConcreteComponentImpl.java:565)
    at org.eclipse.xsd.impl.XSDSchemaImpl.validate(XSDSchemaImpl.java:1653)
    at com.sap.tc.esmp.tools.core.util.EMFUtils.validate(EMFUtils.java:613)
    at
    com.sap.tc.esmp.tools.xsd.xml.EmfSchemaImporter.calculateAffectedPartitions(EmfSchemaImporter.java:903)
    at
    com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.calculateAffectedPartitions(Wsdl1Importer.java:365)
    at
    com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.resolveImportLink(Wsdl1Importer.java:545)
    at
    com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.createChainLink(Wsdl1Importer.java:522)
    at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.init
    (Wsdl1Importer.java:461)
    at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.<init>
    (Wsdl1Importer.java:337)
    at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer.prepareWsdlImport
    (Wsdl1Importer.java:1381)
    at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer.prepareWsdlImport
    (Wsdl1Importer.java:1368)
    at com.sap.tc.esmp.tools.facade.Import.prepareWsdlImport
    (Import.java:106)
    at
    com.sap.tc.esmp.tools.editor.jobs.RepositoryMetadataProcessor.doImportFiles(RepositoryMetadataProcessor.java:298)
    at
    com.sap.tc.esmp.tools.editor.jobs.RepositoryMetadataProcessor.access$300(RepositoryMetadataProcessor.java:52)
    at com.sap.tc.esmp.tools.editor.jobs.RepositoryMetadataProcessor$4.run
    (RepositoryMetadataProcessor.java:248)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Regards
    Venkat

    Hi Venkat,
    Find the below link.
    http://scn.sap.com/community/process-orchestration/blog/2014/11/29/using-idocs-in-nwbpm

  • Is it possible to import xml into Adobe Muse to populate content similar to InDesign?

    Is it possible to import xml into Adobe Muse to populate content similar to InDesign?

    The only way I see this would be possible is through using JS that you can insert using the Object -> Insert HTML option, you may grab the XML to HTML code from here - http://www.w3schools.com/xml/xml_to_html.asp
    In order to test this out, simply download the sample XML file from the following location - http://www.w3schools.com/xml/cd_catalog.xml and save it somewhere locally. Now add this file to your Muse project using File -> Add Files for Upload option, it would then appear within the Assets panel.
    Add the code to your page and update the path referencing the file cd_catalog.xml to assets/cd_catalog.xml. Now on previewing the page in browser, you should see the populated HTML from the XML.
    Thanks,
    Vinayak

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

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

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

  • Import Snippets into Dreamweaver CS4

    Have searched in Help and not able to find out how to import
    snippets into DW CS4 from DW CS3. Can someone help me with this?
    Thanks,

    Hi guys,
    I have upgraded from CS3 to CS5. The snippets folder IS in the configuration folder for CS3,
    but not the needed subfolder within the snippets folder with all my stuff in it?
    There is no ApplicationData path for on my machine either. I have WPXPro.
    Why not just create an import function.
    help.

  • Howto import XML into Excel table ?

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

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

  • Having a problem importing xml into an indesign template.

    I am having a problem importing xml into an indesign template. The xml data is there and will populate the columns on the document but I am having problems matching styles, removing data that should not be mapped and importing repeated same fields but differnet data.
    Message me if this is something you can do quickly for a fee.

    Also you can check the following link
    [Reporting|http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm]
    Regards,
    Tej

  • Import XML into Essbase?

    Is it possible to import XML into Essbase or are we limited to flat files or Excel files? If XML is an option, can someone point me to some documentation?
    Thx!

    Essbase supports the following types of data sources only
    Text files (flat files) from text backups or external sources
    SQL data sources
    Essbase export files (export files do not need a rules file to load)
    Microsoft Excel files with the .XLS extension, Version 4.0 and higher
    Microsoft Excel files, Version 5.0 and higher (loaded only as client artifacts or files in the file system)
    Spreadsheet audit log files

  • How to import XML into SQL Table

    Dear all,
    There are a lot of books about exporting data into XML format.
    Actually, how to use XML Documents? Sorry I am new that I ask such a question.
    What i think may be exchange or save data using xml. If so, How to import into MS SQL table? Do it need to do any mapping?
    Appreciate for your hints

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

  • Importing footage into a videohive project

    I'm using version CS6
    I'm importing footage into this videohive project
    http://www.youtube.com/watch?v=pXawUv-du2U
    I've used the same 3 minute piece of footage in all the placeholders.
    when it shows the 4th and 7th place holder the footage is played from the beginning again but I want it to continue throughout as if uninterrupted.
    How do I do this?
    Cheers,
    Norm.

    Above is a black eye peas video about 10 seconds in.
    20 seconds later the video has restarted
    I would like the video to continue sequentially as created and never restart.
    Please let me know if there is any more info or if there are any other screen grabs you need.

  • Importing XML into Premiere Pro CC: "Generic Error"

    First off, I've read all the threads relating to this problem from others, but I have a few questions. I'm fairly new to Adobe Premiere (used FCP 7 forever) so I'm still figuring it out, so please bear with me.
    I received a hard drive from a client who told me he digitized all his files into Premiere. (A screen shot is below.) When I went to import these into APP CC, it says "The Importer reporter a generic error."
    In the Video folder (another screen shot below), there are dozens of MXF files.  These import fine. Video and audio are both good.
    There are 37 XML files, and 37 MXF files, so it seems they correlate perfectly. Should I just disregard those XMLs? Should I be using these MXFs instead?
    Again, I'm a newbie, so if anybody could shed any kind of light on this for me, I'd appreciate it. Thanks!

    Actually, there's nothing wrong here.  These XMLs aren't to be imported.  They're just sidecar metadata files generated by the camera vendor, they don't import as assets by themselves.
    What you really want to do is pull up the Media Browser panel to look at these clips & import your selects into the project, instead of using finder / import files.  The Media Browser abstracts out all the junk that you don't care about & will just show you thumbnails of the clips. It'll even represent spanned clips as just one large piece of media.

  • Trouble Importing Frames into AC CS4 9.02.42

    Good afternoon,
    I am having trouble importing the frames for a project into AE CS4, and it seems to be an issue with After Effects remembering a previous attempt and importing these files.
    The first time I tried ti import this project, I hadn't realized that the initially copy of the data from the external drive to my project drive ( internal SATA 1 TB drive) had gotten corrupted becuase Soundbooth had locked up and I had to hard shut down the system while the copy was processing ( lesson learned, never try and start editing Audio on a project while the video frames are still copying to the drive) and AE opened all the files on the drive and then generated an error because the last frames were corrupt.  I deleted the folder on the project drive and recopied the project over from the external drive and let it finish before I tried anything on the system.  I have verified all the frames are intact now on the project drive, I have used Purge All on AE, but when ever I try to import the files into AE, it still stops at frame 32767 and doesnt load the rest of the video.  I need to be able to load all 53813 frames so I can work on this project.  I even renamed the prefix on the files and attempted to load them again, and still it stops at frame 32767.
    Is there a way I am missing to completely purge any history lists, temp files, etc, with Adobe Premiere CS4 and AfterEffects CS4 ?
    I can import a 79 GB uncompressed AVI just fine no issues, so I know it is not a system resources problem, I am on Vista 64 with 8 gb of RAM and loads of free hard drive space.
    Does anyone have anyideas how to resolve this and what I can do to fix AE so it will import this entire project?  I still have to import the second have of the project too which is another half hour worth of frames.
    Thank you,
    Jeff

    I wonder if the 64 bit version of AfterEffects CS5 will remove that limitation?
    Why should it? You are confusing things here (no offense). This has nothing to do with how much memory AE can handle or any of that, it's good old 16bit integer code that handles the numbering calculations. This is certainly an issue just as deep as the memory handling itself and bound to cause a ton of compatibility problems with older versions, so any change on that end will have to be weighed carefully before changing it. I wouldn't keep my hopes up for any soon-ish action on that end, as certainly it is not the highest priority for 99% of users that only ever handle short sequences...
    Mylenium

  • Importing XML into CS3

    Hiya!<br /><br />I'm using ID CS3.<br /><br />I'm trying to wrap my head around importing XML, and in particular XML that can change.<br /><br />My test project is an FAQ list.<br /><br />The XML looks like this:<br /><br />><?xml version="1.0" encoding="ISO-8859-1"?><br />><?xml-stylesheet type="text/xsl" href="format_web.xsl" ?><br />><br />><TroubleshootingSection><br />>  <Question><br />>    <Q_Number>1</Q_Number><br />>    <Q_Question>The laptop takes longer and longer to find a network >during bootup.</Q_Question><br />>    <Q_Answer>Check the number of Wireless Profiles and delete any >profiles that aren't in use.  When the laptop searches for a network, it >searches through all the wireless profiles before it chooses one.  Each >profile can take up to a minute to check, so this can add significant >time to the search.  The number of profiles should be kept as low as >conveniently possible - only networks that are accessed on a daily or >near-daily basis.</Q_Answer><br />>  </Question><br />><br />>(more questions)...<br />><br />></TroubleshootingSection><br /><br />The setup is that as the document grows, more questions will be added.<br /><br />In my ID document, I have three textboxes.  I tried tagging the text boxes, but the only otion was "root", so I imported the XML document and THEN tried tagging the text boxes.  They each changed color, so I know SOMETHING'S happened.<br /><br />The textboxes are now tagged (respectively) Q_Number, Q_Question, and Q_Answer.<br /><br />Then I created styles with the exact same names and assigned those styles to the matching text boxes.<br /><br />Then I went into the structure menu and mapped the tags to the styles of the same name.<br /><br />What I would LIKE is to be able to import the XML and either:<br /><br />1. Have it all flow into some sort of text frame such that it would take up as many pages as the evergrowing FAQ might require, or<br /><br />2. Have it flow into ID and make a new page for every question<br /><br />At the moment, though, I'm not sure what I do next.  I've followed a couple of tutorials online and usually at this point, they say either "and in a few clicks, you've got your import!" or "so then I imported the file and it filled all the data fields up."<br /><br />I spent yesterday afternoon trying to figure out HOW to flow the XML data into those text frames, but couldn't get it to work.  I searched the forums for Import XML and only found one person seeming to do the same thing I'm trying to do, and also no answer for her.<br /><br />Advice would be appreciated, and even more appreciated would be any sort of step-by-step.<br /><br />Thanks!<br /><br />Edward

    Oh, that XML just did not format well...<br /><br />Here's another try<br /><br />-=-=-=-=-=-=-<br /><?xml version="1.0" encoding="ISO-8859-1"?><br /><?xml-stylesheet type="text/xsl" href="format_web.xsl" ?><br /><br /><TroubleshootingSection><br />  <Question><br />    <Q_Number>1</Q_Number><br />    <Q_Question>The laptop takes longer and longer to find a network during bootup.</Q_Question><br />    <Q_Answer>Check the number of Wireless Profiles and delete any profiles that aren't in use.  When the laptop searches for a network, it searches through all the wireless profiles before it chooses one.  Each profile can take up to a minute to check, so this can add significant time to the search.  The number of profiles should be kept as low as conveniently possible - only networks that are accessed on a daily or near-daily basis.</Q_Answer><br />  </Question><br />  <Question><br />    ... (more questions)<br />  </Question><br /></TroubleshootingSection>

  • Unable to Import objects into ID

    Hi All,
            For your support I have completed the development work and I have moved to Quality from Development. But while trying to import the one scenario in to Quality System from Development in XI, I am getting the following Error:-
    Internal error: Unable to transfer changes for object Service | Q14CLNT120 to change list "XI 3.0 Import" (9a590f30-7245-11dc-9266-00306ee97ef1) since object still in change list "XI 3.0 Import" (3ae5e660-701d-11dc-942e-00306ee97ef1)
    I have somehow managed to import another scenario last week into Quality, although now I am unable to import. But while trying to activate the imported scenario into Quality System I am getting another Error as below:-
    Unable to move object. Change lists were not part of the same import
    I tried to activate the change list..but no woek.
    Could anyone please advice?
    BR
    Soumya

    Have you checked the GUID in SLD in both the systems?
    <b>SLD-->Software Components, to check the GUID.</b>
    You can do one thing, first of delete imported objects which are not getting activated from QA, also delete the SWCV from Integration Repository.
    <b>Note:</b> Before deleting SWCV, make sure any other working objects are not there in the same SWCV. 
    Now, if <b>SWCV & GUID</b> in both systems are <b>same</b> then again:
    1. Export the objects from Dev (.tpz file)
    2. Imort the same .tpz file to QA system.
    Now go to Repository of QA and
    1. <b>Tools --> Import Design Objects</b>
    2. <b>Tools --> Transfer from system landscape Directory --> Update Application Components.</b>
    Select your components and press Finish button.
    And finally try to Acitvate your objects.
    Regards,
    Sarvesh 
    *****Reward points, if found helpfull.

  • Unable to Import metadata into RPD

    Hi,
    I have installed OBIEE 111.1.1.6 on the sever and OBIEe client tools on my local desktop.
    now when i am trying to import metadata into my rpd by connecting to database it shows me the error "Unable to connect"
    can you please let me know if i am missing any prerequisties on my local desktop or any settings that i need to actualy srt importing?
    Please help me.
    Thanks

    If the call interface is OCI, enter a full connect string or a net service name from the tnsnames.ora file you set up within the Oracle Business Intelligence environment, in ORACLE_HOME/network/admin.
    If you are using a native interface for a different database, enter the name of the database for that system.
    If the call interface is ODBC, the data source name field displays a list containing all the User and System DSNs defined for ODBC on the local computer. Select the correct one for the data source to which you want connect.
    If it is helpful, please mark as correct or helpful

Maybe you are looking for

  • Nexus 4001i and MST tons of log errors

    Went looking through my Nexus 4001i logs today, and started noticing a bunch of STP role and port change messages: 2013 Jul  5 14:40:31 N4k-SLOT7-SW1 %STP-6-PORT_ROLE: Port Ethernet1/1 instance MST0000 role changed to designated 2013 Jul  5 14:40:31

  • Export & Import in the same DataBase

    Hi, I'm trying to export and import in the same DataBase but in different User/Tablespace, the imp procces create the objects in the same Tablespace of the export. What can I do to create a copy of a schema in the same database? Thanks. JEA

  • My Ipod Touch can't create a Playlist Folder in My Itunes

    Anyone managed to create Playlist folder in you Ipod Touch to combine all similar Genres into 1 folder? Now my I-Touch is already having huge playlist because I can't organize it. Please Help. Thanks.

  • BI 7 : filtered columns

    Hello Experts, I am using query designer BI 7 version, Created a query and have used 2 filters, My question on exection in web, the filltered values come in the corner and no longer the columns are seen in the structure.. Is there a setting to retain

  • Inserting button in table

    I need insert buttons in html table to display them well aligned. I have a idea : I created html in region. The html contain <tab ...></tab> Is possible insert button in the table?