Problem - Values are not stored into Tables when value are accepted from us

// jsp code
<%@ page import="java.util.Enumeration" %>
<%@ page import="java.util.Vector" %>
<%@ page import="java.util.*" %>
<%@ page import="java.lang.*" %>
<%@ page import="java.sql.*" %>
<%@ page import="beans.register2" %>
<jsp:useBean id="registerbn" scope= "session" class="beans.register2" />
<% String base = (String) session.getAttribute("base");
registerbn.setDburl((String)session.getAttribute("dbUrl"));
registerbn.setDbuser((String)session.getAttribute("dbUserName"));
registerbn.setDbpasswd((String)session.getAttribute("dbPassword"));
System.out.println("Inside jsp - setMembers of promotion successful");
// registerbn.setMembers1();
System.out.println("after setting");
%>
<%
String action=request.getParameter("action");
%>
<HTML>
<HEAD>
<TITLE> TIFR INTRANET </TITLE>
</HEAD>
<HEAD>
<script language="JavaScript1.2">
//some validations functions
</script>
</head>
<body>
<table valign="top" align="top">
<TR>
<TD COLSPAN="100%"><jsp:include page="Header.jsp" flush="true"/></TD>
</TR>
<TR>
<TD align="top" valign="top"><jsp:include page="menu.jsp" flush="true"/>
<font face="arial" size="1">
site developed by ADPCell TIFR
</font>
</td>
<td>
<table cellpadding="2" cellspacing="3" width="40%">
<form method="post" action="./beans.register2">
<td width="40" align="center"
<font face="arial" size="5" align="right">
<b>
Registration <hr> </hr>
</b>
</font>
<br>
</td>
<tr valign="center" width="80%">
<td width="40%">
<b><font face="Arial" size="2">IdCode </b> </font>
</td>
<td width="40%">
<b><font face="Arial" size="2">
<input type="text" name="idcode" size="6" style="border-style:solid" value="">
</font></b>
</td>
</tr>
<tr width="80%">
<td width="40%">
<b><font face="Arial" size="2">User </font></B></td>
<td width="40%">
<input type="text" name="user" size="12" style="border-style: solid" value="">
</font></b></td>
</tr>
<tr width="80%">
<td width="40%">
<b><font face="Arial" size="2">Password </font></B></td>
<td width="40%">
<input type="password" name="password" size="25" tabindex="20" style="border-style: solid" width="12" value="">
</font></b></td>
</tr>
<tr width="80%">
<td width="40%">
<b><font face="Arial" size="2">Section code </font></b></td>
<td width="40%">
<select size="1" name="section_code" tabindex="9"
style="border-style: solid">
<%@ include file="section.txt" %>
<!-- left for password -->
1)
<tr width="80%">
<td width="40%">
<b><font face="Arial" size="2">Category </font> </b></td>
<td width="80%">
<font face="arial" size="2"> <b>
<input type="radio" name="Category" value="General">General
<input type="radio" name="Category" Value="Operators">Operators
<input type="radio" name="Category" Value="Heads">Heads<BR>
</b> </font>
</td>
</tr>
<tr width="80%">
<td width="40%">
<b><font face="Arial" size="2">Budget Category </font> <b> </td>
<td width="40%">
<font face="Arial" size="2"> <b>
<input type="radio" name="BCategory" value="General">BGeneral
<input type="radio" name="BCategory" Value="Operators">Operators
<input type="radio" name="BCategory" Value="Head">Head
</td>
</tr>
<tr width="80%">
<td width="40%">
<b><font face="Arial" size="2">Budget Heads
</font></b></td>
<td width="40%">
<b><font face="Arial" size="4">
<textarea rows="2" name="Bheads" cols="20" size="100"
style="border-style: solid">
</textarea></font></b></td></tr>
<tr width="80%">
<td width="40%">
<b><font face="Arial" size="2">Other Category</font></b></td>
<td width="40%">
<b><font face="Arial" size="2">
<select size="1" name="OtherCategory" tabindex="20" style="border-style:
solid" size="2"><OPTION value="EH">EH
<OPTION value="EO">EO
<OPTION value="FH">FH
<OPTION value="FO">FO
<OPTION value="AO">AO
<OPTION value="AH">AH
</select></font></b></td>
</tr>
<tr width="80%">
<td width="40%">
<b><font face="Arial" size="2">email </font></b></td>
<td width="40%">
<b><font face="Arial" size="2">
<input type="text" name="email" size="20" style="border-style:
solid" width="6">
</font></b></td>
</tr>
<tr width="80%">
<td width="40%">
<font face="Arial" size="2"><b>Dob </font></b></td>
<td width="40%">
<font face="Arial" size="2"><b>
<select size="1" name="day" style="border-style: solid"><OPTION value="0">Day
<% int i;
for(i=1;i<=31;i++)
out.print("<OPTION VALUE=\""+i+"\">"+i+"</option>");
%>
</select>  
<select size="1" name="month" style="border-style: solid" ><OPTION value="0">Month
<OPTION value="1" >January
<OPTION value="2" >February
<OPTION value="3" >March
<OPTION value="4" >April
<OPTION value="5" >May
<OPTION value="6" >June
<OPTION value="7" >July
<OPTION value="8" >August
<OPTION value="9" >September
<OPTION value="10">October
<OPTION value="11">November
<OPTION value="12">December
</select>
<select size="1" name="year" style="border-style: solid">
<% int j;
for(j=1950;j<=2000;j++)
out.print("<option value=\""+j+"\">"+j+"</option>");
%>
</select></b></font></td>
</tr>
<br> <br>
<tr width="80%">
<td width="40%">
<b><font face="Arial" size="2">Date of Join
</font></b></td>
<td width="40%">
<b><font face="Arial" size="2">
<select size="1" name="day1" style="border-style: solid"><OPTION value="0">Day
<% int k;
for(k=1;k<=31;k++)
out.print("<OPTION VALUE=\""+k+"\">"+k+"</option>");
%>
</select>
<select size="1" name="month1" style="border-style: solid" ><OPTION value="0">Month
<OPTION value="1" >January
<OPTION value="2" >February
<OPTION value="3" >March
<OPTION value="4" >April
<OPTION value="5" >May
<OPTION value="6" >June
<OPTION value="7" >July
<OPTION value="8" >August
<OPTION value="9" >September
<OPTION value="10" >October
<OPTION value="11" >November
<OPTION value="12" >December
</select> 
<select size="1" name="year1" style="border-style: solid">
<% int l;
for(l=1950;l<=2000;l++)
out.print("<OPTION VALUE=\""+l+"\">"+l+"</option>");
%>
</select>
</b></font></td>
</tr>
</table>
<table cellpadding="2" cellspacing="3" width="40%" >
<tr width="100%">
<td width="30%">
<input type="Submit" value="Submit" name="B1" > </td>
<td width="40%">
<input type="reset" value="Reset" name="B2"></td>
<%
//String action=request.getParameter("Submit1");
if(action!=null && action.equals("Submit"))
try{
String idcode=request.getParameter("idcode");
String user=request.getParameter("user");
String password=request.getParameter("password");
String seccode=request.getParameter("section_code");
String Category=request.getParameter("Category");
String BCategory=request.getParameter("BCategory");
String Bheads=request.getParameter("Bheads");
String OtherCategory=request.getParameter("OtherCategory");
String email=request.getParameter("email");
String day=request.getParameter("day");
String month=request.getParameter("month");
String year=request.getParameter("year");
String Dob=day+"/"+month+"/"+year;
String day1=request.getParameter("day1");
String month1=request.getParameter("month1");
String year1=request.getParameter("year1");
String Doj=day1+"/"+month1+"/"+year1;
registerbn.setIdcode("idcode");
registerbn.setUser("user");
registerbn.setPasswd("password");
registerbn.setSec_code("seccode");
registerbn.setCategory("Category");
registerbn.setBut_cat("BCategory");
registerbn.setBut_heads("Bheads");
registerbn.setOther_Category("OtherCategory");
registerbn.setEmail("email");
registerbn.setDob("Dob");
registerbn.setDoj("Doj");
registerbn.saveData();
}catch(Exception ex)
out.println("ERROR :has occured ");
%>
</table>
</table>
</table>
</form>
</td>
</tr>
<jsp include page="Footer.jsp" flush="true"/>
------------------ End of JSP Programs ----------------
// Beans Code
package beans;
import java.util.*;
import java.util.Date;
import java.util.Vector;
import java.sql.*;
public class register
private String idcode;
private String user;
private String passwd;
private String sec_code;
private Vector sec_names;
private String category;
private String bud_cat;
private String bud_heads;
private String other_category;
private String email;
private String dob;
private String doj;
private String ent_dt;
private String act_dt;
private String dbUrl=null;
private String dbUser=null;
private String dbPassword=null;
public void setDburl(String u)
dbUrl=u;
public void setDbuser(String us)
dbUser=us;
public void setDbpasswd(String Pass)
dbPassword=Pass;
public String getIdcode()
return idcode;
public void setIdcode(String i)
idcode=i;
public String getUser()
return user;
public void setUser(String u)
user=u;
public String getPasswd()
return passwd;
public void setPasswd(String p)
passwd=p;
public Vector getSec_names()
return sec_names;
public void setSec_names()
// This function should select valid section code from the database and then populate the sec_names vector.
public String getSec_code()
return sec_code;
public void setSec_code(String s)
sec_code=s;
public String getCategory()
return category;
public void setCategory(String c)
category=c;
public String getBud_cat()
return bud_cat;
public void setBud_cat(String b)
bud_cat=b;
public String getBud_heads()
return bud_heads;
public void setBud_heads(String b)
bud_heads=b;
public String getOther_Category()
return other_category;
public void setOther_category(String o)
other_category=o;
public String getEmail()
return email;
public void setEmail(String s)
email=s;
public String getDob()
return dob;
public void setDob(String d)
dob=d;
public String getDoj()
return doj;
public void setDoj(String d)
doj=d;
public String getAct_dt()
return act_dt;
public void setAct_dt(String d)
act_dt=d;
public void setMembers()
Connection conn;
Statement stmt;
String query="Select sec_code from web.section";
sec_details=new Vector();
try
conn=DriverManager.getConnection(dbUrl, dbUser, dbPassword);
System.out.println("connected");
stmt=conn.createStatement();
System.out.println("Statement Created");
ResultSet rs=stmt.executeQuery(query);
do
String seccode=rs.getString(1);
sec_details.addElement(seccode);
}while(rs.next());
rs.close();
stmt.close();
conn.close();
}catch(SQLException e)
System.out.println("Execution Occured" +e);
catch(Exception e)
System.out.println("Execution Occured" +e);
public void saveData()
Connection conn;
Statement stmt;
String id=getIdcode();
String use=getUser();
String pass=getPasswd();
String mail=getEmail();
String sec=getSec_code();
String cat=getCategory();
String oth=getOther_Category();
String bud=getBud_cat();
String dob1=getDob();
String doj1=getDoj();
String budh=getBud_heads();
String query="insert into wb_register " + "(idcode, user, passwd, sec_code, category, bud_cat, bud_heads, other_category, email , dob, doj, ent_dt)" + " values('"+id+"','"+use+"','"+pass+"','"+sec+"','"+cat+"','"+bud+"','" budh"','" oth"','"+mail+"','"+dob1+"','"+doj1+"','"+"Sysdate"+"')";
try
conn=DriverManager.getConnection(dbUrl,dbUser,dbPassword);
System.out.println("connected");
stmt=conn.createStatement();
stmt.executeUpdate(query);
stmt.close();
conn.close();
catch(SQLException e)
System.out.println("Exception occured" +e);
catch(Exception er)
System.out.println("Exception occured" +er);
------------------------End of Beans Program ---------------
Questions:-
1) when we are submitting values to form it is not stored into backend (Oracle 9i)
2) please send some source code for how to fetch values from backend and wants stored into Combo box /select Box
3) We have faced problem of How call methods of Bean program into JSP programs

The code to get the values from the database and store them in the combo box or select box would be as follows:
<%
zSQL = "select id, name from Users"
rs = Con.ExecuteQuery(zSQL);
if(!rs.next()) {
%>
<select name="id">
<option value="0">select the name</option>
<%
do {
%>
<option value="<%= rs.getString(1) %>"><%= rs.getString(2) %></option>
<%
while (rs.next());
%>
</select>
<%
else {
out.println("No Record Found");
%>
This would help you better.
and for your first question, please check whether u are able to connect database with your connection method. if you are able to connect to the database, then please check the values (print them on the browser) which are posted from form, if it is also correct then check you r insert statement.
and for your last question the best tutorial is JAVA API.
Cheers!
Rambee

Similar Messages

  • MIGO- Goods Issue- Order, the value is not written into Table COSP

    Hi,
      We make a substitution of wbs element of line item( BSEG-PROJK ). The wbs filed will be filled automatically when the user input a cost center or a order number.
    But we found some inconsistency in standard report S_ALR_87013558 OR CJI3.
    The following is what we have done:
    In Tcode F-02, we enter a order(e.g. A), then the WBS Element is filled automatically. when we post the document, and go to Standard report: S_ALR_87013558,
    we can see the amount in the report.
    In MIGO, we make a goods issue by order(e.g. A. Movement type is 261) , when we post, Material Document and Accounting document and Controlling document , but in report S_ALR_87013558 or CJI3. the amount is wrong, we can not see the amount we have done in MIGO.
    The movement type 201 is also wrong, the value is also not written into tabl cosp.
    But GI for project-movement type 221, the value is written into table cosp.
    Can you tell me this is wrong or right? if right, why? if wrong, how can i correct it, i need some customizing or others? or my substitution affect the result?
    Best Regards
    qingda

    Sorry, not reply these days.
    And very thanks for all your replies.
    I am a abaper, not familiar with the business.
    The business consultant want to control budget, control cost. 
    At first, he let me do a substibution in FI line item of besg-projk(WBS Element), when we he test the substitution in TCode F-02, the WBS field is filled automatically as per G/L account and Cost Center or as per G/L Account and Order, and then in Standard Report 'S_ALR_87013558', we can see the changes of the cost.
    But when biz consultant do a MIGO->Goods Issue by order, we can not see the changes of the cost,but the value of WBS in FI Accounting Document is substituted correctly.
    And if we enter the WBS manually when we do a MIGO->Goods Issue by order, we can see the changes of the report 'S_ALR_87013558'.
    In the original post, i was wrong, when we do a goods issue with movement type 201, the result is the same as 261, also we cant see the changes. but if we enter the wbs manually(movement type 201),the changes is write to COSP table.
    The solution about the original requirement is right or wrong?
    Thank You All.
    Best Regards
    qingda

  • Gr/ir slip field value is not stored in table mkpf..!!

    dear sap gurus,
        i have a typical problem.. i am doing Transfer posting from one storage location to another. using MB1B with 311 mov type.. and mentioning some values in the gr/ir slip field.. but system is not storing the value in table..
    Can any one say how to solve this.. if i use MIGO_TR then its storinghte value i mentioned in MKPF table..
    Regard,
    Manu

    Hi Manu,
    This GR/GI slip number has only been designed for use in those countries (for example, Italy) whose legislation requires specification of this number for goods that leave the plant and are transported on public roads. In other countries, the material document number printed on the GR/GI slip (in the standard system) is usually sufficient. To enter external  documents, you can use the field Material slip or Delivery note.                                                                               
    If still wants to use this field you are required make relevent settings in config.                                            
    Please go to transaction OMC1.       
    There you will find 4 push buttons.                                        
       1. Activation of GR/IR slip for plant.                                     
       2. Number range grouping code.                                             
       3. Intervals for number range.                                             
       4. Object(here you are assigning the number range for the plant,  storage location and movement type.          
    This will allow you to store GR/IR slip number in MKPF with trx. MB1B
    Regards
    Mauro

  • Some movies are not syncing into iTunes , while others are . I checked and they are all .mp4 , and is there any other way to sync movies to my ipad ?

    I have tried to sync movies installed on my windows (Breaking Bad) to my iPad so i can watch the series on it , but when I try to insert the episode to iTunes nothing happens 

    Hey there ckhoury13,
    It sounds like your video files may be incompatible with iTunes. Here is an article that will help you determine if your video files need to be converted before they can be moved into iTunes:
    iTunes: Frequently asked questions about viewing and syncing videos
    http://support.apple.com/kb/HT2729
    What video content works with iTunes and mobile devices?
    iTunes:
    Video content purchased from the iTunes Store.
    QuickTime and MPEG-4 movie files that end in ".mov", ".m4v", or ".mp4" and are playable in QuickTime Player.
    Video podcasts.
    iTunes Digital Copies.
    iTunes Store Movie Rentals (Requires iTunes 9 or later).
    Mobile Devices:
    Video content purchased from the iTunes Store.
    Videos that have been shared to iTunes using QuickTime Player (Mac OS X v10.6 Snow Leopard).
    Videos that have been re-encoded for iPod with QuickTime 7 Pro.
    Videos that have been re-encoded for iPod with iMovie, Final Cut Pro, and others. Refer to Exporting a movie from iMovie HD to iPod for an iMovie HD tutorial.
    Video Podcasts that have been created for mobile devices.
    Video files after using the iTunes File > Create New Version > Create iPod or iPhone version option.
    Video files after using the iTunes File > Create New Version > Create iPad or AppleTV version option (iPad and AppleTV only).
    See below for detailed movie specifications.
    iTunes Store Movie Rentals (Requires iTunes 9 or later).
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • Revenue values are not flowing into COPA

    Dear Experts,
             We are processing the MTS normal scenario. Here the revenue values are not flowing into COPA when FG sale. But when we process the Raw material Sale values are flowing to COPA smoothly. Here the SD condition Type, Revenue Account and COPA value Field same for RM and FG.
    May I know the exact reasonu2026.
    Please suggest me in right wayu2026.
    Regards,
    Balaji Bhonsle.

    Hi Balaji bhau
    I guess the issue might be with your Item Category in SD.. Is it set relevant for billing??
    See if the Billing Type has been entered in KE4W and the VF reset for it
    Check in VFX3 if the invoice is lying there for any error.... Try to release the Billing to accounting and you may get the error message
    br, Ajay M

  • Data is not inserting into table

    Hi Team,
    I am inserting data into a custom table.
    but my records are not inserting into table
    //CO File
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    am.invokeMethod("createEmployee");
    // am.invokeMethod("init");
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (pageContext.getParameter("Apply") != null)
    OAViewObject vo = (OAViewObject)am.findViewObject("TestEmpVO1");
    String NAME = (String)vo.getCurrentRow().getAttribute("Name");
    Number employeeNumber = (Number)vo.getCurrentRow().getAttribute("Num");
    String NUM = String.valueOf(employeeNumber.intValue());
    am.invokeMethod("apply");
    MessageToken[] tokens = { new MessageToken("EMP_NAME", NAME),
    new MessageToken("EMP_NUMBER", NUM) };
    OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_CREATE_CONFIRM", tokens,
    OAException.CONFIRMATION, null);
    pageContext.putDialogMessage(confirmMessage);
    else if (pageContext.getParameter("Cancel") != null)
    am.invokeMethod("rollbackEmployee");
    TransactionUnitHelper.endTransactionUnit(pageContext, "empCreateTxn");
    // End CO
    //AMImpl
    package oracle.apps.fnd.framework.toolbox.labsolutions.server;
    import oracle.jbo.Row;
    import oracle.jbo.Transaction;
    import oracle.jbo.RowSetIterator;
    import oracle.jbo.domain.Number;
    import oracle.apps.fnd.common.MessageToken;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.server.OAApplicationModuleImpl;
    import oracle.apps.fnd.framework.OAException;
    import oracle.apps.fnd.framework.OARow;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.apps.fnd.framework.server.OAViewObjectImpl;
    // --- File generated by Oracle Business Components for Java.
    public class TestEmpAMImpl extends EmployeeAMImpl
    * This is the default constructor (do not remove)
    public TestEmpAMImpl()
    * Container's getter for TestEmpVO1
    public TestEmpVOImpl getTestEmpVO1()
    return (TestEmpVOImpl)findViewObject("TestEmpVO1");
    * Creates a new employee.
    public void createEmployee()
    OAViewObject vo = (OAViewObject)getTestEmpVO1();
    // Per the coding standards, this is the proper way to initialize a
    // VO that is used for both inserts and queries. See View Objects
    // in Detail in the Developer's Guide for additional information.
    if (!vo.isPreparedForExecution())
    vo.executeQuery();
    Row row = vo.createRow();
    vo.insertRow(row);
    // Required per OA Framework Model Coding Standard M69
    row.setNewRowState(Row.STATUS_INITIALIZED);
    } // end createEmployee()
    public void apply()
    getDBTransaction().commit();
    * Sample main for debugging Business Components code using the tester.
    public static void main(String[] args)
    launchTester("oracle.apps.fnd.framework.toolbox.labsolutions.server", "TestEmpAMLocal");
    //End AmImpl
    Please suggest.
    Thanks,
    Ajit

    Ajit,
    Its always a good idea to close the thread with an explanation. It will help others whenever they are into similar situation.
    --Shiv                                                                                                                                                                                                                                                                                               

  • I have Iphoto '09, version 8.1.2 (424). I am having an identical problem.  All my pictures are imported into Iphoto when I downloaded them from my camera.  Until recently, I thought that the pictures were actually saved in the library.  Since I need to cr

    I have Iphoto '09, version 8.1.2 (424). I am having an identical problem.  All my pictures are imported into Iphoto when I downloaded them from my camera.  Until recently, I thought that the pictures were actually saved in the library.  Since I need to crop my pictures for the web, and Iphoto doesn't do that, I purchased Photoshop Elements to do that.  To my surprise, when I try to get a picture from Iphoto to Photoshop, it can't be done. That was when I realized, after wasting a lot of time, that the photos are not in the Iphoto library.
    I started naming the pictures on Iphoto so I had a recognizable file name to open on Photoshop. Couldn't find it.  I looked in the Backup folder and the Transfer software folder (I have a Nikon camera), and the names I entered in the Iphoto display, could not be found.
    When I am trying to upload a photo to the web, I get the Finder folder showing  with an active folder called "Photos" under "Media", which only displays Iphoto and PhotoBooth.  This is a folder name that I cannot find in my HD anywhere when I look for it.  If I edit a picture with Photoshop, I am not going to save it back to Iphoto (not sure whether it will work properly).  How do I get my folder of edited photos to show when I want to upload a picture to the web?
    Where (the name of the folder) do I find the pictures I see displayed on the Iphoto library, including any name changes, keywords added, and so on?

    See my response to your other post.

  • On my computer I have folders in my email accounts but they are not on my iPad when I go into mail how do I get my folders in my iPad?

    On my computer I have folders in my email accounts but they are not on my iPad when I go into mail how do I get my folders in my iPad?

    https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/offerOptOut

  • When I sort bookmarks in "organize bookmarks" they are not sorted under the bookmarks pulldown menu. Latest additions are not integrated into the sort

    When I sort bookmarks in "Organize Bookmarks" they are not sorted under the pulldown menu on a regular page. Recently added bookmarks are not inegrated into to sorting.

    See this:
    [https://support.mozilla.com/en-US/kb/Sorting+bookmarks#Sorting_by_name]

  • Mavericks 10.9-10.9.1 bug/issue/problem: external drives connected through thunderbolt or firewire are not put to sleep when iMac goes to sleep

    Previous to Mavericks (10.9 - 10.9.1) I've had no issues with external firewire or thunderbolt connected drives to be put to sleep. However, since Mavericks all of my external drives are not put to sleep when my iMac, or Mac Pro go to sleep.
    How can a company such as Apple, pushing people to have external devices like hard drives, is not on top of fixing this issue? Apple pushed for firewire and thunderbolt, thus All external drives I've owned are firewire. Because of speed. I bought thunderbolt adapters for firewire, and before Mavericks all worked great. Now that we have 10.9.1 update, this is still an issue!
    I'm aware of the temporary solution of connecting the drive through USB to make it work, this is not a solution, but a hack.
    Please let Apple know that this is a known issue, and there should be a fix for it. Everyone's data depends on it! Not only current external backups, but also external sensitive hard drives we rely on. Currently, the following makes are experiencing this issue: Lacie, OWC (Elite Pro), WD, Promise, Seagate, Toshiba, G-Drive.
    Other Apple Support Communities related thread:
    https://discussions.apple.com/thread/5486167?start=60&tstart=0
    https://discussions.apple.com/message/23541363
    External References:
    http://blog.macsales.com/21004-upgrade-to-mavericks-drama-free-with-owc
    http://forums.macrumors.com/showthread.php?t=1659332&page=3
    If anyone finds how to solve this issue, please help by posting the steps or solution.

    Same 2 issues with 10.9.3:
    External FireWire drive WILL NOT spin down when Mac goes to sleep.
    also
    External FireWire drive WILL NOT spin down for inactivity despite “Put hard disks to sleep when possible” is checked in energy saver.
    This has been going on since the launch of Mavericks and no solution found yet.
    USB ports work normally.

  • We are getting ¿ stored into our Oracle 10g database  (Microsoft fault)

    We are getting ¿ stored into our Oracle 10g database that is using WE8ISO8859P1 character set.
    Problem is caused by the following:
    Microsoft released software (in particularly MS Word) before considering any ANSI or ISO standard (although they claimed so).
    At that time of pioneering graphical interface - they were the standard. Since then things changed. Microsoft initially targeted US marked, however very soon they wanted to expanded to Europe. For that they needed to get standardized character set instead of one initially being in use. Microsoft re-mapped character set in newer applications using Windows-1252 character set which is compatible with ISO-8851-1 (we are using in our Java Web applications). That cleared obstacles to forward on European market, where extended characters are necessary (like in French, Dutch, German languages...)
    What happened with the initial character codes before Microsoft agreed with ISO to standardize characters? Well - Nothing.
    So what are the consequences of that?
    If we are using Microsoft Word document in conjunction with one of the oldest character set (universe) the ice-age character mapping is still there. So when we "cut and paste" the content to another application, characters sets are not mapped anymore. Especially French language "is sensitive to this" The Microsoft character set in Word decimally coded 146 ( ' ) is very often used in French.
    Therefore if the text is generated in MS Word using old character mapping (universe) which we do, and using method of "cutting and paste" we are mismatching character set interpreted by other, newer applications.
    Initially in the MS words (apostrophe) ' had code 191; then later after implementing Windows 1252 character set being moved to code 146 in accordance to ISO. Well ISO threat character coded 191 as ¿. So if you are using MS Word universe character set, ' looks like ' but in newer applications or ISO compatible applications it looks like ¿.
    Can anyone provide me with periodically cleanup routines that replace garbled characters entered by Microsoft applications into Oracle database ?
    Thanks
    Brendon

    A simply update should work.
    SQL> CREATE TABLE CHARTESTING(COLUMN1 VARCHAR2(30));
    Table created.
    Elapsed: 00:00:00.01
    SQL>
    SQL> INSERT INTO CHARTESTING (COLUMN1) VALUES (CHR(191)||CHR(146)||DBMS_RANDOM.STRING('A',5));
    1 row created.
    Elapsed: 00:00:00.01
    SQL> COMMIT;
    Commit complete.
    Elapsed: 00:00:00.00
    SQL> SELECT * FROM CHARTESTING;
    COLUMN1
    ┐ÆTeoqw
    Elapsed: 00:00:00.06
    SQL> UPDATE CHARTESTING SET COLUMN1=REPLACE(COLUMN1,CHR(191),'*');
    1 row updated.
    Elapsed: 00:00:00.00
    SQL> SELECT * FROM CHARTESTING;
    COLUMN1
    *ÆTeoqw
    Elapsed: 00:00:00.00
    SQL>After numerous attempts you will have to trust me that the characters are correct, my sqlplus isn't working for displaying the characters.

  • Records are not inserted into MTL_TXN_REQUEST_HEADERS,MTL_TXN_REQUEST_LINES

    Hi all,
    I am doing pick release thru API.
    For that , I have run following API successfully but my problem is that records are not inserted into MTL_TXN_REQUEST_HEADERS , MTL_TXN_REQUEST_LINES
    tables so that I cannot generate the move order. Can anyone suggent the valuable tips for that ?
    1. WSH_DELIVERIES_PUB.create_update_delivery
    2. WSH_DELIVERY_DETAILS_PUB.Detail_to_Delivery
    3. WSH_PICKING_BATCHES_PUB.CREATE_BATCH
    4. WSH_PICKING_BATCHES_PUB.RELEASE_BATCH
    5. WSH_DELIVERIES_PUB.Delivery_Action ( for p_action_code = 'PICK-RELEASE' )
    regards with thanks in advance
    sanjay

    Hi All,
    To create a Move Order Header & Line Record in MTL_TXN_REQUEST_HEADERS and MTL_TXN_REQUEST_LINES tables , I have run an seeded
    procedure : CreateMoveOrderHeader & CreateMoveOrderLines .
    The procedure : CreateMoveOrderHeader was run successfully but when I am going to run procedure : CreateMoveOrderLines , it is giving
    an error .
    Following Error text I am receiving at the time of running of procedure : CreateMoveOrderLines .
    Initialized applications context: 5707 50138 660
    *==========================================================*
    Calling INV_MOVE_ORDER_PUB.Create_Move_Order_Lines API
    *==========================================================*
    Return Status: E
    Error Message :INV
    *==========================================================*
    From the above error message, no specific error is received . Only " Error Message : INV " is received hence it is very difficult to judge & resolve an error .
    Can anyone guide me that what is an error ? For what reason I am getting an error ?
    regrads
    Sanjay

  • Deleting items from R/3 are not reflected into BW

    Hi all,
    We are facing an issue in the extraction of sales data. (2lis_11_vascl)
    If the items in a sales document are deleted in R/3 through the transaction VA02 then these changes are reflected into BW system.
    But if the items in a sales document are deleted through a background job in R/3 system then these changes are not triggering any delta records and are not transferred to BW system.
    How to enable the R/3 system to capture the change even when the records are deleted using a background job?

    The delta is not that simple....
    The delta is based on certain fields being changed. These fields are controlled by change pointers set into the tables..
    It is a long process but then the summary is :
    1. You have change pointers set for each table to capture changes... these change pointers write back to your dellta queue whenever these fields change. If you change a field which does not have a change pointer attached to it then the delta is not recognized..
    2. Also it depends on how you do the deletion in the background job - if you are just deleting from VBAP then this is not right - there will be a standard SAP function module for deletion which has to be used - the reason being that when you delete sales orders then the stock , allocations etc for the same have to be adjusted...
    3. You will have to find out the change pointers in place currently for the sales extractor ( I think it is ROOSOURCE ) and then identify the fields which are linked to this change pointer. You will then have to create either a new change pointer or change the existing one to capture these fields also and then the delta should start flowing...
    You can ask an ABAPER or a R/3 functional person about the way these change pointers are configured and setup in R/3

  • Prompt Parameters are not stored

    Hello,
    Iu2019m using Desktop Intelligence 12.0.0.0  and I have a problem regarding prompts.
    Sometimes the values of the prompts are not stored. Sometimes they are stored an I don't know why.
    There will be a really large formula with ~40 prompts . It would be nice if Desktop Intelligence would store the entered values.
    The user should not enter all values again if he runs the report again. And/Or the user should have the possibility to change just the prompts which are needed to change.
    Which conditions must be fulfilled so that the values of the parameters are stored?
    Regards

    Hi Sarbhjeet,
    Thanks for your answer.
    Unfortunately it doesn't work. Now I use the following prompts in a filter:
    @Select(PR-Eigenschaften\Pnrstring) like CONCAT('%~1   2',CONCAT(@Prompt('MBV 01','A',{' '},mono,free,persistent) ,'3G%'))
    @Select(PR-Eigenschaften\Pnrstring) like CONCAT('%~1   2',CONCAT(@Prompt('MBV 02','A',{' '},mono,free,persistent) ,'3G%'))
    @Select(PR-Eigenschaften\Pnrstring) like CONCAT('%~1   2',CONCAT(@Prompt('MBV 03','A',{' '},mono,free,persistent) ,'3G%'))
    by the way:
    Is this a UDF (Un Document Feature)? Where can I learn more about the Syntax (e.g. the default value).
    I downloaded the "xi3_desktop_intelligence_access_and_analysis_guide_en.pdf" but there is no information about the extended syntax.
    Thanks

  • HS.EXP does not take into account the Value member and the source

    Hello,
    The formula is put in the "Entity Curr Adjs" part of the Sub Calculate.
    The expression is the following and apply for one entity (Holding method) I filtered previously and the ICP Entity has proportionnal method with 50% rate:
    HS.Exp "A#5420.I#[ICP None].C1#REC.C2#[None].C3#[None].C4#Recla_IAS_Aut_RetS_5=
    A#5340.V#[Contribution].E#Logista_E_TBCO.I#UTE_O.C1#CLO.C2#TotC2.C3#TotC3.C4#TotC4"
    The data I would like to retrieve is the one in Contribution Value as I put on the source part of the expression.
    And yet, the data I get is the one of the Entity Currency and Proportion Value, which is different because the ICP has proportionnal method (50%) and the Contribution value is the result of Proportion - Elimination values.
    To sum up: I obtain a data of 50 instead of 25.
    I checked that the data I see in my form corresponds to the source parameters but it seems that it does not take into account the Value parameter.
    Could it be that it is not possible to use a Contribution Value source for an Entity Currency Adjs destination?
    Thanks in advance.
    Regards,
    Julien

    Hi,
    I see another problem in what you're trying to do. First, let me state what you're trying to establish: you are trying to get a value from one entity (say A) to another entity (say B), be it at [Proportion], [Elimination], [Contribution], ...
    My question is: how can you know that during the consolidation process, by the time your code runs on B, A has already been processed and [Proportion], [Elimination] are not empty (or contain values from a previous consolidation run)?
    The answer is "You don't". Theoretically, you have no control as per the order in which entities are calculated/consolidated during the process. Even more complex is the thing that if you have a multi-core machine, more than one entities may run in parallel, but still you cannot force A to run before B. I have done some tests and I've seen that in a one processor setting the order that entities enter in the process of consolidation matches the order you have placed them in the consolidation tree in metadata. Still this thing is not documented as far as I know and therefore you cannot rely on this.
    Finally, I have also seen that in a simple case (B pulls from A), if you run consolidation twice, then you definitely get correct values. By the time you make a change in A, you have to run consolidation twice again to make sure that you get the correct data. I believe that you see that what I'm describing is good for experimenting but not for releasing to a client.
    I tend to think of such a design, as a practice to avoid.
    --Kostas                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Using External Sound Modules (Synths) in Logic Express?

    Hi all, I don't have Logic Express yet. I want to know if what I want to do is possible before I purchase. It may sound trivial, but I'm very new to the whole DAW environment. Apparently Garageband can't support my external sound modules so I'm hopin

  • Accrual plan

    we have created a new accrual plan. but when i navigate to self service HR Leave of Absence page the new plan is not visible to us. pls what could be the cause??

  • XI - Receiver Determination Condition not working

    I created a Condition on my Receiver Determination to stop some messages from being sent based on a field in our message. It works when using some test tools (workbench, SOAPUI, etc) but not when coming from our MDM system.  The beginning of the inpu

  • List tree

    Hi all, I am using the cl_gui_list_tree. In tree display I managed all the nodes are with checkboxes. As usual this tree has the hierarchy. Now If checked the root node, then how can check all the lower level nodes of the root. Thanks and Regards, Ba

  • BI Exctrator concept

    Hi ALL, When loading data from ECC 6.0 to BI 7.0, i remark that that ECC databse grow rapidely. Could you please explain me why the size of database was increased? Also., * could you please  help to understand the technical concept and  functionnalit