MDTOTD (my deep thought of the day)
-
Xiangyang Liu 刘向阳 wrote:
"To develop is like lifting a spoon, to request access to anything is like moving a mountain".
My thought to your thought - "To develop is like lifting a spoon, to request access to anything is like bending it."
Too much of heaven can bring you underground Heaven can always turn around Too much of heaven, our life is all hell bound Heaven, the kill that makes no sound
Abhinav S wrote:
"To develop is like lifting a spoon with your hand, to request access to anything is like bending it with your mind."
FTFY.
-
I don't know nothing about bending no spoons.
Xiangyang Liu 刘向阳 wrote:
I don't know nothing about bending no spoons.
From what you said I surmise you know everything about bending anything except spoons? ;P :-D
"With sufficient thrust, pigs fly just fine."
Ross Callon, The Twelve Networking Truths, RFC1925
-
"To develop is like lifting a spoon, to request access to anything is like moving a mountain". I am working on a project that needs to process a daily data file from a different team. The design is for the other team to ftp the file into a shared folder and for my program to read and process it. Sounds simple enough, my code was ready in a couple of hours. But I need to request a shared folder to be created on a NAS server. Everybody has to use an internal online security access request form to do such things. What I need is create the shared folder and grant privilege to a service account to read/write the folder. The damn security access request form cannot handle it, when I put in the service account, it throws an error because the service account does not belong to a real employee of the company! I found the person who is handling such requests, gave him a full description of what I want and also asked my manager to give approval of my request. However, he insisted that I should work with the online security access request form, instead of putting in the service account, I should put in my own account. Which I did. I knew something would go wrong and I was right. After the shared folder was created, I found out that I have access to it (even for production environment) instead of the service account. Finally all issues were resolved after three weeks. Now it is the other team's turn. They have to request the same access to the shared folder for their own service account so that they can ftp the data file. It turns out their request will be handled by a different group in the company and it won't be any easier comparing to what I have gone through!
I'll swap my current problems for ten of those. Three separate systems each running at three different sites, everything has to be replicated. This does not include the DR systems. These connect out to six different external systems with 10 separate flows using a variety of methods - FIX, SFTP file transfer, proprietary API's. The systems are connecting using leased lines and VPN's. I am in the process of working out who is responsible and getting authorisations for all of the connections. Everything is then duplicated for DR.
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
Xiangyang Liu 刘向阳 wrote:
I don't know nothing about bending no spoons.
From what you said I surmise you know everything about bending anything except spoons? ;P :-D
"With sufficient thrust, pigs fly just fine."
Ross Callon, The Twelve Networking Truths, RFC1925
Take the red pill.
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
The spoon is a lie.
-
Take the red pill.
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
The spoon is a lie.
-
I know kung fu. :suss:
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
I know kung fu. :suss:
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
Like this?[^] :suss:
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
Like this?[^] :suss:
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
"To develop is like lifting a spoon, to request access to anything is like moving a mountain". I am working on a project that needs to process a daily data file from a different team. The design is for the other team to ftp the file into a shared folder and for my program to read and process it. Sounds simple enough, my code was ready in a couple of hours. But I need to request a shared folder to be created on a NAS server. Everybody has to use an internal online security access request form to do such things. What I need is create the shared folder and grant privilege to a service account to read/write the folder. The damn security access request form cannot handle it, when I put in the service account, it throws an error because the service account does not belong to a real employee of the company! I found the person who is handling such requests, gave him a full description of what I want and also asked my manager to give approval of my request. However, he insisted that I should work with the online security access request form, instead of putting in the service account, I should put in my own account. Which I did. I knew something would go wrong and I was right. After the shared folder was created, I found out that I have access to it (even for production environment) instead of the service account. Finally all issues were resolved after three weeks. Now it is the other team's turn. They have to request the same access to the shared folder for their own service account so that they can ftp the data file. It turns out their request will be handled by a different group in the company and it won't be any easier comparing to what I have gone through!
This is the kind of stupid bureaucracy and paper work which really gets in the way of progress. You have my sympathy!
See if you can crack this: b749f6c269a746243debc6488046e33f
So far, no one seems to have cracked this!The unofficial awesome history of Code Project's Bob! "People demand freedom of speech to make up for the freedom of thought which they avoid."
-
Nagy Vilmos wrote:
I thought it was'nt real.
-
Abhinav S wrote:
"To develop is like lifting a spoon with your hand, to request access to anything is like bending it with your mind."
FTFY.