TEM Building Block in Best Practices

Dear Team,
I am not able find any building block and doc relating to TEM (Training and Event Management) in SAP Best practices
Please guide me? Where i can find out more abt this.

Dear Team,
Please reply for my issue.
Regs,
Brahma

Similar Messages

  • Building complex flash game in Flash Builder 4 - Workflow/Best Practices

    I'm investigating switching to Flash Builder 4 for building a complex game that currently lives purely inside Flash CS4.  CS4 is a pretty terrible source code editor and debugger.  It's also quite unstable.  Many crashes caused by bad behavior in the SWF will take out the entire IDE so are almost impossible to debug.  And I've heard other horror stories.  To be clear, for this project I'm not interested in the Flex API, just the IDE.
    Surprisingly, it seems Flash Builder 4 isn't really set up for this type of development.  I was hoping for an "Import FLA" option that would import my Document Class, set it as the main entry point, and figure out where other assets live and construct a new project.  What is the best workflow for developing a project like this?
    What I tried:
    -Create a new Actionscript Project in the same directory where my CS4  lives
    -Set the primary source file to match the original project's source file and location
    -Set my main FLA as "export to SWC", and added "SWC PATH" to my flash builder 4 project.
    -Compile and run.. received many errors due to references to stage instance. I changed these to GetChildByName("stagename").  Instead, should I declare them as members of the main class?  (this would mimic what flash CS4 does).
    -My project already streams in several external SWF's.  I set these to "Export SWC" to get compile-time access to classes and varaibles. This works fine in cs4, the loaded SWF's behave as if they were in the native project.  Is the same recommended with FB4?
    -Should I also be setting the primary FLA as "export to swc"?  If not, how do I reference it from flex, and how does flex know which fla it should construct the main stage with?
    Problems:
    -I'm getting a crash inside a class that is compiled in one of the external SWF's (with SWC).  I cannot see source code for the stack inside this class at all.  I CAN see member variables of the class, so symbol information exists.  And I do see the stack with correct function names.  I even see local variables and function parameters in the watch window! But no source.  Is this a known bug, or "by design"? Is there a workaround?  The class is compiled into the main project, but I still cannot see source.  If FLEX doesn't support source level debugging of SWC's, then it's pretty useless to me.   The project cannot live as a single SWF.  It needs to be streaming and modular for performance and also work flow. I can see source just fine when debugging the exact same SWC/SWF through CS4.
    -What is the expected workflow with artists/designers working on the project?  Currently they just have access to all the latest source, and to test changes they run right through flash.  Will they be required to license Flash Builder as well so they can test changes?  Or should I be distributing the main "engine" as a SWF, and having it reference other SWF files that artists can work on?  They they compile their SWF in CS4, and to test the game, they can load the SWF I distribute.
    A whitepaper on this would be awesome, since I think a lot of folks are trying to go this direction.  I spent a long time searching the web and there is quite a bit of confusion on this issue, and various hacks/tricks to make things work.  Most of the information is stale from old releases (AS2!).
    If a clean workflow I would happily adopt Flash Builder 4 as the new development tool for all the programmers.  It's a really impressive IDE with solid performance, functional intellisense, a rich and configurable interface, a responsive debugger..I could go on and on.  One request is shipping with "visual studio keyboard layout" for us C++ nerds.
    Thanks very much for reading this novel!

    Flash builder debugging is a go!  Boy, I feel a bit stupid, you nailed the problem Jason - I didn't have "Permit Debugging set".  I didn't catch it because debugging worked fine in CS4 because, well, CS4 doesn't obey this flag, even for externally loaded SWF files (I think as long as it has direct access to the SWC). Ugh.
    I can now run my entire, multi SWF, complex project through FB with minimal changes.  One question I do have:
    In order to instantiate stage instances and call the constructor of the document class, I currently load the SWF file with LoaderContext.  I'm not even exporting an SWC for the main FLA (though I may, to get better intellisense).  Is this the correct way of doing it?  Or should I be using , or some other method to pull it into flex?  They seem to do the same thing.
    The one awful part about this workflow is that since almost all of my code is currently tied to symbols, and lives in the SWF, any change i make to code must first be recompiled in CS4, then I have to switch back to FB.  I'm going to over time restructure the whole code base to remove the dependency of having library symbols derive from my own custom classes.  It's just a terrible work flow for both programmers and artists alike.  CS5 will make this better, but still not great.  Having a clean code base and abstracted away assets that hold no dependencies on the code  seems like the way to go with flash.  Realistically, in a complex project, artists/designers don't know how to correctly set up symbols to drive from classes anyway, it must be done by a programmer.  This will allow for tighter error checking and less guess work.  Any thoughts on this?
    Would love to beta test CS5 FYI seeing as it solves some of these issues.
    Date: Thu, 21 Jan 2010 15:06:07 -0700
    From: [email protected]
    To: [email protected]
    Subject: Building complex flash game in Flash Builder 4 - Workflow/Best Practices
    How are you launching the debug session from Flash Builder? Which SWF are you pointing to?
    Here's what I did:
    1) I imported your project (File > Import > General > Existing project...)
    2) Create a launch configuration (Run > Debug Configuration) as a Web Application pointing to the FlexSwcBug project
    3) In the launch config, under "URL or path to launch" I unchecked "use default" and selected the SWF you built (I assume from Flash Pro C:\Users\labuser\Documents\FLAs\FlexSwcBug\FlexSwcBugCopy\src\AdobeBugExample_M ain.swf)
    4) Running that SWF, I get a warning "SWF Not Compiled for Debugging"
    5) No problem here. I opened Flash Professional to re-publish the SWF with "Permit debugging" on
    6) Back In Flash Builder, I re-ran my launch configuration and I hit the breakpoint just fine
    It's possible that you launched the wrong SWF here. It looks like you setup DocumentClass as a runnable application. This creates a DocumentClass.swf in the bin-debug folder and by default, that's what Flash Builder will create a run config for. That's not the SWF you want.
    In AdobeBugExample_Main.swc, I don't see where classCrashExternal is defined. I see that classCrashMainExample is the class and symbol name for the blue pentagon. Flash Builder reads the SWC fine for me. I'm able to get code hinting for both classes in the SWC.
    Jason San Jose
    Quality Engineer, Flash Builder
    >

  • Oracle Identity Manager - automated builds and deployment/Best practice

    Is there a best practice as for directory structure for repository in version control system?
    Do you recommend to keep the whole xellerate folder + separate structure for xml files and java code? (Considering fact that multiple upgrades can occur over the time)
    How custom code is merged to the main application?
    How deployment to Weblogic application server occur? (Do you create your own script or there is an out of the box script that can be reused)
    I would appreciate any guidance regarding this matter.
    Thank you for your help.

    Hi,
    You can use any IDE (Eclipse, Netbeans) for development.
    For, Getting started with OIM API's using Eclipse, please follow these steps
    1. Creating the working folder structure
    2. Adding the jar/configuration files needed
    3. Creating a java project in Eclipse
    4. Writing a sample java class that will call the API's
    5. Debugging the code with Eclipse debugger
    6. API Reference
    1. Creating the working folder structure
    The following structure must be created in the home directory of your project (Separate project home for each project):
    <PROJECT_HOME>
    \ bin
    \ config
    \ ext
    \ lib
    \ log
    \ src
    The folders will store:
    src - source code of your project
    bin - compiled code of your project
    config - configuration files for the API and any of your custom configuration files
    ext - external libraries (3'rd party)
    lib - OIM API libraries
    log - local logging folder
    2. Adding the jar/configuration files needed
    The easiest way to perform this task is to copy all the files from the OIM Design Console
    folders respectively in the <PROJECT_HOME> folders.
    That is:
    <XEL_DESIGN_CONSOLE_HOME>/config -> <PROJECT_HOME>/config
    <XEL_DESIGN_CONSOLE_HOME>/ext -> <PROJECT_HOME>/ext
    <XEL_DESIGN_CONSOLE_HOME>/lib -> <PROJECT_HOME>/lib
    3. Creating a java project in Eclipse
    + Start Eclipse platform
    + Select File->New->Project from the menu on top
    + Select Java Project and click Next
    + Type in a project name (For example OIM_API_TEST)
    + In the Contents panel select "Create project from existing source",
    click Browse and select your <PROJECT_HOME> folder
    + Click Finish to exit the wizard
    At this point the project is created and you should be able to browse
    trough it in Package Explorer.
    Setting src in the build path:
    + In Package Explorer right click on project name and select Properties
    + Select Java Build Path in the left and Source tab in the right
    + Click Add Folder and select your src folder
    + Click OK
    4. Writing a sample Java class that will call the API's
    + In Package Explorer, right click on src and select New->Class.
    + Type the name of the class as FirstAPITest
    + Click Finish
    Put the following sample code in the class:
    import java.util.Hashtable;
    import com.thortech.xl.util.config.ConfigurationClient;
    import Thor.API.tcResultSet;
    import Thor.API.tcUtilityFactory;
    import Thor.API.Operations.tcUserOperationsIntf;
    public class FirstAPITest {
    public static void main(String[] args) {
    try{
    System.out.println("Startup...");
    System.out.println("Getting configuration...");
    ConfigurationClient.ComplexSetting config =
    ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
    System.out.println("Login...");
    Hashtable env = config.getAllSettings();
    tcUtilityFactory ioUtilityFactory = new tcUtilityFactory(env,"xelsysadm","welcome1");
    System.out.println("Getting utility interfaces...");
    tcUserOperationsIntf moUserUtility =
    (tcUserOperationsIntf)ioUtilityFactory.getUtility("Thor.API.Operations.tcUserOperationsIntf");
    Hashtable mhSearchCriteria = new Hashtable();
    mhSearchCriteria.put("Users.First Name", "System");
    tcResultSet moResultSet = moUserUtility.findUsers(mhSearchCriteria);
    for (int i=0; i<moResultSet.getRowCount(); i++){
    moResultSet.goToRow(i);
    System.out.println(moResultSet.getStringValue("Users.Key"));
    System.out.println("Done");
    }catch (Exception e){
    e.printStackTrace();
    Replace the "welcome1" with your own password.
    + save the class
    To run the example class perform the following steps:
    + Click in the menu on top Run, and run "Create, Manage, and run Configurations" wizard. (In the menu, this can be either "run..." or "Open Run Dialog...", depending on the version of Eclipse used).
    + Right click on Java Application and select New
    + Click on arguments tab
    + Paste the following in VM arguments box:
    -Djava.security.manager -DXL.HomeDir=.
    -Djava.security.policy=config\xl.policy
    -Djava.security.auth.login.config=config\authwl.conf
    -DXL.ClientClassName=%CLIENT_CLASS%
    (please replace the URL, in ./config/xlconfig.xml, to your application server if not running on localhost or not using the default port)
    + Click Apply
    + Click Run
    At this point your class is executed. If everything is correct, you will see the following output in the Eclipse console:
    Startup...
    Getting configuration...
    Login...
    log4j:WARN No appenders could be found for logger (com.opensymphony.oscache.base.Config).
    log4j:WARN Please initialize the log4j system properly.
    Getting utility interfaces...
    1
    Done
    Regards,
    Sunny Ajmera

  • Building Resource Groups Best Practices

    Hi. I'm looking for some advice on best practices when building resource groups to support sales/telesales.
    Any information would be very helpful.
    Thanks,
    Monica

    Based on the organization sales structure customer maintains,you create sales groups.Use territories for geography based customer ,lead accesses etc...please post if you find any alternatives and other good practices..
    Edited by: user638250 on Oct 3, 2008 5:41 AM

  • Operating system image build and management best practices?

    how do we create gold images for servers/desktops,
    Best practices image management,
    How do we control changes?
    How do we prevent unauthorized changes (installation of software)?
    What tools we can use for above.

    I use MDT 2013 Lite Touch to create my images
    http://www.gerryhampsoncm.blogspot.ie/2014/03/create-customised-reference-image-with.html
    You should use in-built ConfigMgr Role Based Access Control to manage images afterwards (look at the Operating System Deployment Manager role).
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • MySQL custom build from sources best practices advices

    Hi,
    These days I'm setting up something that could be called a home server, basically a web server with DB support.
    Of course it's based on Arch Linux (probably not the best choice while everyone around is speaking about CentOS, RHLE, Debian, etc as server-oriented linuxes, anyway I hope Arch is not worse).
    Every application I need is available in packages, but the idea is to build every app to a custom and better organized location.
    I'm not a fan of the applications' distribuition in  /bin  /sbin  /lib  /var  /etc ...
    I embrace the philosophy of "one application in one place" with a structure similar to
    /appdir
    |---/app1
    |---/bin
    |---/lib
    |---/conf
    |---/docs
    |---/logs
    |---/tmp
    that's why I would like to build all my applications using the same pattern.
    Now I want to build the MySQL database server, but the process it's not straightforward like for other applications.
    I use the following configure inspired from --help, MySQL docs and PKGBUILD provided by the Arch mysql package:
    CFLAGS="-fPIC -march=amdfam10 -mtune=amdfam10 -O2 -pipe -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer" \
    CXXFLAGS="-fPIC -march=amdfam10 -mtune=amdfam10 -O2 -pipe -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-exceptions -fno-rtti" \
    ./configure \
    --sysconfdir=/usr/local/apps/mysql/conf \
    --prefix=/usr/local/apps/mysql \
    --exec-prefix=/usr/local/apps/mysql \
    --sbindir=/usr/local/apps/mysql/sbin \
    --docdir=/usr/local/apps/mysql/docs \
    --mandir=/usr/local/apps/mysql/man \
    --datarootdir=/usr/local/apps/mysql/share \
    --libexecdir=/usr/local/apps/mysql/sbin \
    --localstatedir=/usr/local/apps/mysql/data \
    --with-mysqld-ldflags=-all-static \
    --with-zlib-dir=bundled \
    --enable-assembler \
    --without-debug \
    --without-docs \
    --without-readline \
    --with-mysqld-user=mysql \
    --with-libwrap \
    --with-charset=utf8 \
    --with-collation=utf8_general_ci \
    --with-extra-charsets=binary,ascii,cp1250,cp1251,koi8r,latin1,latin2,latin5,utf8 \
    --with-embedded-server \
    --with-unix-socket-path=/var/run/mysqld.sock \
    --enable-local-infile \
    --with-plugins=partition,ftexample,blackhole,csv,heap,innobase,innodb_plugin
    Could someone with a deeper understanding of the process to give me some advices about optimization, plugins, etc, please?
    I want to build a fast server without unnecessary stuff.
    Some questions are about paths and directories:
    1) is it possible to get the pattern described above without having paths like  mysql/mysql/..., mysql/lib/mysql/<files>, mysql/include/mysql/<files>  but  mysql/lib/<files>, etc  ?
    2) is it OK to delete  mysql-test  and  sql-bench  directories if I don't need them ?

    bigman2126 wrote:
    Stebalien wrote:2. Never build wireless/wired modules into the kernel. If you use fuse, don't build that into your kernel either.
    I would like to know the reason too, I tend to build my custom kernels so that the hardware and things I use are compiled into the kernel.
    bangkok_manouel wrote:because the firmware is loaded later so the module is not properly initialized (or some word that sounds like this)
    That *has* to depend on the specific wifi driver because I have iwlwifi-1000 built into my kernel as we speak and it loads the firmware fine.
    As far as i915 and modesetting goes, I had the exact same issues.  It turned out in my case another driver was stealing control before the intel kms one could grab it (maybe FB_VESA?).  Anyways, here's the relevant part of my kernel config that does work with i915 kms built-in:
    http://pastebin.com/jaCAqPjh

  • Best Practice Building Block Library not accessible in Firefox

    Hello SAP Documentation Team,
    I've just get aware of the <a href="http://help.sap.com/bp_bblibrary/500/BBlibrary_start.htm">Best Practice Building Block Library</a>. Unfortunately it can't be used with Firefox 1.5.0.4 because of a script error. I see the dropdown lists but when I select for example Country "Germany" nothing happens. In IE it works perfect.
    Regards
    Gregor

    Hope that this will change with later Best Practice releases.

  • Best Practices Building Blocks for CRM 5.0 & CRM 2007

    Hi Experts,
    Where can I find Best Practices Building Blocks for CRM 5.0 & CRM 2007?
    Thanks in advance,
    Vishwa.

    Hi
    Go to: http://help.sap.com/
    Click on the Best Practices Tab,
    Then Cross-Industry Packages,
    Then Customer Relationship Management
    They should all be under there.
    Regards
    Arden

  • Looking for Best Practice Configuration Building Block for Material Ledger

    I need to configure and create the Material Ledger for a customer in the near future.  Could someone help me find the Best Practice Configuration Guide for Material Ledger?
    Thanks in advance!

    The official config is in Best Practices for Primary Steel
    there is a delta building block which contains Material Ledger configuration
    http://help.sap.com/bp_bblibrary/500/HTML/T02_EN_ZH.htm

  • Where to find best practice building blocks

    Hello,
    Does anyone know where to find best practice building blocks. I found it sometime ago, but could not find it now.
    It is a link to all the documentation list for a specific industry. (not the SAP Lib)
    Thank you!

    http://help.sap.com/bp_bblibrary/600/BBlibrary_start_newlook.htm
    Exclusively for retail preconfigured scenarios best practice  - http://help.sap.com/bp_retail603/Retail_US/HTML/index.htm
    for upcoming SAP Best Practices versions for SAP ERP 6.0 unde - http://service.sap.com/bestpractices
    Enjoy!

  • Building Block  & Best Practice

    Dear All,
                I havea query. I am searching on net for quite some time but  I amunable to find the bulding block  configuration and Best practices for E Recruitment.
    CAn any one please help me out with it. In case if SAP doesnot offer them then what is the next best possible option do I have.
    Your feed back and help would be highly appreacited.
    points will be awarded as well.
    Regards

    hi
    Just keep in mind that before you do any configurations , there has to be a transition program from the mannual system to the automated system.
    Document every step in the AS IS stage and then let them know what all is possible and not possible in the E-rec module .
    Do not ever agree for major 'Z'. that is more important.
    Regards
    Sameer

  • SAP Best Practices High Tech 1.6 error implementing building block 32

    Hi,
    We are currently implementing a building block 32. Choosen the country DE but system throws an error.
    The error occured at
    USER SETTINGS - SET DECIMAL NOTATION AND DATE FORMATTING.
    @5DQWarning@     Failure during Activation. Reactivate the project eCATT:    /SMB99/SU3_O009_B32
    Whenever I try to activate, I receive an error message. Please help how to go ahead from here. Tx. Derks.
    Below you find the details of the error.
    Runtime Errors         DATA_OFFSET_TOO_LARGE
    Except.                CX_SY_RANGE_OUT_OF_BOUNDS
    Date and Time          30.06.2007 15:53:56
    Short text
         Unzulässiger Teilfeldzugriff: Offset zu groß
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
          caught in
         procedure "SPLIT_NEXT_COMMAND" "(METHOD)", nor was it propagated by a RAISING
          clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         In dem laufenden Programm "CL_APL_ECATT_SCRIPT===========CP" sollte auf das
          Feld "TEXTLINE", das den Typ
         "C" und die Länge 255 hat, mit dem Offset 255 zugegriffen werden.
         Ein Teilfeldzugriff mit einer Offsetangabe, die nicht kleiner ist als
         die Feldlänge, ist jedoch nicht erlaubt.
    More specically the error log shows:
      203             ELSE.
      204               APPEND textline+indent TO command.
      205             ENDIF.
      206             IF stop IS INITIAL.
      207 * get next line and start at 0
      208               ADD 1 TO parse_pos-to_line.
      209               READ TABLE script INTO textline INDEX parse_pos-to_line.
      210               IF sy-subrc <> 0.
      211                 done = 'X'.
      212                 EXIT.
      213               ENDIF.
      214               linlen = STRLEN( textline ).
      215               parse_pos-to_pos = 0.
      216             ELSE.
      217 * . followed by an end of line is an eoc
      218               eoc = 'X'.
      219             ENDIF.
      220           ELSE.
      221 * next char
      222             ADD 1 TO parse_pos-to_pos.
      223           ENDIF.
    >>>>>           onechar = textline+parse_pos-to_pos.
      225         ENDIF.
      226       ENDWHILE.
      227       IF done IS INITIAL.
      228 * insert actual (part) in result
      229         IF parse_pos-from_line = parse_pos-to_line.
      230           linlen = parse_pos-to_pos - parse_pos-from_pos.
      231           indent = parse_pos-from_pos.
      232         ELSE.
      233           linlen = parse_pos-to_pos.
      234           indent = 0.
      235         ENDIF.
      236         IF linlen > 0.
      237           APPEND textline+indent(linlen) TO command.
      238         ELSE.
      239           APPEND textline+indent TO command.
      240         ENDIF.
      241       ENDIF.
      242     ENDIF.
    Message was edited by: Roy Derks
            R. Derks
    Message was edited by:
            R. Derks

    Barry,
    thank you for your reply. We advice from SAP do, set the Date Format and Decimal Notiation by hand (TA: SU3) and just ignore the error and go forward
    with the next step. Later we will test the system, hopefully we won't get any
    errors concerning this.
    Thanks,
    Roy

  • Activate Scenarios with Solution Builder CRM Best Practices V1.2007

    Hi,
    I finished all steps in Quickguide for CRM Best Practices V1.2007 until the end.
    All worked fine without any problem.
    Now I want to activate a scenario.
    1. In the field Workbench I get a list of 15 Request/Task, I`m only able to select one.
    2. In the field Customizing I do not get any values.
    3. How to maintain this fields?
    3. Do I have to create a customizing request?
    Can anybody tell me how to proceed with this step? I copied the standard solution to my favorite Solution and marked seven scenarios.
    Perhaps there is a another documentation than Solution_Builder_Quick_Start_V4
    Regards
    Andreas

    Hi Andreas,
    In the same popup window, at the bottom, you will find options to create work bench and customising requests.
    You can assign only one workbench and one customizing request for all the activities of solution builder.
    If you do not have an existing customizing request, choose the option to create one.
    Regards,
    Padma

  • Best practice question -- copy container, assemble it, build execution plan

    So, this is a design / best practice question:
    I usually copy containers as instructed by docs
    I then set the source system parameters
    I then generate needed parameters / assemble the copied container for ALL subject areas present in the container
    I then build an execution plan JUST FOR THE 4 SUBJECT AREAS and build the execution plan and set whatever is needed before running it.
    QUESTION - When i copy the container, should i delete all not needed subject areas out of it or is it best to do this when building the execution plan? I am basically trying to simplify the container for my own sake and have the container just have few subject areas rather than wait till i build the execution plan and then focus on few subject areas.
    Your thoughts / clarifications are appreciated.
    Regards,

    Hi,
    I would suggest that you leave the subject areas and then just don't include them in the execution plan. Otherwise you have the possibility of running into the situation where you need to include another subject area in the future and you will have to go through the hassle of recreating it in your SSC.
    Regards,
    Matt

  • Best Practice Guide for object management in Integration Builder

    Hi All,
    I'm looking for a best practice guideline, or a strategy pattern for the management and maintainable of Integration Builder objects.
    Is their such a document, or has someone experience with a huge amount of objects ( 200-300 interfaces) ?
    I was thinking about a folder to sub-folder strategy, but don't feel comfortable with that solution:
    -->Root folders ( business relationship e.g. "Customer", "Supplier", "Bank" etc.)
    >Sub folders ( e.g. "AB Customer", "ZX Supplier", etc)
    Regards
    Oleg

    Hi ,
      I am in the safe confusion one year back, we developed 200 interfaces in XI3.0 ,every interfaces has minimum 10 mapping programs,its difficult manage the alla scenarios ,
    That what i created Software components for as per region like SA(South America), North Americ , Europe, Asia Pacific,we developed interafces for above regions,that why  created software compinehts like that.
    Then i created name spaces inside outbound and inboud to easy to diffentiate ..like that i had done.
    If you are with PI7.1 betetr to go for Folders,create folders and move objects.
    my answer not satisfies you..pls dont mind..:)
    Reagards,
    Raj

Maybe you are looking for

  • I bought a used iphone can someone tell me how to change the apple id on phone please. Thank You!

    I bought a used iphone yesterday and it has a apple id on it and I need to know how to change that apple id over to my id. I do not have the password for the previous owner. Can someone please help me with this? Thank you!

  • "Unknown Error" When Trying to Add a Title (Never Happened Before)

    I've been using iMovie HD with my Canon HD camcorder (HV20) for about 2 months without any problems. It's been flawless. I fired it up today for the first time in about 2-3 weeks (and a few Apple updates) and I'm getting "An Unknown Error Occurred. Y

  • Interview Questions I was asked....

    Hi all, The following are the Interview questions, i was asked and although i know answers littlebit, i dont know whether they are correct or not, so i am writing here to know answers and for your reference also. 1) Can i use function as column of ta

  • IPod Touch Widescreen TV

    Hey folks... Got myself the Apple iPod component cable today. I have it hooked up to my Sony HDTV - I have a question to see if anybody here might know.... I was under the impression that if I set the Widescreen option in the video settings of my iPo

  • File to idoc status 56

    Hi, I have already defined the partner profile in we20, but still i am receiving this error for inbound idoc. In PI the message is successful in sxmb_moni. I have carried the following steps in PI: 1 RFC destin in PI i.e. ERD250100 sm59 2 Port in idx