What category for this wiki data?

INTRODUCTION:
Flash-based systems are appearing at a fast pace. This wiki presents one way to employ flash drives in
an arch-based "LIVE" arrangement.
It is important to note that the system must operate from "IDE" in order that the flash drives utilized
are recognized as "TRUE IDE" devices thus permitting full "UDMA" operability. In addition, an
adapter having "UDMA READY" must be used to interface the Compact Flash (CF) to the IDE 80-
wire interface cable. The CF card(s) must also be "UDMA" rated.
The system herein described has no HDD's and can be described as "DISCLESS".
Two CF/IDE interfaces are utilized. When employing CF/IDE adapters, only one such device is usable
on a given IDE 80-wire cable at a time. A "slave" device can be provided on the adapter but it cannot
be connected simultaneously with a "master" CF card on the same cable.
The present 2.6 kernels include provisions which eliminate the application of 80-wire cable parameters
to IDE busses such that normal boots using standard kernels prevent "TRUE IDE" operation of the CF
card(s).....thus, the operations are limited to UDMA 2 mode even if the UDMA RATING is much
higher.
Therefore, the requirement for "IDE" operation of the system is imperative and applies to the
remainder of this "DISCLESS SYSTEM"description.
SYSTEM DETAILS:
Both the the primary and secondary IDE busses are utilized. The primary buss IDE cable has the
"boot" CF card and the secondary buss IDE cable has a cachedir CF card, each having an adapter and
connected via normal 80-wire cable. The operation of these adapters is powered by the 4-pin power
connector of the type provided to power the floppy disk peripheral device.
Some of the detailed results of performance outlined in this wiki apply to my system and its capabilities
with respect to speed and veratility. (1600mhz cpu and 3GB ram).
The system being described is arch-linux based, with larch "Live" system elements and Faunos
elements added. It utilizes pacman and aufs for its basic operational utility.
SYSTEM PHILOSOPHY:
Operate as much as possible in ram.
The primary CF card contains the boot Faunos system. It is squashfs compressed and has ~600 arch-
linux packages, includes pacman, aufs and PacTrac capability. It executes in ram as a r/o source.
The secondary CF card is used as a local cachedir to archive any and all upgrades to the operating
system. As such it enables storage of downloaded packages for use at users discretion. When loaded
into the system via pacman/aufs, the packages are decompressed into ram and operate therein, entirely
in ram.
Downloading packages into the cachedir permits the storage of several versions of a given
package...the original package is NOT OVERWRITTEN, thus flash device life is unaffected. Also,
the user can revert back to a previous version and it will be INSTALLED INTO RAM.!
SYSTEM CONSEQUENCES:
The need to "SAVE SESSION" via the Faunos system is reduced or eliminated at the users discretion
thus providing fastest reboot time.
"REBOOT" of the system without "SAVE SESSION" removes any and all packages added via the
use of the cachedir archive.
Adding packages in this manner allows checkout of new package impact on the system without
interfering with the basic boot system.
Power savings are obvious!
Downloading via mirrors (many throttled) takes much time! The power required to download
into HDD is nearly fully eliminated with no increase in delays (actual speed of CF is 40+MB/sec
for UDMA 4/5).
INSTALL from cachedir is at 40+MB/sec with UDMA 4,5.
System cache in /var/cache/pacman/pkg is not utilized.
PacTrac in Faunos provides a complete log of installed programs (including those installed to
ram by cachedir) and the last installed version as well as a listing of installable programs via
pacman. This program is inherent in Faunos boot flash device.
Additional elements of video, graphics and text can be include in the cachedir . For example, a
1GB .avi. This video file can be entered in ram via tmpfs and the player via pacman into
ram...then execution and data are all in ram. The tmpfs video file can be deleted and another
video file inserted...ad infinitum! All is readonly for the flash drives after initial install of the
video file(s) to cachedir. A text file to provide a paste of pacman install commands for cachedir
package groups is also an aid to users if incorporated in the cachedir.
Larch systems would provide a similar capability except for the PacTrac that Faunos provides.
The cachedir appears in the system as a media diak.
All USB functions are available and a USB/HDD adapter permits access to external HDD data
and storage. Also, external CD/DVD devices are similarly available although DVD play is not
clean. Best is to put .vob in files of the cachedir.
Moore's law applies to flash devices!!!!!!!!!
INSTALLATION:
This wiki is based on demonstrating the "LIVE" flash drive capabilities introduced by UDMA capable
flash devices with archlinux based operational capabilities. Therefore, an arch-based installation is
required. In this wiki, that is Faunos which is flash-installed, based on archlinux packages and Larch-
derived install parameters. A 2GB compact flash drive is recommended with adapter, either for HDD
use or a USB adapter, preferably a 2.0 unit.
Faunos is soon to be released in "STABLE" version. It is maintained by RAYMANO at
faunos.com.
The download of faunos is installed via...."dd if=(faunos downnload.img) of=/dev/sdx".......
The....of=/dev/sdx....is important.....do not use ...of=/dev/sda1 for example......
If you download the usb.img. Do not change the name of the download to ....faunos.img... because
the download has that file within it and will only address that file.
When the flash drive is first ready to be booted, do not boot on it until you have re-sized the linux
partition from 1GB to ~1500MB . Do so with gparted as root. Provide linux swap at this time if
you desire.
When ready to boot, install in primary HDD slot with adapter and set bios to recognize the flash
drive. Some flash units do not have a label, they appear as brackets [        ] but are fully functional
as boot devices.
After reaching the Desktop, the internet parameters are established in WICD.
Editing of /etc files is then accomplished as desired. Reboot and save session.
The system can then be shut down to allow install of the CF/IDE in the secondary IDE cable.
CONFIGURATION CHANGES FOR UDMA CF/IDE:
At this point, a change is necessary in the boot CF/IDE device in the primary IDE slot to enable IDE
MODE OF SYSTEM OPERATION.
    1.  Boot into Faunos.
    2.  Select "log out"
    3.  Select "end session"
    4.  "log-in" as root with root password.
    5.   With "archlinux" desktop displayed, select kwrite editor.
    6.  Go to /lib/initcpio/hooks/larch/
    7.  change: ....................line (96):
                            ....for d in /dev-sd[a-z][0-9]* ; do
       to................for d in/dev [hs]d[a-z][0-9]*; do
    1.  Edit /usr/share/larch/initcpio/mkinitcpio.conf...... as follows;
    2.  hooks="base udev fbsplash ide scsi usb larch1 larch2 larch3_aufs splashy"
    3.  Select "STORAGE DEVICES" and open the "livesys/livecd" device,
    4.  Delete file "faunos.img" to trash bin.
    5.  Perform the following to generate a new "faunos.img"
            in terminal as root: .....mkinitcpio -c mkinitcpio.conf -g faunos.img.....
        Install the faunos.img thus generated into "livesys/livecd" in the place of the original
        faunos.img.
        6. Reboot and "SAVE SESSION".
TROUBLESHOOTING:
The performance of the CF/IDE devices can be verified by use of hdparm.
All devices in "STORAGE DEVICES" are identified as "media".
See FaunOS forums for advice on boot problems or system related issues.
CACHEDIR PARAMETERS;
Loading of the cachedir via pacman is accomplished with the following command in terminal:
                            .....pacman –cachedir /media/disk -Sw (package name) ,,,,,,,
This places the named -i686.pkg.tar.gz in the cachedir. The locale of the downloaded package may be
a previously established folder, in which case the /media/disk/folderID is used in the command.
Other files of interest may also be loaded from HDD via a primary IDE install or a flash drive via USB
or an install via USB/HDD source. Additionally, pacman Syuw is usable:
                   ............pacman –cachedir /media/disk/upgrade -Syuw.........
This assumes the generated "upgrade" folder.
Subsequent installs to cachedir do not overwrite existing packages, but make new entries.
Installing the package(s) is done with the following pacman command:
                        ........pacman -Ud /media/disk/upgrade/*-i686.pkg.tar.gz...
This example assumes the -Syuw case of installing all packages. They can be individually installed as
desired.
Packages installed via pacman/aufs are in ram by default. w00t!!
MORE RESOURCES:
Full disclosures of problems and solutions is provided in the FaunOS forums which has over a
hundred registered users. This forum also includes a Larch forum hosted by Gradgrind.
I have practiced in SANDBOX but am unaware of whether that material is reproduced in any category.
How does a user generate several pages of data in a published wiki?  It does not seem apparent...much ado about editing existing wikis but no data on how to make a new one...correct me if I am wrong, please.

On third thought, it certainly adds a dimension providing power savings as well as utilizing an alternate archlinux install method which eliminates the hassle in getting a DE and loads much without causing an uproar with already installed operating systems.
Basically, it is FaunOS with Larch elements and both are archlinux based.  The best way to introduce archlinux is with such a LIVE install.  Raymano has demonstrated to many users the easy install of the program.
It does require adjustment of the install partition at this writing.  Items needing attention are the wicd , rc.conf and rc.local as well as setting up alsa.  These are required in all arch installs and the install of any discless items is not required.
To utilize the methods I have incorporated requires more skills...most linux users could maneuver through that should they want to utilize discless operation.  I would imagine that many could use existing CF cards even if not UDMA rated to produce a usable discless system but at a slower operating speed.  Power is minimized.
Summary statement: A Live install of FaunOS is a [u good alternative /u] starting point for new users and it opens the door to discless operation in desktop systems.  (Laptops are a different breed and may have some advantages if dual CF adapters allow both CF units to perform simultaneously).
Just a thought.......or two.....
EDIT:  The final release of Faunos is in the works..at present in test phase and posts regarding it are in testing mode rc4.  The next two weeks or so should provide the stable release of the latest FaunOS Live download as reported on the Forum.
EDIT:  Installed an Adata 266x 8GB CF in the cachedir slot today.  It runs 45+ mb/s in hdparm.  I have 1.3GB of packages installed in it, r/o in the system when installed to ram via pacman/aufs.
Last edited by lilsirecho (2008-03-11 23:51:03)

Similar Messages

  • For this sample data how to fulfill my requirement ?

    For this sample data how to fulfill my requirement ?
    with temp as
    select 'MON' WEEKDAY,'9-10' TIMING,'I' CLASS FROM DUAL UNION
    select 'MON' WEEKDAY,'9-10' TIMING,'II' CLASS FROM DUAL UNION
    select 'MON' WEEKDAY,'9-10' TIMING,'III' CLASS FROM DUAL UNION
    select 'MON' WEEKDAY,'10-11' TIMING,'I' CLASS FROM DUAL UNION
    select 'MON' WEEKDAY,'10-11' TIMING,'II' CLASS FROM DUAL UNION
    select 'TUE' WEEKDAY,'9-10' TIMING,'I' CLASS FROM DUAL UNION
    select 'TUE' WEEKDAY,'9-10' TIMING,'II' CLASS FROM DUAL
    select ?? (what will be the query ??)
    How can i get output data in this way :
    WEEKDAY TIMING CLASS
    MON 9-10 I,II,III
    MON 10-11 I,II
    TUE 9-10 I,II

    If in 11g, you can use LISTAGG
    with temp as
    select 'MON' WEEKDAY,'9-10' TIMING,'I' CLASS FROM DUAL UNION
    select 'MON' WEEKDAY,'9-10' TIMING,'II' CLASS FROM DUAL UNION
    select 'MON' WEEKDAY,'9-10' TIMING,'III' CLASS FROM DUAL UNION
    select 'MON' WEEKDAY,'10-11' TIMING,'I' CLASS FROM DUAL UNION
    select 'MON' WEEKDAY,'10-11' TIMING,'II' CLASS FROM DUAL UNION
    select 'TUE' WEEKDAY,'9-10' TIMING,'I' CLASS FROM DUAL UNION
    select 'TUE' WEEKDAY,'9-10' TIMING,'II' CLASS FROM DUAL
    select
    WEEKDAY,
    TIMING,
    LISTAGG(CLASS,',') WITHIN GROUP (order by 1) as class_aggregate
    from temp
    GROUP by WEEKDAY,TIMING;
    WEEKDAY       TIMING     CLASS_AGGREGATE
    MON           9-10       I,II,III
    MON           10-11      I,II
    TUE           9-10       I,IIOther techniques for different versions are also mentioned here :
    http://www.oracle-base.com/articles/misc/StringAggregationTechniques.php#listagg

  • I'm in trouble You update the iPhone did not have the expense of Apple iPhone was closed and requests activation account??? What to do This conversation data

    I'm in trouble
    You update the iPhone did not have the expense of Apple iPhone was closed and requests activation account??? What to do
    This conversation data
    SerialNumber: DN*******TC0
    help   help
    help
    help
    I've stopped all my work because all the contact numbers on the phone helped me
    <Personal Information Edited by Host>

    Repost in your native language as current post makes no sense.
    Not wise to post Serial Number or IMEI in public forum - perhaps the
    hosts will edit them out.

  • What would the best process chain look like for this MD data load scenario?

    Hi there,
    I have the following setup. SAP BW connection to external system via DBConnect (DB2 database).
    We have 73 master data text data sources to load either once a week or everyday through process chain. We have not decided on the exact schedule yet.
    All the master data text DataSources pull data from the SAME VIEW created on the DB2 external system:
    VWDEDMASTERDATA
    The structure of the view is the following:
    DEDNAME
    DEDNAMETYPE
    DEDNAMECODE
    DEDNAMEDESC
    DEDNAMELONGDESC
    So, everytime master data text is extracted for all the 73 objects it queries the same view over and over again VWDEDMASTERDATA. We only differentiate in the datasource on the FIELDS tab which InfoObject should DEDNAME map to and then in InfoPackage we filter on the exact object/field to query.
    So essentially, every time we run InfoPackage for master data text object the external system gets queried in the following way:
    SELECT * from VWDEDMASTERDATA where DEDNAME = [FIELD/InfoObject specified in InfoPackage]
    So, if I have to have all 73 objects loaded, essentially the same SQL statement has to execute 73 times. In this scenario, what would be the proper process chain setup that has perfomance in mind? How should the InfoPackages be arranged, in parallel, sequentially, how many in a row, etc?
    Let me know if you need more information.
    thanks

    They would like to send the letters to me
    Depending upon how they send the letters to you and how they expect Acrobat to convert them you could be bordering on a license violation that prohibits you from using your version of Acrobat as a server-based product.
    Adobe offers server based products to convert rtf files into pdf files. Some require your company to run a server, but one seams exactly what they may want. The createpdf service is run by Adobe and seems capable of doing what your company wants.
    https://www.acrobat.com/createpdf/en/home.html

  • What Presets for This Avi File?

    I have a couple of .avi files of musical movies (from tv) that I would like to edit in Premiere (which I've virtually never used before, only some intermittent stuff with my little digital camera... no real knowledge ).
    What I want to do is simply extract the singing and dancing from the storyline.
    Windows tells me this much about the files:
    624 x 352 pixels
    bit rate 128kbps
    audio sample size 16 bit
    audio Lame MP3
    video 23 frames per sec
    data 1102kbps
    video sample 24bit
    XVID compression
    and gspot gives me this, most of which I don't even understand:
    container
    avi v1 Interleave 1 vid frame (42ms)
    Audio frames aligned on interleave
    Video 304MB
    User data
    [ISFT] transcode-1.0.6
    [USER] XviD0050
    Audio
    Codec: 0x0055 MPEG-1 Layer 3
    Info 48000Hz 128kb/s tot, Join Stereo LAME 3.9
    Video
    Codec XVID Name XviD ISO MPEG-4
    Len 44:23 Frms 63851 kbps 959 Qf 0.182
    Pics/s 23.976 Frames/s 23.976
    pic 624 x 352
    sar 1.773 par 1.000 dar 1.773
    Now those figures don't match any of Premiere's existing 'presets' and don't provide enough info for me to make up a custom preset.
    Can anyone help me out? Tell me what presets to put in or direct me to software that will interrogate this file and get the preset info for me?
    OR: if there's an easier way/software to do what i want to do - what is it?
    regards,
    ab

    The Xvid CODEC will be a real problem. For the rest, a Desktop Preset with the attributes customized to match, will get you to editing - just not with the Xvid CODEC. I would use Harm's advice to convert to DV-AVI Type II, and issues should go away.
    With Harm's other suggestion, I have found that CyberLink's PowerDirector program does an OK job with Xvid/DivX material, but it IS heavily compressed and is a streaming media delivery format. It should ONLY be used as such, and not as source footage. Also, Premiere Elements will have the same issues, as will PrPro.
    For some more background on CODEC's, this ARTICLE might prove useful.
    Good luck,
    Hunt

  • Using a G4 with an LCD TV (what cable for this port?)

    Hi guys,
    As the header says, I have an old power mac G4. I'm not sure which model it is exactly but my question is can it be connected to an LCD TV and how?
    I have tried VGA to VGA which didn't work...what is the other port and any link to a possible solution?
    Ports & G4 images = https://www.me.com/gallery/#100015
    Any advice/help would be greatly appreciated.
    Thanks in advance,
    StoogeNuge

    Hi StoogeNuge, and a warm welcome to the forums!
    Your link needs me to sign in to your mm account to see it btw.
    I have an old power mac G4. I'm not sure which model it is exactly...
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware and report this upto *but not including the Serial#*...
    Hardware Overview:
    Machine Name: Power Mac G5 Quad
    Machine Model: PowerMac11,2
    CPU Type: PowerPC G5 (1.1)
    Number Of CPUs: 4
    CPU Speed: 2.5 GHz
    L2 Cache (per CPU): 1 MB
    Memory: 10 GB
    Bus Speed: 1.25 GHz
    Boot ROM Version: 5.2.7f1
    Then for the Video Card...
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware>Graphics/Displays and report like this...
    NVIDIA GeForce 7800GT:
    Chipset Model: GeForce 7800GT
    Type: Display
    Bus: PCI
    Slot: SLOT-1
    VRAM (Total): 256 MB
    Vendor: nVIDIA (0x10de)
    Device ID: 0x0092
    Revision ID: 0x00a1
    ROM Revision: 2152.2
    Displays:
    VGA Display:
    Resolution: 1920 x 1080 @ 60 Hz
    Depth: 32-bit Color
    Core Image: Supported
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Quartz Extreme: Supported
    Display:
    Status: No display connected
    BTW, did you go to the Displays pref pane with the TV connected? Set the resolution for the TV? What is the resolution of the TV?

  • What patterns for this application???

    We have a large standalone C++ application which we are planning to port into java. Right now we are planning to port only the GUI (front end) part and retain the backend in C++ (Though, in the long long run we might even port the backend part to java but not right now). There are around 200 backend C++ programs.
    In simple terms the general architecture/functionality of the current C++ application is like this.
    Each front end screen will collects and passes the arguments to a common interface program
    The common interface program writes the arguments into a flat file and invokes corresponding backend C++ program
    The backend C++ program will read the arguments and generate an output file.
    Later the front end will read the output file, parse and display it graphically.
    If we want to retain the backend C++ programs for now, what is the general architecture that you would suggest and what Patterns should we consider to implement in the new version and how can they help?
    Thanks
    Raju

    I think you should reconsider your approach. Java excels as middleware. J2EE has been far more successful than any of the Java UI API's (AWT, Swing, SWT, etc.) So, in my mind, I would first convert the back-end to Java. I would probably leave the UI as C++, maybe indefinitely. Or switch the UI eventually to a J2EE web app.
    - Saish

  • No category for this post

    This is about browsing the app store. I am tired of trying to browse the app store, because everytime I select an app to read up on and when I'm done reading up on it and I click the back button, it seem to always send me back to the beginning to start over again, so I never really get a chance to see what other apps is out there cause I get tired of starting over every time I view an app.

    Do you have a question?

  • Sorry - There is not a category for this

    I know my question does not fit the G4 and G5 sections but there does not seem to be a section for G3's. Does anyone know what I need to be able to view my Blue&White G3 on a TV. Or what do I need to connect RCA cables to the Mac/

    The B&W G3's Expansion Forum can be found here and the Usage Forum here. Does your G3 have the optional Rage Pro graphics card with the S-Video ports? Do you want to connect the B&W's video output using the analog connection (RCA cable) on an older graphics card for viewing on a CRT-type TV or do you want to connect a digital output to a DVI port on an LCD TV?

  • Report category for this selection

    u201CPeriodu201D selection dates:
    -     Codes 1, 2, D, F, I, K
    u201CSelection Criteria:
    -     Payroll Area
    -      Person ID
    -     Personnel Number (multiple selection)
    -     Employment Status equal to 1 or 3
    I want to have the above as part of my selection screen.
    Which selection criteria do I need to use.
    I dont need any other fields than specified above.
    Thanks
    Kiran
    Edited by: kiran dasari on Jun 19, 2009 11:27 PM

    Created my own Z category as I didnt find an appropriate one.
    Thanks
    Kiran

  • Under what category is the CML download from the support portal?

    I am unable to locate the CML downloads from the cisco support portal.  What category is this located in?
    It seems like the marketing teams need to have a meeting and decide what kind of product this is.  Here in the support forums the product is listed under Network Infrastructure.  On the cisco.com site it is listed under Cloud and Systems Management.
    I have a valid license and support contract incoming, I just can't find the media download location.  Thanks for any help.

    I was able to work with TAC to get the edelivery email that included the OVA file.  How are you all going to handle product updates if there isn't any way to download the software from the normal support download tool?
    Another question I have now that I have the environment running is where do I download the client software?  I expected to see a download link somewhere on the User Workspace Management portal, but don't see anything.
    So far I have been a little disappointed with the lack of clarity in the documentation on simple things like this.  The documentation does a good job of instructing how to modify the .vmx file to get the nested hypervisor working (something that the end user shouldn't have to do, this should be handled in the OVA before it is delivered to the end user).
    I also feel that there needs to be a little more discussion on the deployment options for this software.  We are initially just wanting to run the simulations sandboxed with no connectivity to our corporate network except through the management interface for user connections.  I don't think we need the FLAT and SNAT networks for this, but if we do, I am confused because the documentation is poor.
    So now I have a server deployed, but no way to actually run simulations since I don't have any client software.

  • We need a No-Charge TAQ item Category for a Sales BOM

    We have a situation where we will bring in several Sales BOM's on a Sales order, but need to have one or more of the Sales BOM's to be a No-Charge item (similar to a TANN Item Cat).
    We are using ERLA (top down) Item Category Group for the Sales BOM materials and when we use these materials in a sales order I would like to be able to change the some of the Sales BOM's Item Category to a No Charge category (we created a ZAQ item category for this situation), but when you creating the Sales Order, the top level item where the pricing is (the TAQ item category) is GRAYED out and I can not change it to our new ZAQ category, even though it appears in the drop down list for the Item Category.
    Is there any way to make the top level TAQ item category for Item Cat. Group ERLA a maintainable field on the Sales order?

    As I know- std , will not support Return scenario of Sales BOM & Free goods.
    Work around may be needed to achieve this, other than standard.
    Create Zitem category by copying from REN - (ZREN - with structure scope & application), determine item category for sub items as well.
    Maintain copy controls accordingly from RE to LR - Ret delivery & RE- Credit for returns.
    Test & revert.

  • Purchase Requisition / Order: Account Assignment Category for material type

    Hi,
    When creating a PR or PO for one specific material I would like the system to propose a specific account assignment Category for this material. It shouldn't allow the user to change this account assignment category.
    Is it possible? How should I proceed?
    Thanks in advance.
    Luis.

    I dont think there is any standard procedure for doing this.
    My idea would be to use a user exit say EXIT_SAPLMEREQ_010 for PR and a similar exit for PO and code a Error message check for Material type and account assignment combination.
    For ex : EXIT_SAPLMEREQ_010 is a exit which is called during check in a PR . SO when the user enters a combination of Material type and Acc assignment u can check for the requirements.

  • New SAP Tools for faster Master Data Upload?

    Hi All!
    I am interested in getting some detailed information on different tools that are used for faster master data upload. Please let me know about the tools apart from LSMW, BAPI, eCATT and BDC.
    We basically want to know the following things:
    1.Which are the tools available for this master data upload?
    for eg. SAP MDM, Info Shuttle, other available new age tools etc........
    2. Their performance / feature comparions?
    Please provide performance / feature comparison for different new age tools in detail.
    Thanking you in advance.
    Regards,

    Hi Amar,
    regarding SAP MDM you can read advantages and characteristics here: http://www.sap.com/platform/netweaver/components/mdm/index.epx
    Hope this help you,
    Vito

  • Time manageru2019s workplace -No possible entries help available for this time

    Hello Experts,
    I am configuring time manageru2019s workplace.
    I can insert an employee , I can see his detail, planed schedule of time, but I cant change its TIME ID it is showing there like ?03 ( No possible entries help available for this time data ID )
    I have configured Time IDs also accordingly.
    I used definition set SET_BE
    And subsets P,Q,R
    I created time data IDs A- Absence ,B- Avilability ,U-Leave
    Please let me know where I am going wrong.
    Thanks and Regards
    Jaydeep Jadhav

    Hi,<br>
    Recheck all the nodes under TM->TMW. If you have maintained groups , please check them.
    Also request the abaper to debug and find which query is failing.
    Good luck<br><br>
    Thanks,
    Amosha
    <br><br>"Known is a drop & unknown is an OCEAN!"

Maybe you are looking for

  • How to drag file from desktop into Finder window?

    I use the four finger gesture to reveal my desktop, then I drag and file and intend to put it in one of the Finder windows that was there before the "reveal desktop" gesture. How do I get the windows to come back while the file is being dragged? Ther

  • HOW TO: Create a GUI "Hello World"

     </p> This document describes how to create and run a very simple "Hello World" Java GUI app using JDeveloper. The application will have one button and one text field. Clicking the button will populate the text field with the message, "Hello World!"<

  • How do I replace the organiser with a new one

    How do I replace the organiser with a new one

  • Why are my timeline triggers different?

    I am trying to add a Get Element timeline trigger. When I click to add a trigger, this is what I see and there is no option to add a Get Element - even if I do a search. In the tutorial I am following on Lynda.com and in other documentation I have se

  • Need help with Object error message

    Hello, Forum. In DW CS5 I'm getting an error message, "This page contains object tags that may not work properly in the most recent versions of Internet Explorer. DreamWeaver cannot convert these object tags.". Anytime I previously encountered this m