Sage 100

 View Only
  • 1.  The .pdf document was not created... when storage

    Posted 05-15-2014 07:32
    The .pdf document was not created... when storage location is on a server seperate from Sage 100. Running a 2008 R2 server. Sage says there is no solution exccept to store the pdf files on the same server. Has anyone found a work around to this?


  • 2.  RE: The .pdf document was not created... when storage

    Posted 05-15-2014 15:36
    Just had this happen at a new upgrade to 2013 Premium, so no to the workaround. Sorry about not having a solution but your post looked so lonely I thought writing to commiserate was the next best thing.


  • 3.  RE: The .pdf document was not created... when storage

    Posted 05-15-2014 15:47
    I worked with support guru Ryan yesterday on a similar PDF issue. It may even be the same issue. Does the PDF generate if you do create it within the MAS share point. I couldn't get this new upgrade of Sage 2014 to. If you are in the same boat, please let me share what Ryan advised me to do specifically for 2008 R2 and 2012 SP1, advising a disabled UAC on server 2008 R2 and 2012 SP1 doesn't play nice when running MAS as Administrator. It sounded to me that we needed to run the workstation ""(Run) As Administrator"" but because of the OS version, need to set the UAC to Level 1. So here are the step that resolved our issue: Changed UAC control to Level 1 (one notch up from bottom) ""No need to restart the server for the change to take affect in this OS"" Right Click on the MAS workstation icon and select ""Run as Administrator"" Or click on the MAS workstation icon In the task bar seen in the window bottom click ""Open File"" + ""As Administrator"" When the MAS window comes up, log in and try to print to PDF. It was all that was needed on this issue. Might want to give it a whirl-you never know.


  • 4.  RE: The .pdf document was not created... when storage

    Posted 05-15-2014 15:52
    I sorry - I didn't have time this morning to respond. Oh yah, Ryan handled this like it was an ARWAR4 support call. Less than 10 minutes (and I was anticipating 10 hours)


  • 5.  RE: The .pdf document was not created... when storage

    Posted 05-16-2014 04:48
    Thank You both for responding, I'll give it a try!


  • 6.  RE: The .pdf document was not created... when storage

    Posted 05-16-2014 07:40
    I've seen this with two Sage 100 Advanced installations in the last month. the fix for us was to make sure the service was run by a domain administrator. Seemed to fix it for both of those clients!


  • 7.  RE: The .pdf document was not created... when storage

    Posted 05-16-2014 07:52
    +1 what Kate said - I ran into issues with this when the administrator used a non-domain account to run the service. The reason being that non-domain admin account won't see UNC on another server. Fairly certain that this is the solution you'll need.


  • 8.  RE: The .pdf document was not created... when storage

    Posted 05-16-2014 08:12
    Post from Alnoor on setting up the user running the service. This is the BIBLE for setting up Sage 100 Advanced. Failure to follow it to the letter will result in weird crap happening that will suck the life out of you. I insist that IT follow it to the letter!!!!!!! Although you may know this yourself already, for the benefit of others, this is a good time to mention some of the requirements for Version 4 MAS 200 as it relates to the account that's run the App Server (formerly Host) service or App Server desktop (formerly known as the stand-alone Host). I'll describe it as if the service was running. This is a VERY important topic as it relates to hanging / stability and applies to the majority of MAS 200 installations of 4.x. This is somewhat lengthy but worth the read. I'm glad you brought that up. In Version 4 there are many places, unlike Level 3 where a UNC path is executed from the server itself instead of the client. For example, when adding a new report in Report Manager, or browsing through Data File Display and Maintenance, or using G/L Exchange Wizard to export the output, all of these programs plus many others (but still not the vast majority) execute the UNC path (or whatever path is found) in the workstation's PATH= clause in the [Servers] section of SOTA.INI. For example, let's say the App Server is configured to use the System account (aka LocalSystem). Let's say at a workstation, the user tries add a new report in report manager and it hangs, and hangs up the whole server in fact (because the pvxwin32.exe process is taking 95% of cpu util.) and everybody complains of slow performance now. What went wrong? Assume Workstation Setup was installed to c:\program files\best\mas 200\version4\mas90. In the Launcher folder, there is the sota.ini. In the [servers] section there will be at least one line containing the server info. Included in this line is the PATH= cause. It is typically regarded as an ""ODBC path"". Whenever you print a Crystal form or report, this is the path executed at the workstation. In Version 4, this same path, found in the client's SOTA.INI is executed by the app server service account in various places. The point is even though this path may be valid from the workstation it may not be from the server itself, at least not for the service account. Let's say the path is \\myserver\actg\mas200\mas90 and the account running the App Server service is running with: 1. The System / LocalSystem account --> it will fail (in this example hang) because by definition the system account is only aware of the local machine and cannot execute a UNC. The System account CANNOT BE USED IN VERSION 4 ANYMORE. 2. A local machine account from the member server MAS 200 is installed on --> it is subject to failing simply because it is not a domain account. This could happen even with the local Administrator account. The way to know for sure is to logon to the server's desktop as that local machine account. You may need to change a policy to allow an interactive desktop logon but consider it necessary. Now that you're logged as the service account on to the desktop, simply click on Start / Run and type \\myserver\actg\mas200\mas90 and press Enter. Now did a Explorer window appear or did you receive a Windows challenge response. A typical Windows challenge is ""please enter the user name and password to access this network resource"". Sometimes unusual messages appears. Regardless, if any challenge whatsoever appears here, it means the app server service is also running into the challenge and instead of presenting you with a UI to let you know you're being challenged, you get hanging or some type of error message instead. You MUST configure it so you are never challenged. Now lets say you are not challenged and an Explorer window appears after executing the UNC. You're not out of the woods yet. Rt-click,choose New Shortcut. If the shortcut wizard appears, good news - just cancel out. You have now just written a file and deleted a file successfully via the UNC and you should be good to go. If an ""access denied"" message appears, then you have permissions problems to take care of. 3. A domain account that is part of the Local Administrators group --> you have the best chance of success of not running into a Windows challenge response. You have done yourself a great favor! You still need to interactively logon to the server's desktop with the domain account and do the UNC test above but your chances are good unless you have multiple domains and then you have to worry about the trusting/trusted domain relationship. The moral of the story is in Version 4.x MAS 200, for the App Server service (or App Server desktop application) use a Domain account that is part of the Local Administrators group to ensure your best chances of success (and this login cannot be a service account only). This is the same exact requirement of Business Alerts service too, btw.


  • 9.  RE: The .pdf document was not created... when storage

    Posted 06-06-2014 09:24
    Thanks for Alnoor's Bible @JeffSchwenk . I'll see if the mapped drives are available from the server owner's profile on the server.