Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all 12134 articles
Browse latest View live

Re: Citrix :- Registry Patch

$
0
0

I have added these to the registry but recording still fails...  The following is returned:

---------- Log Below ----------

Error: The Citrix registry patch failed to install. Reason: Access is denied.
 You need to install the following registry patch manually: <LoadRunner installation folder>\dat\Enable_Citrix_API.reg. Double-click the file to install the registry patch.
Error: The Citrix registry patch failed to install. Reason: Access is denied.
 You need to install the following registry patch manually: <LoadRunner installation folder>\dat\Enable_Citrix_API.reg. Double-click the file to install the registry patch.

---------- Log Above ----------

 

However, the current user have access to the registry...


Re: Oracle Forms Java applet not launched during replaying

$
0
0

Hi, 

I have the same problem as MVC1, but with a variation:

Right before the nca_connect_server sentence, Loadrunner adds this:

nca_set_dispatcher_response(DISPATCHER_CUSTOM_PROPERTY_ANSWER_TABLE);

where 

static char const * DISPATCHER_CUSTOM_PROPERTY_ANSWER_TABLE[][3]= 
{
    {"try {OraFormsFaces.getLastStartedForm().id} catch (e) {\"JS_ERROR:\"+e}/* f:re_fm_inicio.fmx ci: ti:*/||self||true", "1", "JS_ERROR:[object Error]"},
    { NULL, NULL, NULL }
};

I don't really know what this means, but if I comment the sentence, I have the same issue as MVC1. If I let Loadrunner replay it, then it gets stuck at nca_connect_server and my pc has memory issues.

I don't know if this sentence is important or not, please could you help?

BTW I don't have ICX recorded either...

 

Thanks in advance

Re: Citrix :- Registry Patch

$
0
0

Hi,

 - if your OS is 32-bit, registry patch should be installed into HKLM\SOFTWARE

- if your os is 64-bit, registry patch should be installed into HKLM\SOFTWARE\Wow6432Node.

You can installed this patch from command line:

for 32-bit OS execute "C:\Windows\regedit.exe C:\Program Files\HP\Loadrunner\dat\Enable_Citrix_API.reg "

for 64-bit OS execute "C:\Windows\SysWOW64\regedit.exe C:\Program Files (x86)\HP\Loadrunner\dat\Enable_Citrix_API.reg "

Best regards,

Mikhail

 

Re: Popup message using TruClient IE

$
0
0

I am facing this issue for 12.05 version as well and unable to record my scripts.

I tried to change the proxy settings to "No Proxy", but still getting same error message.

 

Re: LoadRunner upgrade from 11.5 to 12.5

TruClient- web script execution issue

$
0
0

Hi,

 

I have few scripts created in Truclient Web Protocol as my application uses Java script for uploading documents to S3.

I have created the scripts and it working as expected in Vugen replay for multiple iterations.

For couple of scripts, If I include them in LR controller scenario, one of the script not even getting execution and the other one is showing parameter data errror "Type LR.getParam('UserName') in User name textbox ** failed - target object was not found"

Both the scripts are running fine in Vugen for various data and multiple iterations.

Please someone help me on this.

Regards,

Skumarasamy

 

 

 

 

 

 

 

Re: TruClient- web script execution issue

$
0
0

Hi,

Which browser are you using?

Are you using Performance Center or LoadRunner to run the scenario? If LoadRunner, is the agent on the Load Generator configured to run as a process or as a service?

Thanks,

Shlomi

Windows Security Pop while replaying Truclient IE

$
0
0

Hi, 

I have developed a Truclient IE script and while I am replaying the scrpt I see a windows poping up. I am includin the screen shot below.

please advice what can be done to stop the pop up form showing up.


Re: TruClient- web script execution issue

$
0
0

Thanks Shlomi.

I am using "Chromium" browser in my Truclient Script.

Also, I am using Load runner controller for test execution and in that we have load runner agent as "Service"

And in the load test scenario, I am having 4 truclient scripts. out of 4, 2 are running fine without any issues and 2 are not running in controller scenario.

I tried to run them seperately with out any script from the controller and both are still showing the same issue as I mentioned in my query.

Please help me on resolving this.

 

 

 

Re: Is it possible to get individual transaction response times executed for 1 hour from LR Analysi

Re: Windows Security Pop while replaying Truclient IE

$
0
0

Hi,

  1. Drag a Generic Browser Action step from the sidebar. Place it after the initial navigation step to the application, the step that triggers the authentication dialog.
  2. Change the action in the Generic Browser Action step to "Authenticate" and fill the user name and password in the arguments section of the step.

Make sure you do not have such a step already in the script. If you do you might need to change the end event of the step that comes before it to "Dialog Opened"

Alternatively, you can record the script again and look for this authentication step and follow above suggestion. 

Regards,

Shlomi

Re: TruClient- web script execution issue

$
0
0

Hi,

When running LoadRunner agent as a service the Virtual Users are running under Windows Session 0, which is a session oriented for non-UI based applications and is limited to 1024x768 screen resolution. It might be that your application renders differently in different screen resolutions and the UI object is not the same under different screen resolution conditions.

Please try runing the agent as process and see if it helps.

Try also changing your desktop screen resolution and run the script in VuGen to see how it behaves in interactive mode. It can help troubleshooting it.

Regards,

Shlomi

HTTP Status-Code= 407( Proxy Authentication Required)

$
0
0

Hello All,

Im facing below issue for one of the project. 

Error -27744 : Internal Error - connection to "application_name.com" is closed in state STATE_Done
Error -26624: HTTP Status-Code= 407( Proxy Authentication Required) for "https://application_name.com/"

i used web_set_user("DomainName\\UserName", "YoursecretPassword", "YourhostName:PortNumber");

different proxy setting in Runtime setting but still problem didn't solved.

When i run on vugen i don't see any issues from the script but when i start load test immediately after initilization of vuser it starts throwing above errors.

Note: Load generators are on the same LAN.

i used below functions to investigate, but no luck

web_set_sockets_option("INITIAL_BASIC_AUTH","1");
web_set_sockets_option("PROXY_INITIAL_BASIC_AUTH","1");
web_set_sockets_option("PROXY_INITIAL_BASIC_AUTH","0");

Can anyone please throw some light whats wrong from my side.

Thanks in advance.

Regards,

Sai

 

Loging out existing session in server

$
0
0

We are creating 4000 user session using 50 Vusers. Currently,One Vuser will log in multiple times with out logging out. For example, a Vuser will do first login with a User id from available pool of Ids and in next iteration it will take another unique user id from rest of the pool . So after running full iterations there will be 4000 unique user sessions in the server.

What we required is to log out these 4000 users one by one, once 4000 session logins are achieved . Is there any way we can achieve this?

Recording Java Standalone EJB application

$
0
0

Hi Team,

I have LoadRunner 12.01 installed in my Windows7 machine of 64-bit also installed JDK 1.6(32-bit).

I have to record the application by invoking a .bat file. Hence I used Java record-replay protocol as all other java based protocols are giving 'Unable to determine the bit capacity' error when given .bat file to record. But the problem is I am able to launch the appication using Java record-replay protocol but nothing is getting recorded by Vugen when I am tring to log in and do some operations in application. Can anyone please help me in resolving this issue?

 

Also when I replay the script as it is even though nothing is recorded I am getting below errors

Error:
Error: Can't create script object.
Error: Exception was raised when calling abort-cleanup function in extension java_int.dll: System Exceptions: EXCEPTION_ACCESS_VIOLATION
Warning: Extension trans.dll reports error -1 on call to function ExtAbortCleanup
Notify: Found jdk version: 1.6.0.
Notify: classpath=C:\Users\cad1459\Documents\VuGen\Scripts\JavaRecordReplay15\;c:\program files (x86)\hp\virtual user generator\classes\srv;c:\program files (x86)\hp\virtual user generator\classes;C:\Program Files (x86)\HP\Virtual User Generator\classes;C:\Program Files (x86)\HP\Virtual User Generator\classes\srv;C:\Program Files (x86)\HP\Virtual User Generator\classes\utils\LRUtils.class;C:\Program Files (x86)\HP\Virtual User Generator\classes\mercio\MercObjectInputStream.class;C:\jdk6\jre\bin;C:\jdk6\bin;C:\jdk6\lib;C:\jdk6\jre\lib\rt.jar;C:\jdk6\jre\bin\j9vm\jvm.dll;;;;;c:\program files (x86)\hp\virtual user generator\lib\xstream-1.3.jar;c:\program files (x86)\hp\virtual user generator\lib\xpp3-1.1.4c.jar
Notify: Path=C:\jdk6\jre\bin\classic;C:\jdk6\bin;C:\jdk6\jre\bin\classic;C:\Program Files (x86)\HP\Virtual User Generator\Bin\tulip\bin;C:\Program Files (x86)\HP\Virtual User Generator\bin;C:\jdk6\bin\javac.exe;C:\WINDOWS;C:\jdk6\jre\bin;C:\jdk6\jre\bin\j9vm
Notify: VM Params: .
Error:
Error: Can't create script object.
Error: Exception was raised when calling abort-cleanup function in extension java_int.dll: System Exceptions: EXCEPTION_ACCESS_VIOLATION
Warning: Extension trans.dll reports error -1 on call to function ExtAbortCleanup

 

I am eagerly waiting for the solution.

 

Thanks

Lalitha


No Internet Access in Vugen

$
0
0

Hi Team,

i am getting an error saying that No internet Connection, but when i continue i am able to do the recording.

Below is the screenshot of the error message that is comming in Vugen. I am using Loadrunner 12.50.

Please help.

error.PNG

Regards,
Karthik S

Re: TruClient- web script execution issue

$
0
0

Thanks Shlomi for your suggestion.

I tried to run the script with the load runner agent as Process and with the different screen resolution, but both didnt worked for me.

As I mentioned earlier, only 2 scripts are not running during the execution and rest are working fine.

Please find attached the runtime log files for your reference.

Your help is much appreciated.

 

Re: AJAX TruClient - failed to initialize. reason timeout error in Performance center

Re: HTTP Status-Code= 407( Proxy Authentication Required)

$
0
0

Hi ,

You write that the loadgenerators are on the same LAN.

Are you 100% sure that there is no connectivity problem from the LG to the aut?
- check this via a browser on the LG;
- install VuGen on the LG and run your script.

You write it runs in VuGen and fails in the controller.
Are you aware that when you import a script in the controller for the first time, that the RunTime settings are copied in the scenario and when you make changes in VuGen it does not automatically update the scenario RunTime Settings?
- make changes in the Controller RunTime Settings;
- disconnect your LG before you test your new settings.

Or:
- make changes in the VuGen RunTime Settings and save them;
- refresh the scenario RunTime Settings in the controller;
- disconnect your LG before you test your new settings.

Or:
- make changes in the VuGen RunTime Settings and save them;
- close the scenario in the controller;
- re-open the scenario in the controller.

Just some things thta come up to me.

 

 

 

 

Need help in sending DIME attachments

$
0
0

Hi,

My requiremnt is send the API call with xml as well as dime attachments for that I have used below request.

web_service_call( "StepName=UploadAttachment_111",
"SOAPMethod=ePackage|ePackageSoap|UploadAttachment",
"ResponseParam=response",
"WSAReplyTo=schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous",
"Service=ePackage",
"ExpectedResponse=SoapResult",
"Snapshot=t1447816795.inf",
BEGIN_ARGUMENTS,
"packageXML={XML}",
END_ARGUMENTS,
ATTACHMENTS_FORMAT_DIME,
ATTACHMENT_ADD, "FileName=C:\\TestFiles\\E456745650C23-0D69-413B-8CD7-435B08E41D5C.pdf", "ContentType=application/pdf","ID=\E456745650C23-0D69-413B-8CD7-435B08E41D5C",
BEGIN_RESULT,
END_RESULT,
LAST);

 

Logfile:

 

UploadAttachment.c(14): \xF4\xB2\xC4\x16l\x16l?\x9E$8C\xF6{\x92}K\xCA\xB4\x1F\xB3\xB7\xF1(qUv4\xEE\xE7\x83t<D4\xE2
UploadAttachment.c(14): &\x8E\xFD\x90\x9A8\x1D\xA6WW\t\x8C\x0Fz\xFA*\x15\xBB,\x92o\t\xEB\xC7E>f\xFD\xB4\xE8OGWY\xF2
UploadAttachment.c(14): \x9D\r\xC0.\xFD>H\xC9\xAE\xA7\xE3a\\LGY<-Y>\xCC\xC7\xC9\x1F\xAC\x00\xF6\xACL\xB3A\x02\x1E\x98
UploadAttachment.c(14): \xFD9\xCD\xCBd\x02MY\x02\x08\x85\r\x8B\xF8[\x82\xA7'\xBB\x9CfYR\xB2A<\x1C&E\x95\r.3\x96dYz
UploadAttachment.c(14): 3I',\x19\r\xE2\xC95K\xC6.\xBB\xCAr`\xCC\xAE\x8A\xB8_\xA6 \xCEp\x9Af\x8Em\x96\\\x95\xB3Z\x91
UploadAttachment.c(14): \x0E\xAFK6J\xC7\xD3\t\xBBI\x8A\xF2:\x9FN\xE2\xF1\x80\xC4\x00\xF6\x97\xA0\x9C\xA6\xE2\xBA\xD6
UploadAttachment.c(14): \x15\xEA\xE9j\xB3\xF6V\xA3c\xEF\xBA\x97E<HFq\xF1\x07\xBBJA.\xF6z\x92\xA1\x84\xA7G\xEC\x9CT
UploadAttachment.c(14): \xF5y\x90\x82\x12q\x0E_\xA8\x01\x14\x96%\x93I\xCA2"\xCD\x136\xA1'\xFFu\x19\x80\x18\xCE\x8E
UploadAttachment.c(14): \xA6E\x0E\x05\xC5\xFA\xD3\x02Mp\x0B\x95\x10L\x90\xFF\x91\x8C/\xE3\x02j\x965\x8C\xFB\xF9\xCD
UploadAttachment.c(14): -\t\x97\x17\x83\xAB\x04&\x9C\x8EA\xAFF\xB2,\x1F\x82\xC93X6\xCC\x87?\x06\xC9\x15+\x92a:\x81
UploadAttachment.c(14): \xC9$\x036\x8A\xFBN\xA0dX$\t\xBB\xC9\xA6\x13\xD2U\xF9W>\x99\x82\xC2\xD2\xBC`\xE55<kjq\x7FZ
UploadAttachment.c(14): &l4ET\xC5\\\xDB\x00M\xEF\xB8\xF5a_fY\xCC\xC0\xEE\r=\xC83\x8A'\xFDi\xE6\x04\xB2\x16\x1F\xFE
UploadAttachment.c(14): 9\x8D\x0B\xE8\x81\xC5\xEB8\xBB\xA2\x11\xAA\xC6\t`\x1C\xC9\xF6\xDC\xC2`{4\xDA^k\xB1\xED\xB9
UploadAttachment.c(14): \xA5\xC4\xF6\x9A\xA9\xEF\xB9\x05\xB6w\xC4\x0E\xEA\xE1\x8F\xA8\xF3\x11u>ju>jz\x9D\x10\xCD\t
UploadAttachment.c(14): \xD1\x9C\xB4hN\x1A\x9A\xA3\xF2\x9A\xBD\xA5\xE1N\x89\xFC\x94\xC8O[\xE4\xA7\x15A\xD3k4\xCD\xCA
UploadAttachment.c(14): \xF4&\xBBe\xA7d\xDC\xF7\xD4\xF5=u}\xDF\xEA\xFA\xBE\xE9\xF3\x99\x1E\xF6\xAE\xF3\x02\x96rR\x8C
UploadAttachment.c(14): `\x8D^f\x13\x16S\xDF\x98\x1E\xC7\xAD\xBE1\r\x1B7,b\xA7\x86\x18\xB6g\xAD\x86\x84:'\xD49iuN\x9A
UploadAttachment.c(14): ^)\xD1\xA4D\x93\xB6h\xD2\x86&\x015\x8Ci\xB8\x9C\xC8s"\xCF[\xE4yE\xD0\xF4\x1A\xA4\xDFRl %L\xA9
UploadAttachment.c(14): \xE3\x94:N[\x1D\xA7M\x8F[zX:%\xDC\xD6\xCD\x95w\xAB\x1D\xD5\x9D\x1E\xEEK|su\x08D\x97q9!'\xF7
UploadAttachment.c(14): %>\xBC\\tjX:L&\xFD"\xBD)\xF3\x02\xEF[\xE8\xF9\x1A&\xB0\x9E\xE2\x8C\x1D\xA7\xC5\xA4<\xB8\x86
UploadAttachment.c(14): }\xC6\x89\x135\xD7b\xB0\x8F\xE9xo<I\x9Bz#Q1M\xDCx\x1F\xD3Ay\x8D\xC7\x19\x1C\x9A\xFF\xC7$\xE1
UploadAttachment.c(14): ^\x86)\x00\xB8\xA4\x01'a\xB2\xE0\xECC@\x14"\xC2\x8BY@\t\xDA4\xDE]\x90\x16\xEAu\xBF\xBA\xCF
UploadAttachment.c(14): }\xA9\xA1\xB7j\x96\xF0\x16\xC6\xE1\xC4\xC5\xC10\x19\xB8\xA9`ru\x00\x8Cxi\xC4\xBA\xEB\x08\xD7
UploadAttachment.c(14): Jlw\x02\x82\x00\x8E\x16\xDA]\xBF\x8A\xAE\xE9W\x95#\x80\xCD5ol\xAF\x85\xC0\xA4\xC2\xC8\xF1\xC2
UploadAttachment.c(14): \xC94\x82r>'pSF\x19 \xE1s\xCCm\xBBO\x95\x1C\x1F\xCEg\xFD8wr8\x9EU\n
UploadAttachment.c(14): \xE0\x94\x96!\xE5\xA8\x80@\xD3x\x98;\xFE\x15\x1F\xB8B\xF39\xC6\xAE\x01g\xD1T\xB0\x0BN\t\xF3
UploadAttachment.c(14): \xBA;\xA6\xC6^\x15k"nxV\x15T\x8C\xA3\xA8\xD8\xD6V]\xB2Z\xC8\x1B\x19\x0CF-L%\x17\n
UploadAttachment.c(14): _\xB5i\xC0\xF9\n
UploadAttachment.c(14): y\xC3\xAD\xA0\x19\x1Dy\x01D\xD3\xC1\x8C\xB7K\xA1\xAE\x0C\xA8\x9A\x84\xB3h\x8C\xB4\x90\x9C\xD0
UploadAttachment.c(14): \x8De[\xA9mIYY\xBF^\x11\x8B\t\x855m\x9A\xF6*\xABV\xC6\xBAe\x8B[\xA1\xBD*\x16\x97\xF3\x83\xB6
UploadAttachment.c(14): \x01(f\xE5\x185_\xCE/\xD8\xEB\xB8r'R\xEBU\x0E\xA9\xE5c\xB0\xFA1\xC1\xC3\x1C\xF5\xCE\xCE\xCB
UploadAttachment.c(14): d\xF4\x01\x04e\xE8\xB3\x10\n
UploadAttachment.c(14): >\x0F\xA4f{T\x06\x05\x86\xEC8\x8B\x87\x13\xB8\x91\xBB\x9E\xC7\xF1(\xCDn\x9F9V\xBF\xB8\x96\xF3
UploadAttachment.c(14): \xB2H\xCA>\x1Ce9\x9C+\xC4\xFE8\xCD\x12\xE9E\x84p\x0F\xE2\x9B\xDFi8#B\xF6\xA9*k\x119\xD2}D\xA4
UploadAttachment.c(14): \xCFC0,\x8E\xEBI\xB4\x18\x8Ez1\x9B\xC5\xCC\x99\xB2\x932\xCE\xD2\xFE\x9E\x83w\x9Cf\xD7{\xB6
UploadAttachment.c(14): \x9F\x17E\xFEWR\x9C\xA7\xC3q\\N\x8B\xE4\xDF\x1C$\xEB\xB1\xDEw\xF6*\x1D4W\xF7\n
UploadAttachment.c(14): \xF9\xDB\xF6\r\xFE\x0Cp2\xDC\xDF\xFD\xC8(@\xC3`N\xE9\x8BP+\xB8\x15\x05\\\xF96\x12\x16\xDD\x8B
UploadAttachment.c(14): \xB1>\xB7Ri\x0B7\xCDW\xD0k\xFF\xE5W\xE1\x83\x98\x94\xF0\xFEq\xEC\x85\x8D\x8B\x06\xCF<\x04\xA4
UploadAttachment.c(14): y\xB8\xF7\xCCa`\x18\xADw\x05\x7F\x0C\xBD_j\xB0\x1DUx\xBF\x91@i\xDFJ!\xE1\xE6\x1E(\xE9s\x15
UploadAttachment.c(14): q\xF466\xF2#\xAB\xA1\x0C{\rZ\xAD\xE5" \t\xB6\x1Aq=\x83Z\x16\x1D\xC2\xC4\x03\xB8\xE4A)\x88`
UploadAttachment.c(14): \xFBq\xEE+\x19i\x0E;.\xF29\xB7*\x8A.\x1E:\\\xEF\xD9A~y\x9F\x85\xC2\xF6\xA5\xCC\x9A%\x0BI\xE5
UploadAttachment.c(14): \x07\x951f&\xD2`\x17\r\x7F\xC0574\x06l\x08\xAD\xEA\xA9L\xA4\x17L\x14H\xEB\x83\x19,z\xBE\x99
UploadAttachment.c(14): \x8D`x_\x06Q$\xC1wi\x012\x82\xAA\xF4\xA66\xD2\x0F\xB6Q \x8D\xAF\x05\x9E\xB9\x8D\x8D\xB4\x15
UploadAttachment.c(14): ~h\xC8F \xA9\x80\xB6\xBBM\xA4\xDB&:<\xB8w\x13U\xD1\xAC\xA8e\x1B\x14\xAF\x92\x94\xC4\n
UploadAttachment.c(14): \xFDPa\x04V\xF9\xDA\x18\x8C7\x0B\x1F\x05\n
UploadAttachment.c(14): \x94\xCF\xA50\x17\x8FQF8\x13o\xC50*2p^\xF92\x8A\xACu\xC3\x04\x1A\x9C\xBA\xF0\x8DRj\xD3aP\x0B
UploadAttachment.c(14): \x0FX\xAAs\xB1\xAB\xD5\x02*0\x8F\x943=h#}\x17J\x0F|\xB0\x9Cx\x94\x80f\xBD\x1E`\xAE\xBE\xC2
UploadAttachment.c(14): \x93\xD47B\xBB\xF0:\xF7\xA5\xC6s\xDCW!:\xAB\xCD\x86\xE9=;\x85\xAB^\n
UploadAttachment.c(14): \xB3\xCFWi\x81\x86\x0E\xC05\xF1\x10\x06\x13`\r.ag\x02v\x88p`a0D\xAFB\xDF\x1A.\xC2\xC7:\xAC
UploadAttachment.c(14): J\x84:\xE00a\x07\xF9\x14\xE4\xD3\xA4|A\x0E"\xA0h\x95\xA2%\xA9)3\x96\x82\x15'\xBDO\xBDg\xDA
UploadAttachment.c(14): \x07U\xFC\xB2\x1A\x8F\xDBy<\xDEKG\xC9\xE4m\xF2\xD7Y\x0E\xB7\xA29\\\xBE\x16\x8C\xF7\xF2\xF7
UploadAttachment.c(14): \xE3\x14\xCA\x89\x17QXc-:_\x01'~d\x92\x9A\xF0\x9A\xE2\xB6\x01\x91\x0E\xFC\xE2\x8FE\x96\xCF
UploadAttachment.c(14): \xB0\x16>\x0BUC/+d\xDF\x06\x9Fw\xA5\x06\xC6\x00\x8F:\xC1\xEA\x84\xBB\x8F\x98\x83J\xAE\\A\x99
UploadAttachment.c(14): \x1AF\xD5\xB7\x83\xFA\x99\xAD\xCA\xA6\x02\xB4u\x7F,\xD7\xE0\x1C\x13b\xD0\x06\x8A\t\xD1\xDC
UploadAttachment.c(14): *\xDC|\xC3\xA8\xC1\xAA(\x07\x96\xDBy3\xE7\xB6\xECU\xD9\xAC\x98w-c['mp\x8E<\x15\xE8Sb\xD9"\x96
UploadAttachment.c(14): \x15\r>\x0E*\x9D\xD6t\r\x90\xAE\x197h\x1D+8\xFBEl^[\xC9\x8D\xD2B\xDE\r6\x8F\xD0\x94\x96\xE0
UploadAttachment.c(14): \xB3S\xA9\xA6\xA1\xDC\xDD\xA75\xFC\x9C\xC9Z\x12\x98\x10\xA7\x1E6\xCB\xA0ns"\xD7\xD0\x1Ci+z
UploadAttachment.c(14): \x84\xE6J\x07\ro\xD7.*\xB5\xB4.\x87\xAAe\xA2\xC5T_\x12\x1D|o\xA5\xF6\x15\xA0\x9E\xCF\xBA\x84
UploadAttachment.c(14): \xB2\xAE}V!\xE4Zi\x8B\t\xC7^\xD5\xBE\x84\xCC\xEFZ\xFA*\xBAok<\x10\x99\xCF;\xA1\n
UploadAttachment.c(14): \x92\xF3\x16$\xE7\xA6\x05\xC9M\r\xC9U\x03\xA7\x95\xB2\xF3\xE0\xB8\x05\xBB\xC30hAm\x1DZ\xC7
UploadAttachment.c(14): \xAF\x81\xDAf%\xD4^\xE9;\xF1\xB7\xD9\xE5`\xC6?\xF6\xF3l@\x83?\xD6\x7F\xC2\xF5\xFDn\x07\xBA
UploadAttachment.c(14): \x03\xE1\r\xB7\xF5\x8C\x9A\xBB\xD3\xB9\x9D\x15\xB4.\xA6[\x867\x1AG\xDC\n
UploadAttachment.c(14): o\xE0n\x00L\xBB\xFA\xDE\xB9\x18\xDD\xA8\x1D%:\xD0\r\xA3\x1Bm\x07Z\x87W\xEAK}\xED\xB4\xEB\x1C
UploadAttachment.c(14): \xDB\xEB\x1D\xDB\x9E+\xE6ng/\xEEj\x1B\xCD\xF5s\xF2\xB6\xF5\xC3\xC9\x83\xC9\xCA\x93-E7ZQ\x91
UploadAttachment.c(14): M\xA2\x1B\x0B\x9ByMt\xA3\xE2\xF7\xE0\xE8\x86\xDD2\xBAQ)\xEC\xBE\xE8\xC6:\x17\xB7\x1B\xD1\x8D
UploadAttachment.c(14): ;\x82uuZ\\\r\xEDTG7\x96\xDAg\xAB\xED1\xD1\x8D\xB6/"7\n
UploadAttachment.c(14): \x00\xB5\xE5GM\xD8\xF2\xA3\xBC\xF2\xA3\xD1|X\xA2\xEDG\x9F\x0B\xB9\x10\xC0h{R\xEE8\xE2{!\x14
UploadAttachment.c(14): kz\x8C'\xBD7,\xFC \xF7\x19\xEC\xBC\xFB\xEC\xA2\xC3]t\xB8\x8B\x0E\xFF4\xD1\xE1G\x84\x83\xD7
UploadAttachment.c(14): \xF9L\xBE\xD6c>0\xCC\xBB\xC6c\xAAu\xD8\xF3\xF1nS\xEF\xBC\xDB\xECPg\x87:;\xD4\xF93\xA1\xCE{
UploadAttachment.c(14): \xF1\xA6\xE0[\xF9Ni\tmV\xBES\xDC\x856\x9B\x07\xF7\xBE\xAC\xF5\xDC\x89\xBE\xCEi\x12\xB7\xFD
UploadAttachment.c(14): \x97\x12\xA6t\x15O\xB3\x92\x9D\xBE\xF3\xAE\xE2l\x92\xB0\xFC\xA6*\x9C\xEFU\x85\xF7\x07gm\xBA
UploadAttachment.c(14): 7\x9E\xA8\xDE\xAD\xA8\xDFjc\xE7o<\xEEsy\x07W\xEA\xB6\x9Ae3\xE2]\\\x97N\x8Dp\xFE\xD48z\xF5\xEA
UploadAttachment.c(14): C\xEF\xD3\xAF\xDB\x1C\x1E\xA6;<\xBA\xC3\xA3;<\xBA\xC3c\xEB\xC3c\xD9\x19mz\x86\xCC\xDE\xBA\x10
UploadAttachment.c(14): \xDC\xAEx\xED\xE2\xD1\xE7\xC8\xAAW-\x96|k4\xEF[?\x7F\xF9\xE7\xBB\xD7\xAF~\xDD,\x94A/\xFF\xEF
UploadAttachment.c(14): \xB4[\xEDB\x19\x8B\x97K\xDD\x852h\xE2](c\x97B\x19s\x8Eh\xC3\x88F\xCB\xA3\xD2\xDF=\xDA6\xAA
UploadAttachment.c(14): \xF1\x10\x8F*\x16\xA2\xC2\xAF^\x9E\x9D\xEC\x7F\xFCu\xEB\x9F\xD9\xC4\xEE\xC7\x89;\xCC\xDAa\xD6
UploadAttachment.c(14): \x0E\xB3\xEE>f]\xE7\x926\xFD\xB5\xAD\xEDg\xD5\x9D~\xF6\x81\xBF\xB7-\xFE~\xF7\xC3""O\x1E\xBB
UploadAttachment.c(14): \xA0\xBFL\xD8zU\xEDC\xEF\xF0\xE3\xDBmb\x17\xF4\x02]w\x0Et\xE7@w\x0Et\xE7\xC0V\xE7\xC0\xB23
UploadAttachment.c(14): z\x82\xD8\x850?*v!\x16^\x03~\xF3\xF2\xE4\xCB\xBFN7\x8D]\xDC\xF3\x1A\xF0\x0E\xB8\xD5.v\xB1x
UploadAttachment.c(14): \x9B\xD4]\xEC\x82&\xDE\xC5.v)v1\xE7\x88\xB6\x8F]\xD0\xA7|\xFE\x8E\xD8\xC5\xD3"\xEAE\xFFL\xDF
UploadAttachment.c(14): \x1E\xDA\xF6\xFD8);\xC7\xDC9\xE6\xCE1w\x8Ey{\xC7\xBC\xEB\xEF\xC7\xD1\xF7\xD9\x9E\xE4\xFD8\xFA
UploadAttachment.c(14): \xC6\xDBN\xBB\xCD.L\xD0\x85\t\xBA0\xC1Z\xAFy\x07\x08\xF8\xB1a\x82\xEE\xFD\xB8M\xDF\x8F[\xF2
UploadAttachment.c(14): \xEF\x0B\xD1\xE0\xDF_\x7F<\xFF\xBC\xBFa\xC4B\xEE~ \xB8\x03\xC6\x1D0\xEE\x80\xF1O\x00\x8C\xE7
UploadAttachment.c(14): \x1C\xD1\x13D,\xEE\x89\x01?\xDD\xDB\x16r!\x06\xFCa\xFF\xE4\xF8\xECp\x9B\xDF\xD7\xE4\xEE\x07
UploadAttachment.c(14): \x82;\xE0\xDC\x01\xE7\x0E8\xEF>p^vFO\xF0\xFBZpO4x\xF3\xDF\xD7~\x86\xF7+\x0E\xCFf_cv\xDF\x1D
UploadAttachment.c(14): \xB2t\x00\xE0W<\xF1\xDFIp_@F}\xE3?\x96P\x7F5y\xD5W\x93\x8E\xD3$\x1BL\xBE\xD2g\xCE\xAAOiU\xDF
UploadAttachment.c(14): \x92\xAA>\xA5\xE4\xCD\xBE,\xFD?\tD\xFDY\n
UploadAttachment.c(14): endstream\n
UploadAttachment.c(14): endobj\n
UploadAttachment.c(14): 134 0 obj\n
UploadAttachment.c(14): <</Length 426/Filter/FlateDecode/Size 135/Root 132 0 R/Info 133 0 R/ID [<80dab02e1ef23af79
UploadAttachment.c(14): c8e524ba078cfdd><b22f28b5a96a1a5a49fcd03c20407824>]/W[1 3 2]/Type/XRef/Index[0 135]>>strea
UploadAttachment.c(14): m\n
UploadAttachment.c(14): x\x9C5\xD2\xCDK\x94Q\x14\x06\xF0{\xEE\xBC\x1F\xE3\xD88\x8E\x8E\xD6\xA4\xF9\xFD\x95f3\xD6X\x96
UploadAttachment.c(14): 6\r\xEE\xDA\x08A\x88\x0BA\x10!h!\xBA\x88\\\xF4?\xB8\x12\xFF\x80\xA8E\xAD$a\x846\xEDS\tt\xE1
UploadAttachment.c(14): B\x19&\xFA\x90@\xC6\xAC\x86\x9A\x16\xD3\xFB<\x1C\xDF\xC5\x8F\xC3\xC3}\xCF\x85s\xAE1\xC6T\xAB
UploadAttachment.c(14): bL\xCC\x181\xF2\x1C\xDA\xEF\xD0\x99\x86\xEE{\xE8\x0F\xD1g\xF4\x18\x863\xF4%=\x835\x0Bt\x03
UploadAttachment.c(14): F\xBA\xE9\x921\xD6\x98xP\xFB\xE9\\\xA0\xDD)\xC1\xDD\t\xB8\xF7\x14\x1ED\xE1\xE1WXL\xC3/S\xF0
UploadAttachment.c(14): \x18\xB7\xD8\x13\x0BKG\xDA\xE72m\xA5m\xB4\x83v\xD1n\x9A\xA4\xB54F\x856\xD2f\xB1\x7F>\xA3\xE7
UploadAttachment.c(14): \xDF\x91\xC0P\xE2T;\xF7\xD0^\xDAO\xAF\xD2!ji\x82^\x14g\xFDI\xF0\xAF\xB3\x9E\x87\xF9\xDF\xDA
UploadAttachment.c(14): \xE1\x1A\x1D\xA6):BC\xE2\x16\x1F\x07'\xDD\xE2&\xFC\xF6\x01\x9E`>\xEE\xCF^Xy\x18\xE8I\x16\x86
UploadAttachment.c(14): ]\x18-\xC3\xF8?\xD8h\xE8;\xBD\xE5\x06\xCD\xD0[\xF46\xBD@\xEB\xE9%\xEA\x88\x97\xC4N\xBD\xE4
UploadAttachment.c(14): ,\xEC\x98\xD1\x0Ec\xF4.\x9D\xA0\xF7h\x94\xC6\xA9K=\xEA\xD30\xAD\tv\xFAI\xFBDh\x1Dm\xA0M\xB4
UploadAttachment.c(14): E\xEC\x8F\xD7z\xE6\x8A\xD8\xB3\x8FZ\xB7\x8B\xFD\xB5\xACu\xA7\xD8\xF2\xBE\xD6}\x12zQ\xC1.\x9A
UploadAttachment.c(14): \xDEh2 N\xF6>\x92W\xE3\x9A\x0C\x8A\xB3V\xC0\xB4s\xAB\x9A\\\x1777\x87d\xAB\xA2IZ\xDC\x82\x87
UploadAttachment.c(14): yN\x9E\x9F\xB9)^b^\xEBQ\xF1\x9A\xB7\xB5\xBE#\xDE\xC6\x03\xCC\xA4\xB3K\x93q\xF1\x87\x17\x91
UploadAttachment.c(14): \xBC]\xD1$+~\xEA\x11\xDEmj\xCD\xF0\xABV\xFF\x03\x1E\x8ER\xC8\n
UploadAttachment.c(14): endstream\n
UploadAttachment.c(14): endobj\n
UploadAttachment.c(14): startxref\n
UploadAttachment.c(14): 474671\n
UploadAttachment.c(14): %%EOF\n
UploadAttachment.c(14): \x00\x00
UploadAttachment.c(14): Web service call "UploadAttachment_111" was successful
Ending action UploadAttachment.
Warning -27266: Pending Web requests detected at the end of iteration and will be aborted [MsgId: MWAR-27266]
Aborting pending download of URL="http://loancenter.com/ePackageWS/ePackage.asmx" (RelFrameId=1, Internal ID=2) [MsgId: MMSG-27654]
t=122496ms: Closed connection [0] to loancenter.com:80 after completing 1 request [MsgId: MMSG-26000]
Warning:Removing unhandled event schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous

Can anyone please let me know what was the issue.

 

Thanks,

SKBP

 

Viewing all 12134 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>