RE: To run the OA Framework, you must specify an Application Short Name?

I use sysadmin at runtime connection, thus I don't use a app short name or a responsibility key. Is that wrong (I believe it recommended in the Oracle App Dev Guide to use sysadmin for runtime connection)?
Anyway I get the following error which is my problem:
The Application Short Name field in the Runtime Connection is not specified.
To run the OA Framework, you must specify an Application Short Name.
Open the Project Settings dialog and select the Oracle Applications | Runtime Connection node to specify an Application Short Name.
The Responsibility Key field in the Runtime Connection is not specified.
Please help
Message was edited by:
user552030

Hi have set
all proffile options,
still getting the error;
Please Suggest;
Thanx in advance
Ajit
Error Page
Exception Details.
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SYSTEM-ERROR. Tokens: MESSAGE = Io exception: Invalid number format for port number; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:884)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: Io exception: Invalid number format for port number; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
     at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:876)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
java.sql.SQLException: Io exception: Invalid number format for port number
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)
     at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3678)
     at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:352)
     at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:371)
     at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:551)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:351)
     at java.sql.DriverManager.getConnection(DriverManager.java:512)
     at java.sql.DriverManager.getConnection(DriverManager.java:140)
     at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:753)
     at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:704)
     at oracle.apps.fnd.security.AppsConnectionManager.makeGwyuidConn(AppsConnectionManager.java:609)
     at oracle.apps.fnd.security.AppsConnectionManager.getGwyuidConn(AppsConnectionManager.java:681)
     at oracle.apps.fnd.security.AppsConnectionManager.makeGuestConnection(AppsConnectionManager.java:552)
     at oracle.apps.fnd.security.DBConnObj.<init>(DBConnObj.java:206)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
     at oracle.apps.fnd.common.Pool.createObject(Pool.java:1187)
     at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:946)
     at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:661)
     at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:211)
     at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1671)
     at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2363)
     at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2301)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2172)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1986)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1890)
     at oracle.apps.fnd.profiles.Profiles.getConnection(Profiles.java:1482)
     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:996)
     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:360)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:225)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:184)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:147)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1107)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:971)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:940)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:907)
     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:1025)
     at oracle.apps.fnd.common.WebAppsContext.init(WebAppsContext.java:3486)
     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:537)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:346)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: Io exception: Invalid number format for port number; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
     at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:876)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
java.sql.SQLException: Io exception: Invalid number format for port number
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)
     at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3678)
     at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:352)
     at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:371)
     at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:551)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:351)
     at java.sql.DriverManager.getConnection(DriverManager.java:512)
     at java.sql.DriverManager.getConnection(DriverManager.java:140)
     at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:753)
     at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:704)
     at oracle.apps.fnd.security.AppsConnectionManager.makeGwyuidConn(AppsConnectionManager.java:609)
     at oracle.apps.fnd.security.AppsConnectionManager.getGwyuidConn(AppsConnectionManager.java:681)
     at oracle.apps.fnd.security.AppsConnectionManager.makeGuestConnection(AppsConnectionManager.java:552)
     at oracle.apps.fnd.security.DBConnObj.<init>(DBConnObj.java:206)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
     at oracle.apps.fnd.common.Pool.createObject(Pool.java:1187)
     at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:946)
     at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:661)
     at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:211)
     at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1671)
     at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2363)
     at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2301)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2172)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1986)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1890)
     at oracle.apps.fnd.profiles.Profiles.getConnection(Profiles.java:1482)
     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:996)
     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:360)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:225)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:184)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:147)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1107)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:971)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:940)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:907)
     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:1025)
     at oracle.apps.fnd.common.WebAppsContext.init(WebAppsContext.java:3486)
     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:537)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:346)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)

Similar Messages

  • You must stop your application before the engine can stop

    I have a built application that uses LV DSC 6.0.2. The application programmatically starts and stops the tag engine. The application works fine, but on some machines, I will continually get the following dialog when I try to shutdown the Tag Engine:
    "You must stop your application before the engine can stop"
    This is strange, because it only occurs on some machines (it appears as though it might occur on machines that ONLY have DSC Run-Time installed, not the full LV DSC dev. system).
    The dialog seems to be referring to the "control" application that is trying to shutdown the engine... it is not telling me that my device servers need to be shut down.
    This dialog seems illogical, I should be able
    to build an application that can start and stop the engine... and why do I get this dialog on some machines but not on others?
    Solved!
    Go to Solution.

    John Paul,
    There are two points we should consider:
    1st: You might have different while loops in your application where you read/write from/to the tag engine with the Read/Write Tag.vi. Those VIs has an output shutdown which should be wired to abord the while loop. If you have some cases where you do not wire this output to your while loop stop you might access the engine while you want to shutdown the engine within another loop with the Engine Shutdown.vi. -> Make sure you have all DSC Engine accessing while loops ended before you shutdown the engine.
    2nd: I guess there was once a race condition problem with the DSC engine and how it accessed the shared memory with the Read/Write Tag.vi. But this race condtion should be fixed with the LabVIEW DSC version
    6.1 or with the additional fixes for LabVIEW DSC 6.0.2. You could download the fixes (in this case especially the BVRTDatabase.dll) from NI's Driver&Update page : www.ni.com/support/ > Option 3, Driver and Updates > Search Drivers and Updates > type "LabVIEW DSC" > pick LabVIEW Datalogging and Supervisory Control 6.0.2 Fixes.
    You need to apply this fixes as well on your DSC 6.0.2 Run Time System!
    I hope one of the two suggestions help to solve your issue.
    Regards
    Roland
    ftp://ftp.ni.com/support/labview/labviewdsc/fixes/6.0.2/

  • HT204411 Your account is not valid for use in the Bulgarian store. you must switch to the US store before purchasing.

    I am trying to download a Temple Run 2 for my kido, but get this message: Account not in this Store. Your account is not valid for use in the Bulgarian store. you must switch to the US store before purchasing.We live in USA, and a month ago I was able to download app. I just installed iOS 6.1..it was on my updates, so I insalled it
    Any idea how I can fix this and why is this happening?
    Thanks in advance!

    i have the same problem. but, as a temp solution try to use iTunes in your pc/mac & sign in with your device's iTunes account and change the store location to US store & download the app to your (iPhone-iPod-iPad)*
    * you must enable Automatic Downloads  (Settings ==> iTunes& app stores ==> Automatic Downloads ==> switch apps to ON)
    Good luck silveto & to your kido

  • How to switch to a different app store? I am trying to update my apps but am getting a popup that says your account is not valid for use in the uS store. you must switch to the Canadian Store before purchasing. How do I do this?  I can't find the place

    I am trying to update my apps but keep getting a popup that says "Your Account is not valid for use in the US store. you must switch to the Canadian Store before purchasing." I can not find where to do this! Please help! Thank you!

    [Apologies to pdesteele for this slight OT bit, but it's all relevant to your question, I think ]
    We do have a place in the UK which we could use as an address, but for various reasons it gets a bit complex even though we still have a UK bank account. We moved to France when there were no iDevices and apps around, just bought the occasional music, so it wasn't a problem. Funny thing is I can't even download the free UK bank app because it's not available in the French store .
    I'll live with the problem for now as we plan to move back to the UK in a year or so - we miss the weather .

  • Can't add own application to RemoteApps - "You must specify a file from the RD Session Host server SERVERNAME by using the UNC path....

    Hi, there
    I'm not really pro- at RDS in server 2012 (r1), but I have a problem and don't find anything suitable on internet:
    I'm trying to publish one of my own, unlisted programs to rdweb, but it keeps saying "You must specify a file from the RD Session Host server SERVERNAME by using the UNC path...."
    1) I provided the path in the unc name - when I click "Add.." then i browse the the .exe file via network share, not via local path. So that should be OK
    2) Firewall is turned off and eventhough the exeptions are enabled, both of then, checked
    What else should I do to make this work?

    Okej, I found the sollution:
    You have to specify the path like \\hostname\drive_letter$\path-to-the-program.
    I was doing wrong because i wrote it like \\hostname\ShareName\path-to-the-program.
    I was misleded because the wizard wants me to find the program by clicking, and not by entring the path manualy.

  • LabVIEW could not generate code for the shared variable.You must open the VI in the project that contains the library where the shared variable resides

    HI
    When I put a network shared variable with fifo RT activated on my diagram, the arrow is broken.and I' ve got this message:
    ""LabVIEW could not generate code for the shared variable.You must open the VI in the project that contains the library where the shared variable resides""
    If I uncheck FIFO RT option for this variable the arrow isn't broken anymore.
    I 've no idea how to correct this weird error?
    Autodeploy is on, and I've check copy / delete in diagram in tool/options\diagram
    regards,
    james

    Hello,
    I don't reproduce this error.
    Could you send your VI?
    Regards
    VéroniqueD
    NI France

  • You must supply a valid User Name and Password to log onto the system

    he installing Hyperion 9.3.1 on a server, I installed and tested successfully Shared Services, Essbase Administration Services, Essbase Server, Essbase Client ........ my problem is when installing Reporting and Analysis
    Services and installed without problems UIServices in confuguratio utility comes a list of products to configure (Financial Reporting, Web Analysis Planning .... .... among others), first configure Financial Reporting and Web Analysis, when done reboot the machine, then wake up coughing the service entrance to http://localhost:45000/workspace, correspontiente and I get this message "you must supply a valid User Name and Password to log onto the system"
    I need an urgent solution k and the above does not work until the time
    or failing to address where we can solve this

    Hi,
    First of all really you should be going through the webserver plugin port if you want to access the other components through workspace.
    e.g. http://localhost:19000/workspace
    If you entering the correct login details and the account you are using is provisioned then you could check out what information is in the logs :- \Hyperion\logs\BIPlus\SharedServices_Security_Client.log
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Why does say"To play the selected item, you must install a later version of the Adobe Flash Player. To download the Adobe Flash Player, go to the Adobe website." when I have the latest Version of it and it's just Black screen with no audio and Video?

    Why does say"To play the selected item, you must install a later version of the Adobe Flash Player. To download the Adobe Flash Player, go to the Adobe website." when I have the latest Version of it and it's just Black screen with no audio and Video? (Powerpoint Presentation 2013)

    You asked your question on the wrong forum. Try one for the Flash Player

  • You must specify the a of filter if you want to save you filter- dependent

    I get this message when I try to save an implementation for BADI :  NOTIF_EVENT_SAVE
    Specify filter types
    Message no. ENHANCEMENT213
    Diagnosis
    You must specify the a of filter if you want to save you filter- dependent BAdI implementation.
    System Response
    Without a filter type, the implementation cannot be saved.
    Procedure
    Enter a filter type.
    The filter type already exists.  This is a standard SAP BADI.
    There are related notes but not for my ECC 6.0 release. 
    I am using:    SAP_BASIS  700  SAPKB70013
    Has anyone had this problem?

    I think u have already had ur Document Types.
    Now using Tcode Se18 u will goto BADI. There U will Select Implementation --> Change / Display.
    Now at below u will see Filter Dependent Check Box Checked which means that the BADI requires a filter.
    Below that u can enter Ur document Types as filters for which types only u want the BADI to be processed. If u want all the Types to be entered and as the BADI is Filter Dependent , u have to enter all the Document types. Now the BADI is triggered only for the Documents containgin that Document type u entered in the filter only.
    awrd points if useful
    Bhupal

  • I was using ios 5.1 and i created an id from india, nw am in qatar n i updated to ios 6.0.1 nw i cant able to purchase from the store.when i tried to do it says " your account is not valid in the qatari store. you must switch to the indian store before

    I was using ios 5.1 and i created an id from india, nw am in qatar n i updated to ios 6.0.1 nw i cant able to purchase from the store.when i tried to do it says " your account is not valid in the qatari store. you must switch to the indian store before purchasing" please help me with this issue.. hw i can switch to indian store..?

    How to Change Your App Store Account Location | eHow.com

  • Your account is not valid for use in the indian store. you must switch to the emirati store before purchasing. how can i change that to emirati store?

    your account is not valid for use in the indian store. you must switch to the emirati store before purchasing. how can i change that to emirati store?

    Change App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3.Tap "View Apple ID"
    4. Enter your user name and password.
    5. Tap "Country/Region."
    6. Tap "Change Country/Region"
    7. Select the region where you will be located.
    8. Tap "Done".

  • I am from greece and i am trying to purchase from App Store and i receive the following message Your account is not valid for use in the uk store You must change to Greek store before purchasing

    Hi!
    i am from Greece
    I have an i pod for 6 months now
    2 days ago, i tried to update it and the following message appears
    " Your account is not valid for use in the uk store
    You must change to Greek store before purchasing"
    How do I change to Greek Store?

    How to Change Your App Store Account Location | eHow.com

  • I need an upgrade to iphoto, but it wasn't purchased . the message appear you must verify your payment information before you can make purchases . i have 17$ credit by gift card . i don't have credit card

    i need an upgrade to iphoto, but it wasn't purchased . the message appear you must verify your payment information before you can make purchases . i have 17$ credit by gift card . i don't have credit card

    Hi ...
    You need to take into account any applicable taxes and or fees.  iTUNES STORE - TERMS AND CONDITIONS
    So if the total cost of the app exceeds 17$, you'll need to purchase and redeem another iTunes gift card.

  • In order to use mscomctl2dtpicker you must specify a license

    I receive a message "in order to use mscomctl2dtpicker you must specify a license.  Use Licenses.Add to add the license string to the Licenses collection"
    I get this when opening a transcription application which uitilizes MS word.  I am running MS Office 2010(32 bit) on Win7 (64 bit).  I do not know what this message means nor how to resolve any help or direction would be appreciated.

    Hi,
    This should be due to the ActiveX controls that have been referenced within this "transcription application" requires for a license.
    Visual Basic has two ways of using an ActiveX control legally:
    Include the ActiveX control license within the compiled executable.
    Load the license for an ActiveX control during run-time before loading the actual control.
    Both ways ensure that the license for the control is checked (either during development or during run-time) prior to the control being used.
    So for this issue, you might need to contact the designer of this application for further assistance.
    Here is the reference you'll need:
    http://support.microsoft.com/KB/190153
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • "You must specify a value for this required field" in SharePoint list

    HI All,
    I have a couple of taxonomy fields in my content type. When I try to add a new item with my content type and save, I'm getting an error message "You must specify a value for this required field" against each taxonomy field. I'm not sure what am
    I missing. I deleted the content type and added that again to my list but still no luck. Can someone please help me out? Thanks.
    Regards,
    SC Vinod

    hi
    it depends how you updated existing field. We faced with the problem that update of taxonomy site column was not propagated to the lists. In Sharepoint when content type is bound to the list, new hidden content type is created for that list - you may check
    it if will enumerate
    SPList.ContentTypes property. And when you try to update site column changes may not be propagated to these list content types. In order to update it you need to get reference on a field from list content type and update if explicitly.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

Maybe you are looking for

  • Cannot Reinstall Creative Suite 5

    I have Windows 7 on a PC and cannot seem to reinstall my Creative Suite no matter what I try. I ran the uninstaller, also the so called "clean uninstaller", deleted adobe files that were associated with the program, before trying to reinstall. Can so

  • F-03 - Clearing GL account

    Hi, I have a GL account I need to clear in F-03. The problem is that there are more than 100,000 open items in this account. I have like 4000 open items to be cleared. I want to select these by document numbers. And these document numbers are not in

  • External monitor not recognizing my MBpro

    Until recently I have never had a problem. Not sure what changed. I tried to hook up my laptop to the LCD projector and it did not take. No laptop recognized. The projector recognized a different laptop but not mine. Any ideas?

  • Existing line at address but there isn't!

    I am moving to a new property this week and BT have now decided to tell me that I cannot have a phoneline Infinity there for another 10 days because there is an active line there already and they need permission to use it from the current subscriber.

  • VAT code

    Hi, for evry documents posted with this Account : "XXXXXX" i want to have specific code of VAT like : "Y1". so i want to force users to choose this VAT code when they post documents with "XXXXXX" (it is treasury account). please advise good points fo