Not able to GET_SCHEMA from MYSQL using mysql_ecma2.dll while creating MYSQL_ECMA

i have made a MYSQL_ECMA.dll (using sql_ecma.dll) but when i create that ECMA it is unable to create get_schemafrom my sql
Database=test
table=HR
public Schema GetSchema(KeyedCollection<string, ConfigParameter> configParameters)
Microsoft.MetadirectoryServices.SchemaType personType = Microsoft.MetadirectoryServices.SchemaType.Create("Person", false);
myServer = configParameters["Server"].Value;
myDB = configParameters["Database"].Value;
myTable = configParameters["Table"].Value;
DataSet myData = this.MYSQLSchema(myServer, myDB, myTable);
string[] MYSQLSchema =new string[myData.Tables["Columns"].Rows.Count];
for (int i = 0; i <= myData.Tables["Columns"].Rows.Count - 1; i++)
MYSQLSchema[i]=myData.Tables["Columns"].Rows[i].ItemArray.GetValue(0).ToString().Trim();
string myattrib=MYSQLSchema[i];
if (myattrib == "EmployeeID")
personType.Attributes.Add(SchemaAttribute.CreateAnchorAttribute(myattrib, AttributeType.String));
else
personType.Attributes.Add(SchemaAttribute.CreateSingleValuedAttribute(myattrib, AttributeType.String));
Schema schema = Schema.Create();
schema.Types.Add(personType);
return schema;
public DataSet MYSQLSchema(string server,string database, string table)
myconnectionc =("Server = '" + server + "';Initial Catalog='" + database + "';Integrated Security=True");
conc =new MySqlConnection(myconnectionc);
cmdc =new MySqlCommand();
cmdc.CommandType=CommandType.Text;
string cmdtextc="Select COLUMN_NAME from Information_Schema.Columns where TABLE_Name = '" + table + "'";
cmdc.CommandText=cmdtextc;
cmdc.Connection=conc;
adapter =new MySqlDataAdapter(cmdc);
dac =new DataSet();
adapter.Fill(dac, "Columns");
return dac;

It must be problem with your query. You are converting date into DD/MM/YYYY format and passing it to the query. As per my knowledge, MySQL default date format is YYYY-MM-DD. YYYY-MM-DD is not equal to DD/MM/YYYY. Hence you would not get any result. I would suggest you to validate the query. yOu try executing query directly in mySQL
select edate, particulars, chequeno, fromto, deposit, withdrawal, cleared,cdate, details from passbook WHERE edate BETWEEN 01/01/2007 and 31/12/2007 order by edate desc
If you are able to execute above query in MySQL without fail, then it is something we may need to investigate further. Hope above query may not yields you any records. If so, that could be the problem. You may need to convert your date (SimpleDateFormat) in below format:
YYYY-MM-DD.
It should work. Let me know, still if you have any questions further.

Similar Messages

  • Livecache database instance is not able to connect from DBMGUI

    Hello,
    We are facing very critical problem. Livecache database instance is not able to connect from DBMGUI .
    DB instace is down currently, i checked X_server is running. when i am trying to conect using DBMGUi its going on hang status, same way if i am trying to start using LC10, its going on hang..
    Could anybody please help me out if faced this problem.
    Earlier it was working fine. But now It 's not able to connect through DBM tool.
    Any help would of great help..
    Thanks.
    Dinesh
    please find xserver*.prt files as attached
    Date       Time       PID Typ MsgID  Label    Message-Text
    2009-06-12 03:10:43  2732     12902  XSERVER  started, 'X64/SUN   7.6.04   Build 015-123-189-221'
    2009-06-12 03:10:43  2732     12904  XSERVER  Service port is 7210
    2009-06-12 03:10:43  2732     12922  ENVIRON  Command line arguments
    2009-06-12 03:10:43  2732     12924  ENVIRON   [1] start
    2009-06-12 03:10:43  2732     12923  ENVIRON  Command line argument dump completed
    2009-06-12 03:10:43  2732     12898  ENVIRON  Resource limit dump start
    2009-06-12 03:10:43  2732     12898  ENVIRON  Started by user id 58007 group id 1670
    2009-06-12 03:10:43  2732     12898  ENVIRON  Current user id 58007 effective id 58007
    2009-06-12 03:10:43  2732     12898  ENVIRON  Current group id 1670 effective id 1670
    2009-06-12 03:10:43  2732     12898  ENVIRON   cpu time unlimited
    2009-06-12 03:10:43  2732     12898  ENVIRON   number of processes 29995
    2009-06-12 03:10:43  2732     12898  ENVIRON   number of open files 2048
    2009-06-12 03:10:43  2732     12898  ENVIRON   core size unlimited
    2009-06-12 03:10:43  2732     12898  ENVIRON   file size unlimited
    2009-06-12 03:10:43  2732     12898  ENVIRON   heap memory size unlimited
    2009-06-12 03:10:43  2732     12898  ENVIRON   stack memory size 8192 KBytes
    2009-06-12 03:10:43  2732     12898  ENVIRON   virtual memory size unlimited
    2009-06-12 03:10:43  2732     12898  ENVIRON  Resource limit dump completed
    2009-06-12 03:10:43  2732     12898  ENVIRON  Environment dump start
    2009-06-12 03:10:43  2732     12898  ENVIRON   PATH=/usr/xpg4/bin:/usr/ccs/bin:/usr/bin
    2009-06-12 03:10:43  2732     12898  ENVIRON    :/opt/SUNWspro/bin
    2009-06-12 03:10:43  2732     12898  ENVIRON   IFS=
    2009-06-12 03:10:43     0    0
    2009-06-12 03:10:43  2732     12898  ENVIRON   TZ=NZ
    2009-06-12 03:10:43  2732     12898  ENVIRON   TMP=/var/tmp
    2009-06-12 03:10:43  2732     12898  ENVIRON   TMPDIR=/var/tmp
    2009-06-12 03:10:43  2732     12898  ENVIRON   USER=sdb
    2009-06-12 03:10:43  2732     12898  ENVIRON   LOGNAME=sdb
    2009-06-12 03:10:43  2732     12898  ENVIRON   DBROOT=/sapdb/programs
    2009-06-12 03:10:43  2732     12898  ENVIRON   LD_LIBRARY_PATH=/sapdb/programs/lib
    2009-06-12 03:10:43  2732     12898  ENVIRON  Environment dump completed
    end of startup -
    2009-06-12 03:10:44  2732 WNG 12458  XSERVER  NISSL Utility init: CDKLoadSAPCryptModule: 51
    2009-06-12 07:54:23  2732 ERR 11379  CONNECT  Error getting TCP/IP host by address: '10.115.104.42.'
    2009-06-12 08:47:00 17388 ERR 11925  XSERVER  Send packet, Ref:9 - connection closed (send:EPIPE)
    current write position -

    Hi Ivan,
    thanks for the reply, i used the commands suggested by you.
    nzlsfn40:ltradm 43% pwd
    /sapdb/data/wrk
    nzlsfn40:ltradm 44% dbmcli -d LTR -u control,control db_state
    OK
    State
    OFFLINE
    nzlsfn40:ltradm 45% dbmcli -d LTR -u control,control db_admin
    OK
    nzlsfn40:ltradm 46% nzlsfn40:ltradm 46%
    nzlsfn40:ltradm 46% dbmcli -d LTR -u control,control db_online
    db_online commands is running since long and in knldiag. i am continuously watching logs as below, can you have any idea
    Dinesh
    logs :-
    2009-06-12 10:58:34   137     12929 TASKING  Task T114 started
    2009-06-12 10:58:34   137     11007 COMMUNIC wait for connection T114
    2009-06-12 10:58:34   137     11561 COMMUNIC Connected  T114 local 3966
    2009-06-12 10:58:34   137     11509 COMMUNIC Connection broken by appl state 10 T114
    2009-06-12 10:58:34   137 WNG 11824 COMMUNIC Releasing  T114 connection aborted
    2009-06-12 10:58:34   137     12827 COMMUNIC wait for connection T114
    2009-06-12 10:58:35    11     11561 COMMUNIC Connecting T115 local 3966
    2009-06-12 10:58:35   138     12929 TASKING  Task T115 started
    2009-06-12 10:58:35   138     11007 COMMUNIC wait for connection T115
    2009-06-12 10:58:35   138     11561 COMMUNIC Connected  T115 local 3966
    2009-06-12 10:58:35   138     11509 COMMUNIC Connection broken by appl state 10 T115
    2009-06-12 10:58:35   138 WNG 11824 COMMUNIC Releasing  T115 connection aborted
    2009-06-12 10:58:35   138     12827 COMMUNIC wait for connection T115
    2009-06-12 10:58:36    11     11561 COMMUNIC Connecting T116 local 3966
    2009-06-12 10:58:36   139     12929 TASKING  Task T116 started
    2009-06-12 10:58:36   139     11007 COMMUNIC wait for connection T116
    2009-06-12 10:58:36   139     11561 COMMUNIC Connected  T116 local 3966
    2009-06-12 10:58:36   139     11509 COMMUNIC Connection broken by appl state 10 T116
    2009-06-12 10:58:36   139 WNG 11824 COMMUNIC Releasing  T116 connection aborted
    2009-06-12 10:58:36   139     12827 COMMUNIC wait for connection T116

  • OIM 11G-prepop adapters not able to read from User form

    When I try to auto provision ldap account for users after creation of OIM record using GTC, the ldap provisioning doesnt happen. Basically the prepop adapters not able to read from Xel user form. I am stuck with this issue for a while now .
    I tried remapping..ect etc..ntng helped.
    None of the process form fields are getting prepopulated, when I hard coded avlue in prepop adapters for all the reqd fields in process form, proviosioning gets completed successfully.
    Pls. help me with this.
    Thanks.
    ~VSN
    I get the below errorr:
    <BEA-000000> <Class/Method: tcAdapterExecuter/executeRuleGenerators encounter some problems: java.lang.Exception: Error retrieving user info: User Login
    java.lang.Exception: java.lang.Exception: Error retrieving user info: User Login
    at java.lang.Throwable.<init>(Throwable.java:67)
    at com.thortech.xl.dataobj.rulegenerators.tcAdapterExecuter.executeRuleGenerators(tcAdapterExecuter.java:205)
    at com.thortech.xl.dataobj.util.tcPrePopulateUtility.setDataFromAdapter(tcPrePopulateUtility.java:1020)
    at com.thortech.xl.dataobj.util.tcPrePopulateUtility.prePopulate(tcPrePopulateUtility.java:346)
    at com.thortech.xl.dataobj.util.tcOrderPackages.computeProcessFormData(tcOrderPackages.java:901)
    at com.thortech.xl.dataobj.util.tcOrderPackages.createOrder(tcOrderPackages.java:423)
    at com.thortech.xl.dataobj.util.tcOrderPackages.orderPackageForUser(tcOrderPackages.java:177)
    at com.thortech.xl.dataobj.tcOIU.provision(tcOIU.java:563)
    at com.thortech.xl.dataobj.tcOIU.eventPostInsert(tcOIU.java:303)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
    at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2905)
    at com.thortech.xl.dataobj.tcUserProvisionObject.insertImplementation(tcUserProvisionObject.java:283)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:591)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
    at oracle.iam.accesspolicy.impl.handlers.provisioning.ProvisionAccountActionHandler.execute(ProvisionAccountActionHandler.java:104)
    at oracle.iam.accesspolicy.impl.handlers.provisioning.ProvisionAccountActionHandler.execute(ProvisionAccountActionHandler.java:35)
    at sun.reflect.GeneratedMethodAccessor1831.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at oracle.iam.platform.kernel.impl.EventHandlerDynamicProxy.invoke(EventHandlerDynamicProxy.java:30)
    at $Proxy284.execute(Unknown Source)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runActionEvents(OrchProcessData.java:1035)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:644)
    at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:669)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeChildProcess(OrchestrationEngineImpl.java:751)
    at oracle.iam.platform.kernel.impl.OrchProcessData.handleAdditionalChanges(OrchProcessData.java:537)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:802)
    at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:669)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:686)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.notifyParentProcess(OrchestrationEngineImpl.java:828)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:771)
    at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:669)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeChildProcess(OrchestrationEngineImpl.java:751)
    at oracle.iam.platform.kernel.impl.OrchProcessData.handleAdditionalChanges(OrchProcessData.java:537)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:802)
    at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:674)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:705)
    at oracle.iam.platform.kernel.impl.OrhestrationAsyncTask.execute(OrhestrationAsyncTask.java:108)
    at oracle.iam.platform.async.impl.TaskExecutor.executeUnmanagedTask(TaskExecutor.java:100)
    at oracle.iam.platform.async.impl.TaskExecutor.execute(TaskExecutor.java:70)
    at oracle.iam.platform.async.messaging.MessageReceiver.onMessage(MessageReceiver.java:68)
    at sun.reflect.GeneratedMethodAccessor2150.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy382.onMessage(Unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
    at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Kevin,
    For manual Proviosioning - It works fine.
    It fails when I create user in OIM using flat file GTC . I have an access policy to auto proviosion that user with ldap.
    As mentioned before, I notice none of the prepops on Ldap process form are able to read value from Xel user form.
    Steps I tried Already:
    1- Checking access policy
    2-remapping process form adapters
    Pls. let me know ur thoughts.
    ~VSN

  • User not able to print from SAP

    Hi guys,
                 User is not able to print from SAP. The printer is directly connected to his PC. It is not a network printer. The user is able to print at OS level perfectly. IN SP01, it shows in green and the print job has been completed successfully. I can see the output request. Its all fine in SAP. I am not sure why it is not printing from SAP. Please help ?
    Thanks

    hi venkata,
    did you already defined your printer on SAP Server using tcode SPAD ?
    What kind of printing you're using ?
    My suggest for simplest one is create new output devices.
    Type tcode SPAD
    Give simple name
    Choose SAPWIN for device type (if you're using WIndows clients)
    On Access Method tab
    Choose Host Spool Access Method F : Front end Printing or G :
    For Host Printer fill with __DEFAULT (remember double underscore)
    save and test it.
    ardhian
    http://sapbasis.wordpress.com

  • Apex link not able to connect from local machine.

    Hi,
    Here is the scenario.
    I have installed oracle apex 3.2 in my vmware linux machine.
    I'm able to connect the link (http://b03apex.domain.com) from my linux(vmware) box but I'm not able to connect from windows local machine.
    I tried to ping the ip, from both the ends are working but not sure why I'm not able to connect from windows local machine.
    local windows ip: 192.168.1.2
    vmware Linux ip address : 192.168.1.3
    Do I need to do add any parameters in the Apache logs to connect from windows local machine.?
    Need your suggestion.
    Thanks, Muhammed.

    user9354175 wrote:
    I tried to ping the ip, from both the ends are working but not sure why I'm not able to connect from windows local machine.In that case, it means there is network connectivity. The problem is thus something else - like a firewall or name resolution failure.
    >
    local windows ip: 192.168.1.2
    vmware Linux ip address : 192.168.1.3
    Do I need to do add any parameters in the Apache logs to connect from windows local machine.?No.
    Can you ping the VM hostname from your Windows console (instead of IP address)?
    Have you tried in your Windows browser the following URL (using IP address of the VM instead of the hostname)?
    http://192.168.1.3/
    Have you checked that your browser is not configured to use a proxy server?
    Have you checked your Windows firewall for allowing tcp web traffic to the virtual machine?
    Have you checked for the same on on the virtual machine (firewall will be likely be done using <i>iptables</i>).

  • I have a sign of a little lock on the top of my iPhone 4 screen and therefore I am not able to hear from the people who call me unless that I switch the speaker on. What should I do

    I have a sign of a little lock on the top of my iPhone 4 screen and therefore I am not able to hear from the people who call me unless that I switch the speaker on. What should I do

    The little lock has nothing to do with speaker volume.  It means you have locked the rotation on your iPhone.
    Have you tried using the volume control on the side of the iPhone to raise the volume when someone calls?

  • Has anyone had trouble with the LG 3 Cosmos when a call comes in; I am not able to hear from the caller, but, they can hear me?  The volumn is turned up but I can't seem to resolve the issue?  Thanks

    Has anyone had trouble with the LG 3 Cosmos when a call comes in; I am not able to hear from the caller, but, they can hear me?  The volumn is turned up but I can't seem to resolve the issue?  Thanks

    Oh no, Robinbird18! This is not what we like to hear about your cell phone. It makes it pretty hard to have a conversation with someone when you can't hear them. If you make a phone call out are you able to have a conversation with someone without any issues? How long has this been going on? Have you tried to use the phone on speaker phone to see if that works at all? Please keep us posted.   KevinR_VZW Follow us on Twitter @VZWSupport If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • I am not able to print from Adobe

    I am not able to print from Adobe

    Adobe is a company. Which Adobe application are you referring to, and what exactly do you mean by "not able to print"? If you want to be helped, you'll need to provide more useful information about the problem.

  • X58 Pro-E Not able to resume from S3 (sleep mode)

    Not able to resume from S3 (sleep mode) if Base Clock is set over 169Mhz  
    ex. ASUS P6T Deluxe Mainboard fix this issue. - bios version is 1403.
    from ASUS site. - Fix System may not able to resume from S3 if Base Clock is set over 170MHz.
    Anybody same Problem??

    Quote from: AstroRetro on 12-November-09, 21:41:14
    I have the exact same issue on my X58 Pro-E.
    I can confirm that from 133 to 166MHz S3 sleep works as expected.  But above this, the PC appears to go to sleep normally, but cannot wake up.  After pressing the power button, the drives spin up and peripherals are powered on, but bios does not load and screen stays blank.  Once the PC internal speaker emitted a continuous buzz as well. Machine is unresponsive to power and reset button at this point and I need to hold power button her several seconds to force power off.  Then when powering on again, the machine will fail to post again, but this time will automatically reboot, pass post and load windows with all previous applications running as if returning from hibernation.
    This issue only occurs when "ACPI standby state" is set to S3 in the Bios.  S1 standby state (the default) works fine at all clocks but of course leaves all the fans running.  I have tried both states of "Re-call VGA Bios from S3" (Enabled/Disabled) and this has no effect on the issue.
    Since this board can happily run at 200MHz FSB with my CPU, and pass all thermal and stability tests I throw at it, it is disappointing that I cannot use this very convenient feature.
    I look forward to a beta bios revision to address this issue.
    I have the exact same issue on my Pro-E. i've tried everything I can think of, but have had no success. Only S1 works. What's odd is that when I had everything stock, sleep mode in S3 worked great.

  • TS4268 I CAN NOT RECEIVE TEXT MESSAGES FROM PEOPLE USING IMESSAGE - I HAVE MY IMESSAGE TURNED OFF BECAUSE I DO NOT WANT TEXTS GOING TO ALL MY ACCOUNTS - HOW DO I RESOLVE THIS PLEASE HELP - MISSING SEVERAL IMPORTANT COMMUNICATIONS...

    I CAN NOT RECEIVE TEXT MESSAGES FROM PEOPLE USING IMESSAGE

    On an iPhone your iMessages will go to your phone number.
    You can select another email to use on iPod or iPad.
    Go to settings
    Messages
    Send and receive
    Check your phone number and uncheck the common Apple ID you share so your messages will not go to other devices.

  • HT1595 I am not able to connect from my laptop to airplay mirroring equipment, icon is not showing on my laptop.

    I am not able to connect from my laptop to airplay mirroring equipment, icon is not showing on my laptop. It does show when I hook up a HDMI wire to the apple TV box.

    I think you mean Ethernet, not HDMI wire. If the airplay icon is showing up when wired then that would indicate an issue with your wifi network.

  • I am not able to download from i tunes store the free games to my ipod, does anyone know

    i am not able to download from i tunes store the free games to my ipod, does anyone know

    mine does the same thing like I tried to download kik and when I went to select apps to sync in my ipod menu it showed up all grey

  • FaceTime can't be installed on "Macintosh HD" because the version of Mac OS X is too new. I removed all traces of FaceTime and still not able to install from App store. New to macbook pro with Lion

    FaceTime can’t be installed on “Macintosh HD” because the version of Mac OS X is too new. I removed all traces of FaceTime and still not able to install from App store. New to macbook pro with Lion.any help with this would be greaty appreciated.

    FaceTime is included in Lion. The App Store version is for 10.6. If you deleted it, restore it from a backup, or reinstall the Mac OS.

  • Hi my name is rachell and im trying to set my brother's new ipod to my computer and it says that im not able to restore from backup because his ipod is to all what can i do? thanks for your help

    file://localhost/Users/rachellmarin/Desktop/Photo%20on%202012-12-05%20at%2020.12 %20%232.jpg

    I do not understand you question/problem.
    What does "not able to restore from backup because his iPod is all" means.
    Also, there is no viewable photo in your post.

  • Not able to change the password using FNDCPASS

    I am not able to change password using FNDCPASS. I am getting follwoing error while executing following command with APPLMGR user ( before that I have source the .env file ) (OS-Linux)
    [applmgr@ora11 /]$ FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS WELCOME
    Log filename : L2741743.log
    Report filename : O2741743.out
    APP-FND-01630: Cannot open file L2741743.log for appending
    Cause: FDPFOP encountered an error when attempting to open file L2741743.log for appending.
    Action: Verify that the filename is correct and that the environment variables controlling that filename are correct.
    Action: If the file is opened in read mode, check that the file exists. Check that you have privileges to read the file in the file directory. Contact your system administrator to obtain read privileges.
    Action: If the file is opened in write or append mode, check that you have privileges to create and write files in the file directory. Contact your system administrator to obtain create and write privileges.
    Can some one pls guide me on this

    Duplicate post-
    Not able to change the password using FNDCPASS
    Please post only once.
    Thanks,

Maybe you are looking for

  • Product ID and Material Number mapping

    Hi All, I would like to request for your help on this. How can I be able to find the material number in R/3 using the product ID in CRM? Currently, I am using the description of the Product to search in R/3 but that is not always the case. Is there a

  • Master Detail Java Form

    Where can i find any source code of master detail java form without using BC4J?

  • Beginners Scripting Question

    Hi I want to do the following: get the URL the form is hosted at from the browser Is this possible? e.g.: xfa.host.messageBox(XXX , "User Feedback", 3); What do I need to put at XXX to get the url the form is hosted at? Thanks Kropotkin Ps. a further

  • CPGDescription

    We have tried to extend the object CPGDescription (Language-dependent Marketing Campaign description) by an append structure. We added a field into the db table CGPL_TEXT and to the BOL structure CRMS_MKTPL_IB_CPG_DESC. We have added the new field th

  • Files highlited in red not accessible

    File names show up in red are not accessible.