Problem Experts OWB 10gR2 - Mapping with OMB - Give a name to the flat file

I'm trying to create a mapping in OWB by using the Experts (OMB),
where the data source is a database table and the target is a flat file (to transform a table to a flat file).
The tasks of my Experts :
This task create a mapping, and add a existing table on it.
     OMBCC '$thepath'
     catch {OMBDROP MAPPING 'M1'}
     OMBCREATE MAPPING 'M1'
     OMBALTER MAPPING 'M1' \
     ADD $INITIAL_LAUNCH_CONTEXT_TYPE OPERATOR '$thetable' \
     BOUND TO $INITIAL_LAUNCH_CONTEXT_TYPE \ '$INITIAL_LAUNCH_CONTEXT' \
This task change the context and create a flat file
     OMBCC '/PRJ_LABO_PHARMA/SRC_FILE'
     catch {OMBDROP FLAT_FILE 'NEW_FILE'}
     OMBCREATE FLAT_FILE 'NEW_FILE' \
     SET PROPERTIES (DATA_FILE_NAME) VALUES('fichier_genere.txt')
This task add the flat file to the mapping, and create a connection between the source (table) and the target (flat file)
     OMBCC '/PRJ_LABO_PHARMA/MOD_SRC_LABO'
     OMBALTER MAPPING 'M1' \
     ADD FLAT_FILE OPERATOR 'NEW_FILE'\
     BOUND TO FLAT_FILE '/PRJ_LABO_PHARMA/SRC_FILE/NEW_FILE' \
     OMBALTER MAPPING 'M1' \
     ADD CONNECTION FROM GROUP 'INOUTGRP1' OF OPERATOR '$thetable' \
     TO GROUP 'NEW_FILE' OF OPERATOR 'NEW_FILE' COPY ALL
This task update the flat file structure
     OMBRECONCILE MAPPING 'M1' OPERATOR 'NEW_FILE' \
     TO FLAT_FILE '/PRJ_LABO_PHARMA/SRC_FILE/NEW_FILE' \
     USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_ID')
Then I have a task which execute this mapping.
Everything is good, but during the execution I have a error VLD-2357 : The target file's name is not indicated for the file NEW_FILE.
I don't know how to give a name to the flat file in OMB.
Help me please.
Best regards
Samy

Just like if you built this in the UI where you would have to configure the flat file operator and define a target data file name and possibly the location these properties should be set in scripting.
Set the property TARGET_DATA_FILE_NAME to the name of the data file.
Something like....
OMBALTER MAPPING 'M1' \
MODIFY FLAT_FILE OPERATOR 'NEW_FILE' SET PROPERTIES (TARGET_DATA_FILE_NAME) VALUES ('my_datafile.csv')
Cheers
David

Similar Messages

  • How to Map Idoc-Orders05 Qualifier permitted values to a flat file Str

    Hi All,
    My scenario is IDoc-xi-flat file. I have a problem in mapping the respective qualifier value in IDoc to the flat file structure. I am using the function fix values in Message Mapping. Suggest how should the target field should look like to map to the qualifier.
    Thanks
    Gowri K.

    hi,
    can you tell a little bit more on what are you trying to achive?
    do you only need one qualifier in file or all or what?
    can you use the same structure as in IDOC ?
    be a little more precise
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Get File name of the inbound file during mapping

    Scenario: to read the file name of the inbound file (which has date required for the mapping) during runtime.
    The requirement is to read the date of the inbound file (passed to the XI pipline by the file adapter) and populate the same in the outbound mapping structure.
    Any idea about how to do this?
    (I went through few options of using java.util.map. not successful yet)

    Hi Anand,
    I posted the same question a time ago, without any help....
    Can I find out the full filename of input file in message mapping?
    Posted: Nov 23, 2004 1:00 PM
    I have in XI 2.0 the following scenario :
    In the inbound fileadapter I read my input file. The filename of the input file is part fixed, part variable (Like INDATA01.txt, INDATA03.txt, etc).
    So in my Adapterconfiguration, I specify the filename with a wildcard (INDATA*.txt).
    What I now want to do, is in my Message Mapping use the full filename , so I can do something different for every filenumber. Is there a way where I can get the full filename available in my message mapping (I did not find the filename in the XML in the message trace).

  • I want to open a domain.site2 file outside the default folder (User/Library/Application Support/iWeb) with iWeb11, but iWeb only opens the domain file in the default folder. If I delete the default domain file, iWeb wants to create a new site. Help please

    I want to open a domain.site2 file outside the default folder (User/Library/Application Support/iWeb) with iWeb11, but iWeb only opens the domain file in the default folder. If I delete the default domain file, iWeb wants to create a new site. Does anyone have the same problem or know how to fix it?

    In Lion the Finder folder is now invisible.  To make it permanetely visible enter the following in the Terminal applicaiton window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    For opening your domain file in Lion for the first time or to switch between multiple domain files  Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an applicaiton.
    Just launch the applicaiton, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    OT

  • Terminated with error: REP-1924: Cannot locate the font file 'Arialbd.ttf'

    hi all
    i am using Application server 10g R2 while running report i am getting the following error
    Terminated with error: REP-1924: Cannot locate the font file 'Arialbd.ttf'
    i configured the Reports_Path
    with C:\windows\fonts if anyone faced the same problem plz help me.

    hi
    if you have problem you can post your own thread and we will try to help you.
    sarah

  • Adobe Acrobat gives an error message "The key file is missing, canceled"

    Hi,
    Adobe Acrobat gives an error message "The key file is missing, canceled" this is a direct translation of the Finnish error message. Acrobat is already re-installed. The operating system is Windows Server 2008 R2, and there is also installed Adobe Reader X.
    BR
    Heikki

    Please let us know do you see this error on every launch of Acrobat?
    Recommended is to have latest version of Acrobat and Reader. i.e. 10.1.8
    Try updating application and then see if you still encounter the error.

  • Is there any possibilty to integrate a EAR file with cq5 project??? the ear file is generated from a

    Is there any possibilty to integrate a EAR file with cq5 project??? the ear file is generated from a WSDL..

    Is there a reason why you need an "ear" file ? So what is the task you want to fullfill.
    For me it sounds like you want to integrate a jax-ws service inside a cq5 project. To achive that you have to integrate a jax-rs client in cq5.
    One option to achive that is to integrate Apache CXF like documented here:
    http://www.pro-vision.de/adaptto/downloads/110915_adaptto_sling_cxf.pdf
    Samplecode can be found here:
    http://www.pro-vision.de/adaptto/downloads/110915_adaptto_sling_cxf_sampleproject.zip
    Best regards,
    Dominik

  • I am trying to use a Logitech USB headset to record with screencast o matic. In the sound file of system preferences the headset is recording audio. However it stops working when I use screen cast o matic. Any advice?

    I am trying to use a Logitech USB headset to record with screencast o matic. In the sound file of system preferences the headset is recording audio. However it stops working when I use screen cast o matic. Any advice?

    See these threads for some possible solutions:
    Bluetooth and 10.7
    Bluetooth speaker error

  • Problem in copying a mapping from OMB+..soln needed asap

    I am trying to copy a mapping from OMB+.
    This is a simple copy in the same module....but its giving the following error. can somebody help me in this...
    OMB+> OMBCOPY MAPPING 'M_STG_BP_AP_INTL_SUBSCRIPTION' TO 'BI_STAGING/' USE REPLACE_MODE
    OMB01059: Object copy failed. Nothing to rename.
    OMB+>
    OMB+> OMBCOPY MAPPING 'M_STG_BP_AP_INTL_SUBSCRIPTION' TO 'M_STG_BP_KA_INTL_SUBSCRIPTION' USE REPLACE_MODE
    OMB01059: Object copy failed. Nothing to rename.

    found the solution..
    Its the problem with length of the mapping name.
    When its copying, OWB generates a new mapping prefixed with 'COPY_OF_' to the original mapping name and then renames it.
    In the above case, Its exceeding the limit and therefore abbreviating the copied mapping to 'COPY_OF_M_STG_BP_AP_INTL_SUBS_1'
    and when trying to rename the mapping, its unable to find the object.
    Soln...limit the mapping names to 18-20 characters to allow copying from OMBPLUS.

  • OWB 11.2 with SAP V6, Eror while execution the mapping.

    I have a simple staging mapping, I am trying to get data into my staging table from SAP system. So far I have created a simple 1-1 mapping. when I generate the code it produces a abap report which when I try to execute on SAP system I get a syntax error. Now this error did not occur with SAP 11.1, Now I am trying to do is the following since going back to 11.1 is not a option.
    When I try to run the mapping using OWB I get the following error.
    NativeExecution PlatformSchema M_STG_CABN_ODS
    M_STG_CABN_ODS
    RPE-01082: Fail to execute the ABAP report.
    Starting Execution of ABAP Report CABN_STG_CABN on Wed Nov 03 11:59:58 EDT 2010
    Running ABAP report through function module RFC_ABAP_RUN_AND_INSTALL
    ERROR: null
    Exit on error: Execution of ABAP Report CABN_STG_CABN on Wed Nov 03 11:59:58 EDT 2010
    M_STG_CABN_ODS FAILURE
    NativeExecution PlatformSchema M_STG_CABN_ODS
    Although the error is not descriptive i believe structure of the report could be the reason.
    Now I am trying to do a work around I save the report into a folder on AIX and modify the file to change the structure of the file. All I have to do is add/ delete spaces in certain places.
    Now I plan on creating a process flow which would call that file using a user defined function.
    Once I modify the report file manually, I want to execute the report so that I can generate the .dat file and ftp it over to the location and load it into staging using SQL loader as the .dat file is in that format.
    The question is How do I do this. Do I need to specify the complete process in the process flow
    or when I execute the report it would do the process for me as the ftp folder location has been specified in the SAP location.
    Edited by: U1234567890 on Nov 3, 2010 9:01 AM

    Is there any other work around?
    I am planning on saving the file and making the changes manually and then FTP it to SAP, Now my problem is I am not sure what Location to move it to.
    My question now is where(location) does it(ABAP Report) get deployed . If it is not stored then how does OWB execute the steps in the file. I am trying to find where I can drop the modified file.
    Thanks

  • Somebody please EXPERT look at this with me and try to explain the problem.

    here is my site.    www.subzerorefrigeration.com I have a template set up for the entire site that is at www.subzerorefrigeration.com/cityweather.html 
    I added two images to the bottom of the template page that say schedule service and one says schedule estimate, they slightly changed color with a mouse over.  I used the mouse over command right from simply was mouse over and change to image 2 that was working fine and all.  Then I ran the W3C validation and it came up with a bunch of errors for the script adobe put on the page. 
    Here is what I was doing.
    I was looking at the schedule and estimate buttons on the bottom of a page.  I do not remember what page I was on, more than likely had several open at the time.
    For some reason I did a validate WC3 page and came up with a bunch of warning errors for the mouse over script in the head of the page for the schedule and estimate button .png photo switch.
    THEN I think I tried to run a browser check or another check on another page and it gave me warnings for the bottom table that said footerblue has already been identified. So when I looked at the code it said Id footerblue class footerblue something like that so I took out the class footerblue and is all that did was made my table squares white again.  Then I said well why don’t I try to remove the code in the head for the schedule and estimate buttons so I removed this script from the code, I would have to sadly say I was working on my template page as I think about it now, 
    Why in the heck am I getting ERRORS from something that ADOBE has easily put into their program. This is not something that I did maybe I do not know where?  I just put a simple mouse over on the photos.
    After that I lost my spry menu bar.  So next I took my index page and opened it and said ok lets just save this as citydata template.  I did that it asked me to save, my spry menu bar came back on all pages but only the index have the working drop downs.  The other pages have background colors I do not ever remember the spry menu having but next I did also try to copy a old spy script to the spry folder.  Then I almost probably nearly had a heart attack and had to lay down after I saw all the pages that were messed up.
    I remember saying to myself why did these pages no update all of a sudden and I wrote them down
    updated illinoisenergyefficiencyloanprogram.html
    updated wellsfargofinancing.html
    updated aboutus.html
    updated scheduleafreeestimate.html
    updated alsip.html
    updated americanstandardcustomersatisfactionsurveys.html
    and more than likely index.html and cityweather.dwt
    These are the pages I am pretty sure I had open in Dreamweaver when this was all happening.
    Do not remember if I changed the name of the menu bar?  Maybe..
    Now I have a spry menu bar that WORKS on the index.html page and all the other menu bars do not work.  Well the ones I have looked at.  HOW can that be looking at a different folder for my spry on the same site?  Also worth noting is I set up a testing server for some php on the contactus.html page the other day that seems to be working now but did not seem to work the other day. 
    I am mainily wonderin how can I have to different / one functional and one semi functional spry menu bars on the same site?  It all goes back to the same folder from what I can see.
    Please take the time to helpme here.  I already redid this one time because the templates did this to me....    I was doing great until I ran the validator again and discovered errors.  I WAS ERROR Free before the two images. except the pages that have the weather widget on them.

    tedwagner64 wrote:
    I am wonderining why 150 people looked at this post and NOT ONE REPLY am I stupid or something???
    Not really.  It probably helps to ask questions in a less complex way.  I think that on a forum, people who help want to be able to quickly see what it is they can help with and are more likely to spend their time on those questions.  I don't know that for sure but it is my experience.  Sometimes if I try to help someone, I do it when I have a spare 10 minutes so, I will definately focus on the one or two line posts.
    For instance, if you asked, "Why does my HTML not Validate on this page?"  I could tell you that it is because you can only use one instance of  id="" on a single page.  The validator says you have used id="background_blue" more than once.  You can use class="background_blue" as many times as you like.
    Martin

  • Conditional Mapping with script using BlOCKPROC to access the HFM API

    Hello,
    following problem. During the mapping/validation I need to map certain custom1 members to None if the Top Member is None and let it be if not None. This allocation depends on the account. Reading through the documentation I stumbled across conditional mapping.
    So in the Custom1 map type Like I defined following:
    Rule Name: C1_Script
    Rule Definition: CXXX*
    TargetCustom1: #Script
    In the script I try to achieve to get the Custom1 Top member for the account! The HFM API offers this function(fGetCustomTopMember) and with varValue(14) I get my TargetAccount. So everything I need seems to be there.
    Only problem is I need to use the BlOCKPROC to access the HFM API provided through the adapter, but either way won't work.
    Trying "Set API.IntBlockMgr.IntegrationMgr.PobjIntegrate = BlOCKPROC.ActConnect("LookUP")" throws an object required error.
    Trying
    Dim BLOCKPROC
    Set BLOCKPROC = CreateObject("upsWBlockProcessorDM.clsBlockProcessor")
    BLOCKPROC.Initialize API, SCRIPTENG
    throws me a type mismatch for "BLOCKPROC.Initialize".
    I am kinda at my wits end. Any help/clue is much appreciated.
    Ahh, yes the different writing BlOCKPROC and BLOCKPROC is correct!
    Thanks!

    Hello Tony,
    Many thanks for your answer. Just one last question. The event AftProcMap(strLoc, strDim) gives me the Dimension? Just how do I get the account?
    Can you point me to the right direction and I'll figure out the rest!
    Thanks a lot!

  • Problem with ghostscript ['Distiller' did not produce the output file ]

    Hi,
    We are trying to convert the checked in files to pdf using ghostscript.
    The Steps i have followed in installing the Distiller
    First I have installed gs8.64 and configure distiller
    Refinery server--> Conversion settings --> Third-party Application Settings --> Distiller Engine --> options -->
    Use GhostScript and provided the path to install dierctory as C:/Program Files/gs/gs8.64/
    Installed Printer as per the pdf
    Conversion Settings --> Primary web redention --> convert to pdf using third party applications
    Server details:
    CS: 10gr3
    ghost script 8.64
    Plz find the below logs details
    Error Log...
    Copying c:/ucm/server2/vault/~convert/idc/2/2.txt to c:/ucm/server2/vault/~convert/idc/2/temp.ps
    Waiting for exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps
    Obtained exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps
    Waiting on Distiller
    Check for file c:/ucm/server2/vault/~convert/idc/2/temp.pdf failed
    'Distiller' did not produce the output file 'c:/ucm/server2/vault/~convert/idc/2/temp.pdf'.
    Exception type is 'java.lang.Throwable'. Details
    An error has occurred. The stack trace below shows more information.
    !$Copying c:/ucm/server2/vault/~convert/idc/2/2.txt to c:/ucm/server2/vault/~convert/idc/2/temp.ps <br>Waiting for exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps <br>Obtained exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps <br>Waiting on Distiller <br>Check for file c:/ucm/server2/vault/~convert/idc/2/temp.pdf failed <br>'Distiller' did not produce the output file 'c:/ucm/server2/vault/~convert/idc/2/temp.pdf'. <br>!syExceptionType,java.lang.Throwable
    java.lang.Throwable
         at intradoc.common.IdcLogWriter.doMessageAppend(Unknown Source)
         at intradoc.common.Log.addMessage(Unknown Source)
         at intradoc.common.Log.errorEx2(Unknown Source)
         at intradoc.common.Log.errorEx(Unknown Source)
         at docrefinery.agent.Logger.logError(Logger.java:138)
         at docrefinery.convert.StepHandler.executeStepByName(StepHandler.java:140)
         at docrefinery.convert.ConversionDriver.processSteps(ConversionDriver.java:231)
         at docrefinery.convert.ConversionDriver.convertDocument(ConversionDriver.java:144)
         at docrefinery.convert.ConversionDriver.processSubConversion(ConversionDriver.java:165)
         at docrefinery.convert.StepHandler.executeStepByName(StepHandler.java:109)
         at docrefinery.convert.ConversionDriver.processSteps(ConversionDriver.java:231)
         at docrefinery.convert.ConversionDriver.convertDocument(ConversionDriver.java:144)
         at docrefinery.queue.PreConvertedRefineryQueueMonitor.handleCurrentQueueItem(PreConvertedRefineryQueueMonitor.java:204)
         at docrefinery.queue.PreConvertedRefineryQueueMonitor.monitorRefineryPreConverterQueue(PreConvertedRefineryQueueMonitor.java:125)
         at docrefinery.queue.PreConvertedRefineryQueueMonitor$1.run(PreConvertedRefineryQueueMonitor.java:93)
         at java.lang.Thread.run(Thread.java:595)
    Conversion completed -- Step PostscriptToPDF forced conversion failure by conversion engine because of error: ''Distiller' did not produce the output file 'c:/ucm/server2/vault/~convert/idc/8/temp.pdf'.'. Exception type is 'java.lang.Throwable'.
    Please suggest me where i am going wrong...
    Thanks in advance,
    Prasad V.

    Hi Srinath,
    Thanks for your reply. It worked fine with 8.63 version.
    Is there any other way to get it worked with out installing ghostscript.exe as the client doesnt want to instal any exe file on the server as it has broader impact on other instances also, can we acheive the conversion by copying the extracted zip files of ghostscript-8.63.tar.gz .....
    We tried with extracted zip files by following the below settings
    Refinery server--> Conversion settings --> Third-party Application Settings --> Distiller Engine --> options -->
    deselected Use GhostScript and provided the Path to generic PostScript to PDF engine D:\ghostscript\ghostscript\lib\ps2pdf14.bat
    Parameters to pass to generic PostScript to PDF engine.
    <$postscriptFile$> <$pdfFile$>
    Path to generic PDF optimization engine.
    D:\ghostscript\ghostscript\lib\pdfopt.bat
    Parameters to pass to generic PDF optimization engine.
    <$pdfFile$> <$optimizedPdfFile$>
    Installed Printer as per the pdf
    Conversion Settings --> Primary web redention --> convert to pdf using third party applications
    We are getting the below error:
    Waiting for exclusive access on c:/temp/idcoutput.ps
    Obtained exclusive access on c:/temp/idcoutput.ps
    Waiting on Distiller
    Error Distilling
    Exception type is 'java.lang.Throwable'. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !$Waiting for exclusive access on c:/temp/idcoutput.ps <br>Obtained exclusive access on c:/temp/idcoutput.ps <br>Waiting on Distiller <br>Error Distilling <br>!syExceptionType,java.lang.Throwable
    java.lang.Throwable
         at intradoc.common.IdcLogWriter.doMessageAppend(Unknown Source)
         at intradoc.common.Log.addMessage(Unknown Source)
         at intradoc.common.Log.errorEx2(Unknown Source)
         at intradoc.common.Log.errorEx(Unknown Source)
         at docrefinery.agent.Logger.logError(Logger.java:138)
         at docrefinery.convert.StepHandler.executeStepByName(StepHandler.java:140)
         at docrefinery.convert.ConversionDriver.processSteps(ConversionDriver.java:231)
         at docrefinery.convert.ConversionDriver.convertDocument(ConversionDriver.java:144)
         at docrefinery.queue.PreConvertedRefineryQueueMonitor.handleCurrentQueueItem(PreConvertedRefineryQueueMonitor.java:204)
         at docrefinery.queue.PreConvertedRefineryQueueMonitor.monitorRefineryPreConverterQueue(PreConvertedRefineryQueueMonitor.java:125)
         at docrefinery.queue.PreConvertedRefineryQueueMonitor$1.run(PreConvertedRefineryQueueMonitor.java:93)
         at java.lang.Thread.run(Thread.java:595)
    Conversion completed -- Step PostscriptToPDF forced conversion failure by conversion engine because of error: 'Error Distilling'. Exception type is 'java.lang.Throwable'.
    Plz let us know if it is possible to convert the docs to pdf with out installing the ghostscript.exe file on server.
    Thanks in advance,
    Prasad V.

  • Mapping of multiple segments of  Idoc HRMD_A06 to flat file

    Hi Experts,
               I am doing an Idoc to file scenario. Idoc i am using is HRMD_A06, which is having around 38 segments, contains the hiring action details of multilpe employees (Infotypes 0000,0001,0002,0003,0302,1001).
              When i have send the idoc , I am getting the file in the destination path, but having only one line which is having the the details of first employee.
              As the segments are repeating my mapping is not proper. Can anyone please help me with some details for mapping Idoc to file, when the segments repeats in a single idoc.
             Please also give me the details regarding the destination message interface.

    Hi
    Please go through below link,
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    Its very simple to do some changes in your existing mapping and some occurance changes.
    Verify that if your file message structure has 0..Unbounded Occurance.
    Use 0..Unbounded and map accordingly to target structure with 0...unbounded..
    and test with sample xml in message mapping with multiple idocs data and see whther u get multiple records in target
    Also if you need each sengment on new line with FCC then refer below links
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    Edited by: Swarup Sawant on Jan 24, 2008 10:09 AM
    Edited by: Swarup Sawant on Jan 24, 2008 10:09 AM

  • Files created in DW with slices, how can I email the html files to someone

    Hello,
    I was wondering if someone could help me please? I created my first website in DW CS4. I used Illustrator to create it, added slices, then did the rest in DW. My site is not live yet - I have not yet uploaded the files to the web host. However, I need to email the .html file to someone so that they can see what I have created so far for the site. But when I attach the .html files, the person I send them to cannot view them - when they open the file it is just a bunch of placeholders where the slices are and you can't see the web page at all. I am a newbie to web design so this is probably quite an ignoramus question. I appreciate any help anyone can give me!!

    The best practice is to upload the site to a TEST folder on your  remote server for debugging purposes.  (yourdomain.com/TEST/index.html)
    Then send your client an email with the URL so they can see the site.  When you're done testing & debugging, remove the TEST folder from remote server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

Maybe you are looking for

  • Cant get songs from from OSx 10.4.11 to iphone 4s

    why cant i get my macbook pro itunes tiger OSx 10.4.11 to recognize iphone 4s?

  • Interlacing looks awful on flat T.V.

    I have an external monitor and used it when I was color correcting my project. I shot the footage on the XL2 in 24p. It looked great on the monitor( love that camera) and just as good when I exported it onto a DVD but when I played the dvd on a flat

  • Power Adapter alternatives?

    Rather than paying $30 for a power adapter for a 5th G 30gb video Ipod, what other non-apple adapters would work with this? I've seen several on Ebay, but I want to make sure they're compatible with the 30gb video Ipod. Anybody use one?

  • How do i keep icloud songs off iphone

    When I downloaded the update to my phone, now all songs from itunes are on my iphone via a icloud I assume. I have some music unchecked as I dont want to delete it but dont want it on my iphone either such as Christmas music or something. I have sync

  • Authschemes.xml in EP6.0 SP13 Netweaver

    Hi together, after testing EP with EP6.0 SP02 we have installed EP 6.0 SP13 (Netweaver). In the old installation I changed the authschemes.xml cause changing the logon screen. Now in the new installation the folder-structure have changed. I did'nt fo