CA edition do not read the scenario definition files

Hello
It is a migration from 2007.3-10 project. Configuration of a deployment of CA & fall on issues as long as it is impossible to read the SDL. Here is the error. This is the first deployment FULL time CA to commerce server.
As a work around, I copied the folders published & SCENE files (running on ATG 2007.3) and stuck in my DEV(C:\ATG\ATG10.0.3\home\Publishing\versionFileStore\PublishingFiles). The deployment completed successfully. This clearly indicates that the problem is with the edition. Any guess?


+ 13:12:08, ERROR 306 [DeploymentManager] +.
CAUGHT AT:
Container: ATG. Deployment.file.DeploymentSourceException: IOException when playback of the file /atg/registry/data/scenarios/recorders/das.sdl; SOURCE: deploymentFileCommandIOExcReadF
Island: level 4: IOException while reading the /atg/registry/data/scenarios/recorders/das.sdl file
atg.deployment.file.DeploymentSourceException: IOException while reading the /atg/registry/data/scenarios/recorders/das.sdl file
at atg.deployment.file.FileWorkerThread.handleErrorLogging(FileWorkerThread.java:1239)
at atg.deployment.file.FileWorkerThread.handleError(FileWorkerThread.java:1254)
at atg.deployment.file.FileWorkerThread.runCommand(FileWorkerThread.java:740)
at atg.deployment.file.FileWorkerThread.processMarkerForAddUpdatePhase(FileWorkerThread.java:420)
at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:534)
at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:307)
Caused by: deploymentFileCommandIOExcReadFile: level 4: IOException while reading the /atg/registry/data/scenarios/recorders/das.sdl file
atg.deployment.file.DeploymentSourceException: IOException while reading the /atg/registry/data/scenarios/recorders/das.sdl file
to atg.deployment.file.DeploymentSourceException. < init > (DeploymentSourceException.java:52)
+... 6 plus +.
EXCEPTION SOURCE:

Thank you!
Mani

I think 'das.sdl' is the scenario OOTB file that would be loaded with the initial data. But if you choose to configure ATG 10.3 with no initial data will not present in PublishingFiles the AC. Copy the existing PublishingFiles of ATG environment may be the only solution.

~ Srinivas

Tags: Oracle Applications

Similar Questions

  • I've just updated my LR, but still can not read the new RAW files of my brand new Sony a6300. said 'impossible to read these files' is Adobe should update it program with new firmware to manage these new folders? Or something escapes me?

    I've just updated my LR, but still can not read the new RAW files of my brand new Sony a6300. said 'impossible to read these files' is Adobe should update it program with new firmware to manage these new folders? Or something escapes me?

    You updated Lightroom to version 6.5? This is the version you need. What is the exact wording of the message you receive?

  • Net Oracle does not read the tnsnames.ora file.

    I am running 11.2.0.3 on Solaris 10 SPARC x 64. I'm trying to configure oracle net for a new database on hold in order to be able to use rman duplicate to create. LDAP is what we mainly use for all of our connections and, possibly, what I could use very well for my goal of rman duplication. But, I fear that I do nothing seems to allow me to read the tnsnames.ora file.

    My SQLNET. ORA file is as follows:

    NAMES. DIRECTORY_PATH = (LDAP, TNSNAMES)

    NAMES. DEFAULT_DOMAIN = mydomain.com

    My TNSNAMES file. ORA file is as follows on both servers:

    WLDB_HERE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = primary_server) (PORT = 1521))
    )
    (CONNECT_DATA = (SERVICE_NAME = wldb_here.mydomain.com))
    )

    WLDB_THERE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = standby_server) (PORT = 1521))
    )
    (CONNECT_DATA = (SERVICE_NAME = wldb_there.mydomain.com))
    )

    I have a static entry in the remote listener.ora file so I can connect to create the instance:

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = wldb_there.mydomain.com)
    (ORACLE_HOME = / u01/app/oracle/product/OraHome112)
    (SID_NAME = WJZI)
    )
    )

    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = standby_server) (PORT = 1521))
    )

    Permissions on my .ora files in $ORACLE_HOME/network/admin are

    -rw - r - r - 1 oracle dba

    The user that I am connected to who is oracle.

    I have set up several times before, but for some reason that I can't get this to work. I get

    AMT-03505: failed to resolve host

    Of

    tnsping wldb_there

    or

    tnsping wldb_here

    I have not tried to take the LDAP Protocol on my sqlnet.ora because I need, but I really want to know if anyone has had an experience like this before.

    Thank you-

    gregb wrote:

    I am running 11.2.0.3 on Solaris 10 SPARC x 64. I'm trying to configure oracle net for a new database on hold in order to be able to use rman duplicate to create. LDAP is what we mainly use for all of our connections and, possibly, what I could use very well for my goal of rman duplication. But, I fear that I do nothing seems to allow me to read the tnsnames.ora file.

    My SQLNET. ORA file is as follows:

    NAMES. DIRECTORY_PATH = (LDAP, TNSNAMES)

    NAMES. DEFAULT_DOMAIN = mydomain.com

    My TNSNAMES file. ORA file is as follows on both servers:

    WLDB_HERE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = primary_server) (PORT = 1521))
    )
    (CONNECT_DATA = (SERVICE_NAME = wldb_here.mydomain.com))


    )

    Because you have NAMES. DEFAULT_DOMAIN = mydomain.com in your sqlnet.ora, when you try to connect to "WLDB_HERE", before tnsnames.ora is read, sqlnet will transform your application in "WLDB_HERE.mydomain.com".  And that's what he's going to get.

    You do not have an entry in your tnsnames.ora to 'WLDB_HERE.mydomain.com '.

    WLDB_THERE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = standby_server) (PORT = 1521))
    )
    (CONNECT_DATA = (SERVICE_NAME = wldb_there.mydomain.com))
    )

    I have a static entry in the remote listener.ora file so I can connect to create the instance:

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = wldb_there.mydomain.com)
    (ORACLE_HOME = / u01/app/oracle/product/OraHome112)
    (SID_NAME = WJZI)
    )
    )

    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = standby_server) (PORT = 1521))
    )

    Permissions on my .ora files in $ORACLE_HOME/network/admin are

    -rw - r - r - 1 oracle dba

    The user that I am connected to who is oracle.

    I have set up several times before, but for some reason that I can't get this to work. I get

    AMT-03505: failed to resolve host

    Of

    tnsping wldb_there

    or

    tnsping wldb_here

    I have not tried to take the LDAP Protocol on my sqlnet.ora because I need, but I really want to know if anyone has had an experience like this before.

    Thank you-

  • Illustrator can not read the linked Photoshop files.

    For the last few weeks, all my files with linked Photoshop files were unable to open. I must point out that they contain all of the Photoshop files with spot channels and are a mix between CMYK and RGB. Spot channels are what I need. I use files PSD place archaic DCS2.0 .eps files to save space on the disk. For almost a year which was absolutely perfect, no problem. Now I can't open a file without getting an error 'File can not be read' and then we close the file immediately, without the possibility to recreate a link to a new file or anything like that. This results in me having to create a new DCS2.0 file and the original illustrator file from scratch. VERY FRUSTRANT and plenty of time to say the least.

    This does not happen with the psd files with no channel spot, than those who have channels spots.

    Illy is why all of a sudden?

    I have clients waiting to draw accurate repetition of their designs, and now they will be slightly off because I have to redo all the files. I dread the day that I find one that can not be done again.

    Operating system: Win7 x 86

    CS5 Design Premium

    Illustrator v15.0.2

    If you need more information, please let me know - I would like ot fix this and back using psd with spot-it channels files was not only allowing me to save space, but also for letting me use the transparency and was faster to load/save.

    Did you add Pantone + color system to your color book?

    I had the same problem and it is solved by removing any reference Pantone + book color and remove my prefrences illustrator. This can mean relocation of illustrator. Aparently Illustrator can read only a system of colors at once and if there is a spot color that does not recognize the color book that he will not place the image.

  • "Unable to connect" remote pages ("could not read the chrome manifest file'); local pages OK; proxy server is configured to none - what to do?

    Firefox 5.0.1 claims to be updated (how he knew that if she could not connect to the Web?), Windows XP Home 2002 SP3 Dell DIM3000 Pentium 4, 3 GHz, 1 GB of Ram.

    Internet Explorer (8.0.6001.18702 with 128-bit encryption) and Opera (10.2? can't get it to display its version) both can access all the local and remote (Web) pages - Firefox does very well with all local pages but impossible to connect to what anyone remotely.

    One possible cause is security software (firewall) that blocks or limits Firefox or plugin-container process without informing you, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox in the list of permissions in the firewall and leave your firewall again ask permission to get full unlimited access to the internet for Firefox and the plugin-container and the update process.

    See:

  • CS4 will not read the Panasonic RW2 files

    kb408037 indicates this is a known issue and suggests to manually install the update to Camera Raw 5.2. The problem is that I use Windows and the manual instructions are only for Mac using a dmg file. It doesn't seem to be an equivalent download file Windows (.msi?) for the manual update.

    Can anyone suggest a way to update manually on Windows?

    Thank you very much!

    http://www.Adobe.com/support/downloads/product.jsp?product=161&platform=Windows

  • Narrator does not read the text deleted when editing

    Narrator does not read the deleted text when you go to end of the text and start pressing the BACKSPACE or delete key.

    It is a known problem with the narrator and Windows 8.

  • Re: Satellite P500 of USA - can not read the local DVD

    Hello

    Sorry to appear such a luddite acquired but this laptop great USA from eBay.
    User manual appears to indicate that the player is going to adapt to the locality of the drives I want to play.

    Not had any luck with playback at all to this day, the error message 'not compatible' etc., any guy of suggestions?

    See you soon,.
    Michael

    Hi mate

    I think that the portable player s (optical disc) DVD region is set in the United States and therefore you can not read the DVD released for the European market.

    To resolve this problem, you must change the option of DVD region 2 region.

    My computer-> drive CD / DVD-> properties-> Hardware tab-> choose the CD drive / DVD-> properties-> DVD region

    Notes; You can change this settings ONLY 4 times. After that the parameters is no longer editable.

  • Dual Boot with windows XP Pro with 2 HARD drive, error on secondary windows install: "Windows did not start because of a configuration of the disk of the computer problem. Could not read the selected boot disk. Check boot path and disk hardware... »

    Hi, I recently bought a new Hitachi 1 TB internal hard drive. I wanted to do a clean install on the new drive (d), be able to dual boot my computer and leave my old 300 GB disk (C :) as the primary windows installation. After physically installing the new HARD drive, I noticed that "new hardware found" and the the brand name flashed in the bottom right corner. I thought I'd see the new hard drive in my computer, but I did not. I initialized the new HARD drive with the computer management window (right click on my computer - manage) and I also formatted in NTFS (I had to change my printer hard drive letter to assign the new HARD drive with the letter D, but I've made other changes after this step). Now, I could see and use in my main windows on the C: installation. I then installed a windows new copy XP pro with the installation CD I got for my C: but on the D: (Note: I have a Dell computer (and the Dell reinstallation CD) and my current version of windows has SP3 while the installation CD is only SP2) (I also reformatted my HARD drive during the installation of windows to NTFS)

    Now when I try to start on installing the new on my D: I get "Windows did not start because of a configuration of the disk of the computer problem. Could not read the selected boot disk. Check startup disk and hardware access path. "and another line saying to refer to manuals HARD drive and windows.

    My Boot.ini file at this time was:

    [boot loader]
    Timeout = 5
    default = multi (0) disk (0) rdisk (0) partition (2) \WINDOWS
    [operating systems]
    "multi (0) disk (0) rdisk (0) partition (2) \WINDOWS="Microsoft Windows XP Professional "/ noexecute = optin/fastdetect
    "signature (ac516a5c) disk (0) rdisk (0) partition (1) \WINDOWS="Microsoft Windows XP Professional own "/ noexecute = optin/fastdetect

    I looked towards the top of this help page, but for now I'm unlucky:

    http://support.Microsoft.com/kb/314477

    (The next steps I took by throwing from the Windows CD and go into the repair console)

    I tried to use the bootcfg /rebuild but the line to boot.ini for my secondary HARD drive still does not work.

    He gave me something like:

    [boot loader]
    Timeout = 5
    default = multi (0) disk (0) rdisk (0) partition (2) \WINDOWS
    [operating systems]
    "multi (0) disk (0) rdisk (0) partition (2) \WINDOWS="Microsoft Windows XP Professional "/ noexecute = optin/fastdetect
    "signature (ac516a5c) disk (0) rdisk (1) partition (1) \WINDOWS="Microsoft Windows XP Professional own "/ noexecute = optin/fastdetect

    I also tried to change the signature() to multi (0), but it did not work. (or try almost all possible permutations of disk() and rdisk() partition() 0 to 2).

    I also tried to use expand F(dvd-drive):\i386\ntkrnlmp(I_have_a_duo-core).ex_ D:\windows\system32\ntoskrnl.exe and a few other combinations, but I when I login as D:\windows simply, it fails to extend with a message like "could not develop" or C:\windows I get "restricted access".

    I have not yet tried CHKDSK/r, but since I did a clean install on a newly formatted drive... I don't think it would work.

    I've also marked the partition on the D: as active (in computer management), but it did not help me.

    I've done a first installation of windows repair, strangely, I couldn't fix this one... Still does not work...

    My default windows installation yet works very well & I see that windows has been installed on the D: but I'm ideas from how to operate the dual-boot, can someone throw me a BONE on what to do?

    Maybe try to do something with the Boot Manager (whatever it is?) Create a new partition and use it as a boot manager? I don't really want to do this, because if I made a mistake I will be unable to use my computer and dual boot should work without going through all this trouble... But I found this page: http://technet.microsoft.com/fr-fr/library/ee829686%28WS.10%29.aspx

    Could a clean install two HDD help? I hope I won't have to do...

    Someone has an idea?

    PS: I'm not such an advanced user so I need a solution step by step, thanks!

    Edit: I also noted that I can't see my new HARD drive in my BIOS... weird... SATA-0 is my old drive HARD 1 and 2 are my dvd 3-5 readers are 'off' and it doesn't seem to be anything that it is plugged in. I also have 4 bays for internal HARD disks. Now, 2 are busy.

    Edit2: I looked inside my case and enabled the good Sata in the Bios after a reboot it detected the drive correctly. Dual boot doesn't always work well... The fact that it was disable in the BIOS while I was installing the new HARD drive could change anything? Hmm...

    In case I wasn't clear enough: I had a windows XP Pro installed on my C:, bought a new hard drive and installed the same copy of windows on it (d). I think that should allow me to double boot between the two installs different. Even if for some reason I can't boot from one on my D:. Andrew, I do not understand why you so far physically disconnect the other drive, the point of the whole operation is to build a boot.ini file so that the BIOS knows that it y facilities 2 windows and you allow to choose (and not have conflicting problems between the 2 systems), someone correct me if I'm wrong? "Expand" the part of my first post made reference to one of the solutions provided by Microsoft in the first link that I have included in my previous post (but I can't seem to work).

    In addition, it is the procedure that I followed: http://www.ehow.com/how_5950826_boot-two-different-hard-drives.html

    (except I've had the first installation already done).

    Andrew "also, once a new hd is plugged on the pc & running, most of the BIOS will place (them) as 1st priority hd, set the BIOS to do this", you mean that by installing separately from windows on each unit when the other is not plugged in, I could choose what disk to start from defining their priority in the BIOS once they are all plugged back? It's too tedious (as I intend to move frequently between the 2 installs) and requires a computer to other users of the lack of computer knowledge. Unfortunately, it is not a viable option.

    EDIT: I DID IT! Hmmm... Well, I double checked in the recovery console, the path of the new HARD drive with the arc command Scan. Tried to start again with the MULTI (0) in my boot.ini and it worked... I also had my windows install CD in. Maybe that is why I could not start, windows needs the CD to complete the installation? Weird, I don't know what I did to the difficulty it... but hey, it works! Thanks for your ideas guys!

  • How can I fix this "Setup was unable to find (or could not read) the language specific setup resource dll, unable to continue." Error if please restart and try again. » ?

    I'm trying to install Microsoft FreeLancer on Windows 7 64 bit Home Premium edition (according to WinVer: Version 6.1, build 6701, Service Pack 1).

    After inserting the DVD in the drive and run "Setup.exe", I am invited by the UAC to elevate permissions - who I am agreement - then the following error message appears: "Setup was unable to find (or could not read) the language specific setup resource dll, unable to continue." If please restart and try again. »

    The only valid technote, I found the issue was http://support.microsoft.com/kb/258496. The below is the list of the things that I tried after reading this technote - but no avail.

    • Of course, I tried to restart.
    • I checked the DVD is in good condition, even with regard to the attempts to install from the disc to a friend and even went up to compare the MD5 of all files on two DVDs, the checksums match.
    • I tried using the compatibility mode for XP, although according to the report of another user on the statements of the Windows Compatibility Center that this should not be necessary.
    • I ran a full "chkdsk" (i.e. one scheduled for after a reboot, rebooted) and chkdsk reported no error.
    • I deleted all files "di - use ' %TEMP%, immediately after the restart and before you run setup.exe.
    • I've looked at this the EMET tool had an exemption for 'setup.exe' and my tool anti-virus was disabled before installation.

    Everything I try seems to have no effect on the resolution of this problem.

    Can anyone suggest any possible causes of--and, ideally, solutions to-this issue?

    Kind regards

    Alex.

    ... "Step 1: perform the clean boot to verify if it's a software conflict matter. '...

    -Tried but not given to impact.

    ... "Step 2: System File Checker tool"...

    -Tried but not given to impact.

    ... "I would have you check the same DVD on another computer and check if it works. '...

    -The only other machine that I use Ubuntu. My other half uses only his Mac.

    I managed to work around this problem by using the following workaround solution:

    I installed Freelancer CD on a Windows XP virtual machine running in VMWare Workstation. I then moved the installation directory (C:\Program Files\FreeLancer) off the coast of the virtual machine on my Windows 7 computer in (C:\Program Files (x 86) \FreeLancer).

    The game seems to work fine as long as it is run with administrative privileges (that is, the freelancer.exe running). Without administrator rights, the games is never recorded. With them, they are registered under "C:\Program Files (x 86) \FreeLancer\EXE\Accts\SinglePlayer" successfully.

  • get error message SCR ADE 4.5 E file is not found, the source file cannot be read.  Tried to withdraw approval of &amp; re allow including factory reset and re load but still can not read the library on my Kobo Touch book.  With the help of Windows 10...

    Hi, when you try to read the book from the public library on my Kobo Touch I get error message SCR ADE 4.5 E file is missing could not read the source code.   I tried to remove and re downloaded from the website of the public library (no luck), I did the resets, including plate and re authorizing with the reset factory and re loading (no luck).  This problem started after the last update to 4.5 ADE unfortunately as before no problem.   If anyone has any ideas, would be appreciated.   Thank you.

    Try it work when you uninstall 4.5 and install new 3.0: the Adobe Digital Editions software downloads

  • Can not read the text added [iOS]

    It can not read the text added to adobe acrobat dc for ios to windows and Linux, as well as the drive of Google. Looks like some fonts crash. What can we do?

    Hello

    Sorry for the problem that you are experiencing.

    This particular default (which affected annotations to text only) has been fixed in Acrobat DC for iOS version 15.0.2.

    You will not see the problem if you add text annotations again using Acrobat DC for iOS version 15.0.2 or newer.

    For existing text annotations, please do the following to correct the problem.

    1. Make sure you upgrade Acrobat DC for iOS to the latest version of the App Store.
    2. Open the PDF containing the annotations to existing text in Acrobat DC for iOS.
    3. Touch an existing text annotation to display the context menu.
    4. Select Edit.
    5. Make changes to cause the Save button to be activated (e.g. Add space at the end of the text)
    6. Tap Save.
    7. Cancel the previous, if necessary changes.
    8. Tap Save.
    9. Repeat steps 3 through 8.

    Text annotations will be fixed and stored properly so that they can be consulted on different platforms such as Windows, Linux.

    Alternatively, you can delete existing text annotations and add new ones rather than change them.

    This can be a tedious process if you have a lot of existing with the problem text annotations.  Sorry for the inconvenience.

  • Cross-origin request blocked: the same political origin does not read the remote resource

    while trying to perform the CORS get request I get this error:
    Cross-origin request blocked: the same political origin does not read the remote resource
    In chrome it works fine.
    I'm using firfox version 29

    A good place to ask for advice on web development is the forum mozillaZine 'Web Standards Development/evangelism'.

    Aid to this forum are better informed on issues related to web development.

    You must register on mozillaZine forum site to post in this forum.

  • USB port from a digital Multiport card will not read the external SSD drive. Right USB - c for the USB adapter works fine.

    USB port from a digital Multiport card will not read the external SSD drive. Right USB - c for the USB adapter works fine.

    It's a new 12 '' MacBook

  • I have a MacBook, and itunes does not read the cd, the track or album titles.

    I have a MacBook Pro and when I try to import a music CD into my iTunes library, iTunes not read the album or track titles.  I've seen other messages on re - install iTunes, problems with Gracenote and be connected to the internet.  My computer is connected to the internet and Gracenote is still not read the CD.  Is there a solution for this other than to manually enter the tracks on the album and track names?

    It is a commercially available original CD?

Maybe you are looking for

  • Can I repair my iPhone bought in Hong Kong in US

    I bought my iPhone in October last year in Hong Kong, so it is in warranty. Now, there are problems with the WiFi connection, repair in China takes 2 weeks, but I'll go to the United States, ten days later. I can solve this problem in the United Stat

  • Time Machine to back up

    What is the necessary step to set up the backup time machine your data on your external drive?

  • How to remove double separators?

    After the Elimination of some redundant links caused by the import of favorites, I have two adjacent separator lines. How can I remove them? Details... I recently installed FF 19.0.2. After I imported the bookmarks to an HTML file, I had two sections

  • Satellite C660 does not start

    Yesterday, we bought a C660 Satellite with Windows 7 64 bit installed. Worked great but today the laptop no longer starts. Updates have been installed, but after pressing the power button, the hard drive light lights for a few seconds, the vents work

  • Updated by Satellite 5000-204 Xp Home, XP Pro

    HelloCan migrate my 5000-204 Satellite XP Home to XP Pro?What are the constraints?Concerning