Correct way to create Photoshop graphics?

I have to create some graphics for a client and their logo includes a circle. I don't want to mess up the quality of the logo or make the circle an egg, etc. What is the best way to create the graphics. This is a 4x3 project. Do I start with a document that is 720x540 with square pixels and import the logo in or do I start with it at 720x480? What image size and pixel aspect ratio is best.
Thanks,
John

also, make sure that your image mode is RGB, not CMYK. and if you are going to want transparency in your file, save as a .psd

Similar Messages

  • The correct ways to create a helper functions in C++

    Hi there
    I have many functions which I use in my projects from different classes.
    Which is the most correct ways to create a helper functions.
    Thanks

    1) Split your project into different versatile sub-modules each handle by an object. The module should be reusable later on.
    2) Each module or class should be declared on separate .hpp and .cpp files. ( for reusability and portability ) 
    3)Make each module as much self contained as possible(independent) . That way you can reduce unnecessary linking with other files and reduce dependency on helper files. Compiling and working on only one module at a time will be easier and faster.
    4)When your code is better organize , coding will more systematic, less error prone, easy debugging and more fun in programming.
    For example in my project I create classes like
        i) CDatabaseManager - to take care of SQL database
        ii)CPlaylistManager - to deal with complex playlist
       iii)CGraphicManager - to deal with graphic overlay over video
       and so on.
    Thanks. I would like to know how organize it ? Is it right to write helper function in namespace or class ? And is it right to make
    static functions ?

  • What is the correct way to create links to my website?

    Hi
    My site is finally finished and I am now looking to list it on various directories on the internet to generate links to my site.
    When my site opens in a browser it shows up as http://ateccomputerservices.co.uk
    I know this question has been asked many times on the internet but what is the correct way to post my link?
    I know I should be consistent and use www or not on every link but none of the articles tell me whether I should use http:// or not when linking.
    So for example, should I use...........
    http://ateccomputerservices.co.uk
    or
    http://www.ateccomputerservices.co.uk
    or
    ateccomputerservices.co.uk
    or
    www.ateccomputerservices.co.uk
    and should I put /index at the end?
    Once I've decided on which link to use should I redirect all the other addresses to the main one?
    I'm pretty new to web design so I need some advice from some seasoned experts
    Thanks for taking the time to read my questions!

    When you browse to http://ateccomputerservices.co.uk and to http://www.ateccomputerservices.co.uk do you get the same page?  Most hosts will automatically create a CNAME record for both 'www.example.tld' and 'example.tld' when the hosting account is created, but not all do.  If that second CNAME record is not created, then you must always use the "www" prefix.
    If the reference to your site is a text reference only, then you could just use 'www.ateccomputerservices.co.uk', but if it's a link you should always make the LINK part (the HTML href attribute's value part) as a fully qualified URL, i.e., 'http://www,ateccomputerservices.co.uk' or 'http://ateccomputerservices.co.uk':
    <p>Click <a href="http://ateccomputerservices.co.uk">here</a> to link to my site .</p>
    When a browser requests that domain from the server, the server will fetch the first file it finds with a 'default filename' (usually 'index.html' or 'index.php' or 'home.html' or...) and upload that to the browser, so there is no need to further specify the filename - the default is when no filename is given.
    Once I've decided on which link to use should I redirect all the other addresses to the main one?
    I'm not sure what you are asking here....
    I'm pretty new to web design so I need some advice from some seasoned experts
    In the immortal words of comedian Myron Cohen, "everybody gotta be somewhere".

  • Correct way of creating DNS record

    I want to create a DNS record for below
    Project.mumbai.contoso.com with IP 215.67.X.X
    I already have existing forward lookup zone created for contoso.com.
    Is it better to create a host record 'Project.Mumbai' with ip 215.67.X.X?
    or create one more forward lookup zone 'Project.Mumbai.Contosso.com' and cerate A record for 'Projec'?
    Mahi

    Hi Mahi,
    Are you asking if you should create "project.mumbai" in the contoso.com domain, or if you should create "project" in the mumbai.contoso.com domain?
    The choice depends on how you want to manage these records. If there will be a need to manage contoso.com and mumbai.contoso.com separately, then you should create two domains. You might have this need, for example, if the contoso.com domain is very
    large, or if you want to host mumbai.contoso.com on a different DNS server, or if mumbai.contoso.com corresponds to an Active Directory domain elsewhere.
    If none of these things are true, it will probably be easier to manage a single domain so you can just create contoso.com and add the host project.mumbai in this single domain.
    -Greg

  • Correct way to create a small independent clip from a larger clip

    In a recent post:
    Tara Easley replied to: How to export a short clip from within a larger scene?
    With:
    "After you make your in and out points, highlight the one minute segment and go to Modify. Then click "Make Independent Clip". It should save just the 1 minute clip in your bins section. You will need to change it's name, but that should work."
    My question is whether this process will make an exact "stand alone file" with duplicate quality as the original clip or is there another method that must be used to maintain the original quality of the original clip and get a new independent file?
    TIA,
    Ken

    MartinR wrote:File > Export > QuickTime Movie.
    Okay, that is as I thought. FCE cannot help me 'chop' out a portion of the original file as it came from the camera (because it is in the wrong codec to work in FCE.)
    Would Final Cut Pro be able to work with more file formats? Or does it also need to have cuts converted to AIC?
    I think, because I am a beginner, that I am barking up the wrong tree about editing original footage since it really would also have to be converted to AIC before it would be useable in FCE. I"ll just be sure to save all of my original files from the camera and then 'crop out' what I need as separate files for archive by the method you named above.
    Thank You,
    Ken

  • Is it a correct way to get oracle skin?

    I have created a custom skin by coping oracle’s css file (oracle-desktop-10_1_3_1_0-en-ie-6-windows-s) from the cache memory of the solution of SRDEMO application. Then registered that with a name (eg MySkin) in adf-faces-skin.xml and configured an application to use this new skin.
    When I did the SRDEMO again with the new skin that I created, the pages look completely different even though I didn’t modify the original skin copied from the solution of SRDEMO.
    1.     Why does it give different look and feel?
    2.     Is it a correct way to create a custom skin?
    3.     If the answer to the question is no, is there any way to get oracle skin?
    Thank you

    Hi Frank,
    Thank you for your reply,
    I don’t think that I messed up the configuration file. I have done the following.
    1. Copied css file from cache and saved that file as css/myskin.css
    2. Then I registered myskin.css in adf-faces-skins.xml as follows
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <skins xmlns="http://xmlns.oracle.com/adf/view/faces/skin">
    <skin>
    <id>myskin.desktop</id>
    <family>myskin</family>
    <render-kit-id>oracle.adf.desktop</render-kit-id>
    <style-sheet-name>css/myskin.css</style-sheet-name>
    </skin>
    </skins>
    3. Then I configured SRDemo to use that skin in adf-faces-config.xml as follows.
    <?xml version="1.0" encoding="windows-1252"?>
    <adf-faces-config xmlns="http://xmlns.oracle.com/adf/view/faces/config">
    <skin-family>myskin</skin-family>
    </adf-faces-config>
    Could you please let me know whether it is correct or not?

  • Importing crisp photoshop graphics correctly! how? please help!

    Can someone please give me a simple answer to how to import a graphic from photoshop without it looking like crap once it is in final cut. I am setting my sequence settings (frame size) to NTSC DV (3:2). frame size (720 x 480) - my photoshop graphic is 720 X 480 as well but looks horrible when imported and after rendered.
    What is going on here? I just want to import a crisp high resolution graphic without spending 6 months figuring out what the correct settings etc are.....I need to get on editing this video...
    Can anyone give me a simple explanation as to how to proceed correctly?
    thanks!
    -Peter

    First off what bothers me or what I was worried about originally is that at one point my graphics looked fine and then after rendering they looked like crap. When I re - created my entire project this bad quality was an issue directly on import (I've tried so many settings I can't even remember how it looked good the first time).
    Thanks for your response bit I still have a few questions for you so I'm clear....
    When you say change my sequence to "DVCPRO50" - do you mean in the "compressor" area?
    another words sequence menu / settings - then inside that window there is a compressor drop dowm menu....this is the only place I see the option for "DVCPRO50".
    Also I have already created all my psds a certain pixel size...are you telling me
    that I have to re-create every one of them from scratch at 720 X 534 then re-size?
    This will mean a lot of work since I've allready created them in a different size document.
    Also I've been saving as a "targa" as far as file type... Is that the best way to go?
    And lastly, what is the best setting for exporting? It seems all the options I've tried
    have been giving me less then satisfactory results... most quicktime exports look horrible,
    and the only file type that looks somewhat ok is "divx" - but still my last attempt at that even looked less then perfect...... do all of these settings mean nothing if my render settings all-ready
    mess up my file from the start?
    if I do everything perfect from the beginning then what is my best export options?
    Thanks in advance for any more help....
    -Peter

  • What are easy ways to create these effects or graphics?

    Hello,
    I am trying to create a logo for a new business whose product is electronic cleaning cloths for iPads, computer monitors, or most things digital.
    Therefore, I am trying to find out ways of creating motifs or design elements, parts of which I might incorporate in the logo. Thus, I would like to know how to create the following digital looks. There are a lot of questions here. I don't expect anyone to answer them all, just what you comfortably know and whatever is convenient for you to spare a few minutes to explain and/or show.
    Thanks!  : )
    1. How can I create lines like these that glow?
    2. How do I create the "stitching" or dotted line pattern in the circles and rectangle below.
    3. How do I create the circuitry lines with their circlular terminals (or do I just use pen tool in Illustrator CS5?
    4. Finally, how can I create these circuitry lines and shapes?

    A word of caution here.  Yes, all of the effects you are showing can be done, either in Photoshop or Illustrator.  I'm thinking gradient mesh and blends for the glows.  A dotted line could be created in the stroke palette.  But, just because you can do it, doesn't mean you do it.  Logos are typically very basic so they can be implemented across a large area of application ( i.e., signs, vehicle graphics, letterhead and stationery, advertising, and internet applications ).  If you were to create a sophisticated graphic effect, it would not hold-up in all of the potential uses and surely would not be rendered consistently.  You will get vendor's who complain about this or that regarding your artwork.  Try to think basic lines in Black and White that could easily be reproduced on an office copier.  Later on, you can use the basic logo in a more sophisticated application where it would be appropriate.

  • Is there a way to create actions in Photoshop Elements 7

    Is there a way to create actions in (or for, other than Photoshop, CS3, 4, 5) Photoshop Elements 7?

    You can certainly create actions for Elements (just make sure you don't include steps, like a history snapshot, that PSE can't do), but you can't create them IN elements, only in photoshop.

  • Is there a way to create a corrective work order off a prevenative workore

    Hello,,
    Is there a way to create a corrective work order off a preventive/inspection work order. Or is there a way to indicate that a corrective work order was created from preventive/inspection work order. In addition is there a way to report these changes.
    Thanks.

    Yes, first take your PM WO#, and go to Transaction IW36<p>
    <p>
    This process is how to create a "sub-order"<p>
    <p>you will be asked to enter in the "superior order", in this case it will be the PM Work Order you want to be the "parent"

  • Is there any way to create this image in photoshop?

    Is there any way to create this image in photoshop?  ,Any help would be appreciated?

    What JJMack said. An example I pulled in less than 5 minutes:
    All I did was inserted a text layer with that same inside color and a stroke layer style with that same outside color (about 3 or 4 pixels; outside position). Font used was Calibri Regular.

  • What is the correct way to add styling to drag-and-drop created calendars?

    I have a working instance of a rich client calendar. I generated the view with the required fields (start, stop, provider, ...), put it into the App Module, and dragged it onto a JSF page to create a calendar.
    Next I created an activityScope object in a class called CalendarBean (no inheritance)
    Class CalendarBean()
    private HashMap<Set<String>, InstanceStyles> activityColorMap;
    +..+
    +public CalendarBean() {+
    super();
    activityColorMap = new HashMap<Set<String>, InstanceStyles>();
    HashSet setEd = new HashSet<String>();
    HashSet setLen = new HashSet<String>();
    setEd.add("Work");
    setLen.add("Home");
    activityColorMap.put(setEd, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.ORANGE));
    activityColorMap.put(setLen, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.RED));
    +}+
    +}+
    Next, I linked this up as a backing bean and associated the ActivityStyles of CalendarBean to it:
    +#{backingBeanScope.calendarBean.activityColorMap}+
    I populated some records in the database with properties "Work" and "Ed', but they show default blue.
    As I understand it, I need to do something with the getTags() method of the underlying CalendarActivity class, but I'm not quite sure how to do that.
    Took a stab at creating a class, CalendarActivityBean, that extended CalendarActivity, and pointed all the CalendarActivity references I had to the new class, but it didn't seem to fire (in debug), and I got into trouble, when inserting records, with
    public void calendarActivityListener(CalendarActivityEvent calendarActivityEvent) {
    currActivity = (CalendarActivityBean) calendarActivityEvent.getCalendarActivity();
    being an illegal cast
    What is the correct way to add provider-based styling to drag-and-drop create calendars?
    Ed Schechter

    A colleague of mine was kind enough to solve this:
    The calendar has ActivityStyles property = #{calendarBean.activityStyles}
    CalendarBean looks something like this:
    package com.hub.appointmentscheduler.ui.schedule;
    import java.util.HashMap;
    import java.util.HashSet;
    import java.util.Set;
    import oracle.adf.view.rich.util.CalendarActivityRamp;
    import oracle.adf.view.rich.util.InstanceStyles;
    +public class CalendarBean {+
    private HashMap activityStyles;
    private String dummy;
    +public CalendarBean() {+
    +// Define colors+
    activityStyles = new HashMap<Set<String>, InstanceStyles>();
    HashSet setPending = new HashSet<String>();
    HashSet setArrived = new HashSet<String>();
    HashSet setApproved = new HashSet<String>();
    HashSet setCompleted = new HashSet<String>();
    setApproved.add("APPROVED");
    setPending.add("PENDING");
    setArrived.add("ARRIVED");
    setCompleted.add("COMPLETED");
    activityStyles.put(setApproved, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.GREEN));
    activityStyles.put(setPending, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.ORANGE));
    activityStyles.put(setArrived, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.PLUM));
    activityStyles.put(setCompleted, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.LAVENDAR));
    +}+
    +public void setactivityStyles(HashMap activityStyles) {+
    this.activityStyles = activityStyles;
    +}+
    +public HashMap getactivityStyles() {+
    return activityStyles;
    +}+
    +}+
    Now, go into the Bindings tab on the calendar page, double click the calendar binding, and specify the column you've defined as the calendar's Provider in the Tags dropdown.
    Should show colors.

  • Hi all! What is the best way to create the correct space for baseball jersey names and numbers? along with making sure they are the right size for large printing.

    What is the best way to create the correct space for baseball jersey names and numbers? along with making sure they are the right size for large printing.

    Buying more hard drive space is a very valid option, here.  Editing takes up lots of room, you should never discount the idea of adding more when you need it.
    Another possibility is exporting to MXF OP1a using the AVC-I codec.  It's not lossless, but it is Master quality.  Plus the file size is a LOT smaller, so it may suit your needs.

  • JPG images not displayed correctly in Bridge and Photoshop (Mac OS)

    (Note: I have copied the content of this query from the Creative Suites forum where I originally opened it.)
    I am using CS4 under OSX 10.4.11 on a PowerMac G5 Quad with 23" Apple cinema display. Images which have been captured as JPG are displayed fine by Preview, but when opened in Bridge, Camera Raw or Photoshop. the colours are all "washed out". The attached screen capture should give an idea of the difference, with the upper being Camera Raw (image settings) and the lower being Preview. My monitor has been calibrated and I'm using sRGB IEC61966-2.1 colour space in Camera Raw and Photoshop. The colours displayed by Preview are pretty close to "real life". I find it virtually impossible to adjust the colours in Photoshop to get back to anything similar.
    After opening the image in Photoshop without adjustment, and Save As JPEG with embedded color profile, Preview displays the new image the same as Photoshop. Save As JPEG without embedded color profile, and Preview displays this copy just like the original. It seems that Photoshop is making different (incorrect) assumptions about what color space to use when there is no embedded color profile. Shouldn't it assume sRGB like virtually everything else (http://en.wikipedia.org/wiki/SRGB)? Or is its interpretation of sRGB incorrect? How can I fix this?
    Re: JPG images not displayed correctly in Bridge and Photoshop 

    xxxxyyyyz wrote:
    …If there is someone out there who has experience of obtaining decent colour management in CS4 on a Power PC, I would really like to know how you achieved it.
    That would be yours truly, and I hasten to reply because I may have some insights that can help you too.
    Just get it it out of the way, here's my setup:
    Photoshop 11.0.2 ("CS4"); VersionCue disabled and uninstalled.—2.5 GHz Power Mac (PPC) G5-Quad; 16GB RAM; mutant, flashed 550MHz nVidia GeForce 7800GTX 1,700MHz 512MB VRAM; ATTO ExpressPCI UL5D LP SCSI card; Mac OS X Tiger 10.4.11 and Leopard 10.5.8 boot drives; Spotblight, Dashboard and Time Machine permanently disabled; dual 22" CRT monitors; USB wireless 'n' available but connected to the Internet via wired Ethernet; 1 FW flatbed scanner; 2 SCSI scanners (one tabloid-size transparency scanner and a film scanner); various internal & external HDs; FW Epson 2200 and Ethernet Samsung ML-2850ND printers; 2 X Back-UPS RS 1500 XS units.
    I can unambiguously and in good faith represent to you that my color management, from capture to print, is as spot-on as anyone with any kind of setup can hope to achieve.  Unequivocally and without qualifications.
    Now, first things first:  Forget about trying to synchronize color management across the point applications lumped together only by Adobe marketing fiat into a variety of meaningless "creative suites".  Concentrate on Photoshop.  Do not try to use Bridge to synchronize anything.
    The "suites" are a totally artificial construct created by Adobe bean counters and marketing types.  The point applications (i.e. the individual programs clumsily bundled together, e.g. Photoshop, Illustrator, InDesign, etc.) are developed independently by separate engineering teams that are not only not in the same building, but in different cities, different states of the American Union, and even in different countries.  They have very little communication among them, if any, as evidenced by repeated posts in these forums by Photoshop engineering staff urging us, the end users, to let the other teams know in their own forums that a given problem exists and is actually affecting our work.
    Enough said about the cause of the problem.  The end result is that Color Management is at very, very different levels of progress and sophistication in each individual point application, with only Photoshop fully entitled to be considered state of the art.
    Secondly, a disclaimer:  I have been hanging on to my CRT monitors and take care of them as Jascha Heifetz used to take care of his Stradivarius.  I don't know what I will do if I manage to outlive the usefulness and accuracy of my CRTs (unlikely at this point).  I have despaired in futile efforts to bring the luminosity of any LCD monitor down to where I would feel comfortable calibrating and profiling it.  I believe my monitors are the foundation of my color management efforts.
    Especially if you have one of the extreme wide-gamut LCD or LED monitors, you'll face an uphill battle. 
    Be careful to avoid any version 4 icc profiles, whether canned or generated by your calibration software.  Stick to version2 icc profiles.  Ask the manufacturer of your calibration software/hardware if in doubt.
    Here are some not-too-recent, but thoroughly representative screen shots of the calibration results I obtain with my monitors, which I calibrate and profile often and regularly (I validate the calibration at least several times per month).
    In a nutshell, my color management practices and settings mirror those described by Bruce Fraser, Jeff Schewe, Andrew Rodney and Gary Ballard's site.  I have learned from all of them.
    My working color space is ProPhoto RGB.  I choose to work with PSD and PSB files.  As a long-time, rabid JPEG hater, I only rarely deal with JPEGs, using them sporadically to illustrate a point in this forum or elsewhere in the web.  My main output consists of prints.
    I only deal with tagged image files (files with an embedded color profile) and often recommend beating up with a baseball bat any moron that hands you an untagged file—figuratively of course, but I find the expression gets my point across unambiguously.
    Following is a screen shot of some of my pertinent settings:
    Note that I have never bought into the "suite" concept myself.  I do have and routinely use Adobe Illustrator 10.x, InDesign 2.x and Acrobat Professional 8.x, but they are all older, independent versions of each point application, licensed at different times.
    Be further advised, that the answer to many problems offered by Adobe engineers often is not to install VersionCue, or uninstall it, or at least disable it.
    Also, as outlined at the beginning of this post, concentrate on Photoshop, not on synchronizing applications that can't really communicate with each other, despite the claims of Adobe marketing hacks to the contrary.
    One big caveat, do not fall into this trap:
    xxxxyyyyz wrote:
    …I believe my problem has nothing to do with my monitor profile, for several reasons, but…
    …It seems extremely unlikely to me that…
    You either want to learn, or you don't.  You either want to solve your problems, or you don't.
    When you start arguing instead of studying, questioning advice instead of following it and detecting where you went wrong, you're on the right track to nowhere.  That attitude will get you there fast.  Remember you are the one with the problem, and only you can acquire the discipline to learn how to solve it.
    Go ahead and ask me anything that is not clear, just don't argue with me please, and don't tell me why you think Fraser, Rodney, Ballard and I are wrong.  You see, I am not experiencing any problem that needs fixing.  I have an interest in helping you, but not in hearing about your speculations, theories or conclusions.
    Good luck.
    Wo Tai Lao Le
    我太老了

  • Best way to create 'bubble help?'

    Hi All -
    Does anyone have a suggestion for the easiest way to create what is similar to 'bubble-help' that appears when the user clicks (or rolls-over - doesn't really matter) on a term looking for more information?  The task is to create a video that has additional information available that a user can choose to read or not, depending on level of need/interest.  Both the main path and the additional information would contain text, graphics, and voiceover.
    I have tried:
    1) rollover slidelets - can't get them to behave correctly (won't display for proper amount of time, multiple audios playing at the same time, etc)
    2) inserting a button over a "more info" icon that would take them to a slide at the end, which would return to where it came from; problem here is that (I think) the button is causing the project to halt until clicked, which is missing the point.
    3) click box - didn't do much investigating here, but it just didn't look light what I want.
    If you can suggest a way to fix one of the problems above, that's great.  If it's something I haven't considered, that's great too.
    I'm running Captivate 4, in case that matters.  Any and all suggestions appreciated...before I rip all my hair out, if possible...
    Thanks
    Paul Minecci
    Training Analyst
    GSK

    Rick - thanks for the quick reply.  Thanks also for the confirmation that a rollover slidelet is the way to go.  I thought it was, but as I said, I'm having trouble making them work correctly.  A bit more about what I'm trying to do:
    I'm making a module on searching in a particular application.  So for the first slide, I discuss using the search box, the ability to use natural language, and also that it supports Boolean logic.  I'm trying to give the user the option to get more information about Boolean logic if s/he likes, but not force it on them.  My preference is for the additional information to 'build' and display graphics as needed (the good ol' Venn diagrams!) to support the concepts and examples.  I've set the slidelet up with the timings I want, and added a voiceover.  So far, not too complicated, right?
    What's happening is that when I rollover the specified area, the slidelet comes up as it should, but the objects on the slide all appear too quickly (quicker than the specified times) and the voiceover never catches up before the time on the slidelet ends and it moves on.  I've checked in this forum and got the idea to play with some of the options, which I did, but no joy.  One of the settings I changed was to set it to "stick slidelet" - no help.  So instead of trying to recall and reset all the settings I changed, maybe the best question is "what should the settings be to properly display the slidelet?"  I could live with the solution being that the user has to click on something to see the additional info, as opposed to rolling over - matters not.  I just want it to display the way I set it.
    Hope this helps to clarify.  Looking forward to any ideas you have.
    Thanks,
    Paul

Maybe you are looking for

  • Problem with BAPI_ALM_ORDEROPER_GET_LIST DURATION_NORMAL_UNIT

    I am using this BAPI to return a list of PM work order operations from SAP using a JRA connector. I have had good success with the BAPI so far, but have noticed a problem with the DURATION_NORMAL_UNIT returned by the BAPI. If the duration unit is set

  • Bex Broadcasting doubt.

    Hi gurus, i am trying to broadcast my report (workbook) i have given all the details and gave an email id (yahoo) and executed the broadcast settings immly and i expected to get the report in my email. i also selected the distribution through indepen

  • Who's my carrier?

    Hopefully you can help me out . Status update on my order just changed to 'delivery scheduled by final carrier, see estimated shipping date' and there's now a 10 digit carrier tracking number which happens to be the same as my Delivery reference numb

  • Axis ReturnType SOAP_ARRAY - controversial

    Hi, I have such a response <SOAP-ENV:Body>      <ns1:myResponse>           <return>                <id xsi:type="xsd:string">100</id>                <uid xsi:type="xsd:string">200</id>           </return>      </ns1:myResponse> </SOAP-ENV:Body> I ini

  • Posting of retirement/transfer not possible (error in the asset) Mes: AA465

    Dear Experts, while doing ABUMN, i am getting the following error Posting of retirement/transfer not possible (error in the asset) Message no. AA465 Diagnosis An  inconsistency was found for the asset 01  during the last recalculate values. System Re