Code Page while creating a connection using pmrep

Hi, I am creating a connection using pmrep by using the below command:- Createconnection -s "Microsoft SQL Server" -n <connection_name> -u <Conn_username> -p <Conn_pwd> -l <####> -b <dbname> -v <Servername> Here the -l option denotes code page which is mandatory. When I create the connection manually from workflow manager, I use code page as ""MS Windows Latin 1 (ANSI), superset of Latin1". However the same value is not valid when I use in the above command with -l option.It gives the error message as:-  "Unknown code page "MS Windows Latin 1 (ANSI), superset of Latin1" specified,Valid code pages are:US-ASCII, Latin1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10, JapanEUC, UTF-8, ISO-8859-15, IBM833, IBM834, MS874, IBM930, IBM933, IBM935, MS936, IBM937, IBM939, MS949, MS950, IBM1047, UTF-16BE, UTF-16LE, MS1361, gb18030, MS932, IBM037, IBM273, IBM280, IBM285, IBM297, IBM500, MS1250, MS1251, MS1252, MS1253, MS1254, MS1255, MS1256, MS1257, MS1258, JEF, KEIS, JIPSE, UNISYS, MELCOM, JEF-K, KEIS-K, JIPSE-K, UNISYS-K, MELCOM-K, JP-EBCDIC, JP-EBCDIK, HKSCS, UTF-32BE, UTF-32LE, UTF-16_PlatformEndian, UTF-16_OppositeEndian, UTF-32_PlatformEndian, UTF-32_OppositeEndian, UTF-7, IMAP-mailbox-name, SCSU, BOCU-1, CESU-8, IBM367, ISO-8859-13, IBM-942, IBM-943, IBM-33722, IBM-5050, IBM-1373, IBM-950, IBM-1375, IBM-1386, GB2312, GB_2312-80, IBM-964, IBM-949, cp949c, EUC-KR, IBM-971, KSC_5601, IBM-1363, IBM-1162, IBM-874, IBM437, cp850, cp851, IBM852, IBM855, cp856, cp857, cp858, cp860, cp861, cp862, cp863, cp864, cp865, cp866, IBM-867, cp868, cp869, KOI8-R, IBM-901, IBM-902, cp922, IBM-4909, IBM-1250, IBM-1251, IBM-1255, IBM-5351, IBM-1256, IBM-5352, IBM-1257, IBM-5353, IBM-1258, macintosh, x-mac-greek, x-mac-cyrillic, x-mac-centraleurroman, x-mac-turkish, hp-roman8, Adobe-Standard-Encoding, IBM-1277, cp1006, cp1098, cp1124, cp1125, IBM-1129, cp1131, IBM-1133, cp1381,ISO-2022-JP, JIS_Encoding, ISO-2022-JP-2, JIS7, JIS8, ISO-2022-KR, IBM-25546, ISO-2022-CN, ISO-2022-CN-EXT, HZ-GB-2312, JIS_X0201, windows-57002, windows-57003, windows-57011, windows-57010, windows-57007, windows-57004, windows-57005, windows-57008, windows-57009, LMBCS-1, LMBCS-2, LMBCS-3, LMBCS-4, LMBCS-5, LMBCS-6,LMBCS-8, LMBCS-11, LMBCS-16, LMBCS-17, LMBCS-18, LMBCS-19, IBM277, IBM278, IBM284, IBM290, IBM420, IBM424, IBM-803, IBM-838, IBM870, IBM871, IBM-875, IBM918, IBM-1025, IBM1026, IBM-1097, IBM-1112, IBM-1122, IBM-1123, IBM-1130, IBM-1132, IBM-1140, IBM-1141, IBM-1142, IBM-1143, IBM-1144, IBM-1145, IBM-1146, IBM-1147, IBM-1148, IBM-1149, IBM-1153, IBM-1154, IBM-1155, IBM-1156, IBM-1157, IBM-1158, IBM-1160, IBM-1164, IBM-1364, IBM-1371, IBM-1388, IBM-1390, IBM-1399, IBM-16684, IBM-4899, IBM-4971, IBM-12712, IBM-16804, IBM-1137, IBM-5123, IBM-8482, IBM-37-s390, IBM-1047-s390, IBM-1140-s390, IBM-1142-s390, IBM-1143-s390, IBM-1144-s390, IBM-1145-s390, IBM-1146-s390, IBM-1147-s390, IBM-1148-s390, IBM-1149-s390, IBM-1153-s390, IBM-12712-s390, IBM-16804-s390, ebcdic-xml-us, is-960, IBM1159, IBM13121, IBM13124, IBM4933, IBM835, IBM836, IBM837.Failed to execute Createconnection." How do I confirm which is the right code page value to used with -l option which gives me value equal to "MS Windows Latin 1 (ANSI), superset of Latin1" in the connection. I have tried US-ASCII and Latin1, they both do not give the desired result. Regards,Swapan

Hi, I am creating a connection using pmrep by using the below command:- Createconnection -s "Microsoft SQL Server" -n <connection_name> -u <Conn_username> -p <Conn_pwd> -l <####> -b <dbname> -v <Servername> Here the -l option denotes code page which is mandatory. When I create the connection manually from workflow manager, I use code page as ""MS Windows Latin 1 (ANSI), superset of Latin1". However the same value is not valid when I use in the above command with -l option.It gives the error message as:-  "Unknown code page "MS Windows Latin 1 (ANSI), superset of Latin1" specified,Valid code pages are:US-ASCII, Latin1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10, JapanEUC, UTF-8, ISO-8859-15, IBM833, IBM834, MS874, IBM930, IBM933, IBM935, MS936, IBM937, IBM939, MS949, MS950, IBM1047, UTF-16BE, UTF-16LE, MS1361, gb18030, MS932, IBM037, IBM273, IBM280, IBM285, IBM297, IBM500, MS1250, MS1251, MS1252, MS1253, MS1254, MS1255, MS1256, MS1257, MS1258, JEF, KEIS, JIPSE, UNISYS, MELCOM, JEF-K, KEIS-K, JIPSE-K, UNISYS-K, MELCOM-K, JP-EBCDIC, JP-EBCDIK, HKSCS, UTF-32BE, UTF-32LE, UTF-16_PlatformEndian, UTF-16_OppositeEndian, UTF-32_PlatformEndian, UTF-32_OppositeEndian, UTF-7, IMAP-mailbox-name, SCSU, BOCU-1, CESU-8, IBM367, ISO-8859-13, IBM-942, IBM-943, IBM-33722, IBM-5050, IBM-1373, IBM-950, IBM-1375, IBM-1386, GB2312, GB_2312-80, IBM-964, IBM-949, cp949c, EUC-KR, IBM-971, KSC_5601, IBM-1363, IBM-1162, IBM-874, IBM437, cp850, cp851, IBM852, IBM855, cp856, cp857, cp858, cp860, cp861, cp862, cp863, cp864, cp865, cp866, IBM-867, cp868, cp869, KOI8-R, IBM-901, IBM-902, cp922, IBM-4909, IBM-1250, IBM-1251, IBM-1255, IBM-5351, IBM-1256, IBM-5352, IBM-1257, IBM-5353, IBM-1258, macintosh, x-mac-greek, x-mac-cyrillic, x-mac-centraleurroman, x-mac-turkish, hp-roman8, Adobe-Standard-Encoding, IBM-1277, cp1006, cp1098, cp1124, cp1125, IBM-1129, cp1131, IBM-1133, cp1381,ISO-2022-JP, JIS_Encoding, ISO-2022-JP-2, JIS7, JIS8, ISO-2022-KR, IBM-25546, ISO-2022-CN, ISO-2022-CN-EXT, HZ-GB-2312, JIS_X0201, windows-57002, windows-57003, windows-57011, windows-57010, windows-57007, windows-57004, windows-57005, windows-57008, windows-57009, LMBCS-1, LMBCS-2, LMBCS-3, LMBCS-4, LMBCS-5, LMBCS-6,LMBCS-8, LMBCS-11, LMBCS-16, LMBCS-17, LMBCS-18, LMBCS-19, IBM277, IBM278, IBM284, IBM290, IBM420, IBM424, IBM-803, IBM-838, IBM870, IBM871, IBM-875, IBM918, IBM-1025, IBM1026, IBM-1097, IBM-1112, IBM-1122, IBM-1123, IBM-1130, IBM-1132, IBM-1140, IBM-1141, IBM-1142, IBM-1143, IBM-1144, IBM-1145, IBM-1146, IBM-1147, IBM-1148, IBM-1149, IBM-1153, IBM-1154, IBM-1155, IBM-1156, IBM-1157, IBM-1158, IBM-1160, IBM-1164, IBM-1364, IBM-1371, IBM-1388, IBM-1390, IBM-1399, IBM-16684, IBM-4899, IBM-4971, IBM-12712, IBM-16804, IBM-1137, IBM-5123, IBM-8482, IBM-37-s390, IBM-1047-s390, IBM-1140-s390, IBM-1142-s390, IBM-1143-s390, IBM-1144-s390, IBM-1145-s390, IBM-1146-s390, IBM-1147-s390, IBM-1148-s390, IBM-1149-s390, IBM-1153-s390, IBM-12712-s390, IBM-16804-s390, ebcdic-xml-us, is-960, IBM1159, IBM13121, IBM13124, IBM4933, IBM835, IBM836, IBM837.Failed to execute Createconnection." How do I confirm which is the right code page value to used with -l option which gives me value equal to "MS Windows Latin 1 (ANSI), superset of Latin1" in the connection. I have tried US-ASCII and Latin1, they both do not give the desired result. Regards,Swapan

Similar Messages

  • While creating Maintenance order using t-code iw31 mainwork center not pick

    Hi,
    while creating Maintenance order using t-code iw31 Maintenance work center not picking from drop down (already have in drop down)but giving manually accepting.
    --Ganesh

    Hi,
    My understanding is that the selected work center is not copied into the input field. This can be corrected with note [1451299|https://service.sap.com/sap/support/notes/1451299]. Check if the note is relevant for your system.
    -Paul

  • SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has be

    Hello, I have a sql 2005 server, and I am a developer, with the database on my own machine.  It alwayws works for me but after some minutes the other developer cant work in the application
    He got this error
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: 192.168.1.140]
    and When I see the log event after that error, it comes with another error.
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 192.168.1.140]
    He has IIS5 and me too.
    I created a user on the domain called ASPSYS with password, then in the IIS on anonymous authentication I put that user with that password, and it works, on both machines.
    and in the connection string I have.
    <add key="sqlconn" value="Data Source=ESTACION15;Initial Catalog=GescomDefinitiva;Integrated Security=SSPI; Trusted_Connection=true"/>
    I go to the profiler, and I see that when he browses a page, the database is accesed with user ASPSYS, but when I browse a page, the database is accesed with user SE\levalencia.
    Thats strange.
    The only way that the other developer can work again on the project is to restart the whole machine. He has windows xp profession, I have windows 2000.
    If you want me to send logs please tellme

    Well here's my problem, maybe you can help. Intermittenly I get a login failed when connecting to a db engine through Server Management Studio using Windows authentication. When this happens the following entries are generated on the server's application event log:
    Event Type:        Error
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              17806
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: <ip address>]
    Event Type:        Failure Audit
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              18452
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: <ip address>]
    I've already ensured that the server is set to mixed authentication mode. Oddly enough, the workaround that I've found is that if I remote desktop into the server, log in and then log back out, Management Studio is suddenly able to connect again. No idea why it works. 
    As I said before, it is intermitten. Some days it errors on login, other days it doesn't and there are no configuration changes between them. Also, both client and server are in the same domain and same site so there is no VPN or anything in between. I'm really quite stumped. Any help would be great, or if you can point me in the right direction of where to look. Thank you in advance!

  • Error while creating a material using Bapi_material_savedata

    Hi,
    there is an error encountered while creating a material using BAPI_MATERIAL_SAVEDATA..
    The Error description is " Material description is not transfered " even after supplying the Material description and other mandatory field information like industrial sector, material type ,basic view indicator,Base UOM,Base UOM ISO code.
    Please let me know the solution, if you know.

    Hi,
    Please search the SCN for the answers
    https://www.sdn.sap.com/irj/scn/advancedsearch?query=errorinBAPI_MATERIAL_SAVEDATA+&cat=sdn_all

  • SBO0001 error DBD:ORA12154 error while creating new connection

    Dear All,
    I have installed XIR3 on a windows 64 bit with oracle 10g R2 client.
    The CMS is up and running and I am able to connect to the infoview and view the lsit of all the migrated objects from BOXIR2.
    But, when I am trying to create a new connection for the universe or trying to execute the existing reports i am getting the following error.
    (i.e I guess BO is unable to connect to DB)
    *SBO0001 error DBD:ORA12154 error while creating new connection
    I tried various solution from BOB but still could not solve this. Please anyone suggest few tips regarding this case
    Business objects: CMS is running and able to connect to infoview and able to log on to CMC
    Database client: Able to log on to DB using sqlplus and tnsping is working.
    the details of the software are as follows
    *BO Server configuration
    OS: Windows Server 2008 R2 64 bit
    Business Objects XI R3 3.0
    Oracle client 10gR2 32 bit
    *Database server configuration
    Oracle 11g R2 64 bit
    Thanks,
    Mike

    Mike :
    I am having a similar issue with the BOE and Oracle.
    Can you please provide details of which Oracle client you ended-up using..?
    32-bit or 64-bit...?
    Oracle client version...?
    Specific client patches applied..?
    Thanks,
    Mark

  • Error while creating OLAP connection in IDT

    Hi friends,
    I am facing error while creating OLAP connection in IDT (BO 4.1 sp2)
    I am using sql server 2012.In the screen shots you can observe server name and user name of the Sql server
    I am creating OLAP connection to connect CUBE
    Check the screen shots for the error
    Plz help me
    Here you can see the server name and user name
    While creating OLAP connection I gave these credentials
    This is the error I am getting

    Hi..
    To create connection and access the BW data, developer must have the password. and while create connection using Authentication Mode: Single Sign On, need to loin the username has pattern <SID~client/SAP userid>,
    User Name: SID~client/SAP userid
    Password for the SID,
    Authentication as SAP.
    Plese find the below link for more info: http://scn.sap.com/community/semantic-layer/blog/2014/06/19/pre-requisite-authorizations-in-sap-bw-side-before-develop-the-universe

  • Problem while creating JCA connection to MDM server

    Hi All,
    I have restarted my mdm connector(com.sap.mdm.tech.connector) along with the applications related to Enrichment Controller. All applications restarted successfully. After that I tried accessing the URL
    http://MDMSERVER:50000/MDM_EnrichmentController/WorkflowPolling?process=Monitor
    but I am getting following exception in this page
    Polling Repository
        name=Vijaybabu_Repo_on_MDMSERVER, status=No repository connection, error description=com.sap.mdm.net.ConnectionException: Problem while creating JCA connection to MDM server MDMSERVER
            Enrichment Request Threads
    Could somebody help me pointing if something I have missed..
    Thanks and Regards,
    Manoj

    hi Swarna,
    I have verified the repository and found 0 fatal errors, 0 non-fatal erros and 0 warnings. I also checked the MDM Factory and Connector service is running fine.
    The detailed exception is
    Sep 2, 2008 12:49:40 PM com.sap.mdm.logging.MdmLogger error
    SEVERE: Problem while creating JCA connection to MDM server 'KOLAPON'
    com.sap.mdm.net.ConnectionException: Can not resolve JCA connection
         at com.sap.mdm.internal.session.JcaConnectionUtil.getJcaConnection(JcaConnectionUtil.java:119)
         at com.sap.mdm.internal.session.JcaConnectionUtil.getJcaConnectionAccessor(JcaConnectionUtil.java:62)
         at com.sap.mdm.internal.session.JcaConnectionAccessor.reserveConnection(JcaConnectionAccessor.java:70)
         at com.sap.mdm.internal.session.JcaConnectionAccessor.reserveConnection(JcaConnectionAccessor.java:59)
         at com.sap.mdm.repository.commands.GetRepositoryStatusCommand.execute(GetRepositoryStatusCommand.java:67)
         at com.sap.mdm.enrichment.common.ECAdminUtils.getRepositoryStatus(ECAdminUtils.java:125)
         at com.sap.mdm.enrichment.common.EnrichmentUtils.validateRepostiryConfiguration(EnrichmentUtils.java:889)
         at com.sap.mdm.enrichment.common.EnrichmentUtils.getCatalogManager(EnrichmentUtils.java:144)
         at com.sap.mdm.enrichment.workflowpolling.PollingThread.getCatalogManager(PollingThread.java:166)
         at com.sap.mdm.enrichment.workflowpolling.PollingThread.run(PollingThread.java:102)
    Caused by: com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: "ConnectionManager" is closed. Possible reasons: 1) connector "MDM Factory" is stopped or not started, 2) Connector service is stopped or has not been started.
         at com.sap.mdm.connector.connection.MdmConnectionFactory.getConnectionEx(MdmConnectionFactory.java:223)
         at com.sap.mdm.internal.session.JcaConnectionUtil.getJcaConnection(JcaConnectionUtil.java:108)
         ... 9 more
    Caused by: com.sap.engine.services.connector.exceptions.BaseResourceException: "ConnectionManager" is closed. Possible reasons: 1) connector "MDM Factory" is stopped or not started, 2) Connector service is stopped or has not been started.
         at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:122)
         at com.sap.mdm.connector.connection.MdmConnectionFactory.getConnectionEx(MdmConnectionFactory.java:213)
         ... 10 more
    Regards,
    Manoj
    Edited by: Manoj Kumar Nanda on Sep 2, 2008 9:21 AM

  • Unable to capture error message while creating an SO using bapi

    Hi,
    Can anybody suggest how to capture the error message while creating a SO using BAPI.
    I have developed a customeized BAPI and using the BDC format to create the SO.
    Note: i am using a call transaction method for the BDC.
    I am sending the message into message1.
    but i am unable to send the same into an internal table
    shyam.

    Hi Shyam
    If my understanding is correct, you are performing BDC process within the customized BAPI...
    And you want to collect the messages from BDC to an internal table and pass to the output.
    Proceed as below:
    1. While calling BDC, use CALL TRANSACTION .... with addition: <b>MESSAGES INTO itab</b>. The structure of itab should be like <b>BDCMSGCOLL</b>.
    2. Now the messages will be collected in ita.
    3. Prepare the messages using FM: <b>FORMAT_MESSAGE</b>
    4. Collect to the returning table.
    Hope this helps...
    Though i could not understand the reason of creating a BDC within BAPI, you can opt for loading orders via BAPI's like: BAPI_SALESORDER_CREATEFROMDAT1 or BAPI_SALESORDER_CREATEFROMDAT2.
    Kind Regards
    Eswar

  • Update STXH text while creating a PO using IDOC's  PORDCR103

    Hi,
    Can we upload the shipping instructions while creating a STO using Inbound IDOC -  PORDCR103
    Regards,
    Shariq.

    Hi,
    For uploading shipping text you need to call function module SAVE_TEXT.
    Thanks
    Ankit Attrish

  • Error while creating activity by using BAPI

    Hi,
    While creating activity by using BAPI Im getting error as follows,
    Start processing of refference object handle generated.
    Integrity rule a d0008 broken
    business partner with function from vbkakom not vbpakom
    Integrity rule a d0008 broken
    edit all incomplete field .
    Please help me for solving this issue.
    Regards,
    Suresh

    Not received any proper reply Closing the issue.

  • Error while creating resource group using non-globalzones.

    Dear all,
    Hi techs please guide me how to create failover resource group in nongloablzones.
    I'm getting error while creating resource group using non-globalzones.
    My setup:
    I have two node cluster running sun cluster 3.2 configured and running properly.
    node1: sun5
    nide2: sun8
    I have create non-globalzone "zone1" in node:sun5
    I have create non-globalzone "zone2" in node:sun8
    node:sun5# clrg create -n sun5:zone1,sun8:zone2 zonerg
    *(C160082) WARNING: one or more zones in the node list have never been fully booted in the cluster mode,verify that correct zone name was entered.*
    kindly guide me how to create Apache resource group using non-glabalzones, i'm new to sun cluster 3.2. please guide me step by step information.
    Thanks in advance,
    veera
    Edited by: veeraa on Dec 19, 2008 1:54 AM

    Hi Veera,
    Actually you are getting a warning message where one of two things could have happened. Either you specified an incorrect zone name or one of the zones has not been fully booted. It's likely that you haven't booted the zones, so please follow this:
    zoneadm list -iv
    If zone1 or zone2 are not running then boot and configure them
    zoneadm -z <zone> boot
    zlogin -C <zone>
    After that you can continue to follow the step by step instructions at
    http://docs.sun.com/app/docs/doc/819-2975/chddadaa?a=view
    These may also help
    http://blogs.sun.com/Jacky/entry/a_simple_expample_about_how
    http://blogs.sun.com/SC/en_US/entry/sun_cluster_and_solaris_zones
    Regards
    Neil

  • Create Excise invoice(J1IIN) document while creating billing document using bapi BAPI_BILLINGDOC_CREATEMULTIPLE

    Dear Experts,
    My scenario is:
    We have batch split scenario, where the parent line item of billing document has 0 quantity and its subsequent item (item with batch number) holds actual quantity data.
    When we create billing document using VF01 against delivery document, system creates billing document along with excise invoice document (J1IIN Document). And in excise document contain same number of line items that of billing document. Please see the below attachment: 
    Biiling document screen shot:
    While creating billing document, the J1IIN Document created automatically. Below is the screen-shot for the same.
    Now the issue is:
    When we create billing document using BAPI: BAPI_BILLINGDOC_CREATEMULTIPLE system creating only billing document and not creating excise invoice document.
    When we create excise document manually using J1IIN the zero quantity line items are excluded in excise invoice document.
    Please see the below screen-shot for the same; The z quantity line items are missing.
    We want excise document to be created while creating billing document using BAPI BAPI_BILLINGDOC_CREATEMULTIPLE. Or is there any other BAPI for the same purpose.
    Customization is also maintained for creating excise invoice document automatically.
    Regards,
    Rajesh Sadula.

    HI
      Pricing will be carried basing on the pricing
    procedure.
    Case1: Prices will be carried out automatically if
    necessary condition records are maintained for the
    condition type.
      For this you can go to Sales Order-> Item Conditions
    In the screen you can click on command button Analysis,
    which gives you the list of condition types associated
    to the pricing procedure. By clicking on the condition
    type you can know the action that has taken place.
    Case2: Manually forcing prices for Items.
      To do this, you have to populate ORDER_CONDITIONS_IN &
    ORDER_CONDITIONS_INX. Also note to identify the item
    numbers, you manually pass the item number for each item
    in the sales order, use the same item number for
    populating conditions.
      Parameters required:
    ORDER_CONDITIONS_IN:
      ITM_NUMBER, COND_TYPE, COND_VALUE, CURRENCY
    ORDER_CONDITIONS_INX:
      ITM_NUMBER, COND_TYPE, UPDATEFLAG, COND_VALUE,CURRENCY.
       Hope the above info helps you. Do revert back if you
    need more info.
    Kind Regards
    Eswar

  • Fire fox will not open, page says unable to connect. using 7.0.1

    Fire fox will not open, page says unable to connect. using 7.0.1

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How is the tax code determined while creating a new PO?

    Hello,
    how is the tax code determined while creating a new PO?

    HI,
    Tax code refers to a TAXINN /TAX INJ and it always at country level -where the business dealing happens and not dependent on any other factors like vendor or material, company code or plant. etc.
    So after you have maintained a Tax code in FTXP in the category as input Tax( V)  it would be appears in the Tab Invoice.
    where you could manually select the same
    For automatic determination as said in the top messages we can maintain an inforecord.
    hope so it helps
    Regards
    Anjanna.
    Edited by: Shiva Rajanala on Apr 28, 2009 5:03 PM

  • Check for mandatory fields while creating EP users using code .. :|

    Hello All,
    I have a code using which I can create user accounts/EP users on Portal, am working on EP6 SP9 & SP12.
    <u>My query</u>:
    1. <i>From Portal's perspective</i> -> While creating EP users, there are few mandatory fields like user-id, FirstName, LastName, Email-id and Password. If any of the above fields is null/empty, Portal would give us an error message.
    2. <i>From coding perspective</i> -> Here, only the user-id is required. Even if I do not enter/fill any of the above mentioned mandatory fields (except user-id), user account is created.
    In case wherein FirstName/LastName is not mentioned, Portal shows the userid in the Welcome Frame, i.e. Welcome <user-id>. Tried this by commenting the statements contains the methods related to setting/accepting FirstNme and LastName of user.
    <b>I want to know if this is all rite?
    If no, then please guide me as to how can I set mandatory fields in my code.</b>
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu R Hunjan

    Hi Ritu,
    >>please guide me as to how can I set mandatory fields in my code??
    In ur jsp file or in the controls code add the following attribute
    <hbj:label id="userIdLabel"
               text="User ID"
               labelFor="userIdInput"
               design="HEADER3"
               required="true"/>
    and to check the mandatory entry for that field do this in the submit button
    <hbj:button id="insert"
                text="Submit"
                design="emphasized"
                onClick="save"
                onClientClick="if(!isMandatory()) htmlbevent.cancelSubmit=true;;"/>
    and in the javascript write the client validation code.
    Hope this helps.
    Regards,
    Joshua Kiran

Maybe you are looking for

  • HP Photosmart Premium c309g Wired Network Issues

    I've been struggling with this thing since I installed it a month ago.  It prints, usually, but for the most part the performance over the wired network is slooooowwwww.  In some cases it may take 5 minutes just for the printer to get itself activate

  • Photo issues on iweb

    When I add photos that i have edited on iphoto onto my iweb page, instead of getting the edited version of the photo, iweb shows the original. any idea why this is happening?

  • Unable to to update any creative cloud applications.

    I have been unable to to update any creative cloud applications for a while now. My aplication manager keeps coming up with an ERROR . "Download error. Press Retry to try again" but the same thing is happening. I have re-installed Adobe application m

  • How to  change from Lightroom 5 to Lightroom cc

    I have LR 5 on the Creative Cloud Photographers package and I want to run LR CC. The system only lets me download LR 5 which will not accept the latest updates. I have unistalled LR 5 and reinstalled but with out success. Any ideas?

  • WiSM2 with 7.4.110.0 & dhcp stats

    Hi, WiSM2 HA with 7.4.110.0 and DHCP proxy enabled. If we run "show dhcp stats" command, only the initially defined dynamic interfaces are showed. All dynamic interfaces are defined in the same way (only VLAN and related IP parameters are different,