Changing cgi-bin script

Hello all you experts out there!
I inherited a Dreamweaver website which allows the public to
ask for information to be sent out to them. Whilst it is very easy
to edit the html file and add a couple of new options to it, I
cannot find out how to get these new options to impact on the
cgi-bin file and filter through to the email that is set up.
Can anyone offer me some simple - very simple - help?
Thanks

What script is being used? Is it custom or something like
formmail.pl?
Nancy Gill
Adobe Community Expert
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
2003)
Technical Editor: Dreamweaver CS3: The Missing Manual,
DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide
Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
Web Development
"MD-SKYE" <[email protected]> wrote in
message
news:fvsjcp$ho3$[email protected]..
> Hello all you experts out there!
>
> I inherited a Dreamweaver website which allows the
public to ask for
> information to be sent out to them. Whilst it is very
easy to edit the
> html
> file and add a couple of new options to it, I cannot
find out how to get
> these
> new options to impact on the cgi-bin file and filter
through to the email
> that
> is set up.
>
> Can anyone offer me some simple - very simple - help?
>
> Thanks
>

Similar Messages

  • Video plays on Root folder but not in Cgi-bin folder...Help!

    Hello-
    I just transfered my entire website content form one domain to another and for some reson my videos will not play on the new domain whereas they played correctly in the cg-bin folder of the old domain.  I do not understand why and need your help to figure it out since I am not a flash guy.
    Here is the link to the videos that are not working correctly.  http://www.healthywaterlife.com/cgi-bin/d.cgi/phil/videos.html
    My cgi guy says that all of the cgi is working correctly and he has stated that the problem lies within the code of the html.  So here is the html code for one of the videos...
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="605" height="350" id="FLVPlayer1">
               <param name="movie" value="FLVPlayer_Progressive.swf" />
               <param name="salign" value="lt" />
               <param name="quality" value="high" />
               <param name="scale" value="noscale" />
               <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=http://www.healthywaterlife.com/videos/historyofkangenwater&autoPlay=false&autoRewind=fals e" />
               <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=http://www.healthywaterlife.com/videos/historyofkangenwater&autoPlay=false&autoRewind=fals e" quality="high" scale="noscale" width="605" height="350" name="FLVPlayer1" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />        
    </object>
    And yes, my server, codero, supports all of the cgi as the old domain worked well and was operating on the codero server.
    Thanks for your help!

    Are you sure that all the files have been uploaded?
    The player.swf, the skin.swf, the actual .flv video file, and what about any javascript files used for Flash detection? So that could be as many as 4 files.
    To test, paste the entire absolute address to each of those files directly into your browser address bar, like this:
    http://www.healthywaterlife.com/videos/FLVPlayer_Progressive.swf
    You should not see ANY file not found messages.
    After verifying that each file exists on the server, then it's only a matter of correctly pathing all the Flash assets, and pathing includes correctly spelling file names (upper or lower case.. must be exact) as well using correct folder names.
    To review Flash pathing:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    If that doesn't fix it, post a link. That really give us the best chance to help you.
    Best of luck!
    Adninjastrator

  • I am not able to verify my apple id thro the link (in my email)erro message is " /cgi-bin/Webob-jects/IDMSAccount.woa/wa/vetemail )

    i am not able to verify my apple id thro the link (in my email)erro message is " /cgi-bin/Webob-jects/IDMSAccount.woa/wa/vetemail )
    i pad was bought in uk and is used in india

    lllaass,
    Thank you for responding. I did not create a new ID. I went to Manage Your ID when changing my email. However, my problem is resolved. I called support and recieved help there.
    Somehow my Ipod either wasn't registered to my Apple ID (even though I bought it from the Apple Store) or the registration didn't transfer with the email address change.
    For some reason, though, I did lose all of my previous imessage conversations just because I switched my Apple ID email address. I also had to resync my Google accounts to Mail, Contacts, and Calendar.
    Strange, but everything seems to be relatively back to normal now.

  • Cgi shell script

    Hello
    I am trying to setup java cgi that will simply extract data from table and post it on the web page.
    I have .java which I can successfully compile ang run on the server when I loged in, however when I am truing to run it from the net trough cgi-bin using sh script it gives me following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
         at cgitsts.main(cgitsts.java:23)
    here is the sh script I am using
    #!/bin/sh
    JAVA="/usr/local/java/j2sdk1.4.0/bin/java"
    $JAVA -classpath .:/opt/oracle9i/product/9.2.0/jdbc/lib/classes12.zip cgitsts
    I would be very appretiative any suggestions on what I am doing wrong.
    Thank You
    Victor

    Yes sure
    This is the java class that I am trying to run using cgi shell script that I attached earlier.
    * This sample shows how to list all the names from the EMP table
    * It uses the JDBC THIN driver. See the same program in the
    * oci7 or oci8 samples directories to see how to use the other drivers.
    // You need to import the java.sql package to use JDBC
    import java.sql.*;
    import java.math.*;
    * @author default
    class cgitsts {
    /** Creates a new instance of cgitsts */
    public static void main (String args [])throws SQLException {
    // Load the Oracle JDBC driver
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    // Connect to the database
    // You must put a database name after the @ sign in the connection URL.
    // You can use either the fully specified SQL*net syntax or a short cut
    // syntax as <host>:<port>:<sid>. The example uses the short cut syntax.
    Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@phoenix.cs.iupui.edu:1521:cs9iorcl","scott","tiger");
    // Create a Statement
    Statement stmt = conn.createStatement ();
    // Select the ENAME column from the EMP table
    ResultSet rset = stmt.executeQuery ("select * from dept");
    // required line so that Apache recognizes what to do with output
    System.out.println("Content-Type: text/html\n\n");
    // start html and table
    System.out.println("<HTML><HEAD><TITLE>results...</TITLE></HEAD>");
    System.out.println("<BODY>");
    System.out.println("<H2>JDBC results of SELECT ENAME FROM EMP</H2>");
    System.out.println("<TABLE border=1 bgcolor=cyan>");
    // Iterate through the result and print the employee names
    while (rset.next ())
    System.out.println ("<TR><TD>" + rset.getString (1) + "</TD><TD>" + rset.getString (2) + "</TD></TR>");
    // finish out html page
    System.out.println("</TABLE>");
    System.out.println("</BODY>");
    System.out.println("</HTML>");
    rset.close();
    Thank You
    Victor

  • Cgi-bin folder in 10.4.11

    I'm running 10.4.11 (the regular edition, not server) and I'm running a small website through the personal web sharing feature. I want to integrate a perl script. Do I create a cgi-bin folder in the root folder of my website and put the script in there, or is the cgi-bin folder I'm looking for elsewhere? Thanks.

    So where is the apache config file?
    /etc/httpd/httpd.conf
    Also, by main web content directory, do you mean the root folder of my website, the folder that you mentioned above, or some other folder?
    I mean whatever folder you're using for your web content - by default that's either /Library/WebServer/Documents, or the 'Sites' directory in individual user's home directories.
    My point is that any CGI scripts should be outside of the normal web content.

  • Apache, virtual hosts & cgi-bin

    Hello all,
    I have an AL server running apache, qmail, vpopmail (&mysql), bincimap, squirrelmail.
    I've setup apache to have 2 virtual hosts :
    www.mydomain.com (with docroot /home/httpd/html/www.mydomain.com) as http & mail.mydomain.com (with docroot /home/httpd/html/mail.mydomain.com) as https.
    Everything is working fine so far, except when I ask for http://mail.mydomain.com (not https) it shows the contents of www.mydomain.com. Minor annoyance, but I'd like to fix it some time. Any suggestions ?
    My main problem is that I want to install qmailadmin in mail.mydomain.com, so I can access it via ssl, so I installed it as /home/httpd/cgi-bin/qmailadmin & made a symlink to /home/httpd/html/mail.mydomain.com/cgi-bin.
    When I try to access it (https://mail.mydomain.com/cgi-bin/qmailadmin), I get "500 Internal server error" & in error_log:
    [error] [client MY_IP] Premature end of script headers: qmailadmin
    and in ssl_request_log :
    [14/Jan/2004:17:00:45 +0200] MY_IP TLSv1 RC4-MD5 "GET /cgi-bin/qmailadmin HTTP/1.1" 674
    I've never setup cgi-bin in virtual hosts before & it's driving me nuts, any suggestions ?
    btw, qmailadmin works fine on my home server without any virtual hosts in apache...

    This isn't perfect, but it's probably pretty close to what you're looking for.  You may need to play around with some <Directory/> tags for your cgi-bin directory, or (as the example illustrates below), just put your cgi scripts in the document root for mail.mydomain.com.
    <Directory "/home/httpd/html/www.mydomain.com">
    AllowOverride All
    Order allow,deny
    Allow from all
    </Directory>
    <Directory "/home/httpd/html/mail.mydomain.com">
    AllowOverride All
    Options ExecCGI
    Order allow,deny
    Allow from all
    </Directory>
    NameVirtualHost 192.168.1.114:80
    NameVirtualHost 192.168.1.114:443
    <VirtualHost www.mydomain.com:80>
    SSLDisable
    Servername www.mydomain.com
    ServerAdmin [email protected]
    DocumentRoot /home/httpd/html/www.mydomain.com
    DirectoryIndex index.html index.htm index.cgi
    ErrorLog logs/www.mydomain.com_error.log
    CustomLog logs/www.mydomain.com_access.log combined
    </Virtualhost>
    # redirect 80 to 443
    <VirtualHost mail.mydomain.com:80>
    SSLDisable
    Servername mail.mydomain.com
    Redirect / https://mail.mydomain.com
    </Virtualhost>
    <VirtualHost mail.mydomain.com:443>
    SSLEnable
    SSLCertificateFile /home/httpd/conf/mail.mydomain.com.pem
    ServerName mail.mydomain.com
    ServerAdmin [email protected]
    DocumentRoot /home/httpd/html/mail.mydomain.com
    ErrorLog logs/mail.mydomain.com_error.log
    CustomLog logs/mail.mydomain.com_access.log combined
    </Virtualhost>
    hth,
    farphel

  • Where is /cgi-bin/ and who puts files in it?

    One of my clients is trying to make a form work with /cgi-bin/mailto but I can't figure out:
    1) Where is the global /cgi-bin/ supposed to be?
    2) Who is responsible for putting files in it?
    Thanks!

    If you wan't to make the CGIs work server-wide, the default location is /Library/WebServer/CGI-Executables. The default web server setting already has a ScriptAlias directive pointing any address written as www.example.com/cgi-bin redirect to this directory. The global webmaster... the server administrator is responsible for all CGIs in this directory.
    If you want to let each individual webmasters take care of their own CGIs, each website can override this by creating their own cgi directory within their own web directory. This directory can be named anything (e.g. "/scripts/"). Generic form-to-mail type CGIs are usually placed in the /Library/Web... directory for global usage, but if a script is only used by a single website, it's usually put inside their own web directory. You may want to tweak their httpd.conf file to assign this folder as the ScriptAlias target. When you do this, websites can execute the CGIs with the .cgi extension (i.e. pass the script on to whatever compiler/interpretor, like perl). Otherwise, you'll need to name each script like scriptname.pl or scriptname.c instead of scriptname.cgi.
    Extended Keyboard Server   Mac OS X (10.4.8)  

  • What is the relationship between CGI-Executables and cgi-bin?

    I am trying to get CGIs working locally on my Mac and am having difficulty understanding the relationship between CGI-Executables/ and cgi-bin/.
    I have activated CGI in my httpd.conf file, and have the following perl test script: /Library/WebServer/CGI-Executables/test.cgi file, and have the file permissions set appropriatly
    If I call the script from the actual url: http://127.0.0.1/CGI-Executables/test.cgi, it doesn't work. If I use: http://127.0.0.1/cgi-bin/test.cgi, it works fine.
    Why cgi-bin and not CGI-Executables? What is the relationship between /Library/WebServer/CGI-Executables/ and cgi-bin?
    And how do I get CGIs working in individual users' Sites/ file? Do all CGIs go in the /Library/WebServer/CGI-Executables/ directory, or can each users' Site/ directory have it's own cgi-bin?
    Ti Powerbook G4   Mac OS X (10.4.4)  

    Now I am having trouble getting CGI to work in the user directories. I have a perl script that works for 127.0.0.1/cgi-bin/test.cgi, but not for 127.0.0.1/~joe/cgi-bin/test.cgi.
    My apache error log says:
    [Tue Feb 14 08:14:23 2006] [error] [client 127.0.0.1] Options ExecCGI is off in this directory: /Users/joe/Sites/cgi-bin/first.cgi
    Permissions for Library/WebServer/CGI-Exectuables/test.cgi and /Users/joe/Sites/cgi-bin/ are 777.
    I think the problem is somewhere in my directory configs. Apache has so many, it's hard to know what's what.
    Here's the first directory directives in httpd.conf:
    # First, we configure the "default" to be a very restrictive set of
    # permissions.
    <Directory />
    Options FollowSymLinks
    AllowOverride Options
    </Directory>
    Farther down, there's this, which I added ExecCGI and index.cgi:
    # Control access to UserDir directories. The following is an example
    # for a site where these directories are restricted to read-only.
    <Directory /Users/*/Sites>
    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch Includes ExecCGI
    DirectoryIndex index.html index.cgi
    <Limit GET POST OPTIONS PROPFIND>
    Order allow,deny
    Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS PROPFIND>
    Order deny,allow
    Deny from all
    </LimitExcept>
    </Directory>
    Then down at the bottom of the file is something I suspect was added automatically when the user account was created:
    Include /private/etc/httpd/users/*.conf
    <Directory "/Users/joe/Sites/">
    Options Indexes MultiViews Includes
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    To further confuse things, there is another file /etc/httpd/user/joe.conf that has additional user-directory directives:
    <Directory "/Users/joe/Sites/">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    Is there something in all these directory configurations that is preventing the user from accessing cgi-bin? Can I add directives to an .htaccess file in the user directory.
    Ti Powerbook G4   Mac OS X (10.4.4)  

  • Executing cgi-bin from a java program

    I am trying to develop a Java HTTP server that also includes support for CGI-BIN but the last weeks i am stack at the same point ! I am trying to execute the cgi and then give it an argument but i never have an output ! Please help cause the deadline is coming near !!!
         //Set environment variables
    String[] setVar = {"REQUEST_METHOD=POST","CONTENT_LENGTH="+extra.length};
    String[] cgi = {"/bin/bash","./home/pap/jhttp"+Petition_Analysis.pt.uri.path,"/n"};
    //Execute the cgi-bin with the appropriate input
    Process cgiOut = Runtime.getRuntime().exec(cgi,setVar);
    // get its output (your input) stream
    DataOutputStream put = new DataOutputStream(cgiOut.getOutputStream());
    put.writeBytes(Petition_Analysis.pt.Pet_Body);
    DataInputStream in = new DataInputStream(cgiOut.getInputStream());
    // Read and print the output
    String line;
    StringBuffer page = new StringBuffer();
    while ((line = in.readLine()) != null) {
    page.append(line);
    //Send page to client
    out.print("HTTP/1.1 200 OK\r\n");
    out.print("Content-Length: " + page.toString().length() +"\r\n\r\n");
    System.out.print(page);
    Cgi call is like that:
    ./post_from.cgi
    first_operand=342&second_operand=32&operation=-
    Note that there is a blank line !

    Well no, the script works perfectly, here is the output of the console in Linux system and this exactly what i want to do in the program:
    [pap@laptop pap]$ export CONTENT_LENGTH=11
    [pap@laptop pap]$ export REQUEST_METHOD=POST
    [pap@laptop pap]$ /home/pap/jhttp/cgi-bin/post_form.cgi
    op1=1&op2=2
    Content-Type: text/html
    <html><head><title>Script results</title></head>
    <body>
    <p>Number of sent fields: 2</p>
    <p>
    <b>Field:</b> op1<br>
    <b>Valor:</b> 1
    </p>
    <p>
    <b>Field:</b> op2<br>
    <b>Valor:</b> 2
    </p>
    </body></html>
    So the question is how to this inside a Java program and better forget my code which is erroneous
    also forgive my english :)

  • Why is cgi-bin special?

    I have a server side perl script running in the cgi-bin
    directory that returns html to the client. It embeds a flash object
    with the standard &lt;object&gt; and &lt;embed&gt;
    tags. The HTML is received correctly by the client, but the flash
    object does not display.
    If you save the received page as static html, it displays
    just fine, so the syntax is correct. Obviously saved someplace
    other than the cgi-bin directory, as it is not readable, generally.
    Once the html is returned to the client, how can the
    rendering be different from a static html page? I'm saying that if
    you do &quot;view source&quot;, once from the returned html
    and once from the static page, you see no differences, whatsover.
    The only difference is the URL of the page. When
    &quot;cgi-bin&quot; is in the URL, the object does not
    display.

    Thanks, Barbara! That did the trick. I was in expert mode but I clicked on 'guided' then clicked on 'expert' again and it showed up.

  • Cgi-bin, form set-up

    I want to create a registry on our website wherein a customer can setup his/her own registry page, type in what products he/she wants, their quantities, etc.
    I understand that to do this one has first to have a "cgi-bin" file on their site to which all such forms point.
    I currently cannot find any cgi-bin folder on our site. So, am I correct in stating I need one, and if so, how do I go about creating same?
    Bill

    First you mention cgi processing of scripts and then databases? There is no necessary connection between the two.
    cgi form processing has largely been replaced by PHP or other server side languages. Again, there is no connection between PHP/ASP and server-side includes. You can have one without the other.
    You will have to find out from your host what they offer. You will also need to determine what it is that you want to do. Two separate yet equally important questions.

  • Java ITunesU within cgi-bin

    I am unable to run the shell script that contains:
    java ITunesU
    within the cgi-bin directory. We are currently using SUSE Linux.
    We are able to run this on the command line and can tell that it generates HTML.
    When trying to run with the url: http://oes.tiu.edu/cgi-bin/itunesu
    we get the following message:
    Error 500
    Error message:
    Premature end of script headers: itunesu
    Has anyone successfully implemented the java version of authentication?

    First Time i'm getting this error before this (from last 7 months) i didn't get any error.....nothing is install new everything is same.....

  • Cgi-bin folder

    Hi,
    I've made up some forms for a website but when I link to the
    perl script in
    the cgi-bin folder it comes up with "You are not authorised
    to view this
    page".
    Am I linking it wrong or doing something else wrong? I've
    found this
    problem on a few sites I've worked on and I've fixed it by
    linking to a
    script on our own site but I'd rather figure this out than
    work around it.
    Thanks

    Ask your host to give you read permissions on that folder.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "JimR99" <[email protected]> wrote in message
    news:e2nrs2$e5s$[email protected]..
    > Hi,
    >
    > I've made up some forms for a website but when I link to
    the perl script
    > in the cgi-bin folder it comes up with "You are not
    authorised to view
    > this page".
    >
    > Am I linking it wrong or doing something else wrong?
    I've found this
    > problem on a few sites I've worked on and I've fixed it
    by linking to a
    > script on our own site but I'd rather figure this out
    than work around it.
    >
    > Thanks
    >
    >
    >

  • Creating CGI bin

    Hello everyone,
    I need to create a CGI bin folder for my site and "change the
    permission",
    but I don't know how to do it. Could someone please help me
    with this? I
    can't seem to be able to figure it out :-(
    Thank you very much for your time!
    Victoria

    Victoria wrote:
    > Hello everyone,
    > I need to create a CGI bin folder for my site and
    "change the
    > permission", but I don't know how to do it. Could
    someone please help
    > me with this? I can't seem to be able to figure it out
    >
    > Thank you very much for your time!
    > Victoria
    Hi Victoria,
    As long as the cgi-bin folder doesn't have to be outside your
    normal file
    structure, you can just create the folder.
    There is a Permissions extension you can use in Dreamweaver
    to "change the
    permission"; have a look at
    http://www1.umn.edu/securclt/ftp/dreamweaver.html#permissions,
    where they
    show you how to download, install and use it.
    HTH,
    Pete.
    Peter Connolly
    http://www.acutecomputing.co.uk
    Derby
    UK
    Skype ID: acutecomputing

  • Change of bin not possible during TO confirmation

    Hi all.
    I am trying to change the destination storage bin during transfer between bins (WM movement 309).
    The strategy is fix bin (maintained in material master), so the TO is created with fix destination bin and operator must change it before confirmation.
    For example, in GR it is possible to change destination bin during confirmation in transaction LT12 but not for transfer. The receiving storage type is the same in both cases. Is there any customizing missing?
    Apart from this, is there any way to confirm items separately inside a TO? For example, during GR I try to confirm a TO in transaction LT11 for just one item and waiting for the rest to be placed physically in order to confirm all the TO but destination bin can not be modified in LT11. Is there any way to confirm item per item but allowing changing destination bin? it is possible to do it in LT12 but not in LT11.
    Many thanks in advanced and best regards.

    Hi,
    Generally, it is possible to change the destination bin during TO confirmation. However, this is not possible under the following conditions:
    o  With dynamic coordinates                                                                               
    o  If the destination bin location is specified in the movement type
    o  For posting change transfer orders                                                                               
    o  For the physical inventory using a putaway                                                                               
    o  For the addition to existing stock for storage units                                                                               
    o  For the transaction Confirm Single Item (transaction LT11)                                                                               
    o  If a bulk storage type is involved in the stock movement                                                                               
    o  In the event of an individual putaway strategy                                                                               
    o  If the first item of a TO with storage units is already confirmed
       since all the other items of the storage unit relate to the same 
       storage bin. When you save the first TO item, the system changes 
       the destination storage bin for all dependent items.                                                                               
    o  If this is a replenishment transfer requirement for a fixed      
       storage bin.                                                     
    Please see SAP Note number 443916 for an explanation.
    Thank you.
    Patrick

Maybe you are looking for

  • MDT 2012 U1 Blue Screen on task sequence ??

    My Customer have MDT 2012 U1, so when he start a task sequence when the task start apply operating system, after the system restart and when the computer install the system the blue screen appear. It is very strange beacause the same task sequence wo

  • My HTC Rhyme will not update?

    I have had my htc Rhyme for about a year now. It has been running really slow. I have been trying to update for about 2 months not . I keep getting a error message " Server unavailable. Check for software update under settings when service is availab

  • Reg Delivery schdules message to vendor

    Hi We have simple schedule agreement[No JIT/FRC] with lots of items, lets assume 100 line items Suppose 80 of these materials has open GR's [Release created] Now when i send Delivery schedules message[Print/Email] to vendor, it will have all 80 mater

  • Photos not saving

    In my iPhone 5s photos won't save if I captured or save from net it won't saved this is second time happened and iOS8 give me so much troubles ios7.1 is the best iOS ever and please someone contact me through this email ********** <E-mail Edited by H

  • Please comment - we are planning to use GG in unconventional way to replica

    Please comment - we are planning to use GG in unconventional way to replicate all changes except the purge on source      Hi we have source and target DB. We want GG to replicate all changes on source to target. But we purge monthly data from source