Problem load hierarchy into 0GL_ACCOUNT

Hi all,
I' am trying to load data into 0GL_ACCOUNT for use the 0FIGL_CO1 cube, when try to load the hierarchy from dataSource 0GL_ACCOUNT_T011_HIER has errors...
1. I edit the infoPack and message say something like "the transfer method has change PSA to IDocs".
2. When I check the transfer rule see that is missing map some fields ... i don't know if is necessary make the fix like with the 0GLACCEXT... then i fill the fields missing and when load the data with the infoPack it fill the PSA but not the hierarchy.
I have tried everything but now I don't know what to do.
Please help me, I am new in BW.
tnk

Hi,
Mapping is
0HIENM     Hierarchy name     HIENM
0HIER_VERS     Hierarchy version     VERSION
0DATEFROM     Valid-From Date     DATEFROM
0DATETO     Valid-to date     DATETO
In InfoPackage under Hierarchy you check correct one, ie. click on Available Hierarchies From OLTP and select correct one and load,.
Thanks
Reddy

Similar Messages

  • Problem loading data into write optimized dso.....

    Hi ,
    I am having problem loading the data from PSA to write optimised DSO
    I have changed the normal DSO into a Write Optimised DSO. I have 2 data sources to be loaded into the write optimized DSO. One for Demand and one for Inventory.
    The loading of Demand data from PSA to DSO happens fine with out any error.
    Now while loading the Inventory data from PSA to DSO , i get the below errors
    "Data Structures were changed. Start Transaction before hand"
    Execption CX_RS_FAILED Logged
    I have tried reactivating the DSO, Transformation, DTP and tried to load the data again to the write optimised DSO, but no luck, I get the above error message always.
    Can some one please suggest me what could be done to avoid the above error messages and load the data successfully.
    Thanks in advance.

    Hi,
    Check the transformations is there any routines written.
    Check your Data struture of cube and DS as well.
    Is there any changes in structure.
    Data will load upto PSA normally, if is there any changes in struture of DSO, then the error may occur.just check it.
    Check the below blog:
    /people/martin.mouilpadeti/blog/2007/08/24/sap-netweaver-70-bi-new-datastore-write-optimized-dso
    Let us know status.........
    Reg
    Pra

  • Problem loading image into texture memory

    Hi there, I am currently porting our new casual PC game over to the iPad using the pfi, the game was written in Flash so the porting process isn't that hard thankfully, it's mainly just optimizing the graphics.
    So far things are going smoothly, I was initially worried about graphical performance, but since we put everything into the GPU that's no longer a concern- it runs super smooth at 60fps at 1024x768, we can have a hundred large bitmaps rotating and alphaing at once with no slowdown.
    However there is one weird problem which is really worrying me at this point- it seems that the speed at which images are loaded into video memory as textures is vastly different depending on what else is being run on the iPad, for example:
    * If I run my game with nothing else in memory, it will run fine at 60fps, and load up large images into texture memory very fast.
    * If I run another App, in this case a Virtual piano app for a while, then close that App via the Home button (so the piano app is still in memory but suspended due to the multitasking), then when I run my game, it will run ok initially, but when I try to load a large (1024x512) image into texture memory it pauses the whole game for several seconds.
    * To make matters worse, if I repeat the same test using the RAGE app from ID software (which is very graphically intense), my game actually slows down to 1 fps and runs extremely slowly as soon as I run it and the frame rate never returns to normal. If I then double-click the home button, shut down RAGE, then go back to my game, it will run fine.
    I have read that sometimes when you load images into texture memory it will have to reclaim that memory from other apps, but that doesnt exaplain why it slows down every time I want to load something, or why the game would slow right down to a crawl.
    So then it seems that having other Apps in memory is slowing down my game, or stopping it from working altogether. Obviously this is not ideal and would stop us from releasing, so is there any way I can stop this, has anyone come across the problem? Please help!
    PS. this problem also happens on an iPhone 4, as I have performed the same tests.

    Hi _mz84
    First thing I noticed, is that you did not close your
    <embed> tag
    <embed src="gallery1.swf" bgcolor="#421628" width="385"
    height="611" wmode="transparent" />
    If that doesn't solve your troubles, try the following
    container.
    <object type="application/x-shockwave-flash" height="611"
    width="385" align="middle" data="gallery1.swf">
    <param name="allowScriptAccess" value="never" />
    <param name="allowNetworking" value="internal" />
    <param name="movie" value="gallery1.swf" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#421628" />
    </object>
    hope this helps out.

  • Problem loading flash into website

    Hi,
    I wanted to load simple image gallery into my website using
    following code:
    <object width="385" height="611" align="middle">
    <param name="movie" value="gallery1.swf">
    <param name="bgcolor" value="#421628" />
    <param name="wmode" value="transparent" />
    <embed src="gallery1.swf" bgcolor="#421628" width="385"
    height="611" wmode="transparent">
    </object>
    It is working fine when I run just the gallery1.swf on my
    machine, but it somehow can not load the images into website,
    although all the paths are correct. Did anyone else had this
    problem?
    I would realle appreciate help,
    Thanks

    Hi _mz84
    First thing I noticed, is that you did not close your
    <embed> tag
    <embed src="gallery1.swf" bgcolor="#421628" width="385"
    height="611" wmode="transparent" />
    If that doesn't solve your troubles, try the following
    container.
    <object type="application/x-shockwave-flash" height="611"
    width="385" align="middle" data="gallery1.swf">
    <param name="allowScriptAccess" value="never" />
    <param name="allowNetworking" value="internal" />
    <param name="movie" value="gallery1.swf" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#421628" />
    </object>
    hope this helps out.

  • Problems loading songs into flash mp3 player

    I am very new to actionscript, and I am still trying to learn some of the basics, but I'm getting there, understanding it better with help from great forums like this one.
    I have a music community website, visitors can sign up, upload mp3 files, their files get uploaded into their own folder named '$id' in the php code, (if they are the 10th member to sign up, their folder would be named 10, and so on)
    I have a prebuilt flash player that I want to playback the mp3 files just for that member when their profile is being viewed, I have some code in the mp3 upload script that automatically writes an xml file to their folder containing their song data, with Andrei1's help, I got that part working using flashvars, now the problem I am having is that I can't get the songs to play back, the data is there but no music.
    as I said I am using a prebuilt flash player that is using a static call to a directory, so should I use flashvars again to load the mp3 files into the player? and I also need help figuring out what to change in the actionscript.
    here is the object embed src for the html:
    <param name="movie" value="flplayer1a.swf">
                        <embed src="flplayer1a.swf" FlashVars="xml=<?php echo "members/$id/playlist.xml" ?>"></embed>
                        <param name="FlashVars" value="xml=<?php echo "members/$id/playlist.xml" ?>">
    and here is the actionscript code for the playback on frame 1
    stop();
    var myFormat:TextFormat = new TextFormat();
    myFormat.color = "0xFFFFFF";
    list.setRendererStyle("textFormat", myFormat);
    var trackToPlay:String;
    var pausePosition:int = 0;
    var songURL:URLRequest;
    var isPlaying:Boolean = false;
    var i:uint;
    var myXML:XML = new XML();
    var XML_URL:String = loaderInfo.parameters.xml;
    var myXMLURL:URLRequest = new URLRequest(XML_URL);
    var myLoader:URLLoader = new URLLoader(myXMLURL);
    myLoader.addEventListener("complete", xmlLoaded);
    function xmlLoaded(event:Event):void {
        myXML = XML(myLoader.data);
        var firstSong:String = myXML..Song.songTitle[0];
       var firstArtist:String = myXML..Song.songArtist[0];
      songURL = new URLRequest("????" + firstSong + ".mp3");
       status_txt.text = "1. "+firstSong +" - "+firstArtist;
         for each (var Song:XML in myXML..Song) {
    i++;
      var songTitle:String = Song.songTitle.toString();
    var songArtist:String = Song.songArtist.toString();
    list.addItem( { label: i+". "+songTitle+" - "+songArtist, songString: songTitle, Artist: songArtist, songNum: i } )
    var myArray = new Array (0,0);
             list.selectedIndices = myArray; // This highlights song 1 by default
    gotoAndStop(3);
    this is on frame 2 for the song switching
    songURL = new URLRequest("?????" + trackToPlay + ".mp3");
    and this on frame 3:
    stop();
    var snd:Sound = new Sound();
    var channel:SoundChannel;
    var context:SoundLoaderContext = new SoundLoaderContext(5000, true);
    snd.load(songURL, context);
    channel = snd.play(pausePosition);
    I'm starting to build my own flash player based on what I have learned here, I just have to figure this part out and I'm good to go.

    songURL = new URLRequest("?????" + trackToPlay + ".mp3"); and
    songURL = new URLRequest("????" + firstSong + ".mp3");
    this is where the movie looks for mp3 files, when I downloaded this prebuilt player, the line looked like this
    songURL = new URLRequest("http://www.mydomain.com/mp3_files" + firstSong + ".mp3");
    songURL = new URLRequest("http://www.mydomain.com/mp3_files" + trackToPlay + ".mp3");
    this is the part I am trying to figure out how to change, if I were to have all the members mp3 files go into the mp3_files folder, the player works fine, no problems at all, but I don't want all the members mp3s in one folder, they need to be in each members folder(which I have it set up to do) and I can't figure out how to change the "http://www.mydomain.com/mp3_files" to http://www.mydomain.com/members/$id, that's why I was asking if we add another value in the flash vars, again my inexperience with 2 way communication between as3 and php variables is what's choking me
    the list component is a movie clip
    "You did not answer the question about whether scripts are spread through several frames"
    the first frame has all the code for variables, xml loading, inserting data, the second frame has code for song switching, the third frams has the sound variables, button functions, scrubber and volume, animated meters, etc., I hope i answered it this time, being a newbie, I am trying to answer the best I can.

  • Problem loading hierarchy long text. Item text only displays 45 characters

    Hi,
    When loading the Financial Statement hierarchy from ECC to BI I am only getting a 45 character long text for the nodes. This text seems to correspond to the "Item" text seen in transaction fse3 in ECC. However, the text that I need to have is the (concatenated) long text enterer in the multiple fields under either "End of Group" or "Start of Group" (under Item: Display Texts in fse3).
    Does anyone know if it is possible to extract this information and how to go about when doing this?
    Points will be rewarded for help.
    Regards
    Nils

    Hello Vânia,
    >> fac586, Thank you very much for your help ….
    Just so you know, fac586 is called Paul :).
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • Problem Loading Photos into iPhoto

    I recently started downloading my pictures from my digital camera into iPhoto 5. I don't like deleting the pictures from my memory card because I print them from my card and also download them to other computers. Every time I plug in my camera it goes through every single picture. Every time I tell it not to download duplicates and to apply this to every picture, but it takes a lot of time to go through the hundreds of pictures on my card before it gets to the 3 at the end that I want to download. Also, I don't want some of the pictures on my mac and delete them from iPhoto (because I don't know how to prevent it from downloading them in the first place), but the next time I plug in my camera it downloads them all over again! Are there ways to bypass these problems? Thanks!
    By the way- my camera is the Canon Powershot A75

    hi newmacusers,
    I download my photos with Image Capture (you can choose which images to download).
    I then put them in a dated folder and import that folder into iPhoto. I keep all my dated folders of images till I have enough to burn them to DVD as a backup of just my images.
    Using Image Capture to download images and video clips:
    Open up Image Capture which is found in the Applications folder.
    When it is opened, go to Image Capture/Preferences
    Under the General button choose
    Camera: When a camera is connected, open Image Capture.
    The next time you connect your camera Image Capture will open.
    In the window that opens you will see an Options button. Click on that button to set your options.
    To find out more about Image Capture (it can do a lot more) Click on Help in the menu bar when Image Capture is open.
    iPhoto: How to Change the "Open Automatically" Preference
    If you find you can't change any of Image Captures preferences or can't access any drop down menus or they are greyed out, check to make sure Image Capture is loose in the Applications folder and not within a sub folder.
    Lori

  • Problem loading flv into FLVPlayBack

    Hello All,
    I have set up a test site at
    http://www.sinifdizi.com/test.html.
    When the page loads there is an error. When I look at the
    browser activity viewer it says my video
    http://www.sinifdizi.com/videos/sinif-bol-01_01.flv
    not found. BUT!!!! If you click the first button 'bölüm
    1' then the 'indik' button under '1. BÖLÜM - TANITIM 01'
    the file will download from the server.
    I have tried everything. The page works fine during testing
    but not online. Any thoughts.

    Instructions for adding FLV MIME
    type to IIS

  • Problem loading jar into Applet

    Good day folks.
    The scenario I try to implement is the following: I want to start an applet A (a small one) which then loads another jar B (a big one) and starts it.
    The code of applet A looks like this:
    File file = new File("C:\\B.jar");
    JarFile jar = new JarFile(file);
    String mainclass = jar.getManifest().getMainAttributes().getValue("Main-Class");
    URL urlList[] = {file.toURL()};
    URLClassLoader loader = new URLClassLoader(urlList,  Thread.currentThread().getContextClassLoader());
    Class c = Class.forName(mainclass, true, loader);
    MySecondApplet b = ((MySecondApplet ) c.newInstance());Now this works quite well, as long as B doesnt do any potential unsecure stuff like accessing System.Properties. If B tries that I get an java.security.AccessControlException: access denied!
    This behaviour is normal if B isn't signed, but both jars A and B are signed with the same signature, so somehow the signature of B isnt looked at by the JavaVM.
    Anyone knows why the signature of B is disregarded?
    Thanks in advance
    MVeeck

    First of all, I really don't understand how you manage to create a new Instance of a class
    from A that is not in the classpath of A.
    My example above I had test and t.
    When I try this
    ((t) c.newInstance()).init();
    In test without having t.jar in the html I get the following exception:
    ava.lang.NoClassDefFoundError: t
    This is because test doesn't know about t because it is not in test's classpath (archive
    tag in html file).
    Now I can cast t to Applet and get the following exception (same as yours)
    AccessControlException: access denied (java.util.PropertyPermission user.name read)
    Now I sign t.class differently that test.class and put t.jar back in the html (archive tag).
    The jre will ask me twice if I trust the applet because t.jar is signed diffently than test.
    That doesn't work hower because I get the following exception:
    class "t"'s signer information does not match signer information of other classes in the same package
    so I put t in another package and we are back to accessControlException, the jre
    never asks the user if he or she trusts t.t class when the t.jar is loaded.
    In my opinion this is a bug or if we are missing something here it's poorly
    documentend by the jave doc since I found no method at all where I either tell the
    JarFile instance or URLClassLoader to ask the user the "do you trust" question.
    Here are the files again (changed some code there)
    c:\temp\page.htm
    <DIV id="lblOutputText">Output comes here</DIV>
    <DIV id="dvObjectHolder">Applet comes here</DIV>
    <script>
    if(window.navigator.appName.toLowerCase().indexOf("netscape")!=-1){ // set object for Netscape:
         document.getElementById('dvObjectHolder').innerHTML = "        <object ID='appletTest1' classid=\"java:test\"" +
                    "height='0' width='0' onError=\"changeObject();\"" +
              ">" +
                    "<param name=\"archive\" value=\"sTest.jar \">" +
                    "<param name=\"mayscript\" value=\"Y\">" +
            "</object>";
    }else if(window.navigator.appName.toLowerCase().indexOf('internet explorer')!=-1){ //set object for IE
         document.getElementById('dvObjectHolder').innerHTML =      "<object ID='appletTest1' classid=\"clsid:8AD9C840-044E-11D1-B3E9-00805F499D93\"" +
                   "         height='0' width='0' >" +
                   "   <param name=\"code\" value=\"test\" />" +
                      "<param name=\"archive\" value=\"sTest.jar\">" +
                   " </object>"
    </script>c:\temp\t\t.java
    package t;
    import java.security.*;
    import java.io.*;
    public class t extends java.applet.Applet {
        public void init() {
             try{
                   String user = (String) AccessController.doPrivileged(
                     new PrivilegedAction() {
                        public Object run() {
                             String u = "";
                             try{
                                  u = System.getProperty("user.name");
                                  File f = new File("C:\\temp\\atest.txt");
                                  FileOutputStream fo = new FileOutputStream(f);
                                  fo.write("this seems to work\n".getBytes());
                                  fo.write("full control here\n".getBytes());
                                  fo.write(new String("can allso get the user name:" + System.getProperty("user.name")).getBytes());
                                  fo.close();
                             }catch(Exception e){
                                  e.printStackTrace();
                             return u;
                   System.out.println(user);
            }catch(Exception e){
                 e.printStackTrace();
    }c:\temp\test.java
    import java.net.*;
    import java.util.jar.*;
    import java.io.*;
    public class test extends java.applet.Applet {
        public void init() {
             try{
                   File file = new File("C:\\temp\\t.jar");
                   JarFile jar = new JarFile(file,true);
                   URL urlList[] = {file.toURL()};
                   URLClassLoader loader = new URLClassLoader(urlList, Thread.currentThread().getContextClassLoader());
                   Class c = Class.forName("t.t", true, loader);
                   System.out.println(c==null);
                   ((java.applet.Applet) c.newInstance()).init();
            }catch(Exception e){
                 e.printStackTrace();
    }c:\temp\make.bat
    del *.cer
    del *.com
    del *.jar
    del *.class
    javac t\t.java
    javac test.java
    keytool -genkey -keystore harm.com -keyalg rsa -dname "CN=Harm Meijer, OU=Technology, O=org, L=Amsterdam, ST=, C=NL" -alias harm -validity 3600 -keypass password -storepass password
    keytool -genkey -keystore har.com -keyalg rsa -dname "CN=Har Meijer, OU=Technology, O=org, L=Amsterdam, ST=, C=NL" -alias har -validity 3600 -keypass password -storepass password
    jar cf0 test.jar test.class
    jar cf0 tt.jar t\t.class t\t$1.class
    jarsigner -keystore harm.com -storepass password -keypass password -signedjar sTest.jar test.jar harm
    jarsigner -keystore har.com -storepass password -keypass password -signedjar t.jar tt.jar har
    del *.class
    del test.jar
    del tt.jar
    pause

  • Loading hierarchies for 0GL_ACCOUNT InfoObject

    Hi,
    I cannot load hierarchies into 0GL_ACCOUNT InfoObject. I have created InfoPackage and in Update Data options I can only choose 'Only PSA' option. I have loaded attributes and texts without any problems. What should I do?
    Regards,
    Maciek

    Hi Maciej,
    Hope you had customized your 0GL_ACCOUNT hierarchy on R/3. Refer the below link
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/97a16a65fb11d3971c006094b969cf/frameset.htm
    Bye
    Dinesh

  • Problem with hierarchy change run in aggregates

    Hi,
    I have made changes in Cost center hierarchy (infact I have included 2 cost centers in a seperate node). After it I loaded hierarchy into BW through Process chain. Process chain uses Attribute/hierarchy change run process. Consequently Cost center hierarchy is loaded into BW successfully.
    In Cost center master data, hierarchy table, i can see two new records for these added costcenters in Active status. It means hierarchy change has worked properly.
    I have also read that hierarchy change run automatically reflects the changes in Aggregates, that are using Cost center info objects.
    But my problem is I did not find new added cost centers in any aggregate using cost center info object. Though it should be taken care by Attribute/hierarchy change run.
    Please suggest, if I make any change in source system hierarchy, then how and when it will impact aggregates ? How can I test that hierarchy change has impacted aggregates ?
    Thanks and Regards
    Saurabh

    Hi Fede
    Did you manage to solve your problem?
    I have a similar situation where the technical ID of the hierarchy is set as default value for the hierarchy variable in the variable input screen.
    I have noticed that if I un-check the option "Suppress 'Unassigned' Node" in the Hierarchy Attributes Settings in RSH1, then the default value is gone, but I would like to have it checked in order not to display the unassigned nodes for the end users.
    Any help or comments on what you have done to overcome this problem would be jhighly appriciated.
    Thanks.
    Regards
    Peter

  • Load hierarchy to two infoobjects

    Hi,
    I want the hierarchy that is defined on 0CUST_SALES available for 0SHIP_TO (in reference with 0CUSTOMER)
    Is there a way that I can 'copy' a hierarchy in BW or R/3?
    recreating it manually is not possible...
    loading via an infosource (flexible update) isn't possible for hierarchies...
    add 0CUST_SALES to cube isn't possible...
    I already thought about:
    - make a generic datasource on KNVH -> load hierarchy into 0CUSTOMER but what's the programming effort to make the generic datasource (hierarchies are complex)
    any ideas or suggestions?
    Kind regards,
    Joke

    You can make an 'export datasource' on a hierarchy :o)

  • Problem during hierarchy load from ECC 6.0 to BW

    Hello,
    I encountered a problem during hierarchy loads from ECC to BW:
    I get the following in BW:
    Error when updating Idocs in Source System
    Diagnosis
    Errors have been reported in Source System during IDoc update:
    Once I go into ERP and look at the IDocs I get the following message:
    Idoc Error 26:
    EDI: Syntax error in IDoc (segment cannot be identified)
    Message no. E0078
    Diagnosis
    The segment E1RSSH does not occur at the current level of the basic type (extension ).
    This error can have several reasons:
    The segment E1RSSH is assigned to a group whose header segment does not occur.
    The segment E1RSSH does not exist in the syntax description of the basic type  (extension ).
    The sequence of segments in the group in which the segment appears is incorrect.
    Previous errors ('mandatory' segment or group missing) may be due to this error.
    Procedure
    Please check the IDoc or the syntax description of the basic type  (extension ).
    Can anyone help?

    The most basic setting in a BW system is its connectivity with the R/3 system (which is a basis team activity, but BI consultant can always help).
    Issue: While creating source system, I am getting an error "Segment E1RSSH does not exist".
    Diagnosis
    Segment E1RSSH is in the syntax description, but it does not exist.
    The issue was that some of the entries in the table EDISEGMENT were missing.
    As this a standard table, it is recommended to restore the table from Backup or from another BI system. (Please ask your basis team to do it.)
    Now, the significance of the segments: We all know that we require 3 message types in total to communicate with R/3 system. RSRQST, RSSEND and RSINFO.
    Now each of the message types has some segments which help in communication.
    You can see this segment types in the t-code we30. Just enter the basic idoc type and click on display.
    This error is not a common error, but can be useful if at any stage of implementation or support, the table gets disturbed and you have issues with source system connectivity.
    Thanks
    SM

  • SEM-BCS Load Hierarchy Problem

    Hello Experts!
    I´m getting a problem loading the hierarchy in SEM-BCS.
    I have a method to load hierarchy from BW into BCS and the main customizing is:
    Data Type: 21 Items
    InfoObject: 0ACCOUNT
    Options for Master Data and Hierarchies: Load Hierarchy
    Updata Mode: Delete All
    When I execute extractors of BW and get the hierarchy from ECC, the infoobject 0ACCOUNT gets hierarchy and accounts loaded from ECC perfectly.
    When I execute the method to load hierarchy from BW into BCS using t-code UCWB, I get several warning messages as bellow:
    "Leaf IFRS2.30.10.02 belongs to type Hierarchy Node(s)
    Diagnosis
    Value IFRS2.30.10.02 of characteristic Hierarchy Node(s) is defined as a leaf in the hierarchy -- that is, no further nodes are attached to it. However, a leaf must belong to the hierarchy-defining characteristic Item.
    Procedure
    Modify the hierarchy either by deleting the node from the hierarchy or by adding more nodes beneath."
    The problem is, I don´t have leafs without an account or another node beneath in the source hierarchy. I have updated all of them, but SEM-BCS still tries to get leafs that even does not exist in the source provider.
    Does anybody have any clue about what is still going on with the load hierarchy?
    Any help is appreciated. Thanks!

    With uploads in Delete All mode, you may have a problem with the deletion of the existing hierarchy - try in overwrite mode to see if you get the same warnings.
    Also, as this is a "warning" message only, it does not stop you from saving the hierarchy, so you can see what value you get in the hierarchy and what/where it was before you ran the upload - this may help you identify the problem.

  • MISALIGNMENT PROBLEMS USING "LOAD FILES INTO PHOTOSHOP LAYERS" FROM BRIDGE CC

    I'm having a persistent problem which technical support was unable to resolve after being on the phone with them for 1.5 hrs. I was told the issue would be escalated... That was five days ago, and I've heard nothing.
    Here is the problem: In ACR working on a bracketed group of five images shot from a solid tripod in Bridge CC. I carefully synchronize all parameters incl. crop, transform, exposure, etc. Then I go to Tools / Photoshop / Load files into Photoshop layers, and the images open in photoshop in a layered file..., BUT some are knocked out of alignment. Actually they have been cropped slightly smaller than the original file, always by the same number of pixels. Sometimes all layers are affected, sometimes not.
    Photoshop CC & Bridge CC are both up to date, as is the camera raw plugin. I’m on a new iMac i7 4-core, OSX 10.9.4. All software was newly downloaded from Adobe two weeks ago. I have reset preferences, reset tools in Photoshop, even uninstalled and reinstalled Bridge CC 6.1.0.115 all to no avail. Any suggestions? I am desperate for some help.

    I run Windows 7 Ultimate, I have 2.00GB of RAM with 1.74 usable, and I selected 40 images, each about 2MB.

Maybe you are looking for

  • How do I change the toolbar menu to show only icons, not icons and descriptive text? Thanks for your help.

    My menu toolbar shows icons with a text to the right of the icon describing it. How do I change the settings so that just the icons show. I'm pretty sure it can be done as I've set my desktop for icons only.

  • How to create selection variables on the KF

    Hi,     i need to create a variable on the CKF and the user is going to give the selections like >90% or <100%  in the variable screen before runing the report.on the report should show the values based on the selection. 1.how to create the variables

  • Acrobat Distiller 9 PDF PPD

    Hey Guys. A user has requested the acrobat 9 PPD to allow her to create a PDF from a postscript file. It appears to have not been installed with CS4 on her Snow Leopard machine. Googled high and low and the only PPD files I can locate for Adobe PDF i

  • How to set 1 field in anothers converter

    I have a converter on a field. I also have a field for an informational message. I either need to be able to set a FacesMessage in the backingBean method, or be able to blank out the informational message field in the converter. Here is part of the J

  • Mail Server problems with Mountain Lion Server

    Well, I don't see a section here for Mountain Lion yet so I'll ask here. I installed Mountain Lion Server and for the most part everything is working well. I am have issues with the Mail Server though. As long as I dissable everthing but the Blacklis