Dear All, I have a big problem to solve now. My website is integrated with payment gateway and while I submitted payment to their server, their back-end server did not reply the StatusURL to my front-end at all. When I asked them to check then they said that it got error as below: java.io.IOException: Server returned HTTP response code: 403 for URL: http://example.com/... at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at TestMerchantStatusURL.sendHttpRequestByPost(TestMerchantStatusURL.java:48) at TestMerchantStatusURL.main(TestMerchantStatusURL.java:23) how to fix this problem? Best Regards,
Hy Chanhan
Posts
-
Server returned HTTP response code: 403 for URL: ....? -
Build API in ASP.NET Web FormDear All, I have no experience to build API before at all. I'm using ASP.NET Web Form with C#. How to start? Thanks,
-
SQL server 2008 Replication problemHi, If I setup only transaction replication it is working fine but when i setup Merge replication in Server A and after that i setup one more Transaction replication then i gave me the errors as mentioned. Actually i have one server A do merge replication to clients. And now i want to do one more transaction replication in Server A to others but it occurred errors. can we do Merge replication and transaction replication in the server A? ---
-
SQL server 2008 Replication problemDear experts, I need your helps now. I setup merge replication from Server A to server B and Server C and then i want to do the transaction replication from server A to another server D but i got a problem: --------
Publication cannot be subscribed to by Subscriber database because it contains one or more articles that have been subscribed to by the same Subscriber database at merge level.
Changed database context to (.Net SqlClient Data Provider)------------- how to resolve it? Thanks for your helps.
-
How to remove column "rowguid" from table in SQL server 2008?I just found a solution it helped me a lot now. To remove all ""rowguid" column from all table in SQL server which used replication you just run this script "exec sp_removedbreplication" in sql query and then all rowguid column will be deleted. thanks, Han :)
-
How to remove column "rowguid" from table in SQL server 2008?Dear all, My hosting server is using SQL server 2008 and it is using replication. I have copied the databases from hosting to restore in my laptop then i see all tables are attached with "rowguid" column, i want to remove it from all tables but it did not allow me to remove at all. How to resolve this problem??? please see the error message below: ======================================================== TITLE: Microsoft SQL Server Management Studio ------------------------------ Drop failed for Column 'rowguid'. (Microsoft.SqlServer.Smo) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600.1+((KJ\_RTM).100402-1540+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Drop+Column&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) ------------------------------ It is invalid to drop the default constraint on the rowguid column that is used by merge replication. The schema change failed during execution of an internal replication procedure. For corrective action, see the other error messages that accompany this error message. The transaction ended in the trigger. The batch has been aborted. (Microsoft SQL Server, Error: 25005) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600&EvtSrc=MSSQLServer&EvtID=25005&LinkId=20476 ------------------------------ BUTTONS: OK ------------------------------ ================================================= :( I am looking forward to hear from you. regards, Han
-
Application pool 'DefaultAppPool' has problemDear all, I've got this warning in my webserver and my website it get slow down. Message is: "A process serving application pool 'DefaultAppPool' exceeded time limits during shut down. The process id was '5948'." What is the problem? how to fix it? I need your helps. Thanks, Best regards, Han
-
My website take so long time to reponse the pages (Slow)Codes is working fine, i have moved it to other machine and test my codes already it works fine as usual. It just get slow performance this 30 days, before it works fine.
-
My website take so long time to reponse the pages (Slow)I cannot find the problem at all now :(. RAM is 16GB. my hosting server is Redundency (Clusters). Network Architectures has: 1. Firewall 2. Switch 3. Check point 4. NAS (store photos) 5. SAN (database) Please helps. Best regards, HY Chanhan
-
My website take so long time to reponse the pages (Slow)Dear All, I have a serious problem with my website now, it is working very slow and i have to wait for 20 minutes for response. I have a website using ASP.NET/C# connect to SQL SERVER 2008, webserver is IIS7 and .NET Framework v2.050727 Do you have any ideas? I need your helps. Thank you very much. Best regards, HY ChanHan
-
Internal connection fatal error [modified]Hi, I have read event viewer log already but i still did not understand and identify the problem yet. This is error in event log ======================== Event code: 3008 Event message: A configuration error has occurred. Event time: 4/7/2010 3:49:19 PM Event time (UTC): 4/7/2010 8:49:19 AM Event ID: 52e8d5c88a1b44b6b7c65c488194428e Event sequence: 4 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1/ROOT/web-5-129151037592720313 Trust level: Full Application Virtual Path: /web Application Path: C:\inetpub\wwwroot\web\ Machine name: WEBSRV02 Process information: Process ID: 4952 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Is authenticated: False Authentication Type: Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 13 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Web.HttpContext.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey) at System.Configuration.ConfigurationManager.GetSection(String sectionName) at System.Configuration.ConfigurationManager.get_ConnectionStrings() at Modules_ContactInformation.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\web\Modules\ContactInformation.ascx.cs:line 19 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, O
-
Internal connection fatal error [modified]Dear all, Now i am facing with a problem relate to ASP.NET & SQL server 2008. I have setted up my website under IIS using asp.net and connect to sql server 2008 but when i go to another page it always appear a message "Internal connection fatal error", what is wrong with it? what is the problem? thank you in advanced. Note: SQL is made cluster Best regards, HY ChanHan
modified on Wednesday, April 7, 2010 10:03 PM
-
How do we share scanner on network?Dear Dave Kreskowiak, I can't find any free software for scanners share on Network. Do you have an other way to solve this problem? Thanks, Hy ChanHan :(
-
How do we share scanner on network?Hi all, I have a problem is "How do we share scanner on network?". Please tell me that how can i share my scanner which is conected with one of my 5 pc's on Lan. i wants to share scanner for other users can access that scanner while the actual pc/pc user is busy in other work. if in this case any other want to scan the document then they can make it... tell me how is this possible to share my scanner on lan like any printer.we r using windows XP. Thanks, Best regards, Hy ChanHan
-
How to integrate Drupal into Moodle system?Dear all, I have a serious problem that can't resolve. The problem are: 1- I cann't integrate Drupal into Moodle System. (big problem) 2- But i can intergrate Moodle into Drupal System. (It's ok) The reason i want to integrate Drupal into Moodle because i want Moodle as a main system of Drupal. The structure is "Drupal in Moodle.". Please help soon. Thanks, Best regards, Han :(
-
How to create Drag and Drop Lightbox PaneHi all, How can i create "Drag and Drop Lightbox Pane" like website http://www.photos.com Please help me soon, because i want to drag and drop my photos to lightbox like www.photos.com website. Thanks, Hy ChanHan -- modified at 5:36 Friday 28th September, 2007:(
-
How to call procedure in MySQL to use in PHP?It's still not working. Error is the same above. :(
Hy ChanHan
-
How to call procedure in MySQL to use in PHP?Hello again, When i refreshed 4 or 5 times i appeared this error message: why????? PROCEDURE bbg.sp_select_customer can't return a result set in the given context
Hy ChanHan
-
How to call procedure in MySQL to use in PHP?Hi, Thank you very much for your code, now it's working very well in my site. :rose:
Hy ChanHan
-
How to call procedure in MySQL to use in PHP?Error appeared: Fatal error: Call to undefined function multi_query() in C:\AppServ\www\itec\select.php on line 5
Hy Chanhan