Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zarkon4
  • Content: Threads
  • Order by date
  1. zarkon4

    serial number/Item in limbo, can't receive in or adjust out.

    Having a problem with a serial number and not sure how it got this way but I need to fix it. I have a user who needs to receive a serial number on a RMA, the Serial-Lot screen in GP informs him it has already been received. Naturally my first instinct is to adjust it out, but the Item...
  2. zarkon4

    Converting an amount to a 4 byte array

    I haven't ever had to deal with this before. I need to convert a sale amount (48.58) to a 4 byte array and use network byte order. The code below is how I am doing it, but it is wrong and I am not understanding why. Can anyone help? float saleamount = 48.58F; byte[] data2...
  3. zarkon4

    Turning off SVC_RMA reports

    I would like to be able to turn off asking for the SVC_Return_Traveler, SVC_RMA_Receiving_Audit_Trail and SVC_RMA_Discrency reports. I know you can go into posting setup and turn off reports for other various function related to sales, financials, inventory etc. But have had no luck trying to...
  4. zarkon4

    Using eConnect to insert/update RMA's and serial line items

    I am using econnect to insert and update RMA's and am receiving the following error when inserting a new serial number. It keeps referring to specifying something that already is specified, in this case SVC_Original_Serial, I set it and in my code I also set SVC_Original_SerialSpecified = true...
  5. zarkon4

    eConnect - The transaction has aborted. message

    I have searched the web and found instances in which this message appears if you use a Dispose() method on the CreateTransactionEntity object. I currently do not use that method and am still getting these errors. Anyone able to lead me to the answer?
  6. zarkon4

    report viewer control 8 date selection briefly appears

    I have a C# 2010 asp page that is using the report viewer 8 control to display an ssrs report (2005) in which the user selects 2 dates. You can enter the date, but when you click to bring up the calendar for selection it shows up then quickly goes away and the user is unable to select a date...
  7. zarkon4

    XP laptops unable to connect to internet away from office

    This is strange and just recently started when we upgraded our domain to 2008 r2. Our XP laptops connect to the internet just fine when in the office. If they connect to a wireless network outside the office they cannot get to the internet at all. The windows 7 clients have no problems at all...
  8. zarkon4

    domains in forest not communicating

    I am new to this and I would lay money on the fact that I am missing something but not sure what it is. I created 2 domains, everything was great until it came time to move one to a different subnet. domain A is 192.168.10.x and B is 192.168.29.x. I just got off phone with cisco firewall...
  9. zarkon4

    External trust/dns problem

    I have 2 forests, Forest A is a win server 2008 r2 forest and 1 dc (dca1) , Forest B is a win server 2003 forest and 1 dc (dcb2). My goal is to migrate everything from forest B to forest A. In the mean time I need servers/computers/shares from ForestA accessable to Forest B ( I assume a one way...
  10. zarkon4

    modify autolinked table-add global field to form?

    We recently purchased the vba modifier for GP 10, I am a complete novice to this so bear with me. We have a form that was created using the modifier and a custom table. This form updates the custom table. I have to add a column to the table and put the field on the form. I have added the field...
  11. zarkon4

    Concerning HP Servers

    We have had problems with system boards on the last couple of servers we purhcased. My boss now says, no more HP servers. My wuestion to all of you is what would you recommend? I still lean towards HP servers and out of all of them we have had, only 2 have posed problems out of the box.
  12. zarkon4

    execute ssrs report from stored procedure

    I have a stored procedure that gets executed daily, it checks a table in the database to see if the current date equals the month end date. If it does then it processes and executes other store procedures. I have an ssrs report that needs to be ran and distributed from within the stored...
  13. zarkon4

    Invalid Handle filestream vb2005 on 64 bit machine

    I have some code that runs great on 32 bit systems, but when it is running on a 64 bit system I get an error of Invalid Handle. Here is the code Dim SA As SECURITY_ATTRIBUTES Dim retval As Int32 Dim intPort As Int32 Dim intPortPointer As IntPtr Dim fsOutFile As FileStream Dim handle As...
  14. zarkon4

    RDS Error 1406 installing office 2003

    I have a new MS Server 2008 R2 64 bit server that will be my Remote Desktop Services host. I started to install apps using the Install Application on Remote Desktop... in Control Panel- Programs. I am logged on as the administrator and am getting an Error 1406. Setup cannot write the value to...
  15. zarkon4

    Downloading of Zip/Exe blocked

    I have racked my brain over and over. I've been through group policy's. The issue first, Our user's are getting a message "This operation has been cancelled due to restrictions in effect on this computer." when downloading a zip or self extracting exe from customer sites on the internet. The...
  16. zarkon4

    Deny print access to specific files

    How would I deny a user the ability to print certain files from a network share. These users need to view the files but cannot print them.
  17. zarkon4

    SQL Server 2005 x86 on Win 2008 64 bit

    Curious as to what kind of issues I may have if I install 32 bit version of SQL Server 2005 on a windows server 2008 64 bit machine? Also, during the sql server install, I would like to change the default data location, can I do this or do I just specify another location when installing my...
  18. zarkon4

    Replacing 2003 PDC with 2008 PDC

    I need to replace a 2003 primary domain controller. It is encountering hardware problems and is old. We currently have 1 domain with a PDC and a BDC. What steps do I take to do this? I have searched and am finding conflicting information. The new pdc will have win srv 2008 and we will...
  19. zarkon4

    Terminal Services Licensing problem

    Our terminal server crashed, I got a new server and up and running. I am trying to add the license server and am getting a message the following servers specified in the license server dialog box are not valid windows server 2003 and cannot find license server I have tried the registry entry...
  20. zarkon4

    Publisher cannot open file 1100009

    Help. We have very important documents that we need to access and we cannot access them. Searched the net, and all of the solutions fail. Tried the hotfix, and that does not work. Anyone encounter this? If so How did you fix it? It looks like the only answer is to un-install and re-install...

Part and Inventory Search

Back
Top