Error when to test documents_print.htm in HAP_DOCUMENT

Hi,
    I'am using HAP_DOCUMENT BSP's for Appraisal.I created BSP iview in Portal and it is workin fine for Creation and even am able to see the Appraisals created through documents_created.htm.
  When i open a created Appraisal.it is giving me the data and Print button also.When i click on Print it is giving me an error "Adobe Reader Could not open Webforms[1].pdf.Either file may be corrupted or......"
Anybody please guide me in this issue,whether i need to activate any service in SICF for this?
With Regards
Praveen

Hi Aruna,
I am also facing the same problem , as suggested by you i checked in BADI i found two standard implementation of this BADI HRHAP00_SMARTFORMS02,HRHAP00_SMARTFORMS01, both are active, and i put the break-point and after that i click on print button in BSP appraisal . but its not stopping on breakpoint .
Can you suggest me those implementation i found those are not in used . or do i need to create new implemenation with new smartform.
Please suggets me i am waiting for your reply.
Thanks

Similar Messages

  • Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]-

    Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]…

    Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]…

  • I get a "Short DST" failed error when running test. Laptop will not boot up. Any ideas?

    I get a Short DST failed error when I ran a test.  The laptop won't bootup. All I get is a black screen

    Hi,
    Certainly, the error code will be a Smart or Disk Self Test failure - in either case, it would indicate that the Hard Drive is failing and needs to be replaced.  This is also consistent with the start-up issue.
    One possible way to try and retrieve your files from a non-booting drive is to follow the process detailed in the link below.  The Ubuntu operating system CD you create can run from the CD alone ( ie it doesn't have to install on the Hard Drive ) and I've often found it to be successful in retrieving data even from a failing Hard Drive.  When you've created the CD, follow the instructions and see if you can back up your existing files. 

  • A network error when i tested the connection of a proxy user

    Good evening
    I 'd created a 3 appliances Filer system . Filer 1.1.0.653
    The Filr Apl is in DMZ and every ports are open between it and the 2 Windows boxes (AD and File Sharing)
    Every thing seems well. I could inport AD users, create filr users, and work ...
    But when i want to create a NetFolder server, impossible to pass the connection test
    Name : Cn=Administrateur, cn=Users,dc=arcdom,dc=arcane-inf,dc=com (Administrateur because i'm French :=)
    or
    Name : Administrateur
    or
    Name = arcdom\Administrateur
    Click on test connection => an network error occurs
    I'd try with a "Filr" ADuser with same ACL as Administrateur, same ...
    The Novell-FAMT is running. (I tried to restart it without succes)
    Help .......
    LP Irovetz

    Originally Posted by LPIROVETZ
    Good evening
    I 'd created a 3 appliances Filer system . Filer 1.1.0.653
    The Filr Apl is in DMZ and every ports are open between it and the 2 Windows boxes (AD and File Sharing)
    Every thing seems well. I could inport AD users, create filr users, and work ...
    But when i want to create a NetFolder server, impossible to pass the connection test
    Name : Cn=Administrateur, cn=Users,dc=arcdom,dc=arcane-inf,dc=com (Administrateur because i'm French :=)
    or
    Name : Administrateur
    or
    Name = arcdom\Administrateur
    Click on test connection => an network error occurs
    I'd try with a "Filr" ADuser with same ACL as Administrateur, same ...
    The Novell-FAMT is running. (I tried to restart it without succes)
    Help .......
    LP Irovetz
    From the docu:
    Click the Authentication tab, then specify the following information:
    Proxy name and password: Specify the fully qualified, comma-delimited name and password for the proxy user used to access the OES, NetWare or Windows, server. (You can use the Browse icon next to the Proxy field to browse the LDAP directory for the proxy user that you want to use.)
    IMPORTANT:Before you specify a proxy name and password for the Net Folder server, ensure that you review the information in Section 8.1.2, Planning the Net Folder Server Proxy User.
    Test connection: Click this button to ensure that the path is accurate and that the credentials are valid, then click OK after the test succeeds.
    Sometimes proxy users with the incorrect context pass this test. Ensure that the context for your proxy user is correct, as described in Expected Name Format for File Servers.
    Authentication type: Select the authentication service for the file server that you are connecting to. This option corresponds with the Server type setting that you selected on the Configuration tab. If you selected OES or NetWare as the server type, only Novell NMAS is available as the authentication type. If you selected Windows as the server type, you can select either Kerberos, NTLM, or Auto detect as the authentication type. (Auto detect means that it tries authenticating with Kerberos first, and if that fails, authenticates with NTLM.)
    NOTE:If Kerberos is selected as the authentication type, ensure that the DNS name server is able to resolve DNS queries for the Active Directory domains.
    If the Kerberos port (port 88) is disabled on the Windows server, select NTLM as the authentication type.
    So you should use comma delimited name for the username... Did you also try browsing for the user using the icon there?
    Does is log any specific error message in /opt/novell/filr/apache-tomcat/logs/appserver.log file when you try to test the connection?
    Thomas

  • SQL connection errors when stress testing mobile service: SQL failure after 3 attempts

    I have created a Mobile Service (node.js), which has been running for a few months with 50-100k api calls per day with no issues.
    The usage of the service will be scaled up soon, and it will receive much higher traffic, so I am running stress tests (on a staging deployment of the same service).
    The api in question queries data from the sql database that is attached to the mobile service, but caches the resulting data in a redis database for 5 minutes, so each call with identical parameters will not access the SQL database, just the redis cache.
    My first test never has any problems:
    Run a single api calls as fast as possible using the program wrk (https://github.com/wg/wrk). This test never has a problem, and I have run it an hour continuously with a sustained rate of 200 req/s and very few timeout errors.
    The second test always causes problems:
    I created a list of 5 different api calls to the same service (same endpoint, but different parameters), and I run those randomly interweaved as fast as possible. I use the program locust (http://locust.io) for this, spawing 10.000 clients at a rate of 500
    per second. For the first few seconds everything goes ok, but then connections start failing massively.
    I get mostly:
    Error: SQL failure after 3 attempts. Error: [Microsoft][SQL Server Native Client 10.0]TCP Provider: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected
    host has failed to respond.
     (SqlState: 08001, Code: 10060)
    And I see this in the http response:
    ConnectionError(ProtocolError('Connection aborted.', gaierror(8, 'nodename nor servname provided, or not known')),)
    The strange thing is that since I am running the same five calls repeatedly, only the very first of each call will actually access the sql database, every subsequent call will just return data directly from redis, and not try to access the sql database at
    all.
    In the azure console for the sql database in question, I see 1860 successful connections and 11 failed connections, which does not explain the massive failure rate I am seeing.

    Thanks for sharing your tips on this forum, as it will be useful for other users, that run into this issue.
    Feedback like this will also help us improve error reporting in the next release, as missing class files in the packaged application is a common issue when developers are moving from the embeded oc4j instance packaged with JDewveloper to standalone instances.
    -Eric

  • Error when closing test stand

    when i try to close test stand after i run a test, i got the error in the
    attached file.
    this error appear only if i dont close the sequence file before i exit test
    stand and only after i run a test.
    please help me.
    advanced thank's.
    [Attachment error.jpg, see below]
    [See first answer for additional information]

    Hello Avi,
    The error is caused by TestStand not being able to finish the LoginLogout sequence before its time limit. These limits are set under Configure >> Station Options >> Time Limits. They will allow you to interrupt a sequence that is taking too long to shut down.
    The real problem may be in the LoginLogout sequence, in the file \Components\User\Callbacks\FrontEnd\FrontEndCallbacks.seq (or substitute "NI" for "User" in the path). If something in that sequence doesn't finish executing within 10 seconds, due to an extreme slowdown or a problem with the sequence, you will see this error. If you have modified that sequence, this could be the cause. You will need at least two steps in the sequence, one for Login and another for Logout. They should
    reference frontend.dll. If you have a modified callback in your User directory, trying copying the default callback from the NI directory.
    Also, make sure that you complete or terminate other sequences before trying to close TestStand, or you will see a similar error message.
    Good luck and feel free to ask if you have further questions.
    Steven Reasoner
    Applications Engineering
    National Instruments

  • JavaScript error when I test deploy an html file

    RoboHelp 8 HTML: If I do a test deploy (CTRL+W) of an html file that contains image maps, when I deploy the html file and click the image map, I get this:
    This 'gbSafari3' appears to point to the Mac browser Safari 3, but I can't verify that. I get the same error with any html file that I do a test deploy on. The old workaround was to generate a new RoboHelp project, copy the new (127KB) ehlpdhtm.js file over the existing one, and that solved the problem. Doesn't seem to do it here.
    IE 8 is my default browser, and I'm running WinXP. Thanks for any advice.

    you should type this:
    buildclient -w -o simpcl -f simpcl.c
    "jonson" <[email protected]> wrote:
    >
    I have installed the tuxedo 6.5. and test the simpcl sample program. after finished "buildclient -f simpcl.c -o simpcl -w",
    and run it ,it report the "system internal error" message.
    The enviroment variable "WSNADDR" has been set,and the ubbconfig file is modified for the WSC model.
    who can help to solve this problem?

  • HT4864 getting error when sending test message  - error # 0x80004005 - both icloud accounts.  Using settings from webpage

    I am receiving error message in outlook when I attempt to send test message from either of my icloud account addresses - error is 0x80004005.  I have setup these accounts using the settings in the instructions to manually setup an email account in Outlook.  Resolution?

    Change your outgoing SMTP server for you @me accout to: p06-smtp.mail.me.com

  • Integrated configuration (PI 7.1) throws error when do 'Test Configuration'

    I am doing Proxy to Web Service (SOAP) sync scenario. We are using Integrated Configuration. After created integrated configuration and test this from (Tools --> Test Configuration) it throws the following error at the receiver agreement step.
    Sender Agreement - Green
    Receiver Determination - Green
    Interface Determination - Green
    Operation Mapping - Green
    Receiver Agreement - Red.
    Problem occurred in receiver agreement for sender -DR4400_D to receiver -ESRI,urn:AssetManagement.AddressManagementSearchCapabilitiesFromECC_Out: No standard agreement found for , DR4400_D, , ESRI, urn::AssetManagement, AddressManagementSearchCapabilitiesFromECC_Out

    Test Configuration cannot be used to test Integrated Configuration Scenario.....refer my reply here:
    Re: Integrated Configuration in PI7.1
    Regards,
    Abhishek.

  • I always have an error when I test the WSC program

    I have installed the tuxedo 6.5. and test the simpcl sample program. after finished "buildclient -f simpcl.c -o simpcl -w",
    and run it ,it report the "system internal error" message.
    The enviroment variable "WSNADDR" has been set,and the ubbconfig file is modified for the WSC model.
    who can help to solve this problem?

    you should type this:
    buildclient -w -o simpcl -f simpcl.c
    "jonson" <[email protected]> wrote:
    >
    I have installed the tuxedo 6.5. and test the simpcl sample program. after finished "buildclient -f simpcl.c -o simpcl -w",
    and run it ,it report the "system internal error" message.
    The enviroment variable "WSNADDR" has been set,and the ubbconfig file is modified for the WSC model.
    who can help to solve this problem?

  • How to fix sequence editor error when using Test Executive 5.1.1 with Labview6.0?

    I had a test sequence that was built with Test Executive 5.1.1 and Labview 5.1.1. The sequence test step vi used Test Shell to allow the user to edit and config the test. After upgrading the test step vi from Labview 5.1.1 to Labview6.0 by mass compiling all vi to Labview6.0, an error occurred while editing the test vi. The error is as following:"Sequence Editor Error: Config Test Vi Callback.vi: Could not config test vi. Make sure the path to the vi is valid." I am sure the vi path is valid, does anybody has any idea why the path was not seen? How can this bug be fixed? Any hints or suggestion would be helpful.

    That's really a TestStand question. You should post to the TestStand Discussion forum. TestStand Discussion Forum

  • FindVOsWithEntityUsage error when load testing

    Our application appears to be having issues with activation/passivation of stateful views under heavy load testing. We have changed all the other pages to be stateless where possible yet still appear to freeze up after encountering one or more BC4J errors typically starting with findVOsWithEntityUsage(ApplicationModuleImpl.java).
    Has anyone else run into this problem? This appears to happen after 2-5 hours of load / stress testing with SoftLight's SiteTool Loader.
    Thanks in advance
    Tom

    Hi Luke,
    The issue is resolved based on the suggestion in another thread. Our basis stoped and started the OrgChart service in NWCE, and it did work.
    Here's the thread: Export to PowerPoint
    Thanks,
    Hongling

  • Unidentified error when testing recordset, help please!

    Hi,
    I have created a dsn and a connection string that test fine on my web host (crystaltech), but I get an unidentified error when I test them on DW CS4. Any thoughts?
    This is my connection string:
    "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:\inetpub\bnicrossroadsconnections\dbs\members.mdb;"
    which generates this code:
    <%
    ' FileName="Connection_ado_conn_string.htm"
    ' Type="ADO"
    ' DesigntimeType="ADO"
    ' HTTP="true"
    ' Catalog=""
    ' Schema=""
    Dim MM_testConn_STRING
    MM_testConn_STRING = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:\inetpub\bnicrossroadsconnections\dbs\members.mdb;"
    %>
    My dsn code is:
    <%
    ' FileName="Connection_odbc_conn_dsn.htm"
    ' Type="ADO"
    ' DesigntimeType="ADO"
    ' HTTP="true"
    ' Catalog=""
    ' Schema=""
    Dim MM_memberconn_STRING
    MM_memberconn_STRING = "dsn=memberdsn;uid=bnixroads;pwd=pass;"
    %>
    What am I doing wrong?
    Many thanks!!!

    You have to install Integration tool first and then the DB. Try this , via sql take all the companies offline and refresh your SAP B1 login. The companies will not be visible. Restart integration services. Make the companies Online.
    In the SAP DB change the B1i password. It should be same as the B1i admin password.
    Go to SLD, change B1user password.
    Logout
    Refresh Integration service.
    Check the SLD connection.

  • Get an error when testing the connection

    Hi
    I'm using the B1i with SBO 2007.
    I'm able to create my own system. I filled in everything except under the field "jcoPath". Do we need to fill in the rest???
    I get the following error when I test the connection
    HTTP Status 404 - com.sap.b1i.xcellerator.RejectedException: XCE045 IPO-Step not known: /0010000102.testconnection/com.sap.b1i.system.sld/ipo/SystemConnection.ipo/testconnection
    type Status report
    message com.sap.b1i.xcellerator.RejectedException: XCE045 IPO-Step not known: /0010000102.testconnection/com.sap.b1i.system.sld/ipo/SystemConnection.ipo/testconnection
    description The requested resource (com.sap.b1i.xcellerator.RejectedException: XCE045 IPO-Step not known: /0010000102.testconnection/com.sap.b1i.system.sld/ipo/SystemConnection.ipo/testconnection) is not available.
    Apache Tomcat/5.5.17
    Can someone please tell me what the problem is???
    Thanks in advance

    Hi Ian
    Thank you for your response, greatly appreciated. If i go to the path you suggest below I do not have the JCO lobaries there.
    Mine is under C:\Program Files\SAP\SAP Business One Server\DI API\JCO\LIB because they have changed the file tructure slightly in SAP 2007.
    I agree that this should be added but it is still not working.
    Any other ideas???
    Thanks in advance

  • SBO error when testing the connection

    Hi all,
    I installed PL04 on a W2003 server, and i get the follwong error when a test the connection to SBO subsidiary. I previously install the same configuration on my dev pc without having this kind of error.
    Can anybody help ?
    Thank you very much.
    Fabrice Nanni
    com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: java.lang.Exception: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.adapter.dia.ComFailException: com.sap.smb.sbo.wrapper.com.ComFailException: Can't find moniker

    Hello Edward,
    Yes i did install the JCO connectors for SBO on the B1iserver.
    Actually i got the same B1i configuration working on a dev computer (Windows XP) and the connection to SBO is working properly, so i wonder if the problem comes from the O/S server (Windows 2003 server). what do you think ?
    Fabrice.

Maybe you are looking for

  • How to find the number of Z or Y programs and amount of code lines?

    hi all, I'm trying to find the number of programs on user namespace (Z* or Y*) and the number of coded lines in them. something like report Z_MY_REPORT, lines 582; Include Z_MY_INCLUDE, lines 135. Exist any standard report to do it or do I have to de

  • How do I access iMac music on my MacBook pro?

    How do I access iMac music on my MacBook pro?

  • Mac book pro 2009 having trouble detecting drive

    I just got this macbook pro and put a 320 wd hard drive in. Problem is it doesn't always detect the new drive when I boot up and if I go to unmount it to format it stopps detecting it. I am 90% sure it's the hard drive cable I just wanted advice befo

  • Windows 7 starter re-install disk

    hi folks, I had a bios issue a few weeks ago and sent my ideapad s10-3t t repair.  Bios issue was resolved , however, I cannot boot into windows 7. I tried to use one key recovery and it does not help either. I was wondering if they replaced new moth

  • Music won't play and sound won't work after installing ML

    I installed mountain lion on my 3 year old mac book. now my music doesn't play on itunes. the pause button is visble but the music progress bar is not moving. there is no sound either. the horn in the sys bar on top is greyed out nor will the externa