• Categories
  • Popular
  • Dev Tracker
Skins
  • Default (The Show 25)
  • No Skin
  • The Show 23
  • Dark
  • The Show 24
  • The Show 25
Collapse
THESHOW.COM
Game Game Support Support My Account My Account

Community Forum

Here's what I think is happening with the servers.

Scheduled Pinned Locked Moved General Discussion
85 Posts 46 Posters 8.9k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • CrunkLogic_XBLC Offline
    CrunkLogic_XBLC Offline
    CrunkLogic_XBL
    replied to Guest on last edited by CrunkLogic_XBL
    #9

    @hoboadam_psn said in Here's what's happening with the servers.:

    I've taken quite a few tries at explaining the issue in various threads, so I'm going to make one myself, and offer to SDS to help. They have my contact information.

    Stress balancing is broken on the server node for the menu interfacing.

    There's send and receive functions embedded everywhere in every menu that sends data after a function is performed, IE, conquest victory, moment completions etc. When you complete the task, data is sent from your console to a server and logged. For a user to see it at a splash screen post event, a call script reaches out to the data repository and shows your progress.

    Whenever you are getting the unhandled server exception, it's like timing out on a ping. The game will then attempt a refresh, thus your little button icon in the bottom right of your screen.

    Sometimes you get partial and get bounced back to the main screen of the menu you are in, and sometimes booted completely out to the main game menus.

    Whenever you try to log back in to where you were, you are inadvertently creating additional traffic because the data from your console hasn't been reconciled with the data server. This reconciliation actually has happened, which is why you aren't losing progress 95% of the time.

    Take these errors and multiply them by the number of users on at any given time, the people banging buttons trying to get back in, and data cached with nowhere to display it because you're already out of that menu. SDS dumps the returned data when you are logged back in and at another menu, but it has to record the failed attempts.

    It's an exponential function problem that needs to be debugged because the call time of the functions can't possibly get returns why? Because Xbox game pass created too many users and user requests throughout the game.

    Solutions?

    1- Change some of the menus. Require us to only go to one spot to get anywhere. Right now for example, I can enter moments from inning programs and moment menus. How do I know this is an issue? When you access a moment from the Inning screen, you get taken all the way out afterwards. If you were in the moments menu, you get taken back out to the moment menu. It's all in the coding.

    1. Dedicate more nodes, bandwidth for menu navigation calls. The game plays awesome. Whenever you're actually doing anything, it's smooth as silk. All the troubles are menus. XP, parallels, etc. Data is routing, being stored and ultimately being credited properly.

    3- Turn off the web site marketplace untill you eliminate the console errors. It will hurt and stink, but you need a cleaner production environment to test your fixes.

    Ultimately, SDS is going to have to reboot servers everyday because these issues must be fixed in a production environment. They need to trim down the production environment in order to resolve though.

    Gotta walk before you can run.

    I'd bet a good bottle of 1986 Chateau Rothschild that I'm on point with my diagnosis and potential fixes. I've fixed this type of code before for Morgan Stanley and know what I'm talking about.

    Thank you for your time.

    Exactly what a self aware AI would want us to believe before it launches the nukes! Fear the singularity! :P. For real though you sound like a pretty knowledgeable programmer! Maybe they’ll listen but I’d imagine if they have good programmers there they know this but maybe not!?

    hoboadam_PSNH 1 Reply Last reply
    2
  • lazy_toast_PSNL Offline
    lazy_toast_PSNL Offline
    lazy_toast_PSN
    wrote on last edited by
    #10

    Bro seriously run for president please.

    AND SDS stop watching the OFFICE and listen to this man PLEASE PRETTY FK PLEASE

    1 Reply Last reply
    0
  • hoboadam_PSNH Offline
    hoboadam_PSNH Offline
    hoboadam_PSN
    wrote on last edited by
    #11

    Eventually, everyone is getting the unhandled server exception. The diagnosis is coming from what events occur leading up to that. It's not as simple as finishing a game. There's a lot that happens behind the scenes when your game/moment/showdown etc is over.

    I cannot reiterate enough. The game runs great and was written exceptionally well. This issue with the menus and functions causing splash outs, dumps or however you choose to describe it, could not have been seen during the Technical Test and even the stress test.

    A good way to look at this problem, is the NJ state unemployment system. It's web based but the data is stored in DB2. The DB2 data is recalled using COBOL and SQL script. Web interface is XML. Trying to tie them together is relatively easy. When you overload the system with too many requests, you get crushed.

    You can't throw hardware at it. The code language only executes at the max speed of the language it's written in.

    The SDS data servers can handle everything. It's streamlining the way the consoles and the TSN marketplace are interacting with the data. Market is working fine on TSN. It's just slower, but not by much.

    1 Reply Last reply
    2
  • hoboadam_PSNH Offline
    hoboadam_PSNH Offline
    hoboadam_PSN
    replied to Guest on last edited by
    #12

    @crunklogic_xbl said in Here's what's happening with the servers.:

    @hoboadam_psn said in Here's what's happening with the servers.:

    I've taken quite a few tries at explaining the issue in various threads, so I'm going to make one myself, and offer to SDS to help. They have my contact information.

    Stress balancing is broken on the server node for the menu interfacing.

    There's send and receive functions embedded everywhere in every menu that sends data after a function is performed, IE, conquest victory, moment completions etc. When you complete the task, data is sent from your console to a server and logged. For a user to see it at a splash screen post event, a call script reaches out to the data repository and shows your progress.

    Whenever you are getting the unhandled server exception, it's like timing out on a ping. The game will then attempt a refresh, thus your little button icon in the bottom right of your screen.

    Sometimes you get partial and get bounced back to the main screen of the menu you are in, and sometimes booted completely out to the main game menus.

    Whenever you try to log back in to where you were, you are inadvertently creating additional traffic because the data from your console hasn't been reconciled with the data server. This reconciliation actually has happened, which is why you aren't losing progress 95% of the time.

    Take these errors and multiply them by the number of users on at any given time, the people banging buttons trying to get back in, and data cached with nowhere to display it because you're already out of that menu. SDS dumps the returned data when you are logged back in and at another menu, but it has to record the failed attempts.

    It's an exponential function problem that needs to be debugged because the call time of the functions can't possibly get returns why? Because Xbox game pass created too many users and user requests throughout the game.

    Solutions?

    1- Change some of the menus. Require us to only go to one spot to get anywhere. Right now for example, I can enter moments from inning programs and moment menus. How do I know this is an issue? When you access a moment from the Inning screen, you get taken all the way out afterwards. If you were in the moments menu, you get taken back out to the moment menu. It's all in the coding.

    1. Dedicate more nodes, bandwidth for menu navigation calls. The game plays awesome. Whenever you're actually doing anything, it's smooth as silk. All the troubles are menus. XP, parallels, etc. Data is routing, being stored and ultimately being credited properly.

    3- Turn off the web site marketplace untill you eliminate the console errors. It will hurt and stink, but you need a cleaner production environment to test your fixes.

    Ultimately, SDS is going to have to reboot servers everyday because these issues must be fixed in a production environment. They need to trim down the production environment in order to resolve though.

    Gotta walk before you can run.

    I'd bet a good bottle of 1986 Chateau Rothschild that I'm on point with my diagnosis and potential fixes. I've fixed this type of code before for Morgan Stanley and know what I'm talking about.

    Thank you for your time.

    Exactly what a self aware AI would want us to believe before it launches the nukes! Fear the singularity! :P. For real though you sound like a pretty knowledgeable programmer! Maybe they’ll listen but I’d imagine if they have good programmers there they know this but maybe not!?

    I'm sure they have the right people in place. They will fix it, I'm sure. I'm just as frustrated as everyone else about the game being unplayable right now. . moreso because I'm older and I consider my time very precious.

    I did this to try to shed light on the stuff that SDS isn't able to because they're working on fixing it.

    1 Reply Last reply
    5
  • TheBootMan88_PSNT Offline
    TheBootMan88_PSNT Offline
    TheBootMan88_PSN
    wrote on last edited by
    #13

    I didn’t understand a word of what you said, but if it will get the servers working, heck use our early access money to lay this man’s salary.

    1 Reply Last reply
    4
  • Untchable704_PSNU Offline
    Untchable704_PSNU Offline
    Untchable704_PSN
    wrote on last edited by
    #14

    I think somebody just keeps unplugging it

    bmoo44_PSNB 1 Reply Last reply
    1
  • D Offline
    D Offline
    DeKeyser l65l_XBL
    replied to Guest on last edited by
    #15

    @hoboadam_psn said in Here's what's happening with the servers.:

    I've taken quite a few tries at explaining the issue in various threads, so I'm going to make one myself, and offer to SDS to help. They have my contact information.

    Stress balancing is broken on the server node for the menu interfacing.

    There's send and receive functions embedded everywhere in every menu that sends data after a function is performed, IE, conquest victory, moment completions etc. When you complete the task, data is sent from your console to a server and logged. For a user to see it at a splash screen post event, a call script reaches out to the data repository and shows your progress.

    Whenever you are getting the unhandled server exception, it's like timing out on a ping. The game will then attempt a refresh, thus your little button icon in the bottom right of your screen.

    Sometimes you get partial and get bounced back to the main screen of the menu you are in, and sometimes booted completely out to the main game menus.

    Whenever you try to log back in to where you were, you are inadvertently creating additional traffic because the data from your console hasn't been reconciled with the data server. This reconciliation actually has happened, which is why you aren't losing progress 95% of the time.

    Take these errors and multiply them by the number of users on at any given time, the people banging buttons trying to get back in, and data cached with nowhere to display it because you're already out of that menu. SDS dumps the returned data when you are logged back in and at another menu, but it has to record the failed attempts.

    It's an exponential function problem that needs to be debugged because the call time of the functions can't possibly get returns why? Because Xbox game pass created too many users and user requests throughout the game.

    Solutions?

    1- Change some of the menus. Require us to only go to one spot to get anywhere. Right now for example, I can enter moments from inning programs and moment menus. How do I know this is an issue? When you access a moment from the Inning screen, you get taken all the way out afterwards. If you were in the moments menu, you get taken back out to the moment menu. It's all in the coding.

    1. Dedicate more nodes, bandwidth for menu navigation calls. The game plays awesome. Whenever you're actually doing anything, it's smooth as silk. All the troubles are menus. XP, parallels, etc. Data is routing, being stored and ultimately being credited properly.

    3- Turn off the web site marketplace untill you eliminate the console errors. It will hurt and stink, but you need a cleaner production environment to test your fixes.

    Ultimately, SDS is going to have to reboot servers everyday because these issues must be fixed in a production environment. They need to trim down the production environment in order to resolve though.

    Gotta walk before you can run.

    I'd bet a good bottle of 1986 Chateau Rothschild that I'm on point with my diagnosis and potential fixes. I've fixed this type of code before for Morgan Stanley and know what I'm talking about.

    Thank you for your time.

    Thank you for posting solutions as I am a hardware person and not software and had no idea that is could be that easy. They should pay you to work for them from home.

    hoboadam_PSNH 1 Reply Last reply
    1
  • jmcdonald1817_PSNJ Offline
    jmcdonald1817_PSNJ Offline
    jmcdonald1817_PSN
    wrote on last edited by
    #16

    My favorite part, Xbox game pass was free. Now my paying azz has to deal with this GARBAGE!

    el FIama BIanca_XBLE 1 Reply Last reply
    2
  • hoboadam_PSNH Offline
    hoboadam_PSNH Offline
    hoboadam_PSN
    replied to Guest on last edited by
    #17

    @dekeyser-l65l_xbl said in Here's what's happening with the servers.:

    @hoboadam_psn said in Here's what's happening with the servers.:

    I've taken quite a few tries at explaining the issue in various threads, so I'm going to make one myself, and offer to SDS to help. They have my contact information.

    Stress balancing is broken on the server node for the menu interfacing.

    There's send and receive functions embedded everywhere in every menu that sends data after a function is performed, IE, conquest victory, moment completions etc. When you complete the task, data is sent from your console to a server and logged. For a user to see it at a splash screen post event, a call script reaches out to the data repository and shows your progress.

    Whenever you are getting the unhandled server exception, it's like timing out on a ping. The game will then attempt a refresh, thus your little button icon in the bottom right of your screen.

    Sometimes you get partial and get bounced back to the main screen of the menu you are in, and sometimes booted completely out to the main game menus.

    Whenever you try to log back in to where you were, you are inadvertently creating additional traffic because the data from your console hasn't been reconciled with the data server. This reconciliation actually has happened, which is why you aren't losing progress 95% of the time.

    Take these errors and multiply them by the number of users on at any given time, the people banging buttons trying to get back in, and data cached with nowhere to display it because you're already out of that menu. SDS dumps the returned data when you are logged back in and at another menu, but it has to record the failed attempts.

    It's an exponential function problem that needs to be debugged because the call time of the functions can't possibly get returns why? Because Xbox game pass created too many users and user requests throughout the game.

    Solutions?

    1- Change some of the menus. Require us to only go to one spot to get anywhere. Right now for example, I can enter moments from inning programs and moment menus. How do I know this is an issue? When you access a moment from the Inning screen, you get taken all the way out afterwards. If you were in the moments menu, you get taken back out to the moment menu. It's all in the coding.

    1. Dedicate more nodes, bandwidth for menu navigation calls. The game plays awesome. Whenever you're actually doing anything, it's smooth as silk. All the troubles are menus. XP, parallels, etc. Data is routing, being stored and ultimately being credited properly.

    3- Turn off the web site marketplace untill you eliminate the console errors. It will hurt and stink, but you need a cleaner production environment to test your fixes.

    Ultimately, SDS is going to have to reboot servers everyday because these issues must be fixed in a production environment. They need to trim down the production environment in order to resolve though.

    Gotta walk before you can run.

    I'd bet a good bottle of 1986 Chateau Rothschild that I'm on point with my diagnosis and potential fixes. I've fixed this type of code before for Morgan Stanley and know what I'm talking about.

    Thank you for your time.

    Thank you for posting solutions as I am a hardware person and not software and had no idea that is could be that easy. They should pay you to work for them from home.

    Speaking of hardware and off topic, I installed a Watchguard m670 this year at our school. Best piece of hardware I've ever had the personal experience of installing. I have Zero issues with our network. Hard lined or with our Luxul controller and AP'S.

    D 1 Reply Last reply
    0
  • fletch62176_PSNF Offline
    fletch62176_PSNF Offline
    fletch62176_PSN
    wrote on last edited by
    #18

    Honestly seems like it could be an issue with the backend database servers.

    hoboadam_PSNH 1 Reply Last reply
    0
  • Renz2003_PSNR Offline
    Renz2003_PSNR Offline
    Renz2003_PSN
    wrote on last edited by
    #19

    My best guess was unoptimized port forwarding on the SQL backend causing the unhandled server expectation

    1 Reply Last reply
    0
  • Renz2003_PSNR Offline
    Renz2003_PSNR Offline
    Renz2003_PSN
    wrote on last edited by
    #20

    My best guess was unoptimized port forwarding on the SQL backend causing the unhandled server expectation

    1 Reply Last reply
    0
  • ScarletgospelS Offline
    ScarletgospelS Offline
    Scarletgospel
    wrote on last edited by
    #21

    Interesting if you're on the money @hoboadam_PSN , but what of you're not? Not trying to be a pain, just asking.

    hoboadam_PSNH 1 Reply Last reply
    0
  • hoboadam_PSNH Offline
    hoboadam_PSNH Offline
    hoboadam_PSN
    replied to Guest on last edited by
    #22

    @fletch62176_psn said in Here's what's happening with the servers.:

    Honestly seems like it could be an issue with the backend database servers.

    I'm saying no because the true answer of an unhandled server exception error in python, relates to the user (or in this case, console, ui or web) trying to access the data, the data being sent, and the user not accepting it. The user then tries to hit the data library again, and the data server says... I'm already here with your information silly.

    I know it sounds stupid, but there's nothing wrong with the data. Most every case where you're getting booted, the game is saving your progress, you're not seeing it right away, but then it magically appears next time you successfully sync.

    Vipersneak_PSNV SavageSteve74_PSNS fletch62176_PSNF 3 Replies Last reply
    0
  • hoboadam_PSNH Offline
    hoboadam_PSNH Offline
    hoboadam_PSN
    replied to Guest on last edited by hoboadam_PSN
    #23

    @scarletgospel said in Here's what's happening with the servers.:

    Interesting if you're on the money @hoboadam_PSN , but what of you're not? Not trying to be a pain, just asking.

    I'll use a quote from Dave Chapelle in the movie Con-Air...

    As they would say in ebonics. We be fooked.

    1 Reply Last reply
    2
  • vagimon_PSNV Offline
    vagimon_PSNV Offline
    vagimon_PSN
    wrote on last edited by
    #24

    Often times, when a server’s flux capacitor goes into retrograde, it will trigger an unhandled server expectation. Programmers should know this though, which is why it’s so frustrating. There are two simple fixes when this happens:
    1: Reconstitute the narflap so that the jabberwock no longer garflumples.
    2: Propitiate a haberdash every time the charcuterie board frittatas.
    It’s not that hard.

    theBlindRhino_PSNT 1 Reply Last reply
    14
  • theBlindRhino_PSNT Offline
    theBlindRhino_PSNT Offline
    theBlindRhino_PSN
    replied to Guest on last edited by
    #25

    @vagimon_psn said in Here's what's happening with the servers.:

    Often times, when a server’s flux capacitor goes into retrograde, it will trigger an unhandled server expectation. Programmers should know this though, which is why it’s so frustrating. There are two simple fixes when this happens:
    1: Reconstitute the narflap so that the jabberwock no longer garflumples.
    2: Propitiate a haberdash every time the charcuterie board frittatas.
    It’s not that hard.

    Brilliant

    1 Reply Last reply
    1
  • elway7751_PSNE Offline
    elway7751_PSNE Offline
    elway7751_PSN
    wrote on last edited by
    #26

    As a novice on this, is the crossplay between multiple systems part of the issue.
    I saw issues like this on Modern Warfare as well.

    1 Reply Last reply
    0
  • D Offline
    D Offline
    DontYouWury_PSN
    wrote on last edited by
    #27

    Well now.. that was the most helpful thing IV read in awhile. SDS hire this man/women and also a communications person.

    1 Reply Last reply
    0
  • mrwonderful95M Offline
    mrwonderful95M Offline
    mrwonderful95
    wrote on last edited by
    #28

    Darn bro I have no idea what you just said but it sounded convincing as heck to me!

    1 Reply Last reply
    0

X Instagram Facebook YouTube Twitch Discord TikTok
Major League Baseball Players Association Major League Baseball Sony Interactive Entertainment PlayStation Studios San Diego Studio ESRB ESRB Certificate
Terms of Use Privacy Policy TheShow.com Community Code of Conduct MLB The Show Online Code of Conduct MLB The Show Games

Stubs is a registered trademark or trademark of Sony Interactive Entertainment LLC.

"PlayStation Family Mark", "PlayStation", "PS5 Logo", and "PS4 Logo" are registered trademarks or trademarks of Sony Interactive Entertainment Inc.

Microsoft, the Xbox Sphere mark, Series X|S logo, and Xbox Series X|S are trademarks of the Microsoft group of companies.

Nintendo Switch is a trademark of Nintendo.

Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball. Visit MLB.com and MiLB.com. The Baseball Hall of Fame and Museum trademarks and copyrights are used with permission of the National Baseball Hall of Fame and Museum, Inc., as applicable. Visit the official website of the Hall of Fame at BaseballHall.org

Officially Licensed Product of MLB Players, Inc. MLBPA trademarks, copyrighted works and other intellectual property rights are owned and/or held by MLBPA and may not be used without the written consent of MLBPA or MLB Players, Inc. Visit MLBPLAYERS.com, the Players Choice on the web.

© 2024 Sony Interactive Entertainment LLC.

  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Popular
  • Dev Tracker
  • Login

  • Login or register to search.